<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Не работает ни в каком режиме]]></title>
		<link>http://forum.script-coding.com/viewtopic.php?id=17319</link>
		<atom:link href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=17319&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Не работает ни в каком режиме».]]></description>
		<lastBuildDate>Mon, 15 Aug 2022 15:36:06 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[AHK: Не работает ни в каком режиме]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=154409#p154409</link>
			<description><![CDATA[<p>Я хотел cделать бота для сбора картошки в игре NEXT RP. Ну и решил сделать работу в свёрнутом режиме. Почитал другие форумы, мануал по АХК, но ничего не работает ни в свёрнутом ни в активном режиме. Пробовал указывать виртуальные коды клавиш.<br /></p><div class="codebox"><pre><code>Center: 
Label1:  
ControlSend, NEXTRP, {w down}, ahk_exe proxy_sa.exe
sleep, 700 
ControlSend, NEXTRP, {w up}, ahk_exe proxy_sa.exe
Sleep, 700
ControlSend, NEXTRP, {alt down}, ahk_exe proxy_sa.exe
sleep, 3600
ControlSend, NEXTRP, {alt up}, ahk_exe proxy_sa.exe
Sleep, 2000
ControlSend, NEXTRP, {w down}, ahk_exe proxy_sa.exe
sleep, 700 
ControlSend, NEXTRP, {w up}, ahk_exe proxy_sa.exe  
Sleep, 700
ControlSend, NEXTRP, {alt down}, ahk_exe proxy_sa.exe 
sleep, 3600
ControlSend, NEXTRP, {alt up}, ahk_exe proxy_sa.exe 
Sleep, 2000
ControlSend, NEXTRP, {w down}, ahk_exe proxy_sa.exe 
sleep, 700
ControlSend, NEXTRP, {w up}, ahk_exe proxy_sa.exe 
Sleep, 1000
ControlSend, NEXTRP, {alt down}, ahk_exe proxy_sa.exe
sleep, 3600
ControlSend, NEXTRP, {alt up}, ahk_exe proxy_sa.exe
Sleep, 2000
ControlSend, NEXTRP, {w down}, ahk_exe proxy_sa.exe 
sleep, 700 
ControlSend, NEXTRP, {w up}, ahk_exe proxy_sa.exe
Sleep, 700
ControlSend, NEXTRP, {alt down}, ahk_exe proxy_sa.exe  
sleep, 3600
ControlSend, NEXTRP, {alt up}, ahk_exe proxy_sa.exe 
Sleep, 2000
ControlSend, NEXTRP, {a down}, ahk_exe proxy_sa.exe
sleep, 650 
ControlSend, NEXTRP, {a up}, ahk_exe proxy_sa.exe 
Sleep, 500
ControlSend, NEXTRP, {s down}, ahk_exe proxy_sa.exe 
sleep, 700 
ControlSend, NEXTRP, {s up}, ahk_exe proxy_sa.exe 
Sleep, 700
ControlSend, NEXTRP, {alt down}, ahk_exe proxy_sa.exe  
sleep, 3600
ControlSend, NEXTRP, {alt up}, ahk_exe proxy_sa.exe 
Sleep, 2000
ControlSend, NEXTRP, {s down}, ahk_exe proxy_sa.exe  
sleep, 700 
ControlSend, NEXTRP, {s up}, ahk_exe proxy_sa.exe 
Sleep, 700
ControlSend, NEXTRP, {alt down}, ahk_exe proxy_sa.exe
sleep, 3600
ControlSend, NEXTRP, {alt up}, ahk_exe proxy_sa.exe  
Sleep, 2000
ControlSend, NEXTRP, {s down}, ahk_exe proxy_sa.exe  
sleep, 1000 
ControlSend, NEXTRP, {s up}, ahk_exe proxy_sa.exe  
Sleep, 1000
ControlSend, NEXTRP, {alt down}, ahk_exe proxy_sa.exe  
sleep, 3600
ControlSend, NEXTRP, {alt up}, ahk_exe proxy_sa.exe 
Sleep, 2000
ControlSend, NEXTRP, {s down}, ahk_exe proxy_sa.exe  
sleep, 700 
ControlSend, NEXTRP, {s up}, ahk_exe proxy_sa.exe  
Sleep, 700
ControlSend, NEXTRP, {d down}, ahk_exe proxy_sa.exe 
sleep, 650 
ControlSend, NEXTRP, {d up}, ahk_exe proxy_sa.exe 
Sleep, 500
Goto, Label1</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Ezic)]]></author>
			<pubDate>Mon, 15 Aug 2022 15:36:06 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=154409#p154409</guid>
		</item>
	</channel>
</rss>
