im currently writing a chat program in autoit and i got the reading of the chat covered but i cant get the chatbufferpos working. i tryed it with this code:
Code:
$bufferpos = _MEMORYREAD($WoWBase + 0x9F79C0, $HPROCESS, "dword")
0x9F79C0 should be corret. i even tryed every other memread type but i dont get the bufferpos. i just want the read the lastest thing that the chat recieved but maybe its the code to read the chat. for that i use this
Code:
$chat = _MEMORYREAD($Base + 0x99E428 + 0x3C + 0x17C0 * $bufferpos , $HPROCESS, "char[666]")
the code above should give me the lastest stuff, but it doesnt work :X
id appreciate any help