Does anyone know how to make the cheat plugin work? Anyone has a more understandable Tutorial or explanation ?So you need to first patch the game and then copy everything from the plugin.js, put it into a new text document, save it, and then you can install the mvmz cheat, after you installed the cheat...it ll remove everything from the plugin.js and you ll remain just with the cheat script so you'll need to copy what was before installing the cheat and put it along with the last line that's supposed to be the cheat script and it s supposed to look like this (sorry for my bad english):
those are the last 2 lines of the plugin.js so hope it ll help you my friend!Code:{ name: "AutoScrollHelpWindow", status: true, description: "Auto-scrolls help window text when it's too long to fit", parameters: { scrollSpeed: "1", scrollDelay: "60", pauseAtTop: "60", pauseAtBottom: "120", }, }, { name: "CheatMenu", status: true, description: "External cheat window, for easy item and variable modification.", parameters: {} }, ];
Thanks in advance.