diff --git a/scripts/AlwaysTransCollectMode.js b/scripts/AlwaysTransCollectMode.js index 48cb730..ed4f4c4 100644 --- a/scripts/AlwaysTransCollectMode.js +++ b/scripts/AlwaysTransCollectMode.js @@ -1,6 +1,6 @@ // Description: // Automatically enable Transformation Mastery's Collect Mode and persist it through channel change and log out. (created by Rydian) -var pattern = scan('38 5F 78 0F 84 CF 02 00 00 8B CE'); +var pattern = scan(',38 5F 78 0F 84 CF 02 00 00'); patch(pattern.add(4), 0x85);