Solve CAPTCHA

From UBot Studio
(Difference between revisions)
Jump to: navigation, search
(Compiled Scripts)
Line 53: Line 53:
 
To include captcha services in your compiled script, simply make sure that the captcha services menu is added in the compilation window.
 
To include captcha services in your compiled script, simply make sure that the captcha services menu is added in the compilation window.
  
Please see [[Compiling in the Standard and Professional Editions]] and [[Compiling in the Developer Edition]]
+
Please see [[Compiling in the Standard and Professional Editions]] and [[Compiling in the Developer Edition]]

Revision as of 14:00, 26 December 2013

$Solve Captcha is a Browser Function.

This function does exactly what it says. It solves captchas based on three integrated captcha solving services (DeathbyCaptcha, Decaptcher and Bypasscaptcha) as well as the manual solving option.

  • DeathByCaptcha


Captcha.png


  • Decaptcher


Decaptcher.png


  • Bypasscaptcha


Bypass.png


To access your captcha services, simple click Tools and select Captcha Service Accounts.

Select the Add button in the Captcha Service Accounts window to select a service. After typing in your credentials for your services, simply click the check box next to the services to use it in your captcha solving processes.

To cease using a service, simply click the service name and click the Remove button. If no services are stored, it uses the manual solving option by default.

You begin by storing your service credentials. They can be located in the tools menu under “CAPTCHA Service Accounts”.


Example

navigate("http://www.ubotstudio.com/playground/captcha-form", "Wait")
wait(3)
type text(<name="ctl00$ContentPlaceHolder1$captcha">, $solve captcha(<src="/assets/captcha.jpg?id=0.7055475">), "Standard")


Running the script with a service selected will return the typed out results of the captcha into the field.

If a service is not selected, a window will pop up with the captcha image and a field for you to type the answer. The typed information is inserted into the text field for the captcha.


File:Captcha0.png


Compiled Scripts

To include captcha services in your compiled script, simply make sure that the captcha services menu is added in the compilation window.

Please see Compiling in the Standard and Professional Editions and Compiling in the Developer Edition

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox