Documentation
Getting Started
DeadHub VSS (Virtual Storage System) lets you upload Roblox scripts and get a permanent HTTP link that works with loadstring and game:HttpGet.
Sign Up / Login
No passwords needed. Click Sign Up or Login and authenticate with one of:
- Google — any Gmail account
- Discord — your Discord account
- GitHub — your GitHub account
On first login, your account is automatically created with the Basic tier (10 files).
Uploading a File
- Log in to your dashboard
- Click Upload in the sidebar
- Drag & drop a
.luaor.txtfile, or paste your script directly - Give your file a name (optional)
- Click Upload
Supported file types: .lua, .txt, .js, .json, .xml, .html, .css, .md, and more. Max file size: 10MB.
Getting Your Loader Link
After uploading, go to My Files in the dashboard. Each file has a unique loader link:
https://vss.deadhub.cc/vss/52189b4092124e4d
Each file gets a random 16-character hex ID that's permanent and unique.
Roblox Usage
Use your loader link in any Roblox script executor:
loadstring(game:HttpGet("https://vss.deadhub.cc/vss/your-file-id"))()
The endpoint returns raw text/plain content, compatible with all Roblox executors that support loadstring.
Rate Limits & Tiers
Rate Limits
- Loader endpoint: 60 requests/minute per IP
- Upload endpoint: 20 requests/minute per user
- API: 100 requests/minute per user
Storage Tiers
| Tier | Price | Files | Features |
|---|---|---|---|
| Basic | Free | 10 files | Standard support |
| Premium | $5/mo | 50 files | Priority support badge |
| Enterprise | $10/mo | Unlimited | Priority + custom file names |