Install the app
How to install the app on iOS

Follow along with the video below to see how to install our site as a web app on your home screen.

Note: This feature may not be available in some browsers.

Fake Warning Boxes

Joined
Sep 13, 2010
Messages
134
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.......
 

Latest posts

Back
Top