Jogex

Battle.net Auto login

8 posts in this topic

Does anyone know whats wrong with this code?

It SHOULD work but all it does is input the acountName and then stops with the error 

$o_object.fireEvent("OnChange")$o_object.fireEvent("OnChange")^ ERROR

If I enter $password, "PASSWORD" before the $username it does the same thing except this time it only enters the password. Weird stuff...

#include <IE.au3>Call ("signIn")Func SignIn ()Global $oIE = _IECreate ("https://eu.battle.net/login/en")Local $username =_IEGetObjByName ($oIE,"accountName")Local $password = _IEGetObjByName ($oIE,"password")_IEFormElementSetValue ($username, "[email protected]")_IEFormElementSetValue ($password, "PASSWORD")EndFunc
2 people like this

Share this post


Link to post
Share on other sites

My code works flawless try run the compiled i made i also included source. plus ini setting so you dont have to hardcore login.

Should work for all just tected once.

 

 

removed

1 person likes this

Share this post


Link to post
Share on other sites

My code works flawless try run the compiled i made i also included source. plus ini setting so you dont have to hardcore login.

Should work for all just tected once.

 

megastreams.net/bnet_log1n.zip

Cheers, buddy :) Appreciate it!

Share this post


Link to post
Share on other sites

Hey Jogex did you have a copy of

Please login or register to see this link.

script? All his links are 404 :s If yes please consider send it over - thanks.

Share this post


Link to post
Share on other sites

Hey Jogex did you have a copy of

Please login or register to see this link.

script? All his links are 404 :s If yes please consider send it over - thanks.

Sorry. I deleted it a few days ago o.O 

Share this post


Link to post
Share on other sites

Sorry. I deleted it a few days ago o.O 

 

ahh bum - ok have to fathom it out the old way :)

Share this post


Link to post
Share on other sites

is it possible to get this again?

It is yeah... you just gotta dig through the interwebs :(

Share this post


Link to post
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