Make a VB Script to Answer All of Your Questions
by Super_Nerd in Circuits > Microsoft
5485 Views, 8 Favorites, 0 Comments
Make a VB Script to Answer All of Your Questions
Ready for a stupid script idea I came up with? Here it is. It's an answer to all of you questions, two lines of code, and best of all it's fake!
You will need
-a Computer running Windows 98 or higher
-a Friend (or enemy) with a good sense of humor
You will need
-a Computer running Windows 98 or higher
-a Friend (or enemy) with a good sense of humor
Open Notepad.
This step is by far the easiest.
WinKey+R
notepad
OK
And then notepad should show up.
WinKey+R
notepad
OK
And then notepad should show up.
Code
Copy and paste this code into notepad.
a=inputbox("I will answer a question you ask.")
a=msgbox ("The answer is 7!")
a=inputbox("I will answer a question you ask.")
a=msgbox ("The answer is 7!")
Save As
Now click
File>Save As...
Then name your file something like answer.vbs
Whatever you call it, at the end type .vbs
Finally, click save.
File>Save As...
Then name your file something like answer.vbs
Whatever you call it, at the end type .vbs
Finally, click save.
Answer All Your Questions.
Run the script...
Now all of your questions will be answered by this stupid script. Unless your questions answer really is 7, this script isn't too helpful.
Now all of your questions will be answered by this stupid script. Unless your questions answer really is 7, this script isn't too helpful.