Ad Code

Responsive Advertisement

Delayed Martingale Strategy !! Safe Play

 chance  = 14

basebet = balance/100000000

bethigh = false

nextbet = basebet

wins = 0

loss = 0

function dobet()

    if (win) then

        loss = 0

        nextbet = balance/100000000

        resetseed();

    else

        loss = loss + 1

        if (loss == 3) then

            nextbet = previousbet * 2

            loss = 0

        end

    end

  if (currentprofit > 10) then

    stop()

  end

  

end

Post a Comment

0 Comments