Install instructions:

Step 1:
	Copy the antihack folder into your dayz_server folder
	In \z\addons\dayz_server\init\server_functions.sqf:
		Paste:
			#include "\z\addons\dayz_server\antihack\init.sqf"
		Below:
			#include "\z\addons\dayz_server\compile\server_toggle_debug.hpp"

Step 2:
	Copy the antihack.hpp file into the root of your mission folder (with init.sqf etc...)
	
	In your description.ext (mission file):
		Paste:
			#include "antihack.hpp"
		Below:
			#include "\z\addons\dayz_code\Configs\CfgServerTrader\CfgServerTrader.hpp"

Step 3:
	Copy the Antihack.dll and Antihack.ini files into your server's root folder.
	
	Adjust the settings in the Antihack.ini to fit your server.
		NOTE: The paths of [CheckFiles] >> file1 and [Log] >> log-Memory MUST MATCH
			Example:
				[CheckFiles]
				file1=D:\Arma 2\Logs\Memory.$(MM-dd-yyyy).log
				log-Memory=D:\Arma 2\Logs\Memory.log
		NOTE: The path of [CheckFiles] >> file2 MUST lead to the BattlEye scripts.log for the server that
		the AH is running on. If you are using the same scripts.txt for both servers, the Memory.log must
		also be used by both servers. Failure to do so will result in every player being banned.
			Example:
				[CheckFiles]
				file1=D:\Arma 2\Logs\Memory.$(MM-dd-yyyy).log
				file2=D:\Arma 2\BattlEye\scripts.log
		NOTE: The Memory.log file and scripts.log file must be rotated! The Memory.log file contains the date, meaning it will change!
		If you need help with rotating the files, let me know! I recommend doing it every restart if possible!

Step 4:
	In your BattlEye scripts.txt:
		Paste:
			1 AH_MEMCHKLOGIN_REQ= 
		Below:
			//new2

Step 5:
	In your BattlEye publicvariable.txt:
		Paste:
			5 AHPV_AuthStaffCMD 
		Below:
			//new

Step 6:
	Log in as a normal client on the server before opening to the public. Making sure your settings are correct
	is vital!

Setup complete! Let me know if you have any questions or need assistance.

Email: jeremydupont17@gmail.com
TeamSpeak: ts.uddergaming.com
Website: www.uddergaming.com
Epoch Mod: https://epochmod.com/forum/profile/31579-bigegg/
Github: https://github.com/BigEgg17