Where can I get a free autoclicker for MAC OS X that repeats certain click locations?

0 votes
asked by about Autoclicker
edited by

1 Answer

0 votes
answered by (100k points)
edited by

repeat 1 times
delay 2   // modify the delay for each action
tell application "System Events"
tell application process "YOURGAME" //add the name of the application or browser
delay 2
click (click at {300, 300}) // the coordinates of the autoclick location, just add yours

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register
...