Jump to content

Runescape recaptcha changing to invisible recaptcha


Recommended Posts

Posted (edited)

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

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
  • Recently Browsing   0 members

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