Skip to content

Commit

Permalink
Merge pull request #39 from ByteCorum/WIP
Browse files Browse the repository at this point in the history
cheat up to date
  • Loading branch information
ByteCorum authored May 1, 2024
2 parents 01f7e7f + b4cb600 commit 8bb6f6e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions DragonBurn/Offsets.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

namespace Offset
{
inline DWORD ForceJump = 0x1733740;
inline DWORD ForceCrouch = 0x17337D0;
inline DWORD ForceForward = 0x1733470;
inline DWORD ForceLeft = 0x1733590;
inline DWORD ForceRight = 0x1733620;
inline DWORD ForceJump = 0x1736920;
inline DWORD ForceCrouch = 0x17369B0;
inline DWORD ForceForward = 0x1736650;
inline DWORD ForceLeft = 0x1736770;
inline DWORD ForceRight = 0x1736800;

inline DWORD EntityList;
inline DWORD Matrix;
Expand Down

0 comments on commit 8bb6f6e

Please sign in to comment.