Jump to content

Runescape recaptcha changing to invisible recaptcha


dormic

Recommended Posts

Hi,

To my knowledge, it is currently not possible to execute javascript with a post request, but there's a lot I dont know. I'd suggest you to try looking on google (stackoverflow) for this issue. That's what I usually do for solving issues like this.

I just noticed that runescape changed to invisble recaptcha's. I wanted to tell this to update the community. It also seems very strange to me why they do this, would you have a guess?

I can proof that it switched with the following:

unknown.png

This changed on their website, also 

image.png.bd790c1a73b758b9137512d74045a91b.png

According to the 2captcha WIKI.

The following things have to be changed if you're using the 2Captcha API.

image.png.e2c0261aa76d2ce6561d0a20bb22373e.png

Send an extra parameter with invisible=1

Update the site-key (google recaptcha) on the Runescape both recovering and creation, because they have changed along, it is now: 

6Lcsv3oUAAAAAGFhlKrkRb029OHio098bbeyi_Hv

They have also changed the way you have to submit the captcha. They added extra javascript.

var onSubmit = function() {
    $('#password-recovery-form').submit();
};

var onloadCallback = function() {
    grecaptcha.render('passwordRecovery', {
               sitekey' : '6Lcsv3oUAAAAAGFhlKrkRb029OHio098bbeyi_Hv',
               'callback' : onSubmit
    });
};

You will only have to execute 

onSubmit()

in your Javascript and it will continue fine.

Took me about an hour to find out and solve the issue. Let me know any issues. 

 

Dormic

Edited by dormic
  • Like 7
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...