<?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="http://forum.script-coding.com/extern.php?action=feed&amp;tid=17522&amp;type=atom" />
	<updated>2022-12-19T19:37:11Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=17522</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Невозможно зажать клавишу во время цикла]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=156077#p156077" />
			<content type="html"><![CDATA[<p><strong>teadrinker</strong><br />Не работает. Ничего не изменилось. Может игра блокирует скрипт, я пытаюсь написать авто-бхоп на FPS игру в Роблоксе.</p>]]></content>
			<author>
				<name><![CDATA[Cirst]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=42934</uri>
			</author>
			<updated>2022-12-19T19:37:11Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=156077#p156077</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Невозможно зажать клавишу во время цикла]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=156074#p156074" />
			<content type="html"><![CDATA[<p>Попробуйте добавить звёздочку перед горячей клавишей.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2022-12-19T13:24:01Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=156074#p156074</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Невозможно зажать клавишу во время цикла]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=156073#p156073" />
			<content type="html"><![CDATA[<p>Я хотел сделать автокликер на пробел при зажатии xbutton2, но при попытке зажатии шифта, пока работает цикл, у меня тупо сбрасывает эту кнопку, и я могу максимум нажать на пару миллисекунд. <br /></p><div class="codebox"><pre><code>
xbutton2::
	While (getkeystate(&quot;xbutton2&quot;, &quot;P&quot;)) {
		Send {space}
	}
return
</code></pre></div><p>Мне нужно, чтобы я мог свободно использовать и автокликер, и зажимать кнопки клавиатуры. Причём кнопки мыши спокойно зажать можно.</p>]]></content>
			<author>
				<name><![CDATA[Cirst]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=42934</uri>
			</author>
			<updated>2022-12-19T11:51:03Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=156073#p156073</id>
		</entry>
</feed>
