Keyboard/Mouse Emulation Driver
Not sure where this would go. As it's really two questions, one about C with keyboard/mouse hooks, and the other is for assembly with making a emulated keyboard/mouse driver.
So, here's the problem.
PB detects the microsoft keyboard/mouse hook used by AutoIt.
Here's my theoretical solution, which I've researched SLIGHTLY and it should work.... IN THEORY xP
A low level keyboard/mouse hook dll, OR the "Proper" method of actually having a keyboard AND mouse driver that you hook into.
Now, I know nothing about proper coding, as I've only done HTML, Java, Python, Lua, BASIC, and a few others that i really don't constitute as true programming :P
So... any suggestions? Comments? People who know what their talking about who will tell me its impossible?