<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: При нахождении пикселя, должен нажиматься пробел.]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=17960</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=17960&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: При нахождении пикселя, должен нажиматься пробел.».]]></description>
		<lastBuildDate>Tue, 03 Oct 2023 22:22:58 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: При нахождении пикселя, должен нажиматься пробел.]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=159282#p159282</link>
			<description><![CDATA[<p>Посмотрите в справке.</p>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Tue, 03 Oct 2023 22:22:58 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=159282#p159282</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: При нахождении пикселя, должен нажиматься пробел.]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=159281#p159281</link>
			<description><![CDATA[<p><strong>teadrinker</strong><br />Как пользоваться им? В интернете информации мало, а в ahk я практически ничего не знаю.</p>]]></description>
			<author><![CDATA[null@example.com (Para)]]></author>
			<pubDate>Tue, 03 Oct 2023 19:43:03 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=159281#p159281</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: При нахождении пикселя, должен нажиматься пробел.]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=159278#p159278</link>
			<description><![CDATA[<p>CoordMode.</p>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Tue, 03 Oct 2023 19:28:55 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=159278#p159278</guid>
		</item>
		<item>
			<title><![CDATA[AHK: При нахождении пикселя, должен нажиматься пробел.]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=159277#p159277</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (Para)]]></author>
			<pubDate>Tue, 03 Oct 2023 18:56:08 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=159277#p159277</guid>
		</item>
	</channel>
</rss>
