<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Amazing RP работа карьер]]></title>
		<link>http://forum.script-coding.com/viewtopic.php?id=16800</link>
		<atom:link href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=16800&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Amazing RP работа карьер».]]></description>
		<lastBuildDate>Sun, 05 Dec 2021 18:30:45 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Amazing RP работа карьер]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=150992#p150992</link>
			<description><![CDATA[<p><strong>__Михаил__</strong><br />А какая команда?</p>]]></description>
			<author><![CDATA[null@example.com (Odino4ka135)]]></author>
			<pubDate>Sun, 05 Dec 2021 18:30:45 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=150992#p150992</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Amazing RP работа карьер]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=150975#p150975</link>
			<description><![CDATA[<p>Это не проблема - есть команда для поиска картинок на экране.</p>]]></description>
			<author><![CDATA[null@example.com (__Михаил__)]]></author>
			<pubDate>Sun, 05 Dec 2021 14:50:16 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=150975#p150975</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Amazing RP работа карьер]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=150974#p150974</link>
			<description><![CDATA[<p><strong>__Михаил__</strong><br />Они на экране появляются в рандомном порядке.</p>]]></description>
			<author><![CDATA[null@example.com (Odino4ka135)]]></author>
			<pubDate>Sun, 05 Dec 2021 14:31:16 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=150974#p150974</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Amazing RP работа карьер]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=150973#p150973</link>
			<description><![CDATA[<p>Ну так не нужно делать цикл из всех клавиш, необходимо понимать какую именно клавишу нужно нажимать.</p>]]></description>
			<author><![CDATA[null@example.com (__Михаил__)]]></author>
			<pubDate>Sun, 05 Dec 2021 14:27:42 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=150973#p150973</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Amazing RP работа карьер]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=150970#p150970</link>
			<description><![CDATA[<p><strong>__Михаил__</strong><br />Типа такого, но чтоб, когда на экране клавиша K, то не проходил этот долгий маршрут, а сразу ее нажимал.<br /></p><div class="codebox"><pre><code>Numpad1::
Loop, 70
{
SendInput {D down}
Sleep 1500
SendInput {D up}
SendInput {F down}
Sleep 1500
SendInput {F Up}
SendInput {Z down}
Sleep 1500
SendInput {Z up}
SendInput {B down}
Sleep 1500
SendInput {B up}
SendInput {H down}
Sleep 1500
SendInput {H up}
SendInput {J down}
Sleep 1500
SendInput {J up}
SendInput {K down}
Sleep 1500
SendInput {K up}
SendInput {L down}
Sleep 1500
SendInput {L up}
SendInput {V down}
Sleep 1500
SendInput {V up}
SendInput {S down}
Sleep 1500
SendInput {S up}
SendInput {Shift down}
Sleep 1500
SendInput {Shift up}
SendInput {Space down}
Sleep 1500
SendInput {Space up}
SendInput {Up down}
Sleep 1500
SendInput {Up up}
SendInput {Down down}
Sleep 1500
SendInput {Down up}
SendInput {left down}
Sleep 1500
SendInput {left up}
SendInput {Right down}
Sleep 1500
SendInput {Right up}
}
return</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Odino4ka135)]]></author>
			<pubDate>Sun, 05 Dec 2021 14:09:29 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=150970#p150970</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Amazing RP работа карьер]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=150969#p150969</link>
			<description><![CDATA[<p>Просто кнопки нажимать?</p>]]></description>
			<author><![CDATA[null@example.com (__Михаил__)]]></author>
			<pubDate>Sun, 05 Dec 2021 14:04:29 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=150969#p150969</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Amazing RP работа карьер]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=150968#p150968</link>
			<description><![CDATA[<p>На сервере есть работа, а там когда копаешь руду надо набирать клавиши в рандомном порядке, как сделать это?<br />Помогите написать скрипт.<br />Сам пробовал, но не могу сделать.</p>]]></description>
			<author><![CDATA[null@example.com (Odino4ka135)]]></author>
			<pubDate>Sun, 05 Dec 2021 13:53:04 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=150968#p150968</guid>
		</item>
	</channel>
</rss>
