Callback recaptchaV2

Hi, anyone?

Solve Recaptcha V2 (SolveRecaptchaV2) <<

[CustomTwoCaptcha] Balance: $39772

Got solution: 03AGdBq25VmkOHZQWOUZh-dm9KUp2trpeHUFH0tN8HFTPr…

Execute JS (PuppeteerExecuteJs) <<

Evaluated document.getElementById(“g-recaptcha-response”).innerHTML=“03AGdBq25VmkOHZQWOUZh-dm9KUp2trpeHUFH0tN8HFTPr…”;

Got result: 03AGdBq25VmkOHZQWOUZh-dm9KUp2trpeHUFH0tN8HFTPr…";

When try to submit
callback

The callback is missing, but how to do it on openbullet?
Please I need support, this is the last step so I can submit the form, finally

I’ve searched but can’t find anything about callback use with recaptchav2 block or any kind of guide, example, nothing…

Hi, I’ve tried but I get this error:

[Executing block Execute JS] EvaluationFailedException: Evaluation failed: ReferenceError: onSuccess is not defined
at puppeteer_evaluation_script:1:611

I followed carefully the guide, It’s because onsucess data-callback is missing. I found he in .js files
Can you take a look?

<div class="area-captcha" bis_skin_checked="1"><div class="g-recaptcha" data-sitekey="6Lca8-wUAAAAAF9TZlquhJN6AsZaiRmxC1jZAyTu" id="captcha" name="captcha" bis_skin_checked="1"><div bis_skin_checked="1" style="width: 304px; height: 78px;"><div bis_skin_checked="1"><iframe title="reCAPTCHA" src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6Lca8-wUAAAAAF9TZlquhJN6AsZaiRmxC1jZAyTu&amp;co=aHR0cHM6Ly9jb25zdWx0YWF1eGlsaW8uY2lkYWRhbmlhLmdvdi5icjo0NDM.&amp;hl=pt&amp;v=eKRIyK-9MtX6JxeZcNZIkfUq&amp;size=normal&amp;cb=sx5ztyabpo6b" width="304" height="78" role="presentation" name="a-vyqjkp3phxpo" frameborder="0" scrolling="no" sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox" bis_size="{&quot;x&quot;:1348,&quot;y&quot;:617,&quot;w&quot;:304,&quot;h&quot;:78,&quot;abs_x&quot;:1348,&quot;abs_y&quot;:617}"></iframe></div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response" style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea></div><iframe style="display: none;"></iframe></div></div>

But callbacks is here:

and here the callback is sent

Thanks

Please refer to this. This is not a problem with OB2 itself, but with captchas, so you’re better off reading the guides on captcha service websites.

https://2captcha.com/2captcha-api#callback

1 Like