F.A.Q

Common questions about publishing and protection.

Is my source code visible to anyone?

No. Your original source is only ever shown to you, in your own edit form. Everyone else — including other visitors and anyone using your loader link — only ever sees the obfuscated output.

What does the obfuscation actually do?

Every publish strips comments and whitespace, re-encodes every string literal as a byte sequence, then encrypts the whole result with a random XOR key and base64, wrapped in a small loader with randomized variable names. It all runs on our own servers — no third-party obfuscation APIs are used.

Why does my raw loader link 403 in my browser?

That's intentional. The loader endpoint only serves non-browser requests (like a Roblox executor's HttpGet). Opening it directly in Chrome, Firefox, Safari, or similar will always be blocked.

Can I edit a script after publishing?

Yes, any time, from your dashboard. Each save regenerates the protected output and bumps the version number.

Is there a paid tier?

No, publishing on luvenn is free.