Jump to content
UBot Underground

Recommended Posts

Looks like I just about got it beat. Just one more thing though; hotmail accounts require upper and lower case, numbers and symbols, but the "user name" in the "account data variable" only does lower case. still pondering this one.

Link to post
Share on other sites

Do random text which will do upper and lower case letters do a random length then append a random number between 0 and 9 to the end of it for the password - sorry not in Ubot or I'd post code but it should be pretty straight forward. If you want PM me and I'll give you my Hotmail creator I need people to test it anyways :)

Link to post
Share on other sites

got it. ui check box("Create A New Hotmail Account", #hotmail)

if($both(#hotmail, $true)) {

then {

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

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>, "Random - Skip First Choice")

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

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

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

type text(<name="imembernamelive">, $account data("Username"), "Standard")

set(#passwordmix, "{$account data("Password")}{$spin("\{.|-\\\}\\\{1|2|3|4|5|6|7|8|9\\\}\\\{A|B|C\\\}")}", "Global")

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

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

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

set(#randomemail, "{$account data("Username")}@{$account data("County")}.com", "Global")

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

type text($element offset(<email field>, 1), #randomemail, "Standard")

type text(<name="iSA">, $account data("Birth Month Word"), "Standard")

type text(<zip code field>, $account data("Zip Code"), "Standard")

type text(<id=w"wlspispSolutionElement*">, $solve captcha(<id=w"wlspisp*">), "Standard")

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

}

else {

}

}

click(<innertext="Continue to Hotmail">, "Left Click", "No")

  • Like 2
Link to post
Share on other sites

The software was designed for them to be able to choose if they want to create a hotmail account. If they check the box for the hotmail variable then when the bot runs it checks to see if that box was checked and if it is then it creates the hotmail account, otherwise it doesn't.

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