How can i make this C# work?

convict29

Пользователь
Регистрация
10.07.2014
Сообщения
114
Благодарностей
3
Баллы
18
Hey, i would like to use some custom text to send to Captcha Recognition.
Is not working, any ideas?
My_Text = "Write Caffee"
I expect to pop up the message "Write Caffee".

Код:
var he = project.Variables["My_Text"].Value;
if (he.IsVoid) return -1;

// Send to recognition
string recognition = ZennoPoster.CaptchaRecognition("MonkeyEnter.dll", he.DrawToBitmap(false), "");
 

lokiys

Moderator
Регистрация
01.02.2012
Сообщения
4 770
Благодарностей
1 180
Баллы
113
You can not send text to captcha services.

You can send images. So only way you can print your text on image and then send to captcha service.
 

convict29

Пользователь
Регистрация
10.07.2014
Сообщения
114
Благодарностей
3
Баллы
18
How can i do that? :bm:
 

lokiys

Moderator
Регистрация
01.02.2012
Сообщения
4 770
Благодарностей
1 180
Баллы
113
I think you can use image processing actions in zennoposter to print your texts on blank image and then look for local image sending to captcha service. There were threads about it.
 

convict29

Пользователь
Регистрация
10.07.2014
Сообщения
114
Благодарностей
3
Баллы
18
Hmmm no, i can't find anything.
There is no print text related action :/
 

lokiys

Moderator
Регистрация
01.02.2012
Сообщения
4 770
Благодарностей
1 180
Баллы
113

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)