neru ea7529c1d7
Build / build (push) Has been cancelled
feat: bypass xbox chat filtering
2026-06-24 02:18:44 -03:00
2026-06-17 20:55:55 -03:00
2026-06-20 09:18:59 -03:00
2026-06-20 06:59:06 -03:00
2026-06-24 02:18:44 -03:00
2026-06-17 20:51:04 -03:00
2026-06-17 20:53:35 -03:00
2026-06-20 08:17:03 -03:00
2026-06-20 09:21:48 -03:00


Hex: Unlocked

A Dead By Daylight inventory manager for educational purposes.


Table of Contents

Installation & usage

Warning

This goes against the Behaviour's Terms of Service. Although unlikely, there is a definite risk of ban.

1. Requirements

  • Dead By Daylight: Xbox PC version or Epic Games version (untested)
  • Operating System: Windows 10 or 11 (64-bit)

2. Usage

  1. Download the latest hex-unlocked.exe from the Releases tab.
  2. Run the exe before the game is running.
  3. Configure your profile using the site.
  4. Run the game.

Note

If you're missing items, open the Bloodweb, wait for it to load, and the inventory should be applied once again.

Building

This project uses CMake and requires a C++20 compatible compiler.

Prerequisites

  • CMake 3.25.0 or higher
  • Visual Studio 2022 or higher (with C++ desktop development) OR MinGW-w64
  • .NET SDK (if building with the optional Dumper enabled)

The easiest way to get started on Windows is to run the included PowerShell script. It will generate the Visual Studio solution and open it automatically:

.\create-project.ps1

MinGW (Linux Cross-Compile)

If you want to cross-compile using MinGW on Linux, you can configure and build using Ninja:

cmake -B proj -S . -G Ninja \
  -DCMAKE_SYSTEM_NAME=Windows \
  -DCMAKE_C_COMPILER=x86_64-w64-mingw32-gcc \
  -DCMAKE_CXX_COMPILER=x86_64-w64-mingw32-g++ \
  -DCMAKE_RC_COMPILER=x86_64-w64-mingw32-windres

cmake --build proj --target hex-unlocked
S
Description
Hex: Unlocked
Readme 3.8 MiB
2026-06-24 02:20:21 -03:00
Languages
C++ 61.3%
C# 31.3%
CMake 5.2%
PowerShell 1.9%
C 0.3%