This is a little game hacking project that I did for one of my favorite games, Lethal Company!
- Download/build the LethalESP.dll file
- Use your favorite Mono Injector to inject the .dll into Lethal Company while it is running.
Give it the following information:
- Namespace:
LethalESP
- Class:
Loader
- Method:
Init
- Namespace:
- Enjoy!
insert
to toggle the ESP on/offhome
to rescan for grabbable items (necessary when starting a mission)end
to switch between cameras used for the minicampage down
to toggle rendering the minicamdelete
when hovering over an exit or item to plot a route to that destination- Enemies appear in red, scrap in green, and entrances/exits in cyan
- The ship location appears as a magenta triangle
- Import the project into Visual Studio. I used VS2019, but it will probably work on newer versions.
- Add Assembly-CSharp.dll, Assembly-CSharp-firstpass.dll, and Unity* from the
Lethal Company_data
directory in theLethal Company
install directory to the references in the project. - Build the project.
- This has only been tested with a resolution of 1920x1080. You will likely have trouble with ESP alignment on other aspect ratios/resolutions.
- Works in multiplayer you will just need to use
end
to select the right camera for your minicam. - Make sure to inject once you have loaded into a game otherwise it won't work right.
- Using this cheat WILL impact your game's performance