Hi to all i need some help i am trying to connect captcha breaker with my vb.net aplication does anybody know about it?
Comments
mjrosse
Or how to do post using webbrowser control or something like that
Sven www.GSA-Online.de
I haven't coded in VB for a long time now but it should be rather easy when you just take some source submitting using decaptcher API and exchange the domain with 127.0.0.1.
mjrosse
Thank you for your time, where i find the Decapcher Api?
s4nt0s Houston, Texas
If you right click on the captcha breaker icon > open file location > there should be a .dpr file that has the API source that you need to make it work. I think you can open it with notepad and take a look. (I think) :P
Other then that the easiest way might be to set up your VB application to use a third party captcha services such as deathbycaptcha. CB can emulate these services so your software doesn't really need to integrate or support CB, it can still work.
mjrosse
Thank you so much dude
s4nt0s Houston, Texas
No problem. I didn't see that Sven had already responded to you earlier lol
Comments