Giter VIP home page Giter VIP logo

superautoclicker's Introduction

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 or limited repeated 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, run SuperAutoClicker_v1.x.x.x.exe to install.

Build

Environment Setup

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

    image-20220512094230316

  2. Download and install Qt 5.6.2

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

    image-20220512094410425

    image-20220512094450197

  4. 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.

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

    image-20220512095803143

    Once finished, open command prompt and type python --version, then press Enter key.

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

    image-20220512101238746

  6. 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 type cd /d "<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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.