Jump to content
UBot Underground

How To Captcha For This Site


Recommended Posts

Dear all member. i hope anybody can help me to solve this issue. I can't input captcha on this form hublaagram.me

 

This is my code

set user agent("iPhone")
loop(100) {
    navigate("https://hublaagram.me/","Wait")
    wait for element(<method="post">,"","Appear")
    type text(<username field>,"myaccountid","Standard")
    wait(3)
    type text(<password field>,"mypassword","Standard")
    wait(3)
    click(<login button>,"Left Click","No")
    wait for element(<last name field>,"","Appear")
    type text(<last name field>,$solve captcha(<src="/cacaca.php?_CAPTCHA&t=0.51728400+1495021197">),"Standard")
}

Thanks

 

Link to post
Share on other sites

You must use wildcard to properly select captcha image 

Like this

type text(<last name field>,$solve captcha(<src=w"/cacaca.php?_CAPTCHA&t=*">),"Standard")

  • Like 2
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...