Jump to content
  • 0

dayz epoch infistar anti hack/admin tool


Dreconx

Question

17 answers to this question

Recommended Posts

  • 0

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

  • 0

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

  • 0

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

  • 0

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

  • 0

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

  • 0

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

  • 0

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

  • 0

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

  • 0

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...