The JavaScript Obfuscator Discord Bot is a powerful tool that provides code obfuscation services directly through Discord. It helps protect your JavaScript code by applying various obfuscation techniques with different levels of protection.
For support or inquiries, join our Discord server
Features
- Three levels of code obfuscation:
- Low: Basic code protection with name mangling and string rotation
- Medium: Advanced protection with control flow flattening and dead code injection
- High: Maximum security with additional features like global renaming
- Easy-to-use Discord slash commands
- Instant file processing and delivery
- Secure file handling with automatic cleanup
Installation
- Download the Bot:
- Install dependencies:
npm install
- Configure the bot:
- Open config.json
- Add your Discord bot token and client ID
- Start the bot:
npm start
Usage
- Invite the bot to your Discord server
- Use the slash commands to obfuscate your JavaScript files
- Choose the desired protection level (low, medium, or high)
- Upload your JavaScript file
- Receive the obfuscated version instantly
Protection Levels
Low Protection
- Name mangling
- String array rotation
Medium Protection
- Control flow flattening (75% threshold)
- Dead code injection (40% threshold)
- All low protection features
High Protection
- Control flow flattening (100% threshold)
- Dead code injection (25% threshold)
- Global variable renaming
- All medium protection features
For support or inquiries, join our Discord server