Mac Auto Cliker

Posted by Ligar Mugi Syahid on September 02, 2023
1 min read · Last Modified: January 21, 2024

Mac Auto Cliker

  • install cliclick
brew install cliclick

To click at the current mouse location:

cliclick c:.
  • apple script
delay 15
repeat 10 times
    do shell script "/usr/local/bin/cliclick c:."
    delay 1
end repeat

Tags: [ mac  ]