Untitled
unknown
plain_text
3 years ago
563 B
9
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
endEditor is loading...