Updated README

This commit is contained in:
a2x
2023-09-08 23:13:40 +10:00
parent 27acd1a1e5
commit 222b248f5c
75 changed files with 56290 additions and 17339 deletions

9
generated/offsets.hpp Normal file
View File

@@ -0,0 +1,9 @@
#pragma once
#include <cstddef>
namespace client.dll {
constexpr std::ptrdiff_t entity_list = 0x1623bb8;
constexpr std::ptrdiff_t local_player_controller = 0x1714290;
constexpr std::ptrdiff_t view_matrix = 0x1714d00;
}