⚡ A proof-of-concept Roblox server-side code executor.
https://nett.wtf
- Luau 47.7%
- Python 34.3%
- JavaScript 17.9%
- Lua 0.1%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
|
||
| .github/workflows | ||
| .vscode | ||
| src | ||
| .gitattributes | ||
| .gitignore | ||
| .gitmodules | ||
| LICENSE | ||
| README.md | ||
| run.bat | ||
| TODO.md | ||
🎮 Roblox Luau Executor
An open-source server-side Luau executor for Roblox over HTTP.
It allows for in-game code execution and administration, providing developers with a superior debugging and quality assurance experience for their games.
🫂 Credits
- vLuau - Luau VM used for in-game bytecode execution
- Prometheus - Lua obfuscator by Elias Oelschner, used for script protection
- Monaco Editor - Web-based code editor powering the script editor UI
- Roblox-Client-Tracker - Roblox API dump by CloneTrooper1019, used for editor autocomplete
- EzConvert - Emulating the client environment in Roblox, by Nebula_Zoroark