Search This Blog

Saturday 19 February 2011

A simple batch file (fake virus)

@echo off
title VIRUS
color 40
echo: Trojan Horse Virus has been detected
pause
echo: Would you like to delete the file?
pause
echo: Proccessing........
pause
dir/s
echo: Files Deleted
pause
shutdown -s -t 60 -c "System Crash will ocurr on shutdown"

The above is a batch script that you can use to fool your friends (or enemies) into thinking they have a virus. just copy and paste that script into notepad and save it as anything.bat. by which i mean make sure to put .bat at the end of what ever you call it. that will turn it into a batch file. Once you click on it  it will show a pop up box telling you that you have a virus and will initiate the shutdown of your pc. all it is really doing is sending a command to the pc to shut down but as it shows as a virus box it will scare the shit out of your victim. you can also email any batch (virus?) command to anyone but you first have to compress it in a zip file and send it. the victim (idiot retard ect) will then have to unzip and open the file lol. This is just a prank file but there are ones that can completely wipe your hard drive. WARNING do not open any batch file unless you know it wont do any permanent damage.

No comments:

Post a Comment