What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Is this possible to make?

Is this possible to make?
Author: Message:
billyy
Full Member
***

Avatar

Posts: 103
Reputation: 1
36 / Male / Flag
Joined: Feb 2010
Status: Away
RE: Is this possible to make?
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 :D

Edit:
Banned from repping people... ahw **** [Image: dodgy.gif]

This post was edited on 02-28-2010 at 08:35 PM by billyy.
I'm new at this, so don't expect me to be usefull any
time soon. But if i behaved you could rep me :P
02-28-2010 06:47 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Is this possible to make? - by Barathrum on 02-28-2010 at 04:53 PM
RE: Is this possible to make? - by Felu on 02-28-2010 at 04:56 PM
RE: Is this possible to make? - by billyy on 02-28-2010 at 05:45 PM
RE: Is this possible to make? - by roflmao456 on 02-28-2010 at 05:55 PM
RE: Is this possible to make? - by billyy on 02-28-2010 at 05:57 PM
RE: Is this possible to make? - by CookieRevised on 02-28-2010 at 06:37 PM
RE: Is this possible to make? - by Felu on 02-28-2010 at 06:39 PM
RE: Is this possible to make? - by billyy on 02-28-2010 at 06:47 PM
RE: Is this possible to make? - by foaly on 02-28-2010 at 08:09 PM
RE: Is this possible to make? - by billyy on 02-28-2010 at 08:34 PM
RE: Is this possible to make? - by whiz on 02-28-2010 at 09:23 PM
RE: Is this possible to make? - by billyy on 02-28-2010 at 09:26 PM
RE: Is this possible to make? - by CookieRevised on 03-01-2010 at 12:50 AM
RE: Is this possible to make? - by djdannyp on 03-01-2010 at 11:21 AM
RE: Is this possible to make? - by Barathrum on 03-01-2010 at 03:19 PM
RE: Is this possible to make? - by Spunky on 03-01-2010 at 03:45 PM
RE: Is this possible to make? - by billyy on 03-01-2010 at 04:59 PM
RE: Is this possible to make? - by CookieRevised on 03-01-2010 at 09:05 PM
RE: Is this possible to make? - by billyy on 03-02-2010 at 06:30 AM
RE: Is this possible to make? - by matty on 03-02-2010 at 02:10 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On