Hello, (sorry for my english)
I program in c #, and I can not find how to read the mana Or hp player,but I noticed that the address was dynamic.
I use the method blackmagic, an exemple :
private BlackMagic BM = new BlackMagic();
BM.OpenProcessAndThread(procID);
uint uPlayerName = 0x00D43348;
lblName.Text = BM.ReadASCIIString(uPlayerName, 20);
BM.Close();
So, how to find the address of Mana ? (i'm in 2.4.3)