- Регистрация
- 02.01.2017
- Сообщения
- 526
- Благодарностей
- 112
- Баллы
- 43
We have a client who have a Captcha system who we still looking for a solution to break, while we don't solve it, we want to "show instance" when the captcha question appear, reading API I found "ZennoPoster.ShowInstance", but it don't works... there is a way to "show instance" of a project under execution by a C# command?
Код:
var url = "";
var port = 0;
var address = "";
ZennoPoster.GetNewInstance(out url, out port, out address);
ZennoPoster.ShowInstance(url, port, address);
System.Windows.Forms.MessageBox.Show(
"Solve captcha then press OK",
"Human captcha required",
System.Windows.Forms.MessageBoxButtons.OK
);