gitextract_iuilpbhz/ ├── .gitignore ├── Cheat_Menu/ │ ├── patchPlugins.sh │ ├── plugins_patch.txt │ └── www/ │ └── js/ │ └── plugins/ │ ├── Cheat_Menu.css │ └── Cheat_Menu.js ├── Extension_Example/ │ ├── Cheat_Menu_Cursed_Armor/ │ │ ├── plugins_patch.txt │ │ └── www/ │ │ └── js/ │ │ └── plugins/ │ │ └── Cheat_Menu_Cursed_Armor.js │ └── Encounters/ │ ├── plugins_patch.txt │ └── www/ │ └── js/ │ └── plugins/ │ └── Cheat_Menu_Encounters.js ├── README.md └── src/ └── MVPluginPatcher/ ├── MVPluginPatcher/ │ ├── MVPluginPatcher.vcxproj │ ├── MVPluginPatcher.vcxproj.filters │ ├── MVPluginPatcher.vcxproj.user │ ├── main.cpp │ ├── plugins_patch.txt │ └── www/ │ └── js/ │ ├── plugins.js │ ├── plugins_empty_example.js │ └── plugins_full_example.js └── MVPluginPatcher.sln