Advertisement
Godzillagamerzz10

Darkened Vent GUI V4 (FE)

Nov 13th, 2018
329
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.58 KB | None | 0 0
  1. --------- Ignore the script, this is realy version 4.
  2.  
  3.  
  4. print("Created by: godzillagamerz10")
  5. warn("Darkened Vent V4 loaded!")
  6.  
  7.  
  8.  
  9.  
  10. game.StarterGui:SetCore("SendNotification", {
  11. Title = "Hello!"; -- Required. Has to be a string!
  12. Text = "Thanks for using my GUI!"; -- Required. Has to be a string!
  13. Icon = "http://www.roblox.com/asset/?id=1245461327"; -- The icon.
  14.  
  15.  
  16.  
  17. })
  18.  
  19.  
  20.  
  21. local DarkenedVentV3 = Instance.new("ScreenGui")
  22. local MainFrame = Instance.new("Frame")
  23. local Name = Instance.new("TextLabel")
  24. local Name2 = Instance.new("TextLabel")
  25. local Dab = Instance.new("TextButton")
  26. local Guns = Instance.new("TextButton")
  27. local CriminalBase = Instance.new("TextButton")
  28. local Arrest = Instance.new("TextButton")
  29. local ArrestALL = Instance.new("TextButton")
  30. local ImageLabel = Instance.new("ImageLabel")
  31. local Openn = Instance.new("TextButton")
  32. --Properties:
  33. DarkenedVentV3.Name = "DarkenedVentV3"
  34. DarkenedVentV3.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  35.  
  36. MainFrame.Name = "MainFrame"
  37. MainFrame.Parent = DarkenedVentV3
  38. MainFrame.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  39. MainFrame.BackgroundTransparency = 0.5
  40. MainFrame.Position = UDim2.new(0.676249504, 0, 0.24733898, 0)
  41. MainFrame.Size = UDim2.new(0, 360, 0, 319)
  42. MainFrame.Visible = false
  43.  
  44. Name.Name = "Name"
  45. Name.Parent = MainFrame
  46. Name.BackgroundColor3 = Color3.new(1, 0, 0.0156863)
  47. Name.BackgroundTransparency = 1
  48. Name.Position = UDim2.new(0, 0, 0.0072579477, 0)
  49. Name.Size = UDim2.new(0, 360, 0, 35)
  50. Name.Font = Enum.Font.SciFi
  51. Name.Text = "Darkened Vent GUI (V.4)"
  52. Name.TextColor3 = Color3.new(0.513726, 0, 0)
  53. Name.TextScaled = true
  54. Name.TextSize = 14
  55. Name.TextWrapped = true
  56.  
  57. Name2.Name = "Name2"
  58. Name2.Parent = MainFrame
  59. Name2.BackgroundColor3 = Color3.new(1, 0, 0.0156863)
  60. Name2.BackgroundTransparency = 1
  61. Name2.Position = UDim2.new(0.155555546, 0, 0.115357243, 0)
  62. Name2.Size = UDim2.new(0, 247, 0, 10)
  63. Name2.Font = Enum.Font.SciFi
  64. Name2.Text = "Created by: godzillagamerz10"
  65. Name2.TextColor3 = Color3.new(0, 0, 0)
  66. Name2.TextSize = 14
  67. Name2.TextWrapped = true
  68.  
  69. Dab.Name = "Dab"
  70. Dab.Parent = MainFrame
  71. Dab.BackgroundColor3 = Color3.new(0.4, 0.396078, 0.396078)
  72. Dab.BackgroundTransparency = 0.5
  73. Dab.Position = UDim2.new(0, 0, 0.217459083, 0)
  74. Dab.Size = UDim2.new(0, 360, 0, 16)
  75. Dab.Font = Enum.Font.Cartoon
  76. Dab.Text = "Dab (FE)"
  77. Dab.TextColor3 = Color3.new(0, 0, 0)
  78. Dab.TextSize = 20
  79. Dab.TextWrapped = true
  80.  
  81. Guns.Name = "Guns"
  82. Guns.Parent = MainFrame
  83. Guns.BackgroundColor3 = Color3.new(0.4, 0.396078, 0.396078)
  84. Guns.BackgroundTransparency = 0.5
  85. Guns.Position = UDim2.new(0.00277777785, 0, 0.304926574, 0)
  86. Guns.Size = UDim2.new(0, 359, 0, 15)
  87. Guns.Font = Enum.Font.Cartoon
  88. Guns.Text = "Bring guns"
  89. Guns.TextColor3 = Color3.new(0, 0, 0)
  90. Guns.TextSize = 20
  91. Guns.TextWrapped = true
  92.  
  93. CriminalBase.Name = "CriminalBase"
  94. CriminalBase.Parent = MainFrame
  95. CriminalBase.BackgroundColor3 = Color3.new(0.4, 0.396078, 0.396078)
  96. CriminalBase.BackgroundTransparency = 0.5
  97. CriminalBase.Position = UDim2.new(0, 0, 0.37873891, 0)
  98. CriminalBase.Size = UDim2.new(0, 360, 0, 17)
  99. CriminalBase.Font = Enum.Font.Cartoon
  100. CriminalBase.Text = "Criminal Base (FE)"
  101. CriminalBase.TextColor3 = Color3.new(0, 0, 0)
  102. CriminalBase.TextSize = 20
  103. CriminalBase.TextWrapped = true
  104.  
  105. Arrest.Name = "Arrest"
  106. Arrest.Parent = MainFrame
  107. Arrest.BackgroundColor3 = Color3.new(0.4, 0.396078, 0.396078)
  108. Arrest.BackgroundTransparency = 0.5
  109. Arrest.Position = UDim2.new(-0.00277777785, 0, 0.460780025, 0)
  110. Arrest.Size = UDim2.new(0, 360, 0, 12)
  111. Arrest.Font = Enum.Font.Cartoon
  112. Arrest.Text = " Click Arrest (FE)"
  113. Arrest.TextColor3 = Color3.new(0, 0, 0)
  114. Arrest.TextSize = 20
  115. Arrest.TextWrapped = true
  116.  
  117. ArrestALL.Name = "ArrestALL"
  118. ArrestALL.Parent = MainFrame
  119. ArrestALL.BackgroundColor3 = Color3.new(0.4, 0.396078, 0.396078)
  120. ArrestALL.BackgroundTransparency = 0.5
  121. ArrestALL.Position = UDim2.new(-0.00277777785, 0, 0.536015153, 0)
  122. ArrestALL.Size = UDim2.new(0, 360, 0, 14)
  123. ArrestALL.Font = Enum.Font.Cartoon
  124. ArrestALL.Text = "Arrest all (FE)"
  125. ArrestALL.TextColor3 = Color3.new(0, 0, 0)
  126. ArrestALL.TextSize = 20
  127. ArrestALL.TextWrapped = true
  128.  
  129. ImageLabel.Parent = MainFrame
  130. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  131. ImageLabel.BackgroundTransparency = 1
  132. ImageLabel.Position = UDim2.new(0.504587471, 0, 0.612850189, 0)
  133. ImageLabel.Size = UDim2.new(0, 177, 0, 117)
  134. ImageLabel.Image = "rbxassetid://205751358"
  135.  
  136. Openn.Name = "Openn"
  137. Openn.Parent = DarkenedVentV3
  138. Openn.BackgroundColor3 = Color3.new(0, 0.737255, 0)
  139. Openn.Size = UDim2.new(0, 106, 0, 50)
  140. Openn.Font = Enum.Font.SourceSans
  141. Openn.Text = "Open/Close"
  142. Openn.TextColor3 = Color3.new(0, 0, 0)
  143. Openn.TextScaled = true
  144. Openn.TextSize = 14
  145. Openn.TextWrapped = true
  146. -- Scripts:
  147. function SCRIPT_ZUOT85_FAKESCRIPT() -- Dab.Dabbing
  148. getfenv().script = Instance.new('LocalScript', Dab)
  149.  
  150. script.Parent.MouseButton1Click:connect(function()
  151.  
  152.  
  153. AnimationId = "248263260"
  154. local Anim = Instance.new("Animation")
  155. Anim.AnimationId = "rbxassetid://"..AnimationId
  156. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  157. k:Play()
  158. k:AdjustSpeed(1)
  159.  
  160.  
  161.  
  162. end)
  163.  
  164. end
  165. coroutine.resume(coroutine.create(SCRIPT_ZUOT85_FAKESCRIPT))
  166. function SCRIPT_KSFE90_FAKESCRIPT() -- Guns.Troll
  167. getfenv().script = Instance.new('LocalScript', Guns)
  168.  
  169. script.Parent.MouseButton1Click:connect(function()
  170.  
  171. end)
  172.  
  173.  
  174. local weapons = {"Remington 870", "M9", "AK-47", "M4A1", "Riot Shield"}
  175. for i, v in pairs(game.Workspace["Prison_ITEMS"].giver:GetChildren()) do
  176. for j, k in pairs(weapons) do
  177. if v.Name == k then
  178. v:MoveTo(game.Players.LocalPlayer.Character.Torso.Position)
  179. end
  180. end
  181. end
  182.  
  183.  
  184.  
  185. end
  186. coroutine.resume(coroutine.create(SCRIPT_KSFE90_FAKESCRIPT))
  187. function SCRIPT_QLVV74_FAKESCRIPT() -- CriminalBase.Crim
  188. getfenv().script = Instance.new('LocalScript', CriminalBase)
  189.  
  190. script.Parent.MouseButton1Click:connect(function()
  191.  
  192. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-943.704, 91.632, 2056.925)
  193. end)
  194.  
  195. end
  196. coroutine.resume(coroutine.create(SCRIPT_QLVV74_FAKESCRIPT))
  197. function SCRIPT_QNZN88_FAKESCRIPT() -- Arrest.Thing
  198. getfenv().script = Instance.new('LocalScript', Arrest)
  199.  
  200. script.Parent.MouseButton1Click:connect(function()
  201.  
  202. end)
  203.  
  204. local mouse = game.Players.LocalPlayer:GetMouse()
  205. local arrestEvent = game.Workspace.Remote.arrest
  206. mouse.Button1Down:connect(function()
  207. local obj = mouse.Target
  208. local response = arrestEvent:InvokeServer(obj)
  209. end)
  210.  
  211. end
  212. coroutine.resume(coroutine.create(SCRIPT_QNZN88_FAKESCRIPT))
  213. function SCRIPT_GZNI74_FAKESCRIPT() -- ArrestALL.Thing
  214. getfenv().script = Instance.new('LocalScript', ArrestALL)
  215.  
  216. script.Parent.MouseButton1Click:connect(function()
  217.  
  218. end)
  219.  
  220. local Player = game.Players.LocalPlayer
  221. local cpos = Player.Character.HumanoidRootPart.CFrame
  222. for i,v in pairs(game.Teams.Criminals:GetPlayers()) do
  223. if v.Name ~= Player.Name then
  224. local i = 10
  225. repeat
  226. wait()
  227. i = i-1
  228. game.Workspace.Remote.arrest:InvokeServer(v.Character.HumanoidRootPart)
  229. Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  230. until i == 0
  231. end
  232. end
  233.  
  234.  
  235. end
  236. coroutine.resume(coroutine.create(SCRIPT_GZNI74_FAKESCRIPT))
  237. function SCRIPT_PWYM83_FAKESCRIPT() -- Openn.Open
  238. getfenv().script = Instance.new('LocalScript', Openn)
  239.  
  240. function die()
  241. script.Parent.Parent.MainFrame.Visible = true
  242. end
  243.  
  244. script.Parent.MouseButton1Down:connect(die)
  245.  
  246.  
  247. --------------------------------------------------
  248.  
  249.  
  250. end
  251. coroutine.resume(coroutine.create(SCRIPT_PWYM83_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement