Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.22 KB

README.md

File metadata and controls

42 lines (26 loc) · 1.22 KB

RoboClick

RoboClick

About RoboClick

RoboClick is an auto-clicking app that sits in your Mac OS X menubar so it doesn't get in the way of your gaming experience.

I developed it to help my nephew play Minecraft and also to familiarize myself with Cocoa, Xcode, and Obj-C. It doesn't follow the MVC design pattern and most of the code is stuffed into the AppDelegate.

Features

  • Repeat a left or right click up to 25 times per second.
  • Hold a left or right click.
  • Repeat and hold click actions are controlled by configurable hotkeys for fast execution.
  • Reduce out of control auto-clicking by enabling RoboClick to stay inside one application by pid (process ID).
  • Sits in your menubar
  • Click indicators to see where you're clicking (optional)

Screenshots

In menu (with "keep repeat clicks to one application" enabled):

With pid locking

Preferences:

Preferences

License

Copyright (c) 2012 Bryan Germann

RoboClick is licensed under the MIT License (see LICENSE.txt).

This code uses the shortcutrecorder, which is licensed under the New BSD License.