Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local ScreenGui = Instance.new('ScreenGui')
- ScreenGui.Name = 'ScreenGui'
- ScreenGui.Parent = game["CoreGui"]
- ScreenGui.Archivable = true
- ScreenGui.DisplayOrder = 0
- ScreenGui.Enabled = true
- ScreenGui.IgnoreGuiInset = true
- ScreenGui.ResetOnSpawn = true
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- local Frame = Instance.new('Frame')
- Frame.Name = 'Frame'
- Frame.Parent = ScreenGui
- Frame.Archivable = true
- Frame.SelectionImageObject = nil
- Frame.Active = false
- Frame.AnchorPoint = Vector2.new(0, 0)
- Frame.AutomaticSize = Enum.AutomaticSize.None
- Frame.BackgroundColor3 = Color3.new(0.25098, 0.25098, 0.25098)
- Frame.BackgroundTransparency = 0
- Frame.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
- Frame.BorderMode = Enum.BorderMode.Outline
- Frame.BorderSizePixel = 1
- Frame.LayoutOrder = 0
- Frame.Position = UDim2.new(0.2892307639122009, 0, 0.3029925227165222, 0)
- Frame.Rotation = 0
- Frame.Size = UDim2.new(0.42076924443244934, 0, 0.39276808500289917, 0)
- Frame.SizeConstraint = Enum.SizeConstraint.RelativeXY
- Frame.Style = Enum.FrameStyle.Custom
- Frame.Visible = true
- Frame.ZIndex = 1
- local TextLabel = Instance.new('TextLabel')
- TextLabel.Name = 'TextLabel'
- TextLabel.Parent = Frame
- TextLabel.Archivable = true
- TextLabel.SelectionImageObject = nil
- TextLabel.Active = false
- TextLabel.AnchorPoint = Vector2.new(0, 0)
- TextLabel.AutomaticSize = Enum.AutomaticSize.None
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BackgroundTransparency = 1
- TextLabel.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
- TextLabel.BorderMode = Enum.BorderMode.Outline
- TextLabel.BorderSizePixel = 1
- TextLabel.LayoutOrder = 0
- TextLabel.Position = UDim2.new(0.1590493619441986, 0, 0.42222222685813904, 0)
- TextLabel.Rotation = 0
- TextLabel.Size = UDim2.new(0.6819012761116028, 0, 0.1587301641702652, 0)
- TextLabel.SizeConstraint = Enum.SizeConstraint.RelativeXY
- TextLabel.Visible = true
- TextLabel.ZIndex = 1
- TextLabel.FontFace = Font.new ('rbxasset://fonts/families/SourceSansPro.json',Enum.FontWeight.Regular,Enum.FontStyle.Normal)
- TextLabel.LineHeight = 1
- TextLabel.MaxVisibleGraphemes = -1
- TextLabel.RichText = false
- TextLabel.Text = '0/0'
- TextLabel.TextColor3 = Color3.new(0, 0, 0)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14
- TextLabel.TextStrokeColor3 = Color3.new(0, 0, 0)
- TextLabel.TextStrokeTransparency = 1
- TextLabel.TextTransparency = 0
- TextLabel.TextTruncate = Enum.TextTruncate.None
- TextLabel.TextWrapped = true
- TextLabel.TextXAlignment = Enum.TextXAlignment.Center
- TextLabel.TextYAlignment = Enum.TextYAlignment.Center
- local UITextSizeConstraint = Instance.new('UITextSizeConstraint')
- UITextSizeConstraint.Name = 'UITextSizeConstraint'
- UITextSizeConstraint.Parent = TextLabel
- UITextSizeConstraint.Archivable = true
- UITextSizeConstraint.MaxTextSize = 50
- UITextSizeConstraint.MinTextSize = 1
- local UIAspectRatioConstraint = Instance.new('UIAspectRatioConstraint')
- UIAspectRatioConstraint.Name = 'UIAspectRatioConstraint'
- UIAspectRatioConstraint.Parent = TextLabel
- UIAspectRatioConstraint.Archivable = true
- UIAspectRatioConstraint.AspectRatio = 7.460000038146973
- UIAspectRatioConstraint.AspectType = Enum.AspectType.FitWithinMaxSize
- UIAspectRatioConstraint.DominantAxis = Enum.DominantAxis.Width
- local UICorner = Instance.new('UICorner')
- UICorner.Name = 'UICorner'
- UICorner.Parent = Frame
- UICorner.Archivable = true
- UICorner.CornerRadius = UDim.new(0, 8)
- local UIStroke = Instance.new('UIStroke')
- UIStroke.Name = 'UIStroke'
- UIStroke.Parent = Frame
- UIStroke.Archivable = true
- UIStroke.ApplyStrokeMode = Enum.ApplyStrokeMode.Contextual
- UIStroke.Color = Color3.new(0, 0, 0)
- UIStroke.LineJoinMode = Enum.LineJoinMode.Round
- UIStroke.Thickness = 6.900000095367432
- UIStroke.Transparency = 0
- local UIAspectRatioConstraint7 = Instance.new('UIAspectRatioConstraint')
- UIAspectRatioConstraint7.Name = 'UIAspectRatioConstraint'
- UIAspectRatioConstraint7.Parent = Frame
- UIAspectRatioConstraint7.Archivable = true
- UIAspectRatioConstraint7.AspectRatio = 1.7365078926086426
- UIAspectRatioConstraint7.AspectType = Enum.AspectType.FitWithinMaxSize
- UIAspectRatioConstraint7.DominantAxis = Enum.DominantAxis.Width
- local stops = 1
- function FullPath(object)
- if object == nil then
- return nil
- end
- local fullName = object:GetFullName()
- local ancestors = string.split(fullName, '.')
- if ancestors[1] == 'TeleportService' then
- return 'DONTDOIT'
- end
- local finalFullName = 'game:GetService(\"' .. ancestors[1] .. '\")'
- table.remove(ancestors, 1)
- for i, v in pairs(ancestors) do
- finalFullName = finalFullName .. "['" .. v .. "']"
- end
- return finalFullName
- end
- local done = 0
- local amount = 0
- function getChildren(currentStr, object)
- if amount == 0 then
- amount = #object:GetDescendants()
- end
- for i, v in pairs(object:GetDescendants()) do
- stops += 1
- if stops == 1000 then
- wait()
- stops = 0
- end
- if v ~= game:GetService('TeleportService') and v:FindFirstAncestorOfClass('TeleportService') == nil then
- if FullPath(v) == 'DONTDOIT' or FullPath(v) == nil or FullPath(v.Parent) == nil then continue end
- currentStr = currentStr .. '' .. v.Name .. '' .. ',' .. FullPath(v.Parent) .. ',' .. v.ClassName .. ',' ..FullPath(v) ..'LIONEROUTPUTNEWTESTOUTPUT'
- end
- done += 1
- TextLabel.Text = done .. "/" .. amount
- end
- return currentStr
- end
- wait(1)
- function final()
- local strin2 = getChildren('', game)
- TextLabel.Text = "Done!"
- wait(1)
- ScreenGui:Destroy()
- strin2 = string.sub(strin2, 1, string.len(strin2) - string.len('LIONEROUTPUTNEWTESTOUTPUT'))
- return strin2
- end
- writefile('LIONER3EDITOROUTPUT.txt', final())
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement