Since I'm downloading the 5GB patch and I update my projects I've grabbed out an old function I used in AION to get the module address of their Game.dll to get relative offsets working.
Due that Blizzard activated ASLR we need to have relative addresses. If you find addresses post them with an image base of 0x1000 and you can add that address with your base address of WoW.exe.
Here is a code snippet how to get the base address (written in C).
[Only registered and activated users can see links. Click Here To Register...]
Basic example: myMagicValue = GetModuleBaseAddress(processID, "wow.exe") + 0xBEEF.
Edit: And yes. It's also possible in AutoIT to do that stuff. But I haven't got a code snippet right now for you.
Due that Blizzard activated ASLR we need to have relative addresses. If you find addresses post them with an image base of 0x1000 and you can add that address with your base address of WoW.exe.
Here is a code snippet how to get the base address (written in C).
[Only registered and activated users can see links. Click Here To Register...]
Basic example: myMagicValue = GetModuleBaseAddress(processID, "wow.exe") + 0xBEEF.
Edit: And yes. It's also possible in AutoIT to do that stuff. But I haven't got a code snippet right now for you.