Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- good = balance*2
- chance = 49.95
- bethigh = false
- kook = balance/33554432
- nextbet = kook
- function dobet()
- if win then
- nextbet = kook
- else
- nextbet = previousbet*2
- end
- if balance > good then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement