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 › Call of Duty Hacks & Cheats › Call of Duty 8 - Modern Warfare 3 (MW3) Hacks & Cheats › Call of Duty Modern Warfare 3 Tutorials › How to search for basic offsets (addresses)

How to search for basic offsets (addresses)

Posts 1–8 of 8 · Page 1 of 1
NA
Nathan
How to search for basic offsets (addresses)
Okay, since I've seen this question come arround like 50 times already, I thought I'd make a thread about it.
I'm using an small app I made just as an example.

1) Open up CE.
2) Open up the process you want to memoryedit
3) Choose your target process (MW3 is "iw5mp.exe" for MP and "iw5sp.exe" for SP)


4) Now search for the value of the thing you want to change and hit "First scan"


5a) Now change the value of the thing you want to change (for example kill someone in MW3) and hit "Next scan"


5b) Keep on repeating step 5a until you have less than 10 addresses left
6) Now add all the found addresses into your address box.


7) Now change the value to whatever you like (or if you have more than 1, change them all, and see what ones are the correct ones)


And you're done.

Tell me if I need to be clearer in some things, because I know I'm shit at explaining stuff.

@twitter/@Moto, I suggest you sticky this, as it has been asked a lot. But you two decide if it will be stickied

Next time I'll explain how to get your addresses into C#/VB.net
#1 · edited 14y ago · 14y ago
lolbie
lolbie
Nice tut man
#2 · 14y ago
giniyat101
giniyat101
nice tut, but you forgot to tell how to convert those addys to offsets (it is not hard anyway..)
#3 · 14y ago
IG
igooor
I did the exact same thing (before reading your post) and I found address for stuff like Kills, Deaths etc...
So I changed values of Kills, XP, Death, ... in CE and I saw the changes in barracks !
But all the changes (except XP) came back to their "normal" value (before my changes) after playing one round online.
Anyone has an explanation for this ?
#4 · 14y ago
IG
igooor
Quote Originally Posted by giniyat101 View Post
nice tut, but you forgot to tell how to convert those addys to offsets (it is not hard anyway..)
Hum, as you can see in my previous post, I know how to use CE but, what offsets are for ? Can't we just use addresses ? Why convert them into "offsets" ?
#5 · 14y ago
aIW|Convery
aIW|Convery
Quote Originally Posted by igooor View Post
Hum, as you can see in my previous post, I know how to use CE but, what offsets are for ? Can't we just use addresses ? Why convert them into "offsets" ?
If you were making a hack that checks the HP of all players would you want to do it like this:

client1 = 0x0A420C2
client2 = 0x0B72940
client3 = 0x0ff00f00
etc.

or

DWORD client[18];
for(int c = 0; c < 18; c++)
{
client[c] = 0x0329C4 + (c * 0x342);
}
#6 · 14y ago
master131
[MPGH]master131
Quote Originally Posted by aIW|Convery View Post
If you were making a hack that checks the HP of all players would you want to do it like this:

client1 = 0x0A420C2
client2 = 0x0B72940
client3 = 0x0ff00f00
etc.

or

DWORD client[18];
for(int c = 0; c < 18; c++)
{
client[c] = 0x0329C4 + (c * 0x342);
}
lol, don't even bother Convery.
#7 · 14y ago
aIW|Convery
aIW|Convery
Quote Originally Posted by master131 View Post
lol, don't even bother Convery.
Hehe, we are in the MW3 section so here people will be grateful for my support instead of whining about what project I work with :3
They'll maybe even forget that I banned like 3k of their friends =P
#8 · 14y ago
Posts 1–8 of 8 · Page 1 of 1

Post a Reply

Similar Threads

  • How to find for Korean WarRock AddressBy karma2 in WarRock Hack Source Code
    7Last post 14y ago
  • Explain searching for infinite ammo address?By americanguy in WarRock Korea Hacks
    3Last post 19y ago
  • How to search for addies [Using OllyDbg]By TeRMiN4T0R™ in CrossFire Help
    6Last post 15y ago
  • Tutorial - How to use Visual Basics 6 (vb6) for WarRock hacksBy Oneirish in Visual Basic Programming
    17Last post 18y ago
  • How Would I Search For Boxes?By Luigid in WarRock - International Hacks
    3Last post 19y ago

Tags for this Thread

None