typedef VOID (WINAPIV *tRunConsoleCommand) (const char *);
tRunConsoleCommand RunConsoleCommand = (tRunConsoleCommand) 0x490610 //RunConsoleCommand address (Why do people call it LTClientEXE?)
//And how to call it
RunConsoleCommand("+SkelModelStencil 1");