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