rookie182
December 30th, 2008, 13:01
Hi,
I've been looking around for a while, but I guess I may not be searching with the right terms, because what I want to do will probably seem simple.
I would like to process dynamic text in an application using my own code (probably inject a dll). So basically, I would like to write a bot that reads the game chat and does things.
I've ran the process with spy++ and I didn't catch any useful messages when I typed or received things in the chat box.
So I'm thinking a good direction to go would be to dissassemble the game, find the function that prints to the chat box, and patch it to call my processing code. Just not sure how to do that, with what tool, or even if it's a viable direction.
ty
I've been looking around for a while, but I guess I may not be searching with the right terms, because what I want to do will probably seem simple.
I would like to process dynamic text in an application using my own code (probably inject a dll). So basically, I would like to write a bot that reads the game chat and does things.
I've ran the process with spy++ and I didn't catch any useful messages when I typed or received things in the chat box.
So I'm thinking a good direction to go would be to dissassemble the game, find the function that prints to the chat box, and patch it to call my processing code. Just not sure how to do that, with what tool, or even if it's a viable direction.
ty