Wildfire IV Posted March 26, 2014 Report Share Posted March 26, 2014 Hey Guys, Does anybody know how i can disable anti-hack on my private dayz epoch server? (1.0.4.2) Thanks. Link to comment Share on other sites More sharing options...
0 Wildfire IV Posted March 26, 2014 Author Report Share Posted March 26, 2014 i'm mainly trying to get it to stop deleting in my Spawned/hacked vehicles (i stopped them from Exploding, but they still dissapear.) has anybody had this problem and if so how did you fix it? Link to comment Share on other sites More sharing options...
0 gopostal Posted March 26, 2014 Report Share Posted March 26, 2014 Just null out the lines in your init sqf like so: //anti Hack // [] execVM "\z\addons\dayz_code\system\antihack.sqf"; Better have a fallback like whitelisting or Infistar though. You will be making a potentially large hole for people to exploit. Link to comment Share on other sites More sharing options...
0 Wildfire IV Posted March 26, 2014 Author Report Share Posted March 26, 2014 (edited) Just null out the lines in your init sqf like so: //anti Hack // [] execVM "\z\addons\dayz_code\system\antihack.sqf"; Better have a fallback like whitelisting or Infistar though. You will be making a potentially large hole for people to exploit. i've tried this, and the server will start but when i try and join it gets stuck on 'requesting for authentication' any ideas? Edit : this worked, i was just doing it wrong, but the vehicles still disappear. Edited March 26, 2014 by Wildfire IV Link to comment Share on other sites More sharing options...
0 Wildfire IV Posted March 26, 2014 Author Report Share Posted March 26, 2014 I tried this : //anti Hack// [false,1] execVM "\z\addons\dayz_code\system\antihack.sqf"; and it does let me spawn vehicles, but they disappear shortly afterwards (5-15 seconds) Link to comment Share on other sites More sharing options...
0 gopostal Posted March 26, 2014 Report Share Posted March 26, 2014 How are you spawning them? To be honest you ought to just buy Infistar's mod. It makes server admin SO much easier and it fixes all these problems. Link to comment Share on other sites More sharing options...
0 Wildfire IV Posted March 26, 2014 Author Report Share Posted March 26, 2014 I'm using Blue Pheonix's Admin Tools Link to comment Share on other sites More sharing options...
0 Turtle Posted March 26, 2014 Report Share Posted March 26, 2014 remove this line: //anti Hack [] execVM "\z\addons\dayz_code\system\antihack.sqf"; also remove this line: #include "\z\addons\dayz_code\system\REsec.sqf" Link to comment Share on other sites More sharing options...
Question
Wildfire IV
Hey Guys,
Does anybody know how i can disable anti-hack on my private dayz epoch server? (1.0.4.2)
Thanks.
Link to comment
Share on other sites
7 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now