Jump to content


Photo
- - - - -

April 1st Computer Pranks


  • Please log in to reply
70 replies to this topic

#1 Irongeek

Irongeek

    Dangerous free thinker

  • Agents of the Revolution
  • 1,516 posts
  • Location:Louisville, Ky more or less

Posted 27 March 2007 - 02:22 PM

So, I'm thinking of doing a video on my favorite computer pranks for April fools day. Two I'll cover are:

Desktop screen shot as desktop background
Edit hosts file to redirect popular sites

and I'll mention my Ettercap Filter, changing a printer's LCD screen's language, etc. What are some other good ideas?

#2 gloomer

gloomer

    Hakker addict

  • Members
  • 588 posts

Posted 27 March 2007 - 02:33 PM

LAWL! The taking a screenshot and setting it as the background is hilarious!

I had so much fun with that before. I did it to my friend.

I just stopped him from reformatting :blink:

#3 DanielG

DanielG

    SUP3R 31337 P1MP

  • Members
  • 294 posts
  • Location:The Netherlands

Posted 27 March 2007 - 02:34 PM

We used to press and hold Windows button+E when someone was away from their pc and had it locked, when the got back and unlocked it there would be over 300 explorer windows opened making the pc slow as hell.

#4 n3xg3n

n3xg3n

    "I Hack, therefore, I am"

  • Members
  • 960 posts
  • Country:
  • Gender:Male
  • Location:(703)

Posted 27 March 2007 - 04:26 PM

Fake Virus (requires timing to get the co worker =]) maybe lengthen the time between delete to get them as they return from a bathroom trip or time delay launch, or add more delete stuff

#include <stdio.h>
#include <string.h>
#include <time.h>

/* EFAK Virus by n3xg3n */

void sleep(unsigned int mseconds)
{
	clock_t goal = mseconds + clock();
	while (goal > clock());
}

void Deleting( char File[40] )
{
	char Fyle[40];
	int i;

	strcpy(Fyle, File);
	for( i = 0; i<39; i++){
		if (strlen(Fyle) < 39) {
			strcat(Fyle, " ");
		}
	}

	printf( "*********************************************** \n");
	printf( "*** Deleting:				   						*** \n");
	printf( "*** %s *** \n", Fyle);
	printf( "*********************************************** \n");

	sleep(1000);
}

int main()
{
	printf("YOU HAVE B33N PWND BY TEH EKAF ViRuZ!\n");
	printf("1337 grupe pwnz j00!\n\n");
	printf("Say g00d bi 2 @ll ur fylez!\n");
	Deleting("C:\\WINDOWS\\addins\\");
	Deleting("C:\\WINDOWS\\AppPatch\\");
	Deleting("C:\\WINDOWS\\assembly\\");
	Deleting("C:\\WINDOWS\\Cache\\");
	Deleting("C:\\WINDOWS\\Config\\");
	Deleting("C:\\WINDOWS\\Cursors\\");
	Deleting("C:\\WINDOWS\\Debug\\");
	Deleting("C:\\WINDOWS\\Driver Cache\\");
	Deleting("C:\\WINDOWS\\Fonts\\");
	Deleting("C:\\WINDOWS\\Help\\");
	Deleting("C:\\WINDOWS\\I386\\");
	Deleting("C:\\WINDOWS\\repair\\");
	Deleting("C:\\WINDOWS\\Resources\\");
	Deleting("C:\\WINDOWS\\security\\");
	Deleting("C:\\WINDOWS\\system32\\");
	Deleting("C:\\WINDOWS\\Temp\\");
	Deleting("C:\\WINDOWS\\");
	Deleting("C:\\Documents and Settings\\");
	Deleting("C:\\Program Files\\");
	Deleting("C:\\WORKS\\");
	Deleting("C:\\");

	system("shutdown -r -a -t 00");

	return 0;
}

note: this will shut down the comp after execution...

Edited by n3xg3n, 27 March 2007 - 11:58 PM.


#5 dalejrrocks

dalejrrocks

    SUPR3M3 31337 Mack Daddy P1MP

  • Members
  • 472 posts
  • Location:Alabama

Posted 27 March 2007 - 04:41 PM

Kinda off topic but my friend and I are thinking of sending out some fake letters at our school informing of random drug testings and stuff for April 1st.

And none of the people who I have done the fake background prank to actually freaked out or anything. They all figured it out pretty quickly.

Edited by dalejrrocks, 27 March 2007 - 04:43 PM.


#6 Alk3

Alk3

    "I Hack, therefore, I am"

  • Binrev Financier
  • 1,003 posts
  • Gender:Not Telling
  • Location:912 Georgia

