This Python script provides an interactive menu to control Riot Games' Vanguard anti-cheat for Valorant.
You can start, stop, uninstall Vanguard, and configure its startup behavior directly from this tool.
- This script is for troubleshooting only and should not be used to bypass anti-cheat protections.
- Stopping or uninstalling Vanguard may cause Valorant to stop working.
- You must run this script with administrator privileges.
- Close Valorant before running the script.
- Use at your own risk.
- Start Vanguard services (
vgk
andvgc
) - Stop Vanguard services
- Uninstall Vanguard completely (stops services, deletes them, and removes program files)
- Configure Vanguard startup behavior
- Enable Vanguard to start automatically at Windows startup
- Disable Vanguard auto-start
- Exit the program
-
Download
Main.py
from this repository. -
Make sure you have Python installed on your Windows system.
-
Close Valorant completely.
-
Open Command Prompt as Administrator.
-
Navigate to the folder where
Main.py
is located. -
Run the script by typing:
python Main.py
-
Use the menu to choose the desired action.
-
Follow the on-screen prompts.
-
When finished, select "Exit" from the menu or close the window.
- Running uninstall will remove Vanguard files and stop the services. You will need to reboot your PC after uninstalling.
- Changing startup behavior affects whether Vanguard runs automatically when Windows boots.
- If services fail to stop or start, ensure you are running the script as Administrator.
- Vanguard may restart automatically in some cases.
This script is provided as-is for educational and troubleshooting purposes only.
The author is not responsible for any damage or bans caused by misuse.
Do NOT use this tool to cheat or bypass Valorant’s anti-cheat.
MIT License LICENSE
For questions or issues, please open an issue in this repository.
Thank you for using responsibly!