Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › MultiPlayer Game Hacks & Cheats › Steam Games Hacks & Cheats › Garry's Mod Hacks & Cheats › Garry's Mod Discussions & Help › An undetectable cheat?

QuestionAn undetectable cheat?

Posts 1–15 of 15 · Page 1 of 1
tdsx
tdsx
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?
#1 · 12y ago
D3M0L1T10N
D3M0L1T10N
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
#2 · 12y ago
tdsx
tdsx
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++.
#3 · 12y ago
D3M0L1T10N
D3M0L1T10N
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)
#4 · 12y ago
tdsx
tdsx
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.
#5 · 12y ago
D3M0L1T10N
D3M0L1T10N
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
#6 · 12y ago
tdsx
tdsx
Quote Originally Posted by D3M0L1T10N View Post
then do it
What of command.GetTable and hook.GetTable?
#7 · 12y ago
D3M0L1T10N
D3M0L1T10N
Quote Originally Posted by tdsx View Post
What of command.GetTable and hook.GetTable?
just make undetected hooks?
#8 · 12y ago
tdsx
tdsx
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.
#9 · 12y ago
D3M0L1T10N
D3M0L1T10N
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
#10 · 12y ago
Trollaux
Trollaux
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
#11 · 12y ago
D3M0L1T10N
D3M0L1T10N
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
#12 · 12y ago
_F
_Fami
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
#13 · 12y ago
tdsx
tdsx
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.
#14 · edited 12y ago · 12y ago
Trollaux
Trollaux
Quote Originally Posted by D3M0L1T10N View Post
wrong lmao my anticheat doesnt use GetTable
skidded qac isnt urs
#15 · 12y ago
Posts 1–15 of 15 · Page 1 of 1

Post a Reply

Similar Threads

  • How to make a Undetected Cheat EngineBy mental81 in Game Hacking Tutorials
    51Last post 7y ago
  • How to make a Undetected Cheat EngineBy ndk721 in Game Hacking Tutorials
    8Last post 12y ago
  • Oengine [Undetected Cheat Engine]By Naeron in WarRock - International Hacks
    173Last post 19y ago
  • I have Undetected cheat trade 4 warrock accountBy PaoloC in WarRock - International Hacks
    14Last post 19y ago
  • Undetected Cheat Engine + CT 5/31 ReleasedBy ccuuyyjj in WarRock Korea Hacks
    13Last post 19y ago

Tags for this Thread

#cheat#dll#inject#injection#lual_loadbuffer#undetectable