Skip to content

Instantly share code, notes, and snippets.

@stuntguy3000
Created July 8, 2014 04:14
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stuntguy3000/2f85c5af42095640b657 to your computer and use it in GitHub Desktop.
Save stuntguy3000/2f85c5af42095640b657 to your computer and use it in GitHub Desktop.
"Malicious" Batch file, created in 2008 when I was 10 years old.
@echo off
echo Hi every body
pause
cls
echo And welcome to how a file like THIS one
pause
cls
echo also known as a .bat (CMD) file
cls
echo open notepad
pause
cls
echo Type
pause
cls
echo @echo off
echo echo You have a virus
echo pause
echo cls
echo echo Deleteing C:/
echo pause
echo cls
echo echo SUCKER
echo pause
pause
cls
echo This Video is Copyright WWEStuntsguy 2008
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment