Super Simple Presearing follow macro

06/11/2022 05:19 jakechapy#1
programs required
Auto it
Sandboxie- as it stands there is no command in autoit that differentiates which gw client you are using this allows auto it to select which client to run the commands

once sand boxie is installed rightclick the follower gw client -run sand boxed
bind select player 1 in guild wars to f (leader )


I like having dual windows side by side. both characters need to be in a party for this to work




run the script select start bot

use click to move only it takes time to get use to but soon you will have a follwer bot that you can heal and plvl with an imp.
06/11/2022 05:38 jakechapy#2
File here if need alternative
[Only registered and activated users can see links. Click Here To Register...]


since it is a simple script and doesnt use gw headers you can paste the code in a auto it script file
Code:
 
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>


#include <AutoItConstants.au3>

$Form1 = GUICreate("Form1",  262, 363, 352, 130)
$Input1 = GUICtrlCreateButton("start bot", 50, 165, 50)
$Input2 = GUICtrlCreateButton("close bot", 125, 165, 50)
$looper = 1



$x = 0
$InitialRead = 0
GUISetState(@SW_SHOW)
While 1
	
	
Switch GUIGetMsg()
Case $GUI_EVENT_CLOSE, $Input1
							GUICtrlSetData ($Input1 , "started")
							ActivateGW()

					 Case $GUI_EVENT_CLOSE, $Input2
						 ExitLoop
EndSwitch
									
					
				WEnd
				
				
				
				Func ActivateGW()
					While $looper =1
					
Switch GUIGetMsg()

							

					 Case $GUI_EVENT_CLOSE, $Input2
						 $looper = 0
						 
						 EndSwitch
				
				WinActivate("[CLASS:ArenaNet_Dx_Window_Class]", "")
				 
				sleep(1500)
				 
				 	WinActivate("[CLASS:Sandbox:DefaultBox:ArenaNet_Dx_Window_Class]", "")
			 Send("f")
			 Sleep(100)
			Send('{SPACE}')
					
					WEnd
					EndFunc
update:

tweaked update time
added ability's to close app via panel (double click close bot). (older version requires tastmanager