AutoClickerTracker is a C++ application designed to detect and monitor auto-clicking behavior using a combination of heuristic analysis and other techniques. Auto-clickers are tools that automate mouse clicks, often used to gain unfair advantages in games or automate repetitive tasks. This application identifies unnatural clicking patterns by analyzing user input, primarily using heuristics, but also incorporating additional methods to enhance accuracy and detection reliability.
- Heuristic Analysis: Detects automated clicking behavior using input patterns.
- Lightweight: Minimal dependencies and efficient performance.
- Cross-Platform Build Support: Uses CMake for compatibility.
src/andinclude/— Source code and headersCMakeLists.txt— CMake build configurationbuild.bat— Windows batch script to build the project.gitignore— Excludes build files and other artifactsREADME.md— Project documentation
git clone https://github.com/GabiUdroiu/AutoClickerTracker.git
cd AutoClickerTracker