<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; Arduino как прокси-эмулятор клавиатуры]]></title>
		<link>http://forum.script-coding.com/viewtopic.php?id=14968</link>
		<atom:link href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=14968&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «Arduino как прокси-эмулятор клавиатуры».]]></description>
		<lastBuildDate>Sun, 15 Sep 2019 14:58:04 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Arduino как прокси-эмулятор клавиатуры]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=136058#p136058</link>
			<description><![CDATA[<p>А если и не пальнет можете пожалуйста на пальцах как подвязать библиотеку(никогда такого не делал) и что изменить в коде отправки. Заранее спасибо и я понимаю как подобные нубы вас задолбали...</p><div class="codebox"><pre><code>{
				Send % char_q[A_Index]
				break
}</code></pre></div><p>char_q := [&quot;{sc152}&quot;,&quot;{sc44}&quot;,&quot;{sc40}&quot;]</p>]]></description>
			<author><![CDATA[null@example.com (gamer4eg)]]></author>
			<pubDate>Sun, 15 Sep 2019 14:58:04 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=136058#p136058</guid>
		</item>
		<item>
			<title><![CDATA[Re: Arduino как прокси-эмулятор клавиатуры]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=136057#p136057</link>
			<description><![CDATA[<div class="quotebox"><cite>stealzy пишет:</cite><blockquote><p>И какое отношение это имеет к моему ответу? Конкретно к первой части.</p></blockquote></div><p>А тот же античит близардский например не пальнет? Просто с ардуинкой надежность выше(как и с любой аппаратной автоматизацией) имхо...</p>]]></description>
			<author><![CDATA[null@example.com (gamer4eg)]]></author>
			<pubDate>Sun, 15 Sep 2019 14:56:25 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=136057#p136057</guid>
		</item>
		<item>
			<title><![CDATA[Re: Arduino как прокси-эмулятор клавиатуры]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=136054#p136054</link>
			<description><![CDATA[<p>И какое отношение это имеет к моему ответу? Конкретно к первой части.</p>]]></description>
			<author><![CDATA[null@example.com (stealzy)]]></author>
			<pubDate>Sun, 15 Sep 2019 10:45:17 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=136054#p136054</guid>
		</item>
		<item>
			<title><![CDATA[Re: Arduino как прокси-эмулятор клавиатуры]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=136053#p136053</link>
			<description><![CDATA[<p><strong>stealzy</strong></p><p>Я про вот это:<br /></p><div class="quotebox"><blockquote><p>Starting form Windows 8 there&#039;s the GetCurrentInputMessageSource function. You can use it, and check the originId enum for the following value:</p><p>IMO_INJECTED - The input message has been injected (through the SendInput function) by an application that doesn&#039;t have the UIAccess attribute set to TRUE in its manifest file.</p></blockquote></div><p>А откатываться на 7 не охота.</p>]]></description>
			<author><![CDATA[null@example.com (gamer4eg)]]></author>
			<pubDate>Sat, 14 Sep 2019 21:56:10 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=136053#p136053</guid>
		</item>
		<item>
			<title><![CDATA[Re: Arduino как прокси-эмулятор клавиатуры]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=136041#p136041</link>
			<description><![CDATA[<div class="quotebox"><cite>gamer4eg пишет:</cite><blockquote><p>прокси для нажатий</p></blockquote></div><p><a href="http://forum.script-coding.com/viewtopic.php?pid=123063#p123063">См. п. 4.</a><br /></p><div class="quotebox"><cite>gamer4eg пишет:</cite><blockquote><p>борьбы разработчиков с AHK</p></blockquote></div><p>Некоторые борзые действительно не хотят работать при запущенном&nbsp; скриптовом интерпретаторе, но обходится это элементарной правкой бинарника в текстовом редакторе.</p>]]></description>
			<author><![CDATA[null@example.com (stealzy)]]></author>
			<pubDate>Sat, 14 Sep 2019 17:41:03 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=136041#p136041</guid>
		</item>
		<item>
			<title><![CDATA[Arduino как прокси-эмулятор клавиатуры]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=136032#p136032</link>
			<description><![CDATA[<p>В реалиях постоянно совершенствующихся античитов игр и постоянной борьбы разработчиков с AHK скриптами захотелось обезопасить себя путем запила прокси для нажатий через arduino.<br />ТЕ скрипт АХК вместо клавиши отправляет команду ардуинке, а она уже обратно на комп эмитируя нажатие на клавиатуре.<br />Но сам я с ардуинками не пересекался до сего момента от слова совсем...<br />Так что прошу знающих людей посоветовать где почитать матчасти, а лучше если уже существуют решения- где найти и скопировать/допилить.<br />Был бы очень признателен за любую помощь.</p>]]></description>
			<author><![CDATA[null@example.com (gamer4eg)]]></author>
			<pubDate>Sat, 14 Sep 2019 04:46:00 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=136032#p136032</guid>
		</item>
	</channel>
</rss>
