Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- chance = 90
- base = balance
- bethigh = true
- bit = 0
- box = 0
- good = 100000000
- zoink = balance/50000
- zog = 0
- nextbet = zoink
- function dobet()
- if !win then
- nextbet = previousbet*5
- end
- if balance > base then
- nextbet = balance/50000
- base = balance
- end
- if balance > good then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement