<?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=10710&amp;type=atom" />
	<updated>2015-06-22T04:58:06Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=10710</id>
		<entry>
			<title type="html"><![CDATA[Re: Почему не сбрасывается счетчик]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=94689#p94689" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2015-06-22T04:58:06Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=94689#p94689</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Почему не сбрасывается счетчик]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=94688#p94688" />
			<content type="html"><![CDATA[<p>Не работает... раз - два срабатывает потом перестает</p>]]></content>
			<author>
				<name><![CDATA[skeleton]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=33119</uri>
			</author>
			<updated>2015-06-22T04:25:30Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=94688#p94688</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Почему не сбрасывается счетчик]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=94644#p94644" />
			<content type="html"><![CDATA[<p>Замените Return на Break.</p>]]></content>
			<author>
				<name><![CDATA[YMP]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=81</uri>
			</author>
			<updated>2015-06-20T13:49:31Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=94644#p94644</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Почему не сбрасывается счетчик]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=94642#p94642" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[skeleton]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=33119</uri>
			</author>
			<updated>2015-06-20T12:44:23Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=94642#p94642</id>
		</entry>
</feed>
