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 › Programming › Coders Lounge › can someone Give me a Source Code OF Hack Loader...

can someone Give me a Source Code OF Hack Loader...

Posts 1–7 of 7 · Page 1 of 1
catchthis
catchthis
can someone Give me a Source Code OF Hack Loader...
I Hope There is A GooD People Can Give Me a Source Code of Hack......
#1 · 14y ago
johnpp
johnpp
try this http://www.mpgh.net/forum/33-visual-...ader-base.html
#2 · 14y ago
catchthis
catchthis
kk thnx...
#3 · 14y ago
Jason
Jason
I wouldn't use that, it's pretty bad. I was a full-blown noob when I wrote that :/
#4 · 14y ago
megamandos
megamandos
I noticed in that loader you chose to find processes by image name, this seems to be common. Is this kind of the defacto standard for injecting? Do you think that I should add this functionality to Injex? Injex currently locates processes by PID or starts them up and injects based on the image path you provide, but it does not locate them by process name...

Do people locate by image name for automation reasons?
#5 · 14y ago
Jason
Jason
Quote Originally Posted by megamandos View Post
I noticed in that loader you chose to find processes by image name, this seems to be common. Is this kind of the defacto standard for injecting? Do you think that I should add this functionality to Injex? Injex currently locates processes by PID or starts them up and injects based on the image path you provide, but it does not locate them by process name...

Do people locate by image name for automation reasons?
I usually use the image name as the interface between the user and the injector, but break that down to a process ID internally. It's a lot easier for people to use a usually static image name rather than a dynamically allocated process ID number. It also makes auto-injection a viable option (some games need to be injected as soon as they start up because they make all their memory critical shortly after) as you just have a loop looking up the expected image name in the running processes list.

As injex is a library you probably don't HAVE to implement the ProcessName to ID functionality, but it would be a good overload to add in as it's a very commonly used for interfacing with an inexperienced user.
#6 · 14y ago
megamandos
megamandos
Quote Originally Posted by Jason View Post


I usually use the image name as the interface between the user and the injector, but break that down to a process ID internally. It's a lot easier for people to use a usually static image name rather than a dynamically allocated process ID number. It also makes auto-injection a viable option (some games need to be injected as soon as they start up because they make all their memory critical shortly after) as you just have a loop looking up the expected image name in the running processes list.

As injex is a library you probably don't HAVE to implement the ProcessName to ID functionality, but it would be a good overload to add in as it's a very commonly used for interfacing with an inexperienced user.
I added the injection by process name.

Code:
injex -b pwnage.dll -n game.exe
is now something you can do
#7 · 14y ago
Posts 1–7 of 7 · Page 1 of 1

Post a Reply

Similar Threads

  • Can someone send me a source code for injetor?By DaRk in CrossFire Hack Coding / Programming / Source Code
    1Last post 15y ago
  • Can someone get me the source code for a No Lead?By Gunz5456 in Gunz General
    5Last post 15y ago
  • Can someone give me link 2 updated Pub Hack For CABy ghostdog27 in Combat Arms Discussions
    1Last post 16y ago
  • Can Someone Give Me a 32 & 64 Bit Injector Code'sBy ♪ςander!♪ in C++/C Programming
    10Last post 15y ago
  • Can someone give me a good injector and hacks i.e. player seeing pleaseBy aligisgod in Combat Arms EU Help
    1Last post 15y ago

Tags for this Thread

None