<?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=9330&amp;type=atom" />
	<updated>2014-03-06T14:57:22Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=9330</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Изменение кода]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=80564#p80564" />
			<content type="html"><![CDATA[<p><span style="color: #008800"><strong>densexp</strong>, ознакомьтесь с <a href="http://forum.script-coding.com/viewtopic.php?id=6148">этой</a> и с <a href="http://forum.script-coding.com/viewtopic.php?pid=44437#p44437">этой</a> темами, отредактируйте заголовок и пост.</span><br /><strong>Zanoza</strong>, вам <a href="http://forum.script-coding.com/viewtopic.php?id=6148">туда</a> же.</p><div class="quotebox"><blockquote><p><span style="color: red">Крайне нежелательно отвечать в темах, оформленных неправильно!</span></p></blockquote></div>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2014-03-06T14:57:22Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=80564#p80564</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Изменение кода]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=80551#p80551" />
			<content type="html"><![CDATA[<p>.</p>]]></content>
			<author>
				<name><![CDATA[densexp]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=31884</uri>
			</author>
			<updated>2014-03-06T12:32:07Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=80551#p80551</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Изменение кода]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=80549#p80549" />
			<content type="html"><![CDATA[<p>Скрипт можно (вывести) с помощью обычного блокнота или&nbsp; Notepad++&nbsp; сам код&nbsp; почти в самом низу - если не зашифрован.<br />Ваш код:<br /></p><div class="codebox"><pre><code>#NoEnv
SendMode Input
_auto := true
~LButton::autofire()
+LButton::_auto := ! _auto
F1::ExitApp
autofire()
{
global _auto
if _auto
{
Loop
{
if GetKeyState(&quot;LButton&quot;, &quot;P&quot;)
{
Sleep 85
mouseXY(8, 0)
Sleep 45
}
else
break
}
}
}
mouseXY(x,y)
{
DllCall(&quot;mouse_event&quot;,uint,1,int,x,int,y,uint,0,int,0)
}
~vkA4::
Suspend, toggle
return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Zanoza]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=26155</uri>
			</author>
			<updated>2014-03-06T12:22:26Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=80549#p80549</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Изменение кода]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=80545#p80545" />
			<content type="html"><![CDATA[<p>Ниже в сообщениях темы указан код , его нужно изменить так что бы отдача шла не вправо а вниз (с такой же скоростью) и объяснить как можно настраивать скорость перемещения мыши при зажатии ЛКМ в скрипте .</p>]]></content>
			<author>
				<name><![CDATA[densexp]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=31884</uri>
			</author>
			<updated>2014-03-06T11:17:45Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=80545#p80545</id>
		</entry>
</feed>
