Yeah i know felu :/
Ok i edited the script according to what cookie said and added something you might like also i could add like a function that makes it choose from a list of hellos and all.
But it IS true it MIGHT be anoying and people MIGHT start blocking you.
jscript code:
function OnEvent_ContactSignin(email)
{
if(Messenger.MyStatus != 2)
{
/* Open a chat window */
var Chat = Messenger.OpenChat(email);
if(Chat.EditChangeAllowed == true)
{
/* Say herraw */
Chat.SendMessage("Hello :)");
/* What if you are busy? */
if(Messenger.MyStatus == 4)
{
Chat.SendMessage("I'm busy right now but I noticed you got online, gimme a sec!");
}
/* What if you will brb? */
else if(Messenger.MyStatus == 5)
{
Chat.SendMessage("Oh dang, brb!");
}
/* What if you are idle? */
else if(Messenger.MyStatus == 6)
{
Chat.SendMessage("Oh dang, sorry i gtg for a second...");
}
/* What if you are away? */
else if(Messenger.MyStatus == 7)
{
Chat.SendMessage("Oh dang i got to go! Sorry ill be back in a few...");
}
/* What if you are in a call? */
else if(Messenger.MyStatus == 8)
{
Chat.SendMessage("Oh brb phone!");
}
/* What if you are eating */
else if(Messenger.MyStatus == 9)
{
Chat.SendMessage("Oh brb got to eat!");
}
/* Close it */
Chat.SendMessage("/close");
}
}
}
Off-Topic:
But w/e i'm off repping people
Edit:
Banned from repping people... ahw ****