Hello, I am the guy who built the antihack that KRDucky is talking about. I have added an additional layer of security on top of BIS_fnc_MP because the filtering implemented by BIS is way too lax, and as such scriptkiddies previously abused it to demolish the server in every possible way.
I am of those that consider BIS_fnc_MP to be an abomination and strongly prefer public variable EHs instead, but I can't choose for others. So, I have looked at ALiVE's code, and many components seem to be using it for a bunch of different functions and commands. Although my filter supports prefix whitelisting (e.g. "ALIVE_fnc_"), the publicvariable.txt BE filter must also be adjusted to block anything sent to the server that begins as such (5 "^ALIVE_fnc_"). Would this cause problems for other components?