What's new

[WoW Ingame] Color Chat Text - 3.3.5, 4.3.4, 5.0.5, 5.4.8

Sentinel

Veteran Member
28
2014
225
Before I go on, this is a known exploit but I'm sure some haven't heard of it before.

Copy and Paste these codes added below into a WoW macro, that you use once and will result in a different color text.

BLUE

/run if(not scm) then scm = SendChatMessage; end; function SendChatMessage(msg, type, lang, chan) scm("\124cff00B4FF\124Hitem:19:0:0:0:0:0:0:0\124h" ..msg.."\124h\124r", type, lang, chan);end;

RED

/run if(not scm) then scm = SendChatMessage; end; function SendChatMessage(msg,type,lang,chan) scm("\124cfff00001\124Hitem:19:0:0:0:0:0:0:\124h" ..msg.. "\124h\124r",type,lang,chan);end;

YELLOW

/run if(not scm) then scm = SendChatMessage; end; function SendChatMessage(msg,type,lang,chan) scm("\124cffffff00\124Hitem:19:0:0:0:0:0:0:\124h" ..msg.. "\124h\124r",type,lang,chan);end;

ORANGE

/run if(not scm) then scm = SendChatMessage; end; function SendChatMessage(msg,type,lang,chan) scm("\124cffff9900\124Hitem:19:0:0:0:0:0:0:\124h" ..msg.. "\124h\124r",type,lang,chan);end;

RED

/run if(not scm) then scm = SendChatMessage; end; function SendChatMessage(msg,type,lang,chan) scm("\124cfff00001\124Hitem:19:0:0:0:0:0:0:\124h" ..msg.. "\124h\124r",type,lang,chan);end;

BLACK

/run if(not scm) then scm = SendChatMessage; end; function SendChatMessage(msg, type, lang, chan) scm("\124cff000000\124Hitem:19:0:0:0:0:0:0:0\124h" ..msg.."\124h\124r", type, lang, chan);end;

PURPLE

/run if(not scm) then scm = SendChatMessage; end; function SendChatMessage(msg,type,lang,chan) scm("\124cffCC00FF\124Hitem:19:0:0:0:0:0:0:\124h" ..msg.. "\124h\124r",type,lang,chan);end

GREEN

/run if(not scm) then scm = SendChatMessage; end; function SendChatMessage(msg, type, lang, chan) scm("\124cff00cc33\124Hitem:19:0:0:0:0:0:0:0\124h" ..msg.."\124h\124r", type, lang, chan);end;

This makes your text look just like channels:

/run if(not scm) then scm = SendChatMessage; end; function SendChatMessage(msg,type,lang,chan) scm("\124cfffBBBB0\124Hitem:19:0:0:0:0:0:0:\124h" ..msg.. "\124h\124r",type,lang,chan);end;
 
Top