like this game easy to cheat.
go to "Goblin Adventurer Hunting \js\plugins\m"
if you need money open EventBattle.js by edit or some editor, and Ctrl + f to find "const getG" above $gameParty.gainGold(getG);
then edit
"const getG = Math.floor(HeroineStatus[HeroineId][4]*(1+0.01*$gameVariables.value(2)));" to
"const getG = Math.floor(HeroineStatus[HeroineId][4]*(1000000*$gameVariables.value(2)));" just more than 1+0.01 that's okay
defeat any girl and get money then you get tons of money.
or you need stats like ATK, DEF.
open Shop.js edit, find ATK/DEF/MDF/INT line. you can find Ctrl + f and "ATK/DEF/MDF/INT".
then edit
const PatternKakaku = [2000,5000,10000,30000,100000]; -> const PatternKakaku = new Array(100).fill(0);
const PatternItemId = [ 0, 21, 22, 23, 23]; -> const PatternItemId = new Array(100).fill(0);
const PatternItemNum= [ 0, 1, 1, 3, 5]; -> const PatternItemNum = new Array(100).fill(0);
if you want more than 100, just edit you want in Array number.
and Ctrl + f and find "if(ShopId==76){SsName=TShop5[la]+" ATK ";}" and below the fifth line, edit to
if($gameVariables.value(ShopId)>=5) -> if($gameVariables.value(ShopId)>=100)
if you change the Array number, you have to enter your number in 100.
then you can Upgrade your ATK/DEF/MDF/INT you want.
if you hard to do this, just replace into this file. you may backup your file to play normally this game.
ps) many script that you can edit gamerule in this folder. you can make all upgrade cost set to 0, or multiple girl capture by using 1 capture bottle.