resetseed();
min = 47.14
max = 47.74
chance = math.random(min*100.0, max*100.0)/100.0
bethigh = false
losses = 0
wins = 0
Increase = 2.01000
Decrease = 1.00010
nextbet = balance/100000
StopOnProfit = balance/5500
function dobet()
losses+=1
wins+=1
if profit > StopOnProfit then
losses = 0
wins = 0
nextbet = balance/100000
chance = math.random(min*100.0, max*100.0)/100.0
resetprofit();
ching();
resetseed3();
resetseed3();
resetseed3();
end
if currentstreak%5==0 and win then
resetseed();
chance = math.random(min*100.0, max*100.0)/100.0
end
if (win) then
nextbet = balance/100000
chance = math.random(min*100.0, max*100.0)/100.0
else
if (losses > 1) then
nextbet = previousbet*Increase
cchance = math.random(min*100.0, max*100.0)/100.0
end
end
if currentstreak%3==0 then
bethigh = !bethigh
chance = math.random(min*100.0, max*100.0)/100.0
end
if currentstreak%5==0 then
nextbet = previousbet/Decrease
chance = math.random(min*100.0, max*100.0)/100.0
end
if currentstreak%6==0 then
nextbet = previousbet*Increase
chance = math.random(min*100.0, max*100.0)/100.0
end
end
min = 47.14
max = 47.74
chance = math.random(min*100.0, max*100.0)/100.0
bethigh = false
losses = 0
wins = 0
Increase = 2.01000
Decrease = 1.00010
nextbet = balance/100000
StopOnProfit = balance/5500
function dobet()
losses+=1
wins+=1
if profit > StopOnProfit then
losses = 0
wins = 0
nextbet = balance/100000
chance = math.random(min*100.0, max*100.0)/100.0
resetprofit();
ching();
resetseed3();
resetseed3();
resetseed3();
end
if currentstreak%5==0 and win then
resetseed();
chance = math.random(min*100.0, max*100.0)/100.0
end
if (win) then
nextbet = balance/100000
chance = math.random(min*100.0, max*100.0)/100.0
else
if (losses > 1) then
nextbet = previousbet*Increase
cchance = math.random(min*100.0, max*100.0)/100.0
end
end
if currentstreak%3==0 then
bethigh = !bethigh
chance = math.random(min*100.0, max*100.0)/100.0
end
if currentstreak%5==0 then
nextbet = previousbet/Decrease
chance = math.random(min*100.0, max*100.0)/100.0
end
if currentstreak%6==0 then
nextbet = previousbet*Increase
chance = math.random(min*100.0, max*100.0)/100.0
end
end
0 Comments