- First you have to choose the property you want to change
(energy, lifes, money, ...). Suppose that you choose energy and value is 100.
- Next you have to decide the data type. For example if you are
trying to change your energy in Quake, it must be float, because this program uses floats
to store data. Look at What data type?.
- Once you have chosen value and data type, you can do the first
search, using First Button, in Data edit box put 100 and
data type float.
- When the search had finished GameHack will have found some
addresses. Now you change to the game and let your enemy to hurt you, your energy goes
down, 93 for example.
- Come back to GameHack (using Alt-Tab or HotKey) and push Next Button, now you
can introduce 93 on the data box and press Ok.
- Repeat steps 5 and 6 until the number of found addresses will
be small enough. Most of the time, after some searchs you will have only one posible
address, you can send it to Valid adresses
list and then edit or modify it.
|