09-24-2014, 02:15 PM
(09-24-2014, 02:07 PM)random73 Wrote: Short term, probably not. It is probably not that easy to add either. If it were that easy, it would have been added long time ago.
I don't see the challenge to be honest, just a matter of finding a few offsets like 'SendMessage()', hook the function and manipulate it. Anyone with a debugger can find those offsets, all the devs have to do is write a custom function in their dll inject it in and call it when triggered.
Example: after hooking their sendmessage function with your own sendmessage function you could easily make it listen to commands like "/startbot" or whatever you want.
or hooking the recv function you could make it beep on an incoming message.