<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK PixelGetColor GTA V]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=15237&amp;type=atom" />
	<updated>2020-03-15T23:46:45Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=15237</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK PixelGetColor GTA V]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=138506#p138506" />
			<content type="html"><![CDATA[<p>Ну так покажите и людям его и не забывайте точки ставить.</p>]]></content>
			<author>
				<name><![CDATA[Phoenixxx_Czar]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=34426</uri>
			</author>
			<updated>2020-03-15T23:46:45Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=138506#p138506</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK PixelGetColor GTA V]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=138504#p138504" />
			<content type="html"><![CDATA[<p>Нашел решение</p>]]></content>
			<author>
				<name><![CDATA[sakovich_2002rook]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=39001</uri>
			</author>
			<updated>2020-03-15T12:41:08Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=138504#p138504</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK PixelGetColor GTA V]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=138503#p138503" />
			<content type="html"><![CDATA[<p>Доброго времени суток, хочу что бы игра когда в координатах X=1053 Y=900<br />находился нужный цвет (0x0000FF)<br />И пока он видит данный цвет, что бы работал цикл нажатия быстро ЛКМ(LButton)<br />пока не видит, ничего не делает, ну и паузу бы добавить)</p><div class="codebox"><pre><code>OutputVar = 0x0000FF 
Loop,
{
OutputVar = 0x0000FF 
CoordMode , Pixel , [Relative]
PixelGetColor , OutputVar, 1053, 900 , Slow
If ErrorLevel = 1
send, {LButton}
}
F5:: Pause</code></pre></div><p>Как я понял он не может найти нужный пиксель, может я что то не так сделал, помогите</p>]]></content>
			<author>
				<name><![CDATA[sakovich_2002rook]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=39001</uri>
			</author>
			<updated>2020-03-15T11:33:03Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=138503#p138503</id>
		</entry>
</feed>
