<?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=10710</link>
		<atom:link href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=10710&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «Почему не сбрасывается счетчик».]]></description>
		<lastBuildDate>Mon, 22 Jun 2015 04:58:06 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Почему не сбрасывается счетчик]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=94689#p94689</link>
			<description><![CDATA[<p>А так:<br /></p><div class="codebox"><pre><code>
LButton::
    press := 0
    While GetKeyState(&quot;LButton&quot;, &quot;p&quot;)
    {   
        Click
        KeyWait, LButton, T0.68 
        If (++press = 5) and !GetKeyState(&quot;LButton&quot;, &quot;p&quot;) 
            SendInput {vk52}    ;  &quot;r&quot;  
        ToolTip % press 
    }
    Return
</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (serzh82saratov)]]></author>
			<pubDate>Mon, 22 Jun 2015 04:58:06 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=94689#p94689</guid>
		</item>
		<item>
			<title><![CDATA[Re: Почему не сбрасывается счетчик]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=94688#p94688</link>
			<description><![CDATA[<p>Не работает... раз - два срабатывает потом перестает</p>]]></description>
			<author><![CDATA[null@example.com (skeleton)]]></author>
			<pubDate>Mon, 22 Jun 2015 04:25:30 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=94688#p94688</guid>
		</item>
		<item>
			<title><![CDATA[Re: Почему не сбрасывается счетчик]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=94644#p94644</link>
			<description><![CDATA[<p>Замените Return на Break.</p>]]></description>
			<author><![CDATA[null@example.com (YMP)]]></author>
			<pubDate>Sat, 20 Jun 2015 13:49:31 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=94644#p94644</guid>
		</item>
		<item>
			<title><![CDATA[Почему не сбрасывается счетчик]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=94642#p94642</link>
			<description><![CDATA[<p>Нажал ЛКМ - удерживаю, если после пятого выстрела отпустил - перезаряд. После первого старта скрипта первый раз все работает наормально, затем перестает работать. Что нужно подправить?</p><div class="codebox"><pre><code>While GetKeyState(&quot;LButton&quot;, &quot;p&quot;)
        {   
            Click
            KeyWait, LButton, T0.68
            press++
                If (press = 5) and !GetKeyState(&quot;LButton&quot;, &quot;p&quot;)
                {
                    Send {SC13}
                    press := 0
                    Return
                }
        }</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (skeleton)]]></author>
			<pubDate>Sat, 20 Jun 2015 12:44:23 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=94642#p94642</guid>
		</item>
	</channel>
</rss>
