Kaffee utility is an open source injector and multi-tool for MCBE. It features client injection, custom DLL injection, ID (CID, DID and MCID) spoof, and more.
-
Why is it not launching?
- You might need to install the latest Dotnet Framework
-
Where is the data stored (DLLs and such)
- They are stored in "%localappdata%\FadedSolutions\Kaffee" - You could also press the folder icon inside the app to automatically open up file explorer to that directory.
-
Does it support version X.XX?
- The Client Injector will support whatever version the client supports. If it doesn't support the version you're using then you'll have to wait for an update by the client owner.
- Spoofer will support the version it says, you can check the pointer list in my Asset repo to see what versions Spoofer supports.
-
How can I contribute?
- If you want to contribute to the repo you may create a pull request.
- If you want to update the pointers for the spoofer you can open a pull request in my Asset repo.
-
How do I build the solutions?
- Download the solutions as a zip, extract all its contents into a folder, double click the .sln to open the solution in Visual Studio (you should have this installed), Set the Confguration Manager values to "Release" and "x64", then build the project.
-
What is the difference between "Handlers" and "Utils'?
- Handlers are made for specific tasks and are generally used only in one tab, though there are exceptions.
- Utils has functions that are used in multiple places and making coding easier.
-
What Nuget Packages are used?
- MinecraftMemoryReader - Used for the spoofer
- Guna.Ui2 - Used for the GUI
- Config.Net - Used for Configs/Settings
- Costura.Fody - Used to package all the DLLs into the exe
- dot-net-transitions - Used for animations
- EchoHackCMD - Injection Method
- Yeemi - MMR (MinecraftMemoryReader)