<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://www.atitd.org/wiki/t7w/index.php?action=history&amp;feed=atom&amp;title=User%3ASithid%2FMacros%2FAutoIt%2FJugs</id>
	<title>User:Sithid/Macros/AutoIt/Jugs - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://www.atitd.org/wiki/t7w/index.php?action=history&amp;feed=atom&amp;title=User%3ASithid%2FMacros%2FAutoIt%2FJugs"/>
	<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t7w/index.php?title=User:Sithid/Macros/AutoIt/Jugs&amp;action=history"/>
	<updated>2026-07-06T23:07:30Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.2</generator>
	<entry>
		<id>http://www.atitd.org/wiki/t7w/index.php?title=User:Sithid/Macros/AutoIt/Jugs&amp;diff=8375&amp;oldid=prev</id>
		<title>Sithid: Created page with &quot;Double F8, zoom all the way in.  Adjust x and y for rows( across ) and columns( down ).  Start script and press F1 at the very center of the top left wheel.  &lt;pre&gt; #Region ;**** ...&quot;</title>
		<link rel="alternate" type="text/html" href="http://www.atitd.org/wiki/t7w/index.php?title=User:Sithid/Macros/AutoIt/Jugs&amp;diff=8375&amp;oldid=prev"/>
		<updated>2015-09-20T21:04:16Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Double F8, zoom all the way in.  Adjust x and y for rows( across ) and columns( down ).  Start script and press F1 at the very center of the top left wheel.  &amp;lt;pre&amp;gt; #Region ;**** ...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Double F8, zoom all the way in.  Adjust x and y for rows( across ) and columns( down ).  Start script and press F1 at the very center of the top left wheel.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#Region ;**** Directives created by AutoIt3Wrapper_GUI ****&lt;br /&gt;
#AutoIt3Wrapper_Outfile=jugs.exe&lt;br /&gt;
#AutoIt3Wrapper_Outfile_x64=jugs.exex64.exe&lt;br /&gt;
#AutoIt3Wrapper_Compile_Both=y&lt;br /&gt;
#AutoIt3Wrapper_UseX64=y&lt;br /&gt;
#AutoIt3Wrapper_Res_requestedExecutionLevel=asInvoker&lt;br /&gt;
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****&lt;br /&gt;
Opt( &amp;quot;MustDeclareVars&amp;quot;, 1 )&lt;br /&gt;
&lt;br /&gt;
HotKeySet( &amp;quot;!{ESC}&amp;quot;, &amp;quot;Terminate&amp;quot; )&lt;br /&gt;
HotKeySet( &amp;quot;{PAUSE}&amp;quot;, &amp;quot;TogglePause&amp;quot; )&lt;br /&gt;
HotKeySet( &amp;quot;{F1}&amp;quot;, &amp;quot;SetStartLocation&amp;quot; )&lt;br /&gt;
&lt;br /&gt;
WinWaitActive( &amp;quot;eGenesis Client&amp;quot; )&lt;br /&gt;
&lt;br /&gt;
Global $Paused = False;&lt;br /&gt;
Global $StartLocation[2]&lt;br /&gt;
Global $StartLocationSet = False&lt;br /&gt;
Global $Delay = 70000&lt;br /&gt;
&lt;br /&gt;
Main()&lt;br /&gt;
&lt;br /&gt;
Func Main()&lt;br /&gt;
	Do&lt;br /&gt;
		Sleep( 100 )&lt;br /&gt;
	Until $StartLocationSet&lt;br /&gt;
&lt;br /&gt;
	Do&lt;br /&gt;
		If $Paused Then&lt;br /&gt;
			Do&lt;br /&gt;
				Sleep( 100 )&lt;br /&gt;
			Until Not $Paused&lt;br /&gt;
		EndIf&lt;br /&gt;
&lt;br /&gt;
		For $x = 0 To 2 Step 1&lt;br /&gt;
			For $y = 0 to 3 Step 1&lt;br /&gt;
				MouseMove( $StartLocation[0] + ($x * 200 ), $StartLocation[1] + ( $y * 200 ) )&lt;br /&gt;
				Send( &amp;quot;j&amp;quot; );&lt;br /&gt;
			Next&lt;br /&gt;
		Next&lt;br /&gt;
&lt;br /&gt;
		Sleep( $Delay )&lt;br /&gt;
	Until 1 == 2&lt;br /&gt;
EndFunc&lt;br /&gt;
&lt;br /&gt;
Func SetStartLocation()&lt;br /&gt;
	$StartLocation = MouseGetPos()&lt;br /&gt;
	$StartLocationSet = True&lt;br /&gt;
EndFunc&lt;br /&gt;
&lt;br /&gt;
Func TogglePause()&lt;br /&gt;
	$Paused = Not $Paused&lt;br /&gt;
EndFunc&lt;br /&gt;
&lt;br /&gt;
Func Terminate()&lt;br /&gt;
	Exit&lt;br /&gt;
EndFunc&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Sithid</name></author>
	</entry>
</feed>