Funny thing for coders only

General chit chat, chin wag, abuse, etc.
Post Reply
Cleroth
Loyal fan
Posts: 416
Joined: Wed Jun 16, 2004 7:08 pm

Post by Cleroth »

if(Cleroth->bSleepy == TRUE){
  dwResult = Cleroth->dwGoSleep();
  switch(dwResult){
  case DEF_SWEET_DREAMS:
      Cleroth->dwMood = DEF_HAPPY;
      return TRUE;
  case DEF_NIGHTMARE:
      Cleroth->dwMood = DEF_AFRAID;
      return FALSE;
  case DEF_NOT_ABLE_TO_SLEEP:
      Cleroth->dwMood = DEF_PISSED_OFF;
      return FALSE;
  case DEF_UNKNOWN_ERROR:
      Cleroth->dwMood = DEF_CONFUSED;
      return FALSE;
  default:
      DebugLog->Write("wtf?");    // =O
      breakz0rz;
  }
}
<img src='http://ic1.deviantart.com/fs11/i/2006/1 ... leroth.gif' border='0' alt='user posted image' />
juggalo2
Spamtastic
Posts: 1144
Joined: Sun Jul 17, 2005 5:28 pm

Post by juggalo2 »

:P i was so there hahahahahah
<img src='http://lifeplaysu420.com/unknow/nightsign.png' border='0' alt='user posted image' /><br>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>Wanna make money for surfing the net sing up at <br><a href='http://www.cashfiesta.com/php/join.php? ... yprivitera' target='_blank'>cash fiesta</a><br>its all free hey why ntot make money while fucking around on the computer<br><br><br>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Jensen
Loyal fan
Posts: 300
Joined: Tue Aug 02, 2005 7:40 am
Location: Illinois, USA
Contact:

Post by Jensen »

forgot this?

Code: Select all

else{
  dwResult = Cleroth->dwReadUnadvised();
  switch(dwResult){
  case DEF_ALL_NOOBS_KILLED_THEMSELVES:
      Cleroth->dwMood = DEF_EXTREMELY_HAPPY;
      return TRUE;
  /*more cases */
  }
}
-><-
Cleroth
Loyal fan
Posts: 416
Joined: Wed Jun 16, 2004 7:08 pm

Post by Cleroth »

Jensen wrote: forgot this?

Code: Select all

