<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; [GTA V]Реакция на изменение цвета в определенной точке]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=13935&amp;type=atom" />
	<updated>2018-08-01T03:05:28Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=13935</id>
		<entry>
			<title type="html"><![CDATA[Re: [GTA V]Реакция на изменение цвета в определенной точке]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=127616#p127616" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[InsaneSpaceMuffin]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=38765</uri>
			</author>
			<updated>2018-08-01T03:05:28Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=127616#p127616</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[[GTA V]Реакция на изменение цвета в определенной точке]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=126978#p126978" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[InsaneSpaceMuffin]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=38765</uri>
			</author>
			<updated>2018-07-11T18:58:13Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=126978#p126978</id>
		</entry>
</feed>
