DarkCoder

DarkCoder

Joined
Dec 04, 2009

Activity Stream

DarkCoder created a Page  -  Feb 16, 2010
483 

Amsg script, works over servers, has a channel ignore list and i even made it with a dialog so its idiot proof :). /Ad or click background to start.

  1 Thread   mIRC  
DarkCoder commented on a Page, DM with control panel  -  Feb 15, 2010

When i added a food it asked me to enter a name for the weapon :P. i never tried out the dming but it looks nice.

 Respond  
DarkCoder commented on a Page, Cookie Game!  -  Feb 14, 2010

Eww, atleast make a better code relevence!

on $*:TEXT:/^[.!@]Test/Si:#: $iif(@* iswm $1,msg #,notice $nick) Testing (:
 Respond  
DarkCoder commented on a Page, rock on hand  -  Feb 13, 2010

Make me a porno picture and il rate it 10/10 and like it :|.

 Respond  
DarkCoder commented on a Page, rock,paper,scissors game  -  Feb 13, 2010

Seriously, i could not get this to work.. Probobly my browser but

𠼳pan class="br0">{

wtf?

 Respond  
DarkCoder created a Page  -  Feb 12, 2010

My advance query control, It has some features like.

DarkCoder commented on a Page, Messege transmiting Between Server Channels  -  Feb 12, 2010

uhmm. I dont think $nick will EVER = $me, in an on text event anyways. And there is no need to put a halt at the end, a few more mistakes and im pretty sure the $cid wouldnt work, but good script (Doesnt work for me but w/e).

 Respond  
DarkCoder commented on a Page, Color full text and lots of it  -  Feb 07, 2010

Hating people you dont even know is shallow, especially on the internet.. Im doing everything hes doing^. And the only reason i like/respect ghost-writer, he makes DECENT (Not great :P) Scripts :).

 Respond  
DarkCoder commented on a Page, Star Wars Rpg  -  Feb 05, 2010

Uhmm, I think there is, on load event it writes help.txt so you probobly need to load it and read..

 Respond  
DarkCoder commented on a Page, Color full text and lots of it  -  Feb 04, 2010

Funny any thing ghost-writer comments on gets spammed w. replies o.0, half of whitch dont even concern the script.

 Respond  
DarkCoder created a Page  -  Jan 30, 2010

My random insult bot, its very simple to use. Load it in your remote (Alt R). And then make another person type @Insult To message the channel or ./!Insult to notice the person. It comes with flood control allowing one insult per every 9 seconds and every insult it updates its internal insult list.

DarkCoder commented on a Page, Auto Identifier  -  Jan 11, 2010

Very well scripted, this is the kind of coding that napa would cum on, my version would be like.

 Respond  
DarkCoder commented on a Page, runescape dm game  -  Jan 08, 2010

Variable overkill.

 Respond  
DarkCoder commented on a Page, Multiplayer Tic Tac Toe  -  Jan 05, 2010

nou, chu is kirby :) you tell me to stfu. XD, accept my challange :<, my score pwnz0rs.

 Respond  
DarkCoder commented on a Page, Multiplayer Tic Tac Toe  -  Jan 04, 2010

I cant find anyone to play with :<, were can i find you kirby?

 Respond  
DarkCoder created a Page  -  Jan 02, 2010
2 744 

Not one of my greater scripts, just decided to make it. You put it in your remote and let somone type hi/hello/sup/hey/waddup and it messages them back what they said, I might think about adding stuff but i doubt this will gets positive feed back or anything else :P.

DarkCoder commented on a Page, Basic Leave and Assign Snippet  -  Dec 31, 2009

Very good :P. Could be,

on $*:TEXT:/^[.!@](Assign|Part)/Si:#: $iif($regml(1) == part,part $chan,join $2)
 Respond  
DarkCoder created a Page  -  Dec 31, 2009
2 318 

I couldnt find any other hilight scripts with dialogs :\ i took some of the ideas for people who logged hilights etc, completely remade it tho, put in a anti hilight list for bots etc, doesnt support address/wildcards tho :<.

DarkCoder commented on a Page, 2 USER Remote Paint - UPDATED v1.6 - Ses PB  -  Dec 31, 2009

Eh.

 Respond  
DarkCoder commented on a Page, .:: !Say & !Me ::.  -  Dec 27, 2009

No one ever pulled a napa on this yet? Let me plawx?

on $*:TEXT:/^[.!@](me|say)/Si:#: {
if ($address($nick,2) == $address($me,2)) {
if ($regml(1) == me) { describe $chan $2- }
else { msg $chan $2- }
}
 Respond  
DarkCoder commented on a Page, Insult After You Kick  -  Dec 26, 2009

God damn nappa, continue killing them.

 Respond  
DarkCoder commented on a Page, RPG dialog v1.0  -  Dec 26, 2009

tbh, this is a good script. il finish it for you :).

 Respond  
DarkCoder commented on a Page, Insult After You Kick  -  Dec 26, 2009

lol, i like the insults, the codes not bad either! I dont know why people dont comment on these :P.

 Respond  
DarkCoder commented on a Page, World of Warcraft Armory Search  -  Dec 26, 2009

Shorter version?

alias armory {
  if (@ isin $1) && ($left($2,1) == @) {
     var %realm $remove($2-,@) 
    echo -a Armorying $replace($1,$left($1,1),$upper($left($1,1))) of $replace(%realm,$left(%realm,1),$upper($left(%realm,1))) $+ .
    run http://www.wowarmory.com/character-sheet.xml?r= $+ %realm $+ &n= $+ %name
  }
  else echo -a Insufficent parems Correct format: /armory <name> @<realm>.
}
 Respond  
DarkCoder commented on a Page, Star Awards  -  Dec 25, 2009

ty ghost-writer :>, jeth, good job to i guess, and i missed out on a little colours, big deal :<.

 Respond  
DarkCoder commented on a Page, Star Awards  -  Dec 25, 2009

describe $chan gives $2 a $regml(1) Star 0,2 ✩ for $+($iif($Regml(1) == gold,excellence,$iif($regml(1) == silver,effort,at least trying)),.) $nick has given out $hget($regml(1), $nick) $regml(1) Star awards.
^replace that, ie is currently sucking so i cant edit.

 Respond  
DarkCoder commented on a Page, Star Awards  -  Dec 25, 2009

Hash table could be used here, And you could use regex and $regml to make this all 1 command and work the same :).

on $*:TEXT:/^[.!@](Gold|Bronze|Silver)-Star/si:#: {
  hinc -m $regml(1) $nick
  describe $chan gives $2 a $regml(1) Star 0,2 ✩  for effort. $nick has given out $hget($regml(1), $nick) $regml(1) Star awards.
}
 Respond  
DarkCoder commented on a Page, Network Identifier  -  Dec 24, 2009

jethro_, thats rude, You say i am unexperienced because i dont know about 1 identifier? Last i recall you didnt know $tip very well.

 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.