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".
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), "");