The Repeating Messages
by Ace_of_Jokers99 in Living > Pranks, Tricks, & Humor
4198 Views, 4 Favorites, 0 Comments
The Repeating Messages
This Code will make msgs keep poping up over and over again
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
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
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
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