Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- chance = 49.95
- basebet = 0.01
- base1 = 0.3
- lol = 0
- maxbalance = balance
- function dobet()
- if win then
- nextbet = basebet
- chance = 49
- lol = 0
- else
- lol+=1
- nextbet = previousbet*2
- chance = 49
- end
- if lol>=1 then
- if lastBet.Roll<=50 then
- bethigh = false
- end
- end
- if lastBet.Roll>=50 then
- bethigh = true
- end
- if lol >=4 then
- if lastBet.Roll>=50 then
- bethigh = false
- end
- end
- if lastBet.Roll<=50 then
- bethigh = true
- end
- if maxbalance<balance then
- nextbet = basebet
- chance = math.random(24,33)
- bethigh = math.random(24,99.9999)%2==0
- maxbalance = balance
- end
- if maxbalance>=10000 then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement