We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23e1c48 commit 23f0615Copy full SHA for 23f0615
SkipCutscenesOFF.js
@@ -0,0 +1,5 @@
1
+// Disables SkipCutscenesON.js, allowing cutscenes to be played again without having to restart the client.
2
+
3
+var pattern = scan('?? ?? ?? EB 05 39 ?? ?? ?? ?? ?? ?? E0');
4
5
+patch(pattern.add(3), 0x75);
0 commit comments