geniiii / patcher

Ripcord binary patcher

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

patcher

What does this do?

Patches Ripcord to allow for extra functionality.
Currently has patches that allow you to:

  • See deleted messages

  • Send messages in channels with a cooldown enabled
    Side note: The patch won’t tell you how long you need to wait until you can send messages. Attempting to send messages when you’re not supposed to could trip Discord’s anti-spam system, though I’ve done it myself enough times to where I feel it’s not a massive risk. You’ve been warned regardless.

Adding features that require more than changing a few bytes is not in the scope of this project.
P.S.: You should probably also see ripcord-audio-hook.

Usage

patcher [-h] [-l] [filename (Ripcord.exe/Ripcord) [disabled patches]]]

Windows

  1. Download the latest version from the Releases page.

  2. Put patcher-windows-x64.exe into your Ripcord directory and run it.

  3. Run the now patched Ripcord.exe.

Linux

  1. Extract the Ripcord AppImage using --appimage-extract.

  2. Download the latest version from the Releases page.

  3. Put patcher-linux-x64 into the directory where you extracted the AppImage and run it.

  4. Run the now patched Ripcord executable.

Supported Ripcord versions

Platform Version

Windows

0.4.29

Linux

0.4.29

macOS

n/a

macOS is not supported and probably never will be; I don’t own a Mac, nor do I have a macOS VM.

This doesn’t use pattern matching, so I have to manually update every time a new Ripcord version is released. It’s usually updated within 12 hours of a new release, but I can’t guarantee anything.

About

Ripcord binary patcher

License:MIT License


Languages

Language:C 81.8%Language:Batchfile 11.0%Language:Roff 4.4%Language:SourcePawn 1.9%Language:Shell 0.8%