Universal Script šŸ“Œ
2.7k Views
2.0k Executions

AbsoluteDumper

Universal Script šŸ“ŒUploaded by
1 month ago
Please login to perform these actions:

Description

AbsoluteDumper A new era of game script decompiler. Built by exploiters, for exploiters. Better output structure, designed for both AI and human readability, stable and lightweight performance, adaptive capture for large games, automatic recovery after Roblox crashes, and much more! Free for one week! A key system will be introduced afterward. (Check Console for status) TLDR-------------------------------------------------------- Features: • Better structured output • Designed for both AI and human readability • Stable and lightweight architecture • Automatic LocalScript and ModuleScript discovery • Size-aware adaptive capture for large games • Weighted concurrency to reduce decompiler pressure • Automatic capacity adjustment during capture • Source deduplication without losing script aliases • Alias fallback when the primary instance cannot be decompiled • Automatic retry for unsuccessful sources • Late discovery for scripts loaded during capture • Append-only output with verified writes • Automatic recovery after Roblox or executor crashes • Partial dump recovery without duplicated output • Original decompiled source preserved without modification • Complete records for captured, empty, failed, and executor-error scripts • Stable script IDs for easier tracking and comparison • Script path, class, origin, attempts, digest, and source-size metadata • SHA-256 source identification when supported • Visible remote inventory in the completed archive • Automatic game-based output naming • Bounded result queues and output batching • Live discovery, capture, recovery, retry, and completion progress • Cancellation and public runtime status support • Safe handling of previous unfinished dumper executions • Executor-relative output for desktop and mobile compatibility • No external UI libraries or unnecessary dependencies

View Raw
Edited By: Valkorym Download


Comments

6
Log in to join the conversation. Login
rosidian167's profile picture
rosidian1671 month ago

AbsoluteDumper A script dumper that automatically discovers and decompiles accessible LocalScript, ModuleScript, and client-side Script instances in the Roblox client, then saves them into a single output file. Automatic script discovery and decompilation Bytecode / SHA-256 based deduplication and alias handling Recovery support for interrupted dumps Collects RemoteEvent / RemoteFunction information Multi-worker decompilation with safe file writing No GUI; runs in the background Save location: AbsoluteDumper/<GameName>MainGame.lua Example: AbsoluteDumper/BloxFruitsMainGame.lua If the game name already ends with MainGame, it will not append MainGame again and will save it as: AbsoluteDumper/<GameName>.lua

2
Valkorym's profile picture
ValkorymUploader1 month ago

@rosidian167 Yes can't say it better myself.

1
Chickenyeah123's profile picture
Chickenyeah1231 month ago

does it decompile models/parts?

1
Valkorym's profile picture
ValkorymUploader1 month ago

@Chickenyeah123 Only Script. Use Dex for that

1
disaronda's profile picture
disaronda1 month ago

at least name the features bro

1
Valkorym's profile picture
ValkorymUploader1 month ago

@disaronda It's for decompiling game

2