Top

Smiley Faces


mIRC Code
+ 0 likes
Please Register to submit score.
Bookmark and Share
Average Score  6.0 (of 1 scores)
Date Added  Sep 02, 2007
Last Updated  Oct 04, 2007
Tags  face  pic  smile 

Introduction

This is basically just a script where you can make 8 different color smiles. Just paste in remotes then right click in a channel window and select smiles then choose a color.

Grab the Code

menu channel {
  .Smiles
  ..Colors
  ...Yellow:/yellow.smile
  ...Red:/red.smile
  ...Blue:/blue.smile
  ...Green:/green.smile
  ...Pink:/pink.smile
  ...Purple:/purple.smile
  ...Orange:/orange.smile
  ...Gray:/gray.smile
}
 
alias yellow.smile {
  msg $active 0,0_8,8__________
  msg $active 8,8__1,1__8,8____1,1__8,8__  
  msg $active 8,8____________            
  msg $active 8,8_1,1__________8,8_ 
  msg $active 8,8__1,1________8,8__  
  msg $active 0,0_8,8__________  
}
alias red.smile {
  msg $active 0,0_4,4__________
  msg $active 4,4__1,1__4,4____1,1__4,4__  
  msg $active 4,4____________            
  msg $active 4,4_1,1__________4,4_ 
  msg $active 4,4__1,1________4,4__  
  msg $active 0,0_4,4__________  
}
alias green.smile {
  msg $active 0,0_3,3__________
  msg $active 3,3__1,1__3,3____1,1__3,3__  
  msg $active 3,3____________            
  msg $active 3,3_1,1__________3,3_ 
  msg $active 3,3__1,1________3,3__  
  msg $active 0,0_3,3__________  
}
alias blue.smile {
  msg $active 0,0_2,2__________
  msg $active 2,2__1,1__2,2____1,1__2,2__  
  msg $active 2,2____________            
  msg $active 2,2_1,1__________2,2_ 
  msg $active 2,2__1,1________2,2__  
  msg $active 0,0_2,2__________  
}
alias pink.smile {
  msg $active 0,0_13,13__________
  msg $active 13,13__1,1__13,13____1,1__13,13__  
  msg $active 13,13____________            
  msg $active 13,13_1,1__________13,13_ 
  msg $active 13,13__1,1________13,13__  
  msg $active 0,0_13,13__________  
}
alias purple.smile {
  msg $active 0,0_6,6__________
  msg $active 6,6__1,1__6,6____1,1__6,6__  
  msg $active 6,6____________            
  msg $active 6,6_1,1__________6,6_ 
  msg $active 6,6__1,1________6,6__  
  msg $active 0,0_6,6__________  
}
alias orange.smile {
  msg $active 0,0_7,7__________
  msg $active 7,7__1,1__7,7____1,1__7,7__  
  msg $active 7,7____________            
  msg $active 7,7_1,1__________7,7_ 
  msg $active 7,7__1,1________7,7__  
  msg $active 0,0_7,7__________  
}
alias gray.smile {
  msg $active 0,0_14,14__________
  msg $active 14,14__1,1__14,14____1,1__14,14__  
  msg $active 14,14____________            
  msg $active 14,14_1,1__________14,14_ 
  msg $active 14,14__1,1________14,14__  
  msg $active 0,0_14,14__________  
}
 

Comments

  (26)  RSS
Akishoot
Comments: 139
 
mIRC Snippet:  Smiley Faces
Posted on Sep 2, 2007 9:42 am
Haha nice :D They're a bit squarish looking, but nice work :3
warrock
Comments: 23
 
mIRC Snippet:  Smiley Faces
Posted on Sep 2, 2007 9:50 am
Thank you, but once again on mIRC it is hard to make a round picture with squares of color...
Akishoot
Comments: 139
 
mIRC Snippet:  Smiley Faces
Posted on Sep 2, 2007 10:59 am
True :D
Godzilla
Comments: 88
 
mIRC Snippet:  Smiley Faces
Posted on Sep 2, 2007 11:29 pm
Its not kinda scripting, just to make big faces, and to do, what i'm trying to explain is, its so simple. :]

alias face {
msg $active <face>
}
warrock
Comments: 23
 
mIRC Snippet:  Smiley Faces
Posted on Sep 3, 2007 12:27 am
Well yea it is simple but if ppl want it all they have to do is copy and paste it from here which saves them time :D
Ghost-lit Warder
Comments: 124
 
mIRC Snippet:  Smiley Faces
Posted on Sep 3, 2007 12:44 am
I really don't think it's that simple for this type of script. The whole point is to draw a picture of a smiley face, and that is what's done here. Pretty cool if you're bored, although you face the risk of getting kicked for flooding. Nice job. =)
napa182
Comments: 1,455
 
mIRC Snippet:  Smiley Faces
Posted on Sep 3, 2007 1:40 am
Those would just get annoying =/
Ghost-lit Warder
Comments: 124
 
mIRC Snippet:  Smiley Faces
Posted on Sep 3, 2007 1:52 am
You should probably make the smilies only available in a channel window. It would seriously screw up in the status, so there is no point including it there.
napa182
Comments: 1,455
 
mIRC Snippet:  Smiley Faces
Posted on Sep 3, 2007 2:12 am
Code:
menu channel {
  .Smiles
  ..Colors
  ...Yellow: { set %colorr 0,0 | set %colorrr 8,8 | set %co 1,1 | /smile }
  ...Red: { set %colorr 0,0 | set %colorrr 4,4 | set %co 1,1 | /smile }
  ...Blue: { set %colorr 0,0 | set %colorrr 2,2 | set %co 1,1 | /smile }
  ...Green: { set %colorr 0,0 | set %colorrr 3,3 | set %co 1,1 | /smile }
  ...Pink: { set %colorr 0,0 | set %colorrr 13,13 | set %co 1,1 | /smile }
  ...Purple: { set %colorr 0,0 | set %colorrr 6,6 | set %co 1,1 | /smile }
  ...Orange: { set %colorr 0,0 | set %colorrr 7,7 | set %co 1,1 | /smile }
  ...Gray: { set %colorr 0,0 | set %colorrr 14,14 | set %co 1,1 | /smile }
}

alias smile {
  msg $active %colorr $+ _ $+ %colorrr $+ __________
  msg $active %colorrr $+ __ $+ %co $+ __ $+ %colorrr $+ ____ $+ %co $+ __ $+ %colorrr $+ __ 
  msg $active %colorrr $+ ____________         
  msg $active %colorrr $+ _ $+ %co $+ __________ $+ %colorrr $+ _
  msg $active %colorrr $+ __ $+ %co $+ ________ $+ %colorrr $+ __ 
  msg $active %colorr $+ _ $+ %colorrr $+ __________
  unset %colorr
  unset %colorrr
  unset %co
}
napa182
Comments: 1,455
 
mIRC Snippet:  Smiley Faces
Posted on Sep 3, 2007 2:13 am
or what ever
Cardinal_94
Comments: 10
 
mIRC Snippet:  Smiley Faces
Posted on Sep 3, 2007 5:07 pm
ohh god here goes napa again showing off heh
napa182
Comments: 1,455
 
mIRC Snippet:  Smiley Faces
Posted on Sep 3, 2007 5:39 pm
OHmy Wacth out For cardinal he will rip Ur scripts and call them his own =P
WIRED
Comments: 74
 
mIRC Snippet:  Smiley Faces
Posted on Sep 3, 2007 6:51 pm
oh gawd thats not cool
WIRED
Comments: 74
 
mIRC Snippet:  Smiley Faces
Posted on Sep 3, 2007 6:51 pm
but still nice work on the script :)
napa182
Comments: 1,455
 
mIRC Snippet:  Smiley Faces
Posted on Sep 3, 2007 7:03 pm
yeah not cool but it's true he will do that O_O
kerstt
Comments: 63
 
mIRC Snippet:  Smiley Faces
Posted on Sep 4, 2007 2:56 am
Quote:
Thank you, but once again on mIRC it is hard to make a round picture with squares of color...

get in to some real mirc art, like drawing pictures in a @window

/help /drawpic

/help /window
warrock
Comments: 23
 
mIRC Snippet:  Smiley Faces
Posted on Sep 5, 2007 9:33 pm
kerstt I was just bored and I just made this out of nowhere so i wasnt trying to get into mirc art or anything it was just kind of random
warrock
Comments: 23
 
mIRC Snippet:  Smiley Faces
Posted on Sep 5, 2007 9:34 pm
Thank you Ghost-lit Warder and also napa im going to leave it how it is so i can call it my own and not say i had to take what you put
M[n]M
Comments: 98
 
mIRC Snippet:  Smiley Faces
Posted on Sep 8, 2007 8:27 pm
i dont know why it didn't work on my mIRC but i changed to



.Smiles
..Yellow {
msg $active 0,0_8,8__________
msg $active 8,8__1,1__8,8____1,1__8,8__
msg $active 8,8____________
msg $active 8,8_1,1__________8,8_
msg $active 8,8__1,1________8,8__
msg $active 0,0_8,8__________
}
..Red {
msg $active 0,0_4,4__________
msg $active 4,4__1,1__4,4____1,1__4,4__
msg $active 4,4____________
msg $active 4,4_1,1__________4,4_
msg $active 4,4__1,1________4,4__
msg $active 0,0_4,4__________
}
..Green {
msg $active 0,0_3,3__________
msg $active 3,3__1,1__3,3____1,1__3,3__
msg $active 3,3____________
msg $active 3,3_1,1__________3,3_
msg $active 3,3__1,1________3,3__
msg $active 0,0_3,3__________
}
..Blue {
msg $active 0,0_2,2__________
msg $active 2,2__1,1__2,2____1,1__2,2__
msg $active 2,2____________
msg $active 2,2_1,1__________2,2_
msg $active 2,2__1,1________2,2__
msg $active 0,0_2,2__________
}
..Pink {
msg $active 0,0_13,13__________
msg $active 13,13__1,1__13,13____1,1__13,13__
msg $active 13,13____________
msg $active 13,13_1,1__________13,13_
msg $active 13,13__1,1________13,13__
msg $active 0,0_13,13__________
}
..Purple {
msg $active 0,0_6,6__________
msg $active 6,6__1,1__6,6____1,1__6,6__
msg $active 6,6____________
msg $active 6,6_1,1__________6,6_
msg $active 6,6__1,1________6,6__
msg $active 0,0_6,6__________
}
..Orange {
msg $active 0,0_7,7__________
msg $active 7,7__1,1__7,7____1,1__7,7__
msg $active 7,7____________
msg $active 7,7_1,1__________7,7_
msg $active 7,7__1,1________7,7__
msg $active 0,0_7,7__________
}
..Gray {
msg $active 0,0_14,14__________
msg $active 14,14__1,1__14,14____1,1__14,14__
msg $active 14,14____________
msg $active 14,14_1,1__________14,14_
msg $active 14,14__1,1________14,14__
msg $active 0,0_14,14__________
}
M[n]M
Comments: 98
 
mIRC Snippet:  Smiley Faces
Posted on Sep 8, 2007 8:31 pm
msg $active 0,0_8,8__________<br />
--------------^
warrock
Comments: 23
 
mIRC Snippet:  Smiley Faces
Posted on Sep 9, 2007 12:54 am
It should work where were you right clicking? It is supposed to be where you see what everyone is saying
mountaindew
Comments: 1,826
 
mIRC Snippet:  Smiley Faces
Posted on Sep 10, 2007 2:15 pm
m[n]m, /help menus

you forgot

menu * {
dataprofile
Comments: 43
 
mIRC Snippet:  Smiley Faces
Posted on Sep 10, 2007 2:17 pm
well not quite menu * { but maybe menu status,channel,menubar,query {
because it wouldn't really work in the status window.
dataprofile
Comments: 43
 
mIRC Snippet:  Smiley Faces
Posted on Sep 10, 2007 2:18 pm
er - status
M[n]M
Comments: 98
 
mIRC Snippet:  Smiley Faces
Posted on Sep 15, 2007 12:13 pm
I am sure its right but its not working on me ..only this one is working.

Code:

.Smiles
..Yellow {
  msg $active 0,0_8,8__________
  msg $active 8,8__1,1__8,8____1,1__8,8__ 
  msg $active 8,8____________           
  msg $active 8,8_1,1__________8,8_
  msg $active 8,8__1,1________8,8__ 
  msg $active 0,0_8,8__________ 
}
..Red {
  msg $active 0,0_4,4__________
  msg $active 4,4__1,1__4,4____1,1__4,4__ 
  msg $active 4,4____________           
  msg $active 4,4_1,1__________4,4_
  msg $active 4,4__1,1________4,4__ 
  msg $active 0,0_4,4__________ 
}
..Green {
  msg $active 0,0_3,3__________
  msg $active 3,3__1,1__3,3____1,1__3,3__ 
  msg $active 3,3____________           
  msg $active 3,3_1,1__________3,3_
  msg $active 3,3__1,1________3,3__ 
  msg $active 0,0_3,3__________ 
}
..Blue {
  msg $active 0,0_2,2__________
  msg $active 2,2__1,1__2,2____1,1__2,2__ 
  msg $active 2,2____________           
  msg $active 2,2_1,1__________2,2_
  msg $active 2,2__1,1________2,2__ 
  msg $active 0,0_2,2__________ 
}
..Pink {
  msg $active 0,0_13,13__________
  msg $active 13,13__1,1__13,13____1,1__13,13__ 
  msg $active 13,13____________           
  msg $active 13,13_1,1__________13,13_
  msg $active 13,13__1,1________13,13__ 
  msg $active 0,0_13,13__________ 
}
..Purple {
  msg $active 0,0_6,6__________
  msg $active 6,6__1,1__6,6____1,1__6,6__ 
  msg $active 6,6____________           
  msg $active 6,6_1,1__________6,6_
  msg $active 6,6__1,1________6,6__ 
  msg $active 0,0_6,6__________ 
}
..Orange {
  msg $active 0,0_7,7__________
  msg $active 7,7__1,1__7,7____1,1__7,7__
  msg $active 7,7____________           
  msg $active 7,7_1,1__________7,7_
  msg $active 7,7__1,1________7,7__ 
  msg $active 0,0_7,7__________ 
}
..Gray {
  msg $active 0,0_14,14__________
  msg $active 14,14__1,1__14,14____1,1__14,14__ 
  msg $active 14,14____________           
  msg $active 14,14_1,1__________14,14_
  msg $active 14,14__1,1________14,14__ 
  msg $active 0,0_14,14__________ 
}
simplicity
Comments: 17
 
mIRC Snippet:  Smiley Faces
Posted on Sep 15, 2007 1:00 pm
Where are you pasting the code? If you were pasting the one this user made in popups, it won't work. The code you are providing goes in the popups section. This one goes in remotes.

Commenting Options

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

  
Bottom