- Регистрация
- 09.05.2014
- Сообщения
- 1 254
- Благодарностей
- 220
- Баллы
- 63
Доброе утро котаны. Нашел такой код на форуме от уважаемого кота.
- string captchapath = project.Variables["captchapath"].Value;
- string b64strcaptcha = Convert.ToBase64String(System.IO.File.ReadAllBytes(captchapath)); \\всего одна строчка!!!
- return ZennoPoster.CaptchaRecognition("Anti-Captcha.dll", b64strcaptcha, "").Split('-')[0];