<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; Рандомные движения мыши в макросе]]></title>
		<link>http://forum.script-coding.com/viewtopic.php?id=10126</link>
		<atom:link href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=10126&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «Рандомные движения мыши в макросе».]]></description>
		<lastBuildDate>Sat, 08 Nov 2014 20:08:58 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Рандомные движения мыши в макросе]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=88134#p88134</link>
			<description><![CDATA[<p>Большое спасибо не заметил .</p>]]></description>
			<author><![CDATA[null@example.com (Ядрён)]]></author>
			<pubDate>Sat, 08 Nov 2014 20:08:58 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=88134#p88134</guid>
		</item>
		<item>
			<title><![CDATA[Re: Рандомные движения мыши в макросе]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=88132#p88132</link>
			<description><![CDATA[<div class="codebox"><pre><code>Hot1 := le
Hot2 := ra
</code></pre></div><p>Тут наверно нужно так:<br /></p><div class="codebox"><pre><code>le := Hot1
ra := Hot2
</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Alectric)]]></author>
			<pubDate>Sat, 08 Nov 2014 19:23:02 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=88132#p88132</guid>
		</item>
		<item>
			<title><![CDATA[Рандомные движения мыши в макросе]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=88097#p88097</link>
			<description><![CDATA[<p>Доброго времени суток. Сделал макрос на рандомные движения мыши влево вправо, ставишь значение в &quot;Random, x, 1, -1&quot; курсор передвигается, но только от края до края монитора. Помогите переделать макрос , что бы горизонтальные движения мыши были в пределах выставляемых значений.</p><div class="codebox"><pre><code>Gui, Color, 9CEE90
Gui, Font, s11 Bold, Cambria
Gui, Add, Text, x82 y10 w40 h20 cBlue, Y pos
Gui, Add, Edit, x92 y40 w30 h20 cRed vDllCall3 -WantReturn Limit, 
Gui, Add, Text, x12 y10 w40 h20 cBlue, X pos
Gui, Add, Edit, x22 y40 w30 h20 cRed vDllCall1 -WantReturn Limit, 
Gui, Add, Text, x162 y10 w40 h20 cBlue, Delay
Gui, Add, Edit, x162 y40 w30 h20 cRed vDllCall2 -WantReturn Limit,
Gui, Add, Edit, x62 y80 w30 h20 vHot1, 
Gui, Add, Edit, x132 y80 w30 h20 vHot2,
Gui, Add, Button, x122 y100 w42 h20 gOK,OK
Gui, Show, x557 y130 h171 w255, LightGreen = {:-)
return

*~1::
Suspend, toggle
return

~vk79::
Suspend, Off
ExitApp
return

*~vk1::
while GetKeyState(&quot;vk1&quot;,&quot;P&quot;)
{
Random, x, le, ra
DllCall(&quot;mouse_event&quot;,uint,1,int,x,int,y,uint,0,int,0)
DllCall(&quot;Sleep&quot;, UInt, Timee)
}
Return
OK:

Gui Submit, NoHide
Hot1 := le
Hot2 := ra
Timee := DllCall2
y := DllCall3

Return
GuiClose:
ExitApp</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Ядрён)]]></author>
			<pubDate>Fri, 07 Nov 2014 21:05:32 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=88097#p88097</guid>
		</item>
	</channel>
</rss>
