Know guids - cyrillePrigent/uMod GitHub Wiki

Description

This script captures the pbguids (from Userinfo: cl_guid) of clients as they connect to the server and checks them against a serverside list (knownguids.txt). If the pbguid is present on the list the client is allowed to play immediately. If the pbguid is not present then the client is forced to wait in spectator mode for the designated time, and their pbguid is added to the list. In addition, this script performs a basic length and hex char test on the pbguid that will immediately kick obviously spoofed examples.

Server configuration

Enable / Disable know guids module.

Valid values Default value
0 or 1 1

set u_know_guids "1"

Wait-time before join a server (in minutes).

Default value
1

set u_kg_wait_time "1"

Switch the wait-time off to collect guids only if set to 1.

Valid values Default value
0 or 1 1

set u_kg_force_wait "1"