Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- do49h = 0
- do49l = 0
- do33h = 0
- do33l = 0
- do25h = 0
- do25l = 0
- do15h = 0
- do15l = 0
- do90h = 0
- do90l = 0
- base = 0.01
- i = balance*0.995
- k = 800000
- multi = 1
- count = 0
- losecount = 0
- target = balance*5
- wincount = 0
- nextbet = base
- chance = 49
- function dobet()
- if lastBet.Roll > 90 then
- do90h+=1
- do90l=0
- end
- if lastBet.Roll < 10 then
- do90l+=1
- do90h=0
- end
- if lastBet.Roll > 10 and lastBet.Roll<90 then
- do90h=0
- do90l=0
- end
- if win then
- nextbet = base
- chance = 65
- multi = 1
- wincount+=1
- else
- nextbet = previousbet*multi
- losecount+=1
- end
- if wincount == 33 then
- wincount = 0
- resetseed()
- end
- if do90h ==5 or do90l ==5 then
- count+=1
- end
- if do90h >= math.random(3,5) and previousbet == 0.01 then
- bethigh=false
- do90h=0
- do90l=0
- chance = math.random(8800,9500)/100
- nextbet = math.random(35,65)/100*balance
- end
- if do90l >= math.random(3,5) and previousbet == 0.01 then
- bethigh=true
- do90h=0
- do90l=0
- chance = math.random(8800,9500)/100
- nextbet = math.random(35,65)/100*balance
- end
- print(" ")
- print("count: "..count)
- print("do90h: "..do90h)
- print("do90l: "..do90l)
- print(" ")
- if balance > target then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement