<?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=12485&amp;type=atom" />
	<updated>2017-02-21T15:11:58Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=12485</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: постоянный спам скрипта]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=112990#p112990" />
			<content type="html"><![CDATA[<p><span style="color: green"><strong>lagetit</strong><br />Замените бессмысленный заголовок на соответствующий требуемой логике работы скрипта.</span></p>]]></content>
			<author>
				<name><![CDATA[Flasher]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27593</uri>
			</author>
			<updated>2017-02-21T15:11:58Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=112990#p112990</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: постоянный спам скрипта]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=112989#p112989" />
			<content type="html"><![CDATA[<p>Здравствуйте! Есть скрипт на быстрое нажатие ЛКМ при нажатии сочетания клавиш, он корректно работает у моих знакомых, НО у меня он начинает спамить постоянно. С чем это может быть связано?<br />Win 10 x64<br />AHK Unicode x64 <br />Скрипт:<br /></p><div class="codebox"><pre><code>#NoEnv
SendMode Input

~F6::Suspend

~\::Pause

~End::ExitApp

LCtrl &amp; ~LButton::

  Loop
     {
        Send, {LButton}
        Sleep, 0         
        If GetKeyState(&quot;LButton&quot;, &quot;P&quot;) = 0
           Break
     }
Return
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[lagetit]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34471</uri>
			</author>
			<updated>2017-02-21T14:28:01Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=112989#p112989</id>
		</entry>
</feed>
