Skip to content

Commit

Permalink
deleted junk
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteCorum committed May 25, 2024
1 parent 4fc29bf commit bd60fab
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 123 deletions.
2 changes: 0 additions & 2 deletions DragonBurn/DragonBurn.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@
<ClCompile Include="Features\Mouse.cpp" />
<ClCompile Include="Game.cpp" />
<ClCompile Include="main.cpp" />
<ClCompile Include="Offsets.cpp" />
<ClCompile Include="OS-ImGui\imgui\imgui.cpp" />
<ClCompile Include="OS-ImGui\imgui\imgui_demo.cpp" />
<ClCompile Include="OS-ImGui\imgui\imgui_draw.cpp" />
Expand All @@ -258,7 +257,6 @@
<ClCompile Include="Utils\ConfigMenu.cpp" />
<ClCompile Include="Utils\ConfigSaver.cpp" />
<ClCompile Include="Utils\GlobalVars.cpp" />
<ClCompile Include="Utils\MemorySearch.cpp" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="DragonBurn.rc" />
Expand Down
6 changes: 0 additions & 6 deletions DragonBurn/DragonBurn.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -218,12 +218,6 @@
<ClCompile Include="Bone.cpp">
<Filter>Cheats\Data</Filter>
</ClCompile>
<ClCompile Include="Offsets.cpp">
<Filter>Cheats\Offsets</Filter>
</ClCompile>
<ClCompile Include="Utils\MemorySearch.cpp">
<Filter>Utils</Filter>
</ClCompile>
<ClCompile Include="Features\Radar.cpp">
<Filter>Cheats\Radar</Filter>
</ClCompile>
Expand Down
6 changes: 0 additions & 6 deletions DragonBurn/Offsets.cpp

This file was deleted.

4 changes: 1 addition & 3 deletions DragonBurn/Offsets.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace Offset
{

inline long long CS2ver = 8926190;
inline DWORD EntityList = 26882856;
inline DWORD Matrix = 27284176;
inline DWORD ViewAngle = 27337880;
Expand Down Expand Up @@ -98,6 +98,4 @@ namespace Offset
DWORD m_flDefuseCountDown = 0xF28;
DWORD m_nBombSite = 0xEDC;
} C4;

bool UpdateOffsets();
}
103 changes: 0 additions & 103 deletions DragonBurn/Utils/MemorySearch.cpp

This file was deleted.

3 changes: 0 additions & 3 deletions DragonBurn/Utils/ProcessManager.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -222,9 +222,6 @@ class ProcessManager
return false;
}


std::vector<DWORD64> SearchMemory(const std::string& Signature, DWORD64 StartAddress, DWORD64 EndAddress, int SearchNum = 1);

DWORD64 TraceAddress(DWORD64 BaseAddress, std::vector<DWORD> Offsets)
{
_is_invalid(hProcess,0);
Expand Down

0 comments on commit bd60fab

Please sign in to comment.