-
values from memory
arghh had to register a new account password wont work on other one and my isp changed email adress lol
anyways
i am attemting to make a program that logs the chat inside a game. how would i go about finding where in memory the game stores the chat text?
thanks,
kevin
-
You mean you want to extract chat from a third-party app?
Windows seperates the memory areas of different processes. Look into ReadProcessMemory, but you need special rights to use it.
Also you might want to monitor all of the games memory and search it for strings you just typed in the chat.
Have fun ;)