• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Certain type of auto clicker

strep3241

Senior member
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?
 
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.
 
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.
 
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. 😛
 
Back
Top