-- Gui to Lua -- Version: 3.2 -- Instances: local ScreenGui = Instance.new("ScreenGui") local Frame = Instance.new("Frame") local MainFrame = Instance.new("Frame") local Title = Instance.new("TextLabel") local ImageLabel = Instance.new("ImageLabel") local Executor = Instance.new("TextButton") local ExecutorFrame = Instance.new("Frame") local FrameK = Instance.new("Frame") local TextBox = Instance.new("TextBox") local File = Instance.new("TextButton") local Clear = Instance.new("TextButton") local Execute = Instance.new("TextButton") local Outputithink = Instance.new("TextBox") local Settings = Instance.new("TextButton") local close = Instance.new("TextButton") local bigger_dontwork = Instance.new("TextButton") local Remove = Instance.new("TextButton") --Properties: ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling ScreenGui.ResetOnSpawn = false Frame.Parent = ScreenGui Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Frame.BorderColor3 = Color3.fromRGB(0, 0, 0) Frame.BorderSizePixel = 0 Frame.Position = UDim2.new(0.288775504, 0, 0.203557312, 0) Frame.Size = UDim2.new(0, 490, 0, 27) Frame.Active = true Frame.Draggable = true MainFrame.Name = "MainFrame" MainFrame.Parent = Frame MainFrame.BackgroundColor3 = Color3.fromRGB(234, 234, 234) MainFrame.BorderColor3 = Color3.fromRGB(0, 0, 0) MainFrame.BorderSizePixel = 0 MainFrame.Position = UDim2.new(0, 0, 1, 0) MainFrame.Size = UDim2.new(0, 490, 0, 314) Title.Name = "Title" Title.Parent = Frame 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.0279069766, 0, 0.148148149, 0) Title.Size = UDim2.new(0, 122, 0, 21) Title.Font = Enum.Font.Code Title.Text = " Dominant Executor" Title.TextColor3 = Color3.fromRGB(0, 0, 0) Title.TextSize = 13.000 Title.TextWrapped = true ImageLabel.Parent = Frame ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255) ImageLabel.BorderColor3 = Color3.fromRGB(0, 0, 0) ImageLabel.BorderSizePixel = 0 ImageLabel.Position = UDim2.new(0.0139534883, 0, 0.222222224, 0) ImageLabel.Size = UDim2.new(0, 17, 0, 17) ImageLabel.Image = "rbxassetid://86102463824382" Executor.Name = "Executor" Executor.Parent = Frame Executor.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Executor.BorderColor3 = Color3.fromRGB(124, 124, 124) Executor.Position = UDim2.new(0.0135440128, 0, 1.22222221, 0) Executor.Size = UDim2.new(0, 45, 0, 17) Executor.Font = Enum.Font.SourceSans Executor.Text = "Executor" Executor.TextColor3 = Color3.fromRGB(0, 0, 0) Executor.TextSize = 14.000 ExecutorFrame.Name = "ExecutorFrame" ExecutorFrame.Parent = Frame ExecutorFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255) ExecutorFrame.BorderColor3 = Color3.fromRGB(124, 124, 124) ExecutorFrame.Position = UDim2.new(0.0139535712, 0, 1.85185182, 0) ExecutorFrame.Size = UDim2.new(0, 483, 0, 291) FrameK.Name = "FrameK" FrameK.Parent = ExecutorFrame FrameK.BackgroundColor3 = Color3.fromRGB(255, 255, 255) FrameK.BorderColor3 = Color3.fromRGB(124, 124, 124) FrameK.Position = UDim2.new(0.823655844, 0, 0.0526316017, 0) FrameK.Size = UDim2.new(0, 75, 0, 262) TextBox.Parent = ExecutorFrame TextBox.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextBox.BorderColor3 = Color3.fromRGB(124, 124, 124) TextBox.Position = UDim2.new(0.013507559, 0, 0.0523059741, 0) TextBox.Size = UDim2.new(0, 385, 0, 155) TextBox.ClearTextOnFocus = false TextBox.Font = Enum.Font.Code TextBox.MultiLine = true TextBox.Text = "Dominant Remake By TestFeBypass" TextBox.TextColor3 = Color3.fromRGB(0, 0, 0) TextBox.TextSize = 14.000 TextBox.TextWrapped = true TextBox.TextXAlignment = Enum.TextXAlignment.Left TextBox.TextYAlignment = Enum.TextYAlignment.Top File.Name = "File" File.Parent = ExecutorFrame File.BackgroundColor3 = Color3.fromRGB(218, 218, 218) File.BorderColor3 = Color3.fromRGB(158, 158, 158) File.Position = UDim2.new(0.0150537631, 0, 0.853383482, 0) File.Size = UDim2.new(0, 122, 0, 29) File.Font = Enum.Font.Code File.Text = "File" File.TextColor3 = Color3.fromRGB(0, 0, 0) File.TextSize = 16.000 Clear.Name = "Clear" Clear.Parent = ExecutorFrame Clear.BackgroundColor3 = Color3.fromRGB(218, 218, 218) Clear.BorderColor3 = Color3.fromRGB(158, 158, 158) Clear.Position = UDim2.new(0.0150537631, 0, 0.731072545, 0) Clear.Size = UDim2.new(0, 122, 0, 29) Clear.Font = Enum.Font.Code Clear.Text = "Clear" Clear.TextColor3 = Color3.fromRGB(0, 0, 0) Clear.TextSize = 16.000 Execute.Name = "Execute" Execute.Parent = ExecutorFrame Execute.BackgroundColor3 = Color3.fromRGB(218, 218, 218) Execute.BorderColor3 = Color3.fromRGB(158, 158, 158) Execute.Position = UDim2.new(0.0150537631, 0, 0.607911825, 0) Execute.Size = UDim2.new(0, 122, 0, 29) Execute.Font = Enum.Font.Code Execute.Text = "Execute" Execute.TextColor3 = Color3.fromRGB(0, 0, 0) Execute.TextSize = 16.000 Outputithink.Name = "Outputithink" Outputithink.Parent = ExecutorFrame Outputithink.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Outputithink.BorderColor3 = Color3.fromRGB(124, 124, 124) Outputithink.Position = UDim2.new(0.29192546, 0, 0.604811013, 0) Outputithink.Size = UDim2.new(0, 250, 0, 101) Outputithink.Font = Enum.Font.Code Outputithink.Text = "[IDE]:Loading 100%" Outputithink.TextColor3 = Color3.fromRGB(0, 0, 0) Outputithink.TextSize = 13.000 Outputithink.TextXAlignment = Enum.TextXAlignment.Left Outputithink.TextYAlignment = Enum.TextYAlignment.Top Settings.Name = "Settings" Settings.Parent = Frame Settings.BackgroundColor3 = Color3.fromRGB(218, 218, 218) Settings.BorderColor3 = Color3.fromRGB(124, 124, 124) Settings.Position = UDim2.new(0.105380744, 0, 1.22222221, 0) Settings.Size = UDim2.new(0, 45, 0, 16) Settings.Font = Enum.Font.SourceSans Settings.Text = "Settings" Settings.TextColor3 = Color3.fromRGB(0, 0, 0) Settings.TextSize = 14.000 close.Name = "close" close.Parent = Frame close.BackgroundColor3 = Color3.fromRGB(255, 255, 255) close.BackgroundTransparency = 1.000 close.BorderColor3 = Color3.fromRGB(0, 0, 0) close.BorderSizePixel = 0 close.Position = UDim2.new(0.797959208, 0, 0, 0) close.Size = UDim2.new(0, 37, 0, 27) close.Font = Enum.Font.SourceSans close.Text = "-" close.TextColor3 = Color3.fromRGB(0, 0, 0) close.TextSize = 15.000 bigger_dontwork.Name = "bigger_dontwork" bigger_dontwork.Parent = Frame bigger_dontwork.BackgroundColor3 = Color3.fromRGB(255, 255, 255) bigger_dontwork.BorderColor3 = Color3.fromRGB(0, 0, 0) bigger_dontwork.BorderSizePixel = 0 bigger_dontwork.Position = UDim2.new(0.873469412, 0, 0, 0) bigger_dontwork.Size = UDim2.new(0, 33, 0, 25) bigger_dontwork.Font = Enum.Font.SourceSans bigger_dontwork.Text = "☐" bigger_dontwork.TextColor3 = Color3.fromRGB(198, 198, 198) bigger_dontwork.TextSize = 16.000 Remove.Name = "Remove" Remove.Parent = Frame Remove.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Remove.BorderColor3 = Color3.fromRGB(0, 0, 0) Remove.BorderSizePixel = 0 Remove.Position = UDim2.new(0.940816343, 0, 0, 0) Remove.Size = UDim2.new(0, 29, 0, 23) Remove.Font = Enum.Font.Code Remove.Text = "X" Remove.TextColor3 = Color3.fromRGB(0, 0, 0) Remove.TextSize = 14.000 -- Scripts: local function LXZFXVA_fake_script() -- Clear.LocalScript local script = Instance.new('LocalScript', Clear) script.Parent.MouseButton1Click:Connect(function() script.Parent.Parent.TextBox.Text = "" end) end coroutine.wrap(LXZFXVA_fake_script)() local function RLDMLYY_fake_script() -- Execute.LocalScript local script = Instance.new('LocalScript', Execute) local TextBox = script.Parent.Parent.TextBox local Outputithink = script.Parent.Parent.Outputithink script.Parent.MouseButton1Click:Connect(function() loadstring(TextBox.Text)() Outputithink.Text = "[IDE]:Sucessfully Executed The Script!" end) end coroutine.wrap(RLDMLYY_fake_script)() local function MSOQQK_fake_script() -- close.LocalScript local script = Instance.new('LocalScript', close) local button = script.Parent local frame = StarterGui:WaitForChild("Frame") local userInputService = game:GetService("UserInputService") local isFrameVisible = true local StarterGui = game.WaitForChild('StarterGui') local function onButtonClicked() frame.Visible = false end button.MouseButton1Click:Connect(onButtonClicked) local function onKeyPress(input, gameProcessed) if input.KeyCode == Enum.KeyCode.P then isFrameVisible = not isFrameVisible frame.Visible = isFrameVisible end end userInputService.InputBegan:Connect(onKeyPress) end coroutine.wrap(MSOQQK_fake_script)() local function XIYFWXN_fake_script() -- Remove.LocalScript local script = Instance.new('LocalScript', Remove) script.Parent.MouseButton1Click:Connect(function() ScreenGui:Destroy() end) end coroutine.wrap(XIYFWXN_fake_script)()