<?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=15871&amp;type=atom" />
	<updated>2020-12-02T19:16:38Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=15871</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как сделать чтобы скрипт всегда повторялся ?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=143841#p143841" />
			<content type="html"><![CDATA[<p><strong>Phoenixxx_Czar</strong></p><p>Я просто привык к такой конструкции и постоянно её использую.</p><div class="codebox"><pre><code>vkDE::    ;  &#039;
While, GetKeyState(A_ThisHotkey,&quot;p&quot;)
{
 Click
 Sleep 625
}
Return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[__Михаил__]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40928</uri>
			</author>
			<updated>2020-12-02T19:16:38Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=143841#p143841</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как сделать чтобы скрипт всегда повторялся ?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=143811#p143811" />
			<content type="html"><![CDATA[<p><strong>__Михаил__</strong>, разве здесь while не лучше?</p>]]></content>
			<author>
				<name><![CDATA[Phoenixxx_Czar]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34426</uri>
			</author>
			<updated>2020-12-02T00:32:15Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=143811#p143811</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как сделать чтобы скрипт всегда повторялся ?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=143764#p143764" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>vkDE::    ;  &#039;
Loop
{
 If not GetKeyState(A_ThisHotkey,&quot;p&quot;)
  Break
 Click
 Sleep 625
}
Return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[__Михаил__]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40928</uri>
			</author>
			<updated>2020-11-30T18:51:23Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=143764#p143764</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как сделать чтобы скрипт всегда повторялся ?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=143763#p143763" />
			<content type="html"><![CDATA[<p>Reload вместо Replay. Если надо его перезагружать.<br />А если не надо, то Return.<br />Он будет висеть в памяти и при каждом нажатии горячей клавиши выполнять клик и паузу, которые вы вставили.</p>]]></content>
			<author>
				<name><![CDATA[Foma]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=31521</uri>
			</author>
			<updated>2020-11-30T17:49:16Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=143763#p143763</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Как сделать чтобы скрипт всегда повторялся ?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=143759#p143759" />
			<content type="html"><![CDATA[<p>&#039;::<br />	MouseClick, L<br />	Sleep 625<br />Replay</p>]]></content>
			<author>
				<name><![CDATA[Kerpi]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=41255</uri>
			</author>
			<updated>2020-11-30T13:22:31Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=143759#p143759</id>
		</entry>
</feed>
