Skip to content

mana-feng/DevourClient-fix-crashed

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unknowncheats thread here

DevourClient

Very based cheat for the game Devour.

Detection rate

Well at this point i don't really know, i think there is some sort of native Unity anti cheat template but it doesn't seem active. You're fine, no anti cheat !

Menu

menu screenshot

Features

Everything about spoofing ehre (steam name, server name, level...) will persist if you don't uncheck it (it will be reseted when you'll restart the game obv).

  • An IMGUI menu thanks to UnityEngine
  • Fully compatible with the new IL2CPP version of the game
  • Detects if you're in game (with bad code lol), so no chances of crashing on main menu by activating features
  • Detects the map you are playing on (useful for the instant win)
  • Big Flashlight (allows your flashlight to light a lot more)
  • Flashlight color customization (with a home made color picker)
  • Unlimited UV light (thanks to @jadis0x)
  • A chat spammer for Lobby and InGame chat (i couldn't do a text entry because of the limitations of Il2CppAssemblyUnhollower)
  • Achievements unlocker (couldn't do all of them, my code is crashing for some reasons at some point, i may fix it, for now it's commented out)
  • Doors unlocker (should work fine, though it doesn't seem to work sometimes)
  • Keys teleporter
  • LV spoofer
  • Steam name spoofer (sets it to "patate", again no input text :/)
  • Server name spoofer (sets it to "patate on top !", again no input text :/)
  • Fly
  • Unlock all, including flashlights, perks, outfits. Active by default, can't be turned off, no persistance.
  • Instant Win (allows you to win instantaniously on any map, works in singleplayer, but not as a client. May be working as host)
  • Random Sound (make your character play a random acting sound)
  • Always carrying a medkit
  • Change your exp at the end of the game, changing it is permanant !
  • Player ESP (with a home made color picker)
  • Player skeleton ESP
  • Player snaplines (with a home made color picker)
  • Azazel ESP (with a home made color picker)
  • Azazel Skeleton ESP
  • Azazel snapline (with a home made color picker)
  • Item ESP
  • Demon ESP
  • Goat/Rat ESP
  • TP all the items to your position ! (thanks to @jadis0x)
  • Spawn any item/entity to your position
  • Walk in the lobby
  • Change the player's speed
  • Fullbright
  • Create a lobby with no player limit
  • Infinite mirrors (Manor update)
  • Switch between realms (Manor update)

English Installation Tutorial

Raz did a great job at writing a guide on how to install the mod, link here : link

French Installation Tutorial

For my French fellas out there, 1tap2times made a French video tutorial for the installation of the Mod : link

German Video Installation Tutorial

For my German friends, KiwiJuice02 made a german video tutorial right here : link

In order to get all of this working you need to generate the DevourClient.dll file by building the source code.

  1. Install .NET 6 SDK and runtime.
  2. Build the cheat from source.
  3. Put the DevourClient.dll file located in DevourClient\bin\Release\net6.0 inside C:\Program Files (x86)\Steam\steamapps\common\Devour\Mods folder.
  4. Start the game, now you have successfully installed DevourClient. Use INSERT to open the menu

中文安装指南

如果你只是想要安装这个插件,直接在游戏里使用的话

1、安装 .net 6 的运行环境 → (https://dotnet.microsoft.com/en-us/download/dotnet/6.0)

2、安装melonloader → (https://github.com/LavaGang/MelonLoader/releases) 版本无限制,尽量选择新版即可。打开melonloader页面后,点击devour进入安装界面,全部默认即可,无需勾选或修改其他选项,点击install进行安装(安装过程中可能需要vpn支持)

3、安装dll文件 → 从本项目的release中下载最新的dll文件,然后将此文件添加到你的devour的安装目录中的mods文件夹里(不知道目录的情况下,可以在steam中右键devour,选择“管理”-“浏览本地文件”即可)

4、运行devour → 如果安装成功,你会看到一个windows窗口进行各类安装提示后,自动进入游戏。点击insert键即可打开和关闭devourclient窗口

如果你想要对代码进行修改和开发,请按照下面的”building from source“的步骤,逐步进行

Uninstallation

  1. Delete the folders MelonLoader, Mods, Plugins, UserData, and the file version.dll from C:\Program Files (x86)\Steam\steamapps\common\Devour

Building from source

  1. Clone the repository (or Code -> Download Zip)
  2. Install .NET 6 SDK and runtime.
  3. Install MelonLoader V0.6.4 (go to Settings -> tick "Show ALPHA Pre-Releases") to Devour.
  4. Start your game. A cmd should appear, don't close it, MelonLoader is installing and decompiling Devour's game assemblies.
  5. Wait for the process to finish, once it's done close the game.
  6. Open the solution file (DevourClient.sln) in Visual Studio
  7. Go to : Project --> Add a reference --> Browse --> Click on the browse button in the down right corner of the window.
  8. Add those files :
  • C:\Program Files (x86)\Steam\steamapps\common\Devour\MelonLoader\net6\MelonLoader.dll
  • C:\Program Files (x86)\Steam\steamapps\common\Devour\MelonLoader\net6\0Harmony.dll
  • C:\Program Files (x86)\Steam\steamapps\common\Devour\MelonLoader\net6\Il2CppInterop.Runtime.dll
  • C:\Program Files (x86)\Steam\steamapps\common\Devour\MelonLoader\Il2CppAssemblies\Assembly-CSharp.dll
  • C:\Program Files (x86)\Steam\steamapps\common\Devour\MelonLoader\Il2CppAssemblies\Il2CppOpsive.UltimateCharacterController.dll
  • C:\Program Files (x86)\Steam\steamapps\common\Devour\MelonLoader\Il2CppAssemblies\Il2CppBehaviorDesigner.Runtime.dll
  • C:\Program Files (x86)\Steam\steamapps\common\Devour\MelonLoader\Il2CppAssemblies\Il2Cppbolt.user.dll
  • C:\Program Files (x86)\Steam\steamapps\common\Devour\MelonLoader\Il2CppAssemblies\Il2Cppbolt.dll
  • C:\Program Files (x86)\Steam\steamapps\common\Devour\MelonLoader\Il2CppAssemblies\Il2Cppmscorlib.dll
  • C:\Program Files (x86)\Steam\steamapps\common\Devour\MelonLoader\Il2CppAssemblies\UnityEngine.IMGUIModule.dll
  • C:\Program Files (x86)\Steam\steamapps\common\Devour\MelonLoader\Il2CppAssemblies\UnityEngine.InputLegacyModule.dll
  • C:\Program Files (x86)\Steam\steamapps\common\Devour\MelonLoader\Il2CppAssemblies\UnityEngine.HotReloadModule.dll
  • C:\Program Files (x86)\Steam\steamapps\common\Devour\MelonLoader\Il2CppAssemblies\UnityEngine.UI.dll
  • C:\Program Files (x86)\Steam\steamapps\common\Devour\MelonLoader\Il2CppAssemblies\UnityEngine.UIModule.dll
  • C:\Program Files (x86)\Steam\steamapps\common\Devour\MelonLoader\Il2CppAssemblies\UnityEngine.dll
  • C:\Program Files (x86)\Steam\steamapps\common\Devour\MelonLoader\Il2CppAssemblies\UnityEngine.CoreModule.dll
  • C:\Program Files (x86)\Steam\steamapps\common\Devour\MelonLoader\Il2CppAssemblies\UnityEngine.InputModule.dll
  • C:\Program Files (x86)\Steam\steamapps\common\Devour\MelonLoader\Il2CppAssemblies\Il2Cppudpkit.common.dll
  • C:\Program Files (x86)\Steam\steamapps\common\Devour\MelonLoader\Il2CppAssemblies\Il2Cppudpkit.dll
  • C:\Program Files (x86)\Steam\steamapps\common\Devour\MelonLoader\Il2CppAssemblies\Il2Cppudpkit.platform.photon.dll
  • C:\Program Files (x86)\Steam\steamapps\common\Devour\MelonLoader\Il2CppAssemblies\UnityEngine.AnimationModule.dll
  • C:\Program Files (x86)\Steam\steamapps\common\Devour\MelonLoader\Il2CppAssemblies\UnityEngine.PhysicsModule.dll
  • C:\Program Files (x86)\Steam\steamapps\common\Devour\MelonLoader\Il2CppAssemblies\Il2Cppcom.rlabrecque.steamworks.net.dll
  • C:\Program Files (x86)\Steam\steamapps\common\Devour\MelonLoader\Il2CppAssemblies\unity.TextMeshPro.dll
  1. Build the solutions in Release | Any CPU

Contact

You can add me on discord at _.patate or on the discord server

Code used

For teaching me the basics :

For teaching me about the MelonLoader mods API and Il2Cpp specifications :

For teaching me about the UnityEngine API :

For decompiling and looking in the source code of the game :

For teaching me the basics about Devour game hacking, and i pasted the Key TP hack and the non working part of the Achievements Unlocker from it :

Game's last update before il2cpp :

Contributing

Open an issue or make a pull request, i'll be glad to improve my project with you !

License

GPL 3.0

About

A cheat for the game Devour, and fix crashed issue

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.3%
  • Python 0.7%