How can i make this C# work?

  • Автор темы Автор темы convict29
  • Дата начала Дата начала

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), "");
 
How can i do that? :bm:
 
Hmmm no, i can't find anything.
There is no print text related action :/
 

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