Jump to content
UBot Underground

Solvin Recaptcha With 2Captcha


Recommended Posts

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! 

Link to post
Share on other sites

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")

  • Like 1
Link to post
Share on other sites
  • 1 month later...
  • 3 months later...

 

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 bot

https://www.facebook.com/profile.php?id=100015356525418

Edited by webchk
Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...