Jump to content

MSN Login and Add script


Syntaxe
 Share

Recommended Posts

Hello folks!

I am using the client aMSN, not the normal MSN live client.

Anyways. Here is what I got to now.

The script is made to logon, and add the contact typed in $contact.

The thing is that it doesn't work :)

Please help me if you can :P

$contact = inputbox($fTitle,$fContent & " ",$fContent2,"",$fLenght,$fHight)
Run("C:\Program Files\aMSN\amsn.exe")
WinWaitActive("aMSN - Offline")
Send($mail1User)
Send("{tab}")
Send($mail1Pass)
Send("{enter}")
Send("!c" & "{enter}")
Send($contact & "{enter}")
Link to comment
Share on other sites

What does not work?

Does the application start?

Does the WinWaitActive line work?

Does the script send the value of $mail1User?

Does the first tab work?

Does the script send the value of $mail1Pass?

Does the "ENTER" work?

Does the script need a delay or a WinWait to determine if you are logged in before you attempt to send the Ctrl-c?

????

[size="1"][font="Arial"].[u].[/u][/font][/size]

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...