0% found this document useful (0 votes)
19 views2 pages

Aqayen Best Miner V9

script .lua minerar

Uploaded by

Cesar Iglesias
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views2 pages

Aqayen Best Miner V9

script .lua minerar

Uploaded by

Cesar Iglesias
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

-- Aqayen(Best miner V9) ---

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

chance = math.random(8000,8500)/100
bigchance = math.random(7500,8500)/100
smallchance = 100 - bigchance
base = balance/1e7
bethigh = false
target = balance*1.2
go = true
wincount = 0
losecount = 0
nextbet = base
a = base
multi = 1.3
function dobet()
if currentstreak <= -15 then
stop();
end
if balance > target then
stop()
end
if wincount == 6 then
resetseed()
bethigh=!bethigh
wincount = 0
end
if win and go then
wincount+=1
nextbet = base
bigchance = math.random(7500,8500)/100
chance = bigchance
losecount = 0
a = base
multi = 1
go = false
end
if (!win) then
nextbet = previousbet*multi
losecount+=1
end
if chance >= 75 and (!win) then
bethigh=!bethigh
smallchance = 110 - bigchance
if smallchance < 30 then
multi = 1.43568
end
if smallchance >= 30 then
multi = 1.6365
end
go = true

chance = smallchance
nextbet = a*multi
end
if losecount >= 1 then
go = true
chance = smallchance
end
if losecount == 5 then
losecount = 0
go = false
a = previousbet
nextbet = base
chance = bigchance
end

end

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy