Introduction: Virtual Basic Lesson Soooooo Easy!

Hello! I will show you how to make those cool box things.so just follow my instructions and you got it!
NOTE:plz comment! thanks 
1.get a snack.

2.open note pad and type in this:lol = msgbox ("blablabla!",16,"Error")

3.save it as blablabla.vbs

4.open it

WOW!!! you got one of those box things!here is some other scripts:
x = InputBox ("Please input password:","System Security")
lol = msgbox ("Password incorrect!",16,"Error")

a=inputbox("lolololololololololol")


a=InputBox("Do you like Cheesecake?:","Var")
if var=yes then
msgbox ("YAY! I like cheesecake too!")
if var=no then
msgbox ("Aww..... You suck. Cheesecake is the best!")

Set objShell = CreateObject("Wscript.Shell")
msg = Msgbox("Press yes to say hello.",36, "Hello?")
If msg = vbYes Then
msgbox("Hello =]")
Else