Author Topic: Today somebddy asked me....  (Read 2575 times)

Stark

  • Getbig V
  • *****
  • Posts: 22988
Today somebddy asked me....
« on: December 17, 2010, 01:09:48 AM »
How can you possibly keep a grip on the 200kg dead-lift?

I say by not using those faggot straps and walked off

Feels good to be alpha

Alex23

  • Guest
Re: Today somebddy asked me....
« Reply #1 on: December 17, 2010, 02:52:11 PM »
if (thread.pics == null)
{
   while(1)
    {
    thread.useless = true;
    }
}

 :-X ;D

d0nny2600

  • Getbig V
  • *****
  • Posts: 4429
  • http://i.imgur.com/mCzI3N5.jpg
Re: Today somebddy asked me....
« Reply #2 on: December 17, 2010, 02:54:07 PM »
if (thread.pics == null)
{
   while(1)
 {
    thread.useless = true;
  }
}
;D

Wiggs

  • Getbig V
  • *****
  • Posts: 41312
  • An Ethnic Israelite
Re: Today somebddy asked me....
« Reply #3 on: December 17, 2010, 02:55:02 PM »
if (thread.pics == null)
{
   while(1)
 {
    thread.useless = true;
  }
}

lol
7

The.Giant

  • Getbig IV
  • ****
  • Posts: 1837
Re: Today somebddy asked me....
« Reply #4 on: December 17, 2010, 04:18:13 PM »
if (thread.pics == null)
{
   while(1)
    {
    thread.useless = true;
    }
}

 :-X ;D

htmlol
It's Hip to be Square!

newmom

  • Guest
Re: Today somebddy asked me....
« Reply #5 on: December 17, 2010, 04:19:15 PM »
How can you possibly keep a grip on the 200kg dead-lift?

I say by not using those faggot straps and walked off

Feels good to be alpha

It's hard being you huh Stark? ;D

outby43

  • Getbig IV
  • ****
  • Posts: 3474
  • Libertarians 2016
Re: Today somebddy asked me....
« Reply #6 on: December 17, 2010, 04:37:52 PM »
' end thread

    with MenInThongs
      RonA.Focus()
      .Close()
     



Alex23

  • Guest
Re: Today somebddy asked me....
« Reply #7 on: December 17, 2010, 04:48:06 PM »
' end thread

    with MenInThongs
      RonA.Focus()
      .Close()
     




Lol!!!!!

Meso_z

  • Getbig V
  • *****
  • Posts: 17954
Re: Today somebddy asked me....
« Reply #8 on: December 18, 2010, 03:25:16 AM »
How can you possibly keep a grip on the 200kg dead-lift?

I say by not using those faggot straps and walked off

Feels good to be alpha
sure it does  :D


JOHN MATRIX

  • Getbig V
  • *****
  • Posts: 13281
  • the Media is the Problem
Re: Today somebddy asked me....
« Reply #9 on: December 18, 2010, 03:42:24 AM »
*if(
   then{
     ;computer science is Gay;"
           " borland c++""
     ;homo
   *bethongged men**
   then}
*penile tissue))

Tito24

  • Getbig V
  • *****
  • Posts: 20638
  • I'm a large man but.. one with a plan
Re: Today somebddy asked me....
« Reply #10 on: December 18, 2010, 09:21:33 AM »

Captain Equipoise

  • Getbig V
  • *****
  • Posts: 12927
  • back from the dead...
Re: Today somebddy asked me....
« Reply #11 on: December 18, 2010, 09:29:07 AM »
if (thread.pics == null)
{
   while(1)
    {
    thread.useless = true;
    }
}

 :-X ;D

Hahahaha

Tito24

  • Getbig V
  • *****
  • Posts: 20638
  • I'm a large man but.. one with a plan
Re: Today somebddy asked me....
« Reply #12 on: December 18, 2010, 09:32:13 AM »

cyp200la

  • Getbig III
  • ***
  • Posts: 362
Re: Today somebddy asked me....
« Reply #13 on: December 18, 2010, 09:35:52 AM »
sure u did u fag ::) ::)

Tito24

  • Getbig V
  • *****
  • Posts: 20638
  • I'm a large man but.. one with a plan
Re: Today somebddy asked me....
« Reply #14 on: December 18, 2010, 09:37:01 AM »

HTexan

  • Getbig V
  • *****
  • Posts: 20031
  • Heath must lose!!
Re: Today somebddy asked me....
« Reply #15 on: December 18, 2010, 10:18:27 AM »
if (threadpics == null)
   threaduseless = true;
else if (HtexanPosts==True)
         thread=awesome;
else
    Thread=Fail

end if;

my programming is rusty, but fixed ;D
A

Alex23

  • Guest
Re: Today somebddy asked me....
« Reply #16 on: December 18, 2010, 01:27:04 PM »
my programming is rusty, but fixed ;D

Lol that'll work ;D

Captain Equipoise

  • Getbig V
  • *****
  • Posts: 12927
  • back from the dead...
Re: Today somebddy asked me....
« Reply #17 on: December 18, 2010, 02:55:41 PM »
.model small
.stack
.data

Message db "Timeout SUCKS"

.code

start:
mov dx,OFFSET Message
mov ax,SEG Message
mov ds,ax
mov ah,9
int 21h

mov ax,4c00h
int 21h

END start