Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- chance = 9
- bethigh = true
- target = 10000
- nextbet = balance/40000
- base = balance/40000
- shit = balance*1.05
- function dobet()
- if win then
- nextbet = previousbet*1.8
- end
- if balance > shit and win then
- nextbet = balance/40000
- shit = balance*1.05
- end
- if balance > target then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement