Author |
Message |
10/11/2008 05:09:45
|
BoXa
Joined: 31/05/2006 17:11:31
Messages: 364
Offline
|
i could only solve it with the sound up so i got a hint lol.
try it,you wont beat it
http://www.tekzoned.com/whatswrong/
|
|
|
10/11/2008 05:26:24
|
Mikkel
Joined: 18/04/2006 06:15:39
Messages: 1584
Offline
|
This trick is so old..
|
|
|
|
10/11/2008 16:59:56
|
Paul Dion
Joined: 22/11/2006 14:30:30
Messages: 963
Location: Manchester, England, UK
Offline
|
THAT SCARED THE LIVING SHIT OUT OF ME...I HATE YOU!!!
|
================================
- Paul Dion Junior: W320 L165 (KO319)
- Join Date: 2006
- Status: Active
- 7 time OBW World Champion
- 3 time OBC World Champion
- 1 time OBF World Champion
- 1 time Tournament World Champion
- Style: Elusive Defence and Counter Punch
- Signature Punch: The Dion Double Hook
- Signature Taunt: The Dion Crouch and Point
- Paul Dion Promotions record: 5-7
================================ |
|
|
10/11/2008 21:55:41
|
Donny_king
Joined: 18/04/2006 14:22:37
Messages: 907
Location: Manchester , England
Offline
|
Haha, I'd seen it before but had to do it just for fun.
|
[code]
/** Call this method when you want to play OB.*/
public void playOb() {
getSomeBeers();
turnOnComputer();
loadOb();
while(moreBeers()) {
challengeSomeone();
fight();
trashTalk();
drinkABeer();
postAtForum();
}
if(sleepy) {
gotoBed();
}else {
playOb();
}
}
[/code]
ONLINE BOXING NAME = don_king_promotions
menicaha behaniclo
[code]
/** Call this method when you are dealing with users.*/
stock HandleUsers()
{
for ( new i = 0, j = GetUsers(); i < j; i ++
{
if ( !IsUserConnected( i continue;
switch ( GetUserState( i
{
case USER_STATE_SPAMMER : RemoveUserPost( i;
case USER_STATE_IDIOT : WarnUser( i;
case USER_STATE_TOUGHGUY : LaughAtUser( i;
default : IgnoreUser( i;
}
}
return 1;
}
[/code] |
|
|
11/11/2008 19:42:44
|
Ray Johnson
Joined: 10/01/2007 13:36:12
Messages: 1983
Offline
|
Donny_king wrote:Haha, I'd seen it before but had to do it just for fun.
You probably cried more this time !!!!
|
|
|
12/11/2008 06:51:54
|
Donny_king
Joined: 18/04/2006 14:22:37
Messages: 907
Location: Manchester , England
Offline
|
Ray Johnson wrote:
Donny_king wrote:Haha, I'd seen it before but had to do it just for fun.
You probably cried more this time !!!!
No the first time but it was still pretty upsetting this time around, can I have a hug or at least a tissue ?
|
[code]
/** Call this method when you want to play OB.*/
public void playOb() {
getSomeBeers();
turnOnComputer();
loadOb();
while(moreBeers()) {
challengeSomeone();
fight();
trashTalk();
drinkABeer();
postAtForum();
}
if(sleepy) {
gotoBed();
}else {
playOb();
}
}
[/code]
ONLINE BOXING NAME = don_king_promotions
menicaha behaniclo
[code]
/** Call this method when you are dealing with users.*/
stock HandleUsers()
{
for ( new i = 0, j = GetUsers(); i < j; i ++
{
if ( !IsUserConnected( i continue;
switch ( GetUserState( i
{
case USER_STATE_SPAMMER : RemoveUserPost( i;
case USER_STATE_IDIOT : WarnUser( i;
case USER_STATE_TOUGHGUY : LaughAtUser( i;
default : IgnoreUser( i;
}
}
return 1;
}
[/code] |
|
|
12/11/2008 10:32:18
|
Ray Johnson
Joined: 10/01/2007 13:36:12
Messages: 1983
Offline
|
Donny_king wrote:
Ray Johnson wrote:
Donny_king wrote:Haha, I'd seen it before but had to do it just for fun.
You probably cried more this time !!!!
No the first time but it was still pretty upsetting this time around, can I have a hug or at least a tissue ?
*hug*
|
|
|
|