Introduction: Make a Message Box Spamer

About: Hello, and welcome to the future software Instructables page! Fell free to read our guides and posts, or check out our social links!

In this post, I will show you how to make your own program to spam message boxes on your screen. This can be used as a fun prank on your friends or family, but beware that all the message boxes can crash the computer, so save your work before running it. Let's get started!

Step 1: Prepare

To start, open File Explorer, and at the top click "View" > "Show" > "File Name Extensions." This will be important later, Now, create a folder In any location you want, and inside the folder, create two new files. Make them both text documents, but rename them, deleting the whole name (including the .txt extension.) Replace the name of one file with "msg.vbs" and the other with "main.bat" When you change the names a message might come up saying that changing the file name extension may make the file unusable. Just click yes on this.

Step 2: Code the Files

Now, it's time to code the files. To start, right-click on "msg.vbs" and click "Edit." Notepad will open up. Inside notepad, paste in the code below:

msgbox("Get Pranked")

You can change "Get Pranked" to whatever you want. Now save the file, right-click on "main.bat," and click "Edit." Notepad will open once more, and this time paste in this code:

:a

start msg.vbs

goto a:

Now, save the file.



Step 3: Run the File

Now, just start "main.bat" and watch what happens!

Hope you enjoyed it, and make sure to look out soon for another post!