local XPE = Instance.new("ScreenGui") local Frame = Instance.new("Frame") local Script = Instance.new("TextBox") local Text = Instance.new("TextLabel") local Minimize = Instance.new("TextButton") local SaveFile = Instance.new("TextButton") local Attach = Instance.new("TextButton") local Execute = Instance.new("TextButton") local Clear = Instance.new("TextButton") local OpenFile = Instance.new("TextButton") local Close = Instance.new("TextButton") XPE.Name = "XPE" XPE.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") XPE.ZIndexBehavior = Enum.ZIndexBehavior.Sibling Frame.Parent = XPE Frame.BackgroundColor3 = Color3.fromRGB(17, 0, 0) Frame.BorderColor3 = Color3.fromRGB(0, 0, 0) Frame.BorderSizePixel = 0 Frame.Position = UDim2.new(0.189024389, 0, 0.210900471, 0) Frame.Size = UDim2.new(0, 804, 0, 448) Frame.Active = true Frame.Draggable = true Script.Name = "Script" Script.Parent = Frame Script.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Script.BorderColor3 = Color3.fromRGB(0, 0, 0) Script.BorderSizePixel = 0 Script.Position = UDim2.new(0.016169155, 0, 0.171875, 0) Script.Size = UDim2.new(0, 776, 0, 303) Script.Font = Enum.Font.SourceSans Script.Text = "" Script.TextColor3 = Color3.fromRGB(0, 0, 0) Script.TextSize = 14.000 Text.Name = "Text" Text.Parent = Frame Text.BackgroundColor3 = Color3.fromRGB(17, 0, 0) Text.BorderColor3 = Color3.fromRGB(0, 0, 0) Text.BorderSizePixel = 0 Text.Position = UDim2.new(3.79571858e-08, 0, 0, 0) Text.Size = UDim2.new(0, 803, 0, 72) Text.Font = Enum.Font.SciFi Text.Text = "XP Executor" Text.TextColor3 = Color3.fromRGB(255, 255, 255) Text.TextScaled = true Text.TextSize = 14.000 Text.TextWrapped = true Text.TextXAlignment = Enum.TextXAlignment.Left Minimize.Name = "Minimize" Minimize.Parent = Frame Minimize.BackgroundColor3 = Color3.fromRGB(34, 0, 0) Minimize.BorderColor3 = Color3.fromRGB(0, 0, 0) Minimize.BorderSizePixel = 0 Minimize.Position = UDim2.new(0.820895493, 0, 0.015625, 0) Minimize.Size = UDim2.new(0, 65, 0, 65) Minimize.Font = Enum.Font.SourceSans Minimize.Text = "_" Minimize.TextColor3 = Color3.fromRGB(255, 255, 255) Minimize.TextScaled = true Minimize.TextSize = 14.000 Minimize.TextWrapped = true SaveFile.Name = "SaveFile" SaveFile.Parent = Frame SaveFile.BackgroundColor3 = Color3.fromRGB(255, 255, 255) SaveFile.BorderColor3 = Color3.fromRGB(0, 0, 0) SaveFile.BorderSizePixel = 0 SaveFile.Position = UDim2.new(0.527363181, 0, 0.875, 0) SaveFile.Size = UDim2.new(0, 123, 0, 44) SaveFile.Font = Enum.Font.SourceSans SaveFile.Text = "Save File" SaveFile.TextColor3 = Color3.fromRGB(0, 0, 0) SaveFile.TextSize = 14.000 Attach.Name = "Attach" Attach.Parent = Frame Attach.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Attach.BorderColor3 = Color3.fromRGB(0, 0, 0) Attach.BorderSizePixel = 0 Attach.Position = UDim2.new(0.805970132, 0, 0.875, 0) Attach.Size = UDim2.new(0, 141, 0, 44) Attach.Font = Enum.Font.SourceSans Attach.Text = "Attach" Attach.TextColor3 = Color3.fromRGB(0, 0, 0) Attach.TextSize = 14.000 Execute.Name = "Execute" Execute.Parent = Frame Execute.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Execute.BorderColor3 = Color3.fromRGB(0, 0, 0) Execute.BorderSizePixel = 0 Execute.Position = UDim2.new(0.016169155, 0, 0.875, 0) Execute.Size = UDim2.new(0, 123, 0, 44) Execute.Font = Enum.Font.SourceSans Execute.Text = "Execute" Execute.TextColor3 = Color3.fromRGB(0, 0, 0) Execute.TextSize = 14.000 Execute.TextWrapped = true Clear.Name = "Clear" Clear.Parent = Frame Clear.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Clear.BorderColor3 = Color3.fromRGB(0, 0, 0) Clear.BorderSizePixel = 0 Clear.Position = UDim2.new(0.184079602, 0, 0.875, 0) Clear.Size = UDim2.new(0, 123, 0, 44) Clear.Font = Enum.Font.SourceSans Clear.Text = "Clear" Clear.TextColor3 = Color3.fromRGB(0, 0, 0) Clear.TextSize = 14.000 OpenFile.Name = "OpenFile" OpenFile.Parent = Frame OpenFile.BackgroundColor3 = Color3.fromRGB(255, 255, 255) OpenFile.BorderColor3 = Color3.fromRGB(0, 0, 0) OpenFile.BorderSizePixel = 0 OpenFile.Position = UDim2.new(0.355721384, 0, 0.875, 0) OpenFile.Size = UDim2.new(0, 123, 0, 44) OpenFile.Font = Enum.Font.SourceSans OpenFile.Text = "Open File" OpenFile.TextColor3 = Color3.fromRGB(0, 0, 0) OpenFile.TextSize = 14.000 Close.Name = "Close" Close.Parent = Frame Close.BackgroundColor3 = Color3.fromRGB(34, 0, 0) Close.BorderColor3 = Color3.fromRGB(0, 0, 0) Close.BorderSizePixel = 0 Close.Position = UDim2.new(0.907960176, 0, 0.015625, 0) Close.Size = UDim2.new(0, 65, 0, 65) Close.Font = Enum.Font.SourceSans Close.Text = "X" Close.TextColor3 = Color3.fromRGB(255, 255, 255) Close.TextScaled = true Close.TextSize = 14.000 Close.TextWrapped = true local function KRQGDU_fake_script() local script = Instance.new('LocalScript', Minimize) local XPE = script.Parent.Parent.Parent local Frame = XPE:WaitForChild("Frame") local Script = Frame:WaitForChild("Script") Frame.Minimize.MouseButton1Click:Connect(function() local Visibility = XPE.Frame.BackgroundTransparency == 1 if Visibility then Script.Visible = true XPE.Frame.SaveFile.Visible = true XPE.Frame.Attach.Visible = true XPE.Frame.Execute.Visible = true XPE.Frame.Clear.Visible = true XPE.Frame.OpenFile.Visible = true XPE.Frame.BackgroundTransparency = 0 else Script.Visible = false XPE.Frame.SaveFile.Visible = false XPE.Frame.Attach.Visible = false XPE.Frame.Execute.Visible = false XPE.Frame.Clear.Visible = false XPE.Frame.OpenFile.Visible = false XPE.Frame.BackgroundTransparency = 1 end end) end coroutine.wrap(KRQGDU_fake_script)() local function WEGRZS_fake_script() local script = Instance.new('LocalScript', SaveFile) local XPE = script.Parent.Parent.Parent local Frame = XPE:WaitForChild("Frame") local Script = Frame:WaitForChild("Script") Frame.SaveFile.MouseButton1Click:Connect(function() game:GetService("StarterGui"):SetCore("SendNotification", { Title = "COMING SOON", Text = "Remember that this is only a showcase.", }) end) end coroutine.wrap(WEGRZS_fake_script)() local function ILJECFY_fake_script() local script = Instance.new('LocalScript', Attach) local XPE = script.Parent.Parent.Parent local Frame = XPE:WaitForChild("Frame") local Script = Frame:WaitForChild("Script") Frame.Attach.MouseButton1Click:Connect(function() game:GetService("StarterGui"):SetCore("SendNotification", { Title = "[XP Executor]", Text = "Already attached.", }) end) end coroutine.wrap(ILJECFY_fake_script)() local function IMHBXL_fake_script() local script = Instance.new('LocalScript', Execute) local XPE = script.Parent.Parent.Parent local Frame = XPE:WaitForChild("Frame") local Script = Frame:WaitForChild("Script") Frame.Execute.MouseButton1Click:Connect(function() local success, result = pcall(function() assert(loadstring(XPE.Frame.Script.Text))() end) if not success then XPE.Frame.Script.Text = "An error has occured:\n" .. tostring(result) end end) end coroutine.wrap(IMHBXL_fake_script)() local function UVTUKM_fake_script() local script = Instance.new('LocalScript', Clear) local XPE = script.Parent.Parent.Parent local Frame = XPE:WaitForChild("Frame") local Script = Frame:WaitForChild("Script") Frame.Clear.MouseButton1Click:Connect(function() XPE.Frame.Script.Text = "" end) end coroutine.wrap(UVTUKM_fake_script)() local function JFWIELV_fake_script() local script = Instance.new('LocalScript', OpenFile) local XPE = script.Parent.Parent.Parent local Frame = XPE:WaitForChild("Frame") local Script = Frame:WaitForChild("Script") Frame.OpenFile.MouseButton1Click:Connect(function() game:GetService("StarterGui"):SetCore("SendNotification", { Title = "COMING SOON", Text = "Remember that this is only a showcase.", }) end) end coroutine.wrap(JFWIELV_fake_script)() local function ZYBIU_fake_script() local script = Instance.new('LocalScript', Close) local XPE = script.Parent.Parent.Parent local Frame = XPE:WaitForChild("Frame") local Script = Frame:WaitForChild("Script") Frame.Close.MouseButton1Click:Connect(function() XPE:Destroy() end) end coroutine.wrap(ZYBIU_fake_script)()