<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Спам лкм при зажатой лкм]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=13606</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=13606&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Спам лкм при зажатой лкм».]]></description>
		<lastBuildDate>Wed, 11 Apr 2018 21:12:06 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Спам лкм при зажатой лкм]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=124617#p124617</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (sememix)]]></author>
			<pubDate>Wed, 11 Apr 2018 21:12:06 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=124617#p124617</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Спам лкм при зажатой лкм]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=124531#p124531</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (KostyaDominator)]]></author>
			<pubDate>Sun, 08 Apr 2018 10:12:35 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=124531#p124531</guid>
		</item>
	</channel>
</rss>
