<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; Активация бинда по цвету]]></title>
		<link>http://forum.script-coding.com/viewtopic.php?id=14585</link>
		<atom:link href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=14585&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «Активация бинда по цвету».]]></description>
		<lastBuildDate>Mon, 18 Feb 2019 18:57:51 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Активация бинда по цвету]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=132255#p132255</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (Phoenixxx_Czar)]]></author>
			<pubDate>Mon, 18 Feb 2019 18:57:51 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=132255#p132255</guid>
		</item>
		<item>
			<title><![CDATA[Активация бинда по цвету]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=132240#p132240</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (romanov0vany)]]></author>
			<pubDate>Mon, 18 Feb 2019 14:41:20 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=132240#p132240</guid>
		</item>
	</channel>
</rss>
