<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; [GTA V]Реакция на изменение цвета в определенной точке]]></title>
		<link>http://forum.script-coding.com/viewtopic.php?id=13935</link>
		<atom:link href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=13935&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «[GTA V]Реакция на изменение цвета в определенной точке».]]></description>
		<lastBuildDate>Wed, 01 Aug 2018 03:05:28 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: [GTA V]Реакция на изменение цвета в определенной точке]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=127616#p127616</link>
			<description><![CDATA[<p>Сделал сам. Работает отлично</p><div class="codebox"><pre><code>HotKeySet(&quot;{F6}&quot;,&quot;_Exit&quot;)
While 1
$Variable = PixelSearch(959,600,959,600,0xC14F4F)
If IsArray($Variable) = True Then
Send (&quot;{F7 down}&quot;)
Sleep (50)
Send (&quot;{F7 up}&quot;)
EndIf
WEnd
Func _Exit()
Exit
EndFunc</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (InsaneSpaceMuffin)]]></author>
			<pubDate>Wed, 01 Aug 2018 03:05:28 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=127616#p127616</guid>
		</item>
		<item>
			<title><![CDATA[[GTA V]Реакция на изменение цвета в определенной точке]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=126978#p126978</link>
			<description><![CDATA[<p>Здравствуйте. Прошу помочь сделать простейший автошот. Имеется работающий скрипт на языке autoit, однако, в игре он работать отказывается.<br />Требуется чтобы в определенной области на экране при изменении цвета на #ff0000, скрипт отправлял Sendinput {Lbutton}&nbsp; и продолжал отправлять команду, пока горит ff0000.<br /></p><div class="codebox"><pre><code>HotKeySet(&quot;{F6}&quot;,&quot;_Exit&quot;)
HotKeySet(&quot;{F6}&quot;,&quot;_Exit&quot;)
While 1
$Variable = PixelSearch(956,546,965,552,0xFF000)
If IsArray($Variable) = True Then
MouseClick(&quot;LEFT&quot;)
EndIf
WEnd
Func _Exit()
Exit
EndFunc
EndFunc</code></pre></div><p>Windows 7. Прицел в игре не прозрачный. Цвет надежно перепроверял.</p>]]></description>
			<author><![CDATA[null@example.com (InsaneSpaceMuffin)]]></author>
			<pubDate>Wed, 11 Jul 2018 18:58:13 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=126978#p126978</guid>
		</item>
	</channel>
</rss>
