Hello,
I'm attempting to make a macro using my mouse but I can't get it to work correctly. So far I have:
Delay 5000
loop 1000
LeftMouseDown
LeftMouseUp
End
The command works, but the F2 (start/pause) button will not shut down the macro, only start it up. Also, the F2 button does not start the macro unless ACTool program is selected. Is there any way to set up a hot key that will run/shut down the macro no matter what is on screen? Ex: using Macro Maker I was able to create the same macro and start it using "Ctrl + L" only issue was it was a pain to shut down.
I'm using this macro for gathering resources in a game and need to be able to shut it down quickly in the event I get attacked.
Any help would be greatly appreciated.