Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- bethigh = true
- good = 15000
- prebet = balance/102400
- nextbet = prebet
- min = 49.95
- chance = min
- max = 50.5
- function dobet()
- if win then
- nextbet = prebet
- bethigh = true
- else
- nextbet = previousbet*2.5
- end
- if lastBet.Roll > min then
- bethigh = true
- end
- if lastBet.Roll < max then
- bethigh = false
- end
- if balance > good then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement