they basically NOP RPC's, RPC's are remote procedure calls, they are like functions that are called in the game in simple words, like SetPlayerPos sets the local player's position to bla coords, SetPlayerHealth, RemovePlayerWeapons etc.
NOP's stop these functions from being called, aka if you...