Discussione: Code Request
Visualizza messaggio singolo
  #5 (permalink)  
Vecchio 5th August 2006, 20:47
Gir489 Gir489 non  è collegato
Member
 
Data registrazione: Aug 2006
Messaggi: 125
Potenza rep: 3
Gir489 è su una strada distinta
Citazione:
Originalmente inviato da SiTWulf
Exit (Japan)
Miami Vice (Eur)

Or make a simply tutorial how to make it and i make (I cant read PDF in my PC).
Oh, you don't know how to use the cheat finder?

To find spefic values, you use the first button.

Let's say the first value you took from the dump, was 100.

You type in 100 in the white-box, and then click on Search.

It will take about 10~20 minutes to pick out all the values of 100.

Then, once it's finished, you make another RAM-dump, of that value that has either went up, or down. Let's say it went down to 78.

You then type in 78 in the box, and then click Search.

Repeat the pattern, until you get >10 results.

Click on End Search.

It should spit out the calculated codes for you.

Example:

_S SIGNATURE
_G TITOLO
_C NOMECODICE
_L 0x0078A6F2 NEWVALUE
_L 0x013E98E0 NEWVALUE

Replace the NEWVALUE with whatever the code needs to be.
I searched a low-value for what I needed, so it used 8-bit searching.

I need it to go from 78 to 999.

Change the first 0, after the X to a 1. Signifying the code is now a 16-bit code.

Use the following format:

0x0000AAAA

The A's are your value in Hexadecimal.

In my case, it would be 03E7. (I can do Hex in my head. It's base-16, not very hard when you can do math in your head.)

The codes should now look like:
_L 0x1078A6F2 0x000003E7
_L 0x113E98E0 0x000003E7

If you need help calculating hex, use this link I found on Google:

http://www.mrcalculator.com/hexdec.html
Rispondi citando