<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; Crossout бесконечный "Синтез"]]></title>
		<link>http://forum.script-coding.com/viewtopic.php?id=13468</link>
		<atom:link href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=13468&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «Crossout бесконечный "Синтез"».]]></description>
		<lastBuildDate>Wed, 14 Feb 2018 21:49:17 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Crossout бесконечный "Синтез"]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=123716#p123716</link>
			<description><![CDATA[<p>Доброго времени суток! вот мой код для оружия &quot;Синтез&quot; в игре crossout. При зажатии ЛКМ оружие стреляет бесконечно пока не отпустишь ЛКМ. По желанию можно поставить скрипт на паузу.<br /></p><div class="codebox"><pre><code>
pause:: pause

LButton::
Loop
{
if not GetKeyState(&quot;LButton&quot;, &quot;P&quot;)
break
Send, {LButton Down}
Sleep, 760
Send, {LButton Up}
Sleep, 400
}
</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (faraon2011)]]></author>
			<pubDate>Wed, 14 Feb 2018 21:49:17 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=123716#p123716</guid>
		</item>
	</channel>
</rss>
