Dual chance dengan menggunakan progresi sesuai table, medium risk - high gain
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 ---
-- sequenza
progresi = {2, 3, 4, 5, 7, 9, 12, 16, 21, 32, 47, 67}
progressionIndex = 1
progressionWinned = 0
phase = 1
maxPhase = 1
phaseStart = 1
go = true
-- starting setup
div = 100000
base = balance/div
target = 1000
SL = balance * 0.8
nextbet = progresi[progressionIndex] * base
-- chances
chance = math.random(8000,8500)/100
bigchance = math.random(7500,8500)/100
smallchance = 100 - bigchance
-- multipliers
multi = 1.10
a = progresi[progressionIndex] * base
-- counters
lossCounter = 0
winCounter = 0
-- brake
brakeamount = 0
brakecount = 0
brake = false
useBrake = true
function BrakeBet()
if useBrake then
brake = true
brakeamount = math.random(5,10)
end
end
function ResetProgresi()
phase = 1
maxPhase = 1
phaseStart = 1
chance = bigchance
progressionIndex = 1
base = balance/div
SL = balance * 0.8
BrakeBet()
resetseed ()
end
function SetPhase(index)
local newPhase = GetPhaseFromIndex (index)
if(newPhase > maxPhase) then
maxPhase = newPhase
end
if(maxPhase == 3) then
phaseStart = 2
elseif(maxPhase == 4) then
phaseStart = 3
elseif(maxPhase == 5) then
phaseStart = 4
end
phase = newPhase
end
function GetPhaseFromIndex (index)
if(index < 7) then
return 1
elseif(index < 10) then
return 2
elseif(index < 11) then
return 3
elseif(index < 12) then
return 4
elseif(index < 13) then
return 5
end
end
function ProcessWin ()
lossCounter = 0
winCounter += 1
if (go) then
go = false
a = progresi[progressionIndex] * base
bigchance = math.random(7500,8500)/100
chance = bigchance
mukti = 1
else
if(progresi[progressionIndex] == 67) then
progressionWinned += 1
ResetProgresi()
else
if winCounter > 1 then
progressionIndex += 1
SetPhase(progressionIndex)
end
end
end
end
function ProcessLoss ()
if lossCounter == 0 then
bethigh = !bethigh
chance = smallchance
smallchance = 110 - bigchance
if smallchance < 30 then
multi = 1.43568
end
if smallchance >= 30 then
multi = 1.6365
end
go = true
end
lossCounter += 1
winCounter = 0
nextbet = previousbet*multi
end
function dobet ()
print ("\n\n")
print ("fase # "..phase)
print ("target # "..target)
print ("stoploss # "..SL)
if balance > target or balance < SL then
print ("Target archived!")
stop ()
end
if !brake then
if (win) then
ProcessWin ()
nextbet = progresi[progressionIndex] * base
else
ProcessLoss ()
end
if (lossCounter > 1) then
go = true
end
if (lossCounter == 1) then
chance = smallchance
nextbet = a * multi
go = true
end
if (lossCounter == 5) then
lossCounter = 0
a = previousbet
chance = bigchance
BrakeBet()
go = false
if (phase == 1) then
progressionIndex = phaseStart
elseif (phase >= 2) then
progressionIndex -= 2
SetPhase(progressionIndex)
end
end
print ("progression # "..progressionWinned)
else
brakecount += 1
nextbet = 0
print ("brake # "..brakecount.."/"..brakeamount)
if (brakecount == brakeamount) then
brakecount = 0
brake = false
end
end
end
Gambling is gambling no matter what you do or how good your strategy is. The house always wins if you keep playing.
Sc termux nya mana bang ga ada downloadnya
BalasHapusY saya juga mencari SC termux bang
BalasHapussejauh ini dah profit 50an trx.... semoga nyampe target...
BalasHapus