Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

--SC SRIKANDI Dicekode V2 2021--

basebet = balance * 0.00000001


chance = 90
bethigh = true
closs = 0

if basebet < 0.0000000001 then


basebet = 0.0000000001
end

nextbet = basebet

function dobet()

bethigh = math.random(3) > 1

if (win) then
closs = 0
if profit > profit + (basebet * 0.001) then
nextbet = basebet
chance = math.random(79*100, 90*100)/100
else
if chance > 70 then
chance = math.random(8.75*100, 10.5*100)/100
nextbet = previousbet * 3.2
else
nextbet = basebet
chance = math.random(79*100, 90*100)/100
end
end

else
closs += 1

if closs == 2 then
chance = math.random(79*100, 90*100)/100
nextbet = previousbet * 0.5
end

end

end

You might also like