Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Gui to Lua
- -- Version: 3.2
- -- Instances:
- local Executor = Instance.new("ScreenGui")
- local Main = Instance.new("Frame")
- local Title = Instance.new("TextLabel")
- local UITextSizeConstraint = Instance.new("UITextSizeConstraint")
- local Content = Instance.new("ScrollingFrame")
- local Code = Instance.new("TextBox")
- local UITextSizeConstraint_2 = Instance.new("UITextSizeConstraint")
- local Execute = Instance.new("TextButton")
- local UITextSizeConstraint_3 = Instance.new("UITextSizeConstraint")
- local Copy = Instance.new("TextButton")
- local UITextSizeConstraint_4 = Instance.new("UITextSizeConstraint")
- local Clear = Instance.new("TextButton")
- local UITextSizeConstraint_5 = Instance.new("UITextSizeConstraint")
- --Properties:
- Executor.Name = "Executor"
- Executor.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- Executor.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Executor.IgnoreGuiInset = true
- Executor.ResetOnSpawn = false
- Main.Name = "Main"
- Main.Parent = Executor
- Main.Active = true
- Main.BackgroundColor3 = Color3.fromRGB(46, 46, 46)
- Main.BorderColor3 = Color3.fromRGB(0, 0, 0)
- Main.BorderSizePixel = 0
- Main.Position = UDim2.new(0.225130886, 0, 0.0761316866, 0)
- Main.Selectable = true
- Main.Size = UDim2.new(0.549738228, 0, 0.845678985, 0)
- Title.Name = "Title"
- Title.Parent = Main
- Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Title.BackgroundTransparency = 1.000
- Title.BorderColor3 = Color3.fromRGB(0, 0, 0)
- Title.BorderSizePixel = 0
- Title.Position = UDim2.new(0.348299325, 0, 0, 0)
- Title.Size = UDim2.new(0.302040815, 0, 0.0875912383, 0)
- Title.Font = Enum.Font.Gotham
- Title.Text = "Executor"
- Title.TextColor3 = Color3.fromRGB(255, 255, 255)
- Title.TextScaled = true
- Title.TextSize = 18.000
- Title.TextWrapped = true
- UITextSizeConstraint.Parent = Title
- UITextSizeConstraint.MaxTextSize = 18
- Content.Name = "Content"
- Content.Parent = Main
- Content.Active = true
- Content.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
- Content.BorderColor3 = Color3.fromRGB(0, 0, 0)
- Content.BorderSizePixel = 0
- Content.Position = UDim2.new(0.0176870748, 0, 0.119221412, 0)
- Content.Size = UDim2.new(0.964625835, 0, 0.69359386, 0)
- Content.CanvasSize = UDim2.new(0, 0, 0, 0)
- Content.ScrollBarThickness = 6
- Code.Name = "Code"
- Code.Parent = Content
- Code.BackgroundColor3 = Color3.fromRGB(63, 63, 63)
- Code.BorderColor3 = Color3.fromRGB(0, 0, 0)
- Code.BorderSizePixel = 0
- Code.Position = UDim2.new(0, 0, 4.68723051e-08, 0)
- Code.Size = UDim2.new(0, 709, 0, 325)
- Code.ClearTextOnFocus = false
- Code.Font = Enum.Font.Code
- Code.MultiLine = true
- Code.PlaceholderText = "print(\"Hello world!\")"
- Code.Text = ""
- Code.TextColor3 = Color3.fromRGB(255, 255, 255)
- Code.TextSize = 18.000
- Code.TextStrokeTransparency = 0.500
- Code.TextXAlignment = Enum.TextXAlignment.Left
- Code.TextYAlignment = Enum.TextYAlignment.Top
- UITextSizeConstraint_2.Parent = Code
- UITextSizeConstraint_2.MaxTextSize = 18
- Execute.Name = "Execute"
- Execute.Parent = Main
- Execute.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
- Execute.BorderColor3 = Color3.fromRGB(0, 0, 0)
- Execute.BorderSizePixel = 0
- Execute.Position = UDim2.new(0.0176870748, 0, 0.84428221, 0)
- Execute.Size = UDim2.new(0.296598643, 0, 0.121654503, 0)
- Execute.Font = Enum.Font.Gotham
- Execute.Text = "Execute"
- Execute.TextColor3 = Color3.fromRGB(255, 255, 255)
- Execute.TextScaled = true
- Execute.TextSize = 18.000
- Execute.TextWrapped = true
- UITextSizeConstraint_3.Parent = Execute
- UITextSizeConstraint_3.MaxTextSize = 18
- Copy.Name = "Copy"
- Copy.Parent = Main
- Copy.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
- Copy.BorderColor3 = Color3.fromRGB(0, 0, 0)
- Copy.BorderSizePixel = 0
- Copy.Position = UDim2.new(0.351020396, 0, 0.84428221, 0)
- Copy.Size = UDim2.new(0.296598643, 0, 0.121654503, 0)
- Copy.Font = Enum.Font.Gotham
- Copy.Text = "Copy"
- Copy.TextColor3 = Color3.fromRGB(255, 255, 255)
- Copy.TextScaled = true
- Copy.TextSize = 18.000
- Copy.TextWrapped = true
- UITextSizeConstraint_4.Parent = Copy
- UITextSizeConstraint_4.MaxTextSize = 18
- Clear.Name = "Clear"
- Clear.Parent = Main
- Clear.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
- Clear.BorderColor3 = Color3.fromRGB(0, 0, 0)
- Clear.BorderSizePixel = 0
- Clear.Position = UDim2.new(0.685714304, 0, 0.84428221, 0)
- Clear.Size = UDim2.new(0.296598643, 0, 0.121654503, 0)
- Clear.Font = Enum.Font.Gotham
- Clear.Text = "Clear"
- Clear.TextColor3 = Color3.fromRGB(255, 255, 255)
- Clear.TextScaled = true
- Clear.TextSize = 18.000
- Clear.TextWrapped = true
- UITextSizeConstraint_5.Parent = Clear
- UITextSizeConstraint_5.MaxTextSize = 18
- -- Scripts:
- local function ZMADW_fake_script() -- Main.Drag
- local script = Instance.new('LocalScript', Main)
- script.Parent.Draggable = true
- end
- coroutine.wrap(ZMADW_fake_script)()
- local function ERXUBX_fake_script() -- Execute.ExecuteCode
- local script = Instance.new('LocalScript', Execute)
- script.Parent.MouseButton1Click:Connect(function()
- if script.Parent.Parent.Content.Code.Text ~= "" then
- loadstring(script.Parent.Parent.Content.Code.Text)()
- end
- end)
- end
- coroutine.wrap(ERXUBX_fake_script)()
- local function GTSJY_fake_script() -- Copy.CopyCode
- local script = Instance.new('LocalScript', Copy)
- script.Parent.MouseButton1Click:Connect(function()
- if script.Parent.Parent.Content.Code.Text ~= "" then
- setclipboard(script.Parent.Parent.Content.Code.Text)
- end
- end)
- end
- coroutine.wrap(GTSJY_fake_script)()
- local function UCEOE_fake_script() -- Clear.ClearCode
- local script = Instance.new('LocalScript', Clear)
- script.Parent.MouseButton1Click:Connect(function()
- script.Parent.Parent.Content.Code.Text = ""
- end)
- end
- coroutine.wrap(UCEOE_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement