Top

Smilies


mIRC Code
+ 0 likes
Please Register to submit score.
Bookmark and Share
Average Score  0.0 (of 0 scores)
Date Added  Oct 09, 2009
Last Updated  Oct 09, 2009
Tags  menu  smileys 

Introduction

Just copy paste into a new remotes file and save file then click OK and it will be saved.
Right click into the channel and select the smiley of your choice out of the menu and click.
This is mt first script, so be nice on your comments.Hopefully I'll make some better scripts.

Have fun using the script cause fun is what IRC is all about.

Grab the Code

menu * {
  Smilies Script - Spoof
  .Siley
  ...Hillbilley:{
    /say 1,1-.9__
    /say 1,1-9(°…°)—«
  }
  ...VampBunny:{
    /say  14(\ /)
    /say 11*4,.,11*
  }
  ...I-Don't-Know:{
    /say ¯\(°_o)/¯
  }
  ...Weird-IDK:{
    /say ¯\͡๏̯͡๏ /¯
  }
  ...Evil-MF:{
    /say (04â—£_04â—¢)
  }
  ...Raarrrwww-Attack-Smiley:{
    /say (""") (04â—£_04â—¢) (""") ...Raarrrwww !!!! 
  }
  ...FU-Evil-Smiley:{
    /say '┌∩┐(04◣_04◢)┌∩┐.
  }
  ...Weird-Smiley:{
    /say ͡๏̯͡๏ 
  }
  ...Crazy-look:{
    /say (°_o)
  }
  ...Alien-eyes:{
    /say 9¨°ºo_oº°¨
  }
  ...Surprised:{
    /say 9˜_˜
  }
  ...Sad:{
    /say 11ú_ù
  }
  ...Sleepy:{
    /say 9Û_Û 
  }
  ...Pissed:{
    /say 4ò_ó
  }
  ...Mellow:{
    /say 9¬_¬ 
  }
  ...Asleep:{
    /say 15´15·`
  } 
  ...Eyes-covered:{
    /say ./¯_¯\.
  }
  ...Native:{
    /say 1,1--9___|
    /say 1,1-9/O_O\
  }
  ...Goofy-face:{
    /say 9Ô…Ô
  }
  ...I-Robot-face:{
    /say 9[º+º]
  }
  ...DJ-Bot-face:{
    /say d(04â—£_04â—¢)b
  }
  ...Sleeping-Bot:{
    /say [-_-]
  }
  ...Surprised-Bot:{
    /say [0_0]
  }
  ...WTF-bot-face:{
    /say [°_o]
  }
  ...Punk-Rocker:{
    /say 1,1--.9\\\|///
    /say 1,1---.9(°…°)
  }
  ...Bad-Hair-Day:{
    /say 1,1--9\\\|///
    /say 1,1-q(04â—£_04â—¢)p
  }

Comments

  (8)  RSS
PunkTuReD
Comments: 461
 
mIRC Snippet:  Smilies
Posted on Oct 9, 2009 1:12 am
few things bro,

in a menu, its like levels
Code:

  Smilies Script - Spoof <--- 0
  .Siley  <------------------ 1
  ..Hillbilley:{ <----------- 2

only 2 .'s are needed not 3.

smileys on one line can go on one line without the { }
..Weird-Smiley: say ͡๏̯͡๏ 

actually so can your multi line smileys.code
Code:

..VampBunny:say  14(\ /) | say 11*4,.,11*


all your /'s can be removed.

your also missing a closing bracket for your menu.

most is just good coding habit, everyone has their preferences.
Spoof
Comments: 2
 
mIRC Snippet:  Smilies
Posted on Oct 9, 2009 3:35 am
thx.. ya I was spazzed when it worked. crude but i'm trying.
PunkTuReD
Comments: 461
 
mIRC Snippet:  Smilies
Posted on Oct 9, 2009 4:01 am
its all just trial and error.
keep at it and youll be scripting dialogs, sockets, etc etc in no time mate.
its just harder to break bad coding habits later in scripting. lol.
knoeki
Comments: 120
 
mIRC Snippet:  Smilies
Posted on Oct 9, 2009 9:15 am
I'd say NOT using brackets is more of a bad habbit.. but everyone has his/her own style. ;_)
Jethro_
Comments: 437
 
mIRC Snippet:  Smilies
Posted on Oct 9, 2009 10:44 am
Sometimes a script without brackets won't work. For instance,
Quote:
while (%example) {
without the bracket, you're going to get an error.

It's easy to form a bad habit, but it's never too late to kick it and start cultivating a good one.
PunkTuReD
Comments: 461
 
mIRC Snippet:  Smilies
Posted on Oct 9, 2009 11:29 am
i agree but not in this case using popups.
Spoof
Comments: 2
 
mIRC Snippet:  Smilies
Posted on Oct 9, 2009 9:47 pm
Thanks for all input about the "Good the Bad and the Ugly" of scripting.Its all for fun for
me and enjoy everyone's opinion. Maybe in time I can make better scripts like PuNkTuReD
stated.This is a good place you learn from though an feel lucky to have you guy's here to
help out.
Thanks Everyone :)
PunkTuReD
Comments: 461
 
mIRC Snippet:  Smilies
Posted on Oct 9, 2009 11:13 pm
it all takes time, tbh when i started, i just started by editing scripts.
not even the code of the script, just the replies.

like
Hi $nick, welcome to $chan

i would just edit the "hi" "welcome to" parts, didnt even touch the code/identifiers etc.
scripting is da bomb, keep at it.

Commenting Options

Register or Login to Hawkee.com or use your Facebook or Twitter account by clicking the corresponding button below.

  
Bottom