<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; gta 5 trigger]]></title>
		<link>http://forum.script-coding.com/viewtopic.php?id=16242</link>
		<atom:link href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=16242&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «gta 5 trigger».]]></description>
		<lastBuildDate>Fri, 09 Apr 2021 23:15:25 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: gta 5 trigger]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=147236#p147236</link>
			<description><![CDATA[<p>Что мешает научиться? AHK довольно простой и любой может осилить подобную задумку если ему это действительно станет нужно.</p><div class="codebox"><pre><code>;Указать цвет срабатывания (Hex, RGB):
Color = 0x5838E21

;Авто-выстрел при удержании клавиши:
~LShift::
While GetKeyState(&quot;LShift&quot;, &quot;P&quot;)
{
 PixelSearch,,, 800, 450, 800, 450, % Color,, Fast RGB
 If !ErrorLevel
 {
  MouseClick
  ToolTip -Выстрел-,0,0
 }
 Else
  ToolTip, Не найден %Color% цвет,0,0
 Sleep, 500
}
ToolTip
Return</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (__Михаил__)]]></author>
			<pubDate>Fri, 09 Apr 2021 23:15:25 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=147236#p147236</guid>
		</item>
		<item>
			<title><![CDATA[Re: gta 5 trigger]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=147228#p147228</link>
			<description><![CDATA[<p><strong>__Михаил__</strong>Я не очень разбираюсь в ahk, можете помочь написать правильно?</p>]]></description>
			<author><![CDATA[null@example.com (phozx)]]></author>
			<pubDate>Fri, 09 Apr 2021 12:19:59 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=147228#p147228</guid>
		</item>
		<item>
			<title><![CDATA[Re: gta 5 trigger]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=147196#p147196</link>
			<description><![CDATA[<p>Код оформляется тегом &#039;code&#039;.</p><p>1) В &#039;GetKeyState&#039; не верно указаны параметры.<br />2) Для проверки одного пикселя можно использовать команду &#039;PixelGetColor&#039;.<br />3) Криво указан цвет &#039;0x5838E21&#039;.<br />4) Если игра в полноэкранном режиме - AHK может не увидеть цвет пикселя.</p>]]></description>
			<author><![CDATA[null@example.com (__Михаил__)]]></author>
			<pubDate>Wed, 07 Apr 2021 17:00:05 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=147196#p147196</guid>
		</item>
		<item>
			<title><![CDATA[Re: gta 5 trigger]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=147189#p147189</link>
			<description><![CDATA[<p><strong>__Михаил__</strong> Пытался сделать так<br />~LShift:: ; <br />&nbsp; &nbsp;While GetKeyState(&quot;LShift&quot; &quot;P&quot;)<br />&nbsp; &nbsp; &nbsp; {<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;PixelSearch, x, y, 800, 450, 800, 450, 0x5838E21,, Fast RGB<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;If !ErrorLevel<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; MouseClick<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Sleep, 30<br />&nbsp; &nbsp; &nbsp; }<br />&nbsp; &nbsp;Return</p>]]></description>
			<author><![CDATA[null@example.com (phozx)]]></author>
			<pubDate>Wed, 07 Apr 2021 13:56:18 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=147189#p147189</guid>
		</item>
		<item>
			<title><![CDATA[Re: gta 5 trigger]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=147183#p147183</link>
			<description><![CDATA[<p>Поможем чем сможем, где ваши наработки? Укажите какие трудности появились.</p>]]></description>
			<author><![CDATA[null@example.com (__Михаил__)]]></author>
			<pubDate>Tue, 06 Apr 2021 16:23:59 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=147183#p147183</guid>
		</item>
		<item>
			<title><![CDATA[gta 5 trigger]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=147177#p147177</link>
			<description><![CDATA[<p>Добрый вечер, помогите написать скрипт чтобы при изменении цвета прицела с белого на красный нажимал лкм</p>]]></description>
			<author><![CDATA[null@example.com (phozx)]]></author>
			<pubDate>Mon, 05 Apr 2021 19:42:38 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=147177#p147177</guid>
		</item>
	</channel>
</rss>
