<?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>http://forum.script-coding.com/viewtopic.php?id=16552</link>
		<atom:link href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=16552&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: не хочет искать пиксели».]]></description>
		<lastBuildDate>Thu, 26 Aug 2021 17:23:42 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: не хочет искать пиксели]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=149349#p149349</link>
			<description><![CDATA[<p><strong>111denn</strong>, добро пожаловать на форум!<br />Ознакомьтесь, пожалуйста, с <a href="https://forum.script-coding.com/misc.php?action=rules">правилами</a>, отредактируйте свой пост. Обратите внимание на оформление кода.</p>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Thu, 26 Aug 2021 17:23:42 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=149349#p149349</guid>
		</item>
		<item>
			<title><![CDATA[AHK: не хочет искать пиксели]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=149343#p149343</link>
			<description><![CDATA[<p>Написал &quot;программу&quot; в оболочке, все работает, но медленно, решил написать на ahk, но он не хочет искать пиксели черного цвета, вот программа в AHK:<br />Insert::<br />Loop<br />{<br />Send E<br />PixelGetColor, CurrentColor, 954, 835, 955, 836, Slow RGB<br />&nbsp; &nbsp;If CurrentColor = 0x000000<br />&nbsp; &nbsp; &nbsp; PixelGetColor, CurrentColor, 965, 835, 966, 836, Slow RGB<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;If CurrentColor = 0x000000<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Send Down<br />PixelGetColor, CurrentColor, 965, 827, 966, 828, Slow RGB<br />&nbsp; &nbsp;If CurrentColor = 0x000000<br />&nbsp; &nbsp; &nbsp; PixelGetColor, CurrentColor, 965, 837, 966, 838, Slow RGB<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;If CurrentColor = 0x000000<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Send Right<br />PixelGetColor, CurrentColor, 954, 825, 955, 826, Slow RGB<br />&nbsp; &nbsp;If CurrentColor = 0x000000<br />&nbsp; &nbsp; &nbsp; PixelGetColor, CurrentColor, 964, 825, 965, 826 Slow RGB<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;If CurrentColor = 0x000000<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Send Up<br />PixelGetColor, CurrentColor, 954, 826, 955, 827, Slow RGB<br />&nbsp; &nbsp;If CurrentColor = 0x000000<br />&nbsp; &nbsp; &nbsp; PixelGetColor, CurrentColor, 953, 836, 954, 837 Slow RGB<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;If CurrentColor = 0x000000<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Send Down<br />PixelGetColor, CurrentColor, 656, 988, 657, 989, Slow RGB<br />&nbsp; &nbsp;If CurrentColor = 0xd9001b<br />&nbsp; &nbsp; &nbsp; x:=1<br />if x=1 <br />&nbsp; &nbsp;break<br />}<br />END::<br />{<br />ExitApp<br />}<br />return</p><p>В прикрепленном сриншот программы в оболочке, может я использую не правильную граматику?!</p>]]></description>
			<author><![CDATA[null@example.com (111denn)]]></author>
			<pubDate>Wed, 25 Aug 2021 21:42:34 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=149343#p149343</guid>
		</item>
	</channel>
</rss>
