100% in 13 Min (Risk)
100% in 13 Min (Risk)
bb = balance*1e-3
cl = 0
pc = 0
is = 1.0141
ib = 1.0150
tp = balance * 2
sl = balance * 0.85
nextbet = bb
chance = 90
bethigh = true
function dobet()
pb = previousbet
pf = profit
cx = math.random(79,90)
if (win) then
cl = 0
if (pf > pc + 0.000001) then
pc = pf
nb = bb
ch = {79,90}
else
if (cx > 70) then
ch = {10,18}
nb = pb * is
else
nb = bb
ch = {79,90}
end
end
else
cl += 1
if (cl == 2) then
cl = 0
ch = {79,90}
nb = pb * ib
end
end
nextbet = nb
bethigh = math.random(3) > 1.5
chance = math.random(ch[1],ch[2])
if balance > tp then
if balance > tp then stop() end
end
end