You are on page 1of 2

chance = 98

basebet = 0.1
wincount = 0
wincount = 0
bethigh = true
counter = 0
targetprofit = balance*1.10

function dobet()
counter += 0
print("winAbove50 :"..string.format("%.8f",wincount))
print("winbelow83.49 :"..string.format("%.8f",wincount1))
if balance > targetprofit then
stop()
end
if lastBet.roll > 50.00 then
wincount += 1
else
wincount = 0

if ((chance == 49.5) and win) then


chance = 98
wincount = 0
nextbet = basebet
end
end
if lastBet.roll < 83.49 then
wincount1 += 1
else
wincount1 = 0
if ((chance == 16.5) and win) then
chance = 98
wincount1 = 0
nextbet = basebet
end
end

if win then
nextbet = basebet
chance = 98

if wincount >= 7 then


chance = 49.5
bethigh = false
wincount = 0
end
if wincount1 >= 15 then
chance = 16.5
bethigh = true
wincount1 = 0
nextbet = balance/10000
end
end
if (chance == 16.5) then
wincount = 0
end

if !win then
wincount = 0

if (chance == 49.5) then


nextbet = previousbet*2.2
end
if (chance == 16.5) then
nextbet = previousbet*1.2
end
end
end

You might also like