Modding(Release) Mw3/AW/Ghosts Leaderboard Stat Offsets
Posted:
Modding(Release) Mw3/AW/Ghosts Leaderboard Stat OffsetsPosted:
Status: Offline
Joined: Jun 24, 20177Year 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)
Advanced Warfare: Stat Entry: 0x83A6C148(xbox) 0x2AE756C(ps3) (will add steam when i buy it)
Ghosts: Stat Entry: 0x835838D0(xbox) 0x14459E874(steam) 0x179DDF8(ps3)
Ghosts Extinction: Stat Entry: 0x835838D0(xbox) 0x14459E874(steam) 0x179DDF8(ps3)
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:
#2. Posted:
Status: Offline
Joined: Jun 24, 20177Year Member
Posts: 247
Reputation Power: 39
Bump, added advanced warfare. |
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: Jul 31, 20186Year Member
Posts: 18
Reputation Power: 2
How do I use it |
- 0useful
- 0not useful
#4. Posted:
Status: Offline
Joined: Aug 21, 201311Year Member
Posts: 573
Reputation Power: 38
Status: Offline
Joined: Aug 21, 201311Year Member
Posts: 573
Reputation Power: 38
Thanks for the release bro! |
- 1useful
- 0not useful
#5. Posted:
Status: Offline
Joined: Jun 24, 20177Year Member
Posts: 247
Reputation Power: 39
Status: Offline
Joined: Jun 24, 20177Year Member
Posts: 247
Reputation Power: 39
added ghosts, might map out extinction and add tomorrow |
Last edited by Snow ; edited 2 times in total
- 0useful
- 0not useful
#6. Posted:
Status: Offline
Joined: Mar 15, 20195Year Member
Posts: 1,031
Reputation Power: 3204
Thank you man appreciate it <3 |
- 1useful
- 0not useful
#7. Posted:
Status: Offline
Joined: May 16, 201212Year Member
Posts: 1,134
Reputation Power: 476
Status: Offline
Joined: May 16, 201212Year Member
Posts: 1,134
Reputation Power: 476
Thanks brother this is awesome |
- 1useful
- 0not useful
Users browsing this topic: None