Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ----- Created by: godzillagamerz10.
- ---------------The offical remake of Darkened Vent.
- wait(2)
- print("Metal Crate GUI loaded.")
- print("Created by: godzillagamerz10.")
- local MetalCrate = Instance.new("ScreenGui")
- local Background = Instance.new("ImageLabel")
- local Credits = Instance.new("TextLabel")
- local Arrest = Instance.new("TextButton")
- local CriminalBaseTeleport = Instance.new("TextButton")
- local Dab = Instance.new("TextButton")
- local DatNameBoi = Instance.new("TextLabel")
- --Properties:
- MetalCrate.Name = "MetalCrate"
- MetalCrate.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- Background.Name = "Background"
- Background.Parent = MetalCrate
- Background.BackgroundColor3 = Color3.new(1, 1, 1)
- Background.Position = UDim2.new(0.80166471, 0, 0.209448814, 0)
- Background.Size = UDim2.new(0, 185, 0, 307)
- Background.Image = "rbxassetid://6383226"
- Credits.Name = "Credits"
- Credits.Parent = Background
- Credits.BackgroundColor3 = Color3.new(1, 1, 1)
- Credits.BackgroundTransparency = 1
- Credits.Position = UDim2.new(0, 0, 0.814126372, 0)
- Credits.Size = UDim2.new(0, 184, 0, 50)
- Credits.Font = Enum.Font.SourceSans
- Credits.Text = "Created by: godzillagamerz10"
- Credits.TextColor3 = Color3.new(0, 0, 0)
- Credits.TextScaled = true
- Credits.TextSize = 14
- Credits.TextWrapped = true
- Arrest.Name = "Arrest"
- Arrest.Parent = Background
- Arrest.BackgroundColor3 = Color3.new(0.4, 0.396078, 0.396078)
- Arrest.BackgroundTransparency = 0.5
- Arrest.Position = UDim2.new(-0.00155699253, 0, 0.300625682, 0)
- Arrest.Size = UDim2.new(0, 184, 0, 18)
- Arrest.Font = Enum.Font.Cartoon
- Arrest.Text = " Click Arrest (FE)"
- Arrest.TextColor3 = Color3.new(0, 0, 0)
- Arrest.TextSize = 20
- Arrest.TextWrapped = true
- CriminalBaseTeleport.Name = "CriminalBaseTeleport"
- CriminalBaseTeleport.Parent = Background
- CriminalBaseTeleport.BackgroundColor3 = Color3.new(0.4, 0.396078, 0.396078)
- CriminalBaseTeleport.BackgroundTransparency = 0.5
- CriminalBaseTeleport.Position = UDim2.new(0.00146889687, 0, 0.399491072, 0)
- CriminalBaseTeleport.Size = UDim2.new(0, 184, 0, 17)
- CriminalBaseTeleport.Font = Enum.Font.Cartoon
- CriminalBaseTeleport.Text = "Criminal Base (FE)"
- CriminalBaseTeleport.TextColor3 = Color3.new(0, 0, 0)
- CriminalBaseTeleport.TextSize = 20
- CriminalBaseTeleport.TextWrapped = true
- Dab.Name = "Dab"
- Dab.Parent = Background
- Dab.BackgroundColor3 = Color3.new(0.4, 0.396078, 0.396078)
- Dab.Position = UDim2.new(0.00314332172, 0, 0.509293675, 0)
- Dab.Size = UDim2.new(0, 184, 0, 19)
- Dab.Font = Enum.Font.Cartoon
- Dab.Text = "Dab (FE)"
- Dab.TextColor3 = Color3.new(0, 0, 0)
- Dab.TextScaled = true
- Dab.TextSize = 14
- Dab.TextWrapped = true
- DatNameBoi.Name = "DatNameBoi"
- DatNameBoi.Parent = Background
- DatNameBoi.BackgroundColor3 = Color3.new(1, 1, 1)
- DatNameBoi.BackgroundTransparency = 1
- DatNameBoi.Size = UDim2.new(0, 185, 0, 50)
- DatNameBoi.Font = Enum.Font.SciFi
- DatNameBoi.Text = "Metal Crate GUI"
- DatNameBoi.TextColor3 = Color3.new(1, 0, 0.0156863)
- DatNameBoi.TextScaled = true
- DatNameBoi.TextSize = 14
- DatNameBoi.TextStrokeTransparency = 0
- DatNameBoi.TextWrapped = true
- -- Scripts:
- function SCRIPT_SEXF73_FAKESCRIPT() -- Arrest.Thing
- getfenv().script = Instance.new('LocalScript', Arrest)
- script.Parent.MouseButton1Click:connect(function()
- end)
- local mouse = game.Players.LocalPlayer:GetMouse()
- local arrestEvent = game.Workspace.Remote.arrest
- mouse.Button1Down:connect(function()
- local obj = mouse.Target
- local response = arrestEvent:InvokeServer(obj)
- end)
- end
- coroutine.resume(coroutine.create(SCRIPT_SEXF73_FAKESCRIPT))
- function SCRIPT_BPSR65_FAKESCRIPT() -- CriminalBaseTeleport.YoTengo
- getfenv().script = Instance.new('LocalScript', CriminalBaseTeleport)
- script.Parent.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-943.704, 91.632, 2056.925)
- end)
- end
- coroutine.resume(coroutine.create(SCRIPT_BPSR65_FAKESCRIPT))
- function SCRIPT_BJVZ84_FAKESCRIPT() -- Dab.DABBOI
- 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_BJVZ84_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement