Hey guys,
After a few weeks of using hacks from this lovely website I feel like I need to give something back to the community. (Also, my favorite hacks are currently patched.)
Anyway, after catching this whiff of inspiration, I felt like making an AutoHotKey script that would allow me to quickscope and silent shot with my beast MSR. And of course, I have straight away ran into problems. This is my script so far:
Code:
Click Left::
Send {CLickDownRight}
Send {ClickLeft}
Send {ClcikUpRight}
So here is my problem(s):
1. The script seems to automatically run the first line so the that the script just exits when completed, but if i keep my mouse over the script icon it keeps replaying itself over and over. I want it to go to the task bar.
2. I don't know how to add some sort of sleep command. (For example, a VB script uses Sleep500 to sleep for 500 milliseconds.)
Any help would be kindly appreciated.
Thanks.