9 3
9 3
chance = yourEdge / 2
nextbet = minimalbet
div = math.random(10000, 25000)
BB = balance / div
NNextBet = BB
bethigh = true
halfRange = 5000 -- Paradice value 50 Megaplay value 5000
LH = {}
bbexecute = false
currentIndex = 1
won = 0
loss = 0
ath = balance
lossCounter = 0
bet = 0
function dobet()
clearConsole()
bet = bet + 1
--if (bet%10==0) then div = 10000 else div = math.random(800000, 2000000) end
BB = balance / div
betsInCurrentMode = betsInCurrentMode + 1
if (win) then
won = won + 1
if (previousbet > minimalbet) then
NNextBet = BB
nextbet = minimalbet
end
end
end
-- end
if (roll <= halfRange) then
l = 1
LH[#LH + 1] = "L"
end
---end
if (#LH == 1) then
nextbet = NNextBet
bbexecute = true
end
clearConsole()
print(#LH)
if (currentIndex == 2) then
if (flag==1) then
bethigh = true
else
bethigh = false
end
end
-- end
if (currentIndex == 1) then
if (flag == 2) then
bethigh = true
else
bethigh = false
end
end
if (currentIndex == 2) then
if (flag==1) then
bethigh = true
else
bethigh = false
end
end
end
if (bet >= 10) then
bet = 0
won = 0
loss = 0
end
end