Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- bethigh = true
- good = 20000
- prebet = balance/500
- nextbet = prebet
- chance = 77
- shit = balance*1.00000001
- function dobet()
- if lastBet.Roll > 50 then
- chance = lastBet.roll
- end
- if lastBet.Roll < 50 then
- chance = lastBet.Roll
- end
- if lastBet.roll < 48 or lastBet.Roll > 95 then
- chance = 77
- end
- if math.random(1,99) == 5 then
- bethigh = !bethigh
- end
- if win then
- resetseed()
- else
- nextbet = previousbet*(lastBet.Roll/10)
- end
- if lastBet.roll < 48 and !win or lastBet.Roll > 95 and !win then
- nextbet = previousbet*3
- end
- if balance > shit and win then
- nextbet = balance/500
- shit = balance*1.00000001
- end
- if balance > good then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement