-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
112c004
commit 6340742
Showing
1 changed file
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,14 @@ | ||
# DayZ Server Battleye Remover | ||
|
||
|
||
Simple program written in c++ to modify the DayZ server exe to disable Battleye<br> | ||
and to allow players with DayZ VAC bans to join your server.<br> | ||
Wrote this so that after each DayZServer update I don't have to manually patch the file<br> | ||
and decided to share it here because why not? | ||
|
||
How to use? | ||
<ul> | ||
<li>Drag original DayZServer_x64.exe onto the application</li> | ||
<li>If succesful the DayZServer_x64.exe will now be patched, just start up your server.</li> | ||
</ul> | ||
|
||
<img src="https://i.imgur.com/ubea0S4.png" width="70%" height="70%"> |