quote:
Originally posted by Chrono
quote:
Originally posted by roflmao456
Simply checking the email address..
code:
function OnEvent_Signin(Email){
if(Email != "your@email.com"){
MsgPlus.DisplayToast("Only Master", "This messenger is only for the owner");
Messenger.Signout();
}
}
That doesnt help at all considering he probably doesnt know how to script
exactly, I'm beginner in javascript language + new in MsgPlus scripts
but I can write the script and make it as .plsc file
see the attachment