Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- fraction = 99999
- basebet = balance/fraction
- nextbet = basebet
- bethigh = false
- chance = 24
- more = balance
- target = 30000
- function dobet()
- if ((math.random(1,5001))>2500) and !win then
- nextbet = previousbet*1.5
- end
- if balance>more and win then
- nextbet = balance/fraction
- more = balance
- end
- if balance>target then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement