-
Re: Assassins Creed 3 Money Editor
Quote:
Originally Posted by
aos10
after i rehash and done every thing, pressed the start game, then my xbox froze
try to replace the old save file, i managed to play the game,but without the max money
this is what i done
-got the 2 save file , delete save file B from the Xbox and edit save A
- rehash/resign and return the save file A to it place
not when i try to load the game,my xbox just freezes
i also tried not to delete save B from the Xbox
same thing
What amount were you trying to mod? If it's above 65535 then you should refer to my previous post.
-
Re: Assassins Creed 3 Money Editor
Awesome Editor man, going to use this.
-
Re: Assassins Creed 3 Money Editor
Quote:
Originally Posted by
Ryudo
What amount were you trying to mod? If it's above 65535 then you should refer to my previous post.
no,i have 17000 with me, just trying to get to 65535 only
-
Re: Assassins Creed 3 Money Editor
Quote:
Originally Posted by
Ryudo
After modding it a second time using the RC1 editor, the game locks up when you choose Single Player at the Main Menu.
I wanted to go over 65535, I first gained some money (up to 68032), and then changed it to 999k, but that didn't work. Pressing the MAX button didn't work either. Using the exact same method that DID work for 65535.
Edit:
I did some digging in the Save file myself manually.
Few things to note;
68032 in hex becomes 109C0.
For this game however, you have to flip it around, resulting in C0 09 01
Your money value ALWAYS starts with 1D inside the Save!
HOWEVER. What the game also does, is enter a RANDOM byte between there.
In my case the correct value was: 1D C0 09 86 01.
Whatever you do, leave the 86 alone.
Change it to 1D FF FF 86 FF, this sets it to 16777215.
The random digit can also be right after 1D, so you'd get 1D 86 C0 09 01 for example.
This is where the editor might screw the file if it doesn't properly recognize it.
I noticed that too. That random byte is difficult to accommodate for, especially since it can appear anywhere in relation to 1D.
Quote:
Originally Posted by
aos10
no,i have 17000 with me, just trying to get to 65535 only
Look for 1D6842 in a hex editor, then change that to 1DFFFF.
-
Re: Assassins Creed 3 Money Editor
-
Re: Assassins Creed 3 Money Editor
Quote:
Originally Posted by
Emerald Lance
Look for 1D6842 in a hex editor, then change that to 1DFFFF.
ok..i have right now 18670
so, i should search for EE48 , but where 1D come from ?
and what form of searching should i do ? BYTE or WORD or DWORD ?
-
Re: Assassins Creed 3 Money Editor
Emerald Lance i did like u said find my 1D 86 05 18 and change it to 1D FF FF 18 but my xbox frozen when tryed to load... my money is 902 is that the correct hex code?
-
1 Attachment(s)
Re: Assassins Creed 3 Money Editor
here is my save
i couldn't find the value
Attachment 10334
-
Re: Assassins Creed 3 Money Editor
Quote:
Originally Posted by
dMnFNK
Emerald Lance i did like u said find my 1D 86 05 18 and change it to 1D FF FF 18 but my xbox frozen when tryed to load... my money is 902 is that the correct hex code?
(0)386 hex. Flip it around, so it becomes 86 03.
You'll know you have the right one if you have 1D 86 03 mod it to 1D FF FF
902 is still easy to mod, after that it becomes trickier due to the random byte that gets added in (once you mod over 65535). You'll have to look more carefully at that point.
-
Re: Assassins Creed 3 Money Editor
Because your using X360 1.0.0.9 im just gonna post this here.
SRC
As represented by the GPL, any programs used by this must have an open sourced copy released wif it.
-
Re: Assassins Creed 3 Money Editor
Quote:
Originally Posted by
aos10
ok..i have right now 18670
so, i should search for EE48 , but where 1D come from ?
and what form of searching should i do ? BYTE or WORD or DWORD ?
Right, you'll search for EE48. The reason you're including 1D is because 1D always proceeds the money. So your money will read 1DEE48. In other words, the 1D is just an identifier to look for so you can make sure you got the right instance. Change 1DEE48 into 1DFFFF, and you will have 65355.
None of those forms should be used, since BYTE has a specific meaning which might not coincide with what you're looking for, and WORD and DWORD will try to translate the hex values into letters. What you'll want to search for is HEX, which is just raw hex data. If HEX isn't available, I guess BYTE would be the closest thing.
Quote:
Originally Posted by
dMnFNK
Emerald Lance i did like u said find my 1D 86 05 18 and change it to 1D FF FF 18 but my xbox frozen when tryed to load... my money is 902 is that the correct hex code?
No, sorry. The hex code you are using it 8605 (little endian for 0586, which translates to 1414). What you want to look for is 8603 (little endian for 0386, which translates to 902). So the correct value to search for is 1D8603.
EDIT: I didn't notice Ryudo's reply before, but yeah, he pretty much hit the nail on the head. When you try to mod past 65355, it get's complicated.
-
Re: Assassins Creed 3 Money Editor
I tried using the editor, and it finds any value I type in, so I believe there is a glitch with this editor. I obtained 68528 money is game and tried to max it to 16,555,444. Rehashed and resigned and then I loaded the game, and it cause AC3 to always have a fatal exception crash. My previous save with 68528 still works fine. I just can't max it to 16,555,444.
-
Re: Assassins Creed 3 Money Editor
I tried manually editing my save using hex editor and I cannot find the value of my money in the file. I have 68567 currently, but I cannot find it anywhere in my save. What's the reason for deleting savegameB from the xbox?
-
Re: Assassins Creed 3 Money Editor
Quote:
Originally Posted by
iH8 Fr0st
Because your using X360 1.0.0.9 im just gonna post this here.
SRC
As represented by the GPL, any programs used by this must have an open sourced copy released wif it.
Why thank you kind sir, I just have one question, what part of X360 is under GPL on version 1.0.0.9? ;)
Edit: I'll give you the answer - None of it :D GPL was not added until version .10 don't believe me have a look here - LINK and you can view comment 3 for even more clarification. Have a good day.
-
Re: Assassins Creed 3 Money Editor
Quote:
Originally Posted by
MastaOfEvil
Why thank you kind sir, I just have one question, what part of X360 is under GPL on version 1.0.0.9? ;)
Edit: I'll give you the answer - None of it :D GPL was not added until version .10 don't believe me have a look here -
LINK and you can view comment 3 for even more clarification. Have a good day.
Sorry my bad. :)
-
Re: Assassins Creed 3 Money Editor
Show me the money
thank you...
-
Re: Assassins Creed 3 Money Editor
Good work thanks for this.
-
Re: Assassins Creed 3 Money Editor
There's a Hex editor tutorial that explains everything in detail somewhere in the forums. It explains when to mod your money and by how much.
Haven't tried this editor, but sweet if it works. I've heard too many people having problems with their games freezing or not being able to find the hex values. It took me a few times to find the values, and I used both HexHD and HexWorkshop, changing from hex to binary then back, ASCII to Legendary then back, then it found my money.
Some people claimed their money disappeared after Sequence 8, but it returns after you get out of jail. At least for me it did.
Also, perhaps Ubi games are getting worse as far as quality, but this game has allot of glitches. Not sure if it's from the hex editing, but my weapons and equipment randomly disappear from time to time. Mod or hex related?
-
Re: Assassins Creed 3 Money Editor
Quote:
Originally Posted by
AlineNINE
There's a Hex editor tutorial that explains everything in detail somewhere in the forums. It explains when to mod your money and by how much.
Haven't tried this editor, but sweet if it works. I've heard too many people having problems with their games freezing or not being able to find the hex values. It took me a few times to find the values, and I used both HexHD and HexWorkshop, changing from hex to binary then back, ASCII to Legendary then back, then it found my money.
Some people claimed their money disappeared after Sequence 8, but it returns after you get out of jail. At least for me it did.
Also, perhaps Ubi games are getting worse as far as quality, but this game has allot of glitches. Not sure if it's from the hex editing, but my weapons and equipment randomly disappear from time to time. Mod or hex related?
Game related. Game is glitchy, period.
Weapons disappearing happened on a clean save too. My guess is that you can 'drop' your own weapons or something randomly.
And then there's the random baddies getting stuck inside buildings, etc. At one point I was forced to reload my game, because it wouldn't progress.
-
Re: Assassins Creed 3 Money Editor
Wonderful program! THANKS!
-
Re: Assassins Creed 3 Money Editor
-
Re: Assassins Creed 3 Money Editor
Editor Updated, Redid the entire program, let me know of any crashes.
-
Re: Assassins Creed 3 Money Editor
Quote:
Originally Posted by
MastaOfEvil
Updated to RC1, Fixed some things, If your save isn't working upload it please.
I get a unhandled exception everytime i try to mod it if anyone could try to mod it then repost it to me that'd be great thanks http://www.mediafire.com/?smvbyhdbie1y8n1
-
Re: Assassins Creed 3 Money Editor
When i opened save file its say error ??? @@
-
Re: Assassins Creed 3 Money Editor [Release]
-
Re: Assassins Creed 3 Money Editor [Release]
i think the editor isn't reading my save properly. i have 1739 but the editor says i have 458443.
my save: http://www.mediafire.com/?y6wx35kwyg1q06o
-
Re: Assassins Creed 3 Money Editor [Release]
Great work MastaOfEvil, keep it up man
-
Re: Assassins Creed 3 Money Editor [Release]
-
Re: Assassins Creed 3 Money Editor [Release]
Quote:
Originally Posted by
MastaOfEvil
http://oi49.tinypic.com/k2g22a.jpg
Get your save A off your USB or HDD, and
BACKUP then
DELETE the B file!!
Open your A save in the editor
Enter desired amount and press Save. *
See note about "Max Money"
Rehash and Resign in your favorite program.
Move back to USB or HDD
Load Save - Profit!
A note on "Max Money" If you have 0 - 255 then 255 is max then 256 - 65,535 then 65,535 is the highest you can go, Earn some more money in game then open your save again and you should be able to mod to 16,555,444.
If you have any problems please upload your save and say how much money you have, be sure you are searching for the correct amount of money!
Attachment 10769
Nice work! ;)
-
Re: Assassins Creed 3 Money Editor [Release]
Hello,
i can“t open the .exe. i doupleclick on the data and nothing ist happend.
Ia have win 7 32bit.
please help.
Here is my save..
http://www52.zippyshare.com/v/65858328/file.html
I woul have maxmoney please thanks
-
Re: Assassins Creed 3 Money Editor
Thanks for this mod man :)
-
Re: Assassins Creed 3 Money Editor
-
Re: Assassins Creed 3 Money Editor
-
Re: Assassins Creed 3 Money Editor [Release]
-
Re: Assassins Creed 3 Money Editor
Thank you MastaOfEvil,
But i have a pb in Windows 8. when i open your prg i have a windows Clisecure.
-
Re: Assassins Creed 3 Money Editor
This didn't work for me just comes up with not a valid CON file !:(
help please!!!!
-
Re: Assassins Creed 3 Money Editor
-
Re: Assassins Creed 3 Money Editor
nice work on this editor MasterOfEvil
-
1 Attachment(s)
Re: Assassins Creed 3 Money Editor
have a problem when I click it and wants to save the start ne is the error indicator and nothing happens
Attachment 12682
-
Re: Assassins Creed 3 Money Editor
I get the exact same error when trying to just open up the app.