Recoil macro/script

Posts 12 of 2 · Page 1 of 1
Recoil macro/script
Hello,

I wanted to ask if anyone knows the location where I could find a script for recoil compensation, such as for Auto Hotkey (unsure if Auto Hotkey is what's being used).

This seems to be very commonly used among many players, however I didn't seem to find it in this forum.

Thank you.
#NoEnv
SendMode Input

~::Suspend

~End::ExitApp

LCtrl & ~LButton::
Loop
If GetKeyState("LButton", "LCtrl") {
Sleep, 5
moveAmount := (moveAmount = 2) ? 3 : 0
mouseXY(moveAmount,3.4)

}
else
break

Return



mouseXY(x,y)
{
DllCall("mouse_event",int,1,int,x,int,y,uint,0,uin t,0)
}

copy this into auto hotkey happy reking
Posts 12 of 2 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?