Wraith is an open source fully external Minecraft Ghost Client for Linux.
Memory operations powered by alma
GUI powered by RVMT
RNG powered by pcg-cpp
- Autoclicker
- Rightclicker
- Reach
- libx11
- Forge 1.7.10
- Forge 1.8.9
- Lunar 1.7.10
- Lunar 1.8.9
Quick Way:
curl -LJ0 https://github.com/decryller/wraith/releases/download/v1.0.0/wraith.AppImage -o wraith.AppImage
chmod +x wraith.AppImage
Compiling from source:
git clone https://github.com/decryller/wraith.git
cd wraith
g++ -std=c++17 -lX11 libs/rvmt/rvmt.cpp libs/alma/alma.cpp main.cpp -o wraith.AppImage
Make sure to erase these commands from your terminal's history.
For bash: Run history -c
before closing the terminal / Delete them directly from ~/.bash_history
sudo
will leave an easily retrievable trace accessible via journalctl
. Don't use it.
What you can do instead is switch to the root user, run Wraith, erase the current session's command history, and leave.
su root
./wraith & disown && history -c && exit
The session's opening and closing dates will be stored in the journals, but commands ran in the session won't.
As an additional measure, I highly encourage you to go through the bypassing page on Wraith's wiki.
There are many ways you can contribute to this project. Check out the wiki page for contributing here.
E-mail: decryller@gmail.com
Discord: decryller