/Hcaptcha-solver.NET

This is a very simple example of how to use "2captchaAPI" to solve "Hcaptcha" :)

Primary LanguageC#

Hcaptcha-solver

This is a very simple example of how to use "2captchaAPI" to solve "Hcaptcha" , as you can see in the examples this "solving" task is broken into 2 parts to allow the user to do more whilst preparing the Hcaptcha token (you can also combine these into 1 function if needed).

Alt text

Hcaptcha C# example (overview)

As you can see below there is only 3 parameters needed to solve "Hcaptcha"
To use this DLL simply import the DLL as a reference to the project 
Then follow the example below to setup your project <3
APIkey - (2captcha API key with balance)
SiteKey - specific to the site
Domain - This is the URL matching the "sitekey"

Alt text

Hcaptcha C# usage

As you can see below there is only 2 methods needed to solve Hcaptcha 
As seen above 2captcha only requires 3 parameters to be provided
If captcha has any issues the bools returned will be false

Line 1 - Create object/instance for the solver class
Line 2 - Set 2captcha API key for solving
Line 3 - Get a 2captcha task ID (starts process of 2captcha solving the hcaptcha)
Line 4 - This simply checks the 2captcha task ID if captcha was solved or not

Bool IDstatus (True/False) - checks if 2captcha accepted the request & if a task ID was returned
Bool CaptchaSolvedResult (True/False) - checks if captcha result was returned 

Alt text

Dependecies / Resources

Leaf.xnet (web request)
2captcha (API key)

Admin@hvh.site