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 Spammers, Injectors and Multi Tools › Extreme Injector v1.9

Extreme Injector v1.9

Posts 1–15 of 206 · Page 1 of 14
…
master131
[MPGH]master131
Extreme Injector v1.9
A newer version is available here.

Extreme Injector v1.9

A powerful and advanced injector in a simple GUI! If you're wondering, this was coded in C#.



Features:
- Colourful and customizable GUI
- Process List
- Multi-DLL injection (with options to enable/disable DLLs to inject)
- Auto-Inject
- Stealth Inject
- Close on inject
- DLL Scrambling (scrambles DLLs on injection to make hacks harder to detect and make detected hacks work again)
- 'Un-inject' DLLs
- Alternate injection method (different from the traditional CreateRemoteThread method)

How to use:
- Download and extract the attachment
- Run Extreme Injector by master131.exe
- (optional) Click Settings and then Start in Secure Mode to avoid Anti-Cheat detection of the injector itself.
- Type in a process name into the box (including the extension). If you want to target a specific process or select by window name, use the Select button.
- (Note) If you are injecting into Combat Arms, make sure to type in Engine.exe
- Add the DLLs you want by clicking on the Add DLL button.
- You can disable/enable which DLLs to inject so you can keep your favourite DLLs without needing to find them each time.
- Go into Settings and customise the settings to your liking. Everything should be straight forward.
- (Note) You do not need to use the "Scramble DLL" button under Tools unless you want to use a scrambled DLL with a seperate injector. The injector will automatically scramble the file before it is injected into the game.
- (Note) If you are injecting into Combat Arms, make sure to tick Auto-Inject and start the game.
- Click Inject and enjoy! (or wait for the process to start and let it auto-inject if you ticked auto-inject)

Please explain the Scramble Options!
If you've used DLL Scrambler, you're probably familiar with these options.
- Scramble DLL - Tick this to enable/disable DLL Scrambling completely
- Scramble Header - This will scramble the area around the start of the file which should not impact the DLL at all
- Remove PDB Signature - This will remove a string in the DLL (as well as 'Debug Data') which Anti-Cheat vendors *could* use as a signature.
- Randomize Extra KBs - This will randomize the value of the 'Extra KBs' box automatically on inject for extra protection. Of course, you can enter in the value yourself if you want.
- Shift Assembly Code - This will shift or move some of the assembly code (and other data in the DLL) using a random offset. This is good if an anti-cheat tries to search for a specific signature at a specific offset which the extra KBs option can't prevent.

What can I do with the tools?
With the View Process Info button, it will bring you to a screen showing some basic information about the process you've chosen including process ID, thread count, module count and even the module list. You can select a module from the list and unload it (or 'un-inject' it) by clicking Unload Module.



~

You can also choose a DLL of your choice and choose where to save the scrambled version by click on Scramble DLL.

I accidently turned on auto-inject and now it injects and closes straight away!
Do not fret, just delete the process.ini file and everything should be ay okay.

Note when using the new 'Alt' injection method:
This new injection method relies on the process you are injecting into having an active main thread. If you inject into a process and nothing happens, you can normally 'wake up' the main thread by doing something simple like hovering your mouse over the process' window. This is pretty rare though, 95% of the time you guys will be injecting into games and the main thread will probably always be active.

When using 'Start in Secure Mode'....
If your anti-virus detects a threat/virus when you click on it, please ignore it or temporarily disable your anti-virus, it's a false positive. I would never infect any users with anything. Note that you should NOT add an exclusion to the Temp folder as any REAL viruses that emerge there might get through.

Requirements:
.NET Framework 3.5

What's new?
Code:
Version 1.9 (31st May 2012):
- Tweaked the Add DLL button to check valid DLLs more faster (and use less memory)
- Added a 'Start in Secure Mode' option in Settings that scrambles the injector itself to avoid Anti-Cheat detection.
  Note: You don't need to tick anything, it automatically uses all the scrambling settings available to scramble the injector.

Version 1.8 (6th May 2012):
- Improved the Remove PDB Signature by making it erase ALL debug data and not just the path to the PDB file.
- Added a brand new injection method, you can use it by selecting 'Alt' next to 'Method' under 'Injection Options'.
- Fixed the Window List so it doesn't display windows from 64-bit processes.
- Slightly tweaked the standard injection method for processes that decide to load kernel32.dll in another location (this is pretty rare). 
  Most injectors assume that kernel32.dll is loaded at the same address in the target process and in the injector itself.

Version 1.7 (14th April 2012):
- Processes that are not accessible (eg. 64-bit processes) are no longer displayed in the process list.
- Tweaked the injecting method so that some processes can be injected into properly like Combat Arms.
- Fixed the process info window where access was denied.
- Refactored a large amount of code.

Version 1.6 (9th March 2012):
- Fixed the bug where the injector would crash/show an error whenever you try to inject with any scrambling options on. 
  (wonder why it took so long for someone to notice...)

Version 1.5 (27th February 2012):
- Fixed the bug where the 'Shift Assembly Code' box wouldn't gray out when 'Scramble DLL' was not checked.
- The injected DLL's checksum value is now automatically fixed when you scramble it if for some reason it is to be checked. 
  (perhaps a packer might use it for modification checks?)
