Menu

Tree [9afe2c] master v1.0.0.0 /
 History

HTTPS access


File Date Author Commit
 bin 2022-05-12 SimonsTek SimonsTek [9afe2c] ignoring
 cnf 2022-05-12 simon simon [242855] fix configuring
 doc 2022-05-12 simon simon [9684ea] + version
 src 2022-05-12 simon simon [9684ea] + version
 .gitignore 2022-05-12 simon simon [fb60ab] fix running
 README.md 2022-05-12 simon simon [9684ea] + version
 SuperAutoClicker.sln 2022-05-12 simon simon [c2b1df] init

Read Me

Super Auto Clicker

Super Auto Clicker is a free and powerful mouse auto clicker, your great assistant in game playing, online shopping, documents processing, and more.

Screenshot

auto clicker - superautoclicker.com

Features

  • Supports left, right, and middle mouse click.
  • Click interval can vary from 0.001s to 999mins.
  • Infinite repeat or limited clicks.
  • Auto click at specific point on the screen.
  • Record your mouse and keyboard operations, then replay.
  • Global hot key settings.

Platform

Currently available only for Windows OS (Windows 7, 8, 10, or 11).

Download

Download the latest version from the releases page, unzip and run SuperAutoClicker.exe.

Build

Environment Setup

  1. Download and install Visual Studio 2022. Make sure you have selected "Desktop development with C++":

image-20220512094230316

  1. Download and install Qt 5.6.2

  2. Install Qt Visual Studio Tools in VS2022(Menu--Extensions--Manage Extensions--Online-Visual Studio Marketplace):

image-20220512094410425

image-20220512094450197

  1. After installing Qt Visual Studio Tools, restart VS2022. Configure Qt version(Menu--Extensions--Qt VS Tools--Qt Versions):

image-20220512094814600

image-20220512094909092

As seen above, the Version tag must be set to Qt 5.6.2. The path tag should be set to <your-Qt-5.6.2-installation-direcotry>\5.6\msvs2015. Then click OK to finish Qt version setup.

  1. Download and install Python. Python version must be >= 3.8. Make sure you have selected Add Python to environment variables:

image-20220512095803143

Open command prompt and type python --version. Then press Enter key.

If your Python is installed correctly, you can see the Python version:

image-20220512101238746

  1. Setup unzip command. Add <your-git-installation-directory>\usr\bin to system environment variables:

image-20220512102632446

Open command prompt and type unzip to check whether your git commands is correctly configured.

If everything is OK, you'll see the results like below:

image-20220512102849081

Project Setup

Open command prompt and cd to your-super-auto-clicker-git-repository\cnf:

image-20220512100540179

Type python configure_client.py and wait for the configuration steps to finish:

image-20220512103151041

If everything is OK, you'll see the results like below:

image-20220512103407987

Build Project

Open SuperAutoClicker.sln using VS2022. Rebuild entire solution and wait.

If everything is OK, you'll see the compilation result:

image-20220512104011524

Set SuperAutoClicker as startup project. Start debugging. You'll see the software is finally shown up:

image-20220512104300915

image-20220512105444235

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.