You are on page 1of 1

---Aqayen best miner---

--For more profit and wager scripts, contact me via Telegram = @Aqayen --

initchance = 45
basebet = balance/10000
chance1 = 30
chance = initchance
bethigh = true
nextbet = basebet
target = balance*1.5

function dobet()
if balance >= target then
stop()
end
if bets % 300==0 then
resetseed()
end
if (win) then
nextbet = basebet
chance -= chance * 0.2
else
nextbet = previousbet * 1.91
if currentstreak <= -10 then
chance = initchance
end
end
if chance <= chance1 and (!win) then
nextbet = basebet
chance = initchance
end
end

You might also like