Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --SC Sabar Menunggu JP --
- --work di Casino Royale bet--
- -- JP ada di LS 14 dan LS 15 sabar menunggu yaa ----
- resetseed()
- resetseed()
- resetstats()
- chance = math.random(60, 70)
- base = balance/2150431615 --- tahan sampai ls 15 ketemu ls 16 ambyar---
- nextbet = base
- bethigh = false
- rollcount = 20
- i = balance*1.5
- k = 0.0009
- target = balance*1.5
- bethigh = true
- low = 0
- high = 0
- losecount = 0
- wincount = 0
- function dobet()
- if (lastBet.roll < chance) then
- low += 1
- end
- if (lastBet.roll > (100 - chance)) then
- high += 1
- end
- if wincount==16 then
- resetseed()
- bethigh=!bethigh
- wincount=0
- end
- if(i>k)then
- resetseed()
- end
- if balance>target then
- stop();
- print("stop now")
- end
- chance = math.random(5, 20)
- multiplier = 2
- if win then
- wincount+=1
- nextbet = base
- else
- nextbet = previousbet * multiplier
- end
- if currentstreak <= -8 then
- chance = math.random(40, 41)
- nextbet = previousbet*5
- end
- if currentstreak <= -9 then
- chance = math.random(41, 42 )
- nextbet = previousbet*6
- end
- if currentstreak <= -10 then
- chance = math.random(43, 44)
- nextbet = previousbet*7
- end
- if currentstreak <= -11 then
- chance = math.random(45, 47)
- nextbet = previousbet*8
- end
- if currentstreak <= -12 then
- chance = math.random(48, 50)
- nextbet = previousbet*9
- end
- if currentstreak <= -13 then
- chance = math.random(20, 25)
- nextbet = previousbet*10
- end
- if currentstreak <= -14 then
- chance = math.random(25, 30)
- nextbet = previousbet*10
- end
- if currentstreak <= -15 then
- chance = math.random(55, 59)
- nextbet = previousbet*10
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement