QuestionSolvedBypass CAC

Posts 115 of 16 · Page 1 of 2
Bypass CAC
I have seen threads before about CAC being leaked and so on, but I have not seen an actual cheat that already has this bypass written. If someone could include a method on what to use and how to use it I would be very thankful. I am learning other coding languages besides LUA at the moment so I will have to be pretty much spoon-fed code and instructions. Any help will be appreciated!
Quote Originally Posted by Stevely View Post
I have seen threads before about CAC being leaked and so on, but I have not seen an actual cheat that already has this bypass written. If someone could include a method on what to use and how to use it I would be very thankful. I am learning other coding languages besides LUA at the moment so I will have to be pretty much spoon-fed code and instructions. Any help will be appreciated!
Yeah it's definitely possible to bypass this!
Quote Originally Posted by suchisgood View Post
Yeah it's definitely possible to bypass this!
What steps would need to be taken?
Quote Originally Posted by Stevely View Post
What steps would need to be taken?
If you have a copy of CAC, check what functions he calls to check the location of others. In one of the files, he even lists all of them. Most of them lack any sort of documentation, so you'll need to do some studying and trial and error. Just detour all of the functions in that list/ array, and you're good to go. It's been months since I've worked with Lua, but detouring concommand.GetTable() and hook.GetTable() is self explanatory. 'concommand' may be the wrong library for that function, so I wouldn't take my word for it.
Quote Originally Posted by Flying Gooby View Post
If you have a copy of CAC, check what functions he calls to check the location of others. In one of the files, he even lists all of them. Most of them lack any sort of documentation, so you'll need to do some studying and trial and error. Just detour all of the functions in that list/ array, and you're good to go. It's been months since I've worked with Lua, but detouring concommand.GetTable() and hook.GetTable() is self explanatory. 'concommand' may be the wrong library for that function, so I wouldn't take my word for it.
Thanks for a legitimate answer!
Quote Originally Posted by Stevely View Post
Thanks for a legitimate answer!
Yeah, you won't see many of those here(legitimate answers). I'm 1/5 of the people that know anything here. Everyone else that's intelligent left.
Acctualy CAC Can be bypassed, here is a video of Function and Leystryku bypassing it https://www. youtube.com/watch?v=r_SRZLYxfvk remove the spaces because i think they dont let me put outside links anyways they are NOT going to give it out to peoples so dont even try it
Thanks for all the help again, but I was still wondering what I could do to bypass CAC. I feel like using a bypasser and changing variables would still be detected no matter what LUA code you use. My ultimate question was can I go on top servers ( Ones with CAC ) and somehow use a LUA hack without detection. LUA scripts and a method is what I'm looking for.
Quote Originally Posted by suchisgood View Post
Are you the owner of CAC then?
All I want is a good aimbot that works on every server ( Including servers with CAC ). If I was the creator of CAC I could probably patch 99% of the methods most people would use, but I currently am working on HTML, CSS, PHP, and Python which means I do not want to dive into LUA yet.
I only did stuff on cac servers for a limited amount of time but simply detouring shit is a good way to get yourself banned, remember that cac loads first ( literally index 1 as far as i know, could be different now ). And if you modify usercmd incorrectly you're also going to get fucked.
Quote Originally Posted by ehex View Post
I only did stuff on cac servers for a limited amount of time but simply detouring shit is a good way to get yourself banned, remember that cac loads first ( literally index 1 as far as i know, could be different now ). And if you modify usercmd incorrectly you're also going to get fucked.
Yes, but you won't run into that problem, if you have load priority.
Quote Originally Posted by Flying Gooby View Post
Yes, but you won't run into that problem, if you have load priority.
Nope; you will still get owned.
There is more to it than just running before it.
Quote Originally Posted by Flying Gooby View Post
Yes, but you won't run into that problem, if you have load priority.
While it loads on the first index it also means you won't be able to use certain things in glua ( since it wasn't ran yet ) so you'll have to include it all yourself ( i'm not sure how correct this is since i don't touch lua much ). At this point it just turns into a nuisance in my opinion, plus that probably wont even guarantee you being undetected anyway.

Why not just avoid it instead of bypassing it? ( though, the anti-speed ruins the fun in hacking on cac servers anyway. )

also, nice to see you again, gooby
Quote Originally Posted by ehex View Post
While it loads on the first index it also means you won't be able to use certain things in glua ( since it wasn't ran yet ) so you'll have to include it all yourself ( i'm not sure how correct this is since i don't touch lua much ). At this point it just turns into a nuisance in my opinion, plus that probably wont even guarantee you being undetected anyway.

Why not just avoid it instead of bypassing it? ( though, the anti-speed ruins the fun in hacking on cac servers anyway. )

also, nice to see you again, gooby
CAC itself does not load first. a file that belongs to CAC loads first, but the AC itself does not. it loads all of the core shit in init.lua and then loads CAC itself. all you need to do is run after extensions/client/render.lua has ran.
Quote Originally Posted by rata110873 View Post
@Ariaa Yeah Function is a fag he like to take credits from everyone like when Jay got hacked by "Function and Sadistic" *Cough* Cough* *Sadistic Cough*

@max1612 Idk because when i maked a post the admins deleted my video and sayd i was posting outside links :P
He's just in the video, he didn't claim to have bypassed it, what the fuck are you on about?
Posts 115 of 16 · Page 1 of 2
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?