I have found another way of getting money.
Heres how i did it:
1. I installed BepInEx and UnityExplorer onto this game with my
automatic tool
2. Started the game and let BepInex initialize itself
3. opened the C# Console of UnityExplorer and pasted this code in:
Code:
CheatCodes cc = new CheatCodes();
cc.GiveMoney();
4. Then i hit compile and got 3000 everytime i ran this code.
Heres how i discovered this:
I let BepInEx initialize and generate unhollowed AssemblyCSharp.dll of this game. I looked into it with DnSpy and found this method CheatCodes.GiveMoney(). I tested it and executed this method with UnityExplorer and got 3K each time i ranit.
Heres an Alternative Method also by me:
Link