File | Date | Author | Commit |
---|---|---|---|
bin | 2022-05-12 |
![]() |
[9afe2c] ignoring |
cnf | 2022-05-12 |
![]() |
[242855] fix configuring |
doc | 2022-05-12 |
![]() |
[9684ea] + version |
src | 2022-05-12 |
![]() |
[9684ea] + version |
.gitignore | 2022-05-12 |
![]() |
[fb60ab] fix running |
README.md | 2022-05-12 |
![]() |
[9684ea] + version |
SuperAutoClicker.sln | 2022-05-12 |
![]() |
[c2b1df] init |
Super Auto Clicker is a free and powerful mouse auto clicker, your great assistant in game playing, online shopping, documents processing, and more.
Currently available only for Windows OS (Windows 7, 8, 10, or 11).
Download the latest version from the releases page, unzip and run SuperAutoClicker.exe.
Download and install Qt 5.6.2
Install Qt Visual Studio Tools
in VS2022(Menu--Extensions--Manage Extensions--Online-Visual Studio Marketplace):
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.
Add Python to environment variables
:Open command prompt and type python --version
. Then press Enter key.
If your Python is installed correctly, you can see the Python version:
<your-git-installation-directory>\usr\bin
to system environment variables: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:
Open command prompt and cd
to your-super-auto-clicker-git-repository\cnf
:
Type python configure_client.py
and wait for the configuration steps to finish:
If everything is OK, you'll see the results like below:
Open SuperAutoClicker.sln
using VS2022. Rebuild entire solution and wait.
If everything is OK, you'll see the compilation result:
Set SuperAutoClicker
as startup project. Start debugging. You'll see the software is finally shown up: