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?
DirectInpu is for reading input I think not send but still if you hooked it you can prepair it for sending
the meaning of direct input in this case is the reading and sending input with directx
you just need to use the direct x .dll in the game folder with an injected dll
[AutoIt] DirectInput ByPass 08/07/2014 - AutoIt - 5 Replies 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?
[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?
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:...