Sn8ow / clicker

Advanced Minecraft auto-clicker made in C++

Home Page:https://github.com/b1scoito/clicker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

image

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

Discord

Our little community if you want to join. Please read FAQ before anything!

widget for the community guild

About

Advanced Minecraft auto-clicker made in C++

https://github.com/b1scoito/clicker

License:GNU General Public License v3.0


Languages

Language:C++ 75.9%Language:C 24.1%