Shortcuts

By wto_xray on Jul 05, 2009

This is just a script I made when I was bored just right click on a name and choose an option.
You can also right click in the channel and choose LoL, By the way you can add more to it, I guess this is just for beginners but enjoy anyway

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;Quick easy Actions;;;;;;;;;
;;;;;;;;;;;;;Another WTO_Xray Script;;;;
;;;;;;;;;;;;;;;;Enjoy;;;;;;;;;;;;;;;;;;;

menu nicklist {
  Actions
  .Hit
  ..Baseball bat: /me hits $$1 with a baseball bat 
  ..Hockey Stick: /me hits $$1 in the eye... Sorry I cant aim very good... lol 
  ..Wii remote: /me hits $$1 with the wii remote oops I guess I should put the strap on...Sorry 
  ..Broken Glass bottle: /me wacks $$1 with a broken glass bottle over the head 
  .Body
  ..Face: /me shoves a 7,3pie 1,0in $$1 face ha ha 
  ..Head: /me wacks $$1 with a rubber chicken across the head 
  ..Nuts: /me kicks  $$1 in the nuts ooooo that looked like it hurt 
  ..Nose: /me shoves a cupcake in $$1 nose...8,6 HAPPY BIRTHDAY 1,0 O wait its not your birthday o well enjoy :-) 
  .Cut
  ..Chainsaw: /me saws off $$1 arm 
  ..Knife: /me shanks $$1 in the side 
  ..Saw: /me saws of $$1 head 
  .Blood
..Blood: /me is going to drink $$1  blood 5,1COME HERE! }  

menu channel {
  Shortcuts
  ..LoL: /msg $chan 4,1Laughing 0,1Out 4,1Loud 
  ..LMAO: /msg $chan 12,1Laugh 0,1My 12,1Ass 0,1Off 
  ..BRB: /msg $chan 3,1Be 0,1Right 3,1Back 
  ..FTW: /msg $chan 8,1For 0,1The 8,1Win 
  ..BBL: /msg $chan 6,1Be 0,1Back 6,1Later 
  ..GTG: /msg $chan 0,1Got 11,1TO 0,1Go 
  ..NP: /msg $chan 14,5No Problem 
..OMG: /msg $chan 10,4O 4,10MY 10,4GOD! }

Comments

Sign in to comment.
sunslayer   -  Jul 05, 2009

rofl oops, gf me

wasnt thinking :p

 Respond  
Jethro   -  Jul 05, 2009

@sunslayer: Neither yours will work without inserting /say or /msg $active or $chan, and you didn't halt the default and / char:

on *:INPUT:#: { 
  if (/* !iswm $1) && (!$ctrlenter) && (!$inpaste) {
    say $replace($1-,brb,be right back) | haltdef 
  }
}

Another way you can do is utilize the $reptok identifier:

on *:INPUT:#: { 
  if (/* !iswm $1) && (!$ctrlenter) && (!$inpaste) && (brb isin $1-) {
    say $reptok(be right back,$v1,1,32) | haltdef 
  }
}
 Respond  
sunslayer   -  Jul 05, 2009
 on *:input:#: { $replace(brb,be right back) }

that won't work $replace needs atleast 3 parameters

  on *:input:#: { $replace($1-,brb,be right back) }
 Respond  
Weasel   -  Jul 05, 2009

Me to but aliases would be nice, 4/10 try

 on *:input:#: { $replace(brb,be right back) } 
 Respond  
PATX   -  Jul 05, 2009

like it. 5/10

 Respond  
Weasel   -  Jul 05, 2009

Maybe aliases or input so it replaces brb with be right back?

 Respond  
wto_xray   -  Jul 05, 2009

thanks

 Respond  
blitzz   -  Jul 05, 2009

You can put the Hit,Body,Cut,Blood in 1 menu nicklist

menu nicklist {
Action
.Hit
..
etc..
.Body
..
etc..
.Cut
..
etc..
.Blood
..
etc..

And, remove the '}' at the end of each subtitle. Just put '}' at the end.

 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.