Funny Prank(s) (With VBS) (2024)

Introduction: Funny Prank(s) (With VBS)

By Ink Ninja

About: If you look at my interests, you'll know that I have an odd assortment of talents (which is good, because I'm an odd person). Most/all of my Instructables focus on programming, especially in batch. Whenever I … More About Ink Ninja »

Other than pancakes and doing things that other people can't, pranking people is pretty fun. This Instructable combines two of the previously mentioned things (sorry guys, no pancakes). With the wonderful powers of programming, you can play the most sneaky and hilarious pranks on your friends. A few things are required to pull this prank.
1) A computer
2) Half a brain (more or less)
3) A friend who
a. Has a computer
b. Isn't very good with computers
c. Has a sense of humor and won't react badly to pranks.
If you fit these criteria, you've got what it takes to pull some hilarious pranks that will leave you (and hopefully your friend) laughing.

Step 1: Set Up

While an actual knowledge of how to make VBS files is not necessary, you do need to know how to save one. Most of you probably know, but I'll do a recap anyway.
right-click>open a new text document>file>save as>change *.txt to all files>save as prank.vbs
For this prank to work best, your friend can't be too computer savvy. So if your friend knows about stuff like VBS or other computer languages, it probably wouldn't be as funny. Also, this prank works best if your friends user on his Windows (yes, Windows is necessary) computerdoesn'thave a password. But even if your friend's user does have a password, variations on the prank will work.

Step 2: The Code

Since this is a programming prank, actual programming is required (duh). This is a VBS prank, so the code required for this isn't quite as complex as it could be (seeing how it's a fairly simple prank). I went over how to save a VBS file in the previous step. This is the code:
dim
x=MsgBox("You've been hacked *your friend's name here*!",4144,"Haha!")
x=MsgBox("Preparing virus",4144,"WARNING!")
x=MsgBox("Do you want the virus to activate?",4132,"VIRUS ACTIVATION")
x=MsgBox("Did you really think that would work?",4132,"HOW DUMB ARE YOU?")
x=MsgBox("Virus activating...",4144,"YOUR DOOM DRAWS NEAR!!!")
x=MsgBox("Just joking!",4144,"YOU'VE BEEN PRANKED!!!")

If you understand VBS, you know what this does. But this isn't the only way to use VBS. The prank uses the same basic concept of text boxes to scare your friend, but the way you implement it and the text is subject to change. The next two steps show you how to do this.

Step 3: Implementation

Using the code in the previous step, you can fool your friends in a bunch of ways. This step will not only tell you how to pull off these pranks.

