- Minimalist Design: Sleek Dark Theme GUI built using
CustomTkinterfor easy reading and a modern look. - Advanced CPS Control: Ability to set Min and Max CPS ranges with a Randomization option to simulate more natural, human-like input.
- Flexible Hotkeys: Supports quick arming/disarming using standard keyboard keys (e.g., F6) or dedicated side mouse buttons (Mouse 4 / Mouse 5).
- Separate Macros: Independent control and optional activation for both Left and Right click macros.
- Cross-Platform Ready: Core logic is designed to be compatible with Windows, macOS, and Linux.
- Persistent Settings: CPS settings and hotkeys are automatically saved for your next session.
- Set CPS Range: Adjust the Min CPS and Max CPS sliders to your desired values.
- Choose Hotkey: Click the Hotkey button and press the key you want to use (e.g.,
F6orMouse 4). - Arm the Macro: Press the configured Hotkey. The macro status will change from
● OFF(red) to● ARMED(yellow/orange). - Start Clicking: Hold down the corresponding mouse button (Left or Right). The status will change to
● CLICKING(green). - Disarm: Release the mouse button and, when finished, press the Hotkey again to fully disarm the macro (
● OFF).
If you wish to compile Veto from the source code, you will need Python 3 and the following dependencies:
pip install customtkinter pynput PillowUse this command on the terminal to compile
pyinstaller --onefile --windowed --icon=assets/veto_icon.ico --add-data "veto_splash.gif;." --add-data "assets/VetoComplete.png;assets" --add-data "assets/veto_icon.ico;assets" --name Veto main_launcher.pyThis project is licensed under the Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0) License.
❗ IMPORTANT: Non-Commercial Use Only
You are free to share and adapt this software for personal and non-commercial purposes, provided you give appropriate credit. Commercial use of this project is strictly prohibited.

