• We just launched and are currently in beta. Join us as we build and grow the community.

[Undetected] AHK Recoil Reducer

aldofeikLH

Esports Pro
A Rep
0
0
0
Rep
0
A Vouches
0
0
0
Vouches
0
Posts
156
Likes
187
Bits
2 MONTHS
2 2 MONTHS OF SERVICE
LEVEL 1 200 XP
Enjoy
Code:
#NoEnv
#InstallKeybdHook
#InstallMouseHook
~LButton::
loop
{
GetKeyState,updn, LButton, P
if updn = U
break
MouseClick, left,,, 1, 0, D
MouseClick, left,,, 1, 0, U
DllCall("mouse_event", uint, 1, int, 0, int, 2, uint, 0, int, 1)
}
Insert::Suspend
 

452,292

323,340

323,349

Top