A proof-of-concept Roblox server-side code executor. https://nett.wtf
  • Luau 47.7%
  • Python 34.3%
  • JavaScript 17.9%
  • Lua 0.1%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Luka 56a76f12ec
All checks were successful
Set Production CNAME / set-cname (push) Successful in 8s
updated repo llink
2026-07-31 04:02:24 -04:00
.github/workflows Added token to fix action 2025-07-30 21:23:34 -04:00
.vscode vulnerability fixes 2025-08-01 01:24:36 -04:00
src updated repo llink 2026-07-31 04:02:24 -04:00
.gitattributes Update .gitattributes 2025-08-01 02:13:19 -04:00
.gitignore bug fixes 2026-03-27 19:47:15 -04:00
.gitmodules Made Prometheus work without Windows 2025-10-27 21:31:11 -04:00
LICENSE Terms of Service 2025-07-19 19:54:15 -04:00
README.md updated repo llink 2026-07-31 04:02:24 -04:00
run.bat Formatting and CNAME 2025-07-30 16:18:48 -04:00
TODO.md script hub manager panel 2025-11-13 23:00:37 -05:00

🎮 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.

Live demonstration available.

🫂 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