Bypass Captcha V2 Using Puppeteer + extension

Step 1 : Create a folder in C:\Recaptcha
Then unzip .crx file inside the folder
Step 2 : use in OpenBrowser this argument --load-extension=C:/Recaptcha

Download : google.crx - Google Диск

Step 3: Download the config
Recaptcha V2 Bypass (2).opk (13.6 KB)

Tips:

You Can Change the url by using the second block.

you can change

int maxDetectionRetries = 5;
int detectionDelayBetweenRetries = 2000;

int maxSolvingRetries = 60;
int solvingDelayBetweenRetries = 2000;

These variables define the maximum number of retries and delay intervals (in milliseconds) for detecting the presence of the CAPTCHA (maxDetectionRetries and detectionDelayBetweenRetries) and for solving it (maxSolvingRetries and solvingDelayBetweenRetries).

Enjoy!

4 Likes

increasing number of bots and using proxy will be a problem with that ?

the number of bots u put = the number of chrome pages will be opened
so if your device can handle that yuo can use as many bots as u want.

2 Likes

ok, is there any extension that can solve hCaptcha ?

this works in headless puppeteer?

Yes, It does
just enable it from the config settings

i tried with hCaptcha the same way but all extensions either not work or didn’t solve it automatically after window opened

im not sure if there is an extention for Hcaptcha, if i find one, it will be posted as well

1 Like

no its not working have you checked?

also how can we change the delay timer?

i have try changing live when testing the site when i reopen then its set default automatically

you can edit background.js in the folder of extension

I expect this type of captcha is much easier.Could you help me solve this type if you are not busy?