Dreconx Posted December 20, 2013 Report Share Posted December 20, 2013 hello i have my own panthera server i tyed installing the anti hack but its not working can sombody help me please thanks Link to comment Share on other sites More sharing options...
0 Grinchen Posted December 20, 2013 Report Share Posted December 20, 2013 1. Read the "readme" from infistar! Ok, i'll help you out. ;) In your "dayz_epoch server file" there is a folder called Init, inside this put AH.sqf and AHconfig.sqf. 2. Inside "server_functions.sqf" put; [] spawn {[] execVM "\z\addons\dayz_server\init\AH.sqf";}; // (AT THE VERY TOP OF server_functions.sqf ABOVE EVERYTHING ELSE!) At the top of everything. 3. Remove these 2 lines of code from your mission pbo init.sqf; [] execVM "\z\addons\dayz_code\system\antihack.sqf"; #include "\z\addons\dayz_code\system\REsec.sqf" 4. In the "AHconfig.sqf" you will find: /* LOW ADMIN HERE */ _LowLevel_List = ["0","0","0"]; //do not have a , at the end. /* NORMAL ADMIN HERE */ _NormalLevel_List =["0","0","0"]; //do not have a , at the end. /* SUPER ADMIN HERE */ _SuperLevel_List = ["0","0","0"]; //do not have a , at the end. You have to add your PlayerID (NOT GUID) in there to become an admin! Put your (and any other admins) PlayedID in SUPER ADMIN. You can find this in Arma II Operation Arrowhead and player profile. 5. Replace your current battleye filters with the filters given from infistar. 6. Read the installation "readme" one more time, or two. 7. Restart server. 8. Profit. Link to comment Share on other sites More sharing options...
0 Dreconx Posted December 20, 2013 Author Report Share Posted December 20, 2013 do i need to add me player id like this? /* LOW ADMIN HERE */ _LowLevel_List = ["0","0","0"]; //do not have a , at the end. /* NORMAL ADMIN HERE */ _NormalLevel_List =["0","0","0"]; //do not have a , at the end. /* SUPER ADMIN HERE */ _SuperLevel_List = ["player id here?","0","0"]; //do not have a , at the end. Link to comment Share on other sites More sharing options...
0 Dreconx Posted December 20, 2013 Author Report Share Posted December 20, 2013 it wont let me do this go into your serverfunctions.sqf with notepad++ and past this at the very top before everything [] spawn {[] execVM "\z\addons\dayz_server\init\AH.sqf";}; then pack your server file back into a server pbo. i cant pack it back into a pbo file it will not give me the option Link to comment Share on other sites More sharing options...
0 Dreconx Posted December 20, 2013 Author Report Share Posted December 20, 2013 can you add me on skype and have a look over teamviewer? its hard to explain oke? Link to comment Share on other sites More sharing options...
0 Dreconx Posted December 20, 2013 Author Report Share Posted December 20, 2013 oke i fixed it thanks guys im going to try it out now Link to comment Share on other sites More sharing options...
0 Dreconx Posted December 20, 2013 Author Report Share Posted December 20, 2013 no its not working i dont know what to do :( Link to comment Share on other sites More sharing options...
0 Grinchen Posted December 20, 2013 Report Share Posted December 20, 2013 If you are a vilayer user you may have extra stuff to do :P You fast typer Grinchen you! Hah... :D I do use Vilayer and what I listed is basically all I need to do to make it work. Link to comment Share on other sites More sharing options...
0 Dreconx Posted December 20, 2013 Author Report Share Posted December 20, 2013 i think there is somthing rong with my server becus if i stop the server the dayz epoch server file is gone and when put the server back up its there but i cant edit it becus its in use? what do i need to do? Link to comment Share on other sites More sharing options...
0 Randomness Posted December 20, 2013 Report Share Posted December 20, 2013 You need to get advice on the appropriate place, not here. And might I add, infistar is pretty darn easy to install. If you cannot get this to work, you might want to stop hosting completely because the explanation he made (with screenshots and all), you probably wont find an easier to install mod. Link to comment Share on other sites More sharing options...
0 DoS-gaming Posted December 20, 2013 Report Share Posted December 20, 2013 you are placing the file in a wrong place i think, you use vilayer right? vilayercodecustom/dayz_epoch = server pbo vilayercodecustom/missions/epoch.(mapname) = mission pbo So you go to filemanager/vilayercodecustom/dayz_epoch/init upload the AH.sqf and AHconfig.sqf inside this folder then press the small pencil next to server_functions.sqf and paste this at the very top [] spawn {[] execVM "\z\addons\dayz_server\init\AH.sqf";}; save it That should be it. Link to comment Share on other sites More sharing options...
0 Jager01 Posted April 17, 2014 Report Share Posted April 17, 2014 hey guys i'm not seeing this in my Init.sqf's (see below) and i've removed the [] execVM "\z\addons\dayz_code\system\antihack.sqf"; and #include "\z\addons\dayz_code\system\REsec.sqf". The Debug monitor loads fine but when i add myself as a admin it fails to authenicate/kicks me for eaither public varible restriction or create vehicle restriction. Updated the battleeye filters and all that but it still kicks me any help would be great. look for these configs in the init.sqf and make sure they are changed to 0 dayz_antihack = 0; // DayZ Antihack / 1 = enabled // 0 = disabled dayz_REsec = 0; // DayZ RE Security / 1 = enabled // 0 = disabled Link to comment Share on other sites More sharing options...
0 Buck0 Posted April 17, 2014 Report Share Posted April 17, 2014 Nice gravedig Link to comment Share on other sites More sharing options...
0 CommanderWolf Posted April 17, 2014 Report Share Posted April 17, 2014 i currently need help with mine im using survival servers but when i try to upload my new pbo it keeps reverting to the old one Link to comment Share on other sites More sharing options...
0 insertcoins Posted April 17, 2014 Report Share Posted April 17, 2014 hey guys i'm not seeing this in my Init.sqf's (see below) and i've removed the [] execVM "\z\addons\dayz_code\system\antihack.sqf"; and #include "\z\addons\dayz_code\system\REsec.sqf". The Debug monitor loads fine but when i add myself as a admin it fails to authenicate/kicks me for eaither public varible restriction or create vehicle restriction. Updated the battleeye filters and all that but it still kicks me any help would be great. if you want to not be kicked by BE you need to add exceptions to the filters. Link to comment Share on other sites More sharing options...
0 mrstarboss Posted September 2, 2014 Report Share Posted September 2, 2014 if you're having problems installing here is a quick tutorial Link to comment Share on other sites More sharing options...
0 cheech Posted February 18, 2015 Report Share Posted February 18, 2015 hi all, just made an fresh overpoch server at fastpoint gaming. did all described above. i can play as admin,no problems. but: when i log out, something wont let me back in. cant relog in. stuck at black epoch window i have to restart the server. then i can login. maybe something with those filters? thanxx for helping^^ cheers Link to comment Share on other sites More sharing options...
0 StylezTheAmazing Posted August 17, 2015 Report Share Posted August 17, 2015 Ok when i start up my server i keep getting this error is anyone able to help 2:46:25 Error in expression < }; "; if(_CCM)then{ _AHstring = _AHstring + " _commandingMenu = nil> 2:46:25 Error position: <_AHstring + " _commandingMenu = nil> 2:46:25 Error Undefined variable in expression: _ahstring 2:46:25 File z\addons\dayz_server\init\AH.sqf, line 3055 2:46:25 Error in expression <ng + " "; if(_BCM)then{ _AHstring = _AHstring + " showcommandingMenu ''> 2:46:25 Error position: <_AHstring + " showcommandingMenu ''> 2:46:25 Error Undefined variable in expression: _ahstring 2:46:25 File z\addons\dayz_server\init\AH.sqf, line 3079 2:46:25 Error in expression <Draw']; "; if(_OMC)then{ _AHstring = _AHstring + " _MBC = ' [] spawn> 2:46:25 Error position: <_AHstring + " _MBC = ' [] spawn> 2:46:25 Error Undefined variable in expression: Link to comment Share on other sites More sharing options...
Question
Dreconx
hello
i have my own panthera server i tyed installing the anti hack but its not working can sombody help me please
thanks
Link to comment
Share on other sites
17 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