QuestionDiscussionAn undetectable cheat?

Posts 115 of 15 · Page 1 of 1
An undetectable cheat?
I'm wondering if this has been done before, or is even possible. If I were to inject a DLL, grab the Lua state, run string through luaL_loadbuffer, using @lua/includes/init.lua as the source, would that be enough if all of that was done before autorun and no traces were left in the global table? What about hook.GetTable and concommand.GetTable. Would I have to fiddle with that as well?
Quote Originally Posted by FoldedHam View Post
Be nice, what if he doesn't know C++ and only a bit of lua?
yes hes surely going to hook runstring if he doesn't know c++

wtf
Quote Originally Posted by bigdaddyw View Post
how about you just make your whole hack in c++ u fucken autismo
Cause I don't know how to draw shapes and shit in C++ and cause fuck you that's why

Quote Originally Posted by FoldedHam View Post
Be nice, what if he doesn't know C++ and only a bit of lua?
Yeah. I'm okay with C++, and pretty good with Lua, but I'm not good enough to make it all in C++.
Quote Originally Posted by tdsx View Post
Cause I don't know how to draw shapes and shit in C++ and cause fuck you that's why

Yeah. I'm okay with C++, and pretty good with Lua, but I'm not good enough to make it all in C++.
idk why im helping a skid but just hook runstring and do all your stuff on autorun (you can figure it out)
Quote Originally Posted by D3M0L1T10N View Post
idk why im helping a skid but just hook runstring and do all your stuff on autorun (you can figure it out)
nikka I already have everything in the OP, I'm just wondering if there are any loose ends.
Quote Originally Posted by tdsx View Post
nikka I already have everything in the OP, I'm just wondering if there are any loose ends.
then do it
Quote Originally Posted by D3M0L1T10N View Post
then do it
What of command.GetTable and hook.GetTable?
Quote Originally Posted by tdsx View Post
What of command.GetTable and hook.GetTable?
just make undetected hooks?
Quote Originally Posted by D3M0L1T10N View Post
just make undetected hooks?
I can't tell if you're being serious. I can't ever tell if anyone here is being serious. god help.

wtf are undetected hooks. pls.
Quote Originally Posted by tdsx View Post
I can't tell if you're being serious. I can't ever tell if anyone here is being serious. god help.

wtf are undetected hooks. pls.
hacks that dont get detected obviously
Quote Originally Posted by tdsx View Post
I can't tell if you're being serious. I can't ever tell if anyone here is being serious. god help.

wtf are undetected hooks. pls.
everyone trolls on here
they are hooks that cannot be found using hook.gettable
Quote Originally Posted by Trollaux View Post


everyone trolls on here
they are hooks that cannot be found using hook.gettable
wrong lmao my anticheat doesnt use GetTable
Quote Originally Posted by D3M0L1T10N View Post
idk why im helping a skid but just hook runstring and do all your stuff on autorun (you can figure it out)
that's probably because you're a skid
Quote Originally Posted by Trollaux View Post


everyone trolls on here
they are hooks that cannot be found using hook.gettable
I've just tried this

Code:
concommand.GetTable = function() return {} end
Worked out okay. Should probably make it a C function and maybe make it so that it has the same upvalues and shit. I'm guessing the same can be done with the hooks table.
Quote Originally Posted by D3M0L1T10N View Post
wrong lmao my anticheat doesnt use GetTable
skidded qac isnt urs
Posts 115 of 15 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

Need help?