H1Z1 Macro Rapid Fire (AUTOHOTKEY)So here we go, a simple script to help YOU shoot faster in this silly game.To use this script, download autohotkey; http://www.autohotkey.com/Once downloaded, open it up.Right click the small icon in the taskbar and click edit script.Paste the code below in there, then save the script to your desktop so it's easy accessible.Code:F9::Suspend
LButton::
Loop
{
SetMouseDelay 20 //
Click
If (GetKeyState("LButton","P[censored]")=0)
Break
}Will...