buxh / ClickDataAnalyzer

A straightforward program to get an advanced, in-depth analysis about your mouse clicks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ClickDataAnalyzer

https://e-z.bio/xx

Disclaimer

I'm a beginner when it comes to programming and by no means good at C++. I'm also aware that the gui looks terrible, the code is a mess and that the program has still got a few bugs.

Keep in mind you need to close the program with task manager, in a later update a close button will be added.

Download

Download zip

Preview

How to use

Click in the box for about 1-2 minutes then click "Evaluate Data"

Features

  • Ability to view your cps, delay in ms, click count, standard deviation in ms, average delay in ms, average cps & standard deviation cps.
  • Debug information of program
  • Advanced statistical graph with customizable options to view your click data in futher detail
  • Ability to record click data into a .txt file

To do

  • Toggleable CPS and MS lines from graph
  • Create a nicer looking gui
  • Make the program more user friendly
  • Give the option to click in game
  • Give the graph a more modern look
  • Create a close button so you don't have to close with task manager

Compiling

Compiling from the source

Open the solution file ClickInspector.sln, then select Release | x64 on the Build configuration and press Build solution.

Is this malware?

For anyone that doesn't know the very basics of C++ and is just here to use the program and is unsure if it is safe I can assure you that everything I put on my github is 100% safe. Here is a Virustotal link to show that it is out of harm's way.

Help

If you are in need of help open an issue or contact me on discord: ^.^#9799

About

A straightforward program to get an advanced, in-depth analysis about your mouse clicks.

License:MIT License


Languages

Language:C++ 91.8%Language:C 8.2%