Heres one trick. I found it pretty cool
You use it to make message windows.
Open notepad
Write:
msgbox "Hello world"
than save it as whatever.vbs
double click it and a window will popup saying:
Hello world
and there will be a button OK under it. You can make as many message boxes as you want simply write it in a new line.
My example: (you can copy and paste it in notepad to see how it looks like)
msgbox "hi!"
msgbox "I am Nordon"
msgbox "Have to go now! bye!"
You can use it as a prank with friends, because you have to press OK and when you do a new one will pop up and another and another.... The same with X button. You cant escape! There are many possibilities - loads of different message boxes.