Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- chance = 49.95
- nextbet = balance/2592
- base = balance/2592
- bethigh = true
- target = 10000
- maxline = balance/81
- multi = 2
- function dobet()
- if win then
- bethigh = true
- nextbet = balance/2592
- else
- nextbet = previousbet * multi
- end
- if (previousbet > (balance/81)) then
- if win then
- nextbet = balance/2592
- else
- nextbet = previousbet * 3
- end
- end
- if balance > target then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement