Simple Inputs

By NouMeRo on Aug 31, 2007

These are some of my inputs i use in my script.When you type for example lol it will appear colorful LooooL etc..I know its not so special but in my search for inputs i didn't find any , so i thought to post some.Just copy the code(ctrl+c) open scripts editor(alt+r)create new remote file and paste the code(ctrl+p).That's all folks.

*Note: In my script i also used funny sounds with my inputs.If anyone wants to use sound just Write this command beside the input | splay $mircdirsounds/yoursound.mp3 | halt
For example :
if (lol == $1 ) { /say 15L4aughing 15O4ut 15L4oud $2- | splay $mircdirsounds/lol.mp3 | halt }

I hope you like it

on *:input:*:{

  if (ha == $1 ) { /say hahahahahahahahaha $2- | halt }
  if (wb == $1 ) { /say 11W7e8l11c7o8m11e 7B8a11c7k $2- | halt }
  if (wc == $1 ) { /say 11W7e8l11c7o8m11e $2- | halt }
  if (hey == $1 ) { /say 11H7e8y... 11H7o8w 11A7r8e 11Y7o8u $2- | halt }
  if (lol == $1 ) { /say 15L4aughing 15O4ut 15L4oud $2-  | halt }
  if (? == $1 ) { /say 47???8??? $2- | halt }
  if (bye == $1 ) { /say 11B7y8e 11B7y8e $2- | halt }
  if (bb == $1 ) { /say 11B7y8e 11B7y8e $2- | halt }
  if (xaxa == $1 ) { /say 11x7a8x11a7x8a11x7a8a11a7a8a11x7a8x11a $2- | | halt }
  if (brb == $1 ) { /say 11B3 11R7|8g11h7t 8B11@7c8k $2- | halt }
  if (omg == $1 ) { /say 11O7h 8M11y 7G8o11d $2- | halt }
  if (:P == $1 ) { /say 4:7PpPp8PpPp $2- | halt }
  if (thx == $1 ) { /say 87Thanks 8a 8Lot $2- | halt }
  if (fu == $1 ) { /say 11F7u8c11k 11Y7o8u... $2- | halt }
  if (nice == $1 ) { /say 11N7i8c11e... $2- | halt }
  if (:O == $1 ) { /say 11:7O $2- | halt }
  if (sry == $1 ) { /say 11So7RR8y....  $2- | halt }
  if (np == $1 ) { /say 7No 8ProbleM $2- | halt }
  if (sex == $1 ) { /say 11SeX 6SeX  11SeX 6SeX  $$2- | halt }
  if (l0l == $1 ) { /say 11L0o007o0o08o0o011o0o07o0o08L $2- | halt }
  if (;p == $1 ) { /say 4;7PpPp8PpPp $2- | halt }
  if (ty == $1 ) { /say 87Thanks 8You 8! $2- | halt }
  if (no == $1 ) { /say 87No 8! $2- | halt }
  if (yes == $1 ) { /say 87Ohhh 8Yes..! $2- | halt }

}

Comments

Sign in to comment.
FRISH   -  Sep 01, 2007

lol i have a space like that in my snippets so i can tell where to add my next on input code ;P, maybe his is for same reason meh =/

 Respond  
guest598594   -  Aug 31, 2007

lol

 Respond  
napa182   -  Aug 31, 2007

huh??

 Respond  
NouMeRo   -  Aug 31, 2007

sta @@ mou filarako ;p

 Respond  
guest598594   -  Aug 31, 2007

no use for me, but maybe for u :/

 Respond  
Godzilla   -  Aug 31, 2007

Why is there some space after the input event?

 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.