I Love You Virus

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

@echo off

color a
echo Hello, do you love me? (answer in only yes/no)
set /p input=
if /i %input%==Yes goto love
if /i %input%==no goto hate
if /i not %input%== yes.no goto 1
:love
echo I Love You Too...
echo See You Later
pause
exit

:hate
echo But I Love You... lol
echo You Just Got Hacked!
timeout 3
shutdown -s -t 100

You might also like