Ad Code

Responsive Advertisement

New Dice and Limbo Script !! Decreasing Win Chance

 chance  = 66

bethigh = false

basebet = balance/1000000

nextbet = basebet   

w       = 0

l       = 0


function dobet()


if (win) then

nextbet = balance/1000000

chance = chance - chance*0.2

w += 1

l = 0

if( w > 5 ) then

chance = 66

w = 0

resetseed()

end


else 

nextbet = previousbet * 3.25

l += 1

if(l > 5) then

chance = 66

l = 0

resetseed()

end


end



end


end



Post a Comment

0 Comments