Introduction: Basic VBScript Prank

About: I like making VBScript files, batch files, I am learning PHP, HTML, and CSS, and I photoshop when I'm bored.

Hey, guys. I ran out of ideas, so I decided to share with you guys a VBS file that can only be closed in task manager. It is none damaging.

Step 1: Error :(

So, since I can't put the file, I will add all the code. Remember to save the file as [file name].vbs, and maybe add a shortcut.

Step 2: Code Snippet

do

X=MsgBox("windows has finnished removing system32 ",0+64,"windows")

x=msgbox("fatal error while oppening google,system32 is corrupted or missing", 0+48, "fatal error") x=msgbox("searching for backup file for system 32,allow task?", 4+16, "system 32 corrupted or missing") x=msgbox("unable to find backup files for system32,search for help online?", 3+64, "critical error") x=msgbox("failed to load internet explorer,load additional internet browsers?", 3+32, "internet explorer not responding")

x=msgbox("critical error,reboot the computer?", 4+16, "error")

variable=inputbox ("input password to reboot system","password","input password here")

X=MsgBox("password incorrect",2+64,"password") variable=inputbox ("input password to reboot system","password","input password here")

X=MsgBox("password incorrect",2+64,"password") variable=inputbox ("input password to reboot system","password","input password here") X=MsgBox("password correct",0+16,"password")

X=MsgBox("fatal memory_data error,we advise to shut down windows to prevent further damage ",0+64,"password")

variable=inputbox ("contact microsoft windows support","microsoft support","input request")

X=MsgBox("request has been sent to the support team,the solution(if availible)will be sent to the following email adress, ' NO EMAIL ADRESS AVAILABLE '",0+64,"microsoft windows support")

loop