-- Rain Purnama --
-- 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
-- 48 max losses ( Ngeri ) - 0.1
-- 49 max losses ( Mendinglah ) - 0.09
-- 50 max losses ( Sambil Ngerokok Dan Ngopi ) - 0.07
-- 51 max losses ( Resiko Kalah Tinggal Ngopi ) - 0.06
-- 52 max losses ( Di Tinggal Ke WC ) - 0.05
-- 53 max losses ( Di tinggal Mau Mandi ) - 0.04
-- 54 Max Losses ( Di Tinggal Pacaran ) - 0.03
-- 55 Max Losses ( Aman Banget Di Tinggal Seharian ) - 0.02
-- 56 Max Losses ( Di Tinggal Liburan Ke Luar Nergi ) -0.01
betcalc = 0.009
-------------------------------------------
bethigh = false
stopnow = false
first = true
done = true
chance = 95
if (betcalc < 0.01) then print("Silakan atur betcalc kemudian restart skrip")
stop() end
base = balance * (betcalc / 100000)
curbet = base * 1.1
nextbet = base
target = 100-- Doge
tprofit = balance + target
function dobet()
if(balance >= tprofit) then stop()
print("Target Sudah Sesuai Dengan Modal :v GA lah GA")
end
base = balance * (betcalc / 100000)
if (first) then
if(stopnow) then stop() end
if !Win then
chance = math.random(88,88)
bethigh=!betlow
print ("Temukan Jackop Paus Besar")
nextbet = curbet
first = false
done = true
end
end
if(!first and !done) then
if(stopnow) then stop() end
if win then
chance = math.random(88,88)
curbet = base * 1.1
nextbet = base
first = true
done = true
else
curbet = curbet * 1.31
nextbet = curbet
chance = math.random(12,15)
bethigh=!betlow
print ("Awas Kena Loss Nanti Istri Mu Makan Apa")
end
end
done = false
end