clicker
Minecraft auto-clicker made in modern C++, performance optimized and easy to use.
Tested on Forge, Vanilla, Lunar and Badlion. 1.8.9 and 1.7.10.
Getting started
Download
Download the latest release at the releases section.
Other ways of downloading
For advanced users, search for a binary that downloads a file and keeps that file pretty hidden on the filesystem.
Bugs or suggestions
Bugs or suggestions should be reported at the issues section.
Compiling
Prerequisites
Microsoft Visual Studio (Preferably the latest version) with C++ installed.
Compiling from the source
Open the solution file clicker.sln
, then select Release | x64
on the Build configuration and press Build solution.
Compiling errors
If you get errors related to DirectX, please install the DirectX Software Development Kit.
Errors
vcruntime140.dll and msvcp140.dll errors
That happens because you don't have the runtime and libraries required for this to run.
Please install preferably both x86
and x64
packages of the VC++ 2019 runtime linked below.
d3d9.dll error
Install the following