I do use dnSpy to hack games, but it's better if explorer mode is set to actual explorer mode, rather than one having to go through every Assembly-CSharp for every BBRMS game on the computer. Also, my method on preventing other characters from killing me at all (so I can only worry mainly about Baldi) is by going to PlayerScript and chosing both the OnTriggerEnter and the OnTriggerStay, which particularly for BBRMS, both manage which characters can murder you in the game. I then change "true" to "false" next to "gameOver" to disactivate lethal touch.
🍑Noice🍑