Open
Description
Regarding the Error:
DllCall("user32.dll", "bool", "SetCursorPos", "int", $X_MAX - 1, "int", $Y)
DllCall("user32.dll", "bool", "SetCursorPos", "int", $X_MAX - 1, "int", ^ ERROR
You forgot to set the following variables $X
and $Y
.
$X = $Pos[0]
$Y = $Pos[1]
$Pos[]
holds the actual mouse position. So if you could just insert the setting in line 122 (for example).
Like:
Thanks! Cool script just by the way 😄
Metadata
Metadata
Assignees
Labels
No labels