<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Скрипт для Minecraft]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=11818&amp;type=atom" />
	<updated>2022-09-21T16:34:50Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=11818</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Скрипт для Minecraft]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=154836#p154836" />
			<content type="html"><![CDATA[<p>Помогите пожайлуста как сделать что бы инструменты менялись при наведении на определённые блоки?</p>]]></content>
			<author>
				<name><![CDATA[kudinovila5]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=42797</uri>
			</author>
			<updated>2022-09-21T16:34:50Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=154836#p154836</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Скрипт для Minecraft]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=138126#p138126" />
			<content type="html"><![CDATA[<p><strong>Alectric</strong><br />Привет, можешь помочь. Как сделать чтобы при нажатии на F выполнялась команда, при повторном нажатии на F выполнялась вторая команда и так поочередно.</p>]]></content>
			<author>
				<name><![CDATA[MaxIMALO4ka]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=40653</uri>
			</author>
			<updated>2020-02-28T05:52:08Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=138126#p138126</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Скрипт для Minecraft]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=106142#p106142" />
			<content type="html"><![CDATA[<p><strong>Alectric</strong><br />А все, разобралсЯ, спасибо)</p>]]></content>
			<author>
				<name><![CDATA[Igroman350]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=34054</uri>
			</author>
			<updated>2016-07-18T13:11:12Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=106142#p106142</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Скрипт для Minecraft]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=106141#p106141" />
			<content type="html"><![CDATA[<p><strong>Alectric</strong><br />Cпасибо</p>]]></content>
			<author>
				<name><![CDATA[Igroman350]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=34054</uri>
			</author>
			<updated>2016-07-18T11:30:50Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=106141#p106141</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Скрипт для Minecraft]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=106140#p106140" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>sendmode,play
setkeydelay,30

on=1

f1::
on:=!on
return

#if on
lbutton::
while GetKeyState(&quot;lButton&quot;,&quot;P&quot;)
{
  send,1
  while (GetKeyState(&quot;lButton&quot;,&quot;P&quot;) and a_index&lt;=3)
  {
    send,{lButton}
    sleep,10
  }
  send,2
  while (GetKeyState(&quot;lButton&quot;,&quot;P&quot;) and a_index&lt;=2)
  {
    send,{lButton}
    sleep,10
  }
}
return

#if
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Alectric]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=26027</uri>
			</author>
			<updated>2016-07-18T08:51:40Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=106140#p106140</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Скрипт для Minecraft]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=106139#p106139" />
			<content type="html"><![CDATA[<p>Здравствуйте, нужна помощь в написании скрипта, сам же скрипт должен выполнять такие действия:</p><p>При нажатии и удерживании ЛКМ - Многократное быстрое нажатие на ЛКМ(примерно Sleep 10)<br />Каждые 3 удара &quot;Зажима&quot; на ЛКМ, должно происходить нажатие клавиши &quot;2&quot;, после&nbsp; 2 нажатия ЛКМ, и далее нажатие клавиши &quot;1&quot;И так по циклу.</p><p>Что бы при зажиме ЛКМ после трех ударов-происходила смена на второй слот, после 2х ударов второго слота опять сменялось на первый слот.</p>]]></content>
			<author>
				<name><![CDATA[Igroman350]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=34054</uri>
			</author>
			<updated>2016-07-18T08:43:12Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=106139#p106139</id>
		</entry>
</feed>
