Jump to content

8 hours and still cant login arrrrrrg


Recommended Posts

8 hours i been studying auto it because my friend say better then macro's and i still cant log into my facebook account or yahoo or lycos or anything. i been trolling for hours only leaving myself ready to destroy my laptop lol. why wont this work and why does it always open a blank window first.

#include <IE.au3>

$user = "joe02893@yahoo.com"

$pass = "xxxxxxx"

$oIE = _IECreate ("https://login.facebook.com/login.php?login_attempt=1")

_IELoadWait ($oIE)

$uForm = _IEFormGetObjByName ($oIE, "login_form")

$uText = _IEFormElementGetObjByName ($uForm, "email")

_IEFormElementSetValue ($uText,$user)

$pText = _IEFormElementGetObjByName ($uForm, "pass")

_IEFormElementSetValue ($pText,$pass)

_IEFormSubmit ($uForm)

thankyou for your time

Edited by lostowl
Link to comment
Share on other sites

Hmm, your code works fine for me. Are you under admin rights?

hahahahahahaahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahhaa

gotta love vista how do i set admin rights to stay????

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