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 › [Open Source] Injection Library - C#

[Open Source] Injection Library - C#

Posts 16–30 of 84 · Page 2 of 6
…
Jason
Jason
Quote Originally Posted by Koompa View Post
Not 64 bit compatible
If only it said that somewhere in the post! /sarcasm

The library can only be used in x86 applications (you can rebuild the solution under AnyCPU if you want, though), but the application can still run on a x64 computer. The only thing that "isn't 64-but compatible" is that you can't inject into x64 processes, which isn't even a big deal in most cases.
#16 · 13y ago
DA
DawgiiStylz
Quote Originally Posted by Jason View Post


If only it said that somewhere in the post! /sarcasm

The library can only be used in x86 applications (you can rebuild the solution under AnyCPU if you want, though), but the application can still run on a x64 computer. The only thing that "isn't 64-but compatible" is that you can't inject into x64 processes, which isn't even a big deal in most cases.
Yeah, but when I try to debug it, it fails since its targeted for 32 bit computeres
#17 · 13y ago
Jason
Jason
Quote Originally Posted by Koompa View Post


Yeah, but when I try to debug it, it fails since its targeted for 32 bit computeres
Protip: You're doing it wrong.
#18 · 13y ago
DA
DawgiiStylz
Quote Originally Posted by Jason View Post


Protip: You're doing it wrong.
Yeah I figure that. Would you help me out?
#19 · 13y ago
distiny
distiny
Thanks for your lib, will certainly mention you if I use this in any work that I release.

btw if I get it correct, it's not x64 compa, you mean it works on x64 OS pc's but can't inject into x64 applications right ?
#20 · 13y ago
Jason
Jason
Quote Originally Posted by distiny View Post
Thanks for your lib, will certainly mention you if I use this in any work that I release.

btw if I get it correct, it's not x64 compa, you mean it works on x64 OS pc's but can't inject into x64 applications right ?
Correct. Compile your project as x86 and it will work on both 32 and 64 bit computers, however it will NOT successfully inject into 64 bit processes.
#21 · 13y ago
DE
DeadCode
Jason, for some reason, my Injector is using the 4.0 framework. When I compile, it fails and it doesn't give any reason why it failed to compile? Help?
#22 · 13y ago
Jason
Jason
Quote Originally Posted by DeadCode View Post
Jason, for some reason, my Injector is using the 4.0 framework. When I compile, it fails and it doesn't give any reason why it failed to compile? Help?
I'm not a magician.
#23 · 13y ago
DE
DeadCode
Quote Originally Posted by Jason View Post

I'm not a magician.
So you can't help at all?

EDIT: Commented out the chunk of code below: .NET 2.0 extension sorcery :3
#24 · edited 13y ago · 13y ago
Jason
Jason
Quote Originally Posted by DeadCode View Post
So you can't help at all?

EDIT: Commented out the chunk of code below: .NET 2.0 extension sorcery :3
That will only generate a compiler warning and the compiler will use the namespace from the GAC anyway.

And you couldn't even give me an error to go on. "The build failed" is not a useful piece of information, clearly it builds fine for me or I wouldn't have released it, so without the slightest bit of information to go on, no I can't help at all.
#25 · 13y ago
DE
DeadCode
Quote Originally Posted by Jason View Post


That will only generate a compiler warning and the compiler will use the namespace from the GAC anyway.

And you couldn't even give me an error to go on. "The build failed" is not a useful piece of information, clearly it builds fine for me or I wouldn't have released it, so without the slightest bit of information to go on, no I can't help at all.

Exactly, VS 2010 did not output ANY error, so I had to go through a manual build.

When I removed the chunk of code, it compiles fine and everything works perfectly.
#26 · 13y ago
MI
midonx
it will be better if u add video
#27 · 13y ago
_V
_VERSTROATE_
@Jason Could you check the download links please? On Firefox I get a grey screen when trying to download the attached files, on Internet Explorer I get white screen and there's also no download...
#28 · 13y ago
master131
[MPGH]master131
Quote Originally Posted by _VERSTROATE_ View Post
@Jason Could you check the download links please? On Firefox I get a grey screen when trying to download the attached files, on Internet Explorer I get white screen and there's also no download...
It's an issue with the server, not the attachment itself. It's being fixed atm.
#29 · 13y ago
_V
_VERSTROATE_
Can you convert the source code into another extension? Visual Studio 2010 gives me the error that's attached (The project type (.csproj) is not supported by this version of the application).
I tried to resolve it by re-installing VS and I even executed devenv /ResetSkipPkgs in the Visual Studio Command Prompt, but without a result.
As for the InjectionLibrary.dll, I'm getting errors also. Well no errors in fact, I do not see any errors but when I try to debug, it says that there were build errors (and still no errors in the box at the bottom). I did what I had to do I believe. Hope you guys can help me out.
Knipsel.JPG
#30 · edited 13y ago · 13y ago
Posts 16–30 of 84 · Page 2 of 6
…

Post a Reply

Similar Threads

  • Pokemon Cyrus (Open Source Server and Client) But Need Encryption Lock HelpBy valadon in General Hacking
    0Last post 18y ago
  • Combat Arms Utilities Open Source ProjectBy User1 in Combat Arms Hacks & Cheats
    28Last post 16y ago
  • Open Source Release. Semi-Useless Timer Source Code!By User1 in Visual Basic Programming
    6Last post 16y ago
  • [Tutorial] Finding Source Code of Not Open Source ProgramsBy treeham in C++/C Programming
    21Last post 16y ago

Tags for this Thread

None