sleep 5000 #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. SendMode Input ; Recommended for new scripts due to its superior speed and reliability. SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
; Define the coordinates CoordList = 770,380,810,380,840,380,880,380,910,380,940,380,770,420,810,420,840,420,880,420,910,420,940,420,770,450,810,450,840,450,880,450,910,450,940,450,770,490,810,490,840,490,880,490,910,490,940,490,770,530,810,530,840,530,880,530,910,530,940,530,770,560,810,560,840,560,880,560,910,560,940,560
isRunning := 1
; Auto-start the clicking process after 5 seconds ToolTip, Clicking will start in 5 seconds... SetTimer, RemoveToolTip, -5000 SetTimer, StartClicking, -5000