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