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