Autoclicker questions & answers

Developed by MurGaa
G
Question by Guest
677 views
October 6, 2012

I'm playing a game where in order to get money, you go to the job, click a thing then go back, sleep, and then repeat the actions. I there a free auto-clicker program for this purpose?


I'm on a MAC OS X.

Andrew Constandache
Answer by Andrew Constandache

You can have the autoclicker feature using AppleScript editor found in the Utilities menu.


Open the application and use this sample code and customize it for your own needs:


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

If you want additional actions, simply add a delay string and then a click string. Copy and paste the code without my comments "// comment"

See more questions & answers

Ask a question about Autoclicker

Alternative downloads

Lock Screen 2
Free
rating

App that allows your Mac to use iOS' lock screen.

Belkin Router Monitor
Free
rating

It indicates the status of your Router and allows you to access your settings.

Proximity
Free
rating

Run AppleScripts based on the proximity of your Bluetooth enabled devices.