How to Create a Fake Prank Awesome And Harmless Virus
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
After you will follow my steps this kind of Prank Virus is easy to create with a notepad and a few lines of simple code. Follow these steps-
Step 1. Writing A Simple Code
- Open Notepad or Notepad++. As your wish, this will work on both.
- Here is the code for your fake virus prank
X=MsgBox(“Message Description”,0+16,”Title”)
3. There in the code I have written a sample text for a demo, but you will add your own desirable text
4. You have to replace the “Message Description” and "Title” and add your own text.
Type the above code in Notepad and save this notepad on your desktop, Give it some convincing name like “Control Panel” and Save the file as .vbs extension, and select all files instead of *txt. Like Control Panel.vbs
Also read:- How to enable dark mode on Google Search
Step 2. Now Understanding the Code
In above Code
X=MsgBox(“Message Description”,0+16,” Title”) here is the explanation of this code.
Also read:- How to hide Instagram messages?
Message Description –
This is what you want to show as a Message.
Button – Type of button, like OK, Yes, No, Cancel, etc
Icon – Type of icon
you want to show like Info icon, critical icon, etc
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:
Also read:- Microsoft is finally retiring Internet Explorer in 2022
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
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
Also:- WINDOWS 11 IS COMING | Microsoft is ready to launch the next generation of windows
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.
Copy and paste the file to another location like in C drive.
Create Shortcut – right-click on it and send it to desktop.
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.