Skip to content

👊 Discord, your way. Revenge is a client modification for Discord mobile.

License

Notifications You must be signed in to change notification settings

LegendZ69/revenge-bundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Revenge Discord

A modification for Discord's mobile apps, a fork of Bunny.

Installing

Android

iOS

  • RevengeTweak - Get prebuilt rootful and rootless .deb files or the prepatched .ipa

Building

  1. Install a Revenge loader with config support (any mentioned in the Installing section).

  2. Go to Settings > General and enable Developer Settings.

  3. Clone the repository

    git clone https://github.com/revenge-mod/Revenge.git
  4. Install dependencies

    pnpm i
    
  5. Build Revenge's code

    pnpm build
    
  6. In the newly created dist directory, run a HTTP server. I recommend http-server.

  7. Go to Settings > Developer enabled earlier. Enable Load from custom URL and input the IP address and port of the server (e.g. http://192.168.1.236:4040/revenge.js) in the new input box labeled Revenge URL.

  8. Restart Discord. Upon reload, you should notice that your device will download Revenge's bundled code from your server, rather than GitHub.

  9. Make your changes, rebuild, reload, go wild!

Alternatively, you can directly serve the bundled code by running pnpm serve. revenge.js will be served on your local address under the port 4040. You will then insert http://<local ip address>:4040/revenge.js as a custom URL and reload. Whenever you restart your mobile client, the script will rebuild the bundle as your client fetches it.

If the bundle keeps being cached and not updated, you can instead tap the Settings > Developer > Clear JS bundle option which will prompt you to reload.

About

👊 Discord, your way. Revenge is a client modification for Discord mobile.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 95.5%
  • JavaScript 4.5%