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