chance = minchance
minchance = 10
maxchance = 30
bethigh = false
basebet = 0.00000005
nextbet = basebet
minchance = 10
maxchance = 30
bethigh = false
basebet = 0.00000005
nextbet = basebet
function dobet()
if(win)then
nextbet = basebet
minchance += 1
if(minchance == maxchance +1 )then
minchance = 10
end
chance = minchance
end
if(!win)then
minchance += 1
if(minchance == maxchance +1 )then
minchance = 10
end
chance = minchance
if (chance == 10 ) then nextbet=previousbet*1.12 end
if (chance == 11) then nextbet=previousbet*1.16 end
if (chance == 12 ) then nextbet=previousbet*1.17 end
if (chance == 13 ) then nextbet=previousbet*1.19 end
if (chance == 14 ) then nextbet=previousbet*1.21 end
if (chance == 15 )then nextbet=previousbet*1.24 end
if (chance == 16 )then nextbet=previousbet*1.27 end
if (chance == 17 )then nextbet=previousbet*1.30 end
if (chance == 18 )then nextbet=previousbet*1.33 end
if (chance == 19 )then nextbet=previousbet*1.37 end
if (chance == 20 )then nextbet=previousbet*1.40 end
if (chance == 21 )then nextbet=previousbet*1.43 end
if (chance == 22 )then nextbet=previousbet*1.46 end
if (chance == 23 )then nextbet=previousbet*1.49 end
if (chance == 24 )then nextbet=previousbet*1.52 end
if (chance == 25 )then nextbet=previousbet*1.55 end
if (chance == 26 )then nextbet=previousbet*1.58 end
if (chance == 27 )then nextbet=previousbet*1.61 end
if (chance == 28 )then nextbet=previousbet*1.64 end
if (chance == 29 )then nextbet=previousbet*1.67 end
if (chance == 30 )then nextbet=previousbet*1.70 end
end
print("✌️ - ProfitBet = " ..string.format("%.8f",currentprofit))
print("👁️ - Profit% = [ "..string.format("%.2f",profit/(balance-profit)*100).."% ]")
print("☘️ - Profit = " ..string.format("%.8f",profit))
print("😱 - Lost = " ..string.format("%.8f",lost))
speedbet = 0
end
Комментариев нет:
Отправить комментарий