Modding(Release) Mw3/AW/Ghosts Leaderboard Stat Offsets
Posted:

Modding(Release) Mw3/AW/Ghosts Leaderboard Stat OffsetsPosted:

Snow
  • Winter 2017
Status: Offline
Joined: Jun 24, 20176Year Member
Posts: 247
Reputation Power: 39
Status: Offline
Joined: Jun 24, 20176Year Member
Posts: 247
Reputation Power: 39
Had these for quite some time, so might as well release em. These can be used with all client stats as well, I released mw3 all client stats on se7ensins if you need it. They're the same for every gamemode, you just go into the gamemode you want to change them for and add or subtract the amount you want from the current value. I don't care if you use them, just credit me if you got them from here or my post on se7ensins. Just lmk if you want anything else released and if you need help, PM me.

Mw3:
Stat Entry: 0x830A60C4(xbox) 0x1CE43A0(steam) 0x1C187D4(ps3)
Score: entry + 0xD4C//all int32's
Kills: entry + 0xD40
Deaths: entry + 0xD48
Assists: entry + 0xD6B
Plants: entry + 0xD7B
Defuses: entry + 0xD7F
Confirms: entry + 0xD87
Denies: entry + 0xD8B
Captures: entry + 0xD6F
Returns: entry + 0xD73
Defends: entry + 0xD77
Destructions: entry + 0xD83


Advanced Warfare:
Stat Entry: 0x83A6C148(xbox) 0x2AE756C(ps3) (will add steam when i buy it)
Score: entry + 0x83BB//all int32's
Kills: entry + 0x83AF
Deaths: entry + 0x83B7
Assists: entry + 0x83E6
Headshots: entry + 0x83E2
Time Played: entry + 0x83BF
Confirms: entry + 0x8402
Denies: entry + 0x8406
Plants: entry + 0x83F6
Defuses: entry + 0x83FA
Defends: entry + 0x83F2
Uplinks: entry + 0x83EA
Captures: entry + 0x83EA
Returns: entry + 0x83EE
Rescues: entry + 0x8406


Ghosts:
Stat Entry: 0x835838D0(xbox) 0x14459E874(steam) 0x179DDF8(ps3)
Score: entry + 0x8895//int32
Survivor Kills: entry + 0x8891//int16
Infected Kills: entry + 0x8893//int16
Kills: entry + 0x887D//int16
Deaths: entry + 0x8873//int16
Assists: entry + 0x8861//int16
Stabs: entry + 0x8925//int16
Kill Chains: entry + 0x888F//int16
Confirms: entry + 0x8871//int16
Denies: entry + 0x8879//int16
Plants: entry + 0x8889//int16
Defuses: entry + 0x8877//int16
Defends: entry + 0x8875//int16
Captures: entry + 0x8863//int16
Rescues: entry + 0x888D//int16


Ghosts Extinction:
Stat Entry: 0x835838D0(xbox) 0x14459E874(steam) 0x179DDF8(ps3)
Score: entry + 0x767C//all int32's
Kills: entry + 0x7694
Hives Destroyed: entry + 0x76D4
Revives: entry + 0x7678
Downs: entry + 0x76D0
Challenges Attempted: entry + 0x76EC
Challenges Completed: entry + 0x76E8
Cash Earned: entry + 0x76F4
Time Played: entry + 0x7674
Cash Spent: entry + 0x76F8


How To Calculate These For Those Curious:
Mw3:

Step 1)You'll need a dump of the playerdata.def
Step 2)Ctrl + F and search for "round" it's a struct that contains the gamemode stat offsets
Step 3)Take note of round = 3392
Step 4)Go down with the arrow in the ctrl + f search window and you'll see stats such as assists, deaths, defends, etc all within the "round" struct
Step 5)Add the stat you want to the offset for round(3392) so score would be 3392 + 12 = 3404 or 0xD4C if you convert it back to hexadecimal, so stat entry + 0xD4C would be score for gamemode leaderboards


Ghosts

Step 1)You'll need a dump of the playerdata.def
Step 2)Ctrl + F and search for "round" and go down until you see "s5 round;"
Step 3)Take note of the "offset: 0xBF" and that round is within struct s23
Step 4)Ctrl + f search for "s23" and use the arrows until you see "offset: 0x87A0"
Step 5)Ctrl + f search for "s5" and you'll see "struct s5 //totalsize = 208" and you'll see the gamemode stat within the struct
Step 6)Find the stat you want and add everything up, so for score you'd have 0x87A0 + 0xBF + 0x36 = 0x8895, so stat entry + 0x8895 would be score for gamemode leaderboards


Ghosts Extinction:

Step 1)You'll need a dump of the playerdata.def
Step 2)Ctrl + F and search for s22 and take note of "offset: 0x7440"
Step 3)Ctrl + F and search for aliensession or s18 and go down until you see "offset: 0x234"
Step 4)go back up to the original struct for s18 it should say "struct s18 //totalsize = 154" and you'll see the stats for extinction leaderboards located within
Step 5)Locate the stat you want and add everything up, so for score you'd have 0x7440 + 0x234 + 0x8 = 0x767C, so stat entry + 0x767C would be score for extinction leaderboards


Advanced Warfare:

Step 1)Use this playerdata.def to figure AW out yourself based on the tutorials I gave for the other games


Credits to shark for the playerdata.def dump for mw3 and xChillest for always being helpful with things


Last edited by Snow ; edited 10 times in total

The following 4 users thanked Snow for this useful post:

XeSoftware (05-03-2019), James (04-15-2019), XeCrippy (04-15-2019), MDA (04-15-2019)
#2. Posted:
Snow
  • Christmas!
Status: Offline
Joined: Jun 24, 20176Year Member
Posts: 247
Reputation Power: 39
Status: Offline
Joined: Jun 24, 20176Year Member
Posts: 247
Reputation Power: 39
Bump, added advanced warfare.
#3. Posted:
Golems
  • New Member
Status: Offline
Joined: Jul 31, 20185Year Member
Posts: 18
Reputation Power: 2
Status: Offline
Joined: Jul 31, 20185Year Member
Posts: 18
Reputation Power: 2
How do I use it
#4. Posted:
CLXDefault
  • V5 Launch
Status: Offline
Joined: Aug 21, 201310Year Member
Posts: 573
Reputation Power: 38
Status: Offline
Joined: Aug 21, 201310Year Member
Posts: 573
Reputation Power: 38
Thanks for the release bro!
#5. Posted:
Snow
  • Resident Elite
Status: Offline
Joined: Jun 24, 20176Year Member
Posts: 247
Reputation Power: 39
Status: Offline
Joined: Jun 24, 20176Year Member
Posts: 247
Reputation Power: 39
added ghosts, might map out extinction and add tomorrow


Last edited by Snow ; edited 2 times in total
#6. Posted:
MDA
  • Winter 2020
Status: Offline
Joined: Mar 15, 20195Year Member
Posts: 1,031
Reputation Power: 3204
Status: Offline
Joined: Mar 15, 20195Year Member
Posts: 1,031
Reputation Power: 3204
Thank you man appreciate it <3
#7. Posted:
Ballar
  • TTG Senior
Status: Offline
Joined: May 16, 201211Year Member
Posts: 1,134
Reputation Power: 476
Status: Offline
Joined: May 16, 201211Year Member
Posts: 1,134
Reputation Power: 476
Thanks brother this is awesome
Users browsing this topic: None
Jump to:


RECENT POSTS

HOT TOPICS