Tool RPGM RPG Maker MV MZ Cheat UI Plugin

kukuru97

Newbie
May 31, 2019
75
125
RPG-Maker-MV-MZ-Cheat-UI-Plugin

  • GUI based RPG Maker MV/MZ game cheat tool
UI Sample
You don't have permission to view the spoiler content. Log in or register now.

Features

  • Good usability based on GUI.
  • Supports both RPG MV/MZ games.
  • Editing stats, gold, speed, items, variables, switches ...
  • Accelerate game speed (x0.1 ~ x10)
  • Supports no clip mode, god mode.
  • Disable random encounter.
  • Force battle victory/defeat/escape/abort.
  • Supports useful customizable shortcuts.
    • Toggle save/load window, quick save/load, goto title, toggle no clip, editing party/enemy HP ...
  • Easy to find items, switched, variables, etc by searching text.
  • Save location and recall, teleport cheats.
  • Supports developers tool.
  • Translate variables, switches, maps. (Needs : Only supports for Korean.)
  • Maybe more features..?

File and Tutorial check the Github page
Link Github :
 
Last edited:

kukuru97

Newbie
May 31, 2019
75
125
So how do you install and use this?
Copy unziped directories to {game directory}/www (for MZ, just copy to {game_directory}).
  • It will overwrite www/js/main.js file, so it is strongly recommended to make a backup file.
 

Overdunker

Newbie
Feb 27, 2022
89
23
Copy unziped directories to {game directory}/www (for MZ, just copy to {game_directory}).
  • It will overwrite www/js/main.js file, so it is strongly recommended to make a backup file.
I've tried this, but it does not actually bring the window up in the MZ version at least.
 

RuiMist

Member
May 6, 2017
187
49
Its not letting me see everything because I can't seem to scroll up or down with arrow keys
 

13325

Newbie
Jun 21, 2017
76
51
How do you change file structure/ main.js for MZ games to get this cheat menu to work for it? Simply overwriting the MZ main.js with the altered for MV main.js does not seem to work. I've tried adding the loadscript here
Code:
    onScriptLoad() {
        if (++this.loadCount === this.numScripts) {
            PluginManager.setup($plugins);
            //PluginManager.loadScript('cheat/init/import.js');
        }
    }
But I get 404s about the files not being found for axios.min.js, setup.js, as well as the main.css. I'm specifically trying to add it to the game "Star Knightess Aura".
 

rymac100

New Member
Jan 9, 2023
3
0
How do you change file structure/ main.js for MZ games to get this cheat menu to work for it? Simply overwriting the MZ main.js with the altered for MV main.js does not seem to work. I've tried adding the loadscript here
Code:
    onScriptLoad() {
        if (++this.loadCount === this.numScripts) {
            PluginManager.setup($plugins);
            //PluginManager.loadScript('cheat/init/import.js');
        }
    }
But I get 404s about the files not being found for axios.min.js, setup.js, as well as the main.css. I'm specifically trying to add it to the game "Star Knightess Aura".
send me your www folder setup and your exe folder setup