D2K7

D2K7

Joined
May 05, 2009

Activity Stream

D2K7 commented on a Page, Case Insensitive Replace  -  May 09, 2010

Thank You gooshie :D
The basic xchat word replacer got right on my nerves, so I stopped using it which got me banned a lot lol.

 Respond  
D2K7 commented on a Page, Eurysmiles  -  Mar 01, 2010

This may sound n00bish, but why doesn't


on *:Part:{ 
if ($nick == $me) && If ($active == #) 
haltdef
Part # $active Part-Msgg
}

Work?

 Respond  
D2K7 commented on a Page, auto-op popups for Everywherechat  -  Mar 01, 2010

Lol'd

 Respond  
D2K7 commented on a Page, Current Date  -  Feb 24, 2010

And your channel on there has no one but, me and some bot in Lawllllllll

 Respond  
D2K7 commented on a Page, Current Date  -  Feb 24, 2010

Java, has it's own current date identifier....

 Respond  
D2K7 commented on a Page, Mass Invite  -  Feb 12, 2010

LOL Jethro_

 Respond  
D2K7 commented on a Page, Venom Away system  -  Feb 12, 2010

Nice, but fúck the |'s :/

 Respond  
D2K7 commented on a Page, root_sys Theme  -  Oct 27, 2009

Hm, Nice.

 Respond  
D2K7 commented on a Page, track user script (not mine)  -  Oct 27, 2009

LMFAO

 Respond  
D2K7 commented on a Page, root_sys-iRC Nick Caller v1.0 Beta  -  Oct 27, 2009

I like it =D

 Respond  
D2K7 commented on a Page, memo system  -  Oct 26, 2009

oo

 Respond  
D2K7 commented on a Page, memo system  -  Oct 26, 2009

LOL jk
nice :D

 Respond  
D2K7 commented on a Page, memo system  -  Oct 26, 2009

o.o Ignore the Comment i posted b4, it was due to Bordem Sorry :)

 Respond  
D2K7   -  Oct 26, 2009

....... what?

 Respond  
D2K7 commented on a Page, Another MP3 Player  -  Sep 19, 2009

Eh it's good :) It's Simple :D

 Respond  
D2K7 commented on a mIRC Script, clone-x  -  Sep 14, 2009

....

 Respond  
D2K7 commented on a Page, Chat Socket Client  -  Aug 20, 2009

lol i rate it 7/10 :D Because i find it Usefull

 Respond  
D2K7 commented on a Page, For Sammie_Do|| :D   -  Aug 20, 2009

@ gooshie, I understand what you mean but... /me Works In query windows for mine because I have A alias that conflicts with it ^^

 Respond  
D2K7 commented on a Page, Admin script  -  Aug 20, 2009
  • Goes blind OMG!
 Respond  
D2K7 commented on a Page, Fading text black/white  -  Aug 20, 2009
 /******************/
/*White Background*/
/******************/
for($i = 1; $i < 12; $i++){
 if ($i == 11) { echo "<p style='color:#fff'>".$i."</p>"; }
 elseif ($i == 10) { echo "<p style='color:#ccc'>".$i."</p>"; }
 elseif ($i < 10) { echo "<p style='color:#".str_repeat($i,3)."'>".$i."</p>"; }
}

/******************/
/*Black Background*/
/******************/
for($i = 1; $i < 12; $i++){
 if ($i == 1) { echo "<p style='color:#fff'>".$i."</p>"; }
 elseif ($i == 2) { echo "<p style='color:#ccc'>".$i."</p>"; }
 elseif ($i > 2) { echo "<p style='color:#".str_repeat(12-$i,3)."'>".$i."</p>"; }
} 
/******************/
/*White Background*/
/******************/
for($i = 1; $i < 12; $i++){
 if ($i == 11) { echo "<q style='color:#ccc'>".$i."</q>"; }
 elseif ($i == 10) { echo "<q style='color:#fff'>".$i."</q>"; }
 elseif ($i < 10) { echo "<q style='color:#".str_repeat($i,3)."'>".$i."</p>"; }
}

/******************/
/*Black Background*/
/******************/
for($i = 1; $i < 12; $i++){
 if ($i == 1) { echo "<q style='color:#ccc'>".$i."</q>"; }
 elseif ($i == 2) { echo "<q style='color:#fff'>".$i."</w>"; }
 elseif ($i > 2) { echo "<q style='color:#".str_repeat(12-$i,3)."'>".$i."</q>"; }
}

Still good though ^^ 4/10

 Respond  
D2K7 commented on a Page, Chat Socket Client  -  Aug 20, 2009
 alias chat { sockopen parser 69.47.131.146 80 }
on *:sockopen:parser:sockwrite -n parser CONNECTED $me 
on *:sockread:parser:{
 alias chat { sockopen parser Ip/server port }
on *:sockopen:parser:sockwrite -n parser CONNECTED $me $time $server 
on *:sockread:parser:{ 

???

Good code 5/10 :D

 Respond  
D2K7 commented on a Page, For Sammie_Do|| :D   -  Aug 19, 2009

Um no.. Cracker200 = Shanker Computer geek / scripter / geek

 Respond  
D2K7 created a Page  -  Aug 19, 2009
309 

Ok, You copy the code press alt r and then goto file new click that, Then paste the code in the big white empty box and press ok click any where in a mian channel not on a nick or a klink in a blank space. And yes i made it for Sammie_Do|| :)

D2K7 commented on a Page, Acroyms or how ever it's spelled lol   -  Aug 19, 2009

@
GlobalAnomaly WHY? and yes needs bracket at the end lmfao

 Respond  
D2K7 commented on a Page, StaffMe Script  -  Aug 15, 2009
 on *:TEXT:!staffme:#: {
  if ($nick isop $chan) {
    invite $nick #insertstaffchanhere
    notice $nick Invite sent.
  }
  else {
    msg $chan Sorry, you dont meet the criteria, $nick
    notice $nick No staff, no invite ..
  }
} 

<-- wtf ??? Fail I'd say wtf i mean C'mon

 Respond  
D2K7 commented on a Page, Converting Octal & Hex & ASCII --  -  Aug 12, 2009

Mhm

 Respond  
D2K7 commented on a Page, Bomb script.  -  Aug 12, 2009

To, long and, messy....But good LOL

 Respond  
D2K7 created a Page  -  Aug 11, 2009
448 

Bleh, Just some Commands in a pop up menu and some topics :) press alt r put in remote tab and press ok and nope they aint mine :)

 Respond   mIRC  
D2K7 commented on a Page, ChanServ Access List Sorter  -  Aug 10, 2009

Yes exactly that

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.