Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- bethigh = false
- good = balance*3
- chance = 49.95
- base = balance/140
- nextbet = base
- lol = balance
- function dobet()
- if !win then
- nextbet = previousbet*2
- end
- if balance-lol > lol*0.15 and win then
- nextbet = base
- lol = balance
- end
- if balance > good then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement