Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ;INSTRUCTIONS: you will need to edit this slightly.
- ;Open mIRC. Click the Scripts Editor button along the
- ;top menu, looks like a yellowish scroll with a green dot.
- ;Copy and paste the script below into the "Remote" tab.
- ;
- ;On the line 4th from the bottom where it says "say 10 $+ $1-",
- ;place your cursor immediately before the "10" after the space,
- ;then press Ctrl+K. This will bring up a color bar with numbers
- ;and also create a little black square which must remain in the code.
- ;Replace "10" in the script with your desired color number.
- ;(10, the default, is turquoise. )
- ;Test it out. :) You can always go back and change the color number.
- ;If there are any problems or questions contact me on IRC.
- ; - Hypatian
- ;
- ;Code to copy paste begins after this line
- on *:input:#:{
- if $left($$1,1) == / {
- $1-
- halt
- }
- say 10 $+ $1-
- :end
- halt
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement