Skip to content

buxh/Click-Player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Click Player

Simple C++ click player that plays back click delays

Download

Download

How to implement your clicks

Put click delays in clicks::clickdata.

std::vector<int> clicks::clickdata = { 98,43,57,110,43,60,44,69,44,58 };

In the releases tab a click recorder has been provided along with a compiled version of the click player. To start recording clicks just open Recorder.exe and start clicking in game. After you are happy with the clicks go to this website and paste the click data from the txt into the "Column Data Here" tab then click the blue and white ">" button. Copy the contents of the "Delimited Data Here" tab and paste it into clicks.cpp inside clicks::clickdata. This site allows you to separate each value so you can add it to the vector.

Preview

Features

  • Plays back click delays in milliseconds
  • Random start point
  • View CPS
  • Click data information
  • Command line arguments

To do

  • Upscale / CPS Boost, adding or reducing milliseconds
  • Click in inventory
  • Right mouse button lock
  • ImGui
  • Self Destruct
  • Auto pot
  • Break blocks
  • Jitter
  • Click Profiles
  • Config Creation
  • Slot Whitelist
  • Option to grab delays from txt file

If you want anything added create an issue and suggest it or message me on discord: envy#4339

Support

All my socials are found here contact me for help.