Create a Fake Virus (just a prank!) : Vista, XP


23 Oct  

If you know any of your friends using a Windows operating system, here is something you can do and create an April Fool prank!

You can see that this is not actually a virus as it doesn’t do any harm to the system. But from a security expert’s point of view this does affect the integrity of the operating system (OS). So you can show to your friends that M$ systems are vulnerable.

 

How to

 

The first step is to create a short cut in your desktop and add the following lines as the ‘location’ of the item:

 

win shutdown -s -f -d -t 60 -c "Your OS sucks!" 

 

 

image 

 

The second thing is to assign a good name to it. I have named it as “Free Ebooks”, since most of the people in the developing and third world countries like pirated stuffs if they are using an M$ product (no offence intended smile_wink ).

 

Now you can change the icon by selecting the properties of the shortcut that you have created. I have used the Internet Explorer (IE) icon. smile_tongue

 

image

 

Now you are ready.

Just email the file to your friend (who running M$ OS in his system) and wait for his reply !!

 

You can try this in your system. But please do remember to issue :

shutdown.exe –a

so that you can abort the shutdown process.

 

More Geeky

Wanna create more prank? Well, you may use the following lines of code:

 

@echo off
color 0a
echo Running Process: Deleting Critical Files in System ...
echo del *.*
ping -n 4 127.0.0.1>nul
echo Result: Deletion Process was Successful!
ping -n 2 127.0.0.1>nul
echo:
echo:
echo Running Process: Deleting Root Partition...
ping -n 2 127.0.0.1>nul
echo del %SYSTEMROOT%
ping -n 4 127.0.0.1>nul
echo Result: Deletion Successful!
ping -n 2 127.0.0.1>nul
echo:
echo:
echo Running Process:  Creating Directory virus...
echo cd C:\Documents and Settings\All Users\Start Menu\Programs\
ping -n 1 127.0.0.1>nul
echo mkdir virus
ping -n 3 127.0.0.1>nul
echo Result: Directory Creation Successful!
echo:)))):))))
echo Running Process: Attempting to run virus...
ping -n 3 127.0.0.1>nul
echo start hax.exe
ping -n 3 127.0.0.1>nul
echo Result: Virus Executed!
echo:)))):))))
ping -n 2 127.0.0.1>nul
echo Running Process:  Disabling Windows Firewall...
ping -n 2 127.0.0.1>nul
echo Running Process:  Killing all processes...
ping -n 2 127.0.0.1>nul
echo Running Process:  Allowing virus to boot from startup and disabling any anti-virus/malware...
ping -n 2 127.0.0.1>nul
echo Running Process:  Virus has been executed successfully! Disabled all potential anti-virus/malware
ping -n 2 127.0.0.1>nul
shutdown.exe -s -t 10 -c "Your System has been cracked down. Try changing to a better OS."

 

Here you can click on the properties of the program and enable running in full screen mode!!

Share and Enjoy:
  • Print
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • Blogplay

Tags: ,


TechBlog on Facebook

Leave a Reply