First, i'm sorry if my english is incomprehensible some timesI'm from belgium and speak french...
So, yesterday i started learning c++ and wow memory editing, just for fun... take some long hours to read posts on this forum but can't find a good way to find the base address for "newbs". I found a good way( i think) and i want to share it with people who want to start learning
So, it's easy to find HP/max HP with cheat engine, once you get hp/max hp address it's easy to find the base address.
I read a post from JuJuBoSc (http://www.mmowned.com/forums/wow-me...y-address.html) who explain how to get hp from the base address. Reverse that!
i found 3adresses for my hp :
0x1277a02c
0x1277b6fc
0x1277d178
and 2 for my maxhp :
0x1277b71c
0x1277d198
Player hp is playerbase + 0xff4 =>
0x1277a02c - 0xff4 = 0x12779038
0x1277b6fc - 0xff4 = 0x1277a708
0x1277d178 - 0xff4 = 0x1277c184
Player max hp is playerbase + 0x26e4
0x1277b71c - 0x26e4 = 0x12779038
0x1277d198 - 0x26e4 = 0x1277aab4
Only one address is the same 0x12779038, you can suppose that is you base address. Verify that!
Player experience is playerbase + 0x3630 :
0x12779038 + 0x3630 = 1277c668
If you get your experience, you have found your base address![]()