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;
}
}
Funny thing for coders only
<img src='http://ic1.deviantart.com/fs11/i/2006/1 ... leroth.gif' border='0' alt='user posted image' />

<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>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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 =(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 */ } }
<img src='http://ic1.deviantart.com/fs11/i/2006/1 ... leroth.gif' border='0' alt='user posted image' />
lmao cleroth

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
<br>Go Diuuude Go 


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

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 !
Code: Select all
delete Diuuude;
Diuuude=0;
ERROR: Unexpected '.' on line 8.diuuude wrote: This snippet may interrests peoples who don't like noobs... maybe you can use it in your own noob_killing software
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; }
<img src='http://ic1.deviantart.com/fs11/i/2006/1 ... leroth.gif' border='0' alt='user posted image' />
OMFG...Zabu wrote:Code: Select all
delete Diuuude; Diuuude=0;
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*** ?



<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 !
Ya, bring some C4, let's blow up this shit.diuuude wrote:OMFG...Zabu wrote:Code: Select all
delete Diuuude; Diuuude=0;
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*** ?
![]()
![]()
![]()
<img src='http://ic1.deviantart.com/fs11/i/2006/1 ... leroth.gif' border='0' alt='user posted image' />
i laughed myself to tears. seriously.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;
}
}