Thanks to visit codestin.com
Credit goes to github.com

Skip to content

validcube/Revenge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

264 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Revenge

A modification for Discord mobile apps. Continuation of Vendetta. Get it? Vendetta is like, revenging..., yeah.

Warning

Revenge is still being worked on! Please understand that you may encounter some issues.

⬇️ Installing

Android

  1. Install Vendetta Manager
  2. Download (don't install!) the latest Xposed module
  3. Go to Vendetta Manager's Settings > About and press version number 10 times
  4. Set Custom Xposed module location to:
    /storage/emulated/0/Download/app-release.apk
    

Note

This is default location of downloaded module if you use the default Downloads folder and you don't have any file with the same name saved. If these two conditions don't match, you will have to change the path respectively.

  1. Head back to main screen and install!

Alternative method / Other platforms

Important

While Revenge is platform-agnostic, there is no guarantee it will always work on other platforms. we do not have a device to test the changes I've made, so feel free to report issues if you encounter them.

  1. Install Vendetta
  2. Head to Settings > General under the Vendetta section
  3. Toggle on the Developer Settings switch
  4. Restart the app
  5. Head to Settings > Developer under the Vendetta section
  6. Toggle on the Load Vendetta from custom URL option
  7. Input the following in the text field that appears
    https://cdn.jsdelivr.net/gh/revenge-mod/builds@main/revenge.js
    
  8. Restart the app again, and that should be it!

💖 Contributing

Note

This project now uses Bun instead of Node.js.
It is recommended to use Bun over Node.js because Bun is faster and far better for development.

If you're on Windows, we recommend checking out Windows Subsystem for Linux.

  1. Follow the first two steps listed in ⬇️ Installing section

  2. Clone the repository

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

    bun install
    
  4. Build Revenge

    bun run build
    
  5. In the newly created dist directory, run a HTTP server. We recommend http-server.

  6. Go to Settings > Developer, enable Load from custom URL, and input the IP address and port of the server (e.g. http://192.168.1.236:4040) in the new input box labelled VENDETTA URL.

    • If the Developer setting section doesn't appear, restart the app
  7. Restart Discord. Upon reload, you should notice that your device will download Revenge's bundled code from your server, rather than GitHub.

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

About

A modification for Discord mobile apps.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.3%
  • JavaScript 1.7%