Hello Guest, please login or register.
Did you miss your activation email?
Login with username, password and session length.

Pages: [1]   Go Down

Author Topic: [Program] Call Of Duty 4/5 - Profile Editor  (Read 10212 times)

0 Members and 1 Guest are viewing this topic.
[Program] Call Of Duty 4/5 - Profile Editor
« on: September 11, 2009, 07:53:48 pm »
  • *
  • Reputation: +3/-0
  • Offline Offline
  • Gender: Male
  • Posts: 6629
I couldn't be bothered to rank up in cod5 (game suxs), so being me, I spent the last 3 days reverse engineering the profile file format, and made this little tool; a profile editor :3.

Update: CoD4 uses more or less the same format, so I added a cod4 profile editor in too :3.

Enjoy.




Download: http://www.binaryphoenix.com/CoD4&5PE-110909.rar

Edit: Oh btw, it runs off .NET 3.5, make sure you have that :3
« Last Edit: December 14, 2009, 06:01:21 am by 4Sword »
Logged
Re: Call Of Duty 5 - Profile Editor
« Reply #1 on: September 11, 2009, 08:03:33 pm »
  • *
  • Reputation: +12/-2
  • Offline Offline
  • Gender: Male
  • Posts: 4849
So that's why I kept seeing your steam name jumping into COD5...lol

Look's neat though I'm not buying a COD until MW2 comes out.
Logged
  • Super Fan Gamers!

Mamoruanime

@Mamoruanime
Re: Call Of Duty 5 - Profile Editor
« Reply #2 on: September 11, 2009, 10:03:56 pm »
  • ^Not actually me.
  • *
  • Reputation: +9/-0
  • Offline Offline
  • Gender: Male
  • Posts: 9786
Rofl... Tim tim tim tim tim... *tsk tsk*
Logged

Xiphirx

wat
Re: Call Of Duty 5 - Profile Editor
« Reply #3 on: September 12, 2009, 01:59:09 am »
  • Xiphirx
  • *
  • Reputation: +0/-0
  • Offline Offline
  • Gender: Male
  • Posts: 3007
Hao to reverse engineer? D:
Logged
  • For The Swarm
Re: Call Of Duty 5 - Profile Editor
« Reply #4 on: September 12, 2009, 02:00:43 am »
  • *
  • Reputation: +3/-0
  • Offline Offline
  • Gender: Male
  • Posts: 6629
Hao to reverse engineer? D:
By having a hex editor open and to much time on your hands.
Logged
Re: Call Of Duty 5 - Profile Editor
« Reply #5 on: September 12, 2009, 03:13:56 am »
  • *
  • Reputation: +3/-0
  • Offline Offline
  • Gender: Male
  • Posts: 3374
pretty much working out which hex values are the variables/strings that you want to change.
Logged
Quote from: Jason
Your community is a bunch of stuck up turds.

Xiphirx

wat
Re: Call Of Duty 5 - Profile Editor
« Reply #6 on: September 12, 2009, 04:09:23 am »
  • Xiphirx
  • *
  • Reputation: +0/-0
  • Offline Offline
  • Gender: Male
  • Posts: 3007
Hao to reverse engineer? D:
By having a hex editor open and to much time on your hands.

Are there any tutorials? I have too much time on my hands... D:

I don't know how you do this stuff... I want to learn it badly...
Logged
  • For The Swarm
Re: Call Of Duty 5 - Profile Editor
« Reply #7 on: September 12, 2009, 04:26:52 am »
  • *
  • Reputation: +3/-0
  • Offline Offline
  • Gender: Male
  • Posts: 3374
Hao to reverse engineer? D:
By having a hex editor open and to much time on your hands.

Are there any tutorials? I have too much time on my hands... D:

I don't know how you do this stuff... I want to learn it badly...
hecking books, etc.
Logged
Quote from: Jason
Your community is a bunch of stuck up turds.

Mamoruanime

@Mamoruanime
Re: Call Of Duty 5 - Profile Editor
« Reply #8 on: September 12, 2009, 04:31:03 am »
  • ^Not actually me.
  • *
  • Reputation: +9/-0
  • Offline Offline
  • Gender: Male
  • Posts: 9786
I'm pretty sure he just used the compare-values method. Basically, you look at the hex of the file, save that invormation. Do something in the game, and save your changes, then look at the hex again. Compare what's different, then play with values.

That's how I do it for roms and !@#$% anyway :p
Logged
Re: Call Of Duty 5 - Profile Editor
« Reply #9 on: September 12, 2009, 04:58:58 am »
  • *
  • Reputation: +0/-0
  • Offline Offline
  • Posts: 2245
I'm pretty sure he just used the compare-values method. Basically, you look at the hex of the file, save that invormation. Do something in the game, and save your changes, then look at the hex again. Compare what's different, then play with values.

That's how I do it for roms and !@#$% anyway :p
yeah, I believe this is pretty much how it works
Logged
Re: Call Of Duty 5 - Profile Editor
« Reply #10 on: September 12, 2009, 12:12:16 pm »
  • *
  • Reputation: +3/-0
  • Offline Offline
  • Gender: Male
  • Posts: 6629
