McDonalds job application


Warning: constant() [function.constant]: Couldn't find constant TT_RIMS_LEN in /home/stupidsi/public_html/new/wp-content/plugins/tweet-this/tweet-this.php on line 1243

Warning: constant() [function.constant]: Couldn't find constant TT_RIMS_LEN in /home/stupidsi/public_html/new/wp-content/plugins/tweet-this/tweet-this.php on line 1243

Warning: constant() [function.constant]: Couldn't find constant TT_RIMS_LEN in /home/stupidsi/public_html/new/wp-content/plugins/tweet-this/tweet-this.php on line 1243

Warning: constant() [function.constant]: Couldn't find constant TT_RIMS_LEN in /home/stupidsi/public_html/new/wp-content/plugins/tweet-this/tweet-this.php on line 1243

Warning: constant() [function.constant]: Couldn't find constant TT_RIMS_LEN in /home/stupidsi/public_html/new/wp-content/plugins/tweet-this/tweet-this.php on line 1243

Warning: constant() [function.constant]: Couldn't find constant TT_RIMS_LEN in /home/stupidsi/public_html/new/wp-content/plugins/tweet-this/tweet-this.php on line 1243

Warning: constant() [function.constant]: Couldn't find constant TT_RIMS_LEN in /home/stupidsi/public_html/new/wp-content/plugins/tweet-this/tweet-this.php on line 1243

Warning: constant() [function.constant]: Couldn't find constant TT_RIMS_LEN in /home/stupidsi/public_html/new/wp-content/plugins/tweet-this/tweet-this.php on line 1243

Warning: constant() [function.constant]: Couldn't find constant TT_RIMS_LEN in /home/stupidsi/public_html/new/wp-content/plugins/tweet-this/tweet-this.php on line 1243

Warning: constant() [function.constant]: Couldn't find constant TT_RIMS_LEN in /home/stupidsi/public_html/new/wp-content/plugins/tweet-this/tweet-this.php on line 1243

Warning: constant() [function.constant]: Couldn't find constant TT_RIMS_LEN in /home/stupidsi/public_html/new/wp-content/plugins/tweet-this/tweet-this.php on line 1243


This is an actual job application a 17-year-old boy submitted at a McDonald’s fast-food establishment in Florida – and they hired him because he was so honest and funny!

NAME: Greg Bulmash

SEX: Not yet. Still waiting for the right person.

DESIRED POSITION: Company’s President or Vice President. But seriously, whatever’s available. If I were in a position to be picky, I wouldn’t be applying here in the first place.

DESIRED SALARY: $185,000 a year plus stock options and a Michael Ovitz style severance package. If that’s not possible, make an offer and we can haggle.

EDUCATION: Yes.

LAST POSITION HELD: Target for middle management hostility.

SALARY: Less than I’m worth.

MOST NOTABLE ACHIEVEMENT: My incredible collection of stolen pens and post-it notes.

REASON FOR LEAVING: It sucked.

HOURS AVAILABLE TO WORK: Any.

PREFERRED HOURS: 1:30-3:30 p.m., Monday, Tuesday, and Thursday.

DO YOU HAVE ANY SPECIAL SKILLS?

Yes, but they’re better suited to a more intimate environment.

MAY WE CONTACT YOUR CURRENT EMPLOYER? If I had one, would I be here?

DO YOU HAVE ANY PHYSICAL CONDITIONS THAT WOULD PROHIBIT YOU FROM LIFTING UP TO 50 LBS? Of what?

DO YOU HAVE A CAR?

I think the more appropriate question here would be “Do you have a car that runs?”

HAVE YOU RECEIVED ANY SPECIAL AWARDS OR RECOGNITION?

I may already be a winner of the Publishers Clearing house Sweepstakes.

DO YOU SMOKE?

On the job no, on my breaks yes.

WHAT WOULD YOU LIKE TO BE DOING IN FIVE YEARS?

Living in the Bahamas with a fabulously wealthy dumb sexy blonde super model who thinks I’m the greatest thing since sliced bread. Actually, I’d like to be doing that now.

DO YOU CERTIFY THAT THE ABOVE IS TRUE AND COMPLETE TO THE BEST OF YOUR KNOWLEDGE?

Yes – Absolutely.

