Quote:
string* Address= reinterpret_cast< string* >( (*(DWORD_PTR*)0x********) + 0x**);
Kal::ChatBox("[kalxoor] ",3,"Address [%c]",*Address);
hay could some1 give me a hint how to get that work w/o crash?
i want to read text value address, when i use this code i am able to take first char of table, but when i change %c to %s my client crash, any hint?






