Daemon666 / CSB Wallhack Blocker Publiczny

Server-side ESP/wallhack protection: hides enemies from a client's packet unless there is a real line of sight.

v1.0.0 133 pobrań GPL-3.0 Ostatnia aktualizacja Aug 23, 2026
Daemon666 1.0.0 - Initial release. v1.0.0 Jul 12, 2025 1 Wersje
csb_wallhack_blocker.sma main 73b2d9c 3.9 KB
README.md

CSB Wallhack Blocker defeats most wallhacks and ESP tools by never sending an enemy's position to a client that should not be able to see it. In FM_AddToFullPack the plugin evaluates, for every viewer/enemy pair, whether the enemy is inside the viewer's PVS and whether a traceline from the viewer's eyes reaches the enemy's centre or head. If there is no clear sight line, the enemy is dropped from that client's packet.

To avoid making legitimate play feel wrong, teammates are always visible and an enemy who has fired within a short grace window is always shown (their position is already given away by the shot).

Inspired by the classic AddToFullPack wall-blocker technique (Fysiks / OrangeBox). Independent GPL re-implementation.

Features

  • PVS check plus dual traceline (body + head) per viewer.
  • Fire-grace window keeps recently-shooting enemies visible.
  • Teammates never hidden; only living enemy players are filtered.
  • Everything is server-side; clients need no changes.

Installation

  1. Enable the fakemeta module in addons/amxmodx/configs/modules.ini.
  2. Compile csb_wallhack_blocker.sma, copy it to addons/amxmodx/plugins/ and add it to plugins.ini.
  3. Change the map.

On very high-population servers the per-packet traceline has a CPU cost; tune csb_wh_firegrace to taste.

Instalacja
1. Enable the fakemeta module in addons/amxmodx/configs/modules.ini
2. Put csb_wallhack_blocker.amxx in addons/amxmodx/plugins/ and add it to plugins.ini
3. Change map
Cvary
CVARDefaultDescription
csb_wh_enabled 1 Enable or disable the wallhack blocker.
csb_wh_firegrace 1.2 Seconds an enemy stays visible after firing a weapon.
Lista zmian — v1.0.0
1.0.0 - Initial release.
Wersje →
Ocena

No ratings yet.

Informacje
Download v1.0.0
Compiled live from the source below — nothing pre-built.
Pobierz .sma
Wymagania
AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Opcjonalne
ReAPI Opcjonalne
Metamod Metamod / Metamod-r
Moduły fakemeta
Znane konflikty Other plugins that force entity visibility or edit AddToFullPack can fight this one; run only one visibility controller.
Współtwórcy
Wróć do Pluginów