Does anyone know how this works? I read somewhere that people are doing it with a keyboard macro. Is it possible to achieve the same thing with autohotkey?
Thanks
Originally Posted by Creepin121
Does anyone know how this works? I read somewhere that people are doing it with a keyboard macro. Is it possible to achieve the same thing with autohotkey?
I think this may be too complex for simple keyboard macros. Look into learning AutoIt. It's a Windows scripting language, and it is very easy to learn. I'm sure you can achieve you purpose with it. Also, I made an AutoRun for DayZ in C using global keyboard hooks. I suppose you could also go that route.