Skip to content

Commit 23f0615

Browse files
authored
Create SkipCutsceneOFF.js
Refer to cursey#57
1 parent 23e1c48 commit 23f0615

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

SkipCutscenesOFF.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)