<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Как заставить PixelSearch нажать куда надо?]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=5914&amp;type=atom" />
	<updated>2011-06-18T12:57:34Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=5914</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как заставить PixelSearch нажать куда надо?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=49194#p49194" />
			<content type="html"><![CDATA[<p>Спасибо.</p>]]></content>
			<author>
				<name><![CDATA[metlick]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26594</uri>
			</author>
			<updated>2011-06-18T12:57:34Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=49194#p49194</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как заставить PixelSearch нажать куда надо?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=49182#p49182" />
			<content type="html"><![CDATA[<p>Не знаю, сколько у вас на экране это сантиметр, но в пикселях возможно. Число 30 подберете сами.</p><div class="codebox"><pre><code>PixelSearch x, y, 0, 0, 1020, 736, 0x90FFB5, 0,fast
if ErrorLevel = 0
{
Click % x &quot; &quot; y + 30
}</code></pre></div>]]></content>
			<author>
				<name><![CDATA[InFlames]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24849</uri>
			</author>
			<updated>2011-06-18T06:53:27Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=49182#p49182</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Как заставить PixelSearch нажать куда надо?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=49177#p49177" />
			<content type="html"><![CDATA[<p>Такой код<br /></p><div class="codebox"><pre><code>PixelSearch x, y, 0, 0, 1020, 736, 0x90FFB5, 0,fast
if ErrorLevel = 0
{
Click %x% %y%
}</code></pre></div><p>Как сделать чтобы нажимало не на саму найденную точку а сантиметром ниже?</p>]]></content>
			<author>
				<name><![CDATA[metlick]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26594</uri>
			</author>
			<updated>2011-06-17T17:35:31Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=49177#p49177</id>
		</entry>
</feed>
