chance = 33
bethigh = false
Increase = 1.2
StopOnProfit = balance/250
basebet = balance/10000
nextbet = basebet
function dobet()
if (win) then
nextbet = previousbet*1.03
if profit > StopOnProfit then
resetprofit()
resetseed()
nextbet = balance/10000
end
else
nextbet = previousbet*Increase
end
end
bethigh = false
Increase = 1.2
StopOnProfit = balance/250
basebet = balance/10000
nextbet = basebet
function dobet()
if (win) then
nextbet = previousbet*1.03
if profit > StopOnProfit then
resetprofit()
resetseed()
nextbet = balance/10000
end
else
nextbet = previousbet*Increase
end
end
0 Comments