HardBuzzer / DevourClient

A cheat for the game Devour.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unknowncheats thread here

/!\ READ THIS

many people are comming here (thanks btw) and asking about the cheat. NO the MelonLoader version of the cheat DOES NOT WORK. We are working on this new version using C++. This takes time but you can follow along on the github page or in annoncements features-state update-logs channels in the discord. We do not have an ETA at the moment.

This is the branch for the V2 of the cheat, this branch will be the one updated from now. The v2 is still in development.

DevourClient

Devour client is a cheat for the game DEVOUR. It is written in C++.

Detection rate

Not detected.

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
  • Unlimited UV light (thanks to @jadis0x)
  • A chat spammer for Lobby and InGame chat
  • 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 70 (puts you to the max level of the game !)
  • LV 666 (secret level, thanks to the guy who told me it exists lol)
  • Steam name spoofer
  • Server name spoofer
  • Fly !! YES ! YOU CAN FLY ! You can also change the speed of it (left shift : down, space : up, up arrow : forward, back arrow : backward, left arrow : left, right arrow : right)
  • 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
  • Player snaplines
  • Azazel ESP
  • Azazel snapline
  • 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

Installation

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

  1. Build the cheat from source.
  2. Inject the DevourClient.dll file located in DevourClient\x64\Release to DEVOUR with your favourite injector //TODO code an injector.
  3. Use INSERT to open the menu

Alternatively, you can watch this video :

video image

Building from source

  1. Clone the repository (or Code -> Download Zip)
  2. Open the DevourClient.sln file in Visual Studio 2022
  3. Go at the top of the window, change Debug to Release and set the architecture to x64
  4. 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 :

For teaching me the basics :

For teaching me about the UnityEngine API :

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

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.

License:GNU General Public License v3.0


Languages

Language:C++ 85.6%Language:C 14.4%