<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: GTA5]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=16418</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=16418&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: GTA5».]]></description>
		<lastBuildDate>Thu, 12 Aug 2021 11:52:54 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: GTA5]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=149226#p149226</link>
			<description><![CDATA[<p>В этой игре такое невозможно сделать</p>]]></description>
			<author><![CDATA[null@example.com (JukeeX)]]></author>
			<pubDate>Thu, 12 Aug 2021 11:52:54 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=149226#p149226</guid>
		</item>
		<item>
			<title><![CDATA[AHK: GTA5]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=148368#p148368</link>
			<description><![CDATA[<p>Здравствуйте, нужно подправить скрипт, чтобы он работал в свернутом окне, возможно ли это и каких денег это будет стоить?</p><div class="codebox"><pre><code>#NoEnv
#SingleInstance force
#IfWinActive ahk_exe GTA5.exe


Numpad1::
loop
{
SendInput, {w down}
Sleep 2000
SendInput, {w up}
Sleep 3000
SendInput, {s down}
Sleep 2000
SendInput, {s up}
Sleep 3000
SendInput, {a down}
Sleep 2000
SendInput, {a up}
Sleep 3000
SendInput, {d down}
Sleep 2000
SendInput, {d up}
Sleep 30000
}
Return

NumpadAdd::Pause

NumpadSub::Reload

</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (vlad.sav.2020)]]></author>
			<pubDate>Tue, 08 Jun 2021 03:52:35 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=148368#p148368</guid>
		</item>
	</channel>
</rss>
