insorg
Platinum Member | Редактировать | Профиль | Сообщение | Цитировать | Сообщить модератору radikk Не то. Надо дёрг только при надобности. vlary Гляну. Даже вопрос там оч похож - тоже RDP с блокировкой по нективности, и тоже нет прав её менять. Добавлено: Нашёл! NoSleep Цитата: It is an easy little scriping language called AutoIt. Similar to VB Script, but it has GUI functionallity, and compiles to an EXE which is kind of handy. Only about 30 lines of code total, most of which is setting up he tray icon. The actual mouse moving code is only 6 lines. Basically tells it, until someone closes the app, idle around for 30 seconds, then get the position of the mouse and move it right and left one pixel. Then it loops and idles around fr 30 more seconds. While 1 Sleep(30000) $CurPos = MouseGetPos ( ) MouseMove ( $CurPos[0] + 1, $CurPos[1] ) MouseMove ( $CurPos[0] - 1, $CurPos[1] ) WEnd Check out www.autoitscript.com if you are interested. I do most my stuff in C#, but sometimes, a simple script is all you need. Cheers | Эх, что значит правильно сформулировать запрос на ынглише. | Всего записей: 17942 | Зарегистр. 04-11-2010 | Отправлено: 14:58 26-09-2015 | Исправлено: insorg, 15:10 26-09-2015 |
|