Create and Fuck your AI Slut -70% OFF
x

Tool RPGM RPG Maker MV MZ, CheatMenu [v2.1.1]

5.00 star(s) 9 Votes

Themanter32

New Member
May 31, 2020
3
0
1
If you tick the "Replace MV game files" checkbox the cheat should work in Peasants Quest, the reason for the cheat not opening is because the game uses an older version of the engine that doesnt support some of the features in the cheat, which is why i made the option to replace the files.
Oh wow it works now. Im just low IQ and didn't actually read through the first post. Much appreciated thanks.
 

spongy

New Member
Jan 22, 2018
6
3
139
can you write a javascript command to enable noclip by pressing "ctrl" or something? i use it a lot and it becomes frustrating after a while
 

spongy

New Member
Jan 22, 2018
6
3
139
hi aziien

i tried to make the script i stated above. It is basically the same noclip script with keydown and it works but it only works when i click the gui and i may be wrong but i think it's because my code only applies to gui. Can you help me?
JavaScript:
var button = $('.NoclipManager');
addEventListener("keydown", function(event) {
    if (event.keyCode == 17)
        $(button).text('Disable');
        $('.NoclipManagerQuick').html('<i class="fas fa-hood-cloak"></i>&nbsp;Disable Noclip');
        opener.$gamePlayer.setThrough(1);
  });
  addEventListener("keyup", function(event) {
    if (event.keyCode == 17)
        $(button).text('Enable');
        $('.NoclipManagerQuick').html('<i class="fas fa-hood-cloak"></i>&nbsp;Enable Noclip');
        opener.$gamePlayer.setThrough(0);
  });
i want to make it work inside the game so it can be used in game without opening the gui
 
  • Like
Reactions: yoyomistro

Aziien

2D is all I need!
Modder
Donor
Apr 9, 2017
310
909
328
hi aziien

i tried to make the script i stated above. It is basically the same noclip script with keydown and it works but it only works when i click the gui and i may be wrong but i think it's because my code only applies to gui. Can you help me?
JavaScript:
var button = $('.NoclipManager');
addEventListener("keydown", function(event) {
    if (event.keyCode == 17)
        $(button).text('Disable');
        $('.NoclipManagerQuick').html('<i class="fas fa-hood-cloak"></i>&nbsp;Disable Noclip');
        opener.$gamePlayer.setThrough(1);
  });
  addEventListener("keyup", function(event) {
    if (event.keyCode == 17)
        $(button).text('Enable');
        $('.NoclipManagerQuick').html('<i class="fas fa-hood-cloak"></i>&nbsp;Enable Noclip');
        opener.$gamePlayer.setThrough(0);
  });
i want to make it work inside the game so it can be used in game without opening the gui
This feature is coming in the next version, so please wait a bit.
 
  • Like
Reactions: yoyomistro

Aziien

2D is all I need!
Modder
Donor
Apr 9, 2017
310
909
328
yoyomistro spongy Azoz5643

Cheat has been updated

Changelog
Added option to choose between toggled noclip or hold CTRL key for noclip (In Config)
Added item log
Added option to only update the active tab, to reduce lag. (Only the active tab will be logged)
Added right click menu. Right clicking on items allows to copy name or value.
Fixed various bugs

2 New options in config
 

Somaka

New Member
Aug 23, 2018
1
0
11
Thank you very much for this. I've spent hours trying to cheat using cheat engine but no results...
 

latrop16

Member
May 12, 2018
427
1,150
286
Thank you for the tool.
Are you actually planing to make it open source? I actually found it here by accident, I knew only the old version of it from GitHub.
 

Aziien

2D is all I need!
Modder
Donor
Apr 9, 2017
310
909
328
Thank you for the tool.
Are you actually planing to make it open source? I actually found it here by accident, I knew only the old version of it from GitHub.
I dont plan on making it open source. And i dont have any public versions on GitHub, so thats not this one.
 

XxLolxX1

Newbie
May 16, 2017
66
194
190
This is great ! Do you plan on adding a speedhack inside the cheat menu ? ( I mean a speedhack like cheat engine not a movement speed hack )
 

Systemore978

Newbie
Mar 12, 2017
15
0
242
What is causing this error? also the game is incest story 2. the game is unpacked. this occurs when opening the load/save screen or opening the cheat menu.
 

Urusaisenpai

Walkthough-mod Creators are a godsent <3
Donor
Apr 30, 2017
1,563
3,023
515
Sorry for pinging you again Aziien, I need some help with this if you willing.
The problem is that when you extract the cheat. The game animation will completely break for Peasant's Quest
The game is in the Test phase right now so that may be the reason but the game animations works normally without the cheats.

Any idea what can cause the animation to stop working?
 

Aziien

2D is all I need!
Modder
Donor
Apr 9, 2017
310
909
328
Sorry for pinging you again Aziien, I need some help with this if you willing.
The problem is that when you extract the cheat. The game animation will completely break for Peasant's Quest
The game is in the Test phase right now so that may be the reason but the game animations works normally without the cheats.

Any idea what can cause the animation to stop working?
break? like not playing or something else?
 
5.00 star(s) 9 Votes