Insurgency Sandstorm ahk recoil comp?

Ask gaming related questions (AHK v1.1 and older)
BitBot
Posts: 5
Joined: 24 Jan 2019, 10:12

Insurgency Sandstorm ahk recoil comp?

17 Mar 2019, 16:44

made this ahk would it work well on Sandstorm Insurgency? Anyone have a better ahk for sandstorm insurgency because When I used this one the recoil is still strong and not controllable or any recommended tweaks to this one let me know ASAP

#NoEnv
SendMode Input
~CapsLock::Suspend
~End::ExitApp


~*$LButton::
Loop
{

GetKeyState, state, Lbutton, P
if state=u
break

mouseXY(4,11)
sleep 1
mouseXY(0,11)
sleep 1
mouseXY(-4,-11)
sleep 1
mouseXY(-4,0)
sleep 1
mouseXY(4,11)
sleep 1
mouseXY(0,-11)
sleep 1

}
return

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

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 127 guests