OP Trick

By SharkEyes09 on Jun 01, 2009

This is a little trick to get peoples hopes up and makes them think you have given them OP
Post it in your aliases.

Command
/trick NICK

Steps
• Makes NICK OP
• Sends a friendly message to the channle saying "There NICK, You can be OP :)
• Removes the OP from NICK
• Sends the message "Actually maybe not"

/trick {
  /mode # +o $$1
  /timer 1 2 /msg # There $$1 $+ , You can be an OP :)
  /timer2 1 4 /mode # -o $$1
  /timer3 1 5 /msg # Actually maybe not
}

Comments

Sign in to comment.
PATX   -  Jul 04, 2009

it mean... i like it!!!!! 5/10

 Respond  
mr_president   -  Jun 03, 2009

Wow....
Thats pretty harsh.
lol

 Respond  
Jethro   -  Jun 02, 2009

Opps, I totally overlooked that. That will work for a non-op zone, I suppose. lol But after a little modification, this should do it:

on @*:OP:#: { 
  if (%opnick) .msg # Actually maybe not. | mode # -o %opnick | unset %opnick 
}
alias trick {
  if ($$1 !ison #) { echo 2 -a * No such user $v1 in # }
  else { mode # +o $v1 | set %opnick $v1 | .msg # There $v1 $+ , you can be an OP :) }
}
 Respond  
Kirby   -  Jun 02, 2009
alias lolop { var %x $$1 | tokenize 46 +o.-o | mode # $* %x }

I guess, is another way. =/

 Respond  
napa182   -  Jun 02, 2009

@Jethro_ so what happens when a +o user joins the channel and gets his +o you end up taking it away. =/

 Respond  
Jethro   -  Jun 02, 2009

You don't even need to use timers and this script goes into your remote:

on @*:OP:#: { mode # -o $opnick | .msg # Actually maybe not. }
alias trick {
  if ($$1 !ison #) { echo 2 -a * No such user $v1 in # }
  else { mode # +o $v1 | .msg # There $v1 $+ , you can be an OP :) }
}
 Respond  
DJTwittr   -  Jun 02, 2009

ahhh i missed that lol

 Respond  
Cheiron   -  Jun 02, 2009

020612:211pm12> Now talking in #staff
12<20612:211pm12>
Joins: Auto_Help
12<20612:211pm12> -Auto_Help:@#help- Auto_Help is using IRC client: mIRC v6.35 Khaled Mardam-Bey
12<20612:211pm12> -Auto_Help:@#Scripters- Auto_Help is using IRC client: mIRC v6.35 Khaled Mardam-Bey
12<20612:212pm12> Sleeping_On_The_Job sets mode: +o Auto_Help
12<20612:212pm12> there Auto_Help , you can be an op :)
12<20612:212pm12>
Sleeping_On_The_Job sets mode: -o Auto_Help
12<20612:212pm12> actually , maybe not

alias in action on an mirc 6.35

 Respond  
napa182   -  Jun 02, 2009

you should be careful who you give +o to. =/ or someone could screw ur channel within them 4 seconds.

DJTwittr you did put it in ur aliases an not in ur remotes right?

 Respond  
DJTwittr   -  Jun 02, 2009

doesnt work for me... says unknown command trick

 Respond  
Cheiron   -  Jun 01, 2009

could do with a bit of cleaning. this below is a cleaned up alias version for you

 /trick /mode # +o $1 | .timer 1 2 msg # there $1 , you can be an op :) | .timer 1 4 mode # -o $1 | .timer 1 5 msg # actually , maybe not 
 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.