Smiley Faces

By warrock on Sep 02, 2007

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.

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

Sign in to comment.
simplicity   -  Sep 15, 2007

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.

 Respond  
M[n]M   -  Sep 15, 2007

I am sure its right but its not working on me ..only this one is working.

.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__________  
}
 Respond  
dataprofile   -  Sep 10, 2007

er - status

 Respond  
dataprofile   -  Sep 10, 2007

well not quite menu * { but maybe menu status,channel,menubar,query {
because it wouldn\'t really work in the status window.

 Respond  
guest598594   -  Sep 10, 2007

m[n]m, /help menus

you forgot

menu * {

 Respond  
warrock   -  Sep 09, 2007

It should work where were you right clicking? It is supposed to be where you see what everyone is saying

 Respond  
M[n]M   -  Sep 08, 2007

msg $active 0,0_8,8__

--------------^

 Respond  
M[n]M   -  Sep 08, 2007

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,81,18,8__1,18,8
msg $active 8,8__

msg $active 8,8_1,1__8,8
msg $active 8,81,1__8,8__
msg $active 0,0
8,8__
}
..Red {
msg $active 0,0_4,4__
msg $active 4,41,14,4__1,14,4
msg $active 4,4__

msg $active 4,4_1,1__4,4
msg $active 4,41,1__4,4__
msg $active 0,0
4,4__
}
..Green {
msg $active 0,0_3,3__
msg $active 3,31,13,3__1,13,3
msg $active 3,3__

msg $active 3,3_1,1__3,3
msg $active 3,31,1__3,3__
msg $active 0,0
3,3__
}
..Blue {
msg $active 0,0_2,2__
msg $active 2,21,12,2__1,12,2
msg $active 2,2__

msg $active 2,2_1,1__2,2
msg $active 2,21,1__2,2__
msg $active 0,0
2,2__
}
..Pink {
msg $active 0,0_13,13__
msg $active 13,131,113,13__1,113,13
msg $active 13,13__

msg $active 13,13_1,1__13,13
msg $active 13,131,1__13,13__
msg $active 0,0
13,13__
}
..Purple {
msg $active 0,0_6,6__
msg $active 6,61,16,6__1,16,6
msg $active 6,6__

msg $active 6,6_1,1__6,6
msg $active 6,61,1__6,6__
msg $active 0,0
6,6__
}
..Orange {
msg $active 0,0_7,7__
msg $active 7,71,17,7__1,17,7
msg $active 7,7__

msg $active 7,7_1,1__7,7
msg $active 7,71,1__7,7__
msg $active 0,0
7,7__
}
..Gray {
msg $active 0,0_14,14__
msg $active 14,141,114,14__1,114,14
msg $active 14,14__

msg $active 14,14_1,1__14,14
msg $active 14,141,1__14,14__
msg $active 0,0
14,14__
}

 Respond  
warrock   -  Sep 05, 2007

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

 Respond  
warrock   -  Sep 05, 2007

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

 Respond  
kerstt   -  Sep 04, 2007

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

 Respond  
napa182   -  Sep 03, 2007

yeah not cool but it\'s true he will do that O_O

 Respond  
WIRED   -  Sep 03, 2007

Removed.

 Respond  
WIRED   -  Sep 03, 2007

Removed.

 Respond  
napa182   -  Sep 03, 2007

OHmy Wacth out For cardinal he will rip Ur scripts and call them his own =P

 Respond  
Cardinal_94   -  Sep 03, 2007

ohh god here goes napa again showing off heh

 Respond  
napa182   -  Sep 03, 2007

or what ever

 Respond  
napa182   -  Sep 03, 2007
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 
}
 Respond  
Ghost-lit Warder   -  Sep 03, 2007

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.

 Respond  
napa182   -  Sep 03, 2007

Those would just get annoying =/

 Respond  
Ghost-lit Warder   -  Sep 03, 2007

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. =)

 Respond  
warrock   -  Sep 03, 2007

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

 Respond  
Godzilla   -  Sep 02, 2007

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
}

 Respond  
Akishoot   -  Sep 02, 2007

True :D

 Respond  
warrock   -  Sep 02, 2007

Thank you, but once again on mIRC it is hard to make a round picture with squares of color...

 Respond  
Akishoot   -  Sep 02, 2007

Haha nice :D They\'re a bit squarish looking, but nice work :3

 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.