End game protocol batch file

Subscribers:
2,770
Published on ● Video Link: https://www.youtube.com/watch?v=PiV1u1RT77g



Duration: 1:45
22 views
0


this is the code

if you say y and press enter your pc will shut down


@echo off
mode 200
color 0a


set /p ans="would you like to transfer all files to server and shut down pc Y/N:"

if %ans%==y (
goto a
)

if %ans%==n (
goto b
)



:a

echo haha every thing just got backed up to an external hard drive and about ten servers in difrent states and the
echo.
echo password changes every minute so good luck getting the data thats on this pc and if the hard drive is
echo.

echo removed it will lock up so yeah hahahaha
echo.
echo you have 5 seconds to deavtivate

timeout /t 5

shutdown.exe /s /t 00




:b

echo.
echo End game protocol canceled
timeout /t 5







Tags:
Synthetic
programer