HDC Good For Fast
HDC Good For Fast
if (loss>=1)then
chance = math.random(11,22)
end
if (loss==8) then
nextbet = previousbet+(basebet/10)
end
if (nextbet >= pb1) then
nextbet = prebet
shock += multijackpot
print(shock)
end
if (shock > 1) then
chance = 20
nextbet = previousbet * 2
shock+=1
if (win) then
nextbet = previousbet*0.75
shock -= 1
countwin+=1
else
chance = math.random(6,7)
nextbet = previousbet * 1.25
end
if nextbet > pb2 then
chance = math.random(11,66)
nextbet=previousbet*1.25
end
end
end