- Fixed the bug where when the 'Shift Assembly Code' option was checked, any section name in the section table that was 
  8 letters long had the last character trimmed off.

Version 1.4 (26th February 2012):
- Added a 'Shift Assembly Code' option which shifts the assembly code (and other data) using a random offset to make it even MORE harder to detect DLLs.
- Fixed the About window (reported that it was v1.0 instead of the correct version)

Version 1.3 (4th February 2012):
- Minor fix with Process Information window.
- Added Unicode support (eg. those with East-Asian, Cryllic letters or other non-ASCII characters in their files paths)
- Fixed a bug where the injector would try overwriting a DLL (when it doesn't need to) when scrambling and stealth options were off.
- Fixed a bug where the injector would show an error if a process crashed when it was injected into.

Version 1.2 (18th January 2012):
- Minor fix with saving scrambled versions of files
- Minor fix with process name box
- Improved window list, now displays all windows instead of just the main ones of each process.
- Improved Scramble Header option

Version 1.1 (11th January 2012):
- Fixed a bug where when you scramble a DLL, it didn't convert the value into KBs and just left it as bytes
Credits:
- @Jason (help with the DLL Scrambler, ages ago)
- rongchaua (posting a snippet of code online)
- Darawk (new injection method)

Virus Scans:
https://www.virustotal.com/file/1e94...is/1338455370/
Extreme Injector v1.9 by master131.rar - Jotti's malware scan

Please report any bugs and feel free to make suggestions. Also as a side note, if you're running a 64-bit computer, make sure the process you're injecting to is 32-bit otherwise it will not work.

As a final note, Do NOT tick Stealth Inject, it does not work with Combat Arms
Extreme Injector v1.9 by master131_mpgh.net.rar
#1 · edited 13y ago · 14y ago
flameswor10
flameswor10
/Approvedd!!!!!!!
#2 · 14y ago
RE
Reflex-
The GUI Is pretty sexy
#3 · 14y ago
IblindI
IblindI
Not working for me. Keep getting errors whenever I try to select Engine.
#4 · 14y ago
Shakugan no Shana
Shakugan no Shana
Very nice work. I thanked for your hard work.
#5 · 14y ago
SH
shupactakur
Tested some DLL to inject in COD4 and used Cod4Publicc.dll and wallhack.dll with scramble DLL option, i checked everything in Scramble DLL option and PB kicked me after some minutes for "VIOLATION". I wonder if injected DLL gets detected on VAC ? Not trolling just telling you result of my test Nice work tho
#6 · edited 14y ago · 14y ago
AL
alseenheadsh
it works but what does a injector?
#7 · 14y ago
Yangster
Yangster
Do we delete the old DLL after we injected the scrambled? And does it work wtih AlterIWNet?
#8 · edited 14y ago · 14y ago
PE
petertje1996
EPIC!!!! Thanks for sharing
#9 · 14y ago
PK
pkthenubs
Ill take a look =D Good job
#10 · 14y ago
N1
N1pp@
So does this automatically scramble the .DLL before injecting or do you have to use the 'Scrable' button, save the .DLL and then re-add the Scrable.*.dll?
#11 · 14y ago
TW
twigmin
AHHHH! I have no idea how to use the on the hacks on Comba Arms. I tried Following the instructions in this link http://www.mpgh.net/forum/288-combat...s-working.html but failed some how. I treid N-Jector and it says my MSVCP100D.dll file is missing from my computer even though I have Microsoft visual stuff installed. And This injector here isnt working for me. I think the problem is i'm a complete newb. Can some one send me a link of a video or something?
#12 · 14y ago
GT
gtxakila323
Quote Originally Posted by twigmin View Post
AHHHH! I have no idea how to use the on the hacks on Comba Arms. I tried Following the instructions in this link http://www.mpgh.net/forum/288-combat...s-working.html but failed some how. I treid N-Jector and it says my MSVCP100D.dll file is missing from my computer even though I have Microsoft visual stuff installed. And This injector here isnt working for me. I think the problem is i'm a complete newb. Can some one send me a link of a video or something?
Look it up on google it's a needed thing like Microsoft Visal C++
#13 · 14y ago
NG
nguyenskh95
looks clean to me! thanks
#14 · 14y ago
SU
sun117
good tool! thank you very much
#15 · 14y ago
Posts 1–15 of 206 · Page 1 of 14
…

Post a Reply

Similar Threads

  • Extreme Injector v2.1By master131 in Combat Arms Spammers, Injectors and Multi Tools
    344Last post 12y ago
  • Koki's Injector v0.5 Extreme EditionBy -*Koki-* in CrossFire Spammers, Injectors and Multi Tools
    26Last post 14y ago
  • Koki's Injector v0.6 Extreme Edition |SPOP YASTA!| |سبوب ياسطى|By -*Koki-* in CrossFire Spammers, Injectors and Multi Tools
    20Last post 14y ago
  • Koki's Injector v0.7 Extreme Edition |Star Ya Basha!| |ستار يا باشا|By -*Koki-* in CrossFire Spammers, Injectors and Multi Tools
    25Last post 14y ago
  • Koki's Injector v0.8 Extreme EditionBy -*Koki-* in CrossFire Spammers, Injectors and Multi Tools
    17Last post 14y ago

Tags for this Thread

None