<?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=16312</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=16312&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Нужно проверить пиксели на цвет, дабы нажалась нужная кнопка».]]></description>
		<lastBuildDate>Sun, 02 May 2021 00:02:05 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Нужно проверить пиксели на цвет, дабы нажалась нужная кнопка]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=147594#p147594</link>
			<description><![CDATA[<p>Можно, смотрите команду ImageSearch.</p>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Sun, 02 May 2021 00:02:05 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=147594#p147594</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Нужно проверить пиксели на цвет, дабы нажалась нужная кнопка]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=147593#p147593</link>
			<description><![CDATA[<p><strong>teadrinker</strong><br />А можно по картинке сделать ? если есть такое изображение на экране, то нажимается кнопка ?</p>]]></description>
			<author><![CDATA[null@example.com (Помогите пожалуйста)]]></author>
			<pubDate>Sat, 01 May 2021 23:39:06 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=147593#p147593</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Нужно проверить пиксели на цвет, дабы нажалась нужная кнопка]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=147592#p147592</link>
			<description><![CDATA[<p>А вот создавать два одинаковых поста не нужно.</p>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Sat, 01 May 2021 23:31:00 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=147592#p147592</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Нужно проверить пиксели на цвет, дабы нажалась нужная кнопка]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=147591#p147591</link>
			<description><![CDATA[<p>Смотрите команду CoordMode.</p>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Sat, 01 May 2021 23:29:58 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=147591#p147591</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Нужно проверить пиксели на цвет, дабы нажалась нужная кнопка]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=147589#p147589</link>
			<description><![CDATA[<div class="codebox"><pre><code>!vk0x71::
	mousegetpos Mx, MY
	Pixelgetcolor, Color, %MX%, %MY%, RGB
	msgbox x = %MX%, y=%MY%, Color = %Color%

!vk0x45::
Loop
{
	Pixelgetcolor, check, 980, 808
	if(check = 0xC1C1C1)
	{
		Pixelgetcolor, up_one, 959, 821
		Pixelgetcolor, up_two, 966, 827
		Pixelgetcolor, up_three, 953, 827
		if (up_one != 0xffffff &amp; up_two != 0xffffff &amp; up_three != 0xffffff) {
			sendinput, {Up}
		}
		Pixelgetcolor, right_one, 963, 824
		Pixelgetcolor, right_two, 963, 839
		Pixelgetcolor, right_three, 970, 832
		if (right_one != 0xffffff &amp; right_two != 0xffffff &amp; right_three != 0xffffff) {
			sendinput, {Right}
		}
		Pixelgetcolor, left_one, 956, 839
		Pixelgetcolor, left_two, 950, 832
		Pixelgetcolor, left_three, 956, 825
		if (left_one != 0xffffff &amp; left_two != 0xffffff &amp; left_three != 0xffffff) {
			sendinput, {Left}         
		}
		Pixelgetcolor, down_one, 952, 834
		Pixelgetcolor, down_two, 960, 841
		Pixelgetcolor, down_three, 967, 835
		if (down_one != 0xffffff &amp; down_two != 0xffffff &amp; down_three != 0xffffff) {
			sendinput, {Down}
		}
	}
	sendinput, {E}
}
Return</code></pre></div><p>почему не работает ?</p>]]></description>
			<author><![CDATA[null@example.com (Помогите пожалуйста)]]></author>
			<pubDate>Sat, 01 May 2021 22:09:39 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=147589#p147589</guid>
		</item>
	</channel>
</rss>
