Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- fraction = 640000
- basebet = balance/fraction
- chance = 24.975
- nextbet = basebet
- bethigh = false
- los = 0
- ccc = 0
- loss = 0
- target = 45000
- ol = balance
- olly = balance
- ko = 0
- cccc = 0
- zim = 0
- silly = 0
- resetstats()
- function dobet()
- basebet = balance/fraction
- if win then
- ccc+=1
- cccc+=1
- ko+=1
- los = 0
- else
- los+=1
- cccc = 0
- loss+=1
- end
- if (los<4) and (ccc>1) then
- nextbet = previousbet*2
- ccc = 0
- zim = 0
- end
- if los>=4 then
- ccc = 0
- end
- if (balance>=olly) and win then
- nextbet = basebet
- los = 0
- olly = balance
- end
- if (balance>target) then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement