Jump to content
UBot Underground

Recommended Posts

        navigate("https://signup.mail.com/#.7518-header-signup2-1","Wait")

        wait for browser event("Everything Loaded","")
        wait for browser event("DOM Ready","")

        type text(<autocapitalize="none">,#emailPrefix,"Standard")
        type text(<first name field>,#firstname,"Standard")
        type text(<last name field>,#lastname,"Standard")
        change dropdown(<state dropdown>,"Random - Skip First Choice")
        type text($element offset(<birthday field>,0),#month,"Standard")
        type text($element offset(<birthday field>,1),#day,"Standard")
        type text($element offset(<birthday field>,2),#year,"Standard")
        type text($element offset(<password field>,0),#password,"Standard")
        type text($element offset(<password field>,1),#password,"Standard")
        change checkbox($element offset(<class="pos-input-checkbox__border">,0),"Checked")
        change checkbox($element offset(<class="pos-input-checkbox__border">,1),"Checked")
        type text(<email field>,#altEmail,"Standard")
        wait for element(<class="recaptcha-checkbox-checkmark">,15,"Appear")

        set(#ApiKey,"","Global")
        set(#GoogleSiteKey,"6Lc7GmIUAAAAAKDjVWk0q9Y5HhN5bNr1ctLZDmnw","Global")
        change attribute(<id="g-recaptcha-response">,"style",$replace($scrape attribute(<id="g-recaptcha-response">,"style"),"display: none;",$nothing))
        clear list(%_rawCaptcha)
        add list to list(%_rawCaptcha,$list from text($plugin function("UltimateCaptchaServices.dll", "$2Captcha Service V2", #ApiKey, "", #GoogleSiteKey, "", "", "", "", "HTTP", "Solve Captcha", "Recaptcha-NoCaptcha", "", "Yes", "No"),$new line),"Delete","Global")
        change attribute(<id="g-recaptcha-response">,"value",$list item(%_rawCaptcha,1))
         wait(3)
         click(<class="form__create-account-text">,"Left Click","No")
 
I don't know where there is a problem, please help!!!
Edited by jianhuili
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...