avengy / discord-captcha-callback-function

Bypass Discord Captcha when automating browser with selenium
22 stars 4 forks source link

ty #6

Open ScoDev1 opened 2 years ago

ScoDev1 commented 2 years ago

thx man, finally something that worked.

If anyone is reading this, you don't need this to submit hcaptcha :

var insert_solver_js = "document.querySelector(\'[id^=\"h-captcha-response-\"]\').innerHTML=\"" + hcaptchaResponse + "\";";

This is C# but it's same in python.

Just use op solution : document.querySelector('iframe').parentElement.parentElement.__reactProps$.children.props.onVerify('captcha_key')

works perfectly fine

JokersCat commented 2 years ago

Thx

flamesflare commented 1 year ago

Still works?