Need help with implementing captcha solving?

kytro360

Power Member
Joined
Jan 12, 2010
Messages
708
Reaction score
737
I want to make a part in my code where on my form the captcha image appears and you can either manually solve it, or use Decaptcha or Deathbycaptcha.

Also, how do I embed those two captcha services into my program so it can be solved automatically?
 
Captchakiller has a RESTful API which will enable you to break captchas with minimal code. I'd check out their website for more information on how to query their API through vb. I found out about the website on StackOverflow; the article I read had 54 likes for captchakiller as an answer.
 
Back
Top