Script 999dice Terbaru
Script 999dice Terbaru
chance = 90
multiplier = 10
base = Stp0 + (math.random(0,9999)/100000000000000)
nextbet = 0.001
bethigh = true
percent_win = 0
check_start_order = false
check_start_count_position = false
count_lose = 0
count_round = 0
count_start_order = 0
position_order = 0
StartMulti = false
position_seed = math.random(10,20)
cl = 0
for i=1,position_seed do
resetseed();
end
function dobet()
count_round = count_round + 1
if balance > TakeProfit then
print("*************************")
print("$$$$$$$$$$$ TP = 10% $$$$")
print("*************************")
stop();
end
if (balance) < (nextbet) then
stop();
print(balance)
print("INSUFFICIENT FUNDS")
end
--bet progression
if win then
if cl > 2 then
print("#### Security Stop ####")
stop();
end
bethigh = true
chance = (math.random(88,90) + ((math.random(0,99)/100)))
base = Stp0 + (math.random(0,9999)/100000000000000)
nextbet = base
print("Ran Pos = "..position_order)
print("Round = "..count_round)
if position_order == count_round then
nextbet = nextbet * 100
bethigh = false
StartMulti = true
end
cl = 0
else
cl = cl + 1
if cl > 2 then
bethigh = true
else
bethigh = false
end
if nextbet < 0.001 * 50 then
position_order = math.random(5,20)
count_round = 0
chance = (math.random(88,90) + ((math.random(0,99)/1)))
nextbet = 0.001
bethigh = false
else
nextbet = nextbet + (nextbet * multiplier)
end
end
end
end