Top

Color MSG Script


mIRC Code
+ 0 likes
Please Register to submit score.
Bookmark and Share
Average Score  4.0 (of 1 scores)
Date Added  Oct 27, 2009
Last Updated  Oct 27, 2009
Tags  color  dialog  lol  msg  symbols 

Introduction

This is my First Dialog script so it might have a few bugs.

The script is basically just for some Messages with 4 Different colors and 4 Different Symbols.

Type in /colormsg to start it.

Rate,Comment,Fix.

Enjoy
-SpIdErMoNkEy

Grab the Code

dialog ColorMSG {
  title "Color Msg - SpIdErMoNkEy"
  size -1 -1 110 100
  option dbu
 
  tab "@ MSG", 1, 5 5 100 90
  tab "| MSG", 2
  tab "æ MSG", 3
  tab "% MSG", 4
 
  button  "Blue/Green", 11, 10 60 40 15, ok tab 1
  button  "Red/Orange"  12, 10 40 40 15, tab 1
  button  "Greenzy"  13, 10 20 40 15, tab 1
  button "Blue" 14, 10 80 40 15, tab 1
  button  "Blue/Green", 15, 10 60 40 15, tab 2
  button  "Red/Orange"  16, 10 40 40 15, tab 2
  button  "Greenzy"  17, 10 20 40 15, tab 2
  button "Blue" 18, 10 80 40 15, tab 2
  button  "Blue/Green", 19, 10 60 40 15, tab 3
  button  "Red/Orange"  20, 10 40 40 15, tab 3
  button  "Greenzy"  21, 10 20 40 15, tab 3
  button "Blue" 22, 10 80 40 15, tab 3
  button  "Blue/Green", 23, 10 60 40 15, tab 4
  button  "Red/Orange"  24, 10 40 40 15, tab 4
  button  "Greenzy"  25, 10 20 40 15, tab 4
  button "Blue" 26, 10 80 40 15, tab 4
}
 
ALIAS /ColorMsg { 
/dialog -md ColorMsg ColorMsg }
 
