<?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="https://forum.script-coding.com/extern.php?action=feed&amp;tid=17960&amp;type=atom" />
	<updated>2023-10-03T22:22:58Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=17960</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: При нахождении пикселя, должен нажиматься пробел.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=159282#p159282" />
			<content type="html"><![CDATA[<p>Посмотрите в справке.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2023-10-03T22:22:58Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=159282#p159282</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: При нахождении пикселя, должен нажиматься пробел.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=159281#p159281" />
			<content type="html"><![CDATA[<p><strong>teadrinker</strong><br />Как пользоваться им? В интернете информации мало, а в ahk я практически ничего не знаю.</p>]]></content>
			<author>
				<name><![CDATA[Para]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=43350</uri>
			</author>
			<updated>2023-10-03T19:43:03Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=159281#p159281</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: При нахождении пикселя, должен нажиматься пробел.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=159278#p159278" />
			<content type="html"><![CDATA[<p>CoordMode.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2023-10-03T19:28:55Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=159278#p159278</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: При нахождении пикселя, должен нажиматься пробел.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=159277#p159277" />
			<content type="html"><![CDATA[<p>Доброго времени суток.<br />Нужно, чтобы в определенных местах скрипт находил определенный пиксель и нажимал пробел. Что может быть не так?</p><div class="codebox"><pre><code>Numpad7::
{
 PixelSearch, Px, Py, 863, 310, 861, 475, 0x24AAE1, 3, Fast
 If !ErrorLevel
 {
  Sendinputinput, {space}
 }
}
{
PixelSearch, Px, Py, 926, 310, 924, 475, 0x24AAE1, 3, Fast
 If !ErrorLevel
 {
  Sendinput, {space}
 }
}
{
 PixelSearch, Px, Py, 993, 310, 991, 475, 0x24AAE1, 3, Fast
 If !ErrorLevel
 {
  Sendinput, {space}
 }
}
{
PixelSearch, Px, Py, 1056, 310, 1054, 475, 0x24AAE1, 3, Fast
 If !ErrorLevel
 {
  Sendinput, {space}
 }
}
return

Delete::
reload</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Para]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=43350</uri>
			</author>
			<updated>2023-10-03T18:56:08Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=159277#p159277</id>
		</entry>
</feed>
