Autoclicker Frequently Asked Questions
Please note! ALWAYS remember to select the WINDOW that your clicks etc. should be sent to.
This should be on every line in your script (press the REFRESH button if the window is not in the list)
Q: "How do I add mouseclick to my script?" -A: Just press the 'Mouseclick' button, the window will minimize and you can click anywhere on the screen. When you click Left, Right or Middle mouse button, the window will reappear and the script line added with coordinates and which mousebutton was clicked. Please notice that Windows 7 patches changed the way mouseclicks are parsed from program to program (ie. from a game.exe to Autokeybot.exe) Therefore Auto Keybot needs to run with "Run as admin" enabled to work properly.
Q: "Does autoclicker Auto Keybot work with my computer game?" -A: Yes, autoclicker Auto Keybot will work with most games that has a window, also games that are in fullscreen mode (but please note that you may experience lag when changing between full screen windows, depending on your hardware). Please test autoclicker Auto Keybot trial with your application to make sure it works (see below).
Q: "autoclicker Auto Keybot does not work with my game? Why not?" -A: Some games do not use the Windows operating system key capture, so they will override the clicks sent from autoclicker Auto Keybot, try switching to windows mode or change compatibility in Windows. Always test autoclicker Auto Keybot with your application before buying the full version to make sure it works.
Q: "Can I get banned using this in game?" -A: It all depends How you use it! If you make a simple script and run it for hours then there is a possibility that you will get noticed in-game and people will report you. This is why the "random pause" feature was implemented (Use it!) - Do not use autoclickers un-attended for excessive periods of time!
Q: "Windows keeps warning me that autoclicker Auto Keybot can be "potentially harmful"?
-A: autoclicker Auto Keybot is not certified with Microsoft (it costs alot of $$$$$$) so YOU have to tell Windows that the file is not harmful. You can do that by unchecking the "always ask...."

