<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; Активация бинда по цвету]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=14585&amp;type=atom" />
	<updated>2019-02-18T18:57:51Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=14585</id>
		<entry>
			<title type="html"><![CDATA[Re: Активация бинда по цвету]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=132255#p132255" />
			<content type="html"><![CDATA[<p>Ну как минимум можно сократить это все до такого:<br /></p><div class="codebox"><pre><code>vk71::
SetTimer, SendB, % ((isKeyPressed := !isKeyPressed) ? 40 : &quot;off&quot;)
if (!isKeyPressed)
	Send {vk57 Up}
return

SendB:
Send, {vk57 down}
return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Phoenixxx_Czar]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=34426</uri>
			</author>
			<updated>2019-02-18T18:57:51Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=132255#p132255</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Активация бинда по цвету]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=132240#p132240" />
			<content type="html"><![CDATA[<p>Хочу сделать бота на МТА. Помогите забиндить зажатие клавиши(w), а при определенном цвете пикселя на карте он начинал тормозить(s), и так до полной остановки. Не хочется выжидать время чтоб зажать одну кнопку <br />Бинд которым я пользуюсь на фарме, но мне лень тормозить на остановках(</p><p>vk71::<br />&nbsp; &nbsp; If isKeyPressed := !isKeyPressed&nbsp; &nbsp; <br />&nbsp; &nbsp; &nbsp; &nbsp; SetTimer, SendB, 40&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />&nbsp; &nbsp; Else<br />&nbsp; &nbsp; {<br />&nbsp; &nbsp; &nbsp; &nbsp; SetTimer, SendB, Off&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />&nbsp; &nbsp; &nbsp; &nbsp; Send {w Up}&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />&nbsp; &nbsp; }<br />&nbsp; &nbsp; KeyWait w&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />&nbsp; &nbsp; return<br />SendB:<br />&nbsp; &nbsp; Send {w Down}<br />&nbsp; &nbsp; return</p>]]></content>
			<author>
				<name><![CDATA[romanov0vany]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=39959</uri>
			</author>
			<updated>2019-02-18T14:41:20Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=132240#p132240</id>
		</entry>
</feed>
