Difference between revisions of "Make a Fake Error Message Using Notepad"

Kipkis (Kipkis | contribs)
 
Kipkis (Kipkis | contribs)
(Creating the Fake Error Message)
Line 5: Line 5:
 
===Creating the Fake Error Message ===
 
===Creating the Fake Error Message ===
 
#Open up Notepad.
 
#Open up Notepad.
# Copy, paste, and edit: X=Msgbox("Message Here",0+16,"Title Here") into Notepad. Change the title and message to something "error like". For an example look at step 5. Also, look at tips for additional customization options.  
+
# Copy, paste, and edit: X=Msgbox("Message Here",0+16,"Title Here") into Notepad. Change the title and message to something "error like". For an example look at step 5. Also, look at tips for additional customization options. [[file: Kipkis.com-make-a-fake-error-message-using-notepad.jpg|center|500px]]
 
#* If it doesn't work, try this instead: lol= msgbox ("Message Here" ,0+12, "Title Here")  
 
#* If it doesn't work, try this instead: lol= msgbox ("Message Here" ,0+12, "Title Here")  
 
#* You can add as many error messages as you want (As shown in image above). Remember to go to next line if you want multiple error messages.
 
#* You can add as many error messages as you want (As shown in image above). Remember to go to next line if you want multiple error messages.
Line 29: Line 29:
 
#*4096: Always stay on desktop
 
#*4096: Always stay on desktop
 
#Save the file name with a ".vbs" extension (like error.vbs) or it will '''not''' work.
 
#Save the file name with a ".vbs" extension (like error.vbs) or it will '''not''' work.
# Open it up and your virus is ready.  
+
# Open it up and your virus is ready.
 +
 
 
===Changing the Icon===
 
===Changing the Icon===
 
#Right click the file and select "Create Shortcut". Now you should see another vbs file on your desktop.
 
#Right click the file and select "Create Shortcut". Now you should see another vbs file on your desktop.