else{
  dwResult = Cleroth->dwReadUnadvised();
  switch(dwResult){
  case DEF_ALL_NOOBS_KILLED_THEMSELVES:
      Cleroth->dwMood = DEF_EXTREMELY_HAPPY;
      return TRUE;
  /*more cases */
  }
}
ya =(
<img src='http://ic1.deviantart.com/fs11/i/2006/1 ... leroth.gif' border='0' alt='user posted image' />
joeri
Member
Posts: 126
Joined: Sat Mar 04, 2006 1:19 am

Post by joeri »

lmao cleroth :D
visit a cool site <a href='http://technohell.net' target='_blank'>here</a><br><br><img src='http://i5.photobucket.com/albums/y184/J ... hnoFan.jpg' border='0' alt='user posted image' /><br><img src='http://i5.photobucket.com/albums/y184/Joeri696/240.jpg' border='0' alt='user posted image' /><br><img src='http://i5.photobucket.com/albums/y184/Joeri696/255.jpg' border='0' alt='user posted image' /><br><img src='http://i5.photobucket.com/albums/y184/Joeri696/326.jpg' border='0' alt='user posted image' /><br><br>Diuuude fan :D<br>Go Diuuude Go :D
diuuude
Outpost bitch
Posts: 592
Joined: Wed Dec 28, 2005 11:57 pm

Post by diuuude »

This snippet may interrests peoples who don't like noobs... maybe you can use it in your own noob_killing software :P

Code: Select all

if(Diuuude->bhappy != TRUE){
  dwVictim = Diuuude->cKillSomeOne();
  switch(dwVictim){
  case DEF_UNADVISED_NEWBIE:
      Diuuude->dwMood = DEF_STILL_ANGRY;
      Diuuude->bWantToKillSomebodyElse = TRUE;
      GOTO KILLALLNOOBSYOUCANSEE;
  case ...
  }
KILLALLNOOBSYOUCANSEE:;
      Diuuude->dwWeaponInLeftHand = DEF_AK47;
      Diuuude->dwWeaponInRightHand = DEF_ANOTHER_AK47;
      Diuuude->bFrenzyMode = TRUE;
      Diuuude->cLocation = "Unadvised Forum";
      Diuuude->dwTarget = DEF_ANY_NOOB_YOU_SEE;
      while ((iNoobCount > 0) || (Diuuude->bWantToKillSomebodyElse == TRUE)){
            Diuuude->KillAnyOne(Diuuude->dwTarget, Diuuude->cLocation);
      }
      return TRUE;
}
<a href='http://www.technohell.net' target='_blank'><b><span style='color:red'>>>> Helbreath Ressources Website Here <<<</span></b></a><br>C++ Sources, Tools, Server Files, Help on Forum, C++ Snippets, Toplist... Updated often, come visit us !
Zabu
noob
Posts: 12
Joined: Wed Jun 21, 2006 10:25 am

Post by Zabu »

Code: Select all

delete Diuuude;
Diuuude=0;
Firestorm
Loyal fan
Posts: 260
Joined: Fri Apr 07, 2006 10:29 pm

Post by Firestorm »

omfg looool
Cleroth
Loyal fan
Posts: 416
Joined: Wed Jun 16, 2004 7:08 pm

Post by Cleroth »

diuuude wrote: This snippet may interrests peoples who don't like noobs... maybe you can use it in your own noob_killing software :P

Code: Select all

if(Diuuude->bhappy != TRUE){
  dwVictim = Diuuude->cKillSomeOne();
  switch(dwVictim){
  case DEF_UNADVISED_NEWBIE:
      Diuuude->dwMood = DEF_STILL_ANGRY;
      Diuuude->bWantToKillSomebodyElse = TRUE;
      GOTO KILLALLNOOBSYOUCANSEE;
  case ...
  }
KILLALLNOOBSYOUCANSEE:;
      Diuuude->dwWeaponInLeftHand = DEF_AK47;
      Diuuude->dwWeaponInRightHand = DEF_ANOTHER_AK47;
      Diuuude->bFrenzyMode = TRUE;
      Diuuude->cLocation = "Unadvised Forum";
      Diuuude->dwTarget = DEF_ANY_NOOB_YOU_SEE;
      while ((iNoobCount > 0) || (Diuuude->bWantToKillSomebodyElse == TRUE)){
            Diuuude->KillAnyOne(Diuuude->dwTarget, Diuuude->cLocation);
      }
      return TRUE;
}
ERROR: Unexpected '.' on line 8.
<img src='http://ic1.deviantart.com/fs11/i/2006/1 ... leroth.gif' border='0' alt='user posted image' />
diuuude
Outpost bitch
Posts: 592
Joined: Wed Dec 28, 2005 11:57 pm

Post by diuuude »

Zabu wrote:

Code: Select all

delete Diuuude;
Diuuude=0;
OMFG...

I can see there are many more than all i could expect, i'll maybe need more power than what ak47 can bring. What about M60 ?

I think i'll need some peoples to help me or it'll waste me all my free time to clean outpost... Do you want a gun Eli*** ?

:lol: :P :lol:
<a href='http://www.technohell.net' target='_blank'><b><span style='color:red'>>>> Helbreath Ressources Website Here <<<</span></b></a><br>C++ Sources, Tools, Server Files, Help on Forum, C++ Snippets, Toplist... Updated often, come visit us !
Cleroth
Loyal fan
Posts: 416
Joined: Wed Jun 16, 2004 7:08 pm

Post by Cleroth »

diuuude wrote:
Zabu wrote:

Code: Select all

delete Diuuude;
Diuuude=0;
OMFG...

I can see there are many more than all i could expect, i'll maybe need more power than what ak47 can bring. What about M60 ?

I think i'll need some peoples to help me or it'll waste me all my free time to clean outpost... Do you want a gun Eli*** ?

:lol: :P :lol:
Ya, bring some C4, let's blow up this shit.
<img src='http://ic1.deviantart.com/fs11/i/2006/1 ... leroth.gif' border='0' alt='user posted image' />
ogeid
Member
Posts: 110
Joined: Thu Feb 02, 2006 11:11 pm

Post by ogeid »

Nerds :P
"Prefiero morir de pie que vivir arrodillado"
diwx
Outpost bitch
Posts: 513
Joined: Thu Dec 23, 2004 4:13 pm

Post by diwx »

Cleroth wrote:
if(Cleroth->bSleepy == TRUE){
  dwResult = Cleroth->dwGoSleep();
  switch(dwResult){
  case DEF_SWEET_DREAMS:
      Cleroth->dwMood = DEF_HAPPY;
      return TRUE;
  case DEF_NIGHTMARE:
      Cleroth->dwMood = DEF_AFRAID;
      return FALSE;
  case DEF_NOT_ABLE_TO_SLEEP:
      Cleroth->dwMood = DEF_PISSED_OFF;
      return FALSE;
  case DEF_UNKNOWN_ERROR:
      Cleroth->dwMood = DEF_CONFUSED;
      return FALSE;
  default:
      DebugLog->Write("wtf?");    // =O
      breakz0rz;
  }
}
i laughed myself to tears. seriously.
Post Reply