<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; Пропуск выстрелов при автоклике на ЛКМ]]></title>
		<link>http://forum.script-coding.com/viewtopic.php?id=11158</link>
		<atom:link href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=11158&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «Пропуск выстрелов при автоклике на ЛКМ».]]></description>
		<lastBuildDate>Mon, 21 Dec 2015 06:40:02 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Пропуск выстрелов при автоклике на ЛКМ]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=99829#p99829</link>
			<description><![CDATA[<p>Можно так, если не смущают постоянные проверки нажатия:</p><div class="codebox"><pre><code>*LButton::
  While GetKeyState(&quot;LButton&quot;, &quot;P&quot;)
  {
    Click D
    While (GetKeyState(&quot;LButton&quot;, &quot;P&quot;) And A_Index&lt;11)
      Sleep 20
    Click U
    While (GetKeyState(&quot;LButton&quot;, &quot;P&quot;) And A_Index&lt;11)
      Sleep 25
  }
Return</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Nikva)]]></author>
			<pubDate>Mon, 21 Dec 2015 06:40:02 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=99829#p99829</guid>
		</item>
		<item>
			<title><![CDATA[Re: Пропуск выстрелов при автоклике на ЛКМ]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=99794#p99794</link>
			<description><![CDATA[<p>Нужно чтобы при отпуске ЛКМ блок сразу прерывался, тут он будет отрабатывать 450 мс.</p>]]></description>
			<author><![CDATA[null@example.com (skeleton)]]></author>
			<pubDate>Sun, 20 Dec 2015 06:06:05 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=99794#p99794</guid>
		</item>
		<item>
			<title><![CDATA[Re: Пропуск выстрелов при автоклике на ЛКМ]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=99792#p99792</link>
			<description><![CDATA[<div class="codebox"><pre><code>*LButton::
While GetKeyState(&quot;LButton&quot;, &quot;P&quot;)
{
   Click D
   sleep,200
   Click U
   sleep,250
}
return</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Alectric)]]></author>
			<pubDate>Sun, 20 Dec 2015 04:58:56 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=99792#p99792</guid>
		</item>
		<item>
			<title><![CDATA[Пропуск выстрелов при автоклике на ЛКМ]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=99776#p99776</link>
			<description><![CDATA[<p>Есть скрипт имитирующий нажатия ЛКМ (выстрелы):</p><div class="fancy_spoiler_switcher"><div class="fancy_spoiler_switcher_header" data-lang-open="открыть спойлер" data-lang-close="скрыть спойлер"><strong>+</strong>&nbsp;открыть спойлер</div><div class="fancy_spoiler"><div class="codebox"><pre><code>LButton::
While GetKeyState(&quot;LButton&quot;, &quot;P&quot;)
{
   Click D
   KeyWait, LButton, T0.2
      if !ErrorLevel
      Break
   Click U
   KeyWait, LButton, T0.25
      if !ErrorLevel
      Break
}
return</code></pre></div></div></div><p>Беда в том, что работает не корректно. Случаются частые пропуски выстрелов в момент движения. Стоя работает без проблем. Как это можно исправить? Макрос для мышки на LUA работает без проблем.</p>]]></description>
			<author><![CDATA[null@example.com (skeleton)]]></author>
			<pubDate>Sat, 19 Dec 2015 10:56:36 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=99776#p99776</guid>
		</item>
	</channel>
</rss>
