Daemon666 / CSB Wallhack Blocker Public

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

v1.0.0 134 téléchargements GPL-3.0 Dernière mise à jour Aug 24, 2026
Daemon666 1.0.0 - Initial release. v1.0.0 Jul 12, 2025 1 Versions
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.

Installation
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
Cvars
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.
Journal des modifications — v1.0.0
1.0.0 - Initial release.
Versions →
Note

No ratings yet.

À propos
Download v1.0.0
Compiled live from the source below — nothing pre-built.
Télécharger .sma
Prérequis
AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Optionnel
ReAPI Optionnel
Metamod Metamod / Metamod-r
Modules fakemeta
Conflits connus Other plugins that force entity visibility or edit AddToFullPack can fight this one; run only one visibility controller.
Contributeurs
Retour aux Plugins