- 0
Someone pls help me how to fix menu "while true do" error
-
Similar Content
-
- 6 answers
- 1,619 views
-
- 1 reply
- 1,223 views
-
- 27 replies
- 6,857 views
-
- 0 replies
- 584 views
-
- 2 answers
- 1,710 views
-
Question
zioo
revert = {}
] "
ON = "[✔] "
OFF = "[
prefix = {}
prefix[1] = ON
prefix[2] = ON
prefix[3] = ON
function main()
local choice = gg.choice({
prefix[1].."FIRE RATE(ON)",
prefix[2].."FIRE RATE(OFF)",
prefix[3].."clear data(beta)",
"EXIT",
})
if choice == 1 then prefix[1] = button1(prefix[1]) end
if choice == 2 then prefix[2] = button2(prefix[2]) end
if choice == 3 then prefix[3] = button3(prefix[3]) end
os.exit()
end
function button1(target)
if target == ON then
gg.alert("ON")
gg.searchNumber("22D;19;19::60",64)
if gg.isVisible(true) then gg.setVisible(false) end
gg.refineNumber("19",64)
gg.getResults(100)
gg.editAll("12.00123",64)
gg.clearResults()
gg.searchNumber("0.45",64)
gg.getResults(100)
gg.editAll("0.00123",64)
gg.toast("fire rate hacked!")
return OFF
else
gg.alert("OFF")
return ON
end
end
function button2(target)
if target == ON then
gg.alert("ON")
gg.searchNumber("0.00123",64)
if gg.isVisible(true) then gg.setVisible(false) end
gg.getResults(100)
gg.editAll("0.45",64)
gg.clearResults()
gg.searchNumber("12.00123",64)
if gg.isVisible(true) then gg.setVisible(false) end
gg.getResults(100)
gg.editAll("19",64)
gg.toast("firerate off!")
return OFF
else
gg.alert("OFF")
return ON
end
end
if main(gg.setVisible(false))
while( true ) do
if checkadmprefix==on then adm_detect() end
if gg.isVisible() then
main(gg.setVisible(false))
end
end
while true do
if gg.isVisible(true) then
buttom = 1
gg.setVisible(false)
end
if buttom == 2 then
A()
end
end
1 answer to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now