<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; Курсор,цвет]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=16031&amp;type=atom" />
	<updated>2021-02-03T11:09:23Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=16031</id>
		<entry>
			<title type="html"><![CDATA[Re: Курсор,цвет]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=145789#p145789" />
			<content type="html"><![CDATA[<p>А так? 0x0200f2</p>]]></content>
			<author>
				<name><![CDATA[Botsy]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=41069</uri>
			</author>
			<updated>2021-02-03T11:09:23Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=145789#p145789</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Курсор,цвет]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=145741#p145741" />
			<content type="html"><![CDATA[<p><strong>Botsy я тестил на рабочем столе угол там идет синим цветов и не какой не другой а должен искать красный</strong></p>]]></content>
			<author>
				<name><![CDATA[BARRTE]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=41404</uri>
			</author>
			<updated>2021-02-02T22:44:44Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=145741#p145741</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Курсор,цвет]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=145738#p145738" />
			<content type="html"><![CDATA[<p><strong>BARRTE</strong> Вы подставляйте так 0xf20002 и учтите, что эта функция возвращает первое найденное совпадение начиная с верхнего левого угла.</p>]]></content>
			<author>
				<name><![CDATA[Botsy]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=41069</uri>
			</author>
			<updated>2021-02-02T18:34:51Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=145738#p145738</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Курсор,цвет]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=145702#p145702" />
			<content type="html"><![CDATA[<p>Подставляю этот цвет курсор уходит в угол #f20002</p>]]></content>
			<author>
				<name><![CDATA[BARRTE]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=41404</uri>
			</author>
			<updated>2021-02-02T08:43:13Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=145702#p145702</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Курсор,цвет]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=145624#p145624" />
			<content type="html"><![CDATA[<p>Попробуйте так.<br /></p><div class="codebox"><pre><code>
CoordMode, Pixel
CoordMode, Mouse

X::

PixelSearch, x, y, 0, 0, 1920, 1080, 0xFF0000, 0, Fast RGB
	if ErrorLevel = 0
		MouseMove, x, y
	else msgbox, not
Return
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Botsy]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=41069</uri>
			</author>
			<updated>2021-01-30T02:27:34Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=145624#p145624</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Курсор,цвет]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=145622#p145622" />
			<content type="html"><![CDATA[<p>Всем шалом дорогие форумчани<br />Как можно осуществить наводку на какой либо цвет <br />Допустим мы выбрали красный <br />И мне надо чтоб курсор двигался на красный цвет точнее был уже на нем<br />Исходник кода выбрали такой<br />X::<br />&nbsp; &nbsp; &nbsp; {<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;PixelSearch,,, 0, 0, 1920, 1080, 0xFF0000,, Fast RGB ;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;MouseMove, x, y<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;If !ErrorLevel<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Click ;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Sleep, 30<br />&nbsp; &nbsp; &nbsp; }<br />&nbsp; &nbsp;Return<br />Вместо Click нужно сделать MouseMove по цвету <br />Вообще это возможно?<br />За ранее спасибо!</p>]]></content>
			<author>
				<name><![CDATA[BARRTE]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=41404</uri>
			</author>
			<updated>2021-01-29T23:48:24Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=145622#p145622</id>
		</entry>
</feed>
