Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

gg.

setVisible(false)
gg.clearResults()
gg.clearList()
gg.alert("Welcome To The Tutorial Script Made By YourName")
gg.sleep(100)
gg.alert("Lets Start")
gg.setVisible(true)

function HOME()
menu=gg.multiChoice({
"AIMLOCK",
"Unlimited Starting Money",
"Exit",
} ,nil, "Script Made By YourName")

if menu == nil then


else
if menu[1] == true then SUBSCRIBE() end
if menu[2] == true then LIKE() end
if menu[3] == true then EXIT() end end
HOMEDM=-1 end

function SUBSCRIBE()
gg.alert(" ")
LOCK = "《OFF》"
function AIMLOCK()
if LOCK == "《OFF》" then
gg["setRanges"](gg["REGION_ANONYMOUS"])
gg["searchNumber"]("20", gg["TYPE_FLOAT"], false, gg["SIGN_EQUAL"], 0, -1)
gg["getResults"](1000)
gg["editAll"]("-0", gg["TYPE_FLOAT"])
gg["clearResults"]()
gg["toast"]("🇴 🇳🔒")
LOCK = "《ON》"
elseif LOCK == "《ON》" then
gg["setRanges"](gg["REGION_ANONYMOUS"])
gg["searchNumber"]("20", gg["TYPE_FLOAT"], false, gg["SIGN_EQUAL"], 0, -1)
gg["getResults"](1000)
gg["editAll"]("20", gg["TYPE_FLOAT"])
gg["clearResults"]()
gg["toast"](" 🇴 🇫 🇫🔒")
LOCK = "《OFF》"
end
end

You might also like