Ad Code

Responsive Advertisement

3.2x and 3x Mixup Martingale Script

 chance       = 33

bethigh      = false

Increase     = 1.6

basebet      = balance/1000000000 

nextbet      = basebet

min = 31

max = 33

chance       = math.random(min*100, max*100)/100

function dobet()  

     


if (win) then 

    nextbet = balance/1000000000 

    chance       = math.random(min*100, max*100)/100

else

    nextbet = previousbet*Increase 

    chance       = math.random(min*100, max*100)/100

end

 

end

Post a Comment

0 Comments