Giter Club home page Giter Club logo

discord-fake-mute-deafen-vc-bug's Introduction

❓What is The Use of This Code

  • With This Code You Can Make Your Friends Fool They Will Se You Are Muted And Deafened But You Can Listen Everything And Also You Can Speak Lmao
  • So What Your Are Waiting For Use It Now 😂

🔗Join Your Discord Server

🖥 MAIN CODE

##How To Use This Code

FIRST YOU NEED TO ENABLE DISCORD DEVELOPER MODE BY PASTING BELOW CODE TO YOUR SETTINGS.JSON FILE IN DISCORD FOLDER

"DANGEROUS_ENABLE_DEVTOOLS_ONLY_ENABLE_IF_YOU_KNOW_WHAT_YOURE_DOING": true

Simply Copy This Code And Paste It Into Your Discord Console !! To Open Your Dicord Console Press CTRL Shif + I To Open Your Console

const utf8Decoder = new TextDecoder("utf-8");

WebSocket.prototype.originalSend = WebSocket.prototype.send;
WebSocket.prototype.send = function (data) {
  if (data instanceof ArrayBuffer && utf8Decoder.decode(data).includes("self_deaf")) {
    const json = JSON.parse(utf8Decoder.decode(data));
    json.self_mute = false;
    json.link = "https://discord.gg/bE6HRhPBDy";
    data = new TextEncoder().encode(JSON.stringify(json)).buffer;
    console.log("By Vishal CodeZ");
  }
  WebSocket.prototype.originalSend.apply(this, [data]);
};

Note This Hack Is Only Works On Desktop Discord Application

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.