<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Как поставить loop на скрипт с привязкой по времени?]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=17384&amp;type=atom" />
	<updated>2022-09-25T12:12:30Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=17384</id>
		<entry>
			<title type="html"><![CDATA[AHK: Как поставить loop на скрипт с привязкой по времени?]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=154913#p154913" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[sima9714]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=42800</uri>
			</author>
			<updated>2022-09-25T12:12:30Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=154913#p154913</id>
		</entry>
</feed>
