<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: как сделать скрипт зацикливания ходьбы ( W, A, S, D ).]]></title>
		<link>http://forum.script-coding.com/viewtopic.php?id=15036</link>
		<atom:link href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=15036&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: как сделать скрипт зацикливания ходьбы ( W, A, S, D ).».]]></description>
		<lastBuildDate>Sun, 24 Nov 2019 03:05:04 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: как сделать скрипт зацикливания ходьбы ( W, A, S, D ).]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=136669#p136669</link>
			<description><![CDATA[<p><strong>Godjul17</strong></p><div class="codebox"><pre><code>
Numpad1::  ; Клавиша активация скрипта
Loop
{	
SendInput, {Up Down}
Sleep 500
SendInput, {Up Up}
SendInput, {Left Down}
Sleep 500
SendInput, {Left Up}
SendInput, {Down Down}
Sleep 500
SendInput, {Down Up}
SendInput, {Right Down}
Sleep 500
SendInput, {Right Up}
}
return

Numpad2:: ; Клавиша закрытия скрипта
ExitApp
</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (pechenko.iwan1112)]]></author>
			<pubDate>Sun, 24 Nov 2019 03:05:04 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=136669#p136669</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: как сделать скрипт зацикливания ходьбы ( W, A, S, D ).]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=136477#p136477</link>
			<description><![CDATA[<p>язык не важен?</p>]]></description>
			<author><![CDATA[null@example.com (Glass)]]></author>
			<pubDate>Mon, 28 Oct 2019 16:48:22 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=136477#p136477</guid>
		</item>
		<item>
			<title><![CDATA[AHK: как сделать скрипт зацикливания ходьбы ( W, A, S, D ).]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=136454#p136454</link>
			<description><![CDATA[<p>Помогите сделать скрипт чтобы персонаж ходил вперёд (W) 500ms, назад (S) 500 ms, влево (A) 500 ms, вправо (D) 500 ms, и что бы всё повторялось.</p>]]></description>
			<author><![CDATA[null@example.com (Godjul17)]]></author>
			<pubDate>Sun, 27 Oct 2019 07:28:04 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=136454#p136454</guid>
		</item>
	</channel>
</rss>
