/* * Half-Life Linux dedicated server NO-WON crack * Part of dedtools * Code by Tomas Janousek * This is GPL code. * * NO-WON is just a name. All it does is disabling the B class limit for * sv_lan 1 mode. Thus it should work as NO-STEAM too ;) * * Usage: * LD_PRELOAD=/path/to/hlds_nowon.so ./hlds +sv_lan 1 * * Compile: * gcc -D_GNU_SOURCE -fPIC -g -shared -ldl -o hlds_nowon.so hlds_nowon.c * * Note that it might not be legal use it that way... */ int NET_CompareClassBAdr() { return 1; }