Advertisement
Godzillagamerzz10

Darkened Vent GUI (V4.1)

Nov 13th, 2018
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.45 KB | None | 0 0
  1. Sorry for making so many versions of this exploit GUI...
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8. print("Created by: godzillagamerz10")
  9. warn("Darkened Vent V4.1 loaded!")
  10.  
  11.  
  12.  
  13.  
  14. game.StarterGui:SetCore("SendNotification", {
  15. Title = "Hello!"; -- Required. Has to be a string!
  16. Text = "Thanks for using my GUI!"; -- Required. Has to be a string!
  17. Icon = "http://www.roblox.com/asset/?id=1245461327"; -- The icon.
  18.  
  19.  
  20.  
  21. })
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30. local DarkenedVentV41 = Instance.new("ScreenGui")
  31. local MainFrame = Instance.new("Frame")
  32. local Name = Instance.new("TextLabel")
  33. local Name2 = Instance.new("TextLabel")
  34. local Dab = Instance.new("TextButton")
  35. local CriminalBase = Instance.new("TextButton")
  36. local Arrest = Instance.new("TextButton")
  37. local ImageLabel = Instance.new("ImageLabel")
  38. local Openn = Instance.new("TextButton")
  39. --Properties:
  40. DarkenedVentV41.Name = "DarkenedVentV4.1"
  41. DarkenedVentV41.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  42.  
  43. MainFrame.Name = "MainFrame"
  44. MainFrame.Parent = DarkenedVentV41
  45. MainFrame.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  46. MainFrame.BackgroundTransparency = 0.5
  47. MainFrame.Position = UDim2.new(0.676249504, 0, 0.24733898, 0)
  48. MainFrame.Size = UDim2.new(0, 360, 0, 319)
  49. MainFrame.Visible = false
  50.  
  51. Name.Name = "Name"
  52. Name.Parent = MainFrame
  53. Name.BackgroundColor3 = Color3.new(1, 0, 0.0156863)
  54. Name.BackgroundTransparency = 1
  55. Name.Position = UDim2.new(0, 0, 0.0072579477, 0)
  56. Name.Size = UDim2.new(0, 360, 0, 35)
  57. Name.Font = Enum.Font.SciFi
  58. Name.Text = "Darkened Vent GUI (V4.1)"
  59. Name.TextColor3 = Color3.new(0.513726, 0, 0)
  60. Name.TextScaled = true
  61. Name.TextSize = 14
  62. Name.TextWrapped = true
  63.  
  64. Name2.Name = "Name2"
  65. Name2.Parent = MainFrame
  66. Name2.BackgroundColor3 = Color3.new(1, 0, 0.0156863)
  67. Name2.BackgroundTransparency = 1
  68. Name2.Position = UDim2.new(0.155555546, 0, 0.115357243, 0)
  69. Name2.Size = UDim2.new(0, 247, 0, 10)
  70. Name2.Font = Enum.Font.SciFi
  71. Name2.Text = "Created by: godzillagamerz10"
  72. Name2.TextColor3 = Color3.new(0, 0, 0)
  73. Name2.TextSize = 14
  74. Name2.TextWrapped = true
  75.  
  76. Dab.Name = "Dab"
  77. Dab.Parent = MainFrame
  78. Dab.BackgroundColor3 = Color3.new(0.4, 0.396078, 0.396078)
  79. Dab.BackgroundTransparency = 0.5
  80. Dab.Position = UDim2.new(0, 0, 0.217459083, 0)
  81. Dab.Size = UDim2.new(0, 360, 0, 16)
  82. Dab.Font = Enum.Font.Cartoon
  83. Dab.Text = "Dab (FE)"
  84. Dab.TextColor3 = Color3.new(0, 0, 0)
  85. Dab.TextSize = 20
  86. Dab.TextWrapped = true
  87.  
  88. CriminalBase.Name = "CriminalBase"
  89. CriminalBase.Parent = MainFrame
  90. CriminalBase.BackgroundColor3 = Color3.new(0.4, 0.396078, 0.396078)
  91. CriminalBase.BackgroundTransparency = 0.5
  92. CriminalBase.Position = UDim2.new(0, 0, 0.297234237, 0)
  93. CriminalBase.Size = UDim2.new(0, 358, 0, 17)
  94. CriminalBase.Font = Enum.Font.Cartoon
  95. CriminalBase.Text = "Criminal Base (FE)"
  96. CriminalBase.TextColor3 = Color3.new(0, 0, 0)
  97. CriminalBase.TextSize = 20
  98. CriminalBase.TextWrapped = true
  99.  
  100. Arrest.Name = "Arrest"
  101. Arrest.Parent = MainFrame
  102. Arrest.BackgroundColor3 = Color3.new(0.4, 0.396078, 0.396078)
  103. Arrest.BackgroundTransparency = 0.5
  104. Arrest.Position = UDim2.new(0, 0, 0.382410139, 0)
  105. Arrest.Size = UDim2.new(0, 358, 0, 12)
  106. Arrest.Font = Enum.Font.Cartoon
  107. Arrest.Text = " Click Arrest (FE)"
  108. Arrest.TextColor3 = Color3.new(0, 0, 0)
  109. Arrest.TextSize = 20
  110. Arrest.TextWrapped = true
  111.  
  112. ImageLabel.Parent = MainFrame
  113. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  114. ImageLabel.BackgroundTransparency = 1
  115. ImageLabel.Position = UDim2.new(0, 0, 0.420027673, 0)
  116. ImageLabel.Size = UDim2.new(0, 359, 0, 179)
  117. ImageLabel.Image = "rbxassetid://205751358"
  118.  
  119. Openn.Name = "Openn"
  120. Openn.Parent = DarkenedVentV41
  121. Openn.BackgroundColor3 = Color3.new(0, 0.737255, 0)
  122. Openn.Size = UDim2.new(0, 106, 0, 50)
  123. Openn.Font = Enum.Font.SourceSans
  124. Openn.Text = "Open/Close"
  125. Openn.TextColor3 = Color3.new(0, 0, 0)
  126. Openn.TextScaled = true
  127. Openn.TextSize = 14
  128. Openn.TextWrapped = true
  129. -- Scripts:
  130. function SCRIPT_NZXF76_FAKESCRIPT() -- Dab.Dabbing
  131. getfenv().script = Instance.new('LocalScript', Dab)
  132.  
  133. script.Parent.MouseButton1Click:connect(function()
  134.  
  135.  
  136. AnimationId = "248263260"
  137. local Anim = Instance.new("Animation")
  138. Anim.AnimationId = "rbxassetid://"..AnimationId
  139. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  140. k:Play()
  141. k:AdjustSpeed(1)
  142.  
  143.  
  144.  
  145. end)
  146.  
  147. end
  148. coroutine.resume(coroutine.create(SCRIPT_NZXF76_FAKESCRIPT))
  149. function SCRIPT_CYCS77_FAKESCRIPT() -- CriminalBase.Crim
  150. getfenv().script = Instance.new('LocalScript', CriminalBase)
  151.  
  152. script.Parent.MouseButton1Click:connect(function()
  153.  
  154. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-943.704, 91.632, 2056.925)
  155. end)
  156.  
  157. end
  158. coroutine.resume(coroutine.create(SCRIPT_CYCS77_FAKESCRIPT))
  159. function SCRIPT_YHHR67_FAKESCRIPT() -- Arrest.Thing
  160. getfenv().script = Instance.new('LocalScript', Arrest)
  161.  
  162. script.Parent.MouseButton1Click:connect(function()
  163.  
  164. end)
  165.  
  166. local mouse = game.Players.LocalPlayer:GetMouse()
  167. local arrestEvent = game.Workspace.Remote.arrest
  168. mouse.Button1Down:connect(function()
  169. local obj = mouse.Target
  170. local response = arrestEvent:InvokeServer(obj)
  171. end)
  172.  
  173. end
  174. coroutine.resume(coroutine.create(SCRIPT_YHHR67_FAKESCRIPT))
  175. function SCRIPT_NDLS78_FAKESCRIPT() -- Openn.Open
  176. getfenv().script = Instance.new('LocalScript', Openn)
  177.  
  178. function die()
  179. script.Parent.Parent.MainFrame.Visible = true
  180. end
  181.  
  182. script.Parent.MouseButton1Down:connect(die)
  183.  
  184.  
  185. --------------------------------------------------
  186.  
  187.  
  188. end
  189. coroutine.resume(coroutine.create(SCRIPT_NDLS78_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement