Selasa, 06 Oktober 2020

primedice - step up basebet handle long streakloss

 




Script step-up basebet, bisa menahan long streakloss. Ideal untuk primedice (no smallbet penalties)


Kalau berkenan referal
https://primedice.com/?c=70a59e55

DiceBot 3.4.11
https://bot.seuntjie.com/Downloads.aspx

Source Code
https://github.com/seuntjie900/DiceBot

Youtube
https://www.youtube.com/channel/UC-BpueviNmn12aV_pBRY3gQ/


--- script ---

basebet               = 0.0500
basechance            = 90
increasebetEveryLosts = 15 
increasebetBy         = 2
maxstreak             = -100
target                = 2000
-------------------------------------
chance  = basechance
nextbet = basebet 
co      = (1/basechance)*99
cco     = co
lc1     = 0
lc2     = 0
pp      = 0
profits = 0
sbr     = balance
negs    = 0
lvl     = 1
lvl2    = lvl
bethigh = true
stopwin = false
-------------------------------------
function dobet()
    profits += currentprofit
    if profits >= 0 then 
        if stopwin then stop() end
    end
    if win then
        nextbet = basebet
        chance  = basechance
        cco     = co
        lc1     = 0
        lc2     = 0
        lvl     = 1
        sbr     = balance
    else
        lc1+=1
        lc2+=1
        negs = sbr-balance 
        pp   = basebet*(lc1*(co-1))
        if lc2>=increasebetEveryLosts or chance < 5 then
            lvl += 1
            nextbet*=increasebetBy
            cco = ((negs+pp)/nextbet)+1 
            lc2 = 0
        else
            cco+=co
        end
        chance = (1/cco)*99
    end
    
    if chance < 5 then 
        chance  = 5
        nextbet = previousbet * 1.065
    end
    if lvl > lvl2 then lvl2 = lvl end
    if currentstreak < maxstreak then stopwin = true end
    if balance > target then stop() end
    print("\n\n")
    print("count "..lc2.."/"..increasebetEveryLosts)
    print("level "..lvl.."/"..lvl2)
    print("bet "..nextbet)
end 



Gambling is gambling no matter what you do or how good your strategy is.  The house always wins if you keep playing. 




2 komentar:

  1. Sampai saat ini detik ini
    Cuma script ini yg mampu bertahan...

    Modal 300trx dah jd 1700 trx....

    BalasHapus