You are on page 1of 1

nextbet = 0.

00000002

chance = 90.0000

m1 = 2

m2 = 1.115

function dobet()

base = 0.00000002

if wins%100==0 then

resetseed()

end

if win then

chance = 90.0000

nextbet = base

bethigh = !bethigh

else

nextbet = previousbet*m1

bethigh = !bethigh

end

if currentstreak==10 then

chance = 10.0000

nextbet = previousbet*m2

end

if chance==10.0000 then

nextbet = previousbet*m2

end

end

You might also like