<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; Зажатие кнопки W]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=15329&amp;type=atom" />
	<updated>2020-05-12T21:37:44Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=15329</id>
		<entry>
			<title type="html"><![CDATA[Re: Зажатие кнопки W]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=139491#p139491" />
			<content type="html"><![CDATA[<p>home::&nbsp; &nbsp;<br />Loop&nbsp; &nbsp; &nbsp;<br />&nbsp; &nbsp; &nbsp; &nbsp; {<br />Sleep 3000<br />i = 0<br />while i&lt;50<br />{<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />&nbsp; &nbsp; &nbsp; &nbsp; Send {vk57 down}<br />&nbsp; &nbsp; &nbsp; &nbsp; sleep 100<br />&nbsp; &nbsp; &nbsp; &nbsp; i +=1<br />}<br />&nbsp; &nbsp; &nbsp; &nbsp; Send {vk57 up}</p><p>&nbsp; &nbsp; &nbsp; &nbsp; }</p><p>&nbsp; &nbsp; &nbsp; &nbsp;</p><p>end::Exitapp</p><br /><p>--------------------------------------------------------------------<br />Запуск по клавише Home<br />Выход End</p><p>Если нужно ровно по секунде то изменяем while i&lt;50 на while i&lt;5&nbsp; <br />и&nbsp; sleep 100 на&nbsp; sleep 1000</p>]]></content>
			<author>
				<name><![CDATA[leshkapanzer]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=40814</uri>
			</author>
			<updated>2020-05-12T21:37:44Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=139491#p139491</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Зажатие кнопки W]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=139468#p139468" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>
sc14F:: Pause
sc147::
loop{
SendInput, {sc11 Down}
sleep, 5000
SendInput, {sc11 Up}
sleep, 3000
}
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[efremov30ev]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=40687</uri>
			</author>
			<updated>2020-05-12T13:24:07Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=139468#p139468</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Зажатие кнопки W]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=139212#p139212" />
			<content type="html"><![CDATA[<p>Добрый день. Кто поможет с созданием скрипта на нажатие кнопки w и удержания ее в течении 5 секунд. После 3 секунд повторение цикла.И можно ли сделать запуск скрипта на Home и остановку на End</p>]]></content>
			<author>
				<name><![CDATA[NicoVNV]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=40787</uri>
			</author>
			<updated>2020-04-28T17:00:26Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=139212#p139212</id>
		</entry>
</feed>
