Search

Friday, September 24, 2010

Create Shutdown Virus - Fake and harmless virus

How To Make A Shutdown Virus   In this presentation you will learn how to make a virus joke to your friends and shut down their computer. Replace one of their used icons on the desktop with a fake one . And when they try to open it, their computer will close. 

== Code Details

@echo off
color 1a (Changes the colour)
echo (Displays a text)
echo: (leaves a line)
ping -n 2 127.0.0.1>nul (pings your localhost - nothing much)
shutdown.exe (shutdown) ==

Preparing the Virus

  1. Read and understand the warnings!
  2. Open Notepad in Windows. You can do this by navigating to Start > Programs > Accessories > Notepad, or simply by entering "Notepad" under Start > Run.
  3. Copy and Paste the Code of the "virus" into Notepad.
  4. Click File > Save as.
  5. Decide for a location to save the virus. You should chose a location where the user won't find the file, so saving it on the desktop would be a bad idea!
  6. Change ".txt" to "All files" in the file type drop-down menu.
  7. Chose a harmless filename. Replace the ".txt" at the with ".bat"
  8. Click on save and close Notepad.

Making a fake Icon

Now that we have the virus saved, we should prepare a decoy:
  1. Right click on the desktop and go over to "new" then click "short cut".
  2. For the location of the short cut chose our Virus.
  3. Click next.
  4. Give the shortcut a name that your victim will click on. ("Music for free", "My Documents", "Critical Windows-Update" "Get Free Cinema-Tickets" or "Internet Explorer").
  5. Click on "Finish".
  6. Right click on the shortcut you have just made and chose "properties". Now click on the "chose icon" button and scroll through the list of icons.
  7. Decide for one of the icons that fits well to the name, chose it by clicking on it and hit OK twice.

Shock your Victim

This Website will harm you.It will infect your computer form Deadly Virus.
By : Virus Department 2010

Abort Shutdown-Countdown

Sometimes it might be necessary to stop the countdown before the computer shuts down. Here's how to do it:
  1. Open the start menu.
  2. Click Run
  3. Type "shutdown.exe -a"
  4. Or go to Run
  5. Type CMD
  6. And then type "shutdown -a" and press enter.

1 comment:

Anonymous said...

like it