Jump to content
UBot Underground

Recommended Posts

hello people, i have this code

 

comment("Not Test")
ui text box("API Key"#apiKey)
clear list(%captcha)
save element image(<class="rc-imageselect-payload">"{$special folder("Application")}\\testCaptcha2.jpg")
add list to list(%captcha$plugin function("Advanced Captcha.dll""$2captcha.com"#apiKey"{$special folder("Application")}\\testCaptcha2.jpg""""Recognize ReCAPTCHA Type 2"""""), "Delete""Global")
loop($subtract($list total(%captcha), 1)) {
    click($element offset(<class="rc-imageselect-checkbox">$subtract($next list item(%captcha), 1)), "Left Click""No")
    wait(1)
}
click(<id="recaptcha-verify-button">"Left Click""No")
alert(%captcha)

 

im having wrong answers all the time,  i think im doing something wrong with the code, someone can help pls?

post-28766-0-29762500-1465502310_thumb.jpg

Link to post
Share on other sites

hello people, i have this code

 

comment("Not Test")

ui text box("API Key"#apiKey)

clear list(%captcha)

save element image(<class="rc-imageselect-payload">"{$special folder("Application")}\\testCaptcha2.jpg")

add list to list(%captcha$plugin function("Advanced Captcha.dll""$2captcha.com"#apiKey"{$special folder("Application")}\\testCaptcha2.jpg""""Recognize ReCAPTCHA Type 2"""""), "Delete""Global")

loop($subtract($list total(%captcha), 1)) {

    click($element offset(<class="rc-imageselect-checkbox">$subtract($next list item(%captcha), 1)), "Left Click""No")

    wait(1)

}

click(<id="recaptcha-verify-button">"Left Click""No")

alert(%captcha)

 

im having wrong answers all the time,  i think im doing something wrong with the code, someone can help pls?

 

What response are they sending you? You may have to parse it

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