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