I'm pretty sure he just used the compare-values method. Basically, you look at the hex of the file, save that invormation. Do something in the game, and save your changes, then look at the hex again. Compare what's different, then play with values.

That's how I do it for roms and !@#$% anyway :p
Not quite, would have taken to long. I actually did it the other way round, made large changes to ranges of bytes in the profile file, checked in game to see the result, and slowly made the range smaller and smaller trying to narrow down the location of the byte I was trying to change.

But yeh, thats pretty much how these things are done.
Logged
Re: Call Of Duty 4/5 - Profile Editor
« Reply #11 on: September 12, 2009, 07:56:41 pm »
  • *
  • Reputation: +3/-0
  • Offline Offline
  • Gender: Male
  • Posts: 6629
Oh hi thar. I added a CoD4 editor, seeing as it uses pretty much the same file format :3.

Download: http://www.binaryphoenix.com/CoD4&5PE-110909.rar



Logged

Mamoruanime

@Mamoruanime
Re: Call Of Duty 4/5 - Profile Editor
« Reply #12 on: September 12, 2009, 08:43:14 pm »
  • ^Not actually me.
  • *
  • Reputation: +9/-0
  • Offline Offline
  • Gender: Male
  • Posts: 9786
Oh hi thar. I added a CoD4 editor, seeing as it uses pretty much the same file format :3.

Download: http://www.binaryphoenix.com/CoD4&5PE-110909.rar





Nice you cheeky !@#$% ;p

Check your PMs or get on MSN D:
Logged

Antidote

>.>
Re: Call Of Duty 4/5 - Profile Editor
« Reply #13 on: October 16, 2009, 05:49:46 am »
  • In all seriousness who's serious?
  • *
  • Reputation: +0/-0
  • Offline Offline
  • Gender: Male
  • Posts: 1485
they encrypt the files with the CDKey? thats kinda stupid but meh
Logged
  • Axiomatic Data Laboratories
Re: Call Of Duty 4/5 - Profile Editor
« Reply #14 on: October 16, 2009, 10:13:00 am »
  • *
  • Reputation: +3/-0
  • Offline Offline
  • Gender: Male
  • Posts: 6629
they encrypt the files with the CDKey? thats kinda stupid but meh
Considerably more complex than that, but essentially yes.
Logged
Re: Call Of Duty 4/5 - Profile Editor
« Reply #15 on: November 05, 2009, 12:40:58 am »
  • *
  • Reputation: +0/-0
  • Offline Offline
  • Gender: Male
  • Posts: 204
I actually had to go jumping through some hoops to get this to work for me on CoD:WaW :P

In case anybody else needs some help with getting this to work (specifically my friend who forgot to backup his profile when he installed Win7) I'm just going to put what I had to do right here.

First: Extract the files

Anyway, my first error was about the cd key not being found. Since I have a 64-bit Windows my key was stored in the registry as
Code: [Select]
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Activision\Call of Duty WAW and I had to export it, and edit the .reg to place a copy of the registry key in
Code: [Select]
HKEY_LOCAL_MACHINE\SOFTWARE\Activision\Call of Duty WAW and add it to where it would be on a 32-bit Windows.

Then the next to errors were because I have profiles I never play as, so there was no data for them and the application closed right away. After deleting those two profile folders I was finally able to modify my profile.

Aside from having to do that, the editor worked great for me! Thanks Infini!
« Last Edit: November 05, 2009, 12:42:45 am by Flagrama »
Logged

DigChrono

Re: Call Of Duty 4/5 - Profile Editor
« Reply #16 on: November 19, 2009, 05:13:13 am »
Okay, I'm on x32 Windows 7 with CoD4 1.7
Does it not work with any of those?
It says that it can't find the profile folder and says it can't go on
I've put in it the root install folder, and the root/players/profiles folder, and in root/players
Still won't work, and compability mode doesn't work
I've only got one profile (with data in it), so do I need to add another one with data?
I'm running it as an admin
It LOOKS awesome though :P
« Last Edit: November 20, 2009, 03:18:00 am by DigChrono »
Logged

DigChrono

Re: Call Of Duty 4/5 - Profile Editor
« Reply #17 on: November 21, 2009, 03:06:52 am »
I got it working....
BUT
You should add an option to browse to the install directory if  CoD isn't present in the default directory
And make the stats go unchanged on loading the profile (I only want to change the challenges, not rank, unlocks, kills/headshots, etc.)
Also, fix the bug about empty profiles (just give a message, not a crash on load)
Other than that, works wonderful
Especially cause this seems to  be the ONLY profile editor for the PC version
Logged

veearesix

Re: Call Of Duty 4/5 - Profile Editor
« Reply #18 on: November 24, 2009, 02:55:25 am »
Noob here..just upgrd to win7 and guess what..I lost my level 47   So I found this editor..btw awesome job!!

My problem..

I get an instant msg saying unable to locate profile folder.
My game files are all on another partition now. I created a dummy file where i thought the orig was based on other searches.  Still no workie.. So what is the path that the editor is looking for that I need to create a new profile folder to move around or is there a mod to the source editor on its way?
any suggestions..
Logged
Pages: [1]   Go Up

 


Contact Us | Legal | Advertise Here
2013 © ZFGC, All Rights Reserved



Page created in 0.592 seconds with 72 queries.

anything