Jump to content
UBot Underground

How To Create Mail.com Account Creator


Recommended Posts

i have few problems try to create mail on mail.com

last name and first name not fill in

how i get recaptcha work

 

 

 

 

navigate("https://service.mail.com/registration.html?edition=us&lang=en.7518-header-signup2-1""Wait")
type text(<name="z34122201">$account data("First Name"), "Standard")
type text(<name="z763540791">$account data("Last Name"), "Standard")
change dropdown(<name="ListRegistrationData:0:ItemRegistrationData:BorderBoxRegistrationData:PanelRegistrationData:RowBirthDate:Field:month">"Random")
change dropdown(<name="ListRegistrationData:0:ItemRegistrationData:BorderBoxRegistrationData:PanelRegistrationData:RowBirthDate:Field:day">"Random")
change dropdown(<name="ListRegistrationData:0:ItemRegistrationData:BorderBoxRegistrationData:PanelRegistrationData:RowBirthDate:Field:year">"Random")
type text(<name="z1334989162">$account data("Email"), "Standard")
type text($element offset(<password field>, 0), $account data("Password"), "Standard")
type text($element offset(<password field>, 1), $account data("Password"), "Standard")
change dropdown(<name="ListRegistrationData:4:ItemRegistrationData:BorderBoxRegistrationData:PanelRegistrationData:Panel103:Row1031:Field">"Random")
type text(<name="z286171709">"none""Standard")

recaptcha ??
click(<name="ButtonSubmit">"Left Click""No")

Link to post
Share on other sites

tag property is random every you create account

 

sample

type text(<name="z34122201">, $account data("First Name"), "Standard")

see "z34122201"

 

in the next time not equal to"z34122201"

 

Solution.

check other property sample ID or Class or Both

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