Vanity-Exploit/Install.bat

9 lines
165 B
Batchfile

@echo off
title Vanity-Exploit Modules Installer
cls
echo Wait 10 - 15 Seconds!
pip install clipboard
cls
echo Modules installed, press any key for exit!
pause
exit