Console CMD methods
IVEngineClient::ClientCmd is used to execute the commands in the pub release
EngineClientInterface->ClientCmd("sv_cheats 1");
Optional methods of achieving the same:
* IVEngineClient::ServerCmd
EngineClientInterface->ServerCmd("sv_cheats 1", false);
* ICVar::FindVar
ConVar *pVar = CVarInterface->FindVar("sv_cheats 1");
pVar->m_nFlags - remove replication flag
pVar->SetValue to change the value
Credits to nexon for ip bans ;D
ok i realized you posted this well does your speed hack still work?