V 2 TTWR
V 2 TTWR
:-------------------------------------
REM --> Check for permissions
>nul 2>&1 "%SYSTEMROOT%\system32\cacls.exe" "%SYSTEMROOT%\system32\config\system"
:UACPrompt
echo Set UAC = CreateObject^("Shell.Application"^) > "%temp%\getadmin.vbs"
set params = %*:"=""
echo UAC.ShellExecute "cmd.exe", "/c %~s0 %params%", "", "runas", 1 >> "%temp%\
getadmin.vbs"
"%temp%\getadmin.vbs"
del "%temp%\getadmin.vbs"
exit /B
:gotAdmin
pushd "%CD%"
CD /D "%~dp0"
:--------------------------------------
@echo off
title SHOTGUN V1
::Disable UAC
Reg.exe ADD "HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System" /v
"EnableLUA" /t REG_DWORD /d "0" /f > nul
cls
set w=#[97m
set p=#[95m
set b=#[96m
goto menu
:Menu
cls
echo.
echo.
echo.
echo.
echo. %f%%w%
echo. %f%%w%
echo. %f%%w%
echo. %f%%w%
echo. %f%%w%
echo. %f%%w%
echo. %f%%w%
echo. %f%%w%
echo. %f%%w%
echo. %f%%w%
echo. %f%%w%
%f%
echo. %f%%w% LATIN TWEAKS
SHOTGUN PACK %f%
echo. %f%%f%
echo. %f%%w%
%f%
echo. %f%%w% %f%[1]%w% Activate Shotgun Pack
%f%[2]%w% Disable Shotgun Pack %f%
echo. %f%%w%
%f%
echo. %f%%w%
%f%
echo. %f%%w% %f%[3]%w%
Discord %f%
echo. %f%%w%
%f%
set /p input=:
if /i %input% == 1 goto a
if /i %input% == 2 goto b
if /i %input% == 3 start https://discord.gg/8MNts4Xqhm
) ELSE (
echo Invalid Input & goto menu
:MisspellRedirect
cls
echo WRONG SELECTION
timeout 2
goto RedirectMenu
:RedirectMenu
cls
goto :menu
:a
cls
echo. IF YOU GET AN ERROR IT IS FINE I HAVE IT SET UP FOR UP TO 5 DRIVES AND IF YOU
DON'T HAVE 5 IT GIVES ERROR (IGNORE)
echo.
echo [-] Restore Point
echo.
:b
cls
rstrui.exe
echo.
echo.
echo.
echo. %f%
-----------------------------------
echo. %f% %w% Success Restart your
PC! %f%
echo. %f%
-----------------------------------
pause > nul
cls
goto :menu