Jump to content
UBot Underground

Ubot isnt completing the captchas?


Recommended Posts

So i do everything as normal, when it comes to filling out the captcha, it wont fill it out or get stuck on the box, it will just skip the whole code and move onto the next bit

 

 

Any idea why? 

 

 

Edit: If i click "run node" on the Type Text for the captcha,  it will complete the captcha. I've added in a wait command before and after the captcha but still skips it

post-12633-0-10840400-1379806756_thumb.png

post-12633-0-33375200-1379806762_thumb.png

Link to post
Share on other sites

This works for me:

change attribute(<name="captcha">, "value", $solve captcha(<class="image-captcha">))

Else you shouldn't use the full src URL, since that one change every time you visit the page.

  • Like 1
Link to post
Share on other sites
type text(<name="captcha">, $solve captcha(<class="image-captcha">), "Standard")

 

I used the Captcha's class to figure it out. Be sure it has enough wait to let the captcha load.

Link to post
Share on other sites

This works for me:

change attribute(<name="captcha">, "value", $solve captcha(<class="image-captcha">))

Else you shouldn't use the full src URL, since that one change every time you visit the page.

life saver! thanks so much

Link to post
Share on other sites

 

type text(<name="captcha">, $solve captcha(<class="image-captcha">), "Standard")
 
I used the Captcha's class to figure it out. Be sure it has enough wait to let the captcha load.

 

Cheers brother!!!

Link to post
Share on other sites

Click the little wheel next to the selector. That will bring up the element selector, from there you can select the element.

 

When tring to get the captcha image you are better using the src with a wildcard (*astrics).

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