Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- bethigh = false
- good = 40000
- chance = 24
- nextbet = balance/100000
- shit = balance*1.000001
- function dobet()
- if win then
- nextbet = previousbet/2
- box = 0
- else
- box += 1
- end
- if (box==2) then
- nextbet = previousbet*3
- box = 0
- end
- if balance > shit and win then
- nextbet = balance/100000
- shit = balance*1.000001
- end
- if balance > good then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement