Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 1014 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 1014 Bytes

Auto Obfuscator

A simple NodeJS program that obfuscates HTML and Javascript and minifies/uglifies CSS. Originally written for use with Just Cause 3 Multiplayer. It recursively iterates through directories and modifies files in the client_package directory. It uses Javascript Obfuscator, Clean CSS, and an HTML source code obfuscator. After obfuscation, it takes any files in a /ui/ directory and puts them in ObfuscatedUI.

Installation

  1. Install the required node modules using npm install.
  2. Create directories ToObfuscate, Obfuscated, and ObfuscatedUI in the same directory as the program.

Usage

  1. Copy your files to ToObfuscate. It should look like ToObfuscate/mypackage/client_package/....
  2. Run the auto obfuscator using node obfuscator.js.
  3. The program should tell you what files were obfuscated.