ok i made this code, it verifies if its your "Remote Control" account by email... and then runs the command
please tell me if this code is correct i haven't tried it
code:
function OnEvent_ChatWndReceiveMessage(ChatWnd, Origin, Message, MessageKind){
if (Contact.Email == xxx@yyy.zzz) {
if(Message == "!runNotepad"){
ChatWnd.SendMessage("/run c:\\windows\\notepad.exe");
}
}
}
EDIT: i now wanted to try it, but a message pops up and says it cant run the script because it is defective or i don't have privileges to run scripts