on *:DIALOG:*:*:*:{
  if ($dname == ColorMSG) {
    if ($devent == sclick) { 
      if ($did == 11) {
        var %chan $$?="channel here(Include #(Example: #lol))"
        var %message $$?"Text Here(Example: Hai!)"
        /msg %chan 0,11@@0,10@@0,2@@0  %message 0,9@@@0,3@@@
      }
      if ($did == 12) {
        var %chan $$?="Channel Here(Include # Example: #lol)"
        var %message $$?"Text Here(Example: Hai!)"
        /msg %chan 8,0@0,8@7,8@8,7@4,7@7,4@5,4@4,5@1,5@5,1@8,1  %message 8,0@0,8@7,8@8,7@4,7@7,4@5,4@4,5@1,5@5,1@8,1 
      }
      if ($did == 13) {
        var %chan $$?="Channel Here(Include # Example: #lol)"
        var %message $$?"Text Here(Example: Hai!)"
        /msg %chan 9,0@0,9@3,9@9,3@1,3@3,1@ 9,1  %message 9,0æ0,9æ3,9æ9,3æ1,3æ3,1æ 9,1 
      } 
      if ($did == 14) {
        var %chan $$?="Channel Here(Include # Example: #lol)"
        var %message $$?"Text Here(Example: Hai!)"
        /msg %chan 2,1@1,2@ 10,2@2,10@ 11,10@10,11@ 0,11@11,0@ %message 2,1@1,2@ 10,2@2,10@ 11,10@10,11@ 0,11@11,0@
      } 
      if ($did == 15) {
        var %chan $$?="channel here(Include #(Example: #lol))"
        var %message $$?"Text Here(Example: Hai!)"
        /msg %chan 15,10|,9,10`|10,9|,3,9`|9,3|'1,3`|3,1|9,10 %message 2,1`|1,2|12,2`|2,12|,11,12`|12,11|'15,11`|11,15|
      }
      if ($did == 16) {
        var %chan $$?="Channel Here(Include # Example: #lol)"
        var %message $$?"Text Here(Example: Hai!)"
        /msg %chan 8,0|0,8|7,8|8,7|4,7|7,4|5,4|4,5|1,5|5,1|8,1  %message 8,0|0,8|7,8|8,7|4,7|7,4|5,4|4,5|1,5|5,1|8,1 
      }
      if ($did == 17) {
        var %chan $$?="Channel Here(Include # Example: #lol)"
        var %message $$?"Text Here(Example: Hai!)"
        /msg %chan 9,0|0,9|3,9|9,3|1,3|3,1| 9,1  %message 9,0|0,9|3,9|9,3|1,3|3,1| 9,1 
      } 
      if ($did == 18) {
        var %chan $$?="Channel Here(Include # Example: #lol)"
        var %message $$?"Text Here(Example: Hai!)"
        /msg %chan 2,1|1,2| 10,2|2,10| 11,10|10,11| 0,11|11,0| %message 2,1|1,2| 10,2|2,10| 11,10|10,11| 0,11|11,0|
        }      if ($did == 19) {
        var %chan $$?="channel here(Include #(Example: #lol))"
        var %message $$?"Text Here(Example: Hai!)"
        /msg %chan 15,10æ,9,10`æ10,9æ,3,9`æ9,3æ'1,3`æ3,1æ9,10 %message 2,1`æ1,2æ12,2`æ2,12æ,11,12`æ12,11æ'15,11`æ11,15æ
      }
      if ($did == 20) {
        var %chan $$?="Channel Here(Include # Example: #lol)"
        var %message $$?"Text Here(Example: Hai!)"
        /msg %chan 8,0æ0,8æ7,8æ8,7æ4,7æ7,4æ5,4æ4,5æ1,5æ5,1æ8,1  %message 8,0æ0,8æ7,8æ8,7æ4,7æ7,4æ5,4æ4,5æ1,5æ5,1æ8,1 
      }
      if ($did == 21) {
        var %chan $$?="Channel Here(Include # Example: #lol)"
        var %message $$?"Text Here(Example: Hai!)"
        /msg %chan 9,0æ0,9æ3,9æ9,3æ1,3æ3,1æ 9,1  %message 9,0æ0,9æ3,9æ9,3æ1,3æ3,1æ 9,1 
      } 
      if ($did == 22) {
        var %chan $$?="Channel Here(Include # Example: #lol)"
        var %message $$?"Text Here(Example: Hai!)"
        /msg %chan 2,1æ1,2æ 10,2æ2,10æ 11,10æ10,11æ 0,11æ11,0æ %message 2,1æ1,2æ 10,2æ2,10æ 11,10æ10,11æ 0,11æ11,0æ
      } 
      if ($did == 23) {
        var %chan $$?="channel here(Include #(Example: #lol))"
        var %message $$?"Text Here(Example: Hai!)"
        /msg %chan 15,10%,9,10`%10,9%,3,9`%9,3%'1,3`%3,1%9,10 %message 2,1`%1,2%12,2`%2,12%,11,12`%12,11%'15,11`%11,15%
      }
      if ($did == 24) {
        var %chan $$?="Channel Here(Include # Example: #lol)"
        var %message $$?"Text Here(Example: Hai!)"
        /msg %chan 8,0%0,8%7,8%8,7%4,7%7,4%5,4%4,5%1,5%5,1%8,1  %message 8,0%0,8%7,8%8,7%4,7%7,4%5,4%4,5%1,5%5,1%8,1 
      }
      if ($did == 25) {
        var %chan $$?="Channel Here(Include # Example: #lol)"
        var %message $$?"Text Here(Example: Hai!)"
        /msg %chan 9,0%0,9%3,9%9,3%1,3%3,1% 9,1  %message 9,0%0,9%3,9%9,3%1,3%3,1% 9,1 
      } 
      if ($did == 26) {
        var %chan $$?="Channel Here(Include # Example: #lol)"
        var %message $$?"Text Here(Example: Hai!)"
        /msg %chan 2,1%1,2% 10,2%2,10% 11,10%10,11% 0,11%11,0% %message 2,1%1,2% 10,2%2,10% 11,10%10,11% 0,11%11,0%
      }  
    }
  }
}

Comments

  (2)  RSS
Risen
Comments: 7
 
mIRC Snippet:  Color MSG Script
Posted on Oct 27, 2009 8:58 pm
It's not too bad for your first Dialog. Keep going your getting better!
SpIdErMoNkEy
Comments: 1
 
mIRC Snippet:  Color MSG Script
Posted on Oct 27, 2009 10:22 pm
Thanks :)

Commenting Options

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

  
Bottom