Certain type of auto clicker

strep3241

Senior member
Oct 3, 2010
953
3
91
I am looking for an auto clicker that can click inside a certain area and never click out of that area. Does something like that exist?
 

Binky

Diamond Member
Oct 9, 1999
4,046
4
81
Autohotkey is generally programmed to click a very specific spot. It is actually more programming to get it to randomize where it clicks. You can program it to click (specifically) anywhere you want, or randomized in a defined area.
 

Kaido

Elite Member & Kitchen Overlord
Feb 14, 2004
50,620
6,686
136
Macro Express can do that:

http://www.macros.com/

There's a lot of ways to control functionality, i.e. within specific pixels on the screen, within a specific window on a screen, etc.
 

Scarpozzi

Lifer
Jun 13, 2000
26,391
1,780
126
Macro Express can do that:

http://www.macros.com/

There's a lot of ways to control functionality, i.e. within specific pixels on the screen, within a specific window on a screen, etc.
I was thinking macros are the way to go if you can translate the click to a key input....then program the function into a device like a remote or mouse button combo. I did this using macros and an opensource remote control back in the Windows 98 days. :p