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.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
0 komentar:
Posting Komentar