PDA

View Full Version : need help for memory addresses


olispeed
18th June 2007, 02:26
hi evry1.
i learned to create a trainer(gta san-andreas is perfect for this ^^)
but i dont know how to find the memory addresses of a game.

for money and heal i know how with CE but for things like flying and crazy things like that i really dont know what i need to search for :paranoid:

can someone help me????


thx

tweester2
18th June 2007, 12:16
in most of the games it goes by the logical way.

if some one in the game flies in an unknown speed then if the speed increases so is the value you are looking for.

so what you do is search for an unknown value, wait for the speed to increase then filter the search for a higher value.

some games use random values and it's impossible to search for increased/decreased value so you search for a changed/unchanged value..

olispeed
18th June 2007, 15:35
ok if i understand correctly
i search for an unknown value that decrease or increase

exemple i seach for unknown value and i get in the water and begin swimming and i look wich value increase and i take it and i can do the same thing as wild fire did?