Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

4God

macrumors 68020
Original poster
Apr 5, 2005
2,133
267
My Mac
Hey all, I'm not sure if this is the appropriate place to post this but here 'goes...

I found Auto-Click 2.2 for Windows but I need something similar for Mac OSX.
I'm not familiar with terminal or automator - or any script writing for that matter. Any help or direction would be greatly appreciated. :D
 
There is a way to do this on the Mac, but it doesn't involve AppleScript or Automator. Instead, Java and the Robot class is the solution I'd recommend. I know you're unfamiliar with programming - I can handle the coding part. All you need to provide is the script the robot should use.

It should look something like this (assuming you're using the mouse only):
Code:
Move mouse to 123, 45
Click with left button
Move mouse to 984, 670
Click with right button
etc.

The easiest way to get the required coordinates is to use a little program that comes with the developer tools for Macs, called Pixie.
 
There is a way to do this on the Mac, but it doesn't involve AppleScript or Automator. Instead, Java and the Robot class is the solution I'd recommend. I know you're unfamiliar with programming - I can handle the coding part. All you need to provide is the script the robot should use.

It should look something like this (assuming you're using the mouse only):
Code:
Move mouse to 123, 45
Click with left button
Move mouse to 984, 670
Click with right button
etc.

The easiest way to get the required coordinates is to use a little program that comes with the developer tools for Macs, called Pixie.


Cool, I'll send you a PM.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.