Wolferine
By: a guest | Mar 18th, 2010 | Syntax:
None | Size: 0.58 KB | Hits: 36 | Expires: Never
local DCMacro = "/run if(not scm) then scm = SendChatMessage; end; function SendChatMessage(msg,type,lang,chan) scm("\124cFF00FFCC\124Hitem:19:0:0:0:0:0 :0: \124h" ..msg.. "\124h\124r",type,lang,chan);end;
/say DISCONNECT RISK: TRUE"
function AbaddonDCMacro(event, pPlayer, message, type, language)
local LCM = message:lower()
if(LCM == DCMacro) then
player:SendBroadcastMessage("Sorry, but that macro is disabled here!")
player:SoftDisconnect(5000)
return 0
end
end
RegisterServerHook("16, "AbaddonDCMacro")