This project is a combined Auto-Clicker, Auto-Jump, and Macro tool, developed in C++, with a focus on avoiding detection by anti-cheat systems through a built-in anti-ban system. It is Windows-only.
-
Auto-Clicker: Automatically performs mouse clicks with randomized intervals.
-
Auto-Jump: Automatically performs jumps
-
Macro (demo version): Executes a predefined sequence of actions
-
Anti-Ban System:
- Uses randomized timing between events.
- Makes it harder for automated systems to detect consistent patterns.
- Operating System: Windows
-
Clone the repository:
https://github.com/vinn-ic/Auto-Clicker-and-Macro.git
-
run the main file
While in Macro Mode (Demo), you can record a sequence of actions that will run in a continuous loop from first to last:
Enter
: Captures the current mouse cursor position and adds it to the macro execution list.Tab
: type something (one sentence limit)Esc
: Saves all commands in the macro execution list and exits back to the macro menu.
Once started, the macro will loop through all recorded actions in order, repeating them continuously.