Posted 27 March 2007 - 04:42 PM

Fake Virus (requires timing to get the co worker =]) maybe lengthen the time between delete to get them as they return from a bathroom trip or time delay launch, or add more delete stuff

#include <stdio.h>
#include <string.h>
#include <time.h>

/* EFAK Virus by n3xg3n */

void sleep(unsigned int mseconds)
{
	clock_t goal = mseconds + clock();
	while (goal > clock());
}

void Deleting( char File[40] )
{
	char Fyle[40];
	int i;

	strcpy(Fyle, File);
	for( i = 0; i<39; i++){
		if (strlen(Fyle) < 39) {
			strcat(Fyle, " ");
		}
	}

	printf( "*********************************************** \n");
	printf( "*** Deleting *recursivly*:							   *** \n");
	printf( "*** %s *** \n", Fyle);
	printf( "*********************************************** \n");

	sleep(1000);
}

int main()
{
	printf("YOU HAVE B33N PWND BY TEH EKAF ViRuZ!\n");
	printf("1337 grupe pwnz j00!\n\n");
	printf("Say g00d bi 2 @ll ur fylez!\n");
	Deleting("C:\\WINDOWS\\addins\\");
	Deleting("C:\\WINDOWS\\AppPatch\\");
	Deleting("C:\\WINDOWS\\assembly\\");
	Deleting("C:\\WINDOWS\\Cache\\");
	Deleting("C:\\WINDOWS\\Config\\");
	Deleting("C:\\WINDOWS\\Cursors\\");
	Deleting("C:\\WINDOWS\\Debug\\");
	Deleting("C:\\WINDOWS\\Driver Cache\\");
	Deleting("C:\\WINDOWS\\Fonts\\");
	Deleting("C:\\WINDOWS\\Help\\");
	Deleting("C:\\WINDOWS\\I386\\");
	Deleting("C:\\WINDOWS\\repair\\");
	Deleting("C:\\WINDOWS\\Resources\\");
	Deleting("C:\\WINDOWS\\security\\");
	Deleting("C:\\WINDOWS\\system32\\");
	Deleting("C:\\WINDOWS\\Temp\\");
	Deleting("C:\\WINDOWS\\");
	Deleting("C:\\Documents and Settings\\");
	Deleting("C:\\Program Files\\");
	Deleting("C:\\WORKS\\");
	Deleting("C:\\");

	system("shutdown -r -a -t 00");

	return 0;
}

note: this will shut down the comp after execution...


Thats some funny shit.

#7 DarkShadow

DarkShadow

    elite

  • Members
  • 112 posts

Posted 27 March 2007 - 04:46 PM

You can make a script or execute the following command manually:

rundll32.exe user32.dll,SwapMouseButton

note: executing a second time will not reverse the mouse buttons back to normal and can only be done through a restart or control panel. You can make this a lot more fun by using some more rundll32 commands (like an infinite loop that resets the mouse pointer to certain position :) ) A more black hat addition is to make this run every time the user starts the computer but this will make them :blowfuse:

[off topic]
have you ever used this expression: :pissright: ?
[/off topic]

#8 thej3w

thej3w

    T0tal n00b

  • Members
  • 0 posts
  • Location:Chicago

Posted 27 March 2007 - 04:52 PM

I like the editing the hosts file for some fun, but a lot of people I work with would check that if Google started lauching Yahoo. So instead what I like to do and confuses a lot of people is to create a shortcut to some program like Calculator, and put it on your desktop, rename the shortcut "www.google.com" no quotes and then make it hidden, and make sure the show hidden files is not checked. Now when the person goes to www.google.com it will launch calculator instead of going to google. Combine this trick with the hosts file trick and you could have some fun results.

#9 riscphree

riscphree

    Dangerous free thinker

  • Members
  • 1,936 posts

Posted 27 March 2007 - 05:12 PM

Our office isn't open on April 1st so nothing cool will go down, but I do think I'll edit some people's hosts files now that I think of it.

#10 ozlo

ozlo

    Mack Daddy 31337

  • Members
  • 226 posts

Posted 27 March 2007 - 06:03 PM

I like to switch a couple of keys on the keyboard, such as N and M. On most modern keyboards they'll just pop out. Depending on how good of a typist the person is, it may take them a while when they suddenly realize that "M" appears whenever they type "N". It'll drive them crazy, they'll be unplugging the keyboard, rebooting, etc.

Also, if they walk away from their computer for a minute, CTRL-ALT and one of the arrow keys will often flip the screen upside down, sideways, etc., depending on their graphics card and drivers. Try it out, you can flip the image on the screen all around.

#11 C'thulhu

