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