Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- chance=49
- multiplier=2
- nextbet=balance/12800
- function dobet()
- if win then
- nextbet=balance/12800
- else
- if currentstreak== -8 then
- nextbet=balance/128
- end
- if currentstreak < -8 then
- nextbet=previousbet*2
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement