<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; Crossout бесконечный "Синтез"]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=13468&amp;type=atom" />
	<updated>2018-02-14T21:49:17Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=13468</id>
		<entry>
			<title type="html"><![CDATA[Crossout бесконечный "Синтез"]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=123716#p123716" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[faraon2011]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=32680</uri>
			</author>
			<updated>2018-02-14T21:49:17Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=123716#p123716</id>
		</entry>
</feed>
