Dashboard
Track requests, users, licenses, API activity, and script performance.
Requests
0
Users
0
Active licenses
0
API keys
0
Timeline
Top Scripts
Countries
Devices
Recent License Activity
Script List
Edit, rename, disable, enable, copy loadstrings, or delete scripts.
Create Script
Paste Lua code, encrypt it, and generate a Roblox loadstring.
Loader
Encrypted mode stores code with AES-256-GCM server-side and returns a wrapped loader response. Plain mode stores and serves readable Lua.
Settings
Manage your Titanex account, creator profile, and password.
Profile
Use 3-70 letters, numbers, or hyphens.
Password
API Keys
API Documentation
Upload or update scripts
Use this endpoint with an API key from above.
POST /api/automation
X-Titanex-Api-Key: tsx_...
Content-Type: application/json
{
"name": "My Script",
"code": "print('hi')",
"is_private": true,
"protection_mode": "encrypted",
"loader_template": "branded"
}
Sellauth buyer unlock webhook
Set this URL in Sellauth. Send either script_id or creator_slug + public_slug. Titanex creates the buyer license automatically.
POST /api/sellauth
Content-Type: application/json
{
"buyer_email": "buyer@example.com",
"creator_slug": "creator",
"public_slug": "script-name"
}
Request URL delivery
Enable this per script with the Request URL button. Sellauth can request this URL and display the plain text response to the buyer. You can make it one-time and send Discord alerts for each new license.
https://script.titanex.vip/r/creator/req_long_random_token?provider=provider_long_secret
Optional query:
&email=buyer@example.com&order_id=12345
Response is plain text:
License Key: lic_...
Roblox Loader: loadstring(...)
Private loader behavior
If a buyer runs a private loader without a key, Titanex shows the Roblox key UI. A direct buyer loader can include the key.
loadstring(game:HttpGet(
"https://script.titanex.vip/creator/script?license=lic_xxx",
true
))()
Billing Soon
Sellauth checkout is prepared as the next step.
Host Pro
Coming soon
Paid script slots, protected loaders, analytics, and domain controls will be connected through Sellauth.
Admin
Users, scripts, bans, timeouts, fetch events, and emergency controls.
Scripts
0
Enabled
0
Users
0