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