add: player esp and snaplines

for now the esp will show "Player" instead of the real player name //TOFIX
This commit is contained in:
2024-05-28 10:22:01 +02:00
parent 5968a83932
commit 01bdc8e683
6 changed files with 96 additions and 0 deletions

View File

@@ -53,6 +53,7 @@
<ClCompile Include="lib\ClientHelper.cpp" />
<ClCompile Include="lib\UnityCore.cpp" />
<ClCompile Include="lib\Wrapper.cpp" />
<ClCompile Include="user\features\esp\esp.cpp" />
<ClCompile Include="user\features\menu.cpp" />
<ClCompile Include="user\features\misc\misc.cpp" />
<ClCompile Include="user\hooks\hooks.cpp" />
@@ -93,6 +94,7 @@
<ClInclude Include="lib\ClientHelper.h" />
<ClInclude Include="lib\UnityCore.h" />
<ClInclude Include="lib\Wrapper.h" />
<ClInclude Include="user\features\esp\esp.hpp" />
<ClInclude Include="user\features\menu.hpp" />
<ClInclude Include="user\features\misc\misc.h" />
<ClInclude Include="user\hooks\hooks.hpp" />