Reputation: 1
I am having a problem when using my AHK script.
I want to hold down the left click for 13 seconds.
Click down
Sleep, 13000
Click up
It works on Google Chrome when I am clicking on text and I drag my mouse it highlights (meaning of course it is clicking down).
When I go on my game it wont click anything.
Am I doing it wrong or is it a problem with AutoHotKey?
Upvotes: 0
Views: 310
Reputation: 111
Furthermore, I often find that running my scripts as administrator helps solve most of my problems when scripting for games, especially if the game itself is ran on administrator levels.
Upvotes: 0