CSB Wallhack Blocker

v1.0.0 15 indirme Daemon666 Son güncelleme: Jul 16, 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.

Kurulum

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

Cvarlar

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.

Değişiklik günlüğü — v1.0.0

1.0.0 - Initial release.
Sürümler →
Katkıda bulunanlar: Daemon666 ✦
Orijinal yazar: Fysiks (AddToFullPack technique) Lisans: GPL-3.0

Puan

No ratings yet.

Download v1.0.0

Compiled live from the source below — nothing pre-built.
.sma indir
Dosyalar:
csb_wallhack_blocker.sma main 3.9 KB

Gereksinimler

AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL İsteğe bağlı
ReAPI İsteğe bağlı
Metamod Metamod / Metamod-r
Modüller fakemeta
Bilinen çakışmalar Other plugins that force entity visibility or edit AddToFullPack can fight this one; run only one visibility controller.
Eklentilere Dön