This is just a funny prank to pull on your friends using VBScript. You make a fake error message that has a message on it.
editSteps
- 1Open Notepad. The quickest way is to press WIN-R, and type "notepad.exe" without the quotes.
- 2Copy and Paste the following code:lol=msgbox("Your Message Here",16,"Your Title Here")
- 3Change Your Message Here to a message, and change Your Title Here to whatever you want to show on the Title Bar. I recommend using Error as a title.
- 4Go to File-Save as... and select All Files in the Save as type: and save the file as *.vbs and you're all done!
- 5Just double-click on the .vbs file and the error will pop up!