Jump to content
UBot Underground

Problem With Captcha For hotmail Account Creator


Recommended Posts

Hi guys i have a problem with captcha solution when i try to create hotmail account....the image of captcha does't appear and i can't give the solution, I used the wildcard option this is the code:

 

navigate("https://signup.live.com/signup.aspx?wa=wsignin1.0&rpsnv=11&ct=1365790409&rver=6.1.6206.0&wp=MBI&wreply=http%3a%2f%2fmail.live.com%2fdefault.aspx&id=64855&cbcxt=mai&snsc=1&bk=1365790412&uiflavor=web&mkt=IT-IT&lc=1040&lic=1", "Wait")
wait for browser event("Everything Loaded", "")
reset account("Any")
set(#Sesso, $account data("Gender"), "Global")
type text(<first name field>, $account data("First Name"), "Standard")
if($comparison(#Sesso, "=", "Male")) {
    then {
        change dropdown(<sex dropdown>, "Maschio")
    }
    else {
        change dropdown(<sex dropdown>, "Femmina")
    }
}
type text(<last name field>, $account data("Last Name"), "Standard")
change dropdown(<birth day dropdown>, "Random - Skip First Choice")
change dropdown(<birth month dropdown>, "Random - Skip First Choice")
change dropdown(<birth year dropdown>, $rand(1970, 1993))
type text(<name="imembernamelive">, $account data("Username"), "Standard")
change dropdown(<name="idomain">, "hotmail.com")
type text(<name="iPwd">, "{$account data("Password")}58", "Standard")
type text(<name="iRetypePwd">, "{$account data("Password")}58", "Standard")
type text(<email field>, "{$random text(10)}@gmail.com", "Standard")
change dropdown($element offset(<country dropdown>, 1), "Stati Uniti")
wait(3)
type text(<zip code field>, $account data("Zip Code"), "Standard")
type text(<class="spHipNoClear hipInputText">, $solve captcha(<src=w"https://client.hip.live.com/GetHIPData?hid=*">), "Standard")
click(<title="I accept">, "Left Click", "No")
wait for browser event("Everything Loaded", 60)

 

where i wrong?

thanks

 

Link to post
Share on other sites

Hi Advanced thanks for reply with this code the script hangs and does't go forward....and don't solve captcha

to get it to start I have to close and reopen 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...