Important
This project serves as a continuation vendetta-mod/Vendetta. It is a fork of Vendetta with improvements and additions.
A mod for Discord's mobile apps.
You can install Tandetta on an already patched Vendetta installation. To do so:
- Head to Settings -> Vendetta - General -> Toggle "Developer Settings",
- Re-enter Settings, then head to Vendetta - Developer,
- Toggle the "Load from custom url" option,
- In the Custom URL, enter
https://tandetta.tanu.lol/get/tandetta.js
- Restart Discord (or
Reload Discord
via theGeneral
tab.) - Tandetta is now installed!
Warning
The tools used below are not finished, you're using them on your own risk. You can also use the original Vendetta Install Guide, and install Tandetta itself via the method above.
- Root - TandettaXposed
- Non-root - TandettaManager
Warning
iOS may work, but is not tested. Proceed with caution!
- Jailbroken - VendettaTweak
- You can get prebuilt
.deb
files from GitHub Actions - we support rootful and rootless jailbreaks!
- You can get prebuilt
- Jailed - You can get IPAs from the thread in our Discord server or from our host.
- These IPAs do not work with AltStore! You should use Sideloadly.
-
Install a Vendetta/Tandetta loader with loader config support (any mentioned in the Installing section).
-
Go to Settings > General and enable Developer Settings.
-
Clone the repo:
git clone /~https://github.com/tanuthedev/tandetta
-
Install dependencies:
npm i
-
Build Tandetta's code:
npm run build
5.1. Build Vendetta's code for release:
npm run buildRelease
-
In the newly created
dist
directory, run a HTTP server. I recommend http-server. -
Go to Settings > Developer enabled earlier. Enable
Load from custom url
and input the IP address and port of the server (e.g. e.g.http://192.168.1.236:4040
) in the new input box labelledVENDETTA URL
. -
Restart Discord. Upon reload, you should notice that your device will download Vendetta's bundled code from your server, rather than GitHub.
-
Make your changes, rebuild, reload, go wild!