Top

Simple Inputs


mIRC Code
+ 0 likes
Please Register to submit score.
Average Score  0.0
Scores Submitted  0
Date Added  Aug 31, 2007
Last Updated  Aug 31, 2007
Tags  ame  brb  channel  color  inputs  lol  noumero  say  write  xaxa 
  Bookmark and Share

Introduction

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

Grab the Code

Comments

  (7)  RSS
Godzilla
Comments: 91
 
mIRC Snippet:  Simple Inputs
Posted on Aug 31, 2007 9:11 am
Why is there some space after the input event?
mountaindew
Comments: 1,645
 
mIRC Snippet:  Simple Inputs
Posted on Aug 31, 2007 11:16 am
no use for me, but maybe for u :/
NouMeRo
Comments: 26
 
mIRC Snippet:  Simple Inputs
Posted on Aug 31, 2007 1:23 pm
sta @@ mou filarako ;p
napa182
Comments: 1,143
 
mIRC Snippet:  Simple Inputs
Posted on Aug 31, 2007 1:41 pm
huh??
mountaindew
Comments: 1,645
 
mIRC Snippet:  Simple Inputs
Posted on Aug 31, 2007 2:38 pm
lol
T7Davey
Comments: 73
 
mIRC Snippet:  Simple Inputs
Posted on Sep 1, 2007 6:24 am
Also why is there a space between
Code:

  if (yes == $1 ) { /say 87Ohhh 8Yes..! $2- | halt }

}
?
No need for it.
FRISH
Comments: 63
 
mIRC Snippet:  Simple Inputs
Posted on Sep 1, 2007 7:23 am
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 =/

Please Register or Login to start posting comments.
Bottom