42 lines
1.7 KiB
HTML
42 lines
1.7 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Document</title>
|
|
</head>
|
|
|
|
<body>
|
|
<h1>rocord's roblox audio downloader</h1>
|
|
|
|
<p>this is a tool that allows you to download roblox audios by their asset id.</p>
|
|
|
|
<p>this tool has two modes, protected mode and unprotected mode.</p>
|
|
|
|
<h2>protected mode</h2>
|
|
<p>protected mode is used to download private audios (you do not need to be the owner of the audio), you will need
|
|
to provide your .ROBLOSECURITY cookie, and an allowlisted roblox game ID for this to work.</p>
|
|
|
|
<p>To get your .ROBLOSECURITY cookie, follow these steps:</p>
|
|
<p>Navigate to roblox.com in your browser and open the dev tools (right-click and select "Inspect"). Navigate to the
|
|
"Application" tab, then look for "Cookies" under "Storage" in the left-hand sidebar. Under "Cookies", select
|
|
"https://www.roblox.com" then select ".ROBLOSECURITY" from the list of cookies. Copy the value from the "Cookie
|
|
Value" section.
|
|
|
|
|
|
<h2>unprotected mode</h2>
|
|
<p>unprotected mode is used to download public audios, you can just pass the audio ID.</p>
|
|
|
|
<h2>usage</h2>
|
|
<p>to use this tool, send a POST request to this URL</p>
|
|
<p>request headers:<br><br>RobloSecurity (protected only): The header containing your .ROBLOSECURITY cookie
|
|
(string)<br>GameID (protected only): Contains an allowlisted game ID for the audio (int)<br>AudioID: The ID of
|
|
the audio (int)<br>Mode: The mode to use when downloading the audio ("protected" or "unprotected")</p>
|
|
|
|
<h2>privacy</h2>
|
|
<p>your cookie is never stored on any server or logged, only used to make a temporary one-time request to Roblox's
|
|
servers.</p>
|
|
</body>
|
|
|
|
</html> |