Quick peek script,this is made for quick peeking people when you stand up and shoot it automatically crouches you
Quote:
#IfWinActive, ahk_class Arma 3
3::Suspend
~$LButton::
KeyWait, LButton, T0.01
If (ErrorLevel)
{
while GetKeyState("LButton")
{
; if not GetKeyState("Space")
Send {Space Down}
KeyWait, LButton
Send {Space Up}
}
}
return
Very fast crouching.
Quote:
#IfWinActive, ahk_class Arma 3
3::Suspend
F10:: Hotkey, *~$Space, Toggle
F11::
ExitApp
*~$Space::
Sleep 1
Loop
{
GetKeyState, SpaceState, Space, P
If SpaceState = U
break
Sleep 170
Send, {Blind}{Space}
}
Return
Here is an scrip for fully auto weapons,it pulls your gun down while fully auto shooting at someone,play with sleep number depends on the gun you are using.
I would be very careful with AHK since it's a freeware tool and its detected/blocked in almost all "big" shooters. If you want to use macros then at least go for a paid provider with professional security features.