jeps997 Newbie cheater
Reputation: 0
Joined: 07 Sep 2019 Posts: 10
|
Posted: Sat Sep 07, 2019 2:17 pm Post subject: How to log game's chat by reading its memory? |
|
|
How to find the correct addresses/pointers in order to log game's chat?
I am trying to create a bot for a game. My bot needs to be able to read the chat pretty fast so I can not really use OCR. So I have this idea that I could read the game's memory.
My problem is that I am able to find portions of game's chat text but I have no idea how to link all of them and get all of the pointers so that I can just pass them into my program which can then read the whole chat from the game's memory.
Can someone please point me into the right direction?
|
|