CaptchaBot Java interface?

cooooookies

Senior Member
Joined
Oct 6, 2008
Messages
1,133
Reaction score
283
Did anybody implement a Java-interface to captchabot by following the RPC-specs provided on their site? Any hint how to encode pictures?

Thanks,
cooooookies
 
decaptcher.com provides an api for solving captcha , hope it helps!

Also would be nice if you could teach me java botting ? Iam still stuck in fill in form fields (found a solution for cookies so far)
 
cooooookies
Any hint how to encode pictures?
You have to encode picture to base64 before sending it to captchabot.

1. Base64 class: http://iharder.net/base64
2. Base64 method in java XMLRPC class.
 
Last edited:
Back
Top