• Donate
    TheWindowsForum.com needs donations to stay online!
    Love TheWindowsForum.com? Then help keep it alive by sending a donation!

Fake Warning Boxes

WELCOME TO THEWINDOWSFORUM COMMUNITY!

Our community has more than 63,000 registered members, and we'd love to have you as a member. Join us and take part in our unbiased discussions among people of all different backgrounds about Windows OS, Software, Hardware and more.

Sep 13, 2010
134
3
Open Notepad and put this in
Code:
x = msgbox("box message",0+48 ,"box title")

Simply replace the "Box message" with the message of your choise ,do the same with "box title"
Now for the button selection......
The 0 is where you want to select the buttons you have
Code:
<i>
</i>0 =OK Button

1 = OK and Cancel

2 = Abort Retry and ignore

3 = Yes No and Cancel

4 = Yes and No

5 = Retry and Cancel

And now for the logo.......
The 48 is what you are going to be changing........
Code:
<i>
</i>16 = Critical Message

32 = Warning Query

48 = Warning Message

64 = Information Message

Now just save that as whatever name you want.vbs
Now, if you want to trick someone into thinking it is there Internet Icon for exaple...........
Move the file to any place that it will not be seen
Right click on the file you have made and select "Creat Shortcut" and place it desktop etc, and change the icon . And whenever anyone click it will show the false message.......
 
Back