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 Coding & Resources › Hex's Anti-Cheat & CFG Source Code

PostHex's Anti-Cheat & CFG Source Code

Posts 1–15 of 33 · Page 1 of 3
Kingofultima
Kingofultima
Hex's Anti-Cheat & CFG Source Code
Here's the source code for Hex's Anti-Cheat, do whatever you want with the code.
Although I will warn you.. this is Anti-Cheat has over 6600+ lines of code if you were planning to make a bypasser or do
anything in particular with the Source Code.
Source Code: http://pastebin.com/SiBMeDiq
CFG File Source Code http://pastebin.com/UJdEpXJY
#1 · 12y ago
wisezombieking
wisezombieking
Quote Originally Posted by Kingofultima View Post
Here's the source code for Hex's Anti-Cheat, do whatever you want with the code.
Although I will warn you.. this is Anti-Cheat has over 6600+ lines of code if you were planning to make a bypasser or do
anything in particular with the Source Code.
Source Code: http://pastebin.com/SiBMeDiq
CFG File Source Code http://pastebin.com/UJdEpXJY
nice, but isn't hex releasing this anyway?
#2 · 12y ago
Kingofultima
Kingofultima
Well probably not necessarily since I believe he's pushing to the side were he just won't release it to the public. He might who knows what events might happen in a future time, but for now that is the main source code.
#3 · 12y ago
wisezombieking
wisezombieking
Quote Originally Posted by Kingofultima View Post
Well probably not necessarily since I believe he's pushing to the side were he just won't release it to the public. He might who knows what events might happen in a future time, but for now that is the main source code.
idk, i just heard from some people that he is planning on releasing it but we will just have to find out
#4 · 12y ago
tdsx
tdsx
Quote Originally Posted by wisezombieking View Post
idk, i just heard from some people that he is planning on releasing it but we will just have to find out
He is. He said so himself. It doesn't really matter, though. This is a nice release.
#5 · 12y ago
Prometheois117
Prometheois117
http://unitedhosts.org/bar/end/
He is.
Anyways, nice release.
#6 · 12y ago
wisezombieking
wisezombieking
Quote Originally Posted by Prometheois117 View Post
http://unitedhosts.org/bar/end/
He is.
Anyways, nice release.
That is really depressing, but I completely agree with him
#7 · 12y ago
Kingofultima
Kingofultima
So he really is going through with the release, well I'll them him one huge vulnerability in his Anti-Cheat that he should fix.
Since it relies mostly on DLL Injections and Lua scripts if you were to make a hack or bypasser that left no traces and also didn't inject into the hl2.exe process,
Well... lets just say the anti-cheat would meet QAC's fate that's all I'm going to describe at the moment.
#8 · 12y ago
JDawg147
JDawg147
Quote Originally Posted by Kingofultima View Post
So he really is going through with the release, well I'll them him one huge vulnerability in his Anti-Cheat that he should fix.
Since it relies mostly on DLL Injections and Lua scripts if you were to make a hack or bypasser that left no traces and also didn't inject into the hl2.exe process,
Well... lets just say the anti-cheat would meet QAC's fate that's all I'm going to describe at the moment.
If you just ported a C++ hack (DarkStorm namely), HeX's "L33T" Anti-Cheat wouldn't be able to detect it automaticly of course he could still screencap you or just manually add you to the banlist.
#9 · 12y ago
Kingofultima
Kingofultima
Since it does use hud_takesshots and hud_freezecamhide I think there is a possible way to hide the hacks from showing up in the screenshots.
#10 · 12y ago
TR
TroubleMakers
Quote Originally Posted by JDawg147 View Post
If you just ported a C++ hack (DarkStorm namely), HeX's "L33T" Anti-Cheat wouldn't be able to detect it automaticly of course he could still screencap you or just manually add you to the banlist.
Seed Detection,
Screenshots,
Aimbot Detection,
Fakelag Detection,
(probably) CUserCmd Verification,
(probably) Speedhack Detection,
and even more.
#11 · edited 12y ago · 12y ago
TO
Tomeno
Quote Originally Posted by Kingofultima View Post
Since it does use hud_takesshots and hud_freezecamhide I think there is a possible way to hide the hacks from showing up in the screenshots.
You'd be able to bypass screencaps by having an external menu, right?

Quote Originally Posted by Kingofultima View Post
So he really is going through with the release, well I'll them him one huge vulnerability in his Anti-Cheat that he should fix.
Since it relies mostly on DLL Injections and Lua scripts if you were to make a hack or bypasser that left no traces and also didn't inject into the hl2.exe process,
Well... lets just say the anti-cheat would meet QAC's fate that's all I'm going to describe at the moment.
Aaaalso I'm pretty sure that dll hacks have to be injected into the game. But what if we made a copy of a game core dll but with the hack in it? That way it will be automatically loaded at game start. It might have problems with Steam though.

Quote Originally Posted by JDawg147 View Post
If you just ported a C++ hack (DarkStorm namely), HeX's "L33T" Anti-Cheat wouldn't be able to detect it automaticly of course he could still screencap you or just manually add you to the banlist.
You'd get banned by VAC.
#12 · edited 12y ago · 12y ago
MeepDarknessMeep
MeepDarknessMeep
Quote Originally Posted by Tomeno View Post
You'd get banned by VAC.
L...O...L....
#13 · 12y ago
TO
Tomeno
Quote Originally Posted by MeepDarknessMeep View Post
L...O...L....
I am not sure what you mean by that, but iirc you get insta-VACd for darkstorm anyways.
#14 · 12y ago
JDawg147
JDawg147
Quote Originally Posted by TroubleMakers View Post
Seed Detection,
Screenshots,
Aimbot Detection,
Fakelag Detection,
(probably) CUserCmd Verification,
(probably) Speedhack Detection,
and even more.
The sad part is that it doesn't check for anything you listed, the thing only in there it does do is screenshots.

Quote Originally Posted by Tomeno View Post
You'd be able to bypass screencaps by having an external menu, right?
Yes, but then GAC could blacklist that exe's filename if you made it public.

Quote Originally Posted by Tomeno View Post
Aaaalso I'm pretty sure that dll hacks have to be injected into the game. But what if we made a copy of a game core dll but with the hack in it? That way it will be automatically loaded at game start. It might have problems with Steam though.
There are very very few things that'll cause a VAC ban in GMod, and modifying client.dll is one of them I believe. (I'm 50/50 on that one)

Quote Originally Posted by Tomeno View Post
You'd get banned by VAC.
GMod's VAC doesn't do anything about injected DLLs.
#15 · edited 12y ago · 12y ago
Posts 1–15 of 33 · Page 1 of 3

Post a Reply

Similar Threads

  • Anti-Kick & God-Mode - MORE! [ Source Code ]By Aeir in Combat Arms Hack Coding / Programming / Source Code
    15Last post 14y ago
  • AQW cheating 101[History, technical explanations, source code examples]By JamesRo in Adventure Quest Worlds (AQW) Tutorials, Source Code & Coding
    72Last post 12y ago
  • Anti-Kick & God-Mode - MORE! [ Source Code ]By Aeir in Combat Arms BR Hack Coding/Source Code
    55Last post 14y ago
  • what is the source code to bypass the anti hackBy IPSW in Need for Speed World Help
    2Last post 14y ago
  • Anti-AFK Ingame and Fast Lockon Source CodeBy WRPHNoob in WarRock Philippines Hacks
    11Last post 14y ago

Tags for this Thread

None