EMU ONLY
first: IT IS NOT CLIENT SITE :)
First macro
Just clean the window and show your msg without your name. You can use this to fake people names and messages, take a look:
[Only registered and activated users can see links. Click Here To Register...]
In that case i just typed on the msg box:
"[5. LookingForGroup] [Kbyte]: fake msg"
You cant know the real sender.
Now is getting better :D
Fake Console Messages
In that you just type on the msg box: "Console:" and it will show:
[Only registered and activated users can see links. Click Here To Register...]
Haha, very funny to get people crazy.
Fake GM now (without blizz logo =/)
Just type: "<GM>Name" and will display:
[Only registered and activated users can see links. Click Here To Register...]
You can change msg on macro.
If youre faking GMs why not fake kicks?
And type the kick msg on the msg box :)
[Only registered and activated users can see links. Click Here To Register...]
*Ps.: All the macros use more than 255 chars, so you have to use Trinity Addon, with this addon you can make macros bigger than 255 :D.
first: IT IS NOT CLIENT SITE :)
First macro
Code:
/run if (not scm) then scm = SendChatMessage; scmison = "yes" end function SendChatMessage(msg, type, lang, chan) if scmison=="no" then msg=msg; else for i=1,80 do msg = "13"..msg; end end scm(msg, type, lang, chan) end
[Only registered and activated users can see links. Click Here To Register...]
In that case i just typed on the msg box:
"[5. LookingForGroup] [Kbyte]: fake msg"
You cant know the real sender.
Now is getting better :D
Fake Console Messages
Code:
/run if (not scm) then scm = SendChatMessage; scmison = "yes" end function SendChatMessage(msg, type, lang, chan) if scmison=="no" then msg=msg; else for i=1,80 do msg = "13"..msg end end scm("124cff00BFFF124Hitem:19:0:0:0:0:0:0:0124h"..msg.."124h124r 124cffFFFF00124Hitem:19:0:0:0:0:0:0:0124h WIPE next sunday, get ready :) 124h124r", type, lang, chan) end
[Only registered and activated users can see links. Click Here To Register...]
Haha, very funny to get people crazy.
Fake GM now (without blizz logo =/)
Code:
/run if (not scm) then scm = SendChatMessage; scmison = "yes" end function SendChatMessage(msg, type, lang, chan) if scmison=="no" then msg=msg; else for i=1,80 do msg = "13"..msg end end scm("124cff00BFFF124Hitem:19:0:0:0:0:0:0:0124h"..msg.."124h124r 124cffFFFF00124Hitem:19:0:0:0:0:0:0:0124h broadcasts: Im tired of your damn WHISPERS! 124h124r", type, lang, chan) end
[Only registered and activated users can see links. Click Here To Register...]
You can change msg on macro.
If youre faking GMs why not fake kicks?
Code:
/run if (not scm) then scm = SendChatMessage; scmison = "yes" end function SendChatMessage(msg, type, lang, chan) if scmison=="no" then msg=msg; else for i=1,80 do msg = "13"..msg end end scm("124cffFF0000124Hitem:19:0:0:0:0:0:0:0124h"..msg.."124h124r ", type, lang, chan) end
[Only registered and activated users can see links. Click Here To Register...]
*Ps.: All the macros use more than 255 chars, so you have to use Trinity Addon, with this addon you can make macros bigger than 255 :D.