Skip to content

TrueBoxGuy/MlgJsProxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What does this do

MLGProxy is a proxy that allows you to pretend to have mlg code. For example m8 becomes mate

Original Gets replaced with
0 o
3 e
4 a
8 ate
LO+L or RE+KT Nothing

Setup

npm install mlgproxy

const kewlobject = require("mlgproxy")({}, options);

Usage

//set a
kewlobject.LOOOOOOOOOOOOOOOOOOOOOOOOL4REEEEEKT = "hi";

//get a
console.log(kewlobject.a);

Options

Key must be valid regex

const options = {
  replace: {
    "1": "I",
  }
};