Driver level scripting

11/28/2015 19:39 CheatingScum#1
I'm not sure if many of you use autohotkey to script in games, but some games have protection against scripting programs and they often operate at driver level with the keyboard & mouse therefor you can't scripts (from simple key binding to pixel/image searching scripts).

I looked all over to find scripting software that operate at driver level without any success and the only solution I came up with was to run the game on a virtual machine while running the script outside of it. However this is a really mediocre solution as it lowers your performance.

I was wondering if anyone knows any good solution to make AHK operate on driver level, or some other software that allows this?