haha same happend to meUm .. I just buy [ あんみつや ]You must be registered to see the linksand found that I can't extract with EnigmaVBUnpacker and something like this in log
[x] Didn't find "EVB" signature.
[x] This file is not protected with Enigma Virtual Box or is hacked.
and there isn't boxed in game folder too ... just www with save folder with nothing
Anyone have found some unpack solution of game in similar like this in the past and how to do it ?
Thank youBy the way, this works for RPGM MZ.
TheYou must be registered to see the linksI tried it on had a different folder structure than an MV game and I couldn't get it to work at first, so here's what did it:
create a www folder inside the extracted game, move the already present js folder inside, then run the program. Once that is done, move the patched js folder back into the game folder and it'll run.
Hopefully all MZ games will work like this![]()
「1 日目(日)。夕方。1 日目(日)。夕方。1 日目(日)。夕方。1 日目(日)。夕方。1 日目(日)。夕方。1 日目(日)。夕方。1 日目(日)。夕方。1 日目(日)。夕方。1 日目(日)。夕方。1 日目(日)。夕方。1 日目(日)。夕方。1 日目(日)。夕方。1 日目(日)。夕方。」
Looks like the link is dead for the hook patcher.
Add 5 files from other patched game(www/js/plugins) to this game js/plugin folder:is there a way to hook or speed cheat this kind of games?View attachment 42728 since libe hook doesnt work on them. because doesnt have its files on WWW folder
];
{"name":"Speedhax","status":true,"description":"","parameters":{}},
{"name":"Cheat_Menu","status":true,"description":"","parameters":{}},
{"name":"Clipboard_llule","status":true,"description":"","parameters":{}}
];
Hello. Thank you very much but I have a problem. With RPG Maker MZ Hook once I select the .exe file of the game when I start it I get this screen, even though in the plugins directory there are Clipboard_llule.js and ClipLoger.exe files. So I have to manually start the cliploger.exe file to get the text. I don't understand why it can't find it to start it automatically. Also because I install it through the patcher "RPGMaker MZ Game Hook patcher(for js folder Game).exe".RPGMakerMVGame Hook patcher 0.0.3.4
RPGMaker MZ Game Hook patcher (for js folder Game) ONLY for MZ and game not have www folder
extract zip in game folder after patching
{Path = process.cwd() + "\\js\\plugins";
{Path = process.cwd() + "\\www\\js\\plugins";
With this it works now, thanks!It's probably path issue, i notice when you start in file RPGMaker MZ Game Hook patcher(for js folder Game).exe. It rewrite Clipboard_llule.js code path fromtoJavaScript:{Path = process.cwd() + "\\js\\plugins";
. The Easy solution is run the patcher and re-copy the file provided by author. Hope helps.JavaScript:{Path = process.cwd() + "\\www\\js\\plugins";
{Path = process.cwd() + "\\js\\plugins";
TypeError
this.tickStart is not a function