<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: PixelSearch в зоне]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=16163&amp;type=atom" />
	<updated>2021-03-10T02:16:42Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=16163</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: PixelSearch в зоне]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=146705#p146705" />
			<content type="html"><![CDATA[<p><strong>Botsy</strong><br />Тоже не работает, но вроде сделал RGB и BGR начало что то работать, но очень долго при том что всего 210 пикселей читает, вечером попробую разобраться</p>]]></content>
			<author>
				<name><![CDATA[sakovich_2002rook]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39001</uri>
			</author>
			<updated>2021-03-10T02:16:42Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=146705#p146705</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: PixelSearch в зоне]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=146691#p146691" />
			<content type="html"><![CDATA[<p><strong>sakovich_2002rook</strong> Мб так:<br /></p><div class="codebox"><pre><code>
F2::
Loop,
{
	PixelSearch, fX, fY, 855, 419, 1065, 420, 0xff0000, 30 , Fast
	if Errorlevel = 0
	{
		SoundBeep, 750, 500
		break
	}
	else continue
}
return
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Botsy]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=41069</uri>
			</author>
			<updated>2021-03-09T16:39:28Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=146691#p146691</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: PixelSearch в зоне]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=146689#p146689" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>
F2::
label1:
{
PixelSearch, fX, fY, 855, 419, 1065, 420, color, 30 , Fast
var3 = %color%
if (var3 = 0xff0000)
SoundBeep, 750, 500
else
{
goto,label1
}
}
return</code></pre></div><p>Пока скрипт не найдет нужный пиксель, он его ищет, найдет - пикнит, не понимаю почему не работает, вроде все правильно из Wiki взято</p>]]></content>
			<author>
				<name><![CDATA[sakovich_2002rook]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39001</uri>
			</author>
			<updated>2021-03-09T16:35:25Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=146689#p146689</id>
		</entry>
</feed>
