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