Você está na página 1de 4

@echo off

echo Loading...
ping 1.1.1.1 -n 1 -w 5000 > nul
:un
CLS
echo United States Strategic Missile Command - Nuclear Weapons System
echo Username: %usr%
set usr=%usr%*
ping 1.1.1.1 -n 1 -w 100 > nul
IF "%usr%"=="*******" GOTO pw
GOTO un
:pw
CLS
echo United States Strategic Missile Command - Nuclear Weapons System
echo Password: %pwd%
set pwd=%pwd%*
ping 1.1.1.1 -n 1 -w 100 > nul
IF "%pwd%"=="*****************" GOTO comm
GOTO pw
:suc
ping 1.1.1.1 -n 1 -w 2000 > nul
:comm
CLS
echo Login accepted.
ECHO Command:
ping 1.1.1.1 -n 1 -w 100 > nul
CLS
echo Login accepted.
ECHO Command: L
ping 1.1.1.1 -n 1 -w 100 > nul
CLS
echo Login accepted.
ECHO Command: LA
ping 1.1.1.1 -n 1 -w 100 > nul
CLS
echo Login accepted.
ECHO Command: LAU
ping 1.1.1.1 -n 1 -w 100 > nul
CLS
echo Login accepted.
ECHO Command: LAUN
ping 1.1.1.1 -n 1 -w 100 > nul
CLS
echo Login accepted.
ECHO Command: LAUNC
ping 1.1.1.1 -n 1 -w 100 > nul
CLS
echo Login accepted.
ECHO Command: LAUNCH
ping 1.1.1.1 -n 1 -w 1000 > nul
:pr
echo Beginning pre-launch tests...
ping 1.1.1.1 -n 1 -w 1000 > nul
echo tests complete.
echo Finishing fueling sequence...
ping 1.1.1.1 -n 1 -w 1000 > nul
echo complete.
ECHO.
:set
echo Select target region:
echo 1) Africa 2) Asia 3) Australia 4) Europe 5) North America 6) South America
set /p choice=enter your choice then press ENTER:
if %choice%==1 (
set con=Africa
GOTO prep
)
if %choice%==2 (
set con=Asia
GOTO prep
)
if %choice%==3 (
set con=Australia
GOTO prep
)
if %choice%==4 (
set con=Europe
GOTO prep
)
if %choice%==5 (
set con=North America
GOTO prep
)
if %choice%==6 (
set con=South America
GOTO prep
)
CLS
GOTO set
:prep
ECHO.
ECHO Locked on to %con%.
ping 1.1.1.1 -n 1 -w 5000 > nul
cls
echo Calculating trajectories...
ping 1.1.1.1 -n 1 -w 1500 > nul
echo done
ping 1.1.1.1 -n 1 -w 1500 > nul
:over
CLS
echo This action requires a second commander for authorization.
echo Command:
ping 1.1.1.1 -n 1 -w 100 > nul
CLS
echo This action requires a second commander for authorization.
echo Command: O
ping 1.1.1.1 -n 1 -w 100 > nul
CLS
echo This action requires a second commander for authorization.
echo Command: OV
ping 1.1.1.1 -n 1 -w 100 > nul
CLS
echo This action requires a second commander for authorization.
echo Command: OVE
ping 1.1.1.1 -n 1 -w 100 > nul
CLS
echo This action requires a second commander for authorization.
echo Command: OVER
ping 1.1.1.1 -n 1 -w 100 > nul
CLS
echo This action requires a second commander for authorization.
echo Command: OVERR
ping 1.1.1.1 -n 1 -w 100 > nul
CLS
echo This action requires a second commander for authorization.
echo Command: OVERRI
ping 1.1.1.1 -n 1 -w 100 > nul
CLS
echo This action requires a second commander for authorization.
echo Command: OVERRID
ping 1.1.1.1 -n 1 -w 100 > nul
CLS
echo This action requires a second commander for authorization.
echo Command: OVERRIDE
ping 1.1.1.1 -n 1 -w 1000 > nul
CLS
color 0C
echo Override accepted. Welcome, Commander.
ping 1.1.1.1 -n 1 -w 1000 > nul
set count=11
:countdown
set /a count=%count%-1
IF %count%==0 GOTO launch
CLS
echo Beginning countdown...
ECHO %count%
ping 1.1.1.1 -n 1 -w 1000 > nul
GOTO countdown
:launch
CLS
echo LAUNCH
ping 1.1.1.1 -n 1 -w 2000 > nul
echo Launch successful.
ping 1.1.1.1 -n 1 -w 10000 > nul
echo Missile now at 50,000 feet, first stage rocket ejected.
ping 1.1.1.1 -n 1 -w 2000 > nul
set h=2
set m=15
set s=31
goto eta
:etacount
set /a s=%s%-1
if %s%==-1 (
set /a m=%m%-1
set s=59
)
if %m%==-1 (
set /a h=%h%-1
set m=59
)
if %h%==-1 GOTO det
:eta
CLS
echo ETA: %h% Hours, %m% Minutes, %s% Seconds.
ping 1.1.1.1 -n 1 -w 1000 > nul
GOTO etacount
:det
ECHO Target hit. %con% eliminated.
ping 1.1.1.1 -n 1 -w 10000 > nul
ECHO.
ECHO Press ENTER to exit.
PAUSE > nul

Você também pode gostar