Flip ‘em The Bird
- Filed under: Computer Pranks
- Date: Feb 21,2008
Sometimes computer pranks are meant to be funny other times they are designed to send a message. This office prank can do a little of both. Every once and awhile you just want give your co worker the bird… the proverbial fuck you. This prank gives you a grander stage in which to flip your friend , co-worker or enemy off. Follow these steps and you can turn word into a big giant Fuck You.
Step 1: Take 2 pictures of your self. One with your middle finger down and one with it up.
I picked these two images ( I recommend you take 2 of your self or chop a picture of your boss)
![]()
![]()
Source: Found the first image here , I made the one with the finger down
Step 2: Save these images some where you can easily access. Like a shared network drive at work.
Step 3: Open Microsoft Word

Step 4: Press Alt F11

Step 5: Copy this code into your Normal Template

Sub Auto_Open()
Dim x As Document
On Error Resume Next
Set x = ActiveDocument
toff = 1
Do Until toff = 100
x.ActiveWindow.View.Type = wdWebView
x.Background.Fill.UserPicture _
PictureFile:="C:\finger\thumb-bush_finger_flip-down.jpg"
x.Background.Fill.UserPicture _
PictureFile:="C:\finger\thumb-bush_finger_flip.jpg"
toff = toff + 1
Loop
MsgBox ("fuck you")
End Sub
Step 6: Change the 2 file paths to match your location
x.Background.Fill.UserPicture _
PictureFile:=”Your File Path here”
x.Background.Fill.UserPicture _
PictureFile:=”And Your File Path here”
Step 7: Change the message at the end for dramatic effect
MsgBox (“YOUR MESSAGE HERE”)
Step 6: Save
If done this office prank correctly the images your selected will rotate back and forth 100 times (you can make this long or short), after 100 times it will display the message you have selected. Great way to say “FUCK YOU”
private student loans

Leave a comment