999doge - fixed basebet until minimum chance

 

Script dengan fix basebet hanya merubah chance, sampai dengan chance minimal (chmin) 


Kalau berkenan referal

DiceBot 3.4.11

Source Code


--- script ---

basebet = 0.0001 * balance
edge    = 1
basetry = 0.2
target  = 10 -- in percent
marti   = 1
spin    = 0
minus   = 0
profits = 0
los     = 0
losdb   = 9
chmin   = 13.5
chance  = (100-edge)/(basetry + 1)
stopwin = false
bethigh = false
nextbet = basebet
try     = basetry

resetstats()
function dobet()
    spin += 1
    profits += currentprofit
    profitnow = profit / (balance - profit) * 100
    if profitnow > target then
        stop()  
        print("\n\nTARGET "..target.."%\n\n")      
    end
    
    if lastBet.roll < 50 then      
        bethigh = true     
    else     
        bethigh = false       
    end        

    if win then
        if stopwin then stop() end
    end
    if win then
        los     = 0
        marti   = 1
        minus   = 0
        try     = math.random(10,30)/100
        nextbet = basebet + (math.random(0,9999)/1000000000)
    else
        if (chance == chmin) then
            los+=1
            marti = 1.35 
        end
        minus   = try
        try     = minus + (math.random(20,30)/10)
        nextbet = (previousbet * marti) - (math.random(0,9999)/100000000000)
    end
    chance = (100-edge)/(try + 1)
    
    if los > 5 then try = 1 end
    if los > losdb then losdb = los end    
    if chance > 95 then chance = 95 end
    if chance < chmin then chance = chmin end
    if currentstreak < -50 then stopwin = true end
    
    print("")
    print("spin "..spin.."   ( "..string.format("%.2f",profitnow).."% )") 
    print("profits : "..profits)
    print("minus : "..minus)
    print("try : "..try)  
    print("los : "..los.."/"..losdb) 
    print("chance : "..chance) 
end 


     
Terimakasih banyak telah mendonasikan sedikit koin Anda,
semoga Anda rezeki Anda semakin berlimpah dan salam profit;

Bitcoin  18YDbWUYTVMVNkZH4p2rF2at2PECNRmFdN
Dogecoin DReiXCtVUupsqSXnYGwdfvPgsDsrzPRhQq
Litecoin LRPBfL7WK3FVxS2h5pTkGvrznpdwB2YALn
Ethereum : 0x355f958b31290d8a314aec7d6336c4c43660cacb


EmoticonEmoticon