tuberboy / recaptcha-solver-or-bypasser

Google Invisible ReCaptcha V3 Solve or Bypass Using PHP. Fully Automated.
MIT License
11 stars 2 forks source link

Fix pls #1

Closed 5k-omar closed 3 weeks ago

5k-omar commented 3 weeks ago

Deprecated: Creation of dynamic property mcCS\captcha\solveCAPTCHA::$ua is deprecated in C:\recaptcha-solver-or-bypasser-main\Captcha\solveCAPTCHA.php on line 39

in preg_match('/k=(.+?)\&/', $anchor_url, $key);

tuberboy commented 3 weeks ago

Deprecated: Creation of dynamic property mcCS\captcha\solveCAPTCHA::$ua is deprecated in C:\recaptcha-solver-or-bypasser-main\Captcha\solveCAPTCHA.php on line 39

in preg_match('/k=(.+?)\&/', $anchor_url, $key);

Your anchor url is incorrect, double check and use correct anchor url.

Search for "anchor" in the network tab while the site is loading to obtain the url.

Anchor url should look like: https://www.google.com/recaptcha/api2/anchor?ar=1&k=...&...

Use php7.4, Deprecated warning will not show.