I'm attempting to make a bot using Autoit and recently discovered an autoit library to read/write to memory. What I want to do is read memory to determine the players health and act on that.
I've done some search and found pointers for the players HP(This is for WoW 1.12.1 5875)
>((0x18C2E0) + 0x110) + 0x40
My understand is that the first location is the pointer, the second is the offset, you add those then add another offset and read that location to get the players health, correct? or is the first number the base? I've been trying to find the pointers myself using cheatengine but I'm coming up with different numbers, obviously I'm doing something wrong.