Skip to content

Shusha228/FlyClicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlyClicker

🖱️ FlyClicker is a simple application that automates mouse clicks at specified intervals with jitter and settings saving. It also allows you to set hotkeys to start and stop clicking.

Features

⏱️ Adjustable clicking interval with random jitter to simulate human-like clicks.

🔥 Set custom hotkeys to start and stop clicking.

Requirements

  • Windows OS
  • .NET Framework

Installation

  1. Download the latest release from the Releases page.
  2. Extract the ZIP file to your desired location.

Usage

  1. Run FlyClicker.exe.
  2. Adjust the Interval and Jitter sliders to your desired values.
  3. Set Start and Stop hotkeys by clicking the "Set" button next to each textbox and pressing the desired keys.
  4. Click the "Start" button or use the hotkey to start clicking.
  5. Click the "Stop" button or use the hotkey to stop clicking.

Known Issues

  • Cannot assign hotkeys using mouse buttons: Due to limitations in the current implementation, assigning hotkeys to mouse buttons (e.g., XButton1, XButton2) is not supported. (FIXED)

Build

If you want to build from source:

  1. Clone this repository.
  2. Open the solution file (FlyClicker.sln) in JetBrains Rider for example.
  3. Build the solution (Ctrl + Shift + F9).

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments