Quote:
Originally Posted by waliska
HP/Mana/Stamina = value *100 (4byte)
x/y/z (float)
the best would be...find xyz then substract the offset from the address and you will get the base player address, now go with reclass and you will probably manage to get the whole player struct.
|
Hey, do you know if teleport hacking is still possible in this game. My main goal here was to map a map click teleport hack. After a quick google search I found out that that old MMONinja hack had that feature in it, after looking over their site and what they offer for AoC now, I do not see teleport hack as an option in their hacks anymore.
I have isolated some addresses that looked promising as my chars current coord addresses, however attempting to test them by freezing them didn't have any effect. So either I didn't find the correct addresses, or they made a patch at some point to counter teleport hacking.
Quests are just taking up too much of my time while playing this game, moving around all the place, would be great help to me to get this rolling.
I would also really like to make something similar to the bot I made in Twelvesky2 using asm calls in a C++ dll to trigger in-game actions. This game benefit a lot from a system like that I think(not for AFK actions).
note: how did you figure it was Stamina *100? Thanks for that tip btw.