Jump to content

MSN Autologon


Syntaxe
 Share

Recommended Posts

If you take a look at the code, everything looks fine.

But if you try it your own, you will see the error, i guess.

;   Script Variables
$UN = "something@anything.nothing"
$PS = "passthing"

;   Script Code
If ProcessExists("msnmsgr.exe") Then ProcessClose("msnmsgr.exe")
Opt("WinTitleMatchMode", 2)
Run("C:\Program Files\Windows Live\Messenger\msnmsgr.exe")
WinWaitActive("Windows Live Messenger")
Send($UN & "{tab}")
Send($PS & "{enter}")
WinWaitActive("Windows Live Messenger")
If WinActive("Windows Live Messenger", "Error code") Then MsgBox(64,"Error","It seams to be an error :(")
If WinActive("Windows Live Messenger", "Online") Then MsgBox(64,"Success!","Success! The script autologged you into Windows Live Messenger")
Link to comment
Share on other sites

If you take a look at the code, everything looks fine.

But if you try it your own, you will see the error, i guess.

Run("C:\Program Files\Windows Live\Messenger\msnmsgr.exe")
i dont use live messenger.. but i think i found a (maybe the?) problem..

write Run("C:\Program Files\Windows Live Messenger\msnmsgr.exe") instead

Edited by Kiesp

http://www.autoitscript.com/forum/index.php?showtopic=69911 <-- Best hacker ever :D

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...