April 24, 2024, 01:47:38 pm

Author Topic: Colorful Messeges Ingame  (Read 6731 times)

0 Members and 1 Guest are viewing this topic.

Offline Saw

  • Bone County Fire Department
  • Sr. Member
  • *
  • Posts: 367
  • Reputation: 9
  • Bone County Fire Department
    • View Profile
Colorful Messeges Ingame
« on: March 20, 2013, 03:58:42 pm »
Color Script for Ingame

This is a script used for mIRC users. You will be able to use ctrl + k and it will send that color in the game.

Pastebin Link: http://pastebin.com/Tp8VKSZm

Code: [Select]
    on *:INPUT:#:{
      if ( $1 == !say ) {
        msg $target $replace($replace($replace($replace($replace($replace($replace($replace($replace($replace($replace($replace($replace($replace($replace($replace($1-, 15 , $chr(123) $+ d3d3d3 $+ $chr(125)), 14 , $chr(123) $+ 808080 $+ $chr(125)), 13 , $chr(123) $+ FF00FF $+ $chr(125)), 12 , $chr(123) $+ 0000ff $+ $chr(125)), 10 , $chr(123) $+ 086A87 $+ $chr(125)), 11 , $chr(123) $+ 00ced1 $+ $chr(125)), 9 , $chr(123) $+ 00ff00 $+ $chr(125)), 8 , $chr(123) $+ ffff00 $+ $chr(125)), 7 , $chr(123) $+ ffa500 $+ $chr(125)), 6 , $chr(123) $+ 800080 $+ $chr(125)), 5 , $chr(123) $+ 8b0000 $+ $chr(125)), 4 , $chr(123) $+ ff0000 $+ $chr(125)), 2 , $chr(123) $+ 00008b $+ $chr(125)), 3 , $chr(123) $+ 006400 $+ $chr(125)), 0 , $chr(123) $+ FFFFFF $+ $chr(125)), 1 , $chr(123) $+ 000000 $+ $chr(125))
        haltdef
      }
    }