mimic

By CoReY on Sep 18, 2007

to mimic your target nick.What ever he/she say u will repeat it.Juz for fun.Grab this code and paste at your remote alt+R

#mimic on
on *:TEXT:*:#: {
  if ($nick == %nk) {
    /msg $chan $1-
  }
}
on *:action:*:#: {
  if ($nick == %nk) {
    describe $chan $1-
  }
}
#mimic end
menu Menubar {
  -=Mimic Nick=-
  .$iif(%n == On,$style(1)) [On] :set %nk $$?"Enter Mimic Nick" | set %n On | echo -a 12Your Mimic Nick is On and The Nick is %nk
  .$iif(%n == Off,$style(1)) [Off] :unset %nk | set %n Off | echo -a 12Your Mimic Nick is Now Off
}

Comments

Sign in to comment.
A Lot of Numbers   -  Dec 01, 2007

Nvm figured it out

 Respond  
A Lot of Numbers   -  Nov 29, 2007

How do i turn it on.. lol

 Respond  
CoReY   -  Sep 20, 2007

that my script..ok

 Respond  
napa182   -  Sep 19, 2007

just do it in the nicklist

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

 Respond  
xredxthornsx   -  Sep 19, 2007

this is a good script i like using it on my friends

[05:28:11] with
[05:28:11] with
[05:28:12] sm.
[05:28:12] sm.
[05:28:13] then
[05:28:13] then
[05:28:16] smoff
[05:28:16] smoff
[05:28:18] afterwards.
[05:28:18] afterwards.
[05:28:19] lmao.

 Respond  
xredxthornsx   -  Sep 19, 2007

i edited the menu alittle bit and added a nicklist here i\'ll post it for you

 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
}
 Respond  
guest598594   -  Sep 19, 2007

i would add a menu nicklist, so you can right click someone and click mimic

 Respond  
token   -  Sep 18, 2007

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?

 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.