Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 438 Bytes

File metadata and controls

8 lines (6 loc) · 438 Bytes

Moves the mouse cursor every 5 minutes by 1px to the right and back.

Installation

Download the exe from the Releases page and copy it to %APPDATA%/Microsoft/Windows/Start Menu/Programs/Startup/

Compilation

  • Install AutoHotkey with compiler
  • Build exe with <ahk install dir>\Compiler\Ahk2Exe.exe /in move-mouse.ahk /out move-mouse.exe