<?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=6197&amp;type=atom" />
	<updated>2011-09-09T17:53:06Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=6197</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Помогите модифицировать скрипт]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=51358#p51358" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>nightcrawler пишет:</cite><blockquote><p>...идёт постоянная атака.</p></blockquote></div><p>Я не знаю, что такое <em>постоянная атака</em>, просто скажи, что нужно при одиночном и двойном клике и удержании?</p>]]></content>
			<author>
				<name><![CDATA[Grey]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=25792</uri>
			</author>
			<updated>2011-09-09T17:53:06Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=51358#p51358</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Помогите модифицировать скрипт]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=51357#p51357" />
			<content type="html"><![CDATA[<p><span style="color: green"><strong>nightcrawler</strong>, не нужно цитировать весь предыдущий пост. Не превращай тему в бесполезную простыню.</span></p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2011-09-09T17:53:00Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=51357#p51357</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Помогите модифицировать скрипт]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=51355#p51355" />
			<content type="html"><![CDATA[<p>Спасибо что откликнулись, первый скрипт хороший но не удобно, нельзя не как сделать всё на одну кнопку? А второй у меня не работает, идёт постоянная атака.</p>]]></content>
			<author>
				<name><![CDATA[nightcrawler]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27181</uri>
			</author>
			<updated>2011-09-09T17:31:04Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=51355#p51355</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Помогите модифицировать скрипт]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=51335#p51335" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>LButton::
   While GetKeyState(&quot;LButton&quot;,&quot;P&quot;)
   {
      Click, D
      Sleep, 30
      Click U
      If GetKeyState(&quot;Shift&quot;,&quot;P&quot;)
      {
         Click, D
         KeyWait, LButton
         Click, U
         Return
      }
   }
   Return</code></pre></div><p>Вариант первый: если во время исполнения цикла будет нажата к примеру кнопка шифт, то будет простое нажатие клавиши</p><div class="codebox"><pre><code>LButton::
   vk01i++
   SetTimer, countervk01, -225
   Return
countervk01:
   If vk01i=1
      SetTimer, action1vk01, -0
   Else If vk01i=2
      SetTimer, action2vk01, -0
   vk01i=
   Return
action1vk01:
   Click, D
   KeyWait, LButton
   Click, U
   Return
action2vk01:
   While GetKeyState(&quot;LButton&quot;, &quot;P&quot;)
   {
      Click, D
      Sleep, 30
      Click U
   }
   Return</code></pre></div><p>вариант второй: одиночный клик - простое нажатие, двойной - запуск цикла при удержании.</p>]]></content>
			<author>
				<name><![CDATA[Grey]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=25792</uri>
			</author>
			<updated>2011-09-08T23:51:12Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=51335#p51335</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Помогите модифицировать скрипт]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=51332#p51332" />
			<content type="html"><![CDATA[<p>Можно ли переделать этот скрипт так чтобы появилась возможность зажимать и отпускать в любой момент левую кнопку мышки (использовать заряженную атаку), И чтобы осталась возможность использовать быструю атаку нажимая левую кнопку.<br /></p><div class="codebox"><pre><code>Ins::Suspend
LButton::
Loop
{
Click down
SetMouseDelay 30
Click up
SetMouseDelay 10
If (GetKeyState(&quot;LButton&quot;,&quot;P&quot;)=0)
Break
}</code></pre></div>]]></content>
			<author>
				<name><![CDATA[nightcrawler]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27181</uri>
			</author>
			<updated>2011-09-08T21:17:49Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=51332#p51332</id>
		</entry>
</feed>
