Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- basebet = 1024/1e8
- nextbet = basebet
- chance = 33
- function dobet()
- if win then
- nextbet = basebet
- else
- bethigh = not bethigh
- nextbet = previousbet * 2
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement