Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ----- Darkened Vent GUI
- ---- Created by: godzillagamerz10
- ----- This was made for exploiters/script builders.
- print("Darkened Vent GUI loaded!")
- warn("This GUI is FE!")
- local DarkenedVent = Instance.new("ScreenGui")
- local Body = Instance.new("Frame")
- local Name = Instance.new("TextLabel")
- local Name2 = Instance.new("TextLabel")
- local Name3 = Instance.new("TextLabel")
- local Dab = Instance.new("TextButton")
- local ChatTroll = Instance.new("TextButton")
- local Funny = Instance.new("TextButton")
- local Constipation = Instance.new("TextButton")
- DarkenedVent.Name = "DarkenedVent"
- DarkenedVent.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- Body.Name = "Body"
- Body.Parent = DarkenedVent
- Body.BackgroundColor3 = Color3.new(0.0666667, 0.439216, 1)
- Body.Position = UDim2.new(0.0143749993, 0, 0.133953139, 0)
- Body.Size = UDim2.new(0, 360, 0, 464)
- Name.Name = "Name"
- Name.Parent = Body
- Name.BackgroundColor3 = Color3.new(1, 0, 0.0156863)
- Name.BackgroundTransparency = 1
- Name.Size = UDim2.new(0, 360, 0, 50)
- Name.Font = Enum.Font.SciFi
- Name.Text = "Darkened Vent GUI (V.1)"
- Name.TextColor3 = Color3.new(0, 0, 0)
- Name.TextScaled = true
- Name.TextSize = 14
- Name.TextWrapped = true
- Name2.Name = "Name2"
- Name2.Parent = Body
- Name2.BackgroundColor3 = Color3.new(1, 0, 0.0156863)
- Name2.BackgroundTransparency = 1
- Name2.Position = UDim2.new(-0.0222222228, 0, 0.105603576, 0)
- Name2.Size = UDim2.new(0, 360, 0, 17)
- Name2.Font = Enum.Font.SciFi
- Name2.Text = "Created by: godzillagamerz10"
- Name2.TextColor3 = Color3.new(0, 0, 0)
- Name2.TextSize = 14
- Name2.TextWrapped = true
- Name3.Name = "Name3"
- Name3.Parent = Body
- Name3.BackgroundColor3 = Color3.new(1, 0, 0.0156863)
- Name3.BackgroundTransparency = 1
- Name3.Position = UDim2.new(0, 0, 0.142241374, 0)
- Name3.Size = UDim2.new(0, 360, 0, 50)
- Name3.Font = Enum.Font.SciFi
- Name3.Text = "-------------------------"
- Name3.TextColor3 = Color3.new(0, 0, 0)
- Name3.TextScaled = true
- Name3.TextSize = 14
- Name3.TextWrapped = true
- Dab.Name = "Dab"
- Dab.Parent = Body
- Dab.BackgroundColor3 = Color3.new(0.4, 0.396078, 0.396078)
- Dab.Position = UDim2.new(0, 0, 0.314655185, 0)
- Dab.Size = UDim2.new(0, 360, 0, 50)
- Dab.Font = Enum.Font.Cartoon
- Dab.Text = "Dab (FE)"
- Dab.TextColor3 = Color3.new(0, 0, 0)
- Dab.TextSize = 20
- Dab.TextWrapped = true
- ChatTroll.Name = "ChatTroll"
- ChatTroll.Parent = Body
- ChatTroll.BackgroundColor3 = Color3.new(0.4, 0.396078, 0.396078)
- ChatTroll.Position = UDim2.new(0, 0, 0.465517223, 0)
- ChatTroll.Size = UDim2.new(0, 360, 0, 50)
- ChatTroll.Font = Enum.Font.Cartoon
- ChatTroll.Text = "Chat Troll (FE)"
- ChatTroll.TextColor3 = Color3.new(0, 0, 0)
- ChatTroll.TextSize = 20
- ChatTroll.TextWrapped = true
- Funny.Name = "Funny"
- Funny.Parent = Body
- Funny.BackgroundColor3 = Color3.new(0.4, 0.396078, 0.396078)
- Funny.Position = UDim2.new(0, 0, 0.614224136, 0)
- Funny.Size = UDim2.new(0, 360, 0, 50)
- Funny.Font = Enum.Font.Cartoon
- Funny.Text = "Dance (FE)"
- Funny.TextColor3 = Color3.new(0, 0, 0)
- Funny.TextSize = 20
- Funny.TextWrapped = true
- Constipation.Name = "Constipation"
- Constipation.Parent = Body
- Constipation.BackgroundColor3 = Color3.new(0.4, 0.396078, 0.396078)
- Constipation.Position = UDim2.new(0, 0, 0.758620679, 0)
- Constipation.Size = UDim2.new(0, 360, 0, 50)
- Constipation.Font = Enum.Font.Cartoon
- Constipation.Text = "Constipated Person (FE)"
- Constipation.TextColor3 = Color3.new(0, 0, 0)
- Constipation.TextSize = 20
- Constipation.TextWrapped = true
- -- Scripts:
- function SCRIPT_OSBH76_FAKESCRIPT() -- Dab.Dabbing
- getfenv().script = Instance.new('LocalScript', Dab)
- script.Parent.MouseButton1Click:connect(function()
- AnimationId = "248263260"
- local Anim = Instance.new("Animation")
- Anim.AnimationId = "rbxassetid://"..AnimationId
- local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
- k:Play()
- k:AdjustSpeed(1)
- end)
- end
- coroutine.resume(coroutine.create(SCRIPT_OSBH76_FAKESCRIPT))
- function SCRIPT_QKWR67_FAKESCRIPT() -- ChatTroll.Troll
- getfenv().script = Instance.new('LocalScript', ChatTroll)
- script.Parent.MouseButton1Click:connect(function()
- end)
- local Action = game.Players:GetPlayers()
- for i = 1,#Action do
- Action[i].Chatted:connect(function(Message)
- game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("".."["..Action[i].Name.."]".." "..Message, "All")
- end)
- end
- end
- coroutine.resume(coroutine.create(SCRIPT_QKWR67_FAKESCRIPT))
- function SCRIPT_NJNN65_FAKESCRIPT() -- Funny.Idle
- getfenv().script = Instance.new('LocalScript', Funny)
- script.Parent.MouseButton1Click:connect(function()
- AnimationId = "2309629209"
- local Anim = Instance.new("Animation")
- Anim.AnimationId = "rbxassetid://"..AnimationId
- local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
- k:Play()
- k:AdjustSpeed(1)
- end)
- end
- coroutine.resume(coroutine.create(SCRIPT_NJNN65_FAKESCRIPT))
- function SCRIPT_PBCP78_FAKESCRIPT() -- Constipation.Thing
- getfenv().script = Instance.new('LocalScript', Constipation)
- script.Parent.MouseButton1Click:connect(function()
- AnimationId = "2309499814"
- local Anim = Instance.new("Animation")
- Anim.AnimationId = "rbxassetid://"..AnimationId
- local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
- k:Play()
- k:AdjustSpeed(1)
- end)
- end
- coroutine.resume(coroutine.create(SCRIPT_PBCP78_FAKESCRIPT))
- print("Enjoy!")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement