Skip to content

Simple vencord plugin for decoding base64 messages in discord

Notifications You must be signed in to change notification settings

ThePirateStoner/vencord-base64-decoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

vencord-base64-decoder

What is this?

This is a third-party-plugin for Vencord that decodes Base64 in Discord.

Features

  • Decode Base64 Messages in Discord.

How to use

Hover over any message with Base64 in it and press the button (or right click to copy)

Discord_DqXtBsHOjT

How to Install

tutorial: https://youtu.be/8wexjSo8fNw

  1. Install Git and NodeJS
  2. Open cmd in your chosen directory and install vencord
git clone https://github.com/Vendicated/Vencord.git
  1. go into the vencord directory
cd Vencord
  1. Install Dependencies
npm i -g pnpm
pnpm i
  1. Build Vencord (For Desktop) or (For Browser)

Browser

pnpm buildWeb

Desktop

pnpm build
  1. Install Vencord to your chosen branch (If you already have it installed uninstall then reinstall)
pnpm inject
  1. Check Vencord installed properly by opening it
  2. Go into the src folder and create the folder named "userplugins" then enter the folder
cd src
mkdir userplugins
cd userplugins
  1. Install the plugin
git clone https://github.com/ThePirateStoner/vencord-base64-decoder.git
  1. rebuild vencord
pnpm build
  1. Restart Discord/Vencord and it should be installed and can be found under the plugins tab, search for "DecodeBase64"

found a bug?

Message me on discord. @thepiratestoner

About

Simple vencord plugin for decoding base64 messages in discord

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published