<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Спам лкм при зажатой лкм]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=13606&amp;type=atom" />
	<updated>2018-04-11T21:12:06Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=13606</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Спам лкм при зажатой лкм]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=124617#p124617" />
			<content type="html"><![CDATA[<p><strong>KostyaDominator</strong>, держи пример, думаю дальше сам поймёшь всё. <br /></p><div class="codebox"><pre><code>Numpad6::    
	While GetKeyState(&quot;Numpad6&quot;, &quot;P&quot;)
	{
	BlockInput On
	SendInput {Up down}
	BlockInput Off
	sleep 50
	BlockInput On
	SendInput {Up up}
	BlockInput Off
	sleep 40
	}
return</code></pre></div><p>BlockInput, что бы не залипали клавиши, но в этом случае, думаю можно и убрать.</p>]]></content>
			<author>
				<name><![CDATA[sememix]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33892</uri>
			</author>
			<updated>2018-04-11T21:12:06Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=124617#p124617</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Спам лкм при зажатой лкм]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=124531#p124531" />
			<content type="html"><![CDATA[<p>Имеется скрипт <br /></p><div class="codebox"><pre><code>[::Suspend 
LButton:: 
Loop 
{ 
SetMouseDelay 30 
Click 
If (GetKeyState(&quot;LButton&quot;,&quot;P&quot;)=0) 
Break 
}</code></pre></div><p>но он работает не корректно, точнее при первом единичном нажатии происходит 2 клика, а при втором один. Выходит, что одно из двух единичных нажатий производит 2 нажатия. Подскажите как это исправить, нодо чтобы если нажал 1 раз на ЛКМ, то произошел именно один клик, а при зажатии ЛКМ, происходил&nbsp; спам лкм.</p>]]></content>
			<author>
				<name><![CDATA[KostyaDominator]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33937</uri>
			</author>
			<updated>2018-04-08T10:12:35Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=124531#p124531</id>
		</entry>
</feed>
