A friend of mine asked if I could try to make a simple bot for him. Didn't promise him anything but I'll give it a try.
Bot involves some pixel search what I managed to get working fine, but the biggest problem at the moment is to send keystrokes and mouse input to Conquer window.
This bot will not be for official CO and I know that there would be many much better ways to do this, like a proxy.
The language I am using is C++ and I have tried PostMessage, SendInput, SendMessage, mouse_event and all that stuff but none of them works for CO window... Conquer seems to be blocking those or something... :D All I need is to be able to move/click mouse and send some keystrokes.
So, what should I do? I have basic knowledge of using OllyDbg, done some work with dll's and injection. If someone could give me a tip I would appreciate it.
Bot involves some pixel search what I managed to get working fine, but the biggest problem at the moment is to send keystrokes and mouse input to Conquer window.
This bot will not be for official CO and I know that there would be many much better ways to do this, like a proxy.
The language I am using is C++ and I have tried PostMessage, SendInput, SendMessage, mouse_event and all that stuff but none of them works for CO window... Conquer seems to be blocking those or something... :D All I need is to be able to move/click mouse and send some keystrokes.
So, what should I do? I have basic knowledge of using OllyDbg, done some work with dll's and injection. If someone could give me a tip I would appreciate it.