-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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