Untitled
unknown
plain_text
2 years ago
563 B
5
Indexable
basebet = 0 bett = balance/15000 nextbet = basebet chance = 83.50 bal=balance winns=0 losss=0 function dobet() if win then nextbet = basebet chance = 83.50 winns=winns+1 if winns%1000==0 then bethigh=!bethigh end else losss=losss+1 if losss==19 then nextbet = bett losss=0 end chance = 83.50 nextbet = previousbet*6.40 if (currentstreak==(-7)) then nextbet = bett end end end
Editor is loading...