Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.
/ noobfuscator Public archive

Unsecure, low-end Lua obfuscator made in Node and Python

License

Notifications You must be signed in to change notification settings

hello-n-bye/noobfuscator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Noobfuscator 🐈

The world's worst open-sourced obfuscator, built in pure JavaScript (and Python).

Discord App! 🤖

  • If you'd like to install Noobfuscator in your own server, click here
  • Last updated on 5/22/2024

Features

  1. Lua minification
  2. Rename variables, function names & types → local functionfunction
  3. String encryption → print("Bonjour")print("\x42\x6f\x6e\x6a\x6f\x75\x72")
  4. Useless code → fqPENNHcydrSze = table.maxn({7, 8, 9}) or NfnyjjkNE = string.upper('\x68\x65\x6c\x6c\x6f')

Requirements For Hosting ⚠️

  1. First, you need Node.JSInstall it here
  2. Most importantly, you need Luamin → Install it with NPMnpm install luamin
  3. OPTIONAL Next, you'll need Python, for the Discord App → Install it here
  4. REQUIRED ONLY FOR JS Finally, install all of the required dependencies → Find them throughout the project.

Images 📷

image


Developer 🛠️