Solve CAPTCHA

From UBot Studio
Jump to: navigation, search

$Solve Captcha is a Browser Function.

This function does exactly what it says. It solves captchas based on four integrated captcha solving services (DeathbyCaptcha, Decaptcher, Bypass Captcha and well as Captcha Sniper) 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”.

You do not need credentials for Captcha Sniper. Simply make sure the software for Captcha Sniper is running on your system and have it selected and active in your Captcha services window.


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.


Captc5.jpg


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