<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: MouseClick]]></title>
		<link>http://forum.script-coding.com/viewtopic.php?id=8751</link>
		<atom:link href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=8751&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: MouseClick».]]></description>
		<lastBuildDate>Wed, 09 Oct 2013 14:53:12 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: MouseClick]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=75889#p75889</link>
			<description><![CDATA[<p>А всё разобрался вот так все работает<br /></p><div class="codebox"><pre><code>F2::
gui, show, w500 h500
gui, add, Button, default, GAVNUK
Return
ButtonGAVNUK:
sleep 100
DllCall(&quot;SetCursorPos&quot;, int, 710, int, 30)
sleep 100
MouseClick left, , , 3
sleep 10
Setkeydelay 10, 10
sleep 3000
DllCall(&quot;SetCursorPos&quot;, int, 710, int, 30)
MouseClick, left, 830, 440, 2
sleep 100
Mouseclick, left, 850, 750
sleep 1000
SendMessage, 0x50,, 0x4090409,, A ; английский
Send Lopol220
Sleep 100
Send {enter}
Sleep 100
Send Lampohka220
Sleep 100
Send {enter}
Sleep 5000
Send {enter}
Setkeydelay 0, 10
Return


</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (der1998)]]></author>
			<pubDate>Wed, 09 Oct 2013 14:53:12 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=75889#p75889</guid>
		</item>
		<item>
			<title><![CDATA[AHK: MouseClick]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=75888#p75888</link>
			<description><![CDATA[<p>Привет всем. Написал скрипт авто-вход в игру, но кроме смены языка не чего не работает.<br />Идея в том, чтобы по нажатии кнопки KABAN которая висит в окошке GUI произошли действия которые можно найти ниже строки:<br /></p><div class="codebox"><pre><code>ReturnButtonKABAN</code></pre></div><div class="codebox"><pre><code>F2::
gui, show, w500 h500
gui, add, Button, default, KABAN

ReturnButtonKABAN:
sleep 1000
MouseClick, left, 710, 30, 3
sleep 10
Setkeydelay 10, 10
sleep 3000

Mouseclick, left, 850, 750
sleep 1000
SendMessage, 0x50,, 0x4090409,, A ; английский
Send LOGIN
Sleep 100
Send {enter}
Sleep 100
Send PASSWORD
Sleep 100
Send {enter}
Sleep 5
Send {enter}
Setkeydelay 0, 10
Return
</code></pre></div><p>Исправьте пожалуйста ошибки, и напишите скрипт: нажал кнопку ahk скрипт закрылся.</p>]]></description>
			<author><![CDATA[null@example.com (der1998)]]></author>
			<pubDate>Wed, 09 Oct 2013 14:03:23 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=75888#p75888</guid>
		</item>
	</channel>
</rss>
