zuel369 How do I cheat?
Reputation: 0
Joined: 06 Dec 2009 Posts: 4
|
Posted: Sun Dec 06, 2009 3:53 am Post subject: What next. |
|
|
Hi
I am an experienced developer but not experienced in hacking, cracking or in general, reverse engineering.
I am currently playing and trying to create a bot for an on-line MMO, Requiem.
So far Have learned a lot from all your great posts and some kick-ass tuts but now I am stuck.
I have grasped the multi-level pointers and I am able to locate static pointers for such things as Health, Mana, target and location. The good stuff right? Well - to complete the task, I need to get into digging out flags for skills but just can't seem to grasp this concept.
As many mmo's go, the tool bar is the essential mechanism for binding keys and watching skill cool downs. So this is where I have been focusing.
In Requiem, I can easily locate a tool bar structure utilizing first search and next search by changing values on the toolbar. But this structure other than key-binding seems to be very static.
Searching on skill names identifies another very static structure.
My conclusion is that the structure I am looking for is not either of those but perhaps indirectly tied to both of these structures via pointers.
The structures themselves are massive and are typical arrays. I can't make-out the start or end of the structure either, making it even more difficult.
I could really use some expert pointers on what my next steps are. I seem to be running around in circles.
Thanks!
Zuel
|
|