Q: "How do I change the hotkey??" -A: Just enter the hotkey or key combination (see below) in the text field and press the little button to the right (please note that hotkeys "overwrite" how normal keys work, this may interfere with other programs or even the Windows operating system).
Q: "Can I get autoclicker Auto Keybot to start a program that is not open?" -A: Yes, just set Auto Clicker autoclicker Auto Keybot to double click on the program icon on the desktop (Program Manager) with the {md} command or use the "#r" command to open and use Windows Run dialogue (see below).
Q: "My antivirus software tells me this could be a harmful file?"
-A: This is a GENERAL warning that an .exe file has the ability to interact with your Windows software (it does NOT mean that it is harmful).
If you are going to use autoclicker Auto Keybot, you will have to tell your Windows operating system that the file is OK.
Autoclicker Auto Keybot is 100% virus and trojan free!
Our partners has checked the software and you can find the latest website and file scan of Auto Keybot from:
Virus Total Scan of Autokeybot.com - Result: Clean
VirScan.org Scan of Auto Keybot File - Result: Clean
Q: "What happens after I transfer money via Paypal?" -A: After the money has been received, you will get an E-mail with the download link for the full version. This download link will be available for 24 hours. Please allow us some time to acknowledge your payment and set up the download link (usually this can be done within 48 hours).
Q: "I want a pause after a mouse click, how?" -A: Just insert the pause in miliseconcs in the column after 'repeats'.
Q: "Can I set Auto Keybot to only run my script one time?" -A: Just insert the command {stop} in the last line of your script.
Q: "Can Auto Keybot hold down a key?" -A: First off all I want to stress that different programs interpret holding a key differently, so you may have to experiment with this. First method: put a 0 (zero) in Repeats and enter the time in Pause that the key should be held down (Auto Keybot will send a Key down state to the program and after the Timer ends a key up state). However as mentioned program will interpret this key state differently so maybe try this method if the first does not work, example: {LEFT DOWN} - put 1 in Repeats (should be enough), and then the time you want it to be down in Timer column, remember to send the command {LEFT UP} release it again.
Q: "Can Auto Keybot hold down more than one key?" -A: Yes, for example use the {A down} to hold A or {SHIFTDOWN} to hold down Caps - remember to use {A Up} and {SHIFTUP} to stop holding down the keys.
Q: "How do I start and stop autoclicker Auto Keybot easily?" -A: Use the hotkey F1 to start and stop autoclicker Auto Keybot. You can change this hotkey to your liking in the hotkey section below the script. Auto Keybot will store these changes in the Windows Registry.
Q: "Does autoclicker Auto Keybot work with my MS Outlook?" -A: Yes, Auto Clicker autoclicker Auto Keybot will work with any Windows program that has a window open.
Q: "Can I use Shift together with a mouse click?" -A: To use SHIFT together with any combination of key click, send the command {SHIFTDOWN} first, just remember to "clear" Shift again using the command {SHIFTUP} after you are done using it.
Q: "How can I see size and position of a window? I want to use {WindowMove}?" -A: You can find the windows position X,Y coordinates and the window size Width,Height int the Window list. These can be used to restore the windows original position and size with the {WindowMove} command.
Q: "How does the Random Character command {randomchar} work??" -A: Insert the command {randomchar} followed by the string of characters you want Auto Keybot to choose from. For example: {randomchar}012345 - Auto Keybot will randomly select 1 character from the string "012345" and send to the window.
{Randomchar} Youtube tutorial
Q: "Auto start/Auto load feature does not work?" -A: This feature stores information in the Windows Registry, so you need to make sure that Auto Keybot can access Windows Registry. If it works in the Trial, it should work in the full version as well.
Commands:
{m1} - Click left mouse button (screen coordinates x,y)
{m2} - Click right mouse button (screen coordinates x,y)
{mi} - Click middle mouse (screen coordinates x,y)
{md} - Double Click mouse (screen coordinates x,y)
'!' to use the ALT keystroke together with another key, example: !a will send "ALT+a".
'+' to use the SHIFT keystroke together with another key, example: +a will send "SHIFT+a".
'^' to use the CONTROL keystroke together with another key, example: "^a" will send "CTRL+a".
{WindowTitle}newname Change name of a window to "newname"
{WindowMove}70 Move a window, speed 70 (can be 1-100)
{Randomchar}ABCDEFG Send a random key from the following possibilities: ABCDEFG
{LeftMouse Down} Change the state of the left mousekey to down - remember to release it again with {LeftMouse Up}
{WaitForColor}4455AA Auto Keybot will suspend the script execution until the color 4455AA appears in the pixel coordinates
{WaitForTime} Auto Keybot will suspend the script execution until the system clock reaches the stated time
{ColorJump}6622AA Auto Keybot will jump immediately to the stated line IF the color 66aaAA is found in the pixel, otherwise it just continues
{SPACE} SPACE key
{ENTER} ENTER key on the main keyboard
{ALT} ALT key
{BACKSPACE} BACKSPACE key
{DELETE} DELETE key
{UP} Up arrow
{DOWN} Down arrow
{LEFT} Left arrow
{RIGHT} Right arrow
{HOME} HOME key
{END} END key
{ESCAPE} ESCAPE key
{INSERT} INS key
{PGUP} PAGE UP key
{PGDN} PAGE DOWN key
{F1} - {F12} Function keys
{TAB} TAB key
{PRINTSCREEN} Print Screen key
{LWIN} Left Windows key
{RWIN} Right Windows key
{NUMLOCK on} NUMLOCK (on/off/toggle)
{CAPSLOCK off} CAPSLOCK (on/off/toggle)
{SCROLLLOCK toggle} SCROLLLOCK (on/off/toggle)
{BREAK} for Ctrl+Break processing
{PAUSE} PAUSE key
{NUMPAD0} - {NUMPAD9} Numpad digits
{NUMPADMULT} Numpad Multiply
{NUMPADADD} Numpad Add
{NUMPADSUB} Numpad Subtract
{NUMPADDIV} Numpad Divide
{NUMPADDOT} Numpad period
{NUMPADENTER} Enter key on the numpad
{APPSKEY} Windows App key
{LALT} Left ALT key
{RALT} Right ALT key
{LCTRL} Left CTRL key
{RCTRL} Right CTRL key
{LSHIFT} Left Shift key
{RSHIFT} Right Shift key
'#' The hash sends a Windows keystroke; therefore, "#r" would send Win+r which launches the Run dialog box.
Line 1 - #Rexplorer{Enter}
This would start the Windows Explorer program.
The special characters can be combined. So that "^!a" would send "CTRL+ALT+a".






