AHK Script
Hi MPGH,
I'm trying to fix one of the AHK anti-recoil scripts and admittedly, I'm very new at AHK. I looked at the script here (oops, I'm not allowed to post links; it's the pean's ahk script) and I think I have it figured out (I hope).
It looks like the script moves the mouse using lines like this: "DllCall("mouse_event", "UInt", 0x01, "UInt", -26*modifier, "UInt", -8*modifier)". Am I correct in assuming that the blue text are the X and Y coordinates (as per pixels from point of origin) on the screen? If so, how does that even work? If those are X and Y coordinates on the screen, then the modifier (which is a variable that changes based on sensitivity) would make the coordinates different every time.