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 › Combat Arms Hacks & Cheats › Combat Arms Hack Coding / Programming / Source Code › Detection Prevention System v1

LightbulbDetection Prevention System v1

Posts 1–14 of 14 · Page 1 of 1
Flengo
[MPGH]Flengo
Detection Prevention System v1
Detection Prevention System

The Detection Prevention System (DPS) checks whether the hack has been ciphered since the last time the user used it. It does a few checks and stores the information. Based on that, it will determine if the user has ciphered the hack or not.

If the user has not ciphered the hack since they last used it, the DPS will activate and will not allow them to use the hack. It will close down the game with a message box and tell them what to do. It will continue to do this until the user has followed the instructions to cipher the hack.

This will ensure that hacks are being ciphered each time. This is also guaranteed to reduce overall hack detection since each injection will be a different hash. With this method users are now forced to follow the instructions that are repeatedly provided by users in hack threads.

The system also comes with a lot of error codes and precautions taken to help solve any problems that may occur with the system. I recommend everyone to use this system in their hacks here on MPGH. This is sure to help everyone out in some way.

Usage:

First off, download the attachment bellow. It consists of two files.



Extract both of these items into your projects directory. This is where all of your other project files are located.




Include the header (cCipher.h) into your project.




Next, include the header in your main file which contains your main method for your Dll. Include the static library and Create a new instance of the class.




Finally, in your main method add these lines at the beginning. Make sure these are the first things in there, before you create your thread.



Release Thread:
Click Button Bellow
 
Detection Prevention System

Make sure you rename & cipher the hack before using it.

Error Codes:


  • 100 - You did not cipher & rename the hack from your last use
  • 101 - There was an error overwriting the log file
  • 104 - Could not get the current module's proccess information
  • 105 - Could not find the current name of the dll
  • 108 - Could not read the previous name of the dll
  • 110 - You are banned from using the system


If you receive an error and are unsure on what to do, post it in the thread bellow.


BB Code For Info Block:

 
BB Code


[CENTER]Click Button Bellow
[SPOILER=Detection Prevention System]
Make sure you [B]rename &[/B] [B]cipher [/B]the hack before using it.


[LEFT][U][B]Error Codes:
[/B][/U]
[/LEFT]



[LIST]
[*=left][B]100 -[/B] You did not [B]cipher & rename[/B] the hack from your last use
[*=left][B]101 -[/B] There was an error overwriting the log file
[*=left][B]104 -[/B] Could not get the current module's proccess information
[*=left][B]105 - [/B]Could not find the current name of the dll
[*=left][B]108 -[/B] Could not read the previous name of the dll
[*=left][B]110 -[/B] You are banned from using the system[/LIST]



If you receive an error and are unsure on what to do, post it in the thread bellow.
[/SPOILER]




That's all you need to do in order to use the system. I hope it does go to some use. In the next version some analytics will be added for some fun research information.


Virus Total
Jotti

Credits:


  • Flengo
  • ******
  • Saltine

Detection Prevention System v1_mpgh.net.rar
#1 · edited 13y ago · 13y ago
NI
nigger
YO THIS IS SOME TIGHT SHIT NIGGA
#2 · 13y ago
teehee15
teehee15
Nice release as always Flengo.
#3 · 13y ago
Saltine
Saltine
Great job! Glad to see it released.
#4 · 13y ago
Ch40zz-C0d3r
Ch40zz-C0d3r
Hope your server is well protected^^
Will try to crack it tomorrow
#5 · 13y ago
Flengo
[MPGH]Flengo
Quote Originally Posted by Ch40zz-C0d3r View Post
Hope your server is well protected^^
Will try to crack it tomorrow
Its not something to crack. All it does it tell users to cipher their hacks if they didn't.

It wont let them run the hack unless they cipher it after each use. Sure you can bypass the check, but what's the point...
#6 · 13y ago
Ch40zz-C0d3r
Ch40zz-C0d3r
Quote Originally Posted by Flengo View Post


Its not something to crack. All it does it tell users to cipher their hacks if they didn't.

It wont let them run the hack unless they cipher it after each use. Sure you can bypass the check, but what's the point...
Some people just use a ftp server for something like this and put the username & password in the libary xD
#7 · 13y ago
supercarz1991
supercarz1991
^^^i made that mistake on an old mod release here once
#8 · 13y ago
JA
Jailbroken671
@Flengo, images broken buddy
#9 · edited 13y ago · 13y ago
RO
RobinC
Quote Originally Posted by Flengo View Post
Detection Prevention System

