<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Как поставить loop на скрипт с привязкой по времени?]]></title>
		<link>http://forum.script-coding.com/viewtopic.php?id=17384</link>
		<atom:link href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=17384&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Как поставить loop на скрипт с привязкой по времени?».]]></description>
		<lastBuildDate>Sun, 25 Sep 2022 12:12:30 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[AHK: Как поставить loop на скрипт с привязкой по времени?]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=154913#p154913</link>
			<description><![CDATA[<div class="codebox"><pre><code>Numpad0::
Loop 
{ 
	SendMessage, 0x50,, 0x4190419,, A
	SendInput {f6}
	sleep 300
	SendInput {f6}
	sleep 100
	MouseMove, -6, 0, 50, R
	SendInput {w down}
	sleep 10500
	SendInput {w up}
	SendInput {a down}
	sleep 1800
	SendInput {a up}
	SendInput {w down}
	sleep 600
	SendInput {w up}
	sleep 100
	MouseMove, 60, 0, 12, R
	SendInput {w down}
	sleep 2500
	SendInput {w up}
	sleep 100
	SendInput {d down}
	sleep 2000
	SendInput {d up}
	SendInput {w down}
	sleep 400
	SendInput {w up}
	SendInput {d down}
	sleep 3000
	SendInput {d up}
	SendInput {w down}
	sleep 500
	SendInput {w up}
	SendInput {d down}
	sleep 2500
	SendInput {d up}
	SendInput {w down}
	sleep 500
	SendInput {w up}
	SendInput {d down}
	sleep 1300
	SendInput {d up}
	SendInput {w down}
	sleep 1700
	SendInput {w up}
	SendInput {d down}
	sleep 1300
	SendInput {d up}
	SendInput {w down}
	sleep 1000
	SendInput {w up}
	SendInput {d down}
	sleep 2000
	SendInput {d up}
	sleep 1000
	SendInput {enter}
	sleep 1000
	SendInput {enter}
	sleep 1000
	SendInput {ESC}
	sleep 140000
	SendInput {F6}/rec Joosy_Kevel{enter}
	sleep 1000
	SendInput {F6}/rec{enter}
	sleep 1000
	SendInput {F6}/rec{enter}
	sleep 1000
	SendInput {F6}/rec 5{enter}
	sleep 15000
	SendInput {F6}/rec 5{enter}
	sleep 15000
	SendInput password6696{enter}
} 

Return

Numpad8::pause
Numpad7::reload</code></pre></div><p>Не подскажите как сделать так чтобы каждый час в 57 минуту скрипт повторялся начиная с ПРЕДПОСЛЕДНЕЙ строки sleep 15000?</p>]]></description>
			<author><![CDATA[null@example.com (sima9714)]]></author>
			<pubDate>Sun, 25 Sep 2022 12:12:30 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=154913#p154913</guid>
		</item>
	</channel>
</rss>
