|
INTRODUCTION | |
|
HACKING UTILITY | |
|
Cygnus Hex Editor ~392 KB |
• Mac users - I've been told HexEditor is a good Mac hex editor. You'll also need to get a calculator that can convert to hex, because you'll be needing it for the next portions of this guide. I've been told BinCalc is a good one. Although if you download HexEditor you wouldn't need a hex-converting calculator. You can refer to MacScene's forums if you need more help with this. |
HEX EDITING BASICS | |
|
HEX ADDRESSES | |
|
|
|
|
|
Out of the 4 sets of 5802's that Cygnus found, the first two are in the middle of tons of 00's so it has to be one of the two. Let's hack the first value! Hmm what should we change 600G to... hmm... how about 999,999G!! It's settled then, we're going to change Crono's 600G to 999999G. First we need to convert 999999 into hex. Bring up the Windows calculator, punch in 999999, and put the bullet next to Hex. We get F423F. Now follow my 3 steps! Notice that F423F is not even. That means we need to add a zero again. So the number is now changed to 0F423F. Pair them up and switch them around! The number is now changed to 3F420F. So 999999 converted to hex is 3F420F. Now we can type that in! Type it starting at 58, like in the picture down there... |
|
|
|
|
Cygnus has found two sets of 46 00 46 00. Let's try our luck and hack into the first one it found. Change it to E7 03 E7 03. OH and look right next to it! It's 08 00 08 00 which is Crono's current and max MP! Change that to 63 00 63 00. So line 3210 should have the following... |
Now we need to change Crono's Power from 5 to 99. Since RPG stats are always grouped together, the hex value for Crono's Power is somewhere near his HP and MP. Oh no! There are 7 sets of 05! I circled them for you... |
|
|
|
|