Hello everyone I know I am sure this has been asked about 4000 times and no ones ever gotten anywhere but I hope to change that.
Essentially I saw Pocket Gnome, which is a World of Warcraft Bot for Mac, and I think I can make a better bot. I just need a little help getting started down the trail.
Currently, I have just some simple source for reading and writing memory along with injecting code for Mac OS X. I am in the process of learning how the injecting code works but I can read and write memory without a problem. Right now I am trying to figure out how WoW's memory is laid out and how to detect where the Player Object is etc...
I was wondering just over a couple of minutes I found what I believe to be the player Object at least for this instance of WoW...
Memory Locations:
Health, 2D1BC6F0
Level, 2D1BC768
Armor, 2D1BC820
Exp, 2D1BD65C
What I was wondering is what is the base address for the player object? Is it 0x2D1BC or is it 0x2D1BD? I sort of figured it was the latter because the Exp was outside the C range but I was maybe thinking that experience might be kept outside the player object. If someone could just give me a hand I would greatly appreciate it. Thanks.