who can send new sig? pls
void* get_entity_by_index(int entity_index)
{
using function_t = void* (__fastcall*)(void*, int);
static const function_t fn = reinterpret_cast<function_t>(g_memory->find_pattern(CLIENT_DLL, "81 FA FE 7F 00 00 77 36"));
return fn(this, entity_index);
}
void* get_entity_by_index(int entity_index)
{
using function_t = void* (__fastcall*)(void*, int);
static const function_t fn = reinterpret_cast<function_t>(g_memory->find_pattern(CLIENT_DLL, "81 FA FE 7F 00 00 77 36"));
return fn(this, entity_index);
}