Posts

Showing posts with the label bat

How to create a Prank Virus Using .vbs and Batch File

First See the demonstration  What happens with this prank virus. To make this Virus Follow the steps. Remember : Write this code first- X=MsgBox("Message Description",0+16,"Title" ­)  What does this code do. How to Edit and Use the Upper code This are the code for Editing 1. You can write any number from 1,2,3 or 4 instead of 0 (before the '+' symbol)  Below 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. Below is the meaning of each number: 16 = Critical Icon,  32 = Help Icon,  48 = Warning Icon,  64 = Information Icon, *Make a Shortcut of the program because you can change the icon of My Computer to fool any one _________________________________________...