Skip to content

korober/roblox_extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Roblox ADB Extractor

A Windows batch script to extract Roblox APK files from one Android device and install them on another device using ADB.

Purpose

This tool extracts Roblox APK files (base.apk + split files) from a source Android device and allows you to install them on a target device.

Requirements

  • ADB installed and added to system PATH
  • Source device: Android device with Roblox installed, USB debugging enabled, and ADB authorized
  • Target device: Android device with USB debugging enabled and ADB authorized

Usage

Extract APKs from source device

get_roblox.bat [destination_folder]

Parameters:

  • destination_folder (optional): Where to save APK files. If not specified, saves to current directory.

Example:

get_roblox.bat "D:\RobloxAPKs"

Install APKs on target device

adb install-multiple base.apk split_config.*.apk

Replace split_config.*.apk with all the actual split files you extracted.

About

Extracts apk roblox files from android smartphone

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published