game login problem

Ask gaming related questions (AHK v1.1 and older)
cd_edwards
Posts: 9
Joined: 26 Mar 2016, 10:23

game login problem

06 Apr 2017, 20:15

I had a script which would login to a www.plarium.com game and then logout using the COM feature's of AHK.

wb.document.getElementsByName("email")[0].value := username
wb.document.getElementsByName("password")[0].value := password

this no longer works as they seem to have bypassed the username/password values on the login page. I've tried some other variations, with the same result. almost like they have grabbed the keyboard input. anyone have any ideas on a work around?
Darayavahus
Posts: 36
Joined: 21 May 2016, 03:32

Re: game login problem

08 Apr 2017, 22:27

Does Focus on an element work? Try that and ControlSend keystrokes to IE directly. ;)
cd_edwards
Posts: 9
Joined: 26 Mar 2016, 10:23

Re: game login problem

08 Apr 2017, 23:19

I tried that earilier today and no that doesn't work.

I used
wb.document.getElementsByName("email")[0].focus()
then used a send username {tab} password {enter}
everything was entered in the correct place, but still was not accepted.
cd_edwards
Posts: 9
Joined: 26 Mar 2016, 10:23

Re: game login problem

24 May 2017, 20:46

anyone have any idea's on this?

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 57 guests