<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK робота в 2-х окнах]]></title>
		<link>http://forum.script-coding.com/viewtopic.php?id=16404</link>
		<atom:link href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=16404&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK робота в 2-х окнах».]]></description>
		<lastBuildDate>Wed, 09 Jun 2021 15:42:25 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK робота в 2-х окнах]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=148393#p148393</link>
			<description><![CDATA[<p><strong>annavlad1203</strong>, пожалуйста, не нужно игнорировать требования к оформлению постов. До внесения исправлений вам запрещается создавать новые темы и оставлять комментарии.</p>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Wed, 09 Jun 2021 15:42:25 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=148393#p148393</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK робота в 2-х окнах]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=148390#p148390</link>
			<description><![CDATA[<p><strong>__Михаил__</strong><br />Если не мой то чей тогда?</p>]]></description>
			<author><![CDATA[null@example.com (annavlad1203)]]></author>
			<pubDate>Wed, 09 Jun 2021 15:13:51 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=148390#p148390</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK робота в 2-х окнах]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=148285#p148285</link>
			<description><![CDATA[<p>Так же я бы заметил, что </p><div class="quotebox"><blockquote><p>Вот мой скрипт</p></blockquote></div><p> не совсем ваш.</p>]]></description>
			<author><![CDATA[null@example.com (__Михаил__)]]></author>
			<pubDate>Fri, 04 Jun 2021 19:52:56 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=148285#p148285</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK робота в 2-х окнах]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=148258#p148258</link>
			<description><![CDATA[<p><strong>annavlad1203</strong>, ознакомьтесь, пожалуйста, с правилами форума. Поставьте точки в конце предложений.</p>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Thu, 03 Jun 2021 18:28:52 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=148258#p148258</guid>
		</item>
		<item>
			<title><![CDATA[AHK робота в 2-х окнах]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=148255#p148255</link>
			<description><![CDATA[<p>Привет, я хочу чтобы скрипт работал на 2 окна но не могу понять как.<br />Например я запускаю 2 майнкрафта но скрипт будет работать только на 1, пожалуйста подскажите как сделать скрипт.<br />Вот мой скрипт.<br /></p><div class="codebox"><pre><code>; &lt;COMPILER: v1.1.33.02&gt;
#SingleInstance, force
#IfWinActive, ahk_exe javaw.exe
#NoEnv
SendMode Input
SetWorkingDir %A_ScriptDir%
DetectHiddenWindows, On
SetTitleMatchMode, 2
Gui,1:+AlwaysOnTop
Gui Add, Edit, x10 y38 w88 h21 vPressAD gTime_all,
Gui Add, Edit, x10 y66 w88 h21 vPressW gTime_all,
Gui Add, Picture, x219 y-1 w78 h76, C:\Users\Lenovo\Downloads\мутант незер варт.ico
Gui Add, Text, x101 y38 w121 h22 +0x200, - Pressing time A and D
Gui Add, Text, x101 y66 w121 h22 +0x200, - Pressing time W
Gui Add, Text, x10 y94 w121 h22 +0x200, Change Left Click to K
Gui Font, s8 Bold c0x940A25
Gui Add, Text, x8 y5 w168 h22 +0x200, Thank you for your purchase :)
Gui Font
Gui Add, Text, x277 y133 w32 h18 +0x200, V.1
Gui Add, Text, x140 y130 w110 h19 +0x200, Support -
Gui Add, Text, x1 y130 w110 h19 +0x200, Press F8 to start
Gui Add, Link, x190 y133 w123 h31, &lt;a href=&quot;https://discord.gg/7NxSycUf8k&quot;&gt;Discord&lt;/a&gt;

Gui Show, w295 h150, Auto Farm V.1
return
GuiClose:
ExitApp
Time_all:
Gui, Submit, NoHide
F8::
Loop
{
	SetKeyDelay, 50, 50

	ControlSend,, {w down}, ahk_exe javaw.exe
	sleep %PressW%
	ControlSend,, {w up}, ahk_exe javaw.exe
	
	ControlSend,, {a down}, ahk_exe javaw.exe
	sleep 400
	ControlSend,, {a up}, ahk_exe javaw.exe

	ControlSend,, {k down}, ahk_exe javaw.exe
	sleep 100

	ControlSend,, {a down}, ahk_exe javaw.exe
	sleep, %PressAD%
	ControlSend,, {a up}, ahk_exe javaw.exe
	
	ControlSend,, {w down}, ahk_exe javaw.exe
	sleep %PressW%
	ControlSend,, {w up}, ahk_exe javaw.exe
	
	ControlSend,, {d down}, ahk_exe javaw.exe
	sleep, %PressAD%
	ControlSend,, {d up}, ahk_exe javaw.exe
	
	ControlSend,, {k up}, ahk_exe javaw.exe
	sleep 100
}
Return
F12::ExitApp</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (annavlad1203)]]></author>
			<pubDate>Thu, 03 Jun 2021 17:37:09 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=148255#p148255</guid>
		</item>
	</channel>
</rss>
