static auto fn_create_new_subtick_move_step = reinterpret_cast<CSubtickMoveStep * (__fastcall*)(void*)>(g_opcodes->scan_absolute(g_modules->m_modules.client_dll.get_name(), xorstr_("E8 ? ? ? ? 48 8B D0 48 8D 4F ? E8 ? ? ? ? 48 8B D0"), 0x1));
static auto fn_add_element_to_rep_field_container = reinterpret_cast<CSubtickMoveStep * (__fastcall*)(google::protobuf::repeated_ptr_field_t<CSubtickMoveStep>*, void*)>(g_opcodes->scan_absolute(g_modules->m_modules.client_dll.get_name(), xorstr_("E8 ? ? ? ? 48 8B C8 8B 51 10 F3 0F 10 47 ? 83 CA 04"), 0x1));
auto subtick_move = fn_create_new_subtick_move_step(arena);
return fn_add_element_to_rep_field_container(rept_ptr, subtick_move);
} Please update