Skip to content

Instantly share code, notes, and snippets.

@Windows81
Created January 12, 2023 19:41
Show Gist options
  • Save Windows81/346e394adb696feaae0486503de968de to your computer and use it in GitHub Desktop.
Save Windows81/346e394adb696feaae0486503de968de to your computer and use it in GitHub Desktop.
Run this PowerShell script to load an asset from the Rōblox catalogue.
curl -w "%{url_effective}\n" -L -s -S "https://assetdelivery.roblox.com/v1/asset/?id=$id" -H "Cookies: .ROBLOSECURITY=$env:ROBLOSECURITY" -H "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36" -o nul
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment