Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- bethigh = true
- good = 40000
- prebet = balance/4300
- nextbet = prebet
- box = 0
- bit = 0
- min = 70
- max = 30.5
- cox = 49
- chance = cox
- function dobet()
- if win then
- chance = cox
- nextbet = prebet
- bethigh = true
- end
- if (chance==min) and !win then
- nextbet = previousbet*3.5
- end
- if lastBet.Roll < min then
- box += 1
- bit = 0
- end
- if lastBet.Roll > max then
- bit += 1
- box = 0
- end
- if (chance == cox) and (bit==6) then
- bethigh = true
- nextbet = balance/43
- chance = min
- box = 0
- bit = 0
- end
- if (chance == cox) and (box==6) then
- bethigh = false
- nextbet = balance/43
- chance = min
- box = 0
- bit = 0
- end
- if balance > good then
- stop()
- end
- end
Add Comment
Please, Sign In to add comment