Anticheat plugin for Counter-Strike 2 based on CounterStrikeSharp. It is heavily inspired by SourceMod Anti-Cheat. Currently in heavy development.
- Config
- Ban System
- Aimbot Detection
- Rapid-Fire
- Untrusted Angles
- Event Listening (WIP)
- Bunnyhop (WIP)
- Triggerbot
- R8 Autocook
- Discord Webhooks
- IKS Admin System
- SimpleAdmin
- Download CounterStrikeSharp if you haven't already and follow their install instructions
- Download the latest release from Releases
- Drag and drop the folder TBAntiCheat into your plugins folder which should be in inside of
game/csgo/addons/counterstrikesharp/plugins
| Command | Arguments | Description | Permissions |
|---|---|---|---|
| !tbac_enable | <1 / 0> | Enables/Disables the anticheat on a global level | @css/admin |
If you know how to code and want to contribute to the project then follow the instructions down below
- Download the correct version of DotNet SDK. As of now we use .NET 8
- Fork the project and open it up in Visual Studio, no dependencies needed as they are all in NuGet
- Make your appropiate change, test it on a server and create a pull request
- Please don't create huge pull requests if you can. Rather create smaller ones and more of them to make it more readable.
Original Creators of SMAC - AlliedModders
Fork of SMAC - Silenci0
CounterStrikeSharp - Michael Wilson