Anti-Cheat's
I see a couple videos of griefers on a few Gmod servers that I know, have very nice anti-cheats. If cake anti-cheat is still very powerful thats what they were bypassing. I want to know though how they did it.
I try and grasp as much as I can about scripts and exploits used on Garry's Mod, but I can't seem to load hacks without getting a kick from an automatic anti-cheat in the server.
Don't wanna seem like a skid but I've done some research at least and tried a few things, such as sv_allowcslua 1; lua_openscript_cl autorun/server/admin_functions.lua; sv_allowcslua 0
(I use autorun/server/admin_functions.lua because I don't plan on ever hosting, and I figured it'd be more discreet for any server that scans for keywords on your client and can trigger an anti-cheat.)
But to no avail to how fast I am, I still get instant kicked, I figured it may be my bypasser, yet my bypasser seems fine.
Before I join any server I turn sv_allowcslua to 0 and sv_cheats to 0.
Also I can get an issue when using said bind where it says something along the lines of "sv_allowcslua" can only be changed by blah blah blah. But the hack itself that I use, will still load. But I -still- get kicked. Even when I don't get the error I still get caught red handed.
Certain servers this works because certain servers don't have an anti-cheat at all or it sucks. The biggest DarkRP server out there (Forget the name, had around an average of 100/120 players daily didn't even detect me activating/executing lua files.
To what I've learned is that any anti-cheat I may stumble upon, will only kick when it notices there has been an execution of a client-side lua file, therefore kicking and banning you. But just how the hell do people bypass this shit?
I don't inject during a game, I inject before, then I run my keybind I showed above when I'm ingame, which is lightning fast because it being all one bind but still no dice. I even hid the damn hack under a regular file name, even if that file wasn't a hack, I'd still be kicked/banned for executing a lua without the right to do so.
Is there anyway I can get past this crap or is it just something I have to deal with?