Top

Comments

  (93)  RSS
GuardianDemon's
Seven_Dayss
Comments: 8
 
mIRC Snippet:  Fun Commands
Posted on Jul 9, 2008 10:19 am
if there\'s no nick in channel they\'re still works,,,

fark with this script,,,,,!
ZiX
Comments: 52
 
mIRC Snippet:  Mimic System
Posted on Nov 30, 2007 9:23 pm
LOL
well done Aaron.
mountaindew
Comments: 1,540
 
Image:  TEAM PANDEMIC
Posted on Oct 5, 2007 6:26 pm
i love neon green and black stuff, favorite colors :D
buckshot987
Comments: 4
 
mIRC Snippet:  Jokes.....
Posted on Sep 18, 2007 8:52 pm
kinda sloppy you missed up on some of the jokes not to be rude or anything
AHBARAR
Comments: 141
 
mIRC Snippet:  Fun Commands
Posted on Aug 26, 2007 5:53 pm
Very Nice Script Just Fix The Magic 1
/set %Magic $rand(1,4)
if ($1 == !Kiss) {
to be
/set %Magic $rand(1,4)
if ($1 == !Magic) {
Give u 5/7 :D
lehmann14l
Comments: 10
 
mIRC Snippet:  YoMama
Posted on Aug 22, 2007 10:47 am
err someone already mentioned that >_> nvm
lehmann14l
Comments: 10
 
mIRC Snippet:  YoMama
Posted on Aug 22, 2007 10:45 am
you can reduce that to 1 line by putting all the jokes into a text file and reading it off that(its random) :)
on *:TEXT:!yomomma:#:{ /msg $chan $read(yomomma.txt) }
mountaindew
Comments: 1,540
 
mIRC Snippet:  Mimic System
Posted on Aug 21, 2007 1:21 pm
sorry,

Code:

on *:TEXT:*:#:{
  if ($1 == !mimic) {
    if (!$2) {
      msg $chan 2[G]15iVe Me A NiCk To MiMiC.
      msg $chan !mimic <nick> <secs>
      halt
    }
    elseif ($3 isnum 1-) {
      set %mimic $2
      set %mimicnick $nick
      msg $chan 2 $+ [H]15eY $2 I WiLl CoPy WhAtEvEr YoU SaY.
      msg $chan 2 [I]15 WiLl NoW MiMiC $2 FoR $3 SeCoNdS
      timer 1 $3 msg $chan 2 %mimic [I]15s No LoNgEr BeInG MiMiCeD YoUr TiMe RaN OuT.
      timer 1 $3 unset %mimic %mimicnick
    }
  }
  elseif ($1 == !unmimic) {
    if ($nick == %mimicnick) {
      msg $chan 2 $+ %mimic [A]15ww CmOn WhY YoU GoTtA Do ThAt.
      unset %mimic
    }
    else msg $chan 2[Y]15oU wErEnT tHe NiCk ThAt SaId !MiMiC
  }
  if ($nick == %mimic) {
    msg $chan $1-
  }
}
on *:Action:*:#:{
  if ($nick == %mimic) {
    Describe $chan $1-
  }
}

i mesd up a little, thats right ^^
mountaindew
Comments: 1,540
 
mIRC Snippet:  Mimic System
Posted on Aug 21, 2007 1:17 pm
Code:

