This commit is contained in:
parent
655355f34a
commit
a4dd7f6ee9
1 changed files with 4 additions and 6 deletions
10
phasmo.ahk
10
phasmo.ahk
|
@ -48,23 +48,21 @@ Return
|
|||
*;::
|
||||
; add one of everything.
|
||||
Prologue("ahk_class UnityWndClass", mouseX, mouseY)
|
||||
Loop 22 {
|
||||
Loop 22
|
||||
PhasmoAdd(A_Index)
|
||||
}
|
||||
Epilogue(mouseX, mouseY)
|
||||
Return
|
||||
|
||||
*'::
|
||||
; remove one of everything.
|
||||
Prologue("ahk_class UnityWndClass", mouseX, mouseY)
|
||||
Loop 22 {
|
||||
Loop 22
|
||||
PhasmoRemove(A_Index)
|
||||
}
|
||||
Epilogue(mouseX, mouseY)
|
||||
Return
|
||||
|
||||
; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ;
|
||||
; internal stuff from hereon ;
|
||||
; internal stuff from hereon! ;
|
||||
; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ;
|
||||
|
||||
GetClientSize(hwnd, ByRef w, ByRef h)
|
||||
|
@ -130,4 +128,4 @@ PhasmoRemove(id, n:=1)
|
|||
Click
|
||||
}
|
||||
Sleep 10
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue