Jump to content
UBot Underground

how do i set captcha retry for hot mail account creation.


Recommended Posts

I setup the captcha, but about 10% of the time it fails, how do i set it up to retry few times?

 

this is the signup link https://signup.live.com/signup.aspx?wa=wsignin1.0&rpsnv=11&ct=1384911138&rver=6.1.6206.0&wp=MBI&wreply=http%3a%2f%2fmail.live.com%2fdefault.aspx&id=64855&cbcxt=mai&snsc=1&bk=1384911139&uiflavor=web&mkt=EN-US&lc=1033&lic=1

Edited by innerged
Link to post
Share on other sites

loop while($exists(<id=w"wlspispSolutionElement*">)) {
    navigate("https://signup.live.com/signup.aspx?wa=wsignin1.0&rpsnv=11&ct=1384911138&rver=6.1.6206.0&wp=MBI&wreply=http%3A%2F%2Fmail.live.com%2Fdefault.aspx&id=64855&cbcxt=mai&snsc=1&bk=1384911139&uiflavor=web&mkt=EN-US&lc=1033&lic=1""Wait")
    comment("------your code---------")
    wait(5)
    type text(<id=w"wlspispSolutionElement*">$solve captcha(<src=w"https://DC2.client.hip.live.com/GetHIPData?hid=*">), "Standard")
    wait(5)
    click(<title="I accept">"Left Click""No")
}

Link to post
Share on other sites

This is frustrating for me because it loops and loops the same code over and over again.  I tried doing an if statement to no avail. It seems like to me that I would have to do something with the define and set commands, but getting a logic to work is what's getting me.

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