Skip to content

Latest commit

 

History

History
47 lines (39 loc) · 1.35 KB

README.MD

File metadata and controls

47 lines (39 loc) · 1.35 KB

Mute Evasion

This module is not allowed on hypixel. Use at your own risk.

A ct module to send messages to an alt account automatically when you are muted on hypixel.

Demo

  • Basic module that can read messages sent and work out which ones are meant to be sent as chat messages
  • Functional way to send messages from muted client to unmuted client
  • Functional way to sent messages from unmuted client to muted client (for things like /msg)
  • Fix a ton of bugs I know exist.
  • Make nice setup instructions (eh theyre not great but..)

Why?

I got muted on hypixel for a month so I made this. Yes it would have been easier to open up 2 games instead of one, but this exists now.

Setup

These instructions are using commands for linux.

  1. Clone the git repo
git clone https://github.com/Beedit/Mute-Evasion.git
  1. cd into the repo
cd Mute-Evasion
  1. Install the chat triggers module. (This will not be added to the chat triggers website because it breaks hypixel rules.)
cp -r MuteEvasion ~/path/to/your/minecraft/installation/config/ChatTriggers/modules
  1. Copy the .env.example file in the MuteEvasionServer folder and set values in it
cd MuteEvasionServer
cp .env.example .env
nano .env
  1. Run the server
node index.js
  1. In minecraft reload ct
/ct reload