<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; Rust: Не правильно работает код, не выполнение частей кода]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=12797&amp;type=atom" />
	<updated>2017-07-09T06:35:40Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=12797</id>
		<entry>
			<title type="html"><![CDATA[Re: Rust: Не правильно работает код, не выполнение частей кода]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=117182#p117182" />
			<content type="html"><![CDATA[<p><span style="color: green"><strong>liked</strong>, заголовок темы и код скрипта оформлены неправильно. Исправьте.</span></p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2017-07-09T06:35:40Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=117182#p117182</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Rust: Не правильно работает код, не выполнение частей кода]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=117178#p117178" />
			<content type="html"><![CDATA[<p>Нужно чтоб при Зажатии LCtrl &amp; ~LButton производился выстрел, смешение (компенсация отдачи) потом опять нажатие выстрел, за место того чтоб быстро самому нажимать LButton<br /></p><div class="codebox"><pre><code>LCtrl &amp; ~LButton::
Loop
    If GetKeyState(&quot;LButton&quot;) {
        Sleep,4
        moveAmount := (moveAmount = xy) ? 0 : -1
        mouseXY(moveAmount,39.0)
	mousemove, L, 190, 1,
	}
	else
	break
  
   while GetKeyState(&quot;LButton&quot;, &quot;P&quot;) {
   Click
   Sleep 5
}
Return
 
 
 
mouseXY(x,y)
{
DllCall(&quot;mouse_event&quot;,int,1,int,x,int,y,uint,1.5,uint,4.0)
}</code></pre></div>]]></content>
			<author>
				<name><![CDATA[liked]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=38616</uri>
			</author>
			<updated>2017-07-08T21:43:25Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=117178#p117178</id>
		</entry>
</feed>
