If you are here to prank your friends with the fake notepad
virus then you are at the right place. I am going to make a simple batch file
in this tutorial. You can also watch my video tutorial below. So basically this
is just a prank, It will not harm your computer when someone will open that
virus bunch of popup codes will appear. When a non-tech person will open that
file. He will surely get worried about his computer or his important files.
This is a best way to fool them.
Batch File Code
This
code is used for generating popup message box
X=MsgBox(“Message
Description”,0+16,”Title”)
Here
is explanation for above code
Message
Description – Show the message what you
want.
Button
– Type of button like OK, Yes, No, Cancel etc
Icon
– It shows the icon of the message box
Title
– Show the title of the message box
You
can also write 1,2,3 and 4 instead of 0 as shown in above code
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
You
can also write 32,48,64 instead of 16 as shown in above code.
16
= Critical Icon,
32
= Help Icon,
48
= Warning Icon,
64
= Information Icon,
Create An Awesome Prank Virus In Notepad?
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")
X=MsgBox("Alert ! Virus Detected. Delete Virus? ",3+16,"Alert!")
X=MsgBox("Unable to delete this
Virus",1+64,"Critical Error")
X=MsgBox("Virus Is
activated",2+16,"Alert")
X=MsgBox("Deleling System
Files.....",2+16,"File Deletion")
X=MsgBox("Virus is copying your
password.....",2+48,"Virus Alert")
X=MsgBox("Please Wait, Uploading your data to Server. Do
you want to Stop it",4+64,"File Transfer")
X=MsgBox("Could not stop. File Transfer
Completed",1+16,"Completed")
X=MsgBox("Your Computer is
Hacked",0+64,"Alert")
X=MsgBox("HAHA This was Prank",0+64,"Fooled
You"
The
click save as and save the file anywhere in the computer as .vbs extension
Just
open the file for testing it will not harm your computer anyway :3
Still
if you are having any problem to make or want to know that how this virus will
look like so watch our video tutorial and feel
free to comment down below. I will surely reply you and will solve your
problem.
Here is the video tutorial :