Skip to content

BigBroadBean/AutoClicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

English | 中文

AutoClicker

A lightweight Windows auto-clicker with a modern dark UI, built with C++20 and GDI.

Features

  • Left/Right click automation with adjustable CPS (clicks per second)
  • Multi-click mode with configurable multiplier and delay
  • Customizable hotkeys for quick start/stop
  • Keep-click mode - auto-click without holding a key
  • Dark themed UI with smooth animations
  • Minimal footprint - no external dependencies beyond Windows SDK

Requirements

  • Windows 10 or later
  • Visual Studio 2022 (v143+ toolset) with C++ Desktop Development workload

Build

  1. Open AutoClicker.sln in Visual Studio 2022
  2. Select Release | x64 configuration
  3. Build → Build Solution (Ctrl+Shift+B)

Or build from command line:

msbuild AutoClicker.sln /p:Configuration=Release /p:Platform=x64

Usage

  • Left/Right: Toggle clicker for left/right mouse button, set CPS via slider
  • Hotkey: Press the hotkey button to bind a new key, use it to start/stop the clicker
  • Keep mode: Enable to auto-click without holding the hotkey
  • Multi mode: Click multiple times per press with configurable multiplier (1-5x) and delay (1-200ms)

License

MIT

About

一款轻量级 Windows 连点器,暗色现代 UI,支持左/右键独立调速、多倍点击、自定义快捷键。纯 C++20 + GDI 开发,零外部依赖。

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors