Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Objects
- local AdminGui = Instance.new("ScreenGui")
- local ExplorerPanel = Instance.new("Frame")
- local ExplorerOopen = Instance.new("Frame")
- local Open = Instance.new("TextButton")
- local ExplorerCloose = Instance.new("Frame")
- local Open_2 = Instance.new("TextButton")
- local PropertiesPanel = Instance.new("Frame")
- local List = Instance.new("Frame")
- local TextWidth = Instance.new("TextLabel")
- local ScrollFrame = Instance.new("Frame")
- local ScrollDown = Instance.new("ImageButton")
- local ArrowGraphic = Instance.new("Frame")
- local Graphic = Instance.new("Frame")
- local Graphic_2 = Instance.new("Frame")
- local Graphic_3 = Instance.new("Frame")
- local Graphic_4 = Instance.new("Frame")
- local ScrollUp = Instance.new("ImageButton")
- local ArrowGraphic_2 = Instance.new("Frame")
- local Graphic_5 = Instance.new("Frame")
- local Graphic_6 = Instance.new("Frame")
- local Graphic_7 = Instance.new("Frame")
- local Graphic_8 = Instance.new("Frame")
- local ScrollBar = Instance.new("ImageButton")
- local ScrollThumb = Instance.new("ImageButton")
- local GripGraphic = Instance.new("Frame")
- local Frame = Instance.new("Frame")
- local Frame_2 = Instance.new("Frame")
- local Frame_3 = Instance.new("Frame")
- local Header = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local property = Instance.new("Frame")
- local name = Instance.new("Frame")
- local unlocked = Instance.new("TextLabel")
- local locked = Instance.new("TextLabel")
- local border = Instance.new("Frame")
- local edit = Instance.new("Frame")
- local locked_2 = Instance.new("TextLabel")
- local box = Instance.new("TextBox")
- local check = Instance.new("ImageButton")
- local rrr = Instance.new("TextLabel")
- local lll = Instance.new("TextLabel")
- local Locaa = Instance.new("TextButton")
- local Main = Instance.new("TextButton")
- local Close = Instance.new("TextButton")
- local Tools = Instance.new("Frame")
- -- Properties
- AdminGui.Name = "AdminGui"
- AdminGui.Parent = game.StarterGui
- ExplorerPanel.Name = "ExplorerPanel"
- ExplorerPanel.Parent = AdminGui
- ExplorerPanel.BackgroundColor3 = Color3.new(1, 1, 1)
- ExplorerPanel.BackgroundTransparency = 0.10000000149012
- ExplorerPanel.BorderColor3 = Color3.new(0.74902, 0.74902, 0.74902)
- ExplorerPanel.Draggable = true
- ExplorerPanel.Position = UDim2.new(1, -308, 0, 10)
- ExplorerPanel.Size = UDim2.new(0, 300, 1, -250)
- ExplorerPanel.Visible = false
- ExplorerOopen.Name = "ExplorerOopen"
- ExplorerOopen.Parent = AdminGui
- ExplorerOopen.BackgroundColor3 = Color3.new(0, 1, 1)
- ExplorerOopen.BorderSizePixel = 0
- ExplorerOopen.Draggable = true
- ExplorerOopen.Size = UDim2.new(0, 0, 0, 100)
- ExplorerOopen.Style = Enum.FrameStyle.RobloxRound
- Open.Name = "Open"
- Open.Parent = ExplorerOopen
- Open.BackgroundColor3 = Color3.new(0, 0, 0)
- Open.BorderColor3 = Color3.new(1, 1, 1)
- Open.BorderSizePixel = 0
- Open.Position = UDim2.new(0, 4, 0, 494)
- Open.Size = UDim2.new(0, 70, 0, 20)
- Open.Font = Enum.Font.ArialBold
- Open.FontSize = Enum.FontSize.Size14
- Open.Text = "Explorer"
- Open.TextColor3 = Color3.new(1, 1, 1)
- Open.TextStrokeTransparency = 0
- ExplorerCloose.Name = "ExplorerCloose"
- ExplorerCloose.Parent = AdminGui
- ExplorerCloose.BackgroundColor3 = Color3.new(0, 1, 1)
- ExplorerCloose.BorderSizePixel = 0
- ExplorerCloose.Size = UDim2.new(0, 0, 0, 100)
- ExplorerCloose.Visible = false
- ExplorerCloose.Style = Enum.FrameStyle.RobloxRound
- Open_2.Name = "Open"
- Open_2.Parent = ExplorerCloose
- Open_2.BackgroundColor3 = Color3.new(0, 0, 1)
- Open_2.BorderColor3 = Color3.new(1, 1, 1)
- Open_2.BorderSizePixel = 0
- Open_2.Position = UDim2.new(0, 4, 0, 494)
- Open_2.Size = UDim2.new(0, 70, 0, 20)
- Open_2.ZIndex = 10
- Open_2.AutoButtonColor = false
- Open_2.Font = Enum.Font.ArialBold
- Open_2.FontSize = Enum.FontSize.Size14
- Open_2.Text = "Close"
- Open_2.TextColor3 = Color3.new(1, 1, 1)
- Open_2.TextStrokeColor3 = Color3.new(0, 0, 1)
- PropertiesPanel.Name = "PropertiesPanel"
- PropertiesPanel.Parent = AdminGui
- PropertiesPanel.Active = true
- PropertiesPanel.BackgroundColor3 = Color3.new(1, 1, 1)
- PropertiesPanel.BackgroundTransparency = 0.10000000149012
- PropertiesPanel.BorderColor3 = Color3.new(0.584314, 0.584314, 0.584314)
- PropertiesPanel.Draggable = true
- PropertiesPanel.Position = UDim2.new(1, -620, 0.100000001, 0)
- PropertiesPanel.Size = UDim2.new(0, 300, 0.5, 0)
- PropertiesPanel.Visible = false
- List.Name = "List"
- List.Parent = PropertiesPanel
- List.BackgroundTransparency = 1
- List.ClipsDescendants = true
- List.Position = UDim2.new(0, 0, 0, 18)
- List.Size = UDim2.new(1, -16, 1, -18)
- TextWidth.Name = "TextWidth"
- TextWidth.Parent = PropertiesPanel
- TextWidth.Size = UDim2.new(1, 0, 1, 0)
- TextWidth.Visible = false
- TextWidth.Font = Enum.Font.SourceSans
- TextWidth.FontSize = Enum.FontSize.Size14
- TextWidth.Text = "TweenService"
- TextWidth.TextXAlignment = Enum.TextXAlignment.Left
- ScrollFrame.Name = "ScrollFrame"
- ScrollFrame.Parent = PropertiesPanel
- ScrollFrame.BackgroundTransparency = 1
- ScrollFrame.Position = UDim2.new(1, -16, 0, 18)
- ScrollFrame.Size = UDim2.new(0, 16, 1, -18)
- ScrollDown.Name = "ScrollDown"
- ScrollDown.Parent = ScrollFrame
- ScrollDown.BackgroundColor3 = Color3.new(0.866667, 0.866667, 0.866667)
- ScrollDown.BorderColor3 = Color3.new(0.584314, 0.584314, 0.584314)
- ScrollDown.Position = UDim2.new(0, 0, 1, -16)
- ScrollDown.Size = UDim2.new(0, 16, 0, 16)
- ArrowGraphic.Name = "Arrow Graphic"
- ArrowGraphic.Parent = ScrollDown
- ArrowGraphic.BackgroundTransparency = 1
- ArrowGraphic.BorderSizePixel = 0
- ArrowGraphic.Position = UDim2.new(0.5, -4, 0.5, -4)
- ArrowGraphic.Size = UDim2.new(0, 8, 0, 8)
- Graphic.Name = "Graphic"
- Graphic.Parent = ArrowGraphic
- Graphic.BackgroundColor3 = Color3.new(0.584314, 0.584314, 0.584314)
- Graphic.BorderSizePixel = 0
- Graphic.Position = UDim2.new(0.375, 0, 0.625, 0)
- Graphic.Size = UDim2.new(0.25, 0, 0.125, 0)
- Graphic_2.Name = "Graphic"
- Graphic_2.Parent = ArrowGraphic
- Graphic_2.BackgroundColor3 = Color3.new(0.584314, 0.584314, 0.584314)
- Graphic_2.BorderSizePixel = 0
- Graphic_2.Position = UDim2.new(0.25, 0, 0.5, 0)
- Graphic_2.Size = UDim2.new(0.5, 0, 0.125, 0)
- Graphic_3.Name = "Graphic"
- Graphic_3.Parent = ArrowGraphic
- Graphic_3.BackgroundColor3 = Color3.new(0.584314, 0.584314, 0.584314)
- Graphic_3.BorderSizePixel = 0
- Graphic_3.Position = UDim2.new(0.125, 0, 0.375, 0)
- Graphic_3.Size = UDim2.new(0.75, 0, 0.125, 0)
- Graphic_4.Name = "Graphic"
- Graphic_4.Parent = ArrowGraphic
- Graphic_4.BackgroundColor3 = Color3.new(0.584314, 0.584314, 0.584314)
- Graphic_4.BorderSizePixel = 0
- Graphic_4.Position = UDim2.new(0, 0, 0.25, 0)
- Graphic_4.Size = UDim2.new(1, 0, 0.125, 0)
- ScrollUp.Name = "ScrollUp"
- ScrollUp.Parent = ScrollFrame
- ScrollUp.Active = false
- ScrollUp.BackgroundColor3 = Color3.new(0.866667, 0.866667, 0.866667)
- ScrollUp.BorderColor3 = Color3.new(0.584314, 0.584314, 0.584314)
- ScrollUp.Size = UDim2.new(0, 16, 0, 16)
- ScrollUp.AutoButtonColor = false
- ArrowGraphic_2.Name = "Arrow Graphic"
- ArrowGraphic_2.Parent = ScrollUp
- ArrowGraphic_2.BackgroundTransparency = 1
- ArrowGraphic_2.BorderSizePixel = 0
- ArrowGraphic_2.Position = UDim2.new(0.5, -4, 0.5, -4)
- ArrowGraphic_2.Size = UDim2.new(0, 8, 0, 8)
- Graphic_5.Name = "Graphic"
- Graphic_5.Parent = ArrowGraphic_2
- Graphic_5.BackgroundColor3 = Color3.new(0.584314, 0.584314, 0.584314)
- Graphic_5.BackgroundTransparency = 0.69999998807907
- Graphic_5.BorderSizePixel = 0
- Graphic_5.Position = UDim2.new(0.375, 0, 0.25, 0)
- Graphic_5.Size = UDim2.new(0.25, 0, 0.125, 0)
- Graphic_6.Name = "Graphic"
- Graphic_6.Parent = ArrowGraphic_2
- Graphic_6.BackgroundColor3 = Color3.new(0.584314, 0.584314, 0.584314)
- Graphic_6.BackgroundTransparency = 0.69999998807907
- Graphic_6.BorderSizePixel = 0
- Graphic_6.Position = UDim2.new(0.25, 0, 0.375, 0)
- Graphic_6.Size = UDim2.new(0.5, 0, 0.125, 0)
- Graphic_7.Name = "Graphic"
- Graphic_7.Parent = ArrowGraphic_2
- Graphic_7.BackgroundColor3 = Color3.new(0.584314, 0.584314, 0.584314)
- Graphic_7.BackgroundTransparency = 0.69999998807907
- Graphic_7.BorderSizePixel = 0
- Graphic_7.Position = UDim2.new(0.125, 0, 0.5, 0)
- Graphic_7.Size = UDim2.new(0.75, 0, 0.125, 0)
- Graphic_8.Name = "Graphic"
- Graphic_8.Parent = ArrowGraphic_2
- Graphic_8.BackgroundColor3 = Color3.new(0.584314, 0.584314, 0.584314)
- Graphic_8.BackgroundTransparency = 0.69999998807907
- Graphic_8.BorderSizePixel = 0
- Graphic_8.Position = UDim2.new(0, 0, 0.625, 0)
- Graphic_8.Size = UDim2.new(1, 0, 0.125, 0)
- ScrollBar.Name = "ScrollBar"
- ScrollBar.Parent = ScrollFrame
- ScrollBar.BackgroundColor3 = Color3.new(0.94902, 0.94902, 0.94902)
- ScrollBar.BorderColor3 = Color3.new(0.584314, 0.584314, 0.584314)
- ScrollBar.Position = UDim2.new(0, 0, 0, 16)
- ScrollBar.Size = UDim2.new(1, 0, 1, -32)
- ScrollBar.AutoButtonColor = false
- ScrollThumb.Name = "ScrollThumb"
- ScrollThumb.Parent = ScrollBar
- ScrollThumb.BackgroundColor3 = Color3.new(0.866667, 0.866667, 0.866667)
- ScrollThumb.BorderColor3 = Color3.new(0.584314, 0.584314, 0.584314)
- ScrollThumb.Draggable = true
- ScrollThumb.Size = UDim2.new(0, 16, 0, 75)
- ScrollThumb.AutoButtonColor = false
- GripGraphic.Name = "Grip Graphic"
- GripGraphic.Parent = ScrollThumb
- GripGraphic.BackgroundTransparency = 1
- GripGraphic.BorderSizePixel = 0
- GripGraphic.Position = UDim2.new(0.5, -3, 0.5, -3)
- GripGraphic.Size = UDim2.new(0, 6, 0, 6)
- Frame.Parent = GripGraphic
- Frame.BorderSizePixel = 0
- Frame.Size = UDim2.new(1, 0, 0.166666672, 0)
- Frame_2.Parent = GripGraphic
- Frame_2.BorderSizePixel = 0
- Frame_2.Position = UDim2.new(0, 0, 0.333333343, 0)
- Frame_2.Size = UDim2.new(1, 0, 0.166666672, 0)
- Frame_3.Parent = GripGraphic
- Frame_3.BorderSizePixel = 0
- Frame_3.Position = UDim2.new(0, 0, 0.666666687, 0)
- Frame_3.Size = UDim2.new(1, 0, 0.166666672, 0)
- Header.Name = "Header"
- Header.Parent = PropertiesPanel
- Header.BackgroundColor3 = Color3.new(0.913726, 0.913726, 0.913726)
- Header.BorderColor3 = Color3.new(0.584314, 0.584314, 0.584314)
- Header.Size = UDim2.new(1, 0, 0, 18)
- TextLabel.Parent = Header
- TextLabel.BackgroundTransparency = 1
- TextLabel.Position = UDim2.new(0, 4, 0, 0)
- TextLabel.Size = UDim2.new(1, -4, 1, 0)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.FontSize = Enum.FontSize.Size14
- TextLabel.Text = "Properties"
- TextLabel.TextColor3 = Color3.new(0, 0, 0)
- TextLabel.TextXAlignment = Enum.TextXAlignment.Left
- property.Name = "property"
- property.Parent = PropertiesPanel
- property.BackgroundColor3 = Color3.new(0.866667, 0.866667, 0.870588)
- property.BorderColor3 = Color3.new(0.686275, 0.686275, 0.686275)
- property.Position = UDim2.new(0, 0, 0, 1)
- property.Size = UDim2.new(1, 0, 0, 22)
- property.Visible = false
- name.Name = "name"
- name.Parent = property
- name.BackgroundColor3 = Color3.new(0.992157, 0.984314, 1)
- name.BackgroundTransparency = 1
- name.Size = UDim2.new(0.5, 0, 1, -1)
- unlocked.Name = "unlocked"
- unlocked.Parent = name
- unlocked.BackgroundTransparency = 1
- unlocked.Position = UDim2.new(0, 5, 0, 0)
- unlocked.Size = UDim2.new(1, -10, 1, 0)
- unlocked.Visible = false
- unlocked.Font = Enum.Font.SourceSans
- unlocked.FontSize = Enum.FontSize.Size14
- unlocked.Text = ""
- unlocked.TextColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
- unlocked.TextWrapped = true
- unlocked.TextXAlignment = Enum.TextXAlignment.Left
- locked.Name = "locked"
- locked.Parent = name
- locked.BackgroundTransparency = 1
- locked.Position = UDim2.new(0, 5, 0, 0)
- locked.Size = UDim2.new(1, -10, 1, 0)
- locked.Visible = false
- locked.Font = Enum.Font.SourceSans
- locked.FontSize = Enum.FontSize.Size14
- locked.Text = ""
- locked.TextColor3 = Color3.new(0.580392, 0.580392, 0.580392)
- locked.TextWrapped = true
- locked.TextXAlignment = Enum.TextXAlignment.Left
- border.Name = "border"
- border.Parent = property
- border.BackgroundColor3 = Color3.new(0.686275, 0.686275, 0.686275)
- border.BorderColor3 = Color3.new(0.686275, 0.686275, 0.686275)
- border.BorderSizePixel = 0
- border.Position = UDim2.new(0.5, 0, 0, 0)
- border.Size = UDim2.new(0, 1, 1, 0)
- edit.Name = "edit"
- edit.Parent = property
- edit.BackgroundColor3 = Color3.new(0.992157, 0.984314, 1)
- edit.BackgroundTransparency = 1
- edit.Position = UDim2.new(0.5, 0, 0, 0)
- edit.Size = UDim2.new(0.5, 0, 1, -1)
- locked_2.Name = "locked"
- locked_2.Parent = edit
- locked_2.BackgroundTransparency = 1
- locked_2.Position = UDim2.new(0, 5, 0, 0)
- locked_2.Size = UDim2.new(1, -10, 1, 0)
- locked_2.Visible = false
- locked_2.Font = Enum.Font.SourceSans
- locked_2.FontSize = Enum.FontSize.Size14
- locked_2.Text = ""
- locked_2.TextColor3 = Color3.new(0.580392, 0.580392, 0.580392)
- locked_2.TextWrapped = true
- locked_2.TextXAlignment = Enum.TextXAlignment.Left
- box.Name = "box"
- box.Parent = edit
- box.BackgroundTransparency = 1
- box.Position = UDim2.new(0, 5, 0, 0)
- box.Size = UDim2.new(1, -10, 1, 0)
- box.Visible = false
- box.Font = Enum.Font.SourceSans
- box.FontSize = Enum.FontSize.Size14
- box.Text = ""
- box.TextColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
- box.TextWrapped = true
- box.TextXAlignment = Enum.TextXAlignment.Left
- check.Name = "check"
- check.Parent = edit
- check.BackgroundColor3 = Color3.new(0.866667, 0.866667, 0.870588)
- check.BorderSizePixel = 0
- check.Position = UDim2.new(0, 5, 0, 5)
- check.Size = UDim2.new(0, 12, 0, 12)
- check.Visible = false
- rrr.Name = "rrr"
- rrr.Parent = AdminGui
- rrr.Active = true
- rrr.BackgroundColor3 = Color3.new(0, 0, 0)
- rrr.BorderSizePixel = 0
- rrr.Position = UDim2.new(0, 163, 0, 330)
- rrr.Size = UDim2.new(0, 30, 0, 40)
- rrr.Visible = false
- rrr.Font = Enum.Font.SourceSansBold
- rrr.FontSize = Enum.FontSize.Size36
- rrr.Text = ">"
- rrr.TextColor3 = Color3.new(0, 0, 0)
- rrr.TextStrokeColor3 = Color3.new(1, 1, 1)
- rrr.TextStrokeTransparency = 0
- lll.Name = "lll"
- lll.Parent = AdminGui
- lll.Active = true
- lll.BackgroundColor3 = Color3.new(0, 0, 0)
- lll.BorderSizePixel = 0
- lll.Position = UDim2.new(0, 15, 0, 330)
- lll.Size = UDim2.new(0, 30, 0, 40)
- lll.Visible = false
- lll.Font = Enum.Font.SourceSansBold
- lll.FontSize = Enum.FontSize.Size36
- lll.Text = ">"
- lll.TextColor3 = Color3.new(0, 0, 0)
- lll.TextStrokeColor3 = Color3.new(1, 1, 1)
- lll.TextStrokeTransparency = 0
- Locaa.Name = "Locaa"
- Locaa.Parent = AdminGui
- Locaa.BackgroundColor3 = Color3.new(0, 0, 0)
- Locaa.BorderSizePixel = 0
- Locaa.Position = UDim2.new(0, 154, 0, 330)
- Locaa.Size = UDim2.new(0, 145, 0, 40)
- Locaa.Visible = false
- Locaa.AutoButtonColor = false
- Locaa.Font = Enum.Font.SourceSansBold
- Locaa.FontSize = Enum.FontSize.Size36
- Locaa.Text = "Local"
- Locaa.TextColor3 = Color3.new(0, 0, 0)
- Locaa.TextStrokeColor3 = Color3.new(1, 1, 1)
- Locaa.TextStrokeTransparency = 0
- Main.Name = "Main"
- Main.Parent = AdminGui
- Main.BackgroundColor3 = Color3.new(0, 0, 0)
- Main.BorderSizePixel = 0
- Main.Position = UDim2.new(0, 4, 0, 330)
- Main.Size = UDim2.new(0, 145, 0, 40)
- Main.Visible = false
- Main.AutoButtonColor = false
- Main.Font = Enum.Font.SourceSansBold
- Main.FontSize = Enum.FontSize.Size36
- Main.Text = "Main"
- Main.TextColor3 = Color3.new(0, 0, 0)
- Main.TextStrokeColor3 = Color3.new(1, 1, 1)
- Main.TextStrokeTransparency = 0
- Close.Name = "Close"
- Close.Parent = AdminGui
- Close.BackgroundColor3 = Color3.new(0, 0, 1)
- Close.BorderSizePixel = 0
- Close.Position = UDim2.new(0, 4, 0, 464)
- Close.Size = UDim2.new(0, 70, 0, 20)
- Close.Visible = false
- Close.AutoButtonColor = false
- Close.Font = Enum.Font.ArialBold
- Close.FontSize = Enum.FontSize.Size14
- Close.Text = "Close"
- Close.TextColor3 = Color3.new(1, 1, 1)
- Tools.Name = "Tools"
- Tools.Parent = AdminGui
- Tools.Active = true
- Tools.BackgroundColor3 = Color3.new(1, 1, 1)
- Tools.BackgroundTransparency = 1
- Tools.BorderSizePixel = 0
- Tools.Size = UDim2.new(0, 100, 0, 100)
- Tools.Visible = false
Add Comment
Please, Sign In to add comment