Dashboard
Track requests, users, licenses, API activity, and script performance.
Script List
Edit, rename, disable, enable, copy loadstrings, or delete scripts.
Services
Separate projects for scripts, links, providers, limits, and future integrations.
Create service
Normal accounts can create 25 services. Each service can hold 120 scripts. Master can skip this.
Select a service dashboard, security, webhooks, audit, or collaboration.
Create Script
Paste Lua code, encrypt it, and generate a Roblox loadstring.
This script is private. Enter your license key to unlock it in-game.
Create keys, inspect buyers, manage locks, and open the full bulk manager.
Requests, last fetch, countries, devices, and recent loader events for this script.
Profile
Manage your account, creator username, and password.
Settings
Manage API keys, automation, Sellauth delivery, and documentation.
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"
}
POST /api/sellauth
Content-Type: application/json
{
"buyer_email": "buyer@example.com",
"creator_slug": "creator",
"public_slug": "script-name"
}
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(...)
loadstring(game:HttpGet(
"https://script.titanex.vip/creator/script?license=lic_xxx",
true
))()
Modes:
none = no Roblox account lock
first_use = bind on first successful unlock
manual = creator sets Roblox UserId
Billing Soon
Sellauth checkout is prepared as the next step.
Admin
Users, scripts, bans, timeouts, fetch events, and emergency controls.