<?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=15648</link>
		<atom:link href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=15648&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «Помогите со скриптом».]]></description>
		<lastBuildDate>Sat, 05 Sep 2020 22:59:13 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Помогите со скриптом]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=141998#p141998</link>
			<description><![CDATA[<p>Сначало, Вам стоило бы ознакомиться с правилами форума.</p>]]></description>
			<author><![CDATA[null@example.com (qqlexa)]]></author>
			<pubDate>Sat, 05 Sep 2020 22:59:13 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=141998#p141998</guid>
		</item>
		<item>
			<title><![CDATA[Помогите со скриптом]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=141995#p141995</link>
			<description><![CDATA[<p>Данный скрипт работает при зажатии клавиши mouse4 надо перебиндить mouse2&nbsp; &nbsp; &nbsp; &nbsp; Я просто очень плохо в них разбираюсь</p><br /><br /><p>#NoEnv<br />SendMode, Input<br />SetBatchLines -1<br />CoordMode, Mouse, Screen</p><p>mouseXY(x, y)<br />{<br />DllCall(&quot;mouse_event&quot;,uint,1,int,x,int,y,uint,0,int,0)<br />}</p><p>strafe(left)<br />{<br />moveCount := 25 <br />sleepInterval := 2<br />relativeMove := 28</p><br /><p>if (left)<br />{<br />key := &quot;d&quot;<br />move := relativeMove<br />} else<br />{<br />key := &quot;a&quot;<br />move := -relativeMove<br />}<br />send {%key% down}<br />DllCall(&quot;Sleep&quot;, &quot;UInt&quot;, 20)<br />Loop, %moveCount%<br />{<br />mouseXY(move, -(move/4))<br />DllCall(&quot;Sleep&quot;, &quot;UInt&quot;, sleepInterval)<br />}<br />send {%key% up}<br />}</p><p>$xbutton1::<br />while getkeystate(&quot;xbutton1&quot;,&quot;P&quot;)<br />{<br />strafe(true)<br />strafe(false)<br />}<br />return</p><br /><p>Надеюсь поможете</p>]]></description>
			<author><![CDATA[null@example.com (lebwa4043)]]></author>
			<pubDate>Sat, 05 Sep 2020 11:21:10 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=141995#p141995</guid>
		</item>
	</channel>
</rss>
