A tiny AutoHotkey script that prevents your computer from going idle or sleeping by gently moving the mouse every 15 seconds. It’s designed for simplicity and auditability — the entire logic fits in a few lines, so you can review and trust what it does.
- Simple: One script, no dependencies.
- Auditable: Read the source in seconds.
- Flexible: Run the
.ahkfile directly or use a precompiled.exe.
- Download and install AutoHotkey v1.1.
- Download the file
zzz.ahkfrom this repo. - Double-click
zzz.ahk.
- Go to Releases.
- Download
zzz.exe. - Run
zzz.exedirectly — no AutoHotkey installation required.
This script targets AutoHotkey v1.1. It will not run on v2 without changes.
The script is intentionally tiny and transparent. Open zzz.ahk in any text editor to see exactly what it does.