decryller / wraith

A Fully External C++ Ghost Client for Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About Wraith

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

Features

  • Autoclicker
  • Rightclicker
  • Reach

Dependencies

  • libx11

Supported versions

  • Forge 1.7.10
  • Forge 1.8.9
  • Lunar 1.7.10
  • Lunar 1.8.9

Downloading Wraith

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

Running Wraith

sudo will leave an easily retrievable trace accessible via journalctl. Don't use it.
sudo journalctl detection 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. switching user to root no traces of wraith

As an additional measure, I highly encourage you to go through the bypassing page on Wraith's wiki.

Contribute

There are many ways you can contribute to this project. Check out the wiki page for contributing here.

Contact

E-mail: decryller@gmail.com
Discord: decryller

About

A Fully External C++ Ghost Client for Linux

License:MIT License


Languages

Language:C++ 100.0%