Skip to content

Instantly share code, notes, and snippets.

#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
ComputerNames := "Computer1,Computer2,Computer3"
Loop, parse, ComputerNames,`,
{
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
Gui, Add, Text,, Only play/reads/passed in A:
Gui, Add, Edit, gGetTotal vONlyA
Gui, Add, Text,, Only play/reads/passed in B:
Gui, Add, Edit, gGetTotal vOnlyB
Gui, Add, Text,, Play/read/passed in Both:
Gui, Add, Edit, gGetTotal vBC
CoordMode, Pixel, Relative
WinActivate, ahk_class Direct3DWindowClass
Loop
{
ImageSearch, FoundX, FoundY, 0,0, 60, 60, vitality.jpg
If (ErrorLevel = 1)
ehit := ""
else
{
If (ehit = "")