Answer:
Hi! VBScript (Visual Basic Script) is very simple to learn easy! Open Notepad and type a coding language. Try this one:
x=msgbox("Hello there this is VBScript!",0,"VBScript")
Take this and save it as WHATeveryYOUwant.vbs
(you must have .vbs at the end!)
The x symbolizes a value. It's unneeded now. The msgbox means what box it uses. The first " " is the message. the 0 is the message type. 0 says ok. (try changing it!) The second " " is the title at the top bar. Wanna make you own? take out the words PUTTEXTHERE with what you want. also change # with a random number 0-140 i think. Good luck:
x=msgbox("PUTTEXTHERE",#,"PUTTEXTHERE")
You can make multiple lines. That's basic VBScript!