Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- SC NYICIL PANCI --
- basebet = 0.0000001
- nextbet = basebet
- chance = 80
- bethigh = true
- closs = 0
- --bethigh = false
- resetstats()
- resetchart()
- function dobet()
- --bethigh = !bethigh
- if (win) then
- closs = 0
- if profit > profit + 0.000001 then
- nextbet = basebet
- chance = math.random(79*100.0, 80*100.0)/100.0
- else
- if chance > 70 then
- chance = math.random(60.95*100.0, 70*100.0)/100.0
- nextbet = previousbet * 1.201
- else
- nextbet = basebet
- chance = math.random(79*100.0, 90*100.0)/100.0
- end
- end
- else
- closs += 0
- if closs == 0 then
- chance = math.random(79*100.0, 80*100.0)/100.0
- nextbet = previousbet * 2.41
- end
- print("\n")
- print("\n\n░▒▓█ NYICIL PANCI █▓▒░\n")
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement