Jump to content
UBot Underground

Hotmail "i accept" button


Recommended Posts

I'm fighting with the hotmail "i accept" button for 2 days now.

Fill in the form works fine but when i click the "I accept" button, a prosserbar will show for about 1 second and than disapear. Nothing happens. Only the full filled form is there. no account is created.

 

What is so special on this button?

How can i let them work?

 

This is the code

 

loop(10) {

reset account("Male")

set(#pass, "{$account data("Password")}{$spin("\{a|b|c|d|e|f|g|h|i|j|k|l|m|n|o|p|q|r|s|t|u|v|w|x|y|z\}")}{$spin("\{1|2|3|4|5|6|7|8|9\}")}", "Global")

navigate("https://signup.live.com", "Wait")

clear cookies

wait for browser event("Everything Loaded", 60)

wait(4)

type text(<first name field>, $account data("First Name"), "Standard")

type text(<last name field>, $account data("Last Name"), "Standard")

change dropdown(<birth month dropdown>, "Random - Skip First Choice")

change dropdown(<birth day dropdown>, $rand(1, 27))

change dropdown(<birth year dropdown>, $rand(1945, 1995))

change dropdown(<sex dropdown>, "Male")

type text($element offset(<email field>, 0), "{$account data("Username")}@hotmail.com", "Standard")

type text(<name="iPwd">, #pass, "Standard")

type text(<name="iRetypePwd">, #pass, "Standard")

click(<id="iqsaswitch">, "Left Click", "No")

wait(5)

change dropdown(<name="iSQ">, "Random - Skip First Choice")

type text(<name="iSA">, $account data("City"), "Standard")

change dropdown($element offset(<country dropdown>, 1), " U.S.")

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")

wait(30)

click(<title="I accept">, "Left Click", "No")

wait for browser event("Everything Loaded", 60)

wait(30)

}

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