

If you press this key again, it will disable the auto clicker. The auto clicker will be enabled by pressing the F9 key. You may have to run the program as Administrator in order for it to work with certain programs. Auto Key Clicker is a small program that I wrote in my spare time, which sends specified text and/or mouse clicks at a designated rate. You can close the icon present in the taskbar at any time. Sends keystrokes and mouse clicks at the desired rate. You will see the icon of an auto hotkey that will prove that your script is running. Now your setup will start running in the background. Make a double click on your paste script.

Now assign a Keyboard Shortcut to Start / Stop Automatic Key Pressing. So I can tell that it is catching the 'h' keypresses. There are two drop-downs near the Key to Automate label on the software with which you can select individual keys or combination keys like Ctrl + a, Shift + 1, etc. Well, it does successfully detect if mala.exe exists. However, the script still is not working. So I believe it's the second set of code that I should be using. As a side-effect, if #MaxThreadsPerHotkey is set higher than 1, it will behave as though set to 1 for such hotkeys. On Windows 95/98/Me: The hotkey is disabled during the execution of its thread and re-enabled afterward. The $ prefix is equivalent to having specified #UseHook somewhere above the definition of this hotkey. On Windows NT4/2k/XP or later: The $ prefix forces the keyboard hook to be used to implement this hotkey, which as a side-effect prevents the Send command from triggering it.

The exact behavior of the $ prefix varies depending on operating system: $ This is usually only necessary if the script uses the Send command to send the keys that comprise the hotkey itself, which might otherwise cause it to trigger itself. Well I read about the $ prefix under the Hotkeys section of the help file.
