CSB Wallhack Blocker

v1.0.0 0 загрузок Daemon666 Обновлено: Jul 15, 2026

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

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.

Установка

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

Cvar-ы

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.

История изменений — v1.0.0

1.0.0 - Initial release.
Версии →
Участники: Daemon666 ✦
Оригинальный автор: Fysiks (AddToFullPack technique) Лицензия: GPL-3.0

Рейтинг

No ratings yet.

Download v1.0.0

Compiled live from the source below — nothing pre-built.
Скачать .sma
Файлы:
csb_wallhack_blocker.sma main 3.9 KB

Требования

AMX Mod X ≥ 1.9
Движок ReHLDS HLDS
ReGameDLL Необязательно
ReAPI Необязательно
Metamod Metamod / Metamod-r
Модули fakemeta
Известные конфликты Other plugins that force entity visibility or edit AddToFullPack can fight this one; run only one visibility controller.
Назад к плагинам