Jump to content
UBot Underground

typed wrong captcha and got problem


Recommended Posts

Hello 2 days back one of my friend purchased uBot Studio bot for me. I was doing Yahoo.fr account creator. I set clear table then uI open file extension is CSV then I create a table then navigator and loop command for all the yahoo singup field . everything working file but I realized when i typed wrong captcha bot not working properly. if I type right captcha it will be go to singup confirmation page and next process start for next accounts if I type wrong captcha then process till become on but filling up double details into same form. since I want help to type captcha until it will be correct else my bot need to stop and not filled up double details onto the same form.

 

Kindly help.

 

Warmest Regards

Link to post
Share on other sites

Hello,

 

First of all I would use change attribute instead of type text to fill the fields. This will prevent the double filling of details.

 

For the captcha use this:

if($exists(<innertext="Impossible de créer le compte avec ces valeurs : vérifiez vos réponses.">)) {

then {

type text(<name="captchaAnswer">, $solve captcha($element offset(<id="captchaV5ClassicCaptchaImg">, 0)), "Standard")

}

}

 

That will detect if the captcha was entered incorrectly, and if so it will try again.

 

Hope this helps,

Justin

 

Edit*- Just noticed you have the standard version, so here it is in bot form:

yahoo captcha.ubot

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...