DayZ 0.46 server
Hello, I'm going to show and explain how to make a DayZ 0.46 server on which you can test any hacks you want,
I have tested some hacks that used to work without them managing to execute sadly because they were outdated.
Things needed to do this:
STEP 1.
STEP 2.
STEP 3.
YOUR SERVER WILL NOT RUN IF YOU DON'T DO THIS!
STEP 4.
IF YOU WANT TO TEST HACKS OR EXPLOIT IN ANY OTHER WAY BE SURE TO KEEP BattlEye = 0 ! AND BE SURE THE HACKS ARE NOT OUTDATED, YOU WILL BE VAC BANNED LIKE I AM.
STEP 5.
If you don't know how to port forward on your router click HERE.
STEP 6.
The IP of your server will be YOURIP : 2502
You can also use a NO-IP service to use a different IP.
VIRUS SCANS
I have tested some hacks that used to work without them managing to execute sadly because they were outdated.
Things needed to do this:
- Notepad ++
- WINRAR
- A brain
STEP 1.
- Download and unzip the files into any location you want to, it doesn't really matter.
STEP 2.
- Open the unzipped folder.
STEP 3.
- Open your game directory (Steam>SteamApps>Common>DayZ) and copy the whole Addons folder to your server folder.
YOUR SERVER WILL NOT RUN IF YOU DON'T DO THIS!
STEP 4.
- Open your server.cfg and edit the cfg to your wish, it's your server after all.
IF YOU WANT TO TEST HACKS OR EXPLOIT IN ANY OTHER WAY BE SURE TO KEEP BattlEye = 0 ! AND BE SURE THE HACKS ARE NOT OUTDATED, YOU WILL BE VAC BANNED LIKE I AM.
STEP 5.
- Now it's time to port forward, you need to open ports 8766, 27016 and 2502 on both TCP and UDP.
If you don't know how to port forward on your router click HERE.
STEP 6.
- After you've opened the required ports you can start the server by double clicking on Start-Server.bat in your server directory.
The IP of your server will be YOURIP : 2502
You can also use a NO-IP service to use a different IP.
VIRUS SCANS
Spoiler
Other handy guides:
NO ZOMBIES + 24/7 DAYLIGHT
Spoiler
- Navigate to ServerDirectory>MPMissions>dayz_Auto.ChernarusPlus and open init.sqf in a text editor.
- Set "DZ_MAX_ZOMBIES = 0;" for no zombies.
- 24/7 day (should work)
Code:
_humidity = random 1; //setDate getSystemTime; setDate [1986, 2, 25, 16, 0];; 0 setOvercast _humidity; simulWeatherSync; //setAccTime 60; //skipTime 10.5;

