Originally Posted by ferg201 Could someone please give me the sig for ClientMode? Very thanks. client.dll -> VClient -> (HudProcessInput + 0x5) -> ClientMode No need for a signature. HudProcessInput uses ClientMode so just use the offset 0x5 to pull it from the stack. This is also nice because using (HudProcessInput + 0x5) works in pretty much every Source Engine game.