An AutoHotkey v2 autoclicker with a clean GUI, adjustable speed, mouse button selection, auto walk, auto jump, and global hotkeys.
- AutoHotkey v2 β Download from https://www.autohotkey.com/
- Must be v2, not v1 (they are not compatible)
| File | Description |
|---|---|
autoclicker.ahk |
The main script β run this |
README.md |
This file |
GUIDE.md |
Full usage, editing, and AHK basics guide |
LICENSE |
MIT License |
- Install AutoHotkey v2
- Double-click
autoclicker.ahk - The GUI window will appear
- Set your interval, pick a button, and press Start or F6
| Key | Action |
|---|---|
F6 |
Toggle autoclicker on / off |
F7 |
Toggle auto walk on / off |
F8 |
Toggle auto jump on / off |
F9 |
Quit the script entirely |
| Control | What it does |
|---|---|
| Click Interval (ms) | Time between clicks in milliseconds |
| Slider | Drag to adjust click speed visually |
| Left / Right / Middle | Which mouse button to click |
| Single / Double | Click once or twice per interval |
| Start Walk | Holds the W key continuously for auto walking |
| Jump Interval (ms) | How often the Space key is pressed |
| Start Jump | Repeatedly presses Space for auto jumping |
| Start / Stop | Toggle the autoclicker |
| Quit | Close the script |
The top of the GUI shows live status for all three features:
CLICK OFF WALK OFF JUMP OFF
Each switches to ON when active.
- The clicker clicks at your current cursor position
- Auto Walk holds
Wβ works in most games that use W to move forward - Auto Jump presses and releases
Spaceon a timer β adjustable from 100ms to 2000ms - The window stays always on top so you can adjust while using other apps
- Quit is now F9 (moved from F8 to make room for auto jump)
Made by elusive-otter β see GUIDE.md for full documentation