Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions offsets.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Roblox Version: ???
// Byfron Version: ???
// Roblox Version: version-80c7b8e578f241ff
// Byfron Version: Hyperion7
namespace offsets {
inline constexpr uintptr_t Adornee = 0xD0;
inline constexpr uintptr_t Anchored = 0x1AE;
Expand Down Expand Up @@ -126,8 +126,8 @@ namespace offsets {
inline constexpr uintptr_t ProximityPromptHoldDuraction = 0x140;
inline constexpr uintptr_t ProximityPromptMaxActivationDistance = 0x148;
inline constexpr uintptr_t ProximityPromptMaxObjectText = 0xF0;
inline constexpr uintptr_t RenderJobToDataModel = 0x1B0;
inline constexpr uintptr_t RenderJobToFakeDataModel = 0x38;
inline constexpr uintptr_t RenderJobToDataModel1 = 0x1D8; // FakeDataModel
inline constexpr uintptr_t RenderJobToDataModel2 = 0x1C0;
inline constexpr uintptr_t RenderJobToRenderView = 0x218;
inline constexpr uintptr_t RequireBypass = 0x8F8;
inline constexpr uintptr_t RigType = 0x1C8;
Expand Down
6 changes: 3 additions & 3 deletions offsets.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"RobloxVersion": "version-80c7b8e578f241ff",
"ByfronVersion": "???",
"ByfronVersion": "Hyperion7",
"Adornee": "0xD0",
"Anchored": "0x1AE",
"AnchoredMask": "0x2",
Expand Down Expand Up @@ -126,8 +126,8 @@
"ProximityPromptHoldDuraction": "0x140",
"ProximityPromptMaxActivationDistance": "0x148",
"ProximityPromptMaxObjectText": "0xF0",
"RenderJobToDataModel": "0x1B0",
"RenderJobToFakeDataModel": "0x38",
"RenderJobToDataModel1": "0x1D8",
"RenderJobToDataModel2": "0x1C0",
"RenderJobToRenderView": "0x218",
"RequireBypass": "0x8F8",
"RigType": "0x1C8",
Expand Down