diff --git a/README.md b/README.md new file mode 100644 index 0000000..ea20aae --- /dev/null +++ b/README.md @@ -0,0 +1,61 @@ +# DevourClient + +Devour client is a cheat for the game DEVOUR. It is written in C++. + +## Detection rate + +Not detected. + +## Features + +* Fully compatible with the new IL2CPP version of the game +* Detects if you're in game, so no chances of crashing on main menu by activating features +* Detects the map you are playing on (useful for the instant win) +* Fullbright (allows your flashlight to light a lot more) +* Unlimited UV light +* Achievements unlocker +* Doors unlocker +* Unlock all, including flashlights, perks, outfits. Active by default, can't be turned off, no persistance. +* Instant Win (working as host) +* Change your exp at the end of the game, changing it is permanant ! +* Spawn any item +* Change the player/azazel's speed +* Revive yourself/everyone +* Kill yourself/everyone +* Disable long interact + +## Building from source + +0. Clone the repository (or Code -> Download Zip) +1. Open the DevourClient.sln file in Visual Studio 2022 +2. Go at the top of the window, change Debug to Release and set the architecture to x64 +3. Go to Build --> Build solution + +## Contact + +You can add me on discord at patate#1252 + +## Code used + +Library used to hack IL2CPP from C++ at runtime : +* [Il2CppInspector](https://github.com/djkaty/Il2CppInspector) + +For teaching me the basics : +* [A Begginner's Guide To Hacking Unity Games](https://www.unknowncheats.me/wiki/A_Beginner%27s_Guide_To_Hacking_Unity_Games) + +For teaching me about the UnityEngine API : +* [Unity User Manual 2020.3 (LTS)](https://docs.unity3d.com/Manual/index.html) + +For decompiling and looking in the source code of the game : +* [dnSpy : a .NET debugger and assembly editor](https://github.com/dnSpy/dnSpy) + +Game's last update before il2cpp : +* https://steamdb.info/depot/1274571/history/?changeid=M:1960656865974212833 + +## Contributing + +Open an [issue](https://github.com/ALittlePatate/DevourClient/issues/new) or make a [pull request](https://github.com/ALittlePatate/DevourClient/pulls), i'll be glad to improve my project with you ! + +## License + +[GPL 3.0](https://www.gnu.org/licenses/gpl-3.0.md)