can someone help me and teach me how to find the address?
bro i got to memory address,Quote:
Check my map fun post. last post i made on it shows how to do it using the address of player struct from my log file.
To find the player struct you can search for your player's name find the one that changes the name above your head in game. Then go to the 01 part in memory thats before name thats the start address of the player struct.
Further down past your name is a byte its value is the action. 01 = stand 12 i think is death etc values are on my post here: [Only registered and activated users can see links. Click Here To Register...]
Edit: thx found it ^^ and worked :DQuote:
ummm im lost by your description. Basicaly look for a byte that is 1 when you are standing still and other numbers when you are doing stuff. Its before the FF FF FF FF part you should be able to find it after searching for your character name when your in the world. Find the one that changes above your head apparntly usally the 3rd one in the list and browse it in memory then look further down for FF FF FF FF scroll up a bit from that like 4 lines or so maybe and you should be able to see stuff that changes when you walk arround. 16 bytes should be changing at least. these are your position and direction. Before that is 1 byte which is 00 when spawning 01 when standing 05 06 07 when attacking etc... add that by right clicking it and saying its a byte and your done.
i found some of those adress ur talking about, but i dont know how to use emQuote:
Great :D now find X Z and Y they are to the right a bit more and are floats ;) add them and you can "teleport" arround a map by saving whats in it to a text file. Or you can find what writes to Z walk up and down hills nop the dec part and you have an air walk hack allowing you to walk above mob's in cave's aoeing without getting hurt and no d/c