Hello, im trying to make simple bot for aion to work in background, but aion uses DirectInput. I've tried to send keystroke's with ControlSend and by user32.dll PostMessage, and it didn't worked. The only way it works its by clicking chat window, but i want it work as a movment control. Is there any function, that can solve this problem?
I've found some Direct Input Hooking dll's source's but i dont really know C++ so i can't really understant that. Can someone explain me how to implement that DLL to my AutoIt project, and properly use it?
ControlSend seems to work only at chat functions and some other GUI buttons but i want it to use as movement of my character and it doesn't work at all. Also mouse clicks, they're working but it reads actual mouse position before posting a click so its actually dificullt to make background working bot when it needs to move your mouse.
[C] DirectInput hooking 05/12/2014 - C/C++ - 0 Replies So, I'm working with a process which loads d3dx9.dll at runtime, and I believe it also captures keystrokes through DirectInput. So, my questions are:
How do I determine whether it is actually using DirectInput to capture keystrokes?
What is the callback which fires to send those keystrokes to the process?
I have read some tutorials and code for this sort of thing, and I have loaded the process into both OllyDbg and IDA Pro. I can see it loading d3dx9.dll, but not dinput.dll. The source...
DirectInput hook 09/01/2013 - General Coding - 9 Replies Da die Frage in einem anderen Thread aufkam, benutzt ihr fremde Libraries um einen Hook durchzuführen und wenn ja welche ?
Kann man damit HackShield oder GameGuard umgehen und einen Bot mit virtuellen Tastendrücken ansteuern?
Help with Hooking (Detour) DirectInput 11/25/2012 - C/C++ - 1 Replies Hello,
I want to hook or Detour DirectInput so I can send keys to a game (Aion). Does someone know a tutorial where I can learn how to do this or can someone help me? Please :)
Greets!
DirectInput Injected DLL 03/02/2012 - General Coding - 30 Replies Moin.
ich hab immer noch ein problem mit meinem "Eden Eternal" Bot. und zwar kann ich mit dem Bot keinerlei Tasten ingame drücken - es sei denn das Chatfenster ist offen und angewählt -.
da hab ich alles weitere probiert wie
PostMessage
SendInput
Keybd_Event
nichts davon funktioniert.
Making a bot: DirectInput 08/16/2010 - Perfect World - 2 Replies I have been looking for the place where it checks the keyboard for keypresses, but I haven't been able to get there yet. It's probably not done in the Elementclient.exe, but in one of the dlls. (ifc22, or immwrapper.dll). I'm pretty sure it uses DirectInput (it loads dinput.dll). I need this because I want to make a bot in C++ and don't want to send keystrokes to the client, so that it is easy to use.
I have found the virtual mouse function in ifc22.dll:
.text:10012A40 ; public:...