Skip to content

Commit

Permalink
Merge pull request #52 from ByteCorum/WIP
Browse files Browse the repository at this point in the history
Update Offsets.h
  • Loading branch information
ByteCorum authored May 8, 2024
2 parents 2cccf4d + 33d7d73 commit aacf434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DragonBurn/Offsets.h
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ namespace Offset
//const std::string ForceCrouch = "48 8D 05 ?? ?? ?? ?? 48 89 05 ?? ?? ?? ?? 48 83 C4 ?? E9 ?? ?? ?? ?? CC CC CC CC CC CC CC CC CC CC 48 83 EC ?? 66 C7 44 24";

const std::string LocalPlayerPawn = "48 8D 05 ?? ?? ?? ?? C3 CC CC CC CC CC CC CC CC 48 83 EC ?? 8B 0D";
//const std::string InventoryServices = "E8 ?? ?? ?? ?? 8B 45 D0 48 8B 55 D8";
const std::string GlobalVars = "48 89 15 ?? ?? ?? ?? 48 8D 05 ?? ?? ?? ?? 48 85 D2";
const std::string EntityList = "48 8B 0D ?? ?? ?? ?? 48 89 7C 24 ?? 8B FA C1 EB";
const std::string LocalPlayerController = "48 8B 05 ?? ?? ?? ?? 48 85 C0 74 ?? 8B 88";
Expand All @@ -164,6 +163,7 @@ namespace Offset
const std::string PlantedC4 = "48 8B 15 ?? ?? ?? ?? FF C0 48 8D 4C 24 40";
const std::string InputSystem = "48 89 05 ?? ?? ?? ?? 48 8D 05";
const std::string dwSensitivity = "48 8B 05 ?? ?? ?? ?? 48 8B 40 ?? F3 41 0F 59 F4";
//const std::string InventoryServices = "E8 ?? ?? ?? ?? 8B 45 D0 48 8B 55 D8";
}

bool UpdateOffsets();
Expand Down

0 comments on commit aacf434

Please sign in to comment.