v2.0.0 - 18.02.2026 (d/m/y)
❇️ New Features:
- Added On / Off hint next to the shortcut field.
- Added smoothing to the mouse movement to combat the "teleporting" of the cursor.
- Added an Offset Chance button that makes the Click Offset only happen sometimes.
- Added Anonymous Telemetry to find the most common settings people use/don't use
- Added Info about Telemetry and support options in Program Settings
- Added an Advanced Options button that makes the gui simpler for ppl who need a simple auto clicker :3
🔹 Changed:
- Changed the UI to be less complex and more user-friendly (I hope).
- Changed UI to adjust to the window size when enabling/disabling Advanced options (took 4ever)
- Increased Click Speed cap to different values depending on the selected time frame (second, minute, hour, day). It is not recommended to use speeds over 500 even though it is technically possible.
- Renamed Scripts folder to src
- Split some UI and Settings features into settings_manager.py to clean up main.py
- very sneaky shark emoji hidden somewhere in the code. You get a cookie if you find it.
🔺 Fix:
- Fixed the Offset to apply in the radius of a circle instead of a square around the set position
(not really a "bug" but this is the way I wanted it to work when I thought of the feature).
🔸 Performance Updates:
- Introduced click batching at higher cps to send multiple clicks every call. This allows for more clicks than before because windows pointer resolution was limiting the amount of calls that the clicker was able to make.
- Variables are initialized outside the isRunning loop
- more that I probably forgot because I've been sitting here for 10h making this work :3
Explaining Versions:
If you are on V1.x.x and a V1.6.x version exists, you don't need to update yet, but we highly recommend it.
If you are on V1.x.x and a version V2.x.x exists, you should definitely upgrade.
Installation
Put the .exe in its own folder ("BlurAutoClicker", for example), since it will generate a config.ini to save your settings on close.
If, for some reason, problems arise, move the folder to somewhere that doesn't require admin privileges.
❗ Also, try creating a shortcut to the exe instead of running it directly if the program throws an error at launch.