# DayZ - Feature Safety Guide

When using certain features, it’s important to understand how **different server types handle security** and monitoring.

***

### 🔷 Official Servers

Official servers are run by Bohemia Interactive, but they are **not actively administrated or moderated by humans**. There's no live staff watching players — which means all features work without issue, and there's generally no one reviewing what you do

> ✅ This makes **official servers the safest environment** for testing and using features.

***

### 🔶 Community Servers

Community servers are a different story. These are **privately run** and typically have **active admins** who:

* Watch players manually
* Use custom server-side logging
* Run detection scripts
* Ban based on suspicion, logs, or behavior patterns

> ⚠️ On community servers, you need to be **very careful**. Some admins are extremely strict, and bans are often instant with no appeal. 1 ban on a community server can get you banned on all due to CFTools shared ban list

***

### ✅ Feature Safety List for community servers

Any features **not specifically marked or removed** from the menu are considered generally safe. This list is made to showcase specific feature detections DayZ Servers might implement

| Feature                         | Safety                        | Notes                                                                                                |
| ------------------------------- | ----------------------------- | ---------------------------------------------------------------------------------------------------- |
| Wallhack / ESP                  | Safe ✅                        |                                                                                                      |
| Mouse Aimbot                    | Safe ✅                        |                                                                                                      |
| Angle Aimbot                    | Safe ✅                        |                                                                                                      |
| PSilent                         | Safe ✅                        |                                                                                                      |
| Magic Bullet                    | Detected on most ❌            | Almost all servers nowadays have detections for this                                                 |
| No Recoil & Sway                | Very Risky ⚠️                 | Desyncs your characters rotation, causing you to look all kinds of weird directions for other people |
| Bullet Modifier                 | Risky ⚠️                      | Some detect certain things like bullet speed                                                         |
| Zoom Camera                     | Safe ✅                        |                                                                                                      |
| Bright Night                    | Safe ✅                        |                                                                                                      |
| Time Changer                    | Risky ⚠️                      | A few big servers have been known to log this                                                        |
| Freecam                         | Risky / semi-risky⚠️          | Recent change, many servers have started to detect freecam, especially the big ones.                 |
| Stealing from bases via Freecam | <p>Risky ⚠️<br>Detected ❌</p> | Many servers are catching onto this                                                                  |
| FOV Changer                     | Safe ✅                        |                                                                                                      |
| Unlock Inventories (Split)      | Use with caution ⚠️✅          | Not entirely sure                                                                                    |
| Dupe                            | Sometimes flagged⚠️           | Most of the big servers (Rearmed) block and log the dupe                                             |
| Speedhack                       | Risky ⚠️                      | Most servers detect this in some sort of fashion                                                     |
| Remove Grass                    | Sometimes flagged ⚠️          | Sometimes flagged                                                                                    |
| Unlock All DLC                  | Safe ✅                        |                                                                                                      |
| Set Item Pristine               | Safe ✅                        | doesn't really work                                                                                  |
| Allow Third Person              | Risky ⚠️                      | many servers detect this now                                                                         |
| Script executor                 | Safe / Risky ✅⚠️              | People using this should know what they are dong                                                     |
| PBO Hider                       | Safe / Risky ✅⚠️              | Same as script executor                                                                              |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://zsoftware-guide.gitbook.io/guide/frequently-asked-questions/dayz-feature-safety-guide.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
