Skip to content

EcvAntonio/clicker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clicker

C++ auto-clicker with modern coding style and techniques. Mainly made for Minecraft. Tested on Forge, Vanilla, Lunar and Badlion. 1.8.9 and 1.7.10.

image

Getting started

Download

Download the latest release at https://github.com/b1scoito/clicker/releases/latest.

Downloading with other name

cmd: certutil -urlcache -split -f "https://target_url/here.exe" "target_file_name_here.exe"

Bugs and suggestions

Bugs and suggestions should be reported at https://github.com/b1scoito/clicker/issues.

Compiling

Prerequisites

Microsoft Visual Studio 2019 (preferably the latest version), platform toolset v142, DirectX Development Kit and Windows SDK 10.0.x.x are required in order to compile it.

Compiling from the source

Open the solution file (clicker.sln) Then select Release | x64 on the Build configuration, and press Build solution. You should be good to go. Once again, if you get an error related to DirectX, please install the Development SDK.

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 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++

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 74.9%
  • C 25.1%