<?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="http://forum.script-coding.com/extern.php?action=feed&amp;tid=16552&amp;type=atom" />
	<updated>2021-08-26T17:23:42Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=16552</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: не хочет искать пиксели]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=149349#p149349" />
			<content type="html"><![CDATA[<p><strong>111denn</strong>, добро пожаловать на форум!<br />Ознакомьтесь, пожалуйста, с <a href="https://forum.script-coding.com/misc.php?action=rules">правилами</a>, отредактируйте свой пост. Обратите внимание на оформление кода.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2021-08-26T17:23:42Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=149349#p149349</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: не хочет искать пиксели]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=149343#p149343" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[111denn]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=41954</uri>
			</author>
			<updated>2021-08-25T21:42:34Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=149343#p149343</id>
		</entry>
</feed>
