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 Europe Hacks › Combat Arms EU Discussions › What am I doing wrong?

LightbulbWhat am I doing wrong?

Posts 1–3 of 3 · Page 1 of 1
SC
schim
What am I doing wrong?
Hi every one, I want to start coding my own hacks for Ca, but I'm stuck
I have an addy which I want to use for testing and developing further hacks

0x377502E8 << Credits go to: vingadormaster, for finding this addy (I think, at least he posted them)

So now I Made a test dll, to see if it injects properly, which it did

then I made the part that changed the value:

Code:
#define ADR_KILLCAMCAEU 0x377502E8 
BOOL t = 0;
void patch(){
HANDLE ca = GetCurrentProcess(); 
if(GetAsyncKeyState(VK_INSERT)) {
	Sleep(500);
	  t = !t;
    int s = sizeof(t);
if( WriteProcessMemory(ca, (LPVOID*)(DWORD) ADR_KILLCAMCAEU ,(void*) t, s, NULL) == 0)
	Sleep(500);
}
I have tested this, and it stil inects properly but nothing happens, (this code should turn the killcam on/off on my computer)

What am I doing wrong? similar code worked on an other game with no protection or whatsoever so do I need a bypas or something like that or is my code wrong?

-SCHiM
#1 · 16y ago
Zoom
Zoom
Post in the right section next time!

/Moved
#2 · 16y ago
SC
schim
Quote Originally Posted by hejsan View Post
Post in the right section next time!

/Moved
Sorry, I wasn't realy sure where I should post this, Ty for the move.
#3 · 16y ago
Posts 1–3 of 3 · Page 1 of 1

Post a Reply

Similar Threads

  • What am i doing wrong?By Elliwood in WarRock - International Hacks
    13Last post 19y ago
  • What am i doing wrong plz helpBy SethKrieg24 in Call of Duty 4 - Modern Warfare (MW) Hacks
    4Last post 17y ago
  • what am i doing wrongBy msmalls5454 in Suggestions, Requests & General Help
    0Last post 16y ago
  • [Help] what am i doing wrongBy Zyixc in C++/C Programming
    5Last post 16y ago
  • What am i doing wrongBy jpfxx in Gunz General
    0Last post 16y ago

Tags for this Thread

None