The Repeating Messages

4.1K45

Intro: The Repeating Messages

This Code will make msgs keep poping up over and over again

STEP 1: Getting Started

Unlike my other instructables this one have to be done in notepad
to get to notepad goto programs then goto accessories and goto notepad
If your computer doesn't have it goto run then type in notepad

STEP 2: The Code

This code is a little different becuase it is a vbs file
with a vbs file the format is going to look a little different well here is the code you can change this code if you want a different message then the one i provide
_
MsgBox "back the Fuck Off."
set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
MsgBox "I SAID BACK THE FUCK OFF SHUTDOWN OR I'LL MAKE YOU SHUTDOWN"
MsgBox "DO IT NOW OR YOU WILL PAY THE PRICE"
MsgBox "GET OFF THE COMPUTER NOW"
MsgBox "DO IT OR PREPARE TO BE PUNISHED"
MsgBox "STOP ENTERING MY COMPUTERS FILES"
MsgBox "SHUTDOWN THIS COMPUTER"
MsgBox "GET OFF THE COMPUTER"
MsgBox "THIS IS GETTING DESPERATE GET OFF MY COMPUTER"
loop

to save it correctly save it with the ending .vbs

5 Comments

how stop it?i can't do.
yes, u do have to kill the process. it is wscript.exe, and should be near the top of the list
THis is allllright, A better approch would be to show us uses for it then maybe 1/2way through turn it into a tut liike
Step 3 Now put it to use...
Blah blah blah