The Layout of the Tutorial is as follows:
Quote:
1: Search out the address that holds and updates your current Health using T-Search.
2: How to breakpoint that address to find out what Static addresses Write to it(update it).
3: How to use to OllyDbg to determine the OFFSET that points to your Current Health in
Memory. Then how to get the Maximum Health OFFSET.
4: How to search for the Pointer Address from there that you will use with the OFFSET you
found above to gain access to your current Health in memory as it is constantly being
updated.
5: And last how to use the information you have obtained to make a small program that will
automatically press your Pill key(1,2,3,or 4) when your health drops below the percent that
you set. I will use a simple dll setup that will create a new thread. Using
ReadProcessMemory in a loop within the new thread you will create your own pointers to the
Maximum and Current Health values that can then be used to make a function for your AutoKeyPress at
the time you want it to do so(50% HP & Below, 40% HP & Below ect...).
Here is the download link, it is just a wordpad document:






