<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Помогите допилить скрипт.]]></title>
		<link>http://forum.script-coding.com/viewtopic.php?id=16667</link>
		<atom:link href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=16667&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Помогите допилить скрипт.».]]></description>
		<lastBuildDate>Mon, 18 Oct 2021 14:42:58 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Помогите допилить скрипт.]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=150123#p150123</link>
			<description><![CDATA[<div class="codebox"><pre><code>XButton1::
While % GetKeyState(A_ThisHotkey,&quot;P&quot;){
 Send, {LAlt}
 Sleep, 10
}
Return</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (__Михаил__)]]></author>
			<pubDate>Mon, 18 Oct 2021 14:42:58 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=150123#p150123</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Помогите допилить скрипт.]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=150117#p150117</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Mon, 18 Oct 2021 12:29:07 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=150117#p150117</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Помогите допилить скрипт.]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=150115#p150115</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (CSWAR)]]></author>
			<pubDate>Mon, 18 Oct 2021 12:23:01 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=150115#p150115</guid>
		</item>
	</channel>
</rss>
