Devil King
VIP
- Joined
- Sep 13, 2010
- Messages
- 134
Open Notepad and put this in
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
And now for the logo.......
The 48 is what you are going to be changing........
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.......
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.......