Quote Originally Posted by Crytical View Post
I've done something remotely similar by allocating the last text sent through the chat system and read it into a variable i output into my own program's designated screen basically a Chat Bot or Logger. Process - > Address - > Variable - > IO using C++ on my old computer. If you can get a lead via google or something i could probably aid you through any difficulties you encounter but i haven't more then glanced at C# or worked on a similar project in quite some time to start you off myself, sorry. I'd also have to know what kindof botting you're doing besides your foundation on which i can help you build. I'll also refer one of my friends who is very good with C# and registered here lately to take notice of this thread.
As far as what type of botting I am looking into it would be the cliche "mmoglider" setup for WoW, where you just configure set events to run when your character encounters a mob, kills, loots, continues. That would be a bit down the road however. The issue that I am coming across here is that if there is no text being sent/recieved/saved/ or opened, wouldn't it be very difficult to actually read what it is? Or how would I go about finding a string of text's memory address/pointer... might just be a bad example to try to learn with.

-mr happy cookie