<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Cпам клавиш A и D.]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=17182&amp;type=atom" />
	<updated>2022-06-16T12:34:12Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=17182</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Cпам клавиш A и D.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=153575#p153575" />
			<content type="html"><![CDATA[<p><strong>teadrinker</strong>Спасибо большое. Вы меня просто спасли.</p>]]></content>
			<author>
				<name><![CDATA[bruhmomento]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=42599</uri>
			</author>
			<updated>2022-06-16T12:34:12Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=153575#p153575</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Cпам клавиш A и D.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=153574#p153574" />
			<content type="html"><![CDATA[<p>Попробуйте так:<br /></p><div class="codebox"><pre><code>#UseHook
a::
d::
while GetKeyState(A_ThisHotkey, &quot;P&quot;)
   Send % A_ThisHotkey
Return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2022-06-16T11:08:56Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=153574#p153574</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Cпам клавиш A и D.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=153573#p153573" />
			<content type="html"><![CDATA[<p><strong>fen1ksov</strong> Такое дело что, мне нужно чтобы спам срабатывал когда я зажимаю на сами эти кнопки, т.е A и D. Зажимаю A и срабатывает спам клавиши A.</p>]]></content>
			<author>
				<name><![CDATA[bruhmomento]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=42599</uri>
			</author>
			<updated>2022-06-16T09:56:01Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=153573#p153573</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Cпам клавиш A и D.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=153572#p153572" />
			<content type="html"><![CDATA[<p><strong>bruhmomento</strong></p><p>Код легкий, думаю сойдет. </p><div class="codebox"><pre><code>Numpad0::  
Label3:  
Send, {a down}  
sleep, 10
Send, {a up}  
sleep, 10
Send, {d down}  
sleep, 10
Send, {d up}  
Goto, Label3  
NumpadDot::  
KeyWait, Numpad0, D  
return


^F9::reload
^F10::Exitapp</code></pre></div>]]></content>
			<author>
				<name><![CDATA[fen1ksov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=42600</uri>
			</author>
			<updated>2022-06-16T09:52:10Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=153572#p153572</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Cпам клавиш A и D.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=153570#p153570" />
			<content type="html"><![CDATA[<p><strong>bruhmomento</strong>, добро пожаловать на форум! Ознакомьтесь, пожалуйста, с <a href="https://forum.script-coding.com/misc.php?action=rules">Правилами</a>, отредактируйте свой пост. Обратите внимание на оформление <a href="https://forum.script-coding.com/misc.php?action=rules#code-formatting">кода</a>.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2022-06-16T08:30:32Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=153570#p153570</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Cпам клавиш A и D.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=153569#p153569" />
			<content type="html"><![CDATA[<p>Здравствуйте,помогите пожалуйста сделать скрипт на спам клавиш A и D пока зажаты сами эти кнопки. Пытался сделать сам но спамит шифт и есть задержка очень большая когда переключаешь эти кнопки. <br /></p><div class="codebox"><pre><code> D::
while GetKeyState(&quot;D&quot;)
{
    send DDDDDDDDD
sleep 100
return
}
A::
while GetKeyState(&quot;A&quot;)
{
    send AAAAAAAAA
sleep 100
return 
}</code></pre></div>]]></content>
			<author>
				<name><![CDATA[bruhmomento]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=42599</uri>
			</author>
			<updated>2022-06-16T08:25:55Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=153569#p153569</id>
		</entry>
</feed>
