<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; Быстрое нажатие клавиши [Rust]]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=12303&amp;type=atom" />
	<updated>2017-02-16T07:53:10Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=12303</id>
		<entry>
			<title type="html"><![CDATA[Re: Быстрое нажатие клавиши [Rust]]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=112635#p112635" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[SNapSV]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=34632</uri>
			</author>
			<updated>2017-02-16T07:53:10Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=112635#p112635</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Быстрое нажатие клавиши [Rust]]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=110868#p110868" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[lagetit]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=34471</uri>
			</author>
			<updated>2017-01-12T08:02:43Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=110868#p110868</id>
		</entry>
</feed>