SIGN HERE: Aries.

Folder lock


Warning: constant() [function.constant]: Couldn't find constant TT_RIMS_LEN in /home/stupidsi/public_html/new/wp-content/plugins/tweet-this/tweet-this.php on line 1243

Warning: constant() [function.constant]: Couldn't find constant TT_RIMS_LEN in /home/stupidsi/public_html/new/wp-content/plugins/tweet-this/tweet-this.php on line 1243

Warning: constant() [function.constant]: Couldn't find constant TT_RIMS_LEN in /home/stupidsi/public_html/new/wp-content/plugins/tweet-this/tweet-this.php on line 1243

Warning: constant() [function.constant]: Couldn't find constant TT_RIMS_LEN in /home/stupidsi/public_html/new/wp-content/plugins/tweet-this/tweet-this.php on line 1243

Warning: constant() [function.constant]: Couldn't find constant TT_RIMS_LEN in /home/stupidsi/public_html/new/wp-content/plugins/tweet-this/tweet-this.php on line 1243

Warning: constant() [function.constant]: Couldn't find constant TT_RIMS_LEN in /home/stupidsi/public_html/new/wp-content/plugins/tweet-this/tweet-this.php on line 1243

Warning: constant() [function.constant]: Couldn't find constant TT_RIMS_LEN in /home/stupidsi/public_html/new/wp-content/plugins/tweet-this/tweet-this.php on line 1243

Warning: constant() [function.constant]: Couldn't find constant TT_RIMS_LEN in /home/stupidsi/public_html/new/wp-content/plugins/tweet-this/tweet-this.php on line 1243

Warning: constant() [function.constant]: Couldn't find constant TT_RIMS_LEN in /home/stupidsi/public_html/new/wp-content/plugins/tweet-this/tweet-this.php on line 1243

Warning: constant() [function.constant]: Couldn't find constant TT_RIMS_LEN in /home/stupidsi/public_html/new/wp-content/plugins/tweet-this/tweet-this.php on line 1243

Warning: constant() [function.constant]: Couldn't find constant TT_RIMS_LEN in /home/stupidsi/public_html/new/wp-content/plugins/tweet-this/tweet-this.php on line 1243

This program is very useful for advanced hiding/locking files…

I personally use it to hide xxx content on my computer :)

Here is the program:


cls
@ECHO OFF
Folder lock
if EXIST “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” goto UNLOCK
if NOT EXIST Private goto MDLOCKER
:CONFIRM
echo Are you sure you want to lock this folder (Y/N)??
set/p “cho=>”
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==yes goto LOCK
if %cho%==Yes goto LOCK
if %cho%==YES goto LOCK
if %cho%==n goto END
if %cho%==no goto END
if %cho%==nO goto END
if %cho%==No goto END
if %cho%==NO goto END
if %cho%==N goto END
echo Are you retarded? Type Yes or No :P
goto CONFIRM
:LOCK
ren Private “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}”
attrib +h +s “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}”
echo Folder  is locked :)
goto End
:UNLOCK
echo Tell Meh ur pass :P
set/p “pass=>”
if NOT %pass%== YOUR PASSWORD

goto FAIL
attrib -h -s “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}”
ren “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” Private
echo Folder unlocked!

goto End

:FAIL

echo WTF? Wrong password man!

goto end
:MDLOCKER
md Private
echo Folder private is sucessfuly maked!

goto End
:End


Ok , now , let me explain to you how to use this program , and how to customize it…

First thing you need to do is to set ur pass.

Go to:


if NOT %pass%== YOUR PASSWORD


Replace YOUR PASSWORD , with password you will use.

Example:

If i want my password to be 12345 , i will set it like this:


if NOT %pass%== 12345


Now , all you need to do , is to copy/paste this program into notepad , and save it as “name.bat”

You can replace name with any name you like , but remember that you need to keep “”.

Now , start your newly created program.

At first start , program will make folder Private in directory that program is in.

Now , put files that you want to lock in folder private.

When you start program again , it will ask you to confirm folder locking.

Confirm with y or yes

And , magic!

Folder is now invisible.

If u want to unlock it , just open my program again , and type in ur pass.

If you forget ur password , just right click on program , and press on edit :)

Enjoy ur privacy :)