You are viewing our Forum Archives. To view or take place in current topics click here.
How to use MW3 all unlock offset
Posted:

How to use MW3 all unlock offsetPosted:

Paaqo
  • TTG Senior
Status: Offline
Joined: Apr 10, 201212Year Member
Posts: 1,229
Reputation Power: 52
Status: Offline
Joined: Apr 10, 201212Year Member
Posts: 1,229
Reputation Power: 52
here is a video from the french Modder Imcsx. I made already a topic with a text tutorial but here is a video how to do it. You dont need the sound (he speaks french) but just see the video
The Online Stats are located into the Stats Entry Point.
I've found this without Debugger , because when i have found this (3 months ago) i didn't known the method for RTE Editing, i have reported with the XEX Function in IDA.
All as the Score , Level and More are in Little Endian.
The Little Endian is as the Big Endian (Used in IDA when you decompiled an ELF / XEX ) but all bytes are reversed.
If you have this in Big Endian : 0x00020a44 (133700) , in Little Endian it's : 0x440a0200.

The prestige in COD is a Byte. Exemple the prestige 10 is 0x0A , the Prestige 20 is 0x14.
I'll show an exemple , for the level, if Your Total XP is 1746200 (Rank 80), You Get 0x18A51A00 in Little Endian.


All Offsets Found :

- Stats Entry Point = 0x01C187D0
- Prestige = 0x01C1947C
- Experiences = 0x01C1926C
- Scores = 0x01C19484
- Kills = 0x01C194AC
- KillStreaks = 0x01C194B0
- Death = 0x01C194B4
- Assist = 0x01C194BC
- HeadShots = 0x01C194C0
- Times Played = 0x01C194CE & 0x01C194D6
- Tokens = 0x01C1B2DB
- Wins = 0x01C194E0
- Losses = 0x01C194E4
- Ties = 0x01C194E8
- WinStreaks = 0x01C194EC
- Hits = 0x01C194F8
- Misses = 0x01C194FC
- Ratio = 0x01C19500
- Double XP = 0x01C1B331
- Double XP Weapons = 0x01C1B339
- Accuracy = 0x01C19504
- Classes Name = 0x1C1982C (+ 0x62 For The Next)
- Add Classes = 0x01C1B2E3
- Prestige MW = 0x01C1B376
- Prestige WAW = 0x01C1B37B
- Prestige MW2 = 0x01C1B381
- Prestige BO = 0x01C1B388


Unlock All :

- 0x01C19FAB > 0x1302
- 0x01C190B4 > 0x1EB8 (During 0x200 Bytes)
- 0x01C19FF2 > 0x0A0A0A0A (During 0x1064 Bytes)
- 0x01C1B0A0 > 0xFF (During 0x200 Bytes)
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.