-- WA 628999162626 --
-- Modalmu harus diatas 1 doge gan
-- Makin gede modalmu makin cepet profitmu
-- Semakin banyak los semakin gede profitmu
-- kalua Los 7 segera off bot main lagi nanti aja
-- Sehari main 3 kali aja (1 kali main 30 menit saja)
-- Sayangi duit mu, profit dikit lebih baik timbang hilang semua modalmu
-- Ini adalah Permainan Bisa Menang Bisa Kalah !!!
-- UBAH betcalc SESUAI ATURAN KALIAN JANGAN COBA PILIH BET 1000
-- 6 max losses (Ngeri) - 101.938608
-- 7 max losses (Lumayan Ngeri) - 27.364138
-- 8 max losses (Resiko Kalah Sudah Biasa) - 7.3446286
-- 9 max losses (Ngopi saja lah) - 1.9714477
-- 10 max losses (Sambil Minum Jus) - 0.5291766
-- 11 max losses (Di Tinggal Ke WC) - 0.1420417
betcalc = 7.3446286
if (betcalc < 0.01) then print("Silakan atur betcalc kemudian restart skrip")
stop() end
function changebet()
randhilo= math.random(1,10)
if(randhilo > 5) then
return true
else
return false
end
end
first = true
done = true
chance = 27.5
bethigh = changebet()
base = balance * (betcalc / 100000)
curbet = base * 3.7255
nextbet = base
function dobet()
base = balance * (betcalc / 100000)
if (first) then
if not(win) then
chance = 50
nextbet = curbet
first = false
done = true
else
randswitch= math.random(1,10)
if (randswitch > 4) then
bethigh = changebet()
end
end
end
if (not(first) and not(done)) then
if win then
chance = 27.5
curbet = base * 3.7255
nextbet = base
first = true
done = true
randswitch= math.random(1,10)
if (randswitch > 7) then
bethigh = changebet()
end
else
curbet = curbet * 3.7255
bethigh = changebet()
nextbet = curbet
chance = 72.5
end
end
done = false
end