I've wrote a blog post about this repo to remember things.
A wall hack cheat / hack / mod for Lethal Company. Since this is my first time tackling Unity game, I dont guarantee the quality of code or performance.
Press ESC and open menu once to get GUI rendered because I think is the rendering function kicks in after that.
the wallhack works for
- Enemy
- Items
- Inject the dll using SharpMonoInjector. the info it needs to work is following:
- class name: loader
- method name: load
tested with game version v40 and v45 (You can check it in the game's main menu)
- How to Hack Unity - Mono Injection & CodeStage Anticheat
- This UC post saved me from the situation where the WorldToScreenPoint func of the player.gameplayCamera didn't work as I expected.