<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: как сделать скрипт зацикливания ходьбы ( W, A, S, D ).]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=15036&amp;type=atom" />
	<updated>2019-11-24T03:05:04Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=15036</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: как сделать скрипт зацикливания ходьбы ( W, A, S, D ).]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=136669#p136669" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[pechenko.iwan1112]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=40479</uri>
			</author>
			<updated>2019-11-24T03:05:04Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=136669#p136669</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: как сделать скрипт зацикливания ходьбы ( W, A, S, D ).]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=136477#p136477" />
			<content type="html"><![CDATA[<p>язык не важен?</p>]]></content>
			<author>
				<name><![CDATA[Glass]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=40411</uri>
			</author>
			<updated>2019-10-28T16:48:22Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=136477#p136477</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: как сделать скрипт зацикливания ходьбы ( W, A, S, D ).]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=136454#p136454" />
			<content type="html"><![CDATA[<p>Помогите сделать скрипт чтобы персонаж ходил вперёд (W) 500ms, назад (S) 500 ms, влево (A) 500 ms, вправо (D) 500 ms, и что бы всё повторялось.</p>]]></content>
			<author>
				<name><![CDATA[Godjul17]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=40461</uri>
			</author>
			<updated>2019-10-27T07:28:04Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=136454#p136454</id>
		</entry>
</feed>
