How to Create a Fake Prank Virus Awesome and Harmless

How many times did you try to create a Fake Virus or a prank virus to feel like a hacker or to prank someone? Sometimes you succeed sometimes not, there is often batch file creation by which you’ll create a simple virus that may also cause some issues on the computer.

But I am not going to write about any such virus that can lead to even little harm to your or your friend’s computer. This is going to be a fake virus prank.

What I am going to create is a VBS file (VBScript) which has simple codes to display various pop-up windows with lots of messages one by one, which a non-tech person cannot identify that it is really a prank and nothing else.

They might think that it is a virus and they are in trouble it’s your responsibility to tell them that there is no virus but a bunch of message box which does not harm the computer and you just pranked them.

How to Create a Fake Virus to Prank Someone (Harmless)

To make a fake virus that looks real you need to write some codes in VBS which is easy to write. It does not require knowledge of any such scripting language. You can create some pop-ups with some text written on them.

Easily add some buttons to make it look more real. You can make this virus prank on any Windows computer whether it is Windows 7, 8.1, or Windows 10.

prank virus fake

This kind of Prank Virus is easy to create with notepad and a few lines of simple code. Follow these steps-

Step 1. Writing Sample Code

1. Open Notepad or Notepad++.

Here is the code to generate a message box on a windows computer.

X=MsgBox(“Message Description”,0+16,”Title”)

Type the above code in Notepad and save this notepad on your desktop, Give it some convincing name like “My Computer” and Save the file as .vbs  extension, and select all files instead of *txt.  Like My Computer.vbs

fake virus

Step 2. Understanding the Code

Now open the saved file and you will a message box as shown in the image below.

prank virus

In above Code  X=MsgBox(“Message Description”,0+16,”Title”)  here is the explanation of this code.

  1. Message Description  – This is what you want to show as a Message.
  2. Button – Type of button, like OK, Yes, No, Cancel, etc
  3.  Icon – Type of icon you want to show like Info icon, critical icon, etc
  4. Title – Title of message Box.

1. You can write any number from 1,2,3 or 4 instead of 0 (before the ‘+’ symbol)
Here is the meaning of these numbers:

0 = OK Button,
1 = OK / Cancel Button,
2 = Abort / Retry / Ignore Button,
3 = Yes / No / Cancel Button,
4 = Yes / No Button,
5 = Retry / Cancel Button

2. You can write 32 or 48 or 64 instead of 16.
Here is the meaning of each number:

16 = Critical Icon,
32 = Help Icon,
48 = Warning Icon,
64 = Information Icon,

Type the above code with your message, desired button, icon, and title, one line of code generates one message box so you need to write code in a separate line to generate another message box like

X=MsgBox(“Error while opening Computer. Do you want to Fix this Error?”,4+64,”Computer”)
X=MsgBox(“Unable to Fix this Error. Do you want to scan this Computer”,3+48,”Computer”)

It will look like the below image –

code to create prank virus

Type convening message with proper buttons, relative icons, and title, and save this notepad on your desktop but don’t forget to assign .vbs extension and select all files instead of *txt while saving this notepad. When you save it you will get an icon that looks like vbs file

Step 3. Changing the Icon Of Harmless Virus

You need to change the icon of this file so that victim is intended to open the file. You can change this icon to a Computer icon to make it looks original, but you can’t directly change the icon, follow this step to change the icon.

  1. Copy and paste the file to another location like in C drive.
  2. Create Shortcut – right-click on it and send it to desktop.
  3. On the desktop you will get the shortcut, Right-click on it go to properties and click on the Change icon Now select the computer icon and hit OK.

            Watch This Video Tutorial to Create Prank Virus

If you face any trouble or want the similar prank Virus with exact messages as shown in the above video then you can download this file on your computer, copy and paste the code in Notepad and save it as Computer.vbs

Download Prank Virus

Download

Just download the file on your computer and create a shortcut of it on your desktop and change its icon. You may get an error while downloading the above file that it is a Malicious file which is not at all, download it anyway.

OR Download the text file and save it as .vbs extension, Like My Computer.vbs Select all files while Saving, create a shortcut, and change the icon. You can also change this icon to Chrome, Firefox, MS Office, or any other shortcuts on your desktop.

Share this awesome fake virus prank and have Fun. 🙂

Also Read –

Subscribe
Notify of
guest

This site uses Akismet to reduce spam. Learn how your comment data is processed.

121 Comments
Newest
Oldest Most Voted
Inline Feedbacks
View all comments
Scroll to Top