<?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=16667&amp;type=atom" />
	<updated>2021-10-18T14:42:58Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=16667</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Помогите допилить скрипт.]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=150123#p150123" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>XButton1::
While % GetKeyState(A_ThisHotkey,&quot;P&quot;){
 Send, {LAlt}
 Sleep, 10
}
Return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[__Михаил__]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=40928</uri>
			</author>
			<updated>2021-10-18T14:42:58Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=150123#p150123</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Помогите допилить скрипт.]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=150117#p150117" />
			<content type="html"><![CDATA[<p><strong>CSWAR</strong>, добро пожаловать на форум!<br />Ознакомьтесь, пожалуйста, с <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>http://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2021-10-18T12:29:07Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=150117#p150117</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Помогите допилить скрипт.]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=150115#p150115" />
			<content type="html"><![CDATA[<p>Скрипт должен быстро спамить Альт в игре когда нажимаю на 4 кнопку мыши и держу её.<br />В этом скрипте не нажимается Альт. Заранее Спасибо.<br /></p><div class="codebox"><pre><code>
XButton1::
    If isKeyPressed := !isKeyPressed    
        SetTimer, SendA, 30		            
    Else
    {
        SetTimer, SendA, Off            
        Send {LAlt}                 
    }
      KeyWait XButton1                      
        return

SendA:   
    Send {vk46 Down}
    return
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[CSWAR]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=42060</uri>
			</author>
			<updated>2021-10-18T12:23:01Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=150115#p150115</id>
		</entry>
</feed>
