Senin, 05 Oktober 2020

999dice - fixed basebet, increased per span loss

 


Script dengan fix basebet per span loss, aman untuk balance kecil dan long bet time


Kalau berkenan referal
https://www.999doge.com/?335341790

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.00100
basechance            = 90
increasebetEveryLosts = 15 
increasebetBy         = 2
-------------------------------------
chance  = basechance
nextbet = basebet 
co      = (1/basechance)*99
cco     = co
lc1     = 0
lc2     = 0
pp      = 0
sbr     = balance
negs    = 0
lvl     = 1
lvl2    = lvl
bethigh = true
stopwin = false
-------------------------------------
function dobet()
    if win then
        if stopwin then stop() end
        nextbet = basebet
        chance  = basechance
        cco     = co
        lc1     = 0
        lc2     = 0
        lvl     = 1
        sbr     = balance
    else
        negs=sbr-balance
        lc1+=1
        lc2+=1
        pp = basebet*(lc1*(co-1))
        if lc2>=increasebetEveryLosts 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 end
    if lvl > lvl2 then lvl2 = lvl end
    print("\n\n")
    print("count "..lc2.."/"..increasebetEveryLosts)
    print("level "..lvl.."/"..lvl2)
    print("bet "..nextbet)
end 

Related Posts:

  • 999dice - auto basebet multiplier Script mencatat last chance roll dan menghitung basebet multiplier secara otomatis Kalau berkenan referalhttps://www.999doge.com/?335341790DiceBot 3.4.11https://bot.seuntjie.com/Downloads.aspxSource Codehttps://git… Read More
  • 999dice - fixed basebet, increased per span loss Script dengan fix basebet per span loss, aman untuk balance kecil dan long bet timeKalau berkenan referalhttps://www.999doge.com/?335341790DiceBot 3.4.11https://bot.seuntjie.com/Downloads.aspxSource Codehttps://github.c… Read More
  • Tutorial - How to use seutjie dicebotDownload bot dari link ini:https://bot.seuntjie.com/Downloads.aspxAnda telah mempunyai script.Masuk ke akun anda menggunakan Dicebot.Ubah setingan mode Dicebot menjadi Programmer  (di tampilan bagian atas Dicebot ) … Read More
  • 999dice - fixed basebet until minimum chanceScript dengan fix basebet hanya merubah chance, sampai dengan chance minimal (chmin) Kalau berkenan referalhttps://www.999doge.com/?335341790DiceBot 3.4.11https://bot.seuntjie.com/Downloads.aspxSource Codehttps://github.… Read More
  • 999dice - progression fishing method  Dual chance dengan menggunakan progresi sesuai table, medium risk - high gain Kalau berkenan referal https://www.999doge.com/?335341790 DiceBot 3.4.… Read More

1 komentar: