Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- bethigh = true
- good = 10000
- prebet = 0
- nextbet = prebet
- box = 0
- min = 65
- cox = 65.01
- chance = cox
- function dobet()
- if win then
- chance = cox
- nextbet = prebet
- bethigh = true
- else
- nextbet = previousbet*3
- end
- if lastBet.Roll < 34.5 then
- box+=1
- end
- if lastBet.Roll > 35 then
- box = 0
- end
- if (chance == cox) and box >= 5 then
- chance = min
- nextbet = balance/729
- box = 0
- end
- if balance > good then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement