how did u get the no recoil
Why isnt my script working for semi automatic pistol? It worked yesterday but now it's not working? Any explainations on this and why its not working? I can't rapidly shoot. I shoot once and then it stops, it doesnt allow me to rapidly shoot. Any clue why? Please help
#NoEnv
SendMode Input
~[::Suspend
~End::ExitApp
LCtrl & ~LButton::
Loop
If GetKeyState("LButton") {
Sleep, 5
moveAmount := (moveAmount = 2) ? 3 : 0
mouseXY(moveAmount, 3.04)
}
else
break
Return
mouseXY(x,y)
{
DllCall("mouse_event",int,1,int,x,int,y,uint,0,uin t,0)
}
I'm using autohotkey for it
I cant fast tap with any gun.. Perhaps EAC has updated? theres about 1-2 second delay unless you just hold down fully :\
Anyone know how to bypass it? There's a youtuber I'm subbed to that might tell us, if he does I'll tell ya'll how.
- - - Updated - - -
www(dot)mpgh(dot)net/forum/showthread.php?t=1157797 Also... Check this link out, anyone see the similarities?