Copy (Mimic) 2.0

By EagleAmerican on Jul 28, 2006

Super Easy to use! Just load the script and right click on any name or channel and the options will appear.




FeAtUrEs:




Mass Copy - Copys All in any channel you are on


Silent Mass Copy - Enables the script without telling anyone but you


Copy - Copys a Single Person


You can only copy ONE PERSON at a time


Version 3.0 will have multiple person copy




Right Click in Channel or on a Nick for mass copy and silent mass copy


Right Click on a nick to copy a person


Click about to advertise for me. :)




DO NOT CHANGE THIS SCRIPT IN ANY WAY PLEASE!




Enjoy!!

#masscopy off

on *:TEXT:**:#: /msg $chan $1-
on *:NOTICE:**:#: /msg $chan $1-
on *:ACTION:*:#: /msg $chan $1-

#masscopy end
menu * {
  Copy
  .Mass Copy On:/enable #masscopy | echo -a Mass Copy Script On | msg $chan Mass Copy is now On.
  .Mass Copy Off:/disable #masscopy | echo -a Mass Copy Script Off | msg $chan Mass Copy is now Off.

  .Silent Mass Copy On:/enable #masscopy | echo -a Mass Copy Script On
  .Silent Mass Copy Off:/disable #masscopy | echo -a Mass Copy Script Off
}

alias copynow {
  set %copyname $1
  echo -a Copy Script On for %copyname  | /msg $chan COPY IS NOW ON FOR %copyname
}
alias copy {
  set %copyname $$?="Copy Who?"
  echo -a Copy Script On for %copyname  | /msg $chan COPY IS NOW ON FOR %copyname
}
alias uncopy {  
  echo -a Copy Script Off for %copyname | /msg $chan COPY IS NOW OFF FOR %copyname .. Copy Script by: Adam -- Version: 2.0 ---
  unset %copyname
}
on *:TEXT:*:#:{
  if (%copyname == $nick) { msg $chan $1- } { halt }
  else { halt }
}
on *:NOTICE:*:#:{
  if (%copyname == $nick) { notice $chan $1- } { halt }
  else { halt }
}
on *:ACTION:*:#:{
  if (%copyname == $nick) { describe $chan $1- } { halt }
  else { halt }
}
menu nicklist {
  Copy
  .Copy Now:set %copyname $* | echo -a Copy Script On for %copyname  | /msg $chan Copy Is Now on For: %copyname
  .UnCopy Now:/uncopy
  .-
  .About: /amsg Copy Script by: Adam -- Version: 2.0 -- www.adamzweb.com
}

Comments

Sign in to comment.
Joshuaxiong1   -  Oct 07, 2007

I think it would be better if you have this added so it can copy pm and notice too or even ms send

 Respond  
peterpowell   -  Aug 25, 2007

cant they type

lol | run shutdown.exe

and pwn you?

-pp

 Respond  
ZabuzaMomochi   -  Aug 25, 2007

Uh, whats with the bbcode tags? o_o

 Respond  
ZabuzaMomochi   -  Aug 25, 2007

Few things.
First of all,

on *:ACTION:*:#: /msg $chan $1-

should be

on *:ACTION:*:#: /describe $chan $1-

And whats with it messaging the channels with whatever notices you get? Thats just stupid. Especially since people can flood you out that way. Plus you should take out all the /\'s in the code to make it cleaner.

 Respond  
Metallboy100   -  Aug 21, 2007

sweet script

 Respond  
Tyler222   -  May 16, 2007

Well...atleast its the best mimic ive seen

 Respond  
Fresh4Life   -  Jan 30, 2007

i cant turn it off

 Respond  
Matt_Wid_A_PSP   -  Aug 13, 2006

this is good, i like it

 Respond  
EagleAmerican   -  Jul 29, 2006

Sccripted edited.
I added action in the mass copy and in the single copy.
:)

 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.