(Click here for more screenshots)

  1. Mods For Dayz
  2. Infistar Antihack For Dayz Mods Download Windows 7

This is an admin menu with powerful tools for the purpose of testing and/or administrating a DayZ Epoch Mod server. Most tools will also be compatible with original DayZMod servers and other derivatives.

I have a server from nitradeo and it came with infistar's anit hack which im very excited and happy about, i added my self as a admin which is great:) but i cannot seem to find the folder in my ftp so i can edit the donor boxes that are on the spawn menu.

You may use this script free of charge and modify for your own needs, however you MAY NOT distribute this code or any modified versions of it without my permission. If you have new features you think people may benefit from please open a pull request to have it added to this tool. The main reason for this is to be sure the tool is of the best possible quality and that harmful code is not distributed under the guise of my work.If you are worried about the integrity of the dll files look at the change log for MD5 hash values.

  • UnKnoWnCheaTs - Multiplayer Game Hacks and Cheats, leading the game hacking scene since 2000. We offer a huge amount of information and content for multiplayer game hacks and cheats through our game hacking forum, game hack download database and our game hacking wiki and tutorials sections. [Release] DayZ Mod Hack Infistar Proof (1 2 3.
  • Dayz Announcements. Special Server Re-Release. List of mods on our servers Antihack and Admin tools by Infistar Intro Tune Spawn/class select With 3 levels of Humanity load outs Welcome Credits with rules Single Currency with NPC Bankers at each trader. Except Hero and Epic hero. Elite SLK Website.

For help with Administration:

  • Multiple Admin levels
  • Spectate players
  • 'Display code' for locked vaults/doors
  • 'Create key' for vehicles with lost keys
  • Base management - Copy/Paste/Export/Import/Delete bases
  • Spawn crates with weapons, items, and supplies
  • Spawn vehicles via the menu or a custom-made graphical vehicle menu (screenshot) (Thanks @Sandbird!)
  • Log admin tool use to combat possible abuse of the tool

Other features:

  • Godmode
  • Teleport
  • Flying
  • Invisibility
  • Infinite Ammo / No recoil
  • Change skins
  • Delete, repair/refuel vehicle
  • Heal players
  • ESP - display players and objects on the map
  • Spawn temporary buildings on the map
  • ...and more!
  1. Click Download Zip on the right sidebar of this Github page.

    Recommended PBO tool for all 'pack', 'repack', or 'unpack' steps: PBO Manager

  2. Log into your server via FTP or your host's File Manager. Locate, download, and unpack (using PBO Manager or a similar PBO editor) your MPMissions/Your_Mission.pbo, and open the resulting folder.

    Note: 'Your_Mission.pbo' is a placeholder name. Your mission might be called 'DayZ_Epoch_11.Chernarus', 'DayZ_Epoch_13.Tavi', or 'dayz_mission' depending on hosting and chosen map.

  3. Extract the admintools folder from the Epoch Admin Tools project zip into the root of your mission folder.

  4. If you are allowed to use custom dll's (some hosts forbid it)

    Copy all files inside the DLL folder (not the folder itself) to your ROOT server folder (where arma2oaserver.exe and @DayZ_Epoch is located)

    IMPORTANT: You may need to allow the dll through your antivirus because some antivirus block unknown dll's.Windows may also require you to unblock it by right clicking it, selecting properties, and selecting unblock

  5. Open the init.sqf in the root of your mission folder.

  6. Paste the following

    Directly above this:

    So that it looks like this:

  7. If you use the normal battleye antihack or similar do this step, if not then skip it.

    Find the antihack line in your init.sqf, it will be similar to the one below

    if you have the line above replace it with this:

  8. Paste the following at the bottom of the init:

  9. Save the init.sqf

  10. Open your description.ext

  11. Paste the following at the very bottom:

  12. Open admintoolsconfig.sqf

  13. Replace the '111111111' with your Player ID in order to have full access to the menu.

  14. The mission pbo is done. Repack it and upload it to your server (FTP or host's File Manager).

  15. Extract the .txt files from the Epoch-Admin-Tools/Battleye folder to your server's Battleye folder, overwriting the existing .txt files.

    Note: The location of your server's Battleye folder depends on the server and hosting. For some users, this may be in CONFIGFILES/Battleye.Note: In order to use the GUI based build menu, you will have to disabled at least one line in createvehicle.txt. It is line 16 or the one that starts with 5 'Land_' change it to 1 'Land_' for log only.The only way around this is to make exceptions for all of the buildings listed in variables.sqf.

  16. Locate your @DayZ_Epoch_Server/addons/dayz_server.pbo on your server host, download and unpack it, and open the resulting dayz_server folder.

  17. Copy the EAT_vehSpawn.sqf, EAT_crateSpawn.sqf, and EAT_AiSpawn.sqf files contained in the downloaded directory dayz_server/compile to the same directory in the extracted dayz_server folder.

  18. Now open your init/server_functions.sqf and find:

    Place the following lines directly BELOW it.

    The next step is very important for security. What this file does is compare the files in the downloaded mission PBO with the copy on the server to verify that they have not been overwritten by a common exploit.If you are not running a public server and have no need for security, then you can skip this step.

  19. Open your init/mission_check.sqf and find:

    Place the following list of files inside the brackets.

    The end result should look like this:

  20. Open system/scheduler/sched_safetyVehicle.sqf and replace this:

    ...with this:

    Note: This step may not work well if you use other mods that modify this operator. The important code to fit into this operator is (vehicle _x getVariable ['EAT_Veh',0] !=1) which can be added easily with a rudimentary knowledge of programming.

  21. Now open your compile/server_updateObject.sqf and find:

    Place the following directly ABOVE it.

  22. Repack the server pbo and upload it to your server.

Keybindings

Install finished

View the Epoch Admin Tools Wiki for additional configuration options and help.

Current version only works with epoch 1.0.6 so no mod update is needed. Use a fresh install.

If you want the 1.0.5 version go to the releases tab for this repo on github

FAQ

  • I'm getting kicked with 'Script Restriction #X'!
  • Make sure you've installed the Battleye filters perfectly in the instructions. If it still fails, you can fix the error yourself with a little knowledge about how the filters work.
  • The menu doesn't appear.
  • The most likely cause of this error is either a syntax error in your init.sqf (e.g. a missing semi-colon), a syntax error in your admintoolsconfig.sqf (e.g. a comma after the last string in the array of Admins/Mods - see above optional instruction) or forgetting to add your Player ID (or typing it wrong) into the admintoolsconfig.sqf. Specific errors can be found by reading your server's RPT file. Also see Debugging Techniques.
  • I get stuck at the loading screen with the arma2oaserver.rpt error that I am missing files.
  • This is most often caused by a broken PBO packaging tool. Reinstall or use a different tool.
  • How do I add something to my personal tools?
  • This is found in the Epoch Admin Tools Wiki

Error Reporting

Infistar Antihack For Dayz Mods Download

BEFORE posting an issue on Github or on the main discussion forum:

  • Review the installation instructions and be sure you've done every step EXACTLY as stated. They are not forgiving. If one step is done incorrectly, it won't work.
  • If you think you might have installed it incorrectly, follow the YouTube Video Install Tutorial
  • Check your server's RPT log for errors. This will identify 99% of problems with the menu. Be ready to copy/paste the RPT log into Pastebin or Gist in an issue or in the discussion forum for help with troubleshooting.
  • If all else fails, install these tools onto a fresh, unedited mission.pbo and server.pbo to get it working, then start installing additional addons/mods one at a time until the admin tools break in order to identify the conflict.
Arma 2 dayz modsDayz

Mods For Dayz

If your problem persists after doing the above:

Infistar Antihack For Dayz Mods Download Windows 7

  • Do a quick search on the main discussion forum for a fix to your problem.
  • If you do not find a fix to your problem: post your problem on the main discussion forum
  • If the problem you are posting is a bug and not a general install problem then post it to the main discussion forum and to the github issues page.

Credits

This project is based heavily on Malory's Custom Epoch Admin Tools, which itself is based on BluePhoenix Admin Tools.

  • Project Leader: NoxSicarius (Nox)
  • A huge thanks goes out to Gregarious who began this project and did a huge amount of work on the tool. We were sad to see him go, but his generous contributions will be remembered.