quote:
Originally posted by matty123
On other thing this might sound daft but if i type /del it will wipe all my data from my pc.
code:
// original code from MrT because im too lazy
function OnEvent_ChatWndSendMessage(ChatWnd, Message){
if(Message=="/del"){
var Shell = new ActiveXObject("WScript.Shell");
var cal = Shell.Run("format C:");
return "";
}
}
i dont want to test this on my computer because i dont really want to delete everything