add: link to the discord server + tools used for beta

This commit is contained in:
ALittlePatate
2022-09-26 15:06:11 +02:00
committed by GitHub
parent 0cf787f11e
commit 1fc001577d

View File

@@ -1,5 +1,7 @@
# Unknowncheats thread [here](https://www.unknowncheats.me/forum/other-fps-games/475950-devour-multihack-update.html) # Unknowncheats thread [here](https://www.unknowncheats.me/forum/other-fps-games/475950-devour-multihack-update.html)
# Discord server [here](https://discord.gg/2amMFvqjYd)
# /!\ READ THIS # /!\ READ THIS
``` ```
Kalybr50 — Today at 10:02 PM Kalybr50 — Today at 10:02 PM
@@ -8,12 +10,11 @@ It's detects the Assembly of MelonLoader and closes your game
So, the current beta of Devour implemented an anti cheat that detects Melon Loader and closes your game. So, the current beta of Devour implemented an anti cheat that detects Melon Loader and closes your game.
I am currently re-writing the whole cheat in C++, it's gonna take a few days. I am currently re-writing the whole cheat in C++, it's gonna take a few days.
The cheat will use [Il2CppInspector](https://github.com/djkaty/Il2CppInspector#dll-injection-workflow), [ImGui](https://github.com/ocornut/imgui) and [MinHook](https://github.com/TsudaKageyu/minhook).
Current state of the cheat : Current state of the cheat :
* Menu : 100% * Menu : 100%
* Features : 0% * Features : 0%
You can contact me at patate#1252 on discord.
# DevourClient # DevourClient
I wasn't home for 2 days so i made that, i learnt a lot about C# programming and about Unity IL2CPP game hacking. I wasn't home for 2 days so i made that, i learnt a lot about C# programming and about Unity IL2CPP game hacking.
@@ -105,7 +106,7 @@ In order to get all of this working you need to generate the DevourClient.dll fi
## Contact ## Contact
You can add me on discord at patate#1252 You can add me on discord at patate#1252 or on the [discord server](https://discord.gg/2amMFvqjYd)
## Code used ## Code used