Advertisement
Godzillagamerzz10

Metal Crate GUI (PRISON LIFE GUI!)

Nov 13th, 2018
361
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.39 KB | None | 0 0
  1. ----- Created by: godzillagamerz10.
  2. ---------------The offical remake of Darkened Vent.
  3.  
  4. wait(2)
  5. print("Metal Crate GUI loaded.")
  6. print("Created by: godzillagamerz10.")
  7. local MetalCrate = Instance.new("ScreenGui")
  8. local Background = Instance.new("ImageLabel")
  9. local Credits = Instance.new("TextLabel")
  10. local Arrest = Instance.new("TextButton")
  11. local CriminalBaseTeleport = Instance.new("TextButton")
  12. local Dab = Instance.new("TextButton")
  13. local DatNameBoi = Instance.new("TextLabel")
  14. --Properties:
  15. MetalCrate.Name = "MetalCrate"
  16. MetalCrate.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  17.  
  18. Background.Name = "Background"
  19. Background.Parent = MetalCrate
  20. Background.BackgroundColor3 = Color3.new(1, 1, 1)
  21. Background.Position = UDim2.new(0.80166471, 0, 0.209448814, 0)
  22. Background.Size = UDim2.new(0, 185, 0, 307)
  23. Background.Image = "rbxassetid://6383226"
  24.  
  25. Credits.Name = "Credits"
  26. Credits.Parent = Background
  27. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  28. Credits.BackgroundTransparency = 1
  29. Credits.Position = UDim2.new(0, 0, 0.814126372, 0)
  30. Credits.Size = UDim2.new(0, 184, 0, 50)
  31. Credits.Font = Enum.Font.SourceSans
  32. Credits.Text = "Created by: godzillagamerz10"
  33. Credits.TextColor3 = Color3.new(0, 0, 0)
  34. Credits.TextScaled = true
  35. Credits.TextSize = 14
  36. Credits.TextWrapped = true
  37.  
  38. Arrest.Name = "Arrest"
  39. Arrest.Parent = Background
  40. Arrest.BackgroundColor3 = Color3.new(0.4, 0.396078, 0.396078)
  41. Arrest.BackgroundTransparency = 0.5
  42. Arrest.Position = UDim2.new(-0.00155699253, 0, 0.300625682, 0)
  43. Arrest.Size = UDim2.new(0, 184, 0, 18)
  44. Arrest.Font = Enum.Font.Cartoon
  45. Arrest.Text = " Click Arrest (FE)"
  46. Arrest.TextColor3 = Color3.new(0, 0, 0)
  47. Arrest.TextSize = 20
  48. Arrest.TextWrapped = true
  49.  
  50. CriminalBaseTeleport.Name = "CriminalBaseTeleport"
  51. CriminalBaseTeleport.Parent = Background
  52. CriminalBaseTeleport.BackgroundColor3 = Color3.new(0.4, 0.396078, 0.396078)
  53. CriminalBaseTeleport.BackgroundTransparency = 0.5
  54. CriminalBaseTeleport.Position = UDim2.new(0.00146889687, 0, 0.399491072, 0)
  55. CriminalBaseTeleport.Size = UDim2.new(0, 184, 0, 17)
  56. CriminalBaseTeleport.Font = Enum.Font.Cartoon
  57. CriminalBaseTeleport.Text = "Criminal Base (FE)"
  58. CriminalBaseTeleport.TextColor3 = Color3.new(0, 0, 0)
  59. CriminalBaseTeleport.TextSize = 20
  60. CriminalBaseTeleport.TextWrapped = true
  61.  
  62. Dab.Name = "Dab"
  63. Dab.Parent = Background
  64. Dab.BackgroundColor3 = Color3.new(0.4, 0.396078, 0.396078)
  65. Dab.Position = UDim2.new(0.00314332172, 0, 0.509293675, 0)
  66. Dab.Size = UDim2.new(0, 184, 0, 19)
  67. Dab.Font = Enum.Font.Cartoon
  68. Dab.Text = "Dab (FE)"
  69. Dab.TextColor3 = Color3.new(0, 0, 0)
  70. Dab.TextScaled = true
  71. Dab.TextSize = 14
  72. Dab.TextWrapped = true
  73.  
  74. DatNameBoi.Name = "DatNameBoi"
  75. DatNameBoi.Parent = Background
  76. DatNameBoi.BackgroundColor3 = Color3.new(1, 1, 1)
  77. DatNameBoi.BackgroundTransparency = 1
  78. DatNameBoi.Size = UDim2.new(0, 185, 0, 50)
  79. DatNameBoi.Font = Enum.Font.SciFi
  80. DatNameBoi.Text = "Metal Crate GUI"
  81. DatNameBoi.TextColor3 = Color3.new(1, 0, 0.0156863)
  82. DatNameBoi.TextScaled = true
  83. DatNameBoi.TextSize = 14
  84. DatNameBoi.TextStrokeTransparency = 0
  85. DatNameBoi.TextWrapped = true
  86. -- Scripts:
  87. function SCRIPT_SEXF73_FAKESCRIPT() -- Arrest.Thing
  88. getfenv().script = Instance.new('LocalScript', Arrest)
  89.  
  90. script.Parent.MouseButton1Click:connect(function()
  91.  
  92. end)
  93.  
  94. local mouse = game.Players.LocalPlayer:GetMouse()
  95. local arrestEvent = game.Workspace.Remote.arrest
  96. mouse.Button1Down:connect(function()
  97. local obj = mouse.Target
  98. local response = arrestEvent:InvokeServer(obj)
  99. end)
  100.  
  101. end
  102. coroutine.resume(coroutine.create(SCRIPT_SEXF73_FAKESCRIPT))
  103. function SCRIPT_BPSR65_FAKESCRIPT() -- CriminalBaseTeleport.YoTengo
  104. getfenv().script = Instance.new('LocalScript', CriminalBaseTeleport)
  105.  
  106. script.Parent.MouseButton1Click:connect(function()
  107.  
  108. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-943.704, 91.632, 2056.925)
  109. end)
  110.  
  111. end
  112. coroutine.resume(coroutine.create(SCRIPT_BPSR65_FAKESCRIPT))
  113. function SCRIPT_BJVZ84_FAKESCRIPT() -- Dab.DABBOI
  114. getfenv().script = Instance.new('LocalScript', Dab)
  115.  
  116. script.Parent.MouseButton1Click:connect(function()
  117.  
  118.  
  119. AnimationId = "248263260"
  120. local Anim = Instance.new("Animation")
  121. Anim.AnimationId = "rbxassetid://"..AnimationId
  122. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  123. k:Play()
  124. k:AdjustSpeed(1)
  125.  
  126.  
  127.  
  128. end)
  129.  
  130. end
  131. coroutine.resume(coroutine.create(SCRIPT_BJVZ84_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement