Main Site | Forum | Rules | Downloads | Wiki | Features | Podcast

NLSC Forum

Talk about NBA 2K11 here.
Post a reply

My player Age Edit Hex Address Please help!

Mon Jul 18, 2011 11:28 am

Can someone tell me the hex address of my player in MP mode or how to change my player's age (of course after the creation process when you can't edit it anymore)

Please help me someone :(
I don't have the money to buy REditor.. (because then it will have been easy) :(

So is there a fixed hex address for the age? Can someone please post it?

Thanks alot for your help!

I have a Kobe Bryant MP and I want to make him be 19 yrs old instead of 32 :(

Re: My player Age Edit Hex Address Please help!

Tue Jul 19, 2011 12:22 am

here is 2 my player files
http://nba-live.com/jaosming/Rubio.rar

Rubio has a birthyear of 1980
Rubio - Copy has a birthyear of 1990

The only byte in the file that has changed (other than the crc32 checksum) is located at 0035DABA

good luck

Re: My player Age Edit Hex Address Please help!

Tue Jul 19, 2011 2:06 am

Seems that modyfing that corupts the save data :( I tried to test it by making the 0035DABA string from Rubio.CMG the same as Rubio Copy.CMG and when I tried to load.. save file corrupted :(

Thanks anyways Jao :)

Re: My player Age Edit Hex Address Please help!

Tue Jul 19, 2011 3:06 am

you need to change the checksum at the beginning of the file,

this part
06E7 07F8 0100

what you do is download crc32 which updates the checksum
delete that first part in the hex file, save the file
open it in crc32
choose Dynamic Assembly in the drop box
hit the crc32 button

in the left box you will get something like this (this is just an example, not from the Rubio file)
0x2b8c4c37

what you need to do is enter that in reverse order before the 0100

so in this example you would enter this in front of the 0100

374C 8C2B

then save and you are all set
Post a reply