<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; Пропуск выстрелов при автоклике на ЛКМ]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=11158&amp;type=atom" />
	<updated>2015-12-21T06:40:02Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=11158</id>
		<entry>
			<title type="html"><![CDATA[Re: Пропуск выстрелов при автоклике на ЛКМ]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=99829#p99829" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Nikva]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=27416</uri>
			</author>
			<updated>2015-12-21T06:40:02Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=99829#p99829</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Пропуск выстрелов при автоклике на ЛКМ]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=99794#p99794" />
			<content type="html"><![CDATA[<p>Нужно чтобы при отпуске ЛКМ блок сразу прерывался, тут он будет отрабатывать 450 мс.</p>]]></content>
			<author>
				<name><![CDATA[skeleton]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=33119</uri>
			</author>
			<updated>2015-12-20T06:06:05Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=99794#p99794</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Пропуск выстрелов при автоклике на ЛКМ]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=99792#p99792" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Alectric]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=26027</uri>
			</author>
			<updated>2015-12-20T04:58:56Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=99792#p99792</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Пропуск выстрелов при автоклике на ЛКМ]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=99776#p99776" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[skeleton]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=33119</uri>
			</author>
			<updated>2015-12-19T10:56:36Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=99776#p99776</id>
		</entry>
</feed>
