Jump to content
UBot Underground

Recommended Posts

Hello- New to Ubot and wanted to know if anyone has ever delt with/got the captcha of Confident working with Ubot? 

 
I'm making voting bots for all the top MC servers and most of them use that one. :T 


Example would be here; 
http://topg.org/Minecraft/in-365133
 
Link to post
Share on other sites

http://www.botguru.net/ubot-plugin-os-addins/

 

this plugin offers confident captcha

 

 

payments can be sent using www.botguru.net/stripe

temp solution for the moment for payments.

 

 

works well when i get back from an appointment I will post a video how it works.

I look forward to the video! This would help a lot. I will buy that plugin and around 4-6 others on this site that I seem very interested in once I get some money flowing in. Buying Ubot took out a big chunk of living but totally worth it. :D

 

<Off topic> 

I can't click any of your guy's name once I'm logged in to go to your profile. Is that normal? o.O 

 

 

Edited by HaHaItsJake
Link to post
Share on other sites

Solving service needed

http://bypassconfident.com/

 

Video:

http://screencast.com/t/cwI6H338lvVk

 

Video failed to vote as i forgot to add a couple seconds wait for it to finish the click of the captchas before clicking the submit button but i've added it int he code below.

 

 

Example code
set(#balance$plugin function("OSCommandsFunctions.dll""$bypassConfident credits""USERNAME""PASSWORD"), "Global")
ui stat monitor("Ballance: "#balance)
allow popups("Yes")
navigate("http://topg.org/Minecraft/in-365133""Wait")
wait for element(<id="captcha_badge_message">, 20, "Appear")
click(<id="captcha_badge_message">"Left Click""No")
if($exists(<class="confidentcaptcha_instructions">)) {
    then {
        loop(2) {
            wait for element(<id="image_grid">, 20, "Appear")
            wait(2)
            save element image(<id="image_grid">"{$special folder("Desktop")}\\test1.jpg")
            wait(2)
            set(#letters$page scrape("letters:\'""\'"), "Global")
            set(#bypass$plugin function("OSCommandsFunctions.dll""$bypassConfident""USERNAME""PASSWORD""{$special folder("Desktop")}\\test1.jpg"#letters$scrape attribute(<class="category_name">"innertext")), "Global")
            if($comparison($substring(#letters, 0, 1), "="#bypass)) {
                then {
                    click($element offset(<class="confidentcaptcha_image_highlight">, 0), "Left Click""No")
                }
                else if($comparison($substring(#letters, 1, 1), "="#bypass)) {
                    click($element offset(<class="confidentcaptcha_image_highlight">, 1), "Left Click""No")
                }
                else if($comparison($substring(#letters, 2, 1), "="#bypass)) {
                    click($element offset(<class="confidentcaptcha_image_highlight">, 2), "Left Click""No")
                }
                else if($comparison($substring(#letters, 3, 1), "="#bypass)) {
                    click($element offset(<class="confidentcaptcha_image_highlight">, 3), "Left Click""No")
                }
                else {
                }
            }
        }
    }
    else {
    }
}
wait(3)
click(<name="submit">"Left Click""No")

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