Hidden Dumper
64.4k Views
2 Executions

Output Copier

Hidden DumperUploaded by
2 years ago
Please login to perform these actions:

Description

Hidden Dumper constant dump scripts obfuscated by LuaObfuscator and MoonSec V3. Game Link: https://www.roblox.com/games/17250233689/Hidden-Dumper Tutorial: https://www.youtube.com/watch?v=HwTRNNwQSWI

View Raw
Edited By: 0xRusian Download


Comments

11
Log in to join the conversation. Login
0xRusian's profile picture
0xRusianUploader2 years ago(edited)

@Gangster4178 Work*e / Output.txt

2
0xRusian's profile picture
0xRusianUploader2 years ago(edited)

@katze7500 Dude, it's open-source. If you think it's malicious, maybe try reading the code before jumping to conclusions. It just extracts TextBox content from Hidden Dumper's output and writes it to a file.

2
Lee_everitt's profile picture
Lee_everitt1 year ago

HOW DO I USE THIS

1
uncustomizable's profile picture
uncustomizable1 year ago

does this work

1
venox's profile picture
venox2 years ago(edited)

UPDATED: local path = "Output.txt" local startTime = os.clock() print("[ + ] - Starting extraction...") local success, result = pcall(function() local texts, count = {}, 0 local gui = game:GetService("Players").LocalPlayer.PlayerGui.ScreenGui.UIElements.Background.CodeboxContainer.ScrollingFrame if gui then for _, child in pairs(gui:GetChildren()) do if child:IsA("Frame") and #child:GetChildren() >= 2 then local textLabel = child:GetChildren()[2] if textLabel:IsA("TextLabel") then local text = textLabel.Text:gsub("<font[^>]*>", ""):gsub("</font>", "") texts[#texts + 1] = text count = count + 1 end end end writefile(path, table.concat(texts, "\n")) return count else return "Failed to find ScrollingFrame" end end) if success then print("[ + ] - Total TextLabels: " .. result) print("[ + ] - Output written to: " .. path) print(string.format("[ + ] - Duration: %.2f seconds", os.clock() - startTime)) else print("[ - ] - Error: " .. result) end

1
offdaperc52's profile picture
offdaperc522 years ago(edited)

bro it wont let me copy

1
offdaperc52's profile picture
offdaperc522 years ago(edited)

HOW DO I COPY THE TEXT??? @0xRusian

1