mimic
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 0.0 (of 0 scores) |
| Date Added | Sep 18, 2007 |
| Last Updated | Sep 18, 2007 |
| Tags | mimic |
Introduction
mIRC Snippet:
mimic
Posted on Sep 18, 2007 9:05 pm
Posted on Sep 18, 2007 9:05 pm
you could use a $group(#mimic).status to see if it is on or off, try using $iif($group(#mimic).status = on, Off,On):$iif($group(#mimic).status = on, disable #mimic, enable #mimic). remove the / before /msg $chan and there you are it is pretty basic though, perhaps make a variable to check if the words the nick says is not allowed (i.e swear kickers) and the nick could easily flood you out, perhaps add timers?
mIRC Snippet:
mimic
Posted on Sep 19, 2007 2:22 pm
Posted on Sep 19, 2007 2:22 pm
i would add a menu nicklist, so you can right click someone and click mimic
mIRC Snippet:
mimic
Posted on Sep 19, 2007 5:25 pm
Posted on Sep 19, 2007 5:25 pm
i edited the menu alittle bit and added a nicklist here i'll post it for you
| Code: |
| menu Menubar,Channel { -=Mimic Nick=- .$iif(%n == On,$style(1)) [On] :set %nk $$?"Enter Mimic Nick" | set %n On | echo -a 8Your Mimic Nick is On and The Nick is %nk .$iif(%n == Off,$style(1)) [Off] :unset %nk | set %n Off | echo -a 8Your Mimic Nick is Now Off } menu Nicklist { -=Mimic Nick=- .$iif(%n == On,$style(1)) [On] :set %nk $$1 | set %n On | echo -a 8Your Mimic Nick is On and The Nick is %nk .$iif(%n == Off,$style(1)) [Off] :unset %nk | set %n Off | echo -a 8Your Mimic Nick is Now Off } |
mIRC Snippet:
mimic
Posted on Sep 19, 2007 5:28 pm
Posted on Sep 19, 2007 5:28 pm
this is a good script i like using it on my friends
| Quote: |
| [05:28:11] <Aerix> with [05:28:11] <C4K3> with [05:28:12] <Aerix> sm. [05:28:12] <C4K3> sm. [05:28:13] <Aerix> then [05:28:13] <C4K3> then [05:28:16] <Aerix> smoff [05:28:16] <C4K3> smoff [05:28:18] <Aerix> afterwards. [05:28:18] <C4K3> afterwards. [05:28:19] <TropythePecan> lmao. |
mIRC Snippet:
mimic
Posted on Sep 19, 2007 10:34 pm
Posted on Sep 19, 2007 10:34 pm
just do it in the nicklist
or what ever
| Code: |
| on *:TEXT:*:#: { if ($nick == %nk) { msg $chan $1- } } on *:action:*:#: { if ($nick == %nk) { describe $chan $1- } } menu nicklist { .-=Mimic Nick=- ..[On]:{ set %nk $1 | echo -a 12Your Mimic Nick is On and The Nick is %nk } ..[Off]:{ unset %nk | echo -a 12Your Mimic Nick is Now Off } } |
or what ever






