another colored LOL,etc.

By Skylar on Feb 06, 2009

yes i know one more of this things, lols. im still learning "the hard way". feel free to comment.
just copy paste in your remotes. hope you like it. Will add more down the road. well this is an update. i would like to say thanx to all my friends here that giving up their time to help this noob out. lols.. Thank You.

on *:input:*:{
  if (!%lol.script) || (%lol.script = off) { halt }
  IF ($1 == lol) { /say 12L4augh 12O4ut 12L4oud $2- | halt }
  IF ($1 == wb) { say 5W14elcome 5B14ack $2- | halt }
  IF ($1 == ty) { say 12T4hank 12Y4ou $2- | halt }
  IF ($1 == np) { say 1N4o 1P4roblem $2- | halt }
  IF ($1 == lmao) { /me 12I14s 12L14aughing 12H14is 12A14ss 12O14ff $2- | halt }
  IF ($1 == afk) { say 2A10way 2F10rom 2T10he 2K10eyboard 2A10t 2T10he 2M10oment $2- | halt }
  IF ($1 == nm) { say 6N14othing 6M14uch $2- | halt }
  IF ($1 == wtf) { say 5W4hat 5T4he 5F4uck7! $2- | halt } 
  IF ($1 == omg) { say 2O14h7! 2M14y 2G14awd7! $2- | halt }
  IF ($1 == stfu) { say 7S14hut 7T14he 7F14uck 7U14p $2- | halt }
  IF ($1 == brb) { /me 1will 12B4e 12R4ight 12B4ack $2- | halt }
  IF ($1 == bk) { say 4I1'5m 4N5ow 4B5ack $2- | halt }
  IF ($1 == lmfao) { /me 1is 9L14aughing 9H14is 9F14uckin 9A14ss 9O14ff $2- | halt }
  IF ($1 == hb) { say 13H6urry 13B6ack $2- | halt }
  IF ($1 == cya) { say 6S14ee 6Y14a11! $2- | halt }
  IF ($1 == bbl) { /me 14W10ill 14B10e 14B10ack 14L10ater $2- | halt }
  IF ($1 == fo) { say 12F11uck 12O11ff7! $2- | halt }
}
Menu Channel,Server {
  LoL Script
  .Turn on { set %lol.script on }
  .Turn off { set %lol.script off }
}

Comments

Sign in to comment.
dma   -  Jul 02, 2018

still working good in 2018

 Respond  
Jethro   -  Aug 27, 2010

If you get double outputs from the input event, that's because you have another input event that is interfering with the snippet. The only way I can think of is to have them combined into one single event.

 Respond  
Swat   -  Aug 27, 2010

Still does the double msg for me

 Respond  
napa182   -  Jun 21, 2009

it's an on input so it goes into ur remotes then just type lol or any of the other acros in the list.

 Respond  
chachin   -  Jun 21, 2009

how do i trigger this script..
!lol or what. /lol

 Respond  
Skylar   -  Feb 06, 2009

ty so much guys :)

 Respond  
napa182   -  Feb 06, 2009

here it is again with an on/off function also no need for a ton of if lines

on *:input:*:{
  if (%lol && $istok(lol|wb|ty|np|lmao|afk|nm|wtf|omg|stfu|brb|bk|lmfao|hb|cya|bbl|fo,$1,124)) {
    msg # $replace($1,lol,12L4augh 12O4ut 12L4oud,wb,5W14elcome 5B14ack,ty,12T4hank 12Y4ou,np,1N4o 1P4roblem,lmao,12L14aughing 12M14y 12A14ss 12O14ff,afk,2A10way 2F10rom 2K10eyboard,nm,6N14othing 6M14uch,wtf,5W4hat 5T4he 5F4uck7!,omg,2O14h7! 2M14y 2G14awd7!,stfu,7S14hut 7T14he 7F14uck 7U14p,brb,12B4e 12R4ight 12B4ack,bk,4I1'5m 4N5ow 4B5ack,lmfao,9L14aughing 9M14y 9F14uckin 9A14ss 9O14ff,hb,13H6urry 13B6ack,cya,6S14ee 6Y14a11,bbl,14B10e 14B10ack 14L10ater,fo,12F11uck 12O11ff7) | haltdef
  }
}
menu * {
  Turn Acro $iif(!%lol,ON,OFF):{ $iif(!%lol,set %lol on,unset %lol) | echo -a Acro Is Now $iif(%lol,ON,OFF) }
}
 Respond  