The Startup:
This method will only work on people who don't have passwords on their user accounts.This is what you do:
1. Go into your friends account.
2. Hit start
3. Go to all programs
4. Find the "Startup" folder and right-click on it
5. Copy and paste (or move) the VBS file into the folder (copying is recommended since it let's you save a copy just in case something goes wrong.
6. The next time your fiend logs into their account, the prank will appear.

The Startup is my favorite way to play this prank since it's almost foolproof. Unfortunately, it requires a friend who is not good with computers and doesn't know how to set a password (or just chooses not to) and a lot of luck. Here are a few ways this could go:

Example:

Friend: This is my computer.
You: Great! Why don't you type in your password and we can watch a couple of videos!
Friend: Not necessary dude, I don't really know how to set a password.
You: Oh... *smirks*
Friend: Oh! Hold on a sec, I'll go get some snacks, don't log in until I get back! *runs off*
You: *goes on computer and types like the wind*/*suavely takes out flash drive and inserts it into computer* *accesses startup folder* *logs off*
Friend: *walks into room with snacks* I'm back, let's watch!
You: Hold on sec, I've gotta go to the bathroom, login while I'm gone.
Friend: Okay, down the hall, the second one on the right!
You: *rushes off, smirking* *returns a minute or two later*
Friend: *laughing* Wow man, that was a good one up top!

This also works with the friend logging in, going to do something, and the computer "timing out" before he gets back.

Play it "On Yourself":
In this example, you put the prank file on your own computer's startup folder. When you need to "leave to get something" and tell your friend to login for you, your friend will be terrified of the "virus", but then realize it was all a prank. Here's what you do:
1. Make the file and plant it in your own startup folder.
2. When your friend comes over to watch some stuff online with you, leave to get snacks, but tell your friend to login for you (make sure your user account doesn't have a password).
3. The computer will do the work for you.

This is another great way to play this prank since it's foolproof unless you have a password on your account.

Example:

You: I'm gonna get some snacks, login while I'm gone.
Friend: Okay.
You: *walks out* *returns with snacks*
Friend: *laughing* Wow! That was pretty funny.

Game Folder +1:
In this example while you're going to the bathroom/ getting snacks, your friend is checking out your game folder. And he just can't resistSuper Action Fighter V.But instead of an awesome game, he get's an awesome prank! This works the same as Playing it on Yourself, so I'll skip the step-by-step.

Example:

You: I'm gonna go get some snacks. While I'm gone, check out my games folder! I recommendAction Fighter V.
Friend: Okay!
The rest works like Playing it on Yourself.

This version better when you create your own icon and use a shortcut to make the game have the icon (I might make an Instructable on how to do this, if not, look it up!).

Step 4: Variations

Not only are there many different ways to pull off the prank, but there are also a lot of variations to do to the code too. If you know VBS, this won't be a problem, but if you don't, I'll give you a quick walkthrough of how to edit the code (for more information, look it up on Instructables and/or the Internet). First, here's another copy of the code:

x=MsgBox("You've been hacked *your friend's name here*!",4144,"Haha!")
x=MsgBox("Preparing virus",4144,"WARNING!")
x=MsgBox("Do you want the virus to activate?",4132,"VIRUS ACTIVATION")
x=MsgBox("Did you really think that would work?",4132,"HOW DUMB ARE YOU?")
x=MsgBox("Virus activating...",4144,"YOUR DOOM DRAWS NEAR!!!")
x=MsgBox("Just joking!",4144,"YOU'VE BEEN PRANKED!!!")

Now take a look at the makeup of a Message Box in VBS:

x=MsgBox("Text goes here",button and symbol #'s go here,"Title goes here")

Using the information, you should be able to edit the prank as necessary. If you really don't get it, learn more about VBS somewhere else.
If you don't want to use this type of coding for pranking, then change the words a little bit and make it a surprise for things like birthdays and anniversaries! The startup implementation method works especially well for that kind of stuff.

Step 5: Remember!!!

Here are some things that you can't forget, or else the prank will be ruined. You must use the text

exactly

in the correct VBS format. If you're not gonna use the words that are already given, then make sure that it's proper coding. One mistake and the entire thing could be ruined.
Also, make sure that whatever friend you pull this prank on enjoys jokes and will think this is funny, not cruel.

Step 6: Conclusion

Thanks for reading my Instructable, more programming and geeky stuff coming soon! If you use this on one of your friends, tell me how they react to it in the comments. The program is available for download too if you don't feel like making it yourself along with a list of the numbers used to change the icon and button for the window (just add).

Attachments

  • VBS Prank.zip

    Download

Funny Prank(s) (With VBS) (2024)
Top Articles
Discover Mikayla Campinos' Age: An In-Depth Look
Mikayla Campinos Net Worth, Age, Height, Weight, Career, Family, Bio 2023. – MysticDreamLand
Omega Pizza-Roast Beef -Seafood Middleton Menu
It may surround a charged particle Crossword Clue
Z-Track Injection | Definition and Patient Education
What Happened To Dr Ray On Dr Pol
1movierulzhd.fun Reviews | scam, legit or safe check | Scamadviser
Stl Craiglist
Fallout 4 Pipboy Upgrades
[2024] How to watch Sound of Freedom on Hulu
Large storage units
Sports Clips Plant City
Superhot Unblocked Games
10 Free Employee Handbook Templates in Word & ClickUp
Most McDonald's by Country 2024
Simpsons Tapped Out Road To Riches
Powerball winning numbers for Saturday, Sept. 14. Check tickets for $152 million drawing
Locate At&T Store Near Me
Candy Land Santa Ana
Labby Memorial Funeral Homes Leesville Obituaries
Nine Perfect Strangers (Miniserie, 2021)
Drago Funeral Home & Cremation Services Obituaries
Panic! At The Disco - Spotify Top Songs
Soulstone Survivors Igg
Holiday Gift Bearer In Egypt
Walgreens Bunce Rd
6 Most Trusted Pheromone perfumes of 2024 for Winning Over Women
Nesb Routing Number
Sam's Club Gas Price Hilliard
Essence Healthcare Otc 2023 Catalog
Avatar: The Way Of Water Showtimes Near Maya Pittsburg Cinemas
Die 8 Rollen einer Führungskraft
Account Now Login In
1636 Pokemon Fire Red U Squirrels Download
manhattan cars & trucks - by owner - craigslist
Restored Republic
Ringcentral Background
Trebuchet Gizmo Answer Key
Ippa 番号
Craigslist Georgia Homes For Sale By Owner
Dr Adj Redist Cadv Prin Amex Charge
Hireright Applicant Center Login
Gfs Ordering Online
Ukraine-Krieg - Militärexperte: "Momentum bei den Russen"
US-amerikanisches Fernsehen 2023 in Deutschland schauen
FREE - Divitarot.com - Tarot Denis Lapierre - Free divinatory tarot - Your divinatory tarot - Your future according to the cards! - Official website of Denis Lapierre - LIVE TAROT - Online Free Tarot cards reading - TAROT - Your free online latin tarot re
Scythe Banned Combos
Deezy Jamaican Food
Bluebird Valuation Appraiser Login
How to Get a Check Stub From Money Network
Nfhs Network On Direct Tv
La Fitness Oxford Valley Class Schedule
Latest Posts
Article information

Author: Trent Wehner

Last Updated:

Views: 5868

Rating: 4.6 / 5 (56 voted)

Reviews: 87% of readers found this page helpful

Author information

Name: Trent Wehner

Birthday: 1993-03-14

Address: 872 Kevin Squares, New Codyville, AK 01785-0416

Phone: +18698800304764

Job: Senior Farming Developer

Hobby: Paintball, Calligraphy, Hunting, Flying disc, Lapidary, Rafting, Inline skating

Introduction: My name is Trent Wehner, I am a talented, brainy, zealous, light, funny, gleaming, attractive person who loves writing and wants to share my knowledge and understanding with you.