othyn / macos-auto-clicker

A simple auto clicker for macOS Big Sur, Monterey, Ventura, Sonoma and Sequoia.
MIT License
229 stars 27 forks source link

Random Cursor Movement by Fixed Radius #79

Open Farhaduneci opened 4 months ago

Farhaduneci commented 4 months ago

Description

The app currently has a feature request for random click timing (see issue #76). To further enhance the app's capabilities and make it more effective, it would be great if the app could also support moving the cursor by a fixed radius randomly.

This feature would reduce the chances of the app being detected as a bot, making it more useful for users who need to simulate natural cursor activity.

Desired Behavior

The app should allow users to define a fixed radius (in pixels) within which the cursor can randomly move at specified intervals. Users should be able to enable or disable this feature through the settings menu. This random movement should make the cursor activity appear more natural and reduce the risk of bot detection.

Additional Context

Related Issues

Example

For instance, if a user sets a radius of 20 pixels, the cursor should randomly move within a 20-pixel radius circle from its starting point at specified intervals. This movement should appear natural and non-linear.