<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Не работает ни в каком режиме]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=17319&amp;type=atom" />
	<updated>2022-08-15T15:36:06Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=17319</id>
		<entry>
			<title type="html"><![CDATA[AHK: Не работает ни в каком режиме]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=154409#p154409" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Ezic]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=42740</uri>
			</author>
			<updated>2022-08-15T15:36:06Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=154409#p154409</id>
		</entry>
</feed>
