<?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="https://forum.script-coding.com/extern.php?action=feed&amp;tid=8189&amp;type=atom" />
	<updated>2013-03-28T15:48:47Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=8189</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Не запускается скрипт]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=70895#p70895" />
			<content type="html"><![CDATA[<p>teadrinker, сейчас попробую</p>]]></content>
			<author>
				<name><![CDATA[lopos8]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=29880</uri>
			</author>
			<updated>2013-03-28T15:48:47Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=70895#p70895</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Не запускается скрипт]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=70894#p70894" />
			<content type="html"><![CDATA[<p><a href="http://forum.script-coding.com/viewtopic.php?pid=70892#p70892"><strong>Up</strong></a></p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2013-03-28T15:43:42Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=70894#p70894</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Не запускается скрипт]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=70893#p70893" />
			<content type="html"><![CDATA[<p>teadrinker, извините, но я плох в ahk вы не могли бы показать? на что заменить?<br />или просто убрать?</p>]]></content>
			<author>
				<name><![CDATA[lopos8]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=29880</uri>
			</author>
			<updated>2013-03-28T15:42:51Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=70893#p70893</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Не запускается скрипт]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=70892#p70892" />
			<content type="html"><![CDATA[<div class="quotebox"><blockquote><p>Как исправить ошибку?</p></blockquote></div><p>После слова Pause в 11-й строке добавить перевод строки.</p><p>Сделать это возможно, открыв файл скрипта в текстовом редакторе, найдя слово Pause в 11-й строке, поставив каретку ввода между символами «a» и «!», и нажав enter на клавиатуре. Enter, как правило, находится в правой половине клавиатуры.</p>]]></content>
			<author>
				<name><![CDATA[creature.ws]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26105</uri>
			</author>
			<updated>2013-03-28T15:41:49Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=70892#p70892</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Не запускается скрипт]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=70891#p70891" />
			<content type="html"><![CDATA[<p>Изменить команду горячей клавиши на валидную. Строчка </p><div class="codebox"><pre><code>!3::Pause!2::</code></pre></div><p>не имеет смысла. Вообще, код бредовый.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2013-03-28T15:41:01Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=70891#p70891</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Не запускается скрипт]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=70890#p70890" />
			<content type="html"><![CDATA[<p>Всем привет!</p><p>Есть данный скрипт : </p><div class="codebox"><pre><code>!2::  
Mays:  
IfWinActive  
{  
Send, {W Down}  
Sleep, 5000  
Send, {W Up}  
Sleep, 560000  
}  
Goto, Mays  
!3::Pause!2::  
Mays:  
IfWinActive, Dota 2
{  
Send, {W Down}  
Sleep, 5000  
Send, {W Up}  
Sleep, 560000  
}  
Goto, Mays  
pause 
loop { 
       MouseClick, left ;     
       Sleep, 3000 ;     
} 
#IF !running 
F2:: 
running := 1 
pause, Off 
return 
#IF 
F3:: 
       running := 0 
       pause, On 
return
Sleep, 1100 
SendInput
!2::  
Mays:  
IfWinActive  
{  
Send, {W Down}  
Sleep, 5000  
Send, {W Up}  
Sleep, 560000  
}  
Goto, Mays  
!3::Pause!2::  
Mays:  
IfWinActive, Dota 2
{  
Send, {W Down}  
Sleep, 5000  
Send, {W Up}  
Sleep, 560000  
}  
Goto, Mays  
pause 
loop { 
       MouseClick    
       Sleep, 3000 ;     
} 
#IF !running 
F2:: 
running := 1 
pause, Off 
return 
#IF 
F3:: 
       running := 0 
       pause, On 
return
Sleep, 1100 
SendInput, 34444{Enter}{Down 14}{Enter}
Goto, Mays  
!3::Pause!2::  
Mays:  
IfWinActive, Dota 2
{  
Send, {W Down}  
Sleep, 5000  
Send, {W Up}  
Sleep, 560000  
}  
Goto, Mays  
pause 
loop { 
loop { 
       MouseClick, left ;     
       Sleep, 3000 ;     
} 

#IF !running 
F2:: 
running := 1 
pause, Off 
return 
#IF 
F3:: 
       running := 0 
       pause, On 
return
Sleep, 1100 
SendInput
Send, {W Down}  
Sleep, 5000  
Send, {W Up}  
Sleep, 560000  
}  
Goto, Mays  
!3::Pause!2::  
Mays:  
IfWinActive, Dota 2
{  
Send, {W Down}  
Sleep, 5000  
Send, {W Up}  
Sleep, 56044
#IF !running 
F2:: 
running := 1 
pause, Off 
return 
#IF 
F3:: 

       pause, On 
Send, {W Up}  
Sleep, 560000  
}  
Goto, Mays  
!3::Pause!2::  
Mays:  
IfWinActive, Dota 2
{  
Send, {W Down}  
Sleep, 5000  
Send, {W Up}  
Sleep, 560000  
}  
Goto, Mays  
pause 
loop { 
       MouseClick, left ;     
       Sleep, 3000 ;     
} 
#IF !running 
F2:: 
running := 1 
Sleep, 1100 
SendInput
Send, {W Down}  
Sleep, 5000  
Send, {W Up}  
Sleep, 560000  
}  
Goto, Mays  
!3::Pause!2::  
Mays:  </code></pre></div><p>Вопрос. Как исправить ошибку?<br />Сама ошибка <br />Error at line 11.<br />Line Text: Pause!2::<br />Error:Invalid hotkey.</p>]]></content>
			<author>
				<name><![CDATA[lopos8]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=29880</uri>
			</author>
			<updated>2013-03-28T15:34:31Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=70890#p70890</id>
		</entry>
</feed>
