
void __stdcall __noreturn sub_10001000(LPVOID lpThreadParameter)
{
int v1; // esi@1
int v2; // edi@1
v1 = (*(int (__stdcall **)(_DWORD))(*(_DWORD *)g_pCVar + 52))("sv_allowcslua");
v2 = (*(int (__stdcall **)(_DWORD))(*(_DWORD *)g_pCVar + 52))("sv_cheats");
while ( 1 )
{
(**(void (__thiscall ***)(_DWORD, _DWORD))(v1 + 24))(v1 + 24, 1);
(**(void (__thiscall ***)(_DWORD, _DWORD))(v2 + 24))(v2 + 24, 1);
Sleep(0x64u);
}
}