Skip to content
This repository was archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
Update RobloxData.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas authored Dec 2, 2022
1 parent f6d3aba commit 91d4d14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Starlight/RbxApp/RobloxData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ internal class RobloxData
{
// TaskScheduler::singleton
// string: "Load ClientAppSettings", last four calls
public static readonly Pattern TssCallRefSignature = new("55 8B EC 83 EC 10 56 E8 ?? ?? ?? ?? 8B F0 8D 45 F0");
public static readonly Pattern TssCallRefSignature = new("55 8B EC 83 E4 F8 83 EC 08 E8 ?? ?? ?? ?? 8D 0C 24");
public static readonly Pattern TssPtrRefSignature = new("A1 ?? ?? ?? ?? 8B 4D F4"); // push eax, dword ptr [tssObjectPtr]
public const uint TssCallOffset = 7;
public const uint TssCallOffset = 9;

// UserId static global variable
// string: "PlayerId=%llu\n", last instruction
Expand Down

0 comments on commit 91d4d14

Please sign in to comment.