on *:TEXT:*:#:{
  if ($1 == !mimic) && ($nick isop $chan) {
    if (!$2) {
      msg $chan 2[G]15iVe Me A NiCk To MiMiC.
      msg $chan !mimic <nick> <secs>
      halt
    }
    elseif ($3 isnum 1-) {
      set %mimic $2
      set %mimicnick $nick
      msg $chan 2 $+ [H]15eY $2 I WiLl CoPy WhAtEvEr YoU SaY.
      msg $chan 2 [I]15 WiLl NoW MiMiC $2 FoR $3 SeCoNdS
      timer 1 $3 msg $chan 2 %mimic [I]15s No LoNgEr BeInG MiMiCeD YoUr TiMe RaN OuT.
      timer 1 $3 unset %mimic %mimicnick
    }
    elseif ($nick !isop $chan) {
      msg $chan YoU dOnT hAvE tHe PoWeR tO dO tHaT!
    }
  }
  elseif ($1 == !unmimic) {
    if ($nick == %mimicnick) {
      msg $chan 2 $+ %mimic [A]15ww CmOn WhY YoU GoTtA Do ThAt.
      unset %mimic
    }
    else msg $chan 2[Y]15oU wErEnT tHe NiCk ThAt SaId !MiMiC
  }
  if ($nick == %mimic) {
    msg $chan $1-
  }
}
on *:Action:*:#:{
  if ($nick == %mimic) {
  Describe $chan $1-
  }
}


i wrote this b4 i came to this, i saw u wrote it in xdaemon\'s profile...and then i saw ppl wanted it to be if nick is op\'d, i added that too, and made it less messy. also, i made it so only the person that did !mimic can do !unmimic
napa182
Comments: 1,004
 
mIRC Snippet:  Away Informer
Posted on Jul 27, 2007 9:48 pm
oh i forgot to change \"msg $chan\" to \"amsg\" on the Away Informer turn on and turn off
napa182
Comments: 1,004
 
mIRC Snippet:  Away Informer
Posted on Jul 27, 2007 9:42 pm
lmao ok here
Code:
on *:TEXT:*:#:{
  if ((%gone1 == on) && (%name1 isin $1-)) {
    set %whatsaid $1-
    window @away
    aline @away $nick Called Your Name At $time(h:nn:tt) In $chan And Said: %whatsaid
    notice $chan 2««15[æ]2[æ]15[æ]2»»15 He\'s Not Here. P2p Him If Needed. 2««15[æ]2[æ]15[æ]2»»
  }
  elseif ((%gone1 == on) && (%name2 isin $1-)) {
    window @away
    aline @away $nick Called Your Nick At $time(h:nn:tt) In $chan And Said: %whatsaid
    notice $chan 2««15[æ]2[æ]15[æ]2»»15 He\'s Not Here. P2p Him If Needed. 2««15[æ]2[æ]15[æ]2»»
  }

menu channel {
  Away Informer
  .Turn On { set %name1 $?=\"What Nick would you like To Use For the Away Nick\" | set %name2 $?=\"What Other Name would you like To Use To Be Informed When Called\" | set %aawayreason $?=\"Away Reason\" | set %gone1 on | nick %name1 $+ -Away | set %aaway.timee $ctime | msg $chan 0,2I am Now Away Reason:4,2 %aawayreason 0,2Left at:4,2 $time(h:nntt) }
  .Turn Off { unset %gone1 | nick %name1 | msg $chan 0,2I am Now back from Reason:4,2 %aawayreason 0,2Gone for:4,2 $duration($calc($ctime - %aaway.timee)) | unset %aawayreason | unset %aaway.timee | unset %whatsaid }
}
napa182
Comments: 1,004
 
mIRC Snippet:  Mimic System
Posted on Jul 27, 2007 3:12 pm
(^_^)
Code:
on *:TEXT:*:#:{
  if ($nick == %mimic) {
    msg $chan $1-
  }
}
on *:Action:*:#:{
  if ($nick == %mimic) {
    describe $chan $1-
  }
}
napa182
Comments: 1,004
 
mIRC Snippet:  Mimic System
Posted on Jul 27, 2007 1:53 pm
isee you fixed the text part but now the action is msg $chan $1-..use describe $chan $1- ..... =)
Anti
Comments: 305
 
mIRC Snippet:  Away Informer
Posted on Jul 27, 2007 4:48 am
lols napa i think you should help him on it now re-do the script LOL well done guardiandemon :)
napa182
Comments: 1,004
 
