Just want to buy a cup of wine
by - Thursday, January 1, 1970 at 12:00 AM
resetstats()
basebet    = 0.0003  -- Set BASEBET
nextbet    = basebet

multiplier = 1.5
chance=math.random(18*100,24*100)/100
chance=math.random(25*100,28*100)/100
resetseed()

target    = balance+10
StopLossLimitStreakRound = 500.00000000
function dobet()
if profit < ((StopLossLimitStreakRound) * -1) then
stop()
end
if balance>target then
stop();
    print("stop now")
end
   

    if bets >= 1000 then resetseed() resetstats() end
       
if win then
    nextbet = basebet
    chance=math.random(18*100,24*100)/100
    x      = math.random (1,2)
    if x >= 2 then bethigh=true else bethigh=false
end
else
    nextbet = (previousbet*multiplier)+basebet
    chance=math.random(25*100,28*100)/100
end     

    if (currentstreak == -1 and bethigh == false and change==0)
        then bethigh = false change = 1 end

    if (currentstreak == -1 and bethigh == true and change==0)
        then bethigh = true change = 1 end
 
    if (currentstreak == -2 and bethigh == false and change==0)
        then bethigh = true change = 1 end

    if (currentstreak == -2 and bethigh == true and change==0)
        then bethigh = false change = 1 end

    if (currentstreak == -3 and bethigh == false and change==0)
        then bethigh = false change = 1 end

    if (currentstreak == -3 and bethigh == true and change==0)
        then bethigh = true change = 1 end

    if currentstreak <= -4 then x = math.random (1,2)
    if x >= 2 then bethigh=true else bethigh=false
   
end
end

    if (currentstreak == -5 and bethigh == false and change==0)
        then bethigh = true change = 1 end

    if (currentstreak == -5 and bethigh == true and change==0)
            then bethigh = false change = 1 end
 
    if (currentstreak == -6 and bethigh == false and change==0)
        then bethigh = true change = 1 end

    if (currentstreak == -6 and bethigh == true and change==0)
        then bethigh = false change = 1 end

    if (currentstreak == -7 and bethigh == false and change==0)
        then bethigh = false change = 1 end

    if (currentstreak == -7 and bethigh == true and change==0)
        then bethigh = true change = 1 end

    if currentstreak == -8 then x = math.random (1,2)
    if x >= 2 then bethigh=true else bethigh=false
   
end
end

    if currentstreak == -9 then x = math.random (1,2)
    if x >= 2 then bethigh=false else bethigh=true
   
end
end

    if (currentstreak == -10 and bethigh == false and change==0)
        then bethigh = true change = 1 end

    if (currentstreak == -10 and bethigh == true and change==0)
        then bethigh = false change = 1 end

    if currentstreak == -11 then x = math.random (1,2)
    if x >= 2 then bethigh=true else bethigh=false
   
end
end

    if currentstreak <= -12 then x = math.random (1,2)
    if x >= 2 then bethigh=false else bethigh=true
   
end
end   
end
Reply


 Users viewing this thread: Just want to buy a cup of wine: No users currently viewing.