GithubHelp home page GithubHelp logo

kitiki1222 / roblox-cached-audio-extractor Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ghosty-tongue/roblox-cached-audio-extractor

0.0 0.0 0.0 22 KB

Python script to extract roblox cached audio assets.

Python 100.00%

roblox-cached-audio-extractor's Introduction

Roblox Cached Audios Extractor

This Python script extracts cached audios (OGG/WAV) from the Roblox cache folder.

When you participate in a Roblox experience, your client automatically caches images and audios in a temporary folder. You may want to clear that folder, which is located in %Temp%/Roblox/http, if you want to extract assets from a specific experience.

If the http folder doesn't exist, you must manually create it for audios to be cached there.

Requirements

  • Python <= 3.11.0
  • Windows (Operating System)
  • Requests (Python Library)

Initial Setup

  1. If you don't have Python, install it from here.
  2. Download the latest release, unzip it, and delete README.md.
  3. Open a new Command Prompt, type: pip install requests
  4. Open and Edit the audios_extractor.py file, change YOUR_OUTPUT_PATH_FOR_EXTRACTED_AUDIOS to the path where you want the extracted files to be saved. (Example: Downloads/extracted_audios)

Executing the Script

  1. Copy the path/location where the audios_extractor.py file is downloaded.
  2. Open a new Command Prompt and type: cd PATH_HERE and change PATH_HERE to the copied path.
  3. Then type python audios_extractor.py and the script will execute.

NOTE: This script was created to check which assets have been cached on your computer because sometimes assets aren't cached and are missing in the experience. Do not extract assets to infringe Intellectual Property or redistribute them, as that is against Roblox Terms Of Service.

Recommended to use only on your OWN EXPERIENCES.

roblox-cached-audio-extractor's People

Contributors

ilynkk avatar ghosty-tongue avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.