How to Create a Harmless Virus
1. Make a New Text Box where you want to make the Virus.
2. After that write this given Code in that text box..
X=MsgBox(“Message Description”,0+16,”Title”)
In message description you can write anything you want to show in the error box which will appear. In Title you can write the name of virus you want to…
3. You can write and number 1,2,3,4 or 5 instead of 0 (before the ‘+’ symbol)
Meanings of these numbers are:
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.
By adding these numbers you will get different options as written here.
4. You can write 32 or 48 or 64 instead of 16 (After + Symbol)
Meanings of these numbers are:
32 = Help Icon.
48 = Warning Icon.
64 = Information Icon.
By writing these numbers you can use different icons as written above.
5. And then save the file as Name.vbs. You can write any name you want to….:-)
6. You can write as much codes as much you want to get much error boxes...
7. After doing all these steps just change the icon of that text box with the file in which you want to add virus and remove the original icon of that file or hide it.
8. Enjoy…..:-p
No comments:
Post a Comment