Jump to content

AutoLogin


Recommended Posts

I am trying to click on the "LOGIN" button here: www.ogame.ro , by image, http://www.ogame.ro/img/login_button.jpg but it's not working. I've also tried several IELInkClickByText but it's not working as well. Why I cannot autologin? Does the game have a kind of protection? Did anyone of you previously tried to make a bot on this game? Thank you!

Link to comment
Share on other sites

It doesn't work. (Should I modify anything else except the URL muttley ? ) I've tried:

#include <IE.au3>
$oIE = _IECreate("www.ogame.ro")
_IELoadWait($oIE)
$oForm = _IEFormGetObjByName($oIE, "loginForm")
$oButton = _IEFormElementGetObjByName($oForm, "button")
$oButton.click

But it doesn't work either... Is there any other way to do it? Am I doing it wrong?

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