C'thulhu

    Gibson Hacker

  • Members
  • 80 posts
  • Location:Albuquerque, New Mexico

Posted 27 March 2007 - 06:17 PM

Kinda off topic but my friend and I are thinking of sending out some fake letters at our school informing of random drug testings and stuff for April 1st.

And none of the people who I have done the fake background prank to actually freaked out or anything. They all figured it out pretty quickly.


How 'bout sending a letter claiming its from the RIAA to you school threatening a lawsuit for illeagal music downloading.

EVIL

#12 SiDaFaLiCKNo

SiDaFaLiCKNo

    Mack Daddy 31337

  • Members
  • 206 posts
  • Location:California

Posted 27 March 2007 - 06:23 PM

Send them a letter with baking powder in it and "ANTHRAX" written all over it.

LoLz...That would be really funny.

#13 xGERMx

xGERMx

    SUPR3M3 31337 Mack Daddy P1MP

  • Members
  • 459 posts

Posted 27 March 2007 - 06:23 PM

Ok, I don't know how much of a "prank" this is but, I always get a good laugh out of just barley unplugging someones mouse and keyboard when they're away.
The key is to make it look like it's plugged in but, only push it in half way.

This, in combination with a fake virus has some potential laughs.

Maybe send a fake email earlier in the day warning about some new virus or something...

#14 deadc0de

deadc0de

    SUP3R 31337 P1MP

  • Members
  • 272 posts
  • Location:ring0

Posted 27 March 2007 - 07:17 PM

Most people that use myspace are complete idiots and oblivious to host file modification.


Redirecting myspace to goatse - priceless.

#15 Rightcoast

Rightcoast

    mmm ... donuts

  • Agents of the Revolution
  • 2,074 posts
  • Gender:Male
  • Location:321

Posted 27 March 2007 - 08:05 PM

Most people that use myspace are complete idiots and oblivious to host file modification.


Redirecting myspace to goatse - priceless.

Not on April 1, but an all timer in my book:
http://ascii.textfil...ves/000278.html

Jason's best line in the article,

The fact that I used the deadly spell "mv" to shift a few things around on a machine I own is not a possibility as far as Motorjames1 is concerned. Next, just to make sure all bases are covered, he threatens me. Ostensibly he is indicating he will punish me by doing something traumatic to my ass.


That or parts about the pilots of Gen Y being unable to do anything about the Goatse "flodding".

#16 Linux

Linux

    SUP3R 31337 P1MP

  • Banned
  • 278 posts

Posted 27 March 2007 - 08:13 PM

Yes, I remember some classic programs:

"small penis window"

-make cursor move in opposite direction
-make cursor not come to a stop when you stop the mouse
-keyboard remapping
upsidownternet

-caller ID spoofing + social engineering FRIENDS: "hello, John? This is Julie (voice changer!) with Cingular Customer Care. We're calling regarding your account....as it stands, we show that you have outstanding charges of $13,000 on your bill and we need payment at this time before you can make further use of our service." Much LULZ and hilarity ensue!

Edited by Linux, 27 March 2007 - 08:14 PM.


#17 arewhyainn

arewhyainn

    Cryin' Ryan

  • Banned
  • 401 posts
  • Location:Pasadena, TX

Posted 27 March 2007 - 09:06 PM

Send them a letter with baking powder in it and "ANTHRAX" written all over it.

LoLz...That would be really funny.

what dose this have to do with computers, and have you ever had a gun pointed at you. feeling like your going to die is not funny at all, no matter where you stand.
-anyways-
tape on the bottom of the mouse, classic.

Edited by arewhyainn, 27 March 2007 - 09:10 PM.


#18 R3c0n

R3c0n

    SUPR3M3 31337 Mack Daddy P1MP

  • Members
  • 411 posts
  • Location:Daytona, Florida

Posted 27 March 2007 - 09:11 PM

Rig the computer's "POWER ON" button to some explosives/fireworks in some other room / outside....That would be some funny shit.. lol

#19 deadc0de

deadc0de

    SUP3R 31337 P1MP

  • Members
  • 272 posts
  • Location:ring0

Posted 27 March 2007 - 09:27 PM

Rig the computer's "POWER ON" button to some explosives/fireworks in some other room / outside....That would be some funny shit.. lol



Rig it to thermite and watch the guys face as his HDD is melted into oblivion.

#20 livinded

livinded

    Dangerous free thinker

  • Agents of the Revolution
  • 1,942 posts
  • Location:~/

Posted 27 March 2007 - 09:46 PM

<3 Jason. Thats awesome. I can't believe a design firm would hotlink an image without permission.




BinRev is hosted by the great people at Lunarpages!