Advertisement
Godzillagamerzz10

DV, yet again. (LAST VERSION)

Nov 13th, 2018
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.14 KB | None | 0 0
  1. local DarkenedVentV5 = Instance.new("ScreenGui")
  2. local MainFrame = Instance.new("Frame")
  3. local Name = Instance.new("TextLabel")
  4. local Name2 = Instance.new("TextLabel")
  5. local Dab = Instance.new("TextButton")
  6. local Guns = Instance.new("TextButton")
  7. local CriminalBase = Instance.new("TextButton")
  8. local Arrest = Instance.new("TextButton")
  9. local sadboi = Instance.new("TextLabel")
  10. local Openn = Instance.new("TextButton")
  11.  
  12. DarkenedVentV5.Name = "DarkenedVentV5"
  13. DarkenedVentV5.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  14.  
  15. MainFrame.Name = "MainFrame"
  16. MainFrame.Parent = DarkenedVentV5
  17. MainFrame.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  18. MainFrame.BackgroundTransparency = 0.5
  19. MainFrame.Position = UDim2.new(0.717251778, 0, 0.343401968, 0)
  20. MainFrame.Size = UDim2.new(0, 360, 0, 319)
  21. MainFrame.Visible = false
  22.  
  23. Name.Name = "Name"
  24. Name.Parent = MainFrame
  25. Name.BackgroundColor3 = Color3.new(1, 0, 0.0156863)
  26. Name.BackgroundTransparency = 1
  27. Name.Position = UDim2.new(0, 0, 0.0072579477, 0)
  28. Name.Size = UDim2.new(0, 360, 0, 35)
  29. Name.Font = Enum.Font.SciFi
  30. Name.Text = "Darkened Vent GUI (V.5)"
  31. Name.TextColor3 = Color3.new(0.513726, 0, 0)
  32. Name.TextScaled = true
  33. Name.TextSize = 14
  34. Name.TextWrapped = true
  35.  
  36. Name2.Name = "Name2"
  37. Name2.Parent = MainFrame
  38. Name2.BackgroundColor3 = Color3.new(1, 0, 0.0156863)
  39. Name2.BackgroundTransparency = 1
  40. Name2.Position = UDim2.new(0.155555546, 0, 0.115357243, 0)
  41. Name2.Size = UDim2.new(0, 247, 0, 10)
  42. Name2.Font = Enum.Font.SciFi
  43. Name2.Text = "Created by: godzillagamerz10"
  44. Name2.TextColor3 = Color3.new(0, 0, 0)
  45. Name2.TextSize = 14
  46. Name2.TextWrapped = true
  47.  
  48. Dab.Name = "Dab"
  49. Dab.Parent = MainFrame
  50. Dab.BackgroundColor3 = Color3.new(0.4, 0.396078, 0.396078)
  51. Dab.BackgroundTransparency = 0.5
  52. Dab.Position = UDim2.new(0, 0, 0.223728672, 0)
  53. Dab.Size = UDim2.new(0, 360, 0, 22)
  54. Dab.Font = Enum.Font.Cartoon
  55. Dab.Text = "Dab (FE)"
  56. Dab.TextColor3 = Color3.new(0, 0, 0)
  57. Dab.TextSize = 20
  58. Dab.TextWrapped = true
  59.  
  60. Guns.Name = "Guns"
  61. Guns.Parent = MainFrame
  62. Guns.BackgroundColor3 = Color3.new(0.4, 0.396078, 0.396078)
  63. Guns.BackgroundTransparency = 0.5
  64. Guns.Position = UDim2.new(-0.00277777785, 0, 0.336274505, 0)
  65. Guns.Size = UDim2.new(0, 360, 0, 25)
  66. Guns.Font = Enum.Font.Cartoon
  67. Guns.Text = "Bring guns"
  68. Guns.TextColor3 = Color3.new(0, 0, 0)
  69. Guns.TextSize = 20
  70. Guns.TextWrapped = true
  71.  
  72. CriminalBase.Name = "CriminalBase"
  73. CriminalBase.Parent = MainFrame
  74. CriminalBase.BackgroundColor3 = Color3.new(0.4, 0.396078, 0.396078)
  75. CriminalBase.BackgroundTransparency = 0.5
  76. CriminalBase.Position = UDim2.new(-0.00277777785, 0, 0.453974128, 0)
  77. CriminalBase.Size = UDim2.new(0, 361, 0, 28)
  78. CriminalBase.Font = Enum.Font.Cartoon
  79. CriminalBase.Text = "Criminal Base (FE)"
  80. CriminalBase.TextColor3 = Color3.new(0, 0, 0)
  81. CriminalBase.TextSize = 20
  82. CriminalBase.TextWrapped = true
  83.  
  84. Arrest.Name = "Arrest"
  85. Arrest.Parent = MainFrame
  86. Arrest.BackgroundColor3 = Color3.new(0.4, 0.396078, 0.396078)
  87. Arrest.BackgroundTransparency = 0.5
  88. Arrest.Position = UDim2.new(-0.00277777785, 0, 0.589306772, 0)
  89. Arrest.Size = UDim2.new(0, 360, 0, 23)
  90. Arrest.Font = Enum.Font.Cartoon
  91. Arrest.Text = "Click Arrest (FE)"
  92. Arrest.TextColor3 = Color3.new(0, 0, 0)
  93. Arrest.TextSize = 20
  94. Arrest.TextWrapped = true
  95.  
  96. sadboi.Name = "sadboi"
  97. sadboi.Parent = MainFrame
  98. sadboi.BackgroundColor3 = Color3.new(1, 0, 0.0156863)
  99. sadboi.BackgroundTransparency = 1
  100. sadboi.Position = UDim2.new(0.152777776, 0, 0.864573479, 0)
  101. sadboi.Size = UDim2.new(0, 247, 0, 10)
  102. sadboi.Font = Enum.Font.SciFi
  103. sadboi.Text = "THIS IS THE LAST VERSION."
  104. sadboi.TextColor3 = Color3.new(0, 0, 0)
  105. sadboi.TextSize = 14
  106. sadboi.TextWrapped = true
  107.  
  108. Openn.Name = "Openn"
  109. Openn.Parent = DarkenedVentV5
  110. Openn.BackgroundColor3 = Color3.new(0, 0.737255, 0)
  111. Openn.Size = UDim2.new(0, 106, 0, 50)
  112. Openn.Font = Enum.Font.SourceSans
  113. Openn.Text = "Open/Close"
  114. Openn.TextColor3 = Color3.new(0, 0, 0)
  115. Openn.TextScaled = true
  116. Openn.TextSize = 14
  117. Openn.TextWrapped = true
  118. -- Scripts:
  119. function SCRIPT_GSYI79_FAKESCRIPT() -- Dab.Dabbing
  120. getfenv().script = Instance.new('LocalScript', Dab)
  121.  
  122. script.Parent.MouseButton1Click:connect(function()
  123.  
  124.  
  125. AnimationId = "248263260"
  126. local Anim = Instance.new("Animation")
  127. Anim.AnimationId = "rbxassetid://"..AnimationId
  128. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  129. k:Play()
  130. k:AdjustSpeed(1)
  131.  
  132.  
  133.  
  134. end)
  135.  
  136. end
  137. coroutine.resume(coroutine.create(SCRIPT_GSYI79_FAKESCRIPT))
  138. function SCRIPT_EHBW71_FAKESCRIPT() -- Guns.Troll
  139. getfenv().script = Instance.new('LocalScript', Guns)
  140.  
  141. script.Parent.MouseButton1Click:connect(function()
  142.  
  143. end)
  144.  
  145.  
  146. local weapons = {"Remington 870", "M9", "AK-47", "M4A1", "Riot Shield"}
  147. for i, v in pairs(game.Workspace["Prison_ITEMS"].giver:GetChildren()) do
  148. for j, k in pairs(weapons) do
  149. if v.Name == k then
  150. v:MoveTo(game.Players.LocalPlayer.Character.Torso.Position)
  151. end
  152. end
  153. end
  154.  
  155.  
  156.  
  157. end
  158. coroutine.resume(coroutine.create(SCRIPT_EHBW71_FAKESCRIPT))
  159. function SCRIPT_QZUW66_FAKESCRIPT() -- CriminalBase.Crim
  160. getfenv().script = Instance.new('LocalScript', CriminalBase)
  161.  
  162. script.Parent.MouseButton1Click:connect(function()
  163.  
  164. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-943.704, 91.632, 2056.925)
  165. end)
  166.  
  167. end
  168. coroutine.resume(coroutine.create(SCRIPT_QZUW66_FAKESCRIPT))
  169. function SCRIPT_PGRG79_FAKESCRIPT() -- Arrest.Thing
  170. getfenv().script = Instance.new('LocalScript', Arrest)
  171.  
  172. script.Parent.MouseButton1Click:connect(function()
  173.  
  174. end)
  175.  
  176. local mouse = game.Players.LocalPlayer:GetMouse()
  177. local arrestEvent = game.Workspace.Remote.arrest
  178. mouse.Button1Down:connect(function()
  179. local obj = mouse.Target
  180. local response = arrestEvent:InvokeServer(obj)
  181. end)
  182.  
  183. end
  184. coroutine.resume(coroutine.create(SCRIPT_PGRG79_FAKESCRIPT))
  185. function SCRIPT_DGOU83_FAKESCRIPT() -- Openn.Open
  186. getfenv().script = Instance.new('LocalScript', Openn)
  187.  
  188. function die()
  189. script.Parent.Parent.MainFrame.Visible = true
  190. end
  191.  
  192. script.Parent.MouseButton1Down:connect(die)
  193.  
  194.  
  195. --------------------------------------------------
  196.  
  197.  
  198. end
  199. coroutine.resume(coroutine.create(SCRIPT_DGOU83_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement