How To Make a Popup/Error.!i
firs open a note pad and write::
msgbox"(any massage u want!)
n save it as "virus(or any name) but in the end write .vbs
n see a folder named of u writed there open it n u'll get a popup..!!
2nd trick to make
x = MsgBox("Box text" , , "Box title")
i.e x = MsgBox("Your Computer is hacked!" , , "Warning")
save as
something.vbs
u can put buttons and icons
... with these numbers.
5+48
0ok button only.
1 ok and cancel buttons.
2 abort , retry , and ifnore buttons.
3 yes and no buttons.
5 retry and cancel buttons.
16 critical massage icon.
msgbox"(any massage u want!)
n save it as "virus(or any name) but in the end write .vbs
n see a folder named of u writed there open it n u'll get a popup..!!
2nd trick to make
x = MsgBox("Box text" , , "Box title")
i.e x = MsgBox("Your Computer is hacked!" , , "Warning")
save as
something.vbs
u can put buttons and icons
... with these numbers.
5+48
0ok button only.
1 ok and cancel buttons.
2 abort , retry , and ifnore buttons.
3 yes and no buttons.
5 retry and cancel buttons.
16 critical massage icon.
Comments
Post a Comment