KYNX
Kinetic control v4 // Luau decompiler
Scroll to decompileDecompiler
Bytecode upload
Selected file
None
Ctrl + Enter
This session
- Nothing decompiled yet
Decompiled output
Waiting for upload
Input—
Output lines—
Time—
API reference
Endpoint
POST
Content type
application/json
Returns
Decompiled Luau, plain text
Send one JSON field named script containing the base64-encoded bytecode file.
{
"script": "<base64-encoded-luauc>"
}A successful request returns the decompiled source as plain text.
-- decompiled by kynx
print('hello')Example from a shell:
/luau/decompile takes the base64 text as the whole request body.
/konstant/decompile takes the raw bytecode bytes as the request body (content type text/plain) and returns plain text.