<?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=9330</link>
		<atom:link href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=9330&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Изменение кода».]]></description>
		<lastBuildDate>Thu, 06 Mar 2014 14:57:22 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Изменение кода]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=80564#p80564</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Thu, 06 Mar 2014 14:57:22 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=80564#p80564</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Изменение кода]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=80551#p80551</link>
			<description><![CDATA[<p>.</p>]]></description>
			<author><![CDATA[null@example.com (densexp)]]></author>
			<pubDate>Thu, 06 Mar 2014 12:32:07 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=80551#p80551</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Изменение кода]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=80549#p80549</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (Zanoza)]]></author>
			<pubDate>Thu, 06 Mar 2014 12:22:26 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=80549#p80549</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Изменение кода]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=80545#p80545</link>
			<description><![CDATA[<p>Ниже в сообщениях темы указан код , его нужно изменить так что бы отдача шла не вправо а вниз (с такой же скоростью) и объяснить как можно настраивать скорость перемещения мыши при зажатии ЛКМ в скрипте .</p>]]></description>
			<author><![CDATA[null@example.com (densexp)]]></author>
			<pubDate>Thu, 06 Mar 2014 11:17:45 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=80545#p80545</guid>
		</item>
	</channel>
</rss>
