chance = 49.50
multiplier = 2
base = 0.00000001
preroll = 5
prebet = 0.00000001
nextbet = 0.00000001
function dobet()
if win then
nextbet=base
else
if currentstreak== -preroll then
nextbet=base
end
if currentstreak < -preroll then
nextbet=previousbet*multiplier
end
end
end
hey ,
i am using default preroll script and doing well so far.
i just want to ask , if it possible to add such a feature to this script :
if x amount of red comes in a row return the scripts to beginning.
i appreciate any help , cheers and happt x-mas.