X
Pages
Thursday, January 8, 2026
div=1e6
bet = balance / div
nextbet = bet
chance = 6
sbal=balance
ath=balance
profittarget = sbal*10
bethigh = false
function dobet()
if( balance >= profittarget) then
stop()
end
if win then
--resetstats()
if balance>ath then
ath=balance
bet = balance / div
nextbet = bet
end
nextbet = bet
chance = 6
else
nextbet = previousbet * 1.11236
chance = chance+.25
end
if chance > 12
then
nextbet = previousbet * 1.222223
end
if chance > 18
then
nextbet = previousbet * 1.32
end
if chance > 24
then
nextbet = previousbet * 1.434783
end
Subscribe to:
Comments (Atom)