мяу
-
Автор темы
- #1
НЕ ПРАВИЛЬНО - interfaces.global_vars = reinterpret_cast <global_vars_t * > (( (DWORD * ) interfaces.client) [11] + 10);
ПРАВИЛЬНО - interfaces.global_vars = reinterpret_cast <global_vars_t *> (( (DWORD * ) interfaces.client) [0] + 0x1F);
ПРАВИЛЬНО - interfaces.global_vars = reinterpret_cast <global_vars_t *> (( (DWORD * ) interfaces.client) [0] + 0x1F);