Skip to content

ItsHungg/JetClicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JetClicker

JetClicker is a fast, reliable, and free auto-clicker application.


Static Badge Static Badge Static Badge


✨ Features

Speed
  • Normal (>50 CPS)
  • Fast (>150 CPS)
  • Very fast (>250 CPS) depends on your machine
  • Super fast (>500 CPS) on JetClicker Lite
  • Ultra fast (>1000 CPS)
Interval
  • Custom interval
  • Random interval
  • Multiple custom intervals
Mouse buttons
  • 3 mouse buttons
  • 5 mouse buttons
  • 9 mouse buttons
Click type
  • Single click
  • Double click
  • Triple-click
  • Scroll
Click repeats
  • Custom limited repeats
  • Unlimited repeats
Mouse position
  • Current mouse position
  • Custom mouse position
  • Random mouse position
  • Move mouse to image on detection
  • Multiple click points
Others
Advanced settings
  • Customizable wheel size when auto-scrolling
  • Customizable accuracy of the image detection system
  • Customizable click area range
    • Preview supported
  • Voice commands
    • Start clicking
    • Stop clicking
    • Other actions
  • Non-button triggering
    • Trigger via hotkey
    • Trigger via mouse buttons (in development)
    • Trigger via active windows
    • Trigger via mouse on specific area
  • Fail-safe system
  • Extra features
    • Always on top
    • Extra message dialogs
  • Specific clicking windows (in development)
  • Included with built-in extensions (mouse recorder, cps calculator)
  • Customizable plugins
  • Export/Load mouse positions to/from files (in development)
  • Macro

🤔 How to download and run the application?

💾 Run through an installer:

  1. Install the installer via the release page.
  2. After the installer is installed, open it.
  3. Choose your preferences and press Install.
  4. Wait for the process to finish and press Finish.
  5. Open Windows's start menu and run the app.
  6. Start using it and enjoy! ❤️

🗃️ Run with a zipped file:

  • First, you need to have Python installed to run the application. You can download it here.
  • Then, you need to install pip (Python Package Installer). You can read the tutorial to download pip here.
  • After that, you need to install the libraries list at the bottom.

Type in the command prompt:

pip install <library-name>
  • After doing all the setup steps, this is how you can open and run the application file.
  1. After downloading a .zip file, unzip and open it.
  2. You will see a folder named JetClicker-.... Open that folder.
  3. Open main.py. You will see the app.
  4. Start using it and enjoy! ❤️

Note: If you spot any error or bug, you should report it here immediately.

⁉️ FAQ (Frequently-Asked-Questions)

1. Is JetClicker safe?

Based on the code, I can be confident that JetClicker is safe.

2. Antivirus software detected JetClicker as a virus.

JetClicker uses Inno Setup to create the installer and PyInstaller to create the .exe file. They are all open-source.
You can check it here (Inno Setup) and here (PyInstaller). I am confident that JetClicker is completely safe and free to use.

3. Which method should I use to install, zipped file or installer?

I recommend you use an installer to install JetClicker because it's more convenient and you won't need to install any Python library to use.

4. Does JetClicker support MacOS or Linux?

No. JetClicker only works with Windows. Running JetClicker on another OS might get some feature break.


Disclaimer: JetClicker is a simple auto-clicker application designed for personal use only. It is intended for automating repetitive clicking tasks in applications or games. The user is responsible for ensuring that the use of this software complies with any applicable laws or regulations, and the developer assumes no liability for any misuse of the application.


ℹ️ Information

Project name: JetClicker
Last checked: v0.5.1

📃 Libraries

  • pip: 24.0
  • tkinter: 8.6
  • Pillow (PIL): 10.0.0
  • tkinter-tooltip (tktooltip): 2.2.0
  • PyAutoGUI (pyautogui): 0.9.54
  • keyboard: 0.13.5
  • mouse: 0.7.1
  • speech_recognition: 3.10.0

📦 Packages

  • pyinstaller: 5.13.0
  • Inno Setup: 6.2.2

Click here if you want to report errors, bugs, or simply just to ask a question.