SolvedConcommand hack help

Posts 16 of 6 · Page 1 of 1
Concommand hack help
Hello i have an hack ready but i want to toggle thw ainbot esp and stuff with console commands, i know the concommand.add but i want to know how i make it work with 0 as off and 1 as on, this is my try:
concommand.add("legithack_aimer") then i need something that checks if legithack_aimer is 1 like this:

If (the code to check if convar is 1) = 1 then
(Aimcode)
/Moved to the correct section.
Lawl what is this
Code:
concommand.add("legithack_aimer")
you need to assign a a function to the concommand like this


Code:
function aimer
print("The Concommand works mom!")
end

concommand.add("legithack_aimer", aimer)
https: //wiki . garrysmod . com/page/concommand/Add
Believe this has been solved.

/Closed.
Posts 16 of 6 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?