-
1 Attachment(s)
Assassins Creed 3 (hex edit money)
Attachment 10013
Save in first shop - have 65535 money
Game has no protection, and easily can be modded (for money)
I transfer my save from my XBOX360 to my PC (ASSASSINSCREED3SAVEGAME1A)
Then i convert ammount of my money (2850) to Hex (0B22). Then I swap byte order (Was 0b22 - became 220B).
Open save in Hex Workshop, search for 220B - was foun 4 adresses. In my save correct adresses begin from same byte 1D
(example - 2 adresses both begin from 1D (1D220B) , and 2 adresses begin from somthing else)
I replaced 220B to FFFF (was 1D220B - became 1DFFFF) , rehash, resign and transfer save back to xbox 360 - and i have 65535 money in the game
Attached save also have 65535 money in beginning of game. I hope this is help somebody
Sorry for bad english, native language is Russian
-
Re: Assassins Creed 3 (hex edit money)
just need to wait till tuesday now
-
Re: Assassins Creed 3 (hex edit money)
Quote:
Originally Posted by
69bigplayer69
just need to wait till tuesday now
you and me both ;)
-
Re: Assassins Creed 3 (hex edit money)
Good write-up. I didn't want to have to dig through this website for this method
-
Re: Assassins Creed 3 (hex edit money)
Sorry i'm kinda new to all this i have just started the game now if i load up your save where in the story will it start me from? right now ive just entered the amibus and doing free running?
-
Re: Assassins Creed 3 (hex edit money)
Quote:
Originally Posted by
garyj2006
Sorry i'm kinda new to all this i have just started the game now if i load up your save where in the story will it start me from? right now ive just entered the amibus and doing free running?
Around first shop in the game (and in first time ? then you have money to spend)
Sorry for bad English
-
Re: Assassins Creed 3 (hex edit money)
Doesn't work for me. I found the right address (the one with the 1D in front), but everytime i try to load my modified savegame it crashes.
************************************************** ************************************************** ***
Update:
Now it works. I tried it again with a later save game.
Thanks for the tutorial.
-
Re: Assassins Creed 3 (hex edit money)
Could someone explain this to me like I'm 5? :P I'm attempting to do it now.
My cash value is 1409, converting to hex makes it 0581, then I swap it around, 1850, search for that in hexworkshop and:
Edit: Sorted. Thanks Bazinga!
-
Re: Assassins Creed 3 (hex edit money)
my guess is, you should look for 8105. But i could be wrong.
-
Re: Assassins Creed 3 (hex edit money)
Well First When you are converting it from Decimal to Hex and when you go to search for the hex value you have to byte flip it.
So say I have 999,999,999. In Hex that's 3B 9A C9 FF, but when you byte flip it, it becomes FF C9 9A 3B
So to byte flip, you take the last bit of the whole hex so like above the last bit is FF and then you add the next bit which is C9 then 9A and lastly 3B
When you go to search for your money you have to add 1D in front of your money's value that has been converted to hex.
Example:
1. I have 999999999 money
2. Converted to hex = 3B9AC9FF
3. Byte flipped = FFC99A3B
4. Click CTRL+F for search and change it to Hex Values
5. Add 1D in front of the hex that has been byte flipped
6. I now search for 1DFFC99A3B
7. Hit ok and it should find offset/s with that hex value.
8. Change the bytes that are after 1D to whatever you want (if i want 2,147,483,647 I change 1DFFC99A3B to 1DFFFFFF7F)
9. Hit save and add rehash and resign.
-
Re: Assassins Creed 3 (hex edit money)
Following your tut demon and i've done this before. But i when i search it just says "The specified search string was not found" D= I put in the right amount.. did everything added the 1D before the search.. i even went into the shop bought some stuff and try'd that number.. same results. What am i doing wrong here?
http://www.mediafire.com/?ec6qcc8qv4fyxx2
Thats the 1A save, i have 2850 Money
Ok i searched like the OP did, i guess you don't search for all the 0000's just the 220B
K now i try'd the 1D FF FF, that worked. But can i only change those 2 values? I'm asking because i would like more than $65535
-
Re: Assassins Creed 3 (hex edit money)
Quote:
Originally Posted by
ThisGuyP1469
Following your tut demon and i've done this before. But i when i search it just says "The specified search string was not found" D= I put in the right amount.. did everything added the 1D before the search.. i even went into the shop bought some stuff and try'd that number.. same results. What am i doing wrong here?
http://www.mediafire.com/?ec6qcc8qv4fyxx2
Thats the 1A save, i have 2850 Money
Ok i searched like the OP did, i guess you don't search for all the 0000's just the 220B, but if i try to change it, It will freeze the game when trying to load the save :(
K now i try'd the 1D FF FF, that worked. But can i only change those 2 values? I'm asking because i would like more than $65535
Yes, you have to get 68,000 or 70,000 to be able to add FF FF FF, once you get even more money you'll be able to add FF FF FF FF
-
Re: Assassins Creed 3 (hex edit money)
Quote:
Originally Posted by
Demon
Yes, you have to get 68,000 or 70,000 to be able to add FF FF FF, once you get even more money you'll be able to add FF FF FF FF
That makes sense, Thanks demon!
Looks like this game will be easy to make a simple money SE ;)
Edit: Just got to part of the game where I am someone new, started with 0 dollars. I'm sure you can mod it just like before. So just a heads up if someone is making a SE ;)
Edit: Ok now im trying to find the money for the 2nd character, did the same thing as before, but there is no 1D.. was that just for the other money? i did find one number but it was a 07 in front of it. Going to try to add the FF FF see if that works.
i have 2562 money on this 2nd guy now, i try'd looking for 0A02 revert it got 020A, and there is 2 things that pop up with that, first one i changed to FF FF and it wouldn't even load in horizon just crashed it. Same with the other one.. It just crashes Horizon unhanled exception. I don't see one with 1D 02 0A, how do you find that out? trial and error? here is the save if anyone wants to look at it :)
http://www.mediafire.com/?awu1r6u994zdn71
-
Re: Assassins Creed 3 (hex edit money)
i have tried your save ThisGuy and i have found more than 2 instances does it matter about there being a letter or number infron as in ie: 1E020A OR 87020A??
-
Re: Assassins Creed 3 (hex edit money)
Quote:
Originally Posted by
Stuie
i have tried your save ThisGuy and i have found more than 2 instances does it matter about there being a letter or number infron as in ie: 1E020A OR 87020A??
I just went out and got some more money, 10101 on this save, Searched for that doing the same thing as before and It showed up this time, With the 1D in front of it. I just did the FF FF again 65,000 isn't much. But plenty of money for now :)
http://www.mediafire.com/?rf3vzh57v6xsqdx
-
Re: Assassins Creed 3 (hex edit money)
ahhh ok dude sweet yeah i gathered you needed more money! i was a lil further than yours i was like 18% on story then got to a shop saved triedd to mod it and corrupted my save so borrowed yours so thanks for posting that ive not got about 7000 so ill try it again tomoz after work!
-
Quote:
Originally Posted by
CloudStrife7x
you and me both ;)
You, him and me three :D
-
Re: Assassins Creed 3 (hex edit money)
How come sometimes it can't find the values when you search? Doing the same thing as i usually do. And this time around it can't find the numbers? :(
Anyone online right now that can help me with this? Pm me if you can, Thanks :) Atm, i'm just trying to change my money in-game to see if i can get the values in hexworkshop to show up..
I don't understand this anymore D= i can't find my money t.t I have more 90,000 and i still can't find it.. try'd looking for 90000 and 91190. Nothing D=
-
Re: Assassins Creed 3 (hex edit money)
nice in every assassins creed you can do this method. im happy 2 hear that they didnt fixed it.
i made a starter save from assassins creed revelation. i will try that again and share it.
-
Re: Assassins Creed 3 (hex edit money)
Guys I am not able to edit this could I get some help?
I am in the middle of a mission during this save so that might be why its not working. maybe? Here is a link to the save.
http://www.mediafire.com/?12ixab2dcf11dye
I have 2842 pounds/money.ect in this save. If someone could help I would be grateful and if they would explain what they did I would be doubly grateful.
in hex I get that this is 0b1a and i flipped it to 1a0b.
Okay I got this to work now. And now I have 65545 money, but I can't edit it father. The hex id I've found is 10009 and flipped that should be 09010 right? I can't seem to find that in the new save? can some help with this?
Here is the new save.
http://www.mediafire.com/?6tovx13gt4o4dgk
-
Re: Assassins Creed 3 (hex edit money)
-
Re: Assassins Creed 3 (hex edit money)
any one tried to mod items?
-
Re: Assassins Creed 3 (hex edit money)
Thanks for this - busy replaying the whole series - just got to Revelations.
-
Re: Assassins Creed 3 (hex edit money)
Thanks buddy - busy replay the whole series - just got to Revelations.
-
Re: Assassins Creed 3 (hex edit money)
i don't have the game yet, but how far into the game is the save in the first post?
thanks for this by the way
-
Re: Assassins Creed 3 (hex edit money)
Quote:
Originally Posted by
swizzzy
i don't have the game yet, but how far into the game is the save in the first post?
thanks for this by the way
its before you can buy weapons.
-
Re: Assassins Creed 3 (hex edit money)
Thanks for the tutorial it really helped
-
Re: Assassins Creed 3 (hex edit money)
-
Re: Assassins Creed 3 (hex edit money)
im new to this and ive tried and tried and nothing i do works so if someone could please help me i would vary greatful here is my save http://www.mediafire.com/?a6qw1v59mq20wh9 money is 2492 thank you
-
Re: Assassins Creed 3 (hex edit money)
I Modded up to 65535 just fine but can't go any higher. I have 68000 and when i search for the hex it shows no instances. Can anybody help?
-
Re: Assassins Creed 3 (hex edit money)
So I have a problem with this...
I have 4892 coins which is 0000131C. I flip that, add 1D and yet nothing pops up?
I've gained numerous amounts of money and yet the search results shows nothing.
Am I doing something wrong?
-
Re: Assassins Creed 3 (hex edit money)
Yuel, you will just want the 131C portion of the Hex value.
When you flip the byte order you should end up 1C13.
So your search should be 1D 1C 13.
Also, if you are using Hex Workshop as your Hex editor you can use the Base Converter and use the Intel Byte order to find the flipped Hex value immediately.
-
Re: Assassins Creed 3 (hex edit money)
my game crashed ! anyone have a way? after edit to 65535 the gem is dead :)) is that because of the TU 2?
-
Re: Assassins Creed 3 (hex edit money)
Emerald Lance comes in to save the day! *applause applause*
So the save is dynamic. That means it changes itself to accommodate changes in the game. In this context, if you have less than 255 money (FF) then the save will use an Int8 value for money (only enough room for the two digits). Likewise, when you get past 255 it will move up to Int16 (four digits), and when you go past 65535 (FFFF) then it will go up to Int32 (eight digits).
So for people who are having trouble modding their money after getting more than 65535, try this. Let's assume you have 68000 money. That's 0109A0 in hex. In little endian, that becomes A00901. But then you have to remember that this is eight digits (Int32), not six. So the actual hex number would be 000109A0, and in little endian that becomes A0090100. You have to account for all eight digits. It gets even more complicated when you have to add an extra byte to the equation, in this case being 1D.
So remember to convert properly when looking for your values. After 65535, it will be an eight digit hex value that you're looking for; any digit that doesn't have anything is zero. Try it and see.
-
Re: Assassins Creed 3 (hex edit money)
Quote:
Originally Posted by
Emerald Lance
Emerald Lance comes in to save the day! *applause applause*
So the save is dynamic. That means it changes itself to accommodate changes in the game. In this context, if you have less than 255 money (FF) then the save will use an Int8 value for money (only enough room for the two digits). Likewise, when you get past 255 it will move up to Int16 (four digits), and when you go past 65535 (FFFF) then it will go up to Int32 (eight digits).
So for people who are having trouble modding their money after getting more than 65535, try this. Let's assume you have 68000 money. That's 0109A0 in hex. In little endian, that becomes A00901. But then you have to remember that this is eight digits (Int32), not six. So the actual hex number would be 000109A0, and in little endian that becomes A0090100. You have to account for all eight digits. It gets even more complicated when you have to add an extra byte to the equation, in this case being 1D.
So remember to convert properly when looking for your values. After 65535, it will be an eight digit hex value that you're looking for; any digit that doesn't have anything is zero. Try it and see.
uhm, I recognize this too! but I have 3616 in my new save (last save using traner to max but the money too much) n my game crashed after edit to 65000
ah if I change from 3616 to 65000, do I need to change 1D before it?
-
Re: Assassins Creed 3 (hex edit money)
Don't edit it so high. Try a slightly lower value. Also, make sure you're doing it exactly correct.
-
Re: Assassins Creed 3 (hex edit money)
Quote:
Originally Posted by
Emerald Lance
Don't edit it so high. Try a slightly lower value. Also, make sure you're doing it exactly correct.
only from 3616 to 65000 T_T
hehe I ve done this several time with the other AS game. just crashed on this one :))
-
Re: Assassins Creed 3 (hex edit money)
If I Search The Amount Of Money , I Envisage With This Error : Cant Find The Specified search string was not found ! Please Help
-
Re: Assassins Creed 3 (hex edit money)
once i get past a certain point will i have to mod the money again? or am i good for the rest of the game with the save in the first post?
-
Re: Assassins Creed 3 (hex edit money)
Quote:
Originally Posted by
Emerald Lance
Emerald Lance comes in to save the day! *applause applause*
So the save is dynamic. That means it changes itself to accommodate changes in the game. In this context, if you have less than 255 money (FF) then the save will use an Int8 value for money (only enough room for the two digits). Likewise, when you get past 255 it will move up to Int16 (four digits), and when you go past 65535 (FFFF) then it will go up to Int32 (eight digits).
So for people who are having trouble modding their money after getting more than 65535, try this. Let's assume you have 68000 money. That's 0109A0 in hex. In little endian, that becomes A00901. But then you have to remember that this is eight digits (Int32), not six. So the actual hex number would be 000109A0, and in little endian that becomes A0090100. You have to account for all eight digits. It gets even more complicated when you have to add an extra byte to the equation, in this case being 1D.
So remember to convert properly when looking for your values. After 65535, it will be an eight digit hex value that you're looking for; any digit that doesn't have anything is zero. Try it and see.
That makes sense now, When i had over 68000 i was still doing the search without the 00's but you can't search for when you have a low amount.. But now that its higher than 68,000 and you want to add FF FF FF you also gotta search for the 8 digits. Thanks Emerald for this info!