local gui = Instance.new("ScreenGui") gui.Parent = game.Players.LocalPlayer.PlayerGui gui.ResetOnSpawn = false local frame = Instance.new("Frame") frame.Size = UDim2.new(0.4, 0, 0.6, 0) frame.Position = UDim2.new(0.3, 0, 0.2, 0) frame.BackgroundColor3 = Color3.fromRGB(20, 20, 20) frame.BorderColor3 = Color3.new(0, 0, 0) frame.BorderSizePixel = 0 frame.Active = true frame.BackgroundTransparency = 0 frame.Draggable = true frame.Parent = gui local bruh = Instance.new("UICorner") bruh.CornerRadius = UDim.new(0, 7) bruh.Parent = frame local bruh1 = Instance.new("TextLabel") bruh1.Size = UDim2.new(0.3, 0, 0.15, 0) bruh1.Position = UDim2.new(0.35, 0, 0.1, 0) bruh1.BackgroundColor3 = Color3.new(0, 0, 0) bruh1.BorderColor3 = Color3.new(0, 0, 0) bruh1.BorderSizePixel = 1 bruh1.Text = "verify" --Name of your script bruh1.BackgroundTransparency = 1 bruh1.TextColor3 = Color3.new(255, 255, 255) bruh1.Font = Enum.Font.SourceSansBold bruh1.TextSize =40 bruh1.Parent = frame local bruh2 = Instance.new("TextLabel") bruh2.Size = UDim2.new(0.3, 0, 0.15, 0) bruh2.Position = UDim2.new(0.35, 0, 0.22, 0) bruh2.BackgroundColor3 = Color3.new(0, 0, 0) bruh2.BorderColor3 = Color3.new(0, 0, 0) bruh2.BorderSizePixel = 0 bruh2.Text = "Get lootlabs" bruh2.BackgroundTransparency = 1 bruh2.TextColor3 = Color3.new(255, 255, 255) bruh2.Font = Enum.Font.SourceSans bruh2.TextSize = 30 bruh2.Parent = frame local bruh3 = Instance.new("TextBox") bruh3.Size = UDim2.new(0.499, 0, 0.18, 0) bruh3.Position = UDim2.new(0.25, 0, 0.43, 0) bruh3.BackgroundColor3 = Color3.fromRGB(255, 255, 255) bruh3.BorderColor3 = Color3.new(0, 0, 0) bruh3.BorderSizePixel = 0 bruh3.PlaceholderText = "Enter here" bruh3.Text = "" bruh3.TextColor3 = Color3.fromRGB(255, 255, 255) bruh3.PlaceholderColor3 = Color3.fromRGB(255,255,255) bruh3.BackgroundTransparency = 1 bruh3.Font = Enum.Font.Code bruh3.TextSize = 15 bruh3.TextXAlignment = Enum.TextXAlignment.Center bruh3.Parent = frame local bruh4 = Instance.new("UICorner") bruh4.CornerRadius = UDim.new(0, 5) bruh4.Parent = bruh3 local bruh5 = Instance.new("UIStroke") bruh5.Color = Color3.new(1, 1, 1) bruh5.ApplyStrokeMode = Enum.ApplyStrokeMode.Border bruh5.Thickness = 2 bruh5.Parent = bruh3 local bruh6 = Instance.new("TextButton") bruh6.Size = UDim2.new(0.3, 0, 0.18, 0) bruh6.Position = UDim2.new(0.1, 0, 0.73, 0) bruh6.BackgroundColor3 = Color3.new(0, 0, 0) bruh6.BorderColor3 = Color3.new(0, 0, 0) bruh6.BorderSizePixel = 0 bruh6.Text = "Get verify" bruh6.BackgroundTransparency = 1 bruh6.TextColor3 = Color3.new(255, 255, 255) bruh6.Font = Enum.Font.SourceSans bruh6.TextSize = 25 bruh6.Parent = frame local bruh7 = Instance.new("UICorner") bruh7.CornerRadius = UDim.new(0, 5) bruh7.Parent = bruh6 local bruh8 = Instance.new("UIStroke") bruh8.Color = Color3.new(1, 1, 1) bruh8.ApplyStrokeMode = Enum.ApplyStrokeMode.Border bruh8.Thickness = 2 bruh8.Parent = bruh6 local bruh9 = Instance.new("TextButton") bruh9.Size = UDim2.new(0.3, 0, 0.18, 0) bruh9.Position = UDim2.new(0.6, 0, 0.73, 0) bruh9.BackgroundColor3 = Color3.new(0, 0, 0) bruh9.BorderColor3 = Color3.new(0, 0, 0) bruh9.BorderSizePixel = 0 bruh9.Text = "not work" bruh9.BackgroundTransparency = 1 bruh9.TextColor3 = Color3.new(255, 255, 255) bruh9.Font = Enum.Font.SourceSans bruh9.TextSize = 25 bruh9.Parent = frame local bruh10 = Instance.new("UICorner") bruh10.CornerRadius = UDim.new(0, 5) bruh10.Parent = bruh9 local bruh11 = Instance.new("UIStroke") bruh11.Color = Color3.new(1, 1, 1) bruh11.ApplyStrokeMode = Enum.ApplyStrokeMode.Border bruh11.Thickness = 2 bruh11.Parent = bruh9 local key = "bruh" -- Enter Your Key Here bruh6.MouseButton1Click:Connect(function() setclipboard("https://lootdest.org/s?9323a298") end) bruh9.MouseButton1Click:Connect(function() if bruh3.Text == key then bruh3.Text = "Valid" wait(1) print("Hi World :D") --Change this to ur script gui:Destroy() else bruh3.Text = "Invalid Discord! Try Again" wait(1) bruh3.Text = "not found " end end)