HOW TO CREATE A HARMLESS VIRUS
We all love to create a small harmless virus and prank our friends. Here we go...
⦿ Search Note Pad
⦿ Open Note Pad
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 file as .vbs extension, and select all files instead of *txt. Like My Computer.vbs
Now open the saved file and you will a message box like shown in the image below.
In above Code X=MsgBox(“Message Description”,0+16,”Title”) here is the explanation of this code.
- Message Description – This is what you want to show as 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.
It will look like the below image –
Download the code - https://www.dropbox.com/s/88z4j4soxhl6mm3/Computer.txt?dl=0
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.
Now copy the file from desktop to another drive like C then right click and send to desktop. Now change the icon to computer by right click➡ Properties ➡ Change icon ➡ Select my computer icon
No comments:
Note: only a member of this blog may post a comment.