Jump to content

Website Login Help


 Share

Recommended Posts

Hi everybody, I'm new to this forum.
Just wanted to know how it is possible to automate login for this site? http://lk988.net
I have followed a couple of guides on YouTube but none worked for my case.
 

$ie = ObjCreate("InternetExplorer.Application")

With $ie
   .visible = true
   .navigate ("http://lk988.net")

while($ie.busy)
WEnd

Local $username = _IEGetObjById ($ie, "uid2Text")
Local $password = _IEGetObjById ($ie, "passText")

_IEFormElementSetValue($username, "testusername")
_IEFormElementSetValue($password, "testpass")

EndWith


Error: 

Local $username = _IEGetObjById ($ie, "uid2Text")
Local $username = ^ ERROR

 

Also, how is it possible for me to get past Captcha Verification & On Screen Keypad Click Verification(With random sequence)?

Thanks in advance!

Link to comment
Share on other sites

  • Developers

It might be helpfull when you also paste the error description the next time. ;) 
Where did you get  "uid2Text"  from? The name in the field in the form seems to be "uid" and "password" .. and guess also a code is required so doubt they want automated logins on this site.

Jos

Edited by Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

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