▲ 3 r/AutoHotkey
Coordinates keep changing need help
This is my script. Everytime i restart my script no longer works and I have to adjust the targets. I am using two screens. Is there anyone who can help?
CoordMode, Mouse, Client
Numpad0::
{
`send, {F1}`
`targetX := 1830`
`targetY := 870`
`mouseMove targetX, targetY, 0`
`click`
return
}
Mbutton::
{
`send, {F1}`
`targetX := 1830`
`targetY := 870`
`mouseMove targetX, targetY, 0`
`click`
return
}
u/TestTrenSdrol — 8 days ago