Disallow changing names.

This commit is contained in:
momo5502 2016-02-13 17:09:44 +01:00
parent a49e668615
commit f18924ab80

View File

@ -205,6 +205,9 @@ namespace Components
Colors::Colors() Colors::Colors()
{ {
// Disable SV_UpdateUserinfo_f, to block changing the name ingame
*(BYTE*)0x6258D0 = 0xC3;
// Allow colored names ingame // Allow colored names ingame
Utils::Hook(0x5D8B40, Colors::ClientUserinfoChanged, HOOK_JUMP).Install()->Quick(); Utils::Hook(0x5D8B40, Colors::ClientUserinfoChanged, HOOK_JUMP).Install()->Quick();