InvertedProphet
09-07-2008, 06:55 PM
Not Every time you attempt to hack there will be labels.
A lot of time it will be trial and error.
I Hope this guide will cut your time down a lot!
First you want to do as soon as you Load your elf
is click 'Analyzer' then click 'Invoke Analyzer'
wait a few secs for it to do its job.
now here comes the example.
example:
Zone of Enders 2(Ps2 Game)
Bring up the Labeled List, you should see a bunch of quotes.
you don't want to edit these unless you want to edit words
in the game like Names.
I'll use the 'Max Level Up' code for an example
look at the labels and look for ( "Player Level Up :*d/n" )
it should bring you to
Address 001e4358 Data 79616c50
Label "Player Level Up : %dn"
Now press 'Space Bar' on line 001e4358 79616c50
the line should turn GREY !
now press 'F3'
You should now be taken to
00169d54 24844358 li a0, $001e4358 ("Player Level Up :*d/n")
you think Oh Cool i found a Code but Nope!
It doesn't take you to the actually code but the general area
where to start looking!
I suggest you should test each line under 00169d54
you might find some surprising results.
Testing.....
Testing Results...
00169d78 24420001 < Level Up Code
You come to find out 00169d78 is the level up code
00169d78 24420001
change the first Zero to a 2
20169d78 24420001
A lot of time it will be trial and error.
I Hope this guide will cut your time down a lot!
First you want to do as soon as you Load your elf
is click 'Analyzer' then click 'Invoke Analyzer'
wait a few secs for it to do its job.
now here comes the example.
example:
Zone of Enders 2(Ps2 Game)
Bring up the Labeled List, you should see a bunch of quotes.
you don't want to edit these unless you want to edit words
in the game like Names.
I'll use the 'Max Level Up' code for an example
look at the labels and look for ( "Player Level Up :*d/n" )
it should bring you to
Address 001e4358 Data 79616c50
Label "Player Level Up : %dn"
Now press 'Space Bar' on line 001e4358 79616c50
the line should turn GREY !
now press 'F3'
You should now be taken to
00169d54 24844358 li a0, $001e4358 ("Player Level Up :*d/n")
you think Oh Cool i found a Code but Nope!
It doesn't take you to the actually code but the general area
where to start looking!
I suggest you should test each line under 00169d54
you might find some surprising results.
Testing.....
Testing Results...
00169d78 24420001 < Level Up Code
You come to find out 00169d78 is the level up code
00169d78 24420001
change the first Zero to a 2
20169d78 24420001