mIRC Snippet:  Away Informer
Posted on Jul 26, 2007 3:00 pm
instead of a p2p message have a window open just a thought
Code:
on *:TEXT:*:#:{
  if ((%gone1 == on) && (%name1 isin $1-)) {
    window @away
    aline @away $nick Called Your Name At $time(h:nn:tt) In $chan
    notice $chan 2««15[æ]2[æ]15[æ]2»»15 He\'s Not Here. P2p Him If Needed. 2««15[æ]2[æ]15[æ]2»»
  }
  elseif ((%gone1 == on) && (%name2 isin $1-)) {
    window @away
    aline @away $nick Called Your Nick At $time(h:nn:tt) In $chan
    notice $chan 2««15[æ]2[æ]15[æ]2»»15 He\'s Not Here. P2p Him If Needed. 2««15[æ]2[æ]15[æ]2»»
  }

napa182
Comments: 1,004
 
mIRC Snippet:  Guest Counter + A Little Entertainment
Posted on Jul 26, 2007 2:11 am
BAh delete the post above please ^^
napa182
Comments: 1,004
 
mIRC Snippet:  Away Informer
Posted on Jul 26, 2007 1:28 am
oh or you can do this ...
Code:
menu nicklist,status,channel {
  Set name { name }
}
alias name {
  set %name1 $?=\"What Name would you like for name1\"
  set %name2 $?=\"What Name would you like for name2\"
}
on *:TEXT:*:#:{
  if ((%gone == on) && (%name1 isin $1-)) {
    msg $me $nick Called Your Name At $time(h:nn:tt) In $chan
    notice $chan 2««15[æ]2[æ]15[æ]2»»15 He\'s Not Here. P2p Him If Needed. 2««15[æ]2[æ]15[æ]2»»
  }
  elseif ((%gone == on) && (%name2 isin $1-)) {
    msg $me $nick Called Your Nick At $time(h:nn:tt) In $chan
    notice $chan 2««15[æ]2[æ]15[æ]2»»15 He\'s Not Here. P2p Him If Needed. 2««15[æ]2[æ]15[æ]2»»
  }

menu channel {
  Away Informer
  .Turn On { set %gone on | echo $chan  Away Informer is now on }
  .Turn Off { unset %gone | echo $chan Away Informer is now off }
}
napa182
Comments: 1,004
 
mIRC Snippet:  Away Informer
Posted on Jul 26, 2007 12:06 am
how about...this...
Code:
on *:TEXT:*:#:{
  if ((%gone == on) && (YOURNAME isin $1-)) {
    notice $me $nick Called Your Name At $time(h:nn:tt) In $chan
    notice $chan 2««15[æ]2[æ]15[æ]2»»15 He\'s Not Here. P2p Him If Needed. 2««15[æ]2[æ]15[æ]2»»
  }
  elseif ((%gone == on) && (YOURNICK isin $1-)) {
    notice $me $nick Called Your Nick At $time(h:nn:tt) In $chan
    notice $chan 2««15[æ]2[æ]15[æ]2»»15 He\'s Not Here. P2p Him If Needed. 2««15[æ]2[æ]15[æ]2»»
  }

menu channel {
  Away Informer
  .Turn On { set %gone on | echo $chan  Away Informer is now on }
  .Turn Off { unset %gone | echo $chan Away Informer is now off }
}
Anti
Comments: 305
 
mIRC Snippet:  Guest Counter + A Little Entertainment
Posted on Jul 23, 2007 3:11 pm
XD Yeah i guess it was.. :P but.. i was being honest ok? :D can be honest about my snippets to.
GuardianDemon
Comments: 52
 
mIRC Snippet:  Insults
Posted on Jul 22, 2007 1:27 pm
Fixed Ty Spazville Ill Use 14 Instead Of 15 From Now On = ) Ty
1 2 3 4 5 Next
Bottom