local gui = Instance.new("ScreenGui") gui.Name = "WhiteGui" gui.ResetOnSpawn = false gui.Parent = game.CoreGui local frame = Instance.new("Frame") frame.Name = "MainFrame" frame.Size = UDim2.new(0, 350, 0, 360) frame.Position = UDim2.new(0.5, -175, 0.5, -180) frame.BackgroundTransparency = 1 frame.BorderSizePixel = 0 frame.Active = true frame.Draggable = true frame.ZIndex = 1 frame.Parent = gui local shadow = Instance.new("ImageLabel") shadow.Name = "Shadow" shadow.Parent = frame shadow.Size = UDim2.new(1, 40, 1, 40) shadow.Position = UDim2.new(0, -20, 0, -20) shadow.BackgroundTransparency = 1 shadow.Image = "rbxassetid://5554236805" shadow.ImageColor3 = Color3.fromRGB(0, 0, 0) shadow.ImageTransparency = 0 shadow.ScaleType = Enum.ScaleType.Slice shadow.SliceCenter = Rect.new(23, 23, 277, 277) shadow.ZIndex = 0 local imageLabel = Instance.new("ImageLabel") imageLabel.Parent = frame imageLabel.Size = UDim2.new(1, 0, 1, 0) imageLabel.Position = UDim2.new(0, 0, 0, 0) imageLabel.BackgroundTransparency = 1 imageLabel.Image = "rbxassetid://93627977640292" imageLabel.ScaleType = Enum.ScaleType.Crop imageLabel.ZIndex = 1 local textbox1 = Instance.new("TextBox") textbox1.Parent = frame textbox1.Size = UDim2.new(0, 160, 0, 20) textbox1.Position = UDim2.new(0, 78, 0, 140) textbox1.BackgroundTransparency = 1 textbox1.BackgroundColor3 = Color3.fromRGB(255, 255, 255) textbox1.TextColor3 = Color3.fromRGB(0, 170, 255) textbox1.Font = Enum.Font.SourceSans textbox1.TextSize = 18 textbox1.ClearTextOnFocus = false textbox1.TextWrapped = false textbox1.TextXAlignment = Enum.TextXAlignment.Left textbox1.TextYAlignment = Enum.TextYAlignment.Center textbox1.ZIndex = 2 textbox1.MultiLine = false textbox1.Text = "" textbox1.BorderSizePixel = 0 local textbox1bg = Instance.new("ImageLabel") textbox1bg.Parent = textbox1 textbox1bg.Size = UDim2.new(1, 0, 1, 0) textbox1bg.Position = UDim2.new(0, 0, 0, 0) textbox1bg.BackgroundTransparency = 1 textbox1bg.Image = "rbxassetid://80964812592429" textbox1bg.ZIndex = 1 local textbox2 = Instance.new("TextBox") textbox2.Parent = frame textbox2.Size = UDim2.new(0, 160, 0, 20) textbox2.Position = UDim2.new(0, 78, 0, 170) textbox2.BackgroundTransparency = 1 textbox2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) textbox2.TextColor3 = Color3.fromRGB(0, 170, 255) textbox2.Font = Enum.Font.SourceSans textbox2.TextSize = 18 textbox2.ClearTextOnFocus = false textbox2.TextWrapped = false textbox2.TextXAlignment = Enum.TextXAlignment.Left textbox2.TextYAlignment = Enum.TextYAlignment.Center textbox2.ZIndex = 2 textbox2.MultiLine = false textbox2.Text = "" textbox2.BorderSizePixel = 0 local textbox2bg = Instance.new("ImageLabel") textbox2bg.Parent = textbox2 textbox2bg.Size = UDim2.new(1, 0, 1, 0) textbox2bg.Position = UDim2.new(0, 0, 0, 0) textbox2bg.BackgroundTransparency = 1 textbox2bg.Image = "rbxassetid://80964812592429" textbox2bg.ZIndex = 1 local button = Instance.new("TextButton") button.Parent = frame button.Size = UDim2.new(0, 120, 0, 22) button.Position = UDim2.new(0, 100, 0, 200) button.BackgroundTransparency = 1 button.Text = "" button.ZIndex = 2 local buttonImg = Instance.new("ImageLabel") buttonImg.Parent = button buttonImg.Size = UDim2.new(1, 0, 1, 0) buttonImg.Position = UDim2.new(0, 0, 0, 0) buttonImg.BackgroundTransparency = 1 buttonImg.Image = "rbxassetid://82991868477446" buttonImg.ZIndex = 1 button.MouseButton1Click:Connect(function() gui:Destroy() loadstring(game:HttpGet("https://pastebin.com/raw/MkUzBb8p"))() end)