<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Нажать на клавишу, учитывая цвет пикселя в координате]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=17297&amp;type=atom" />
	<updated>2022-08-14T23:13:37Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=17297</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Нажать на клавишу, учитывая цвет пикселя в координате]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=154400#p154400" />
			<content type="html"><![CDATA[<p><strong>samegor</strong>, добро пожаловать на форум! Ознакомьтесь, пожалуйста, с <a href="https://forum.script-coding.com/misc.php?action=rules">Правилами</a>, отредактируйте свой пост. Обратите внимание на <a href="https://forum.script-coding.com/misc.php?action=rules#literacy">точки</a> в конце предложений.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2022-08-14T23:13:37Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=154400#p154400</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Нажать на клавишу, учитывая цвет пикселя в координате]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=154398#p154398" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>
Loop
{
    CoordMode, Pixel, Window
    PixelSearch, FoundX, FoundY, 772, 272, 1122, 438, 0xFAFAFA, 0, Fast RGB
    If (ErrorLevel = 0)
    {
        Send, {a}
    }
}

</code></pre></div>]]></content>
			<author>
				<name><![CDATA[samegor]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=42738</uri>
			</author>
			<updated>2022-08-14T23:04:51Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=154398#p154398</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Нажать на клавишу, учитывая цвет пикселя в координате]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=154283#p154283" />
			<content type="html"><![CDATA[<p>Конечно, создавайте тему в коммерческом разделе, назначайте цену.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2022-08-08T09:56:29Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=154283#p154283</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Нажать на клавишу, учитывая цвет пикселя в координате]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=154281#p154281" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>teadrinker пишет:</cite><blockquote><p>Можно, не сомневайтесь. Понадобятся команды PixelGetColor и Send.</p></blockquote></div><p> Можно код, не просто для чайника, а для валенка?)</p>]]></content>
			<author>
				<name><![CDATA[sxcris]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=42722</uri>
			</author>
			<updated>2022-08-08T09:45:36Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=154281#p154281</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Нажать на клавишу, учитывая цвет пикселя в координате]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=154249#p154249" />
			<content type="html"><![CDATA[<p>Можно, не сомневайтесь. Понадобятся команды PixelGetColor и Send.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2022-08-07T10:17:00Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=154249#p154249</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Нажать на клавишу, учитывая цвет пикселя в координате]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=154246#p154246" />
			<content type="html"><![CDATA[<p>Можно ли как-нибудь сделать, чтобы при появлении белого цвета в пикселе нажималась определённая клавиша, например как в Clickermann&#039;e команда IF_PIXEL_IN?</p>]]></content>
			<author>
				<name><![CDATA[sxcris]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=42722</uri>
			</author>
			<updated>2022-08-07T09:01:20Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=154246#p154246</id>
		</entry>
</feed>
