Rpg Maker Vx Ace Cheat Menu __exclusive__

Holding the CTRL key while moving allows the player character to walk through walls or obstacles.

A versatile patcher that adds hotkeys for specific functions: curing all allies, killing enemies, gaining 10K gold, and saving at any position. RPGM-VX-Ace-cheat-mod Rpg Maker Vx Ace Cheat Menu

# Enable/disable features CHEAT_GOLD = true # Add gold CHEAT_LEVEL = true # Change level CHEAT_ITEMS = true # Add items CHEAT_SKILLS = true # Learn skills CHEAT_SWITCHES = true # Flip switches Holding the CTRL key while moving allows the

class Game_Actor alias god_mode_execute_damage execute_damage def execute_damage(user) return if $game_switches[99] # If Switch 99 is ON, take no damage god_mode_execute_damage(user) end end gaining 10K gold