Sunday, March 13, 2011

scare your friends by creating fake warning boxes(100% working)

Its very easy

Open Notepad and put this in

x = msgbox("box message",0+48 ,"box title")

Simply replace the "Box message" with the message of your choice ,do the same with "box title"

Now for the button selection......

x = msgbox("box message",0+48 ,"box title")

The 0 is where you want to select the buttons you have

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.......

x = msgbox("box message",0+48 ,"box title")

The 48 is what you are going to be changing........


16 = Critical Message

32 = Warning Query

48 = Warning Message

64 = Information Message

Now just save that as ******.vbs(replace *** with whatever you want)

Now, if you want to trick someone into thinking it is there Internet Icon for example...........

Move the file to any place that it will not be seen

Right click on the file you have made and select "Create Shortcut"

Then when you have the shortcut to it

bow place this for example on the desktop

Now right click on the shortcut.....

Select Properties and click on the "Shortcut" tab
Now click the "Change Icon" button

Now you can find an icon of your choice...
Now click "ok" and "ok" again

Now you will have something that looks like this....
now when u click it you will get a error message
Thats all there is too it...

0 comments: