chance = 49.5
bethigh = false
Increase = 2
basebet = 0.00000001
nextbet = basebet
count = 0
function dobet()
count +=1
if (win) then
nextbet = basebet
else
nextbet = previousbet*Increase
end
if ( count == 1 ) then
bethigh = false
end
if ( count == 2 ) then
bethigh = true
end
if ( count == 3 ) then
bethigh = false
end
if ( count == 4 ) then
bethigh = false
end
if ( count == 5 ) then
bethigh = true
end
if ( count == 6 ) then
bethigh = true
count = 0
end
end
bethigh = false
Increase = 2
basebet = 0.00000001
nextbet = basebet
count = 0
function dobet()
count +=1
if (win) then
nextbet = basebet
else
nextbet = previousbet*Increase
end
if ( count == 1 ) then
bethigh = false
end
if ( count == 2 ) then
bethigh = true
end
if ( count == 3 ) then
bethigh = false
end
if ( count == 4 ) then
bethigh = false
end
if ( count == 5 ) then
bethigh = true
end
if ( count == 6 ) then
bethigh = true
count = 0
end
end
0 Comments