The Detection Prevention System (DPS) checks whether the hack has been ciphered since the last time the user used it. It does a few checks and stores the information. Based on that, it will determine if the user has ciphered the hack or not.

If the user has not ciphered the hack since they last used it, the DPS will activate and will not allow them to use the hack. It will close down the game with a message box and tell them what to do. It will continue to do this until the user has followed the instructions to cipher the hack.

This will ensure that hacks are being ciphered each time. This is also guaranteed to reduce overall hack detection since each injection will be a different hash. With this method users are now forced to follow the instructions that are repeatedly provided by users in hack threads.

The system also comes with a lot of error codes and precautions taken to help solve any problems that may occur with the system. I recommend everyone to use this system in their hacks here on MPGH. This is sure to help everyone out in some way.

Usage:

First off, download the attachment bellow. It consists of two files.



Extract both of these items into your projects directory. This is where all of your other project files are located.




Include the header (cCipher.h) into your project.




Next, include the header in your main file which contains your main method for your Dll. Include the static library and Create a new instance of the class.




Finally, in your main method add these lines at the beginning. Make sure these are the first things in there, before you create your thread.



Release Thread:
Click Button Bellow
 
Detection Prevention System

Make sure you rename & cipher the hack before using it.

Error Codes:


  • 100 - You did not cipher & rename the hack from your last use
  • 101 - There was an error overwriting the log file
  • 104 - Could not get the current module's proccess information
  • 105 - Could not find the current name of the dll
  • 108 - Could not read the previous name of the dll
  • 110 - You are banned from using the system


If you receive an error and are unsure on what to do, post it in the thread bellow.


BB Code For Info Block:

 
BB Code


[CENTER]Click Button Bellow
[SPOILER=Detection Prevention System]
Make sure you [B]rename &[/B] [B]cipher [/B]the hack before using it.


[LEFT][U][B]Error Codes:
[/B][/U]
[/LEFT]



[LIST]
[*=left][B]100 -[/B] You did not [B]cipher & rename[/B] the hack from your last use
[*=left][B]101 -[/B] There was an error overwriting the log file
[*=left][B]104 -[/B] Could not get the current module's proccess information
[*=left][B]105 - [/B]Could not find the current name of the dll
[*=left][B]108 -[/B] Could not read the previous name of the dll
[*=left][B]110 -[/B] You are banned from using the system[/LIST]



If you receive an error and are unsure on what to do, post it in the thread bellow.
[/SPOILER]




That's all you need to do in order to use the system. I hope it does go to some use. In the next version some analytics will be added for some fun research information.


Virus Total
Jotti

Credits:


  • Flengo
  • ******
  • Saltine

So helpful men .
Thanks.
#10 · 13y ago
Flengo
[MPGH]Flengo
Quote Originally Posted by Jailbroken671 View Post
@Flengo, images broken buddy
Yeah just noticed. I'll fix it in a sec
#11 · 13y ago
JA
Jailbroken671
Quote Originally Posted by Flengo View Post


Yeah just noticed. I'll fix it in a sec
<3
<3
<3
<3
your awesome
#12 · 13y ago
KS
kssiobr
Very nice work, I thought it was a program. Exe, but that's better is the source ... Congratulations
#13 · 13y ago
|Zeus|
|Zeus|
Bravo.
I use this and its so helpful.
Can I release this with my D3D menu??
I will put credits.
#14 · 13y ago
Posts 1–14 of 14 · Page 1 of 1

Post a Reply

Similar Threads

  • Detection Prevention System (DPS)By Flengo in Combat Arms Hack Coding / Programming / Source Code
    9Last post 13y ago
  • Detection Prevention System (DPS) | Sistema de Prevenção de Detecção (DPS)By Flengo in Combat Arms BR Hack Coding/Source Code
    11Last post 13y ago
  • An error occurred with the hack prevention system (Error Code = 204)By InspiredBitch in Combat Arms Help
    8Last post 15y ago
  • How to use Kernel Detective on Win7 and 64bit SystemsBy dean-wingess in Combat Arms Hack Coding / Programming / Source Code
    7Last post 15y ago
  • [Snippet] Detecting Operating System. [Also C++ Lessons?]By Faith in C++/C Programming
    9Last post 16y ago

Tags for this Thread

#detected#detection system#dps#flengo#help#no detection