gjergj.jorgji 0 Posted September 10, 2016 Report Share Posted September 10, 2016 Hello, I opened an account in 2Captcha so I can use their services in Ubot Studio 5 and solve reCaptchas. I added it as a service with the API code they provide and I can see my credits in Ubot.My problem is that i cannot find how to actually use the service. Has anyone implemented it, or know any good and relevant tutorial? Thanks in advance! Quote Link to post Share on other sites
sunny9495 42 Posted September 10, 2016 Report Share Posted September 10, 2016 Try This clear cookies navigate("http://goo.gl","Wait") wait for element(<class="recaptcha-checkbox-checkmark">,5,"Appear") wait(1) click(<class="recaptcha-checkbox-checkmark">,"Left Click","No") wait for element(<id="rc-imageselect">,5,"Appear") wait(2) solve click captcha(<id="rc-imageselect">) wait(2) click(<id="recaptcha-verify-button">,"Left Click","No") 1 Quote Link to post Share on other sites
huylinhn 0 Posted November 7, 2016 Report Share Posted November 7, 2016 Hello Sunny, I've tried too but not work recaptcha return error "please also check the new images" Quote Link to post Share on other sites
jason 101 Posted November 10, 2016 Report Share Posted November 10, 2016 If you are still having this issue, please let us know at support and share the website having this issue as well. Quote Link to post Share on other sites
webchk 0 Posted March 8, 2017 Report Share Posted March 8, 2017 (edited) Tente isso Limpar cookies Navegue ("http://goo.gl", "Aguarde") Espere pelo elemento (<classe = "recaptcha-checkbox-checkmark">, 5, "Aparecer") Espera (1) Clique (<classe = "recaptcha-checkbox-checkmark">, "Clique esquerdo", "Não") Espere pelo elemento, 5, "Aparecer") Espera (2) Resolver clique em captcha (<id = "rc-imageselect">) Espera (2) Clique (<id = "recaptcha-verify-button">, "Clique esquerdo", "Não") Você pode me ligar no facebook? Eu preciso implementar um script para mock captcha no meu bothttps://www.facebook.com/profile.php?id=100015356525418 Edited March 8, 2017 by webchk Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.