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

  1. Log in to your dashboard
  2. Click Upload in the sidebar
  3. Drag & drop a .lua or .txt file, or paste your script directly
  4. Give your file a name (optional)
  5. Click Upload

Supported file types: .lua, .txt, .js, .json, .xml, .html, .css, .md, and more. Max file size: 10MB.

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

TierPriceFilesFeatures
BasicFree10 filesStandard support
Premium$5/mo50 filesPriority support badge
Enterprise$10/moUnlimitedPriority + custom file names