Anyone know how to bypass recaptcha in java?
Have you tried looking on github?Anyone know how to bypass recaptcha in java?
Yes, but i didnt find anything that works.Have you tried looking on github?
Ive seen websites like this, but the solve speed is honestly garbage.[DOUBLEPOST=1550683279][/DOUBLEPOST]From what I understand, you need to hook into a service like: https://anti-captcha.com/mainpage
Which is an API you'd be able to communicate with, send the request, and they send back the completed answer. However these aren't bypasses, but employees in their company solving them on the fly.
Nothing on github worksSearch for a recaptcha bypass on GitHub and simply implement it in Java.
Logging into minecraft.netWhat do you need to bypass recaptcha for? What are you doing?
Ive seen websites like this, but the solve speed is honestly garbage.
This does work: https://github.com/dessant/busterIve seen websites like this, but the solve speed is honestly garbage.[DOUBLEPOST=1550683279][/DOUBLEPOST]
Nothing on github works
You don't need captcha to authenticate with Mojang's Auth Services?Logging into minecraft.net
It uses invisible captchas https://gyazo.com/70e1b76b1b3b35e0be3982b869c94d71You don't need captcha to authenticate with Mojang's Auth Services?
Not to log in, you don't need one.It uses invisible captchas https://gyazo.com/70e1b76b1b3b35e0be3982b869c94d71
Im trying to directly login from https://my.minecraft.net/en-us/login/?return_url=/en-us/store/minecraft/ and there is an invisible captcha on thereNot to log in, you don't need one.
Well you're looking in the wrong places then. Check out the Minecraft Wiki for info on Mojang's Auth APIs.Im trying to directly login from https://my.minecraft.net/en-us/login/?return_url=/en-us/store/minecraft/ and there is an invisible captcha on there
Im trying to directly login from https://my.minecraft.net/en-us/login/?return_url=/en-us/store/minecraft/ and there is an invisible captcha on there
Well you're looking in the wrong places then. Check out the Minecraft Wiki for info on Mojang's Auth APIs.
Ive already read through the api documentation, but it doesn't allow me to create accounts which is one of the things im trying to do.You're both correct. The 'invisible captcha' is Recaptcha v3.
However, you may very well use Mojang Auth API, which obviously won't have a captcha, considering it's an API.
I have provided a solution for this above as well.Ive already read through the api documentation, but it doesn't allow me to create accounts which is one of the things im trying to do.
This does work: https://github.com/dessant/buster
