answersLogoWhite

0

Well I know one way you can fake someone to thinking that hes is opening a program but he is actually activating the script.

Heres how its done:

1. Open notepad

2. Type in the following ..... look under for example

answer=msgbox("Fill in your title",enter 8, 16, 32 or 64 dependng type of box(error, information, etc.),"enter your message")

3. Save as...

4. In whatever file save as whatever you want ex: internet.vbs MAKE SURE YOU NAME IT AS .VBS

5. Create a shortcut of the file ON YOUR DESKTOP

6. Right click

7. Properties...

8. Change icon...

9. Choose whatever icon you want ... in my example I use the internet explorer icon

10. Delete your REAL internet explorer temporarily (dont empty recycle bin) and..

VOILA! Your victim will double click the fake internet and a popup with your message will appear! To add even more fun to it... I personally like to to copy the vbs 10 20 or even 100 times so they will click X and it will still be there!

like so:

answer=msgbox("Fill in your title",enter 8, 16, 32 or 64 dependng type of box(error, information, etc.),"enter your message")

answer=msgbox("Fill in your title",enter 8, 16, 32 or 64 dependng type of box(error, information, etc.),"enter your message")

answer=msgbox("Fill in your title",enter 8, 16, 32 or 64 dependng type of box(error, information, etc.),"enter your message")

answer=msgbox("Fill in your title",enter 8, 16, 32 or 64 dependng type of box(error, information, etc.),"enter your message")

answer=msgbox("Fill in your title",enter 8, 16, 32 or 64 dependng type of box(error, information, etc.),"enter your message")

answer=msgbox("Fill in your title",enter 8, 16, 32 or 64 dependng type of box(error, information, etc.),"enter your message")

User Avatar

Wiki User

14y ago

What else can I help you with?

Continue Learning about Engineering

What is vbscript?

! VBScript is a Microsoft created program. It stands for Visual Basic Scripting


How do you execute a program in cmd with space?

Surround the name of the program in quotation marks, such as: "C:\Program Files (x86)\Programmer's Notepad\pn.exe".


How do you make a vbs script with numpad numbers?

The VBScript/Visual BASIC Script programming language uses both letters/numbers to create programs with. So, I'm not exactly sure what you mean by making a VBScript which uses only numbers, alone...? As the 'numpad' is made up of just numbers. You need to explain yourself a little bit better, I'm afraid. Did you mean, use VBScript to create a 'calculator program' with, possibly? Anyway, here is a simple VBScript calculator program... num1=CInt(InputBox("Enter the first number: ", "PROGRAM: Add 2 numbers")) num2=CInt(InputBox("Enter the second number: ", "PROGRAM: Add 2 numbers")) MsgBox("The answer is: " & num1+num2) Type the above code into Windows Notepad; then, save it as... add2num.vbs ...go and find the file you just saved; and, left double click on it to make the program RUN/execute. When the program runs you should see... 1. Enter the 1st number: (you can use the NumPad to type in a number) 2. Enter the 2nd number: (you can use the NumPad to type in a next number) 3. Finally, you should see a Windows standard message box appear with the sum total result of the two numbers which you did previously type in. To do other sums...then, you can modify this simple calculator using... + ...plus sign - ...minus sign * ...multiplication sign / ...division sign


Why do you write your code in a Notepad file?

Notepad is a text editor. What it saves is the source code of the programming language. Any source code is just a text file, so Notepad or any text editor can save a program's code.Notepad is a text editor. What it saves is the source code of the programming language. Any source code is just a text file, so Notepad or any text editor can save a program's code.Notepad is a text editor. What it saves is the source code of the programming language. Any source code is just a text file, so Notepad or any text editor can save a program's code.Notepad is a text editor. What it saves is the source code of the programming language. Any source code is just a text file, so Notepad or any text editor can save a program's code.Notepad is a text editor. What it saves is the source code of the programming language. Any source code is just a text file, so Notepad or any text editor can save a program's code.Notepad is a text editor. What it saves is the source code of the programming language. Any source code is just a text file, so Notepad or any text editor can save a program's code.Notepad is a text editor. What it saves is the source code of the programming language. Any source code is just a text file, so Notepad or any text editor can save a program's code.Notepad is a text editor. What it saves is the source code of the programming language. Any source code is just a text file, so Notepad or any text editor can save a program's code.Notepad is a text editor. What it saves is the source code of the programming language. Any source code is just a text file, so Notepad or any text editor can save a program's code.Notepad is a text editor. What it saves is the source code of the programming language. Any source code is just a text file, so Notepad or any text editor can save a program's code.Notepad is a text editor. What it saves is the source code of the programming language. Any source code is just a text file, so Notepad or any text editor can save a program's code.


In order to program HTML code you need to have an expensive program?

No. You can use a text editor, such as Notepad. Most computers alrady have Ntepad so you won't need to install it.

Related Questions

What is vbscript?

! VBScript is a Microsoft created program. It stands for Visual Basic Scripting


What are the difference between vb and vbscript?

VB, or Visual Basic, is a scripting language developed by Microsoft. Visual Basic can be used to program many things, although it does have limits. VB also requires a compiler. VBScript on the other hand, does not. VBScript was also introduced by Microsoft, and is a simplified version of Visual Basic. While VBScript has more limitations than VB, Windows already comes with all you need to make a simple VBScript program. To make a VBScript program, you simply need to open a text editor, such as Notepad, type in the code and save it with a file extension of .vbs. If you are willing to download/buy a compiler, Visual Basic will be much more useful. However, if you only want to create simple programs, stick with VBScript. There is still a lot you can do with it.


What has the author Matt Childs written?

Matt Childs has written: 'VBScript pocket reference' -- subject(s): VBScript (Computer program language)


Does text documents can only be revised by the program in which they are created?

Not all documents. Some documents you can right-click and 'open with' another program such as Notepad.


What is a notepad documant?

It is a text document created by Notepad, Window's text editor program.


What is notepad program?

Notepad is a program provided by Microsoft in Windows XP that is a basic text editor. Notepad does minimum formating and other basic word processing tasks. It is a very light wait program that can open multiple format types.


Why cant you read notepad attachments?

You either do not have another word processor, or you set that as the default program to pen files of that type.


Which program can be used to create the HTML?

notepad


Why is memory usage for Notepad less than that of WordPad?

Notepad is a much simpler program that WordPad. Notepad is a basic text editor. WordPad is a very basic word processor. It has more facilities than Notepad, so it is a larger program and takes up more memory.


What is the best program used to make a website?

notepad


How you write a c program in notepad?

Use the keyboard.


How can you put a word between quotation marks in a MsgBox in notepad's Visual basic script?

1. Open Windows Notepad word processor software... Click [Start] > Programs > Accessories > Notepad ...and, a fresh blank screen Notepad window should appear ready for typing text into. 2. Type into Notepad the following line of VBScript code... MsgBox("Hello, world!") 3. Use Notepad window File > Menu option to save this file as being called: greetings.vbs *NOTE*: Save the file to Desktop; somewhere you can find the file, again, very quickly and easily. 4. Go and find the file you just saved; and, left double click on it to RUN/make the code execute. A standard Windows message box should appear which displays the text message... Hello, world! 5. Click on the message box [OK] button to close the dialog box down. Congratulations, you've just gone and created your first VBScript program; which, I hope, was a success. ;-)