rdd.pixeluted.com
Open in
urlscan Pro
188.114.96.3
Public Scan
Submitted URL: http://rdd.pixeluted.com/?channel=live&binarytype=windowsplayer&version=version-1088f3c8e4a44cc7
Effective URL: https://rdd.pixeluted.com/?channel=live&binarytype=windowsplayer&version=version-1088f3c8e4a44cc7
Submission: On August 03 via api from US — Scanned from NL
Effective URL: https://rdd.pixeluted.com/?channel=live&binarytype=windowsplayer&version=version-1088f3c8e4a44cc7
Submission: On August 03 via api from US — Scanned from NL
Form analysis
1 forms found in the DOM<form id="downloadForm" target="_blank" action="">
<label for="binaryType">Binary Type:</label>
<select id="binaryType" name="binaryType">
<option value="WindowsPlayer">WindowsPlayer</option>
<option value="WindowsStudio64">WindowsStudio64</option>
<option value="MacPlayer">MacPlayer</option>
<option value="MacStudio">MacStudio</option>
</select>
<br>
<label for="channel">Channel Name:</label>
<input id="channel" name="channel" type="text" placeholder="LIVE">
<br>
<label for="version">Version Hash:</label>
<input id="version" name="version" type="text"> <b>(Optional)</b>
<br><br>
<label for="compressZip">Compress Output Zip:</label>
<input id="compressZip" name="compressZip" type="checkbox">
<br>
<label for="compressionLevel">Zip Compression Level (1-9):</label>
<input id="compressionLevel" name="compressionLevel" type="number" min="1" max="9" value="5">
<br><br>
<button type="button" onclick="downloadFromForm();">Download</button>
<button type="button" onclick="copyLinkFromForm();">Copy Permanent Link</button>
<br>
</form>
Text Content
RDD - "Roblox Deployment Downloader" (GitHub Repository, Latte Softworks Discord Server) Copyright (c) 2024 Latte Softworks <latte.to> | MIT License (âš ï¸ This site doesn't work without JavaScript Enabled!) Binary Type: WindowsPlayer WindowsStudio64 MacPlayer MacStudio Channel Name: Version Hash: (Optional) Compress Output Zip: Zip Compression Level (1-9): Download Copy Permanent Link [!] Error: If you provide a specific `version`, you need to set the `binaryType` aswell! See the usage doc below for examples of various `binaryType` inputs: [*] USAGE: https://rdd.pixeluted.com/?channel=<CHANNEL_NAME>&binaryType=<BINARY_TYPE>&version=<VERSION_HASH> Binary Types: * WindowsPlayer * WindowsStudio64 * MacPlayer * MacStudio Extra Notes: * If `channel` isn't provided, it will default to "LIVE" (psuedo identifier for the production channel) * You can provide `binaryType` to fetch the *latest* deployment on a channel, or BOTH `binaryType` and `version` to fetch a specific deployment of a specific binary type; for a specific `version`, you NEED to provide `binaryType` aswell You can also use an extra flag we provide, `blobDir`, for specifying where RDD should fetch deployment files/binaries from. This is ONLY useful for using different relative paths than normal, such as "/mac/arm64" which is specifically present on certain channels Blob Directories (Examples): * "/" (Default for WindowsPlayer/WindowsStudio64) * "/mac/" (Default for MacPlayer/MacStudio) * "/mac/arm64/" ..