Welcome to ClickGuard, a powerful and privacy-conscious tool designed to detect abnormal mouse activity such as autoclickers, jitterclicks, butterfly clicks, and scripted macros.
ClickGuard is ideal for gamers, developers, and curious tinkerers who want to analyze click behavior, test hardware, or investigate external input automation β all while ensuring your logs are encrypted, hidden, and optionally reported via Discord webhooks.
- π Real-time Click Monitoring β Tracks click intervals, CPS (Clicks Per Second), and patterns.
β οΈ Suspicious Behavior Detection β Identifies:- Abnormally high CPS
- Consistent click delays (potential macro usage)
- Common automation intervals (e.g., 100.0 ms)
- Special clicking patterns like butterfly and jitterclick
- π Encrypted and Hidden Logs β All logs are encrypted using a custom key (
SPARTA.1st) and stored in a hidden file under%APPDATA%. - π Webhook Integration β Summarized logs are sent via Discord webhook with machine name, IP address, and suspicious data.
- π§ͺ Offline Analysis Ready β Log files can be decrypted and reviewed later.
- π Keybind Controlled β Application exit is triggered using
F8to prevent accidental termination.
- Python 3.8+
- Modules:
pynputcoloramapsutilcryptographyrequests
python bot.pyTo build an executable:
pyinstaller --onefile --noconsole --icon=icon.ico bot.pyLogs are saved in:
%APPDATA%\.hidden_log.dat
To decrypt logs, use the same SPARTA.1st key with the included decryptor script.
This tool is intended for educational, personal testing, and debugging purposes only.
Any misuse for violating terms of service, spying, or cheating in games is strongly discouraged.
MIT License β you're free to use, modify, and distribute, with proper credit.