Skip to content

Commit

Permalink
fix: Update getStudioGameStateType signature
Browse files Browse the repository at this point in the history
  • Loading branch information
Pixeluted committed Oct 24, 2024
1 parent 55ce9bc commit 156d302
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions RobloxManager.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,7 @@ namespace RbxStu {
* @remarks This function does not seem to require DataModels' pointer encryption.
**/
MakeSignature_FromIDA(RBX_DataModel_getStudioGameStateType,
"8B 81 ? ? ? ? C3 CC CC CC CC CC CC CC CC CC 40 57 48 83 EC 20 48 85 C9 74 1F 48 8B 79 40 48 85 FF 74 21 "
"48 8B 4F 40 48 85 C9 74 08 E8 0E 07 58 FE 48 8B F8 48 85 FF 75 0E B8 04 00 00 00 48 83 C4 20 5F C3 48 8B "
"F9 48 89 5C 24 30 48 8B 5F 18 E8 FA CB FD FF 0F B7 93 84 03 00 00 48 8B 5C 24 30 0F B7 88 84 03 00 00 0F "
"B7 80 86 03 00 00 2B D1 3B D0 77 C4 48 81 C7 60 FE FF FF 74 BB 8B 87 78 04 00 00 48 83 C4 20 5F C3");
"8B 81 ? ? ? ? C3 CC CC CC CC CC CC CC CC CC 40 57 48 83 EC 20 48 85 C9 74 1F 48 8B 79 50 48 85 FF 74 21");

MakeSignature_FromIDA(RBX_DataModel_doDataModelClose,
"40 53 48 83 ec ?? 80 3D ?? ?? ?? ?? 00 48 8b d9 74 ?? 80 3d ?? ?? ?? ?? 00 74 ?? 48 8B "
Expand Down

0 comments on commit 156d302

Please sign in to comment.