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 Hack Coding/Source Code › Updated Thread 29.9 All Addies

Updated Thread 29.9 All Addies

Posts 1–15 of 42 · Page 1 of 3
o-o
o-o
Updated Thread 29.9 All Addies
Hello CAEU Coders This Is My Updated Addies Thread After All Patch I'll Post The Current Addies
LTClient :
Code:
#define LTClient 0x377C8538
#define LTClient 0x377C8550

Choose one ^^

No Recoil :
Code:
#define RECOIL1 0x3745FCE0
#define RECOIL2 0x37232C39
#define RECOIL3 0x3745FCF4
#define RECOIL4 0x3745FCF7
#define RECOIL5 0x3745FD00
How To Use : 
Code:
On :
memcpy((LPVOID)0x3745FCE0, "\x90\x90\x90", 3);
memcpy((LPVOID)0x37232C39, "\x90\x90\x90", 3);
memcpy((LPVOID)0x3745FCF4, "\x90\x90\x90", 3);
memcpy((LPVOID)0x3745FCF7, "\x90\x90\x90", 3);
memcpy((LPVOID)0x3745BE00, "\x90\x90\x90", 3);
Off : 
memcpy((LPVOID)0x3745FCE0, "\xD8\x66\x54", 3);
memcpy((LPVOID)0x37232C39, "\xD8\x46\x54", 3);
memcpy((LPVOID)0x3745FCF7, "\xD9\x46\x48", 3);
memcpy((LPVOID)0x3745FCF4, "\xD9\x5E\x54", 3);
memcpy((LPVOID)0x3745FD00, "\xD9\x5E\x48", 3);
No Reload :
Code:
#define RELOAD 0x374AB964
Code:
On :
memcpy((LPVOID)0x374AB964 , "\x90\x90\x90\x90\x90\x90", 6);
Off :
memcpy((LPVOID)0x374AB964 , "\x0F\x84\xB1\x01\x00\x00", 6);
Glass Walls :
Code:
#define WALLS 0x5721AA
How To Use :
On : memcpy((LPVOID)0x5721AA, "\x6A\x00", 2);
 
Off : memcpy((LPVOID)0x5721AA, "\x6A\x01", 2);
Device Pointer :
Code:
#define DEVPTR 0x909EF8 Credits to coogle007.
Random Player Pointer :
Code:
#define RandomPlayerPtr 0x37808EA0
Player Pointer :
Code:
#define PlayerPtr 0x66F34

if you've more addies PM/VM me and I'll add with credits

Credits : Me , ac1d_burn , Solify - Bytes , coogle007 Device Pointer And more LTClient.

Hope it's will help you

/yea IF YOU USING THE ADDRESS PUSH THE BUTTON /yea
#1 · edited 15y ago · 15y ago
Ali
Ali
/Stickied .
#2 · 15y ago
o-o
o-o
Thanks Mate
#3 · 15y ago
MO
ModernGee
i might use it
#4 · 15y ago
Julma Henri
Julma Henri
Good Work !
#5 · 15y ago
o-o
o-o
Thanks all but if you using push the button ..
#6 · 15y ago
☻☻
☻☻☻☻☻☻
Didnt you get no recoil of doofbla?,
other wise good job.
#7 · 15y ago
coogle007
coogle007
Device wrong the right is 0x909EF8
Update post
Ltc is 0x377C8550 xD
#8 · 15y ago
-E
-ExileD-
Wrong device pointer.
#9 · 15y ago
Solify
Solify
/thanked

and here for some shit ...

Code:
            if( glasswalls > 0 ){
            memcpy((LPVOID)0x5721AA, "\x6A\x00", 2);
        } else {    
            memcpy((LPVOID)0x5721AA, "\x6A\x01", 2);
        }
        if( recoil > 0 ){
            memcpy((LPVOID)0x3745FCE0, "\x90\x90\x90", 3);
            memcpy((LPVOID)0x37232C39, "\x90\x90\x90", 3);
            memcpy((LPVOID)0x3745FCF4, "\x90\x90\x90", 3);
            memcpy((LPVOID)0x3745FCF7, "\x90\x90\x90", 3);
            memcpy((LPVOID)0x3745BE00, "\x90\x90\x90", 3); 
        } else {
            memcpy((LPVOID)0x3745FCE0, "\xD8\x66\x54", 3);
            memcpy((LPVOID)0x37232C39, "\xD8\x46\x54", 3);
            memcpy((LPVOID)0x3745FCF7, "\xD9\x46\x48", 3);
            memcpy((LPVOID)0x3745FCF4, "\xD9\x5E\x54", 3);
            memcpy((LPVOID)0x3745FD00, "\xD9\x5E\x48", 3);  
        }
        if( reload > 0 ){
            memcpy((LPVOID)0x374AB964 , "\x90\x90\x90\x90\x90\x90", 6);
        } else {
            memcpy((LPVOID)0x374AB964 , "\x0F\x84\xB1\x01\x00\x00", 6);
        }
#10 · 15y ago
coogle007
coogle007
I was going to put them xD
Anyway correct post with correct ltc and device
#11 · 15y ago
Solify
Solify
Quote Originally Posted by coogle007 View Post
I was going to put them xD
Anyway correct post with correct ltc and device
lol it was 1 min work to update it in my hack and to post it here ... you took more rofl xD
#12 · 15y ago
coogle007
coogle007
Ahhah xD
Anyway your menu design is better then mine <.<
#13 · 15y ago
o-o
o-o
Added On And Off Thanks To Solify and DevPTR added thanks to coogle007

Quote Originally Posted by coogle007 View Post
Device wrong the right is 0x909EF8
Update post
Ltc is 0x377C8550 xD
that's what I found in the address logger ... / try mine and say if works
#14 · edited 15y ago · 15y ago
coogle007
coogle007
Ok anyway add this for alt Ltc because it works xD
#15 · 15y ago
Posts 1–15 of 42 · Page 1 of 3

Post a Reply

Similar Threads

  • ALL ADDIES HEREBy ch3m4r1 in WarRock - International Hacks
    44Last post 17y ago
  • Update incoming! Turn off all cheats!By Bizon_xD in Battlefield Heroes Hacks
    18Last post 17y ago
  • Updating "Thread Links For Working Hacks"By Grim in Combat Arms Discussions
    17Last post 17y ago
  • Thread DEDICATED for ALL USER questions!!By Seargent in Combat Arms Help
    7Last post 17y ago
  • Twitter Update ThreadBy Czar in Spammers Corner
    9Last post 16y ago

Tags for this Thread

None