Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- bethigh = false
- good = 10000
- prebet = 0
- nextbet = prebet
- box = 0
- min = 24
- cox = 24.01
- chance = cox
- function dobet()
- if win then
- chance = cox
- nextbet = balance/390000
- bethigh = false
- end
- if (chance==min) and !win then
- nextbet = previousbet*1.35
- end
- if lastBet.Roll > min then
- box+=1
- end
- if lastBet.Roll < min then
- box = 0
- end
- if (chance == cox) and box >= 27 then
- chance = min
- nextbet = balance/1024
- box = 0
- end
- if balance > good then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement