<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Не работает цикл]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=17553&amp;type=atom" />
	<updated>2023-01-14T14:07:06Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=17553</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Не работает цикл]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=156336#p156336" />
			<content type="html"><![CDATA[<p><strong>serzh82saratov</strong><br />Спасибо вам большое! Больше двух часов мучался, а вы мне за 5 минут всё сделали!</p>]]></content>
			<author>
				<name><![CDATA[dupressst]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=42969</uri>
			</author>
			<updated>2023-01-14T14:07:06Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=156336#p156336</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Не работает цикл]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=156335#p156335" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>#If i
	F7::i := 0  ; stop
#If

F7::
	i := 1
	while i
	{
		Send 123456
		Click 639, 718
		Send ^{vk56} ;ctrl+V
		Click 1343, 715 ;
		Click 639, 718
		Send /next
		Click 1343, 715
		Sleep 6000
	}
	Return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2023-01-14T14:01:02Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=156335#p156335</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Не работает цикл]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=156334#p156334" />
			<content type="html"><![CDATA[<p><strong>serzh82saratov</strong><br />Спасибо! А какое стоп-слово?<br /></p><div class="codebox"><pre><code>F12:: Suspend, Toggle</code></pre></div><p>это можно после Return написать чтобы на F12 останавливать? или перестанет работать? <br />И как сделать задержку в 6 секунд?</p>]]></content>
			<author>
				<name><![CDATA[dupressst]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=42969</uri>
			</author>
			<updated>2023-01-14T13:52:14Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=156334#p156334</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Не работает цикл]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=156333#p156333" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>F7::
	Loop
	{
		Send 123456
		Click 639, 718
		Send ^{vk56} ;ctrl+V
		Click 1343, 715 ;
		Click 639, 718
		Send /next
		Click 1343, 715
	}
	Return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2023-01-14T13:46:59Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=156333#p156333</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Не работает цикл]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=156332#p156332" />
			<content type="html"><![CDATA[<p><strong>serzh82saratov</strong><br />Извиняюсь, F7.</p>]]></content>
			<author>
				<name><![CDATA[dupressst]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=42969</uri>
			</author>
			<updated>2023-01-14T13:46:41Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=156332#p156332</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Не работает цикл]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=156331#p156331" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>dupressst пишет:</cite><blockquote><p>чтобы я не нажимал постоянно цифру 0 чтобы скрипт опять сработал</p></blockquote></div><p>А зачем ноль нажимать, если вы запускаете на F7.</p>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2023-01-14T13:45:54Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=156331#p156331</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Не работает цикл]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=156330#p156330" />
			<content type="html"><![CDATA[<p><strong>serzh82saratov</strong><br />Спасибо, я понимаю что выглядит это не так, как привыкли делать люди которые разбираются, но я в этой области ничего не знаю, и просто делал как сказано в гайдах на ютубе.</p>]]></content>
			<author>
				<name><![CDATA[dupressst]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=42969</uri>
			</author>
			<updated>2023-01-14T13:44:26Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=156330#p156330</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Не работает цикл]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=156329#p156329" />
			<content type="html"><![CDATA[<p><strong>__Михаил__</strong><br />Я что-то как-то написал, и суть в том, что я включаю скрипт, и он направляет мою мышку на поле ввода сообщения, туда вставляется текст, который мне нужен, и отправляет его в канал/личное сообщение. Команда /next также вводится и отправляется.<br />Таким образом скрипт за меня вставляет сообщение и отправляет его. Я хочу сделать так, чтобы я не нажимал постоянно цифру 0 чтобы скрипт опять сработал. Можно ли сделать, чтобы он работал постоянно? ( То есть сообщение вставилось, отправилось, вставилось отправилось и т.д.)</p>]]></content>
			<author>
				<name><![CDATA[dupressst]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=42969</uri>
			</author>
			<updated>2023-01-14T13:42:57Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=156329#p156329</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Не работает цикл]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=156328#p156328" />
			<content type="html"><![CDATA[<p>Это надо в коллекцию самых загадочных задач.</p>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2023-01-14T13:36:02Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=156328#p156328</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Не работает цикл]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=156327#p156327" />
			<content type="html"><![CDATA[<p>А что вы хотели получить от скрипта? Опишите всё по порядку.</p>]]></content>
			<author>
				<name><![CDATA[__Михаил__]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40928</uri>
			</author>
			<updated>2023-01-14T13:31:38Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=156327#p156327</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Не работает цикл]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=156314#p156314" />
			<content type="html"><![CDATA[<p>Здравствуйте, я только начал изучать AHK. Я написал всё что мне нужно было от AHK. Осталось только сделать так, чтобы скрипт работал по кругу. Т.е. с помощью цикла. Просмотрев видеоролики я делал также, как показано в них. Подскажите, что я сделал не так, как должен выглядеть исправленный вариант?<br /> </p><div class="codebox"><pre><code>
F7::
 Loop
{
  0::Send 123456
  1::Click 639, 718
  2:: Send ^{vk56} ;ctrl+V
  3::Click 1343, 715 ;
  4::Click 639, 718
  5::Send /next
  6::Click 1343, 715
}
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[dupressst]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=42969</uri>
			</author>
			<updated>2023-01-14T11:53:32Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=156314#p156314</id>
		</entry>
</feed>
