Private Lua delivery for creators

Titanex Scripts

Host creator scripts behind your own domain, keep source code encrypted in Supabase, and control access with creator accounts, private keys, logs, and paid access later.

SupabaseAuth and database
AES-256Encrypted at rest
SellauthCheckout planned
loadstring(game:HttpGet("https://script.titanex.vip/script/mylo/fontlines", true))()
Titanex Scripts Ready
fontlines/script/anyxware/fontlines
2.4k
neon-ui/script/mylo/neon-ui
811
Storage Server-side encrypted code Secrets never ship to the browser.
Access Public or keyed scripts Disable, update, or protect each script.

Built Like Titanex AI

Same dark glass direction, but focused for script uploads, access control, and delivery logs.

01

Creator login

Supabase Auth handles email/password accounts while the API verifies real access tokens.

02

Encrypted storage

Script code is encrypted before it enters the database and decrypted only on the server.

03

Clean URLs

Use simple routes like script.titanex.vip/script/creator/script-name instead of raw GitHub links.

Paid access

Sellauth checkout is prepared.

The database already has a billing events table, and the backend has a Sellauth start route. Once your product and webhook details are ready, checkout can unlock premium script access.

Sellauth Integration
Coming soon
StatusPrepared
WebhookPending
AccessPremium keys

Endpoint

Public scripts can be loaded directly. Private scripts require a key as query parameter or header.

GET /script/{creator}/{script_name}
GET /script/{creator}/{script_name}?key=tx_private_key