Aucun50   -  Feb 06, 2009
on *:input:*:{
  if (!%lol.script) || (%lol.script = off) { halt }
  IF ($1 == lol) { /say 12L4augh 12O4ut 12L4oud $2- | halt }
  IF ($1 == wb) { say 5W14elcome 5B14ack $2- | halt }
  IF ($1 == ty) { say 12T4hank 12Y4ou $2- | halt }
  IF ($1 == np) { say 1N4o 1P4roblem $2- | halt }
  IF ($1 == lmao) { /me 12I14s 12L14aughing 12H14is 12A14ss 12O14ff $2- | halt }
  IF ($1 == afk) { say 2A10way 2F10rom 2T10he 2K10eyboard 2A10t 2T10he 2M10oment $2- | halt }
  IF ($1 == nm) { say 6N14othing 6M14uch $2- | halt }
  IF ($1 == wtf) { say 5W4hat 5T4he 5F4uck7! $2- | halt } 
  IF ($1 == omg) { say 2O14h7! 2M14y 2G14awd7! $2- | halt }
  IF ($1 == stfu) { say 7S14hut 7T14he 7F14uck 7U14p $2- | halt }
  IF ($1 == brb) { /me 1will 12B4e 12R4ight 12B4ack $2- | halt }
  IF ($1 == bk) { say 4I1'5m 4N5ow 4B5ack $2- | halt }
  IF ($1 == lmfao) { /me 1is 9L14aughing 9H14is 9F14uckin 9A14ss 9O14ff $2- | halt }
  IF ($1 == hb) { say 13H6urry 13B6ack $2- | halt }
  IF ($1 == cya) { say 6S14ee 6Y14a11! $2- | halt }
  IF ($1 == bbl) { /me 14W10ill 14B10e 14B10ack 14L10ater $2- | halt }
  IF ($1 == fo) { say 12F11uck 12O11ff7! $2- | halt }
}
Menu Channel,Server {
  LoL Script
  .Turn on { set %lol.script on }
  .Turn off { set %lol.script off }
}
 Respond  
Skylar   -  Feb 06, 2009

ok Aucun50 .. thnx bro.

 Respond  
Aucun50   -  Feb 06, 2009
  • @Aucun 12I14s 12L14aughing 12H14is 12A14ss 12O14ff |halt
    <@Aucun> lmao

I'm going to do a rewrite with halts placed right.

 Respond  
Skylar   -  Feb 06, 2009

lols. thanks bro il try to update it. thanx!

 Respond  
napa182   -  Feb 06, 2009

um i was just showing you a diff way to do it thats all. i dont mind if you use it. it's not like the way i done it hasnt been done already lmao

 Respond  
Skylar   -  Feb 06, 2009

thnx napa182...so my script sux :( and i really dont wanna take sumone elses. but if its ok with u for me to use it, that would be great.

 Respond  
napa182   -  Feb 06, 2009

well if you just want it to trigger if it's the only thing said you could do it like this

on *:input:*:{
  if ($istok(lol|wb|ty|np|lmao|afk|nm|wtf|omg|stfu|brb|bk|lmfao|hb|cya|bbl|fo,$1,124)) {
    msg # $replace($1,lol,12L4augh 12O4ut 12L4oud,wb,5W14elcome 5B14ack,ty,12T4hank 12Y4ou,np,1N4o 1P4roblem,lmao,12I14s 12L14aughing 12M14y 12A14ss 12O14ff,afk,2A10way 2F10rom 2K10eyboard,nm,6N14othing 6M14uch,wtf,5W4hat 5T4he 5F4uck7!,omg,2O14h7! 2M14y 2G14awd7!,stfu,7S14hut 7T14he 7F14uck 7U14p,brb,12B4e 12R4ight 12B4ack,bk,4I1'5m 4N5ow 4B5ack,lmfao,9L14aughing 9M14y 9F14uckin 9A14ss 9O14ff,hb,13H6urry 13B6ack,cya,6S14ee 6Y14a11,bbl,14B10e 14B10ack 14L10ater,fo,12F11uck 12O11ff7) | haltdef
  }
}
 Respond  
Skylar   -  Feb 06, 2009

ok i put what u told all told me.. but it still doing what napa182 is saying? how can i fix that?

 Respond  
Skylar   -  Feb 06, 2009

ok Pepsi_Man il put that on there but what is napa182 saying? sorry im confuzed :/

 Respond  
ProIcons   -  Feb 06, 2009

halt events
ex

IF ($1 == lol) { /say 12L4augh 12O4ut 12L4oud $2- | halt }

 Respond  
napa182   -  Feb 06, 2009

you need some haltdef's cuz it's not halting the abbreviations

<~Sick0> Laugh Out Loud
<~Sick0> lol

 Respond  
Pepsi_Man0077   -  Feb 06, 2009

Just add a popup somewhere in there like this

Menu Channel,Server {
LoL Script
.Turn on { set %lol.script on }
.Turn off { set %lol.script off }
}

then at the beginning of the on *:INPUT: make it like this

on :input::{
if (!%lol.script) && (%lol.script = off) { halt }
IF ($1 == lol) { /say 12L4augh 12O4ut 12L4oud $2- }

 Respond  
Skylar   -  Feb 06, 2009

thanx bro. yea that would be nice but im not good enough to do that yet. but if u can give me a tip on how to do it , it would be apreciated. again ty.

 Respond  
Pepsi_Man0077   -  Feb 06, 2009

Not bad, what would be really cool is a feature to turn it on and off. So it only works when it is on. Maybe a popup?

 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.