<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; Быстрое нажатие клавиши [Rust]]]></title>
		<link>http://forum.script-coding.com/viewtopic.php?id=12303</link>
		<atom:link href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=12303&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «Быстрое нажатие клавиши [Rust]».]]></description>
		<lastBuildDate>Thu, 16 Feb 2017 07:53:10 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Быстрое нажатие клавиши [Rust]]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=112635#p112635</link>
			<description><![CDATA[<div class="codebox"><pre><code>#NoEnv
SendMode Input

*LButton::

  Loop
     {
        Send, {LButton}
        Sleep, 0         
        If GetKeyState(&quot;LButton&quot;, &quot;P&quot;) = 0
           Break
     }
Return
~F6::suspend</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (SNapSV)]]></author>
			<pubDate>Thu, 16 Feb 2017 07:53:10 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=112635#p112635</guid>
		</item>
		<item>
			<title><![CDATA[Быстрое нажатие клавиши [Rust]]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=110868#p110868</link>
			<description><![CDATA[<p>Здравствуйте! Есть игра, называется Rust. Хочу для этой игры сделать скрипт на быстрое нажатие ЛКМ для пистолета p250. <br />Кто может помочь написать скрипт, который будет работать в данной игре? Перелопатил уже кучу скриптов на быстрое нажатие ЛКМ, но ни один из них не работает в игре, только на рабочем столе. <br />Что должен делать скрипт:<br />Найти активное окно с название игры(Rust).<br />При нажатии дополнительной кнопки мыши начинается так называемый спам ЛКМ, тобишь быстрое нажатие левой кнопки мыши.<br />Скрипт начинает работать если нажата дополнительной кнопки мыши и прекращает если отжата.<br />Вот обычный скрипт который работает на раб. столе:<br /></p><div class="codebox"><pre><code>[::Suspend 
LButton:: 
Loop 
{ 
SetMouseDelay 30 
Click 
If (GetKeyState(&quot;LButton&quot;,&quot;P&quot;)=0) 
Break 
}</code></pre></div><p>Заранее всех благодарю!</p>]]></description>
			<author><![CDATA[null@example.com (lagetit)]]></author>
			<pubDate>Thu, 12 Jan 2017 08:02:43 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=110868#p110868</guid>
		</item>
	</channel>
</rss>
