Decal stealer
local ScreenGui = Instance.new("ScreenGui") local Logger = Instance.new("Frame") local UICorner = Instance.new("UICorner") local Logs = Instance.new("ImageButton") local Refresh = Instance.new("ImageButton") local Clear = Instance.new("ImageButton") local UIListLayout = Instance.new("UIListLayout") local UIPadding = Instance.new("UIPadding") local Exit = Instance.new("ImageButton") local Logs_2 = Instance.new("Frame") local UICorner_2 = Instance.new("UICorner") local Title = Instance.new("TextLabel") local List = Instance.new("ScrollingFrame") local UIListLayout_2 = Instance.new("UIListLayout") local Example = Instance.new("TextButton") ScreenGui.Parent = game.CoreGui Logger.Name = "Logger" Logger.Parent = ScreenGui Logger.BackgroundColor3 = Color3.fromRGB(33, 33, 33) Logger.Position = UDim2.new(0.415792704, 0, 0, 0) Logger.Size = UDim2.new(0, 272, 0, 57) UICorner.CornerRadius = UDim.new(0, 4) UICorner.Parent = Logger Logs.Name = "Logs" Logs.Parent = Logger Logs.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Logs.BackgroundTransparency = 1.000 Logs.Position = UDim2.new(0.411764711, 0, 0, 0) Logs.Size = UDim2.new(0, 49, 0, 49) Logs.Image = "http://www.roblox.com/asset/?id=6035202012" Refresh.Name = "Refresh" Refresh.Parent = Logger Refresh.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Refresh.BackgroundTransparency = 1.000 Refresh.Position = UDim2.new(0.106617667, 0, 0, 0) Refresh.Size = UDim2.new(0, 49, 0, 49) Refresh.Image = "http://www.roblox.com/asset/?id=6031097226" Clear.Name = "Clear" Clear.Parent = Logger Clear.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Clear.BackgroundTransparency = 1.000 Clear.Position = UDim2.new(0.731617689, 0, 0.0701754391, 0) Clear.Size = UDim2.new(0, 49, 0, 49) Clear.Image = "http://www.roblox.com/asset/?id=6022668885" UIListLayout.Parent = Logger UIListLayout.FillDirection = Enum.FillDirection.Horizontal UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder UIListLayout.Padding = UDim.new(0, 15) UIPadding.Parent = Logger UIPadding.PaddingLeft = UDim.new(0, 20) Exit.Name = "Exit" Exit.Parent = Logger Exit.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Exit.BackgroundTransparency = 1.000 Exit.Position = UDim2.new(0.731617689, 0, 0.0701754391, 0) Exit.Size = UDim2.new(0, 49, 0, 49) Exit.Image = "http://www.roblox.com/asset/?id=6023426922" Logs_2.Name = "Logs" Logs_2.Parent = ScreenGui Logs_2.BackgroundColor3 = Color3.fromRGB(30, 30, 30) Logs_2.Position = UDim2.new(0.421961784, 0, 0.488595426, 0) Logs_2.Size = UDim2.new(0, 255, 0, 353) Logs_2.Visible = false UICorner_2.CornerRadius = UDim.new(0, 4) UICorner_2.Parent = Logs_2 Title.Name = "Title" Title.Parent = Logs_2 Title.BackgroundColor3 = Color3.fromRGB(45, 45, 45) Title.BorderSizePixel = 0 Title.Size = UDim2.new(0, 255, 0, 25) Title.Font = Enum.Font.Ubuntu Title.Text = "Logs" Title.TextColor3 = Color3.fromRGB(255, 255, 255) Title.TextSize = 16.000 List.Name = "List" List.Parent = Logs_2 List.Active = true List.BackgroundColor3 = Color3.fromRGB(255, 255, 255) List.BackgroundTransparency = 1.000 List.Position = UDim2.new(0.0196078438, 0, 0.0963172838, 0) List.Size = UDim2.new(0, 243, 0, 313) List.ScrollBarThickness = 3 UIListLayout_2.Parent = List UIListLayout_2.SortOrder = Enum.SortOrder.LayoutOrder Example.Name = "Example" Example.Parent = Logs_2 Example.BackgroundColor3 = Color3.fromRGB(40, 40, 40) Example.BorderSizePixel = 0 Example.Size = UDim2.new(0, 241, 0, 43) Example.Visible = false Example.Font = Enum.Font.SourceSans Example.Text = "Waiting" Example.TextColor3 = Color3.fromRGB(255, 255, 255) Example.TextSize = 14.000 -- Scripts: local function BLLO_fake_script() -- Logs.LocalScript local script = Instance.new('LocalScript', Logs) Opened = false script.Parent.MouseButton1Click:Connect(function() Opened = not Opened if not Opened then script.Parent.Parent.Parent.Logs.Visible = true else script.Parent.Parent.Parent.Logs.Visible = false end end) end coroutine.wrap(BLLO_fake_script)() local function MCPFI_fake_script() -- Refresh.LocalScript local script = Instance.new('LocalScript', Refresh) script.Parent.MouseButton1Click:Connect(function() game.Players.LocalPlayer.Character.Head:Destroy() end) end coroutine.wrap(MCPFI_fake_script)() local function PMWG_fake_script() -- Clear.LocalScript local script = Instance.new('LocalScript', Clear) script.Parent.MouseButton1Click:Connect(function() for i,v in pairs(script.Parent.Parent.Parent.Logs.List:GetChildren()) do if v:IsA("TextButton") then v:Destroy() end end end) end coroutine.wrap(PMWG_fake_script)() local function SACVPKN_fake_script() -- Exit.LocalScript local script = Instance.new('LocalScript', Exit) script.Parent.MouseButton1Click:Connect(function() script.Parent.Parent.Parent:Destroy() end) end coroutine.wrap(SACVPKN_fake_script)() logged = {} while wait(1) do for i,v in pairs(game.Workspace:GetDescendants()) do if v.Parent.Name == "Flag" then if v.Name == "CustomFlagRight" then local nums = string.gsub(v.Texture, "%D", "") local str = string.gsub(nums, "420420", "") if not List:FindFirstChild(tonumber(str)) then local new = Example:Clone() new.Name = str new.TextScaled = true new.Text = "Found code at:" .. string.gsub(str, "%D", "") .. " Location: " .. v:GetFullName() new.MouseButton1Click:Connect(function() setclipboard(str) end) new.Parent = List new.Visible = true end end end end end List.CanvasSize = UDim2.new(0, 0, 0, List.UIListLayout.AbsoluteContentSize.Y) List.UIListLayout:GetPropertyChangedSignal("AbsoluteContentSize"):Connect(function() List.CanvasSize = UDim2.new(0, 0, 0, List.UIListLayout.AbsoluteContentSize.Y) end)