Ad Code

Responsive Advertisement

Best Compund Profit Script for Dice and Limbo Game

 chance      = 66

bethigh     = false

basebet     = balance/190000

nextbet     = basebet   

round       = 0

loss = 0


function dobet()


    round = round + currentprofit


    if (win) then

        nextbet = balance/190000

        loss = 0

    else

        loss = loss + 1

        if ( loss ==1) then

        nextbet = round*3.25* (-1)

        else 

        nextbet = balance/190000

        end

       

 

    end

    if (round > 0 ) then

        round   = 0

        nextbet = balance/190000

        resetseed()

    end

    if ( profit > 20) then 

     stop ()

    end

end

Post a Comment

3 Comments