Advertisement
asdadsasd

Dungeon Trash

Nov 18th, 2019
479
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.15 KB | None | 0 0
  1. --Made BY Thuận--
  2.  
  3. -- Instances:
  4.  
  5. local DungeonQuest = Instance.new("ScreenGui")
  6. local Main = Instance.new("Frame")
  7. local TextLabel = Instance.new("TextLabel")
  8. local Speed = Instance.new("TextButton")
  9. local InSpeed = Instance.new("TextBox")
  10. local HipHeight = Instance.new("TextButton")
  11. local InHipHeight = Instance.new("TextBox")
  12. local KillAura = Instance.new("TextButton")
  13. local TextLabel_2 = Instance.new("TextLabel")
  14. local TextLabel_3 = Instance.new("TextLabel")
  15. local Close = Instance.new("TextButton")
  16. local Noclip = Instance.new("TextButton")
  17. local OFF = Instance.new("TextButton")
  18. local ON = Instance.new("TextButton")
  19. local Open = Instance.new("TextButton")
  20.  
  21. --Properties:
  22.  
  23. DungeonQuest.Name = "Dungeon Quest"
  24. DungeonQuest.Parent = game.CoreGui
  25. DungeonQuest.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  26.  
  27. Main.Name = "Main"
  28. Main.Parent = DungeonQuest
  29. Main.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  30. Main.BorderColor3 = Color3.new(0, 1, 0)
  31. Main.BorderSizePixel = 2
  32. Main.Position = UDim2.new(0.241515383, 0, 0.313106805, 0)
  33. Main.Size = UDim2.new(0, 313, 0, 266)
  34. Main.Active = true
  35. Main.Draggable = true
  36.  
  37. TextLabel.Parent = Main
  38. TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  39. TextLabel.BorderColor3 = Color3.new(0, 1, 0)
  40. TextLabel.BorderSizePixel = 2
  41. TextLabel.Size = UDim2.new(0, 312, 0, 48)
  42. TextLabel.Font = Enum.Font.Garamond
  43. TextLabel.Text = "Dungeon Trash"
  44. TextLabel.TextColor3 = Color3.new(0.654902, 0.654902, 0.654902)
  45. TextLabel.TextScaled = true
  46. TextLabel.TextSize = 14
  47. TextLabel.TextWrapped = true
  48.  
  49. Speed.Name = "Speed"
  50. Speed.Parent = Main
  51. Speed.BackgroundColor3 = Color3.new(0, 0, 0)
  52. Speed.BorderColor3 = Color3.new(0, 1, 0)
  53. Speed.BorderSizePixel = 2
  54. Speed.Position = UDim2.new(0, 0, 0.218045115, 0)
  55. Speed.Size = UDim2.new(0, 122, 0, 38)
  56. Speed.Font = Enum.Font.Garamond
  57. Speed.Text = "Speed"
  58. Speed.TextColor3 = Color3.new(1, 1, 1)
  59. Speed.TextScaled = true
  60. Speed.TextSize = 14
  61. Speed.TextWrapped = true
  62. Speed.MouseButton1Click:Connect(function()
  63. local Player = game.Players.LocalPlayer.Character
  64. Player.Humanoid.WalkSpeed = InSpeed.Text
  65. end)
  66.  
  67. InSpeed.Name = "InSpeed"
  68. InSpeed.Parent = Main
  69. InSpeed.BackgroundColor3 = Color3.new(0, 0, 0)
  70. InSpeed.BorderColor3 = Color3.new(0, 1, 0)
  71. InSpeed.BorderSizePixel = 2
  72. InSpeed.Position = UDim2.new(0, 0, 0.406015038, 0)
  73. InSpeed.Size = UDim2.new(0, 122, 0, 34)
  74. InSpeed.Font = Enum.Font.Garamond
  75. InSpeed.PlaceholderText = "16"
  76. InSpeed.Text = ""
  77. InSpeed.TextColor3 = Color3.new(1, 1, 1)
  78. InSpeed.TextSize = 23
  79.  
  80. HipHeight.Name = "HipHeight"
  81. HipHeight.Parent = Main
  82. HipHeight.BackgroundColor3 = Color3.new(0, 0, 0)
  83. HipHeight.BorderColor3 = Color3.new(0, 1, 0)
  84. HipHeight.BorderSizePixel = 2
  85. HipHeight.Position = UDim2.new(0.610223651, 0, 0.218045115, 0)
  86. HipHeight.Size = UDim2.new(0, 121, 0, 38)
  87. HipHeight.Font = Enum.Font.Garamond
  88. HipHeight.Text = "HipHeight"
  89. HipHeight.TextColor3 = Color3.new(1, 1, 1)
  90. HipHeight.TextSize = 28
  91. HipHeight.TextWrapped = true
  92. HipHeight.MouseButton1Click:Connect(function()
  93. local Player = game.Players.LocalPlayer.Character
  94. Player.Humanoid.HipHeight = InHipHeight.Text
  95. end)
  96.  
  97. InHipHeight.Name = "InHipHeight"
  98. InHipHeight.Parent = Main
  99. InHipHeight.BackgroundColor3 = Color3.new(0, 0, 0)
  100. InHipHeight.BorderColor3 = Color3.new(0, 1, 0)
  101. InHipHeight.BorderSizePixel = 2
  102. InHipHeight.Position = UDim2.new(0.610223651, 0, 0.406015038, 0)
  103. InHipHeight.Size = UDim2.new(0, 122, 0, 34)
  104. InHipHeight.Font = Enum.Font.Garamond
  105. InHipHeight.PlaceholderText = "2"
  106. InHipHeight.Text = ""
  107. InHipHeight.TextColor3 = Color3.new(1, 1, 1)
  108. InHipHeight.TextSize = 19
  109.  
  110. KillAura.Name = "Kill Aura"
  111. KillAura.Parent = Main
  112. KillAura.BackgroundColor3 = Color3.new(0, 0, 0)
  113. KillAura.BorderColor3 = Color3.new(0, 1, 0)
  114. KillAura.BorderSizePixel = 2
  115. KillAura.Position = UDim2.new(0.236421719, 0, 0.763157904, 0)
  116. KillAura.Size = UDim2.new(0, 165, 0, 40)
  117. KillAura.Font = Enum.Font.Garamond
  118. KillAura.Text = "Kill Aura"
  119. KillAura.TextColor3 = Color3.new(1, 1, 1)
  120. KillAura.TextScaled = true
  121. KillAura.TextSize = 14
  122. KillAura.TextWrapped = true
  123. KillAura.MouseButton1Down:connect(function()
  124. --Made by Ars#1818
  125.  
  126. game.Workspace.dungeon.initialRoom.barrier:Destroy()
  127. function QSkill(inputObject, gameProcessedEvent)
  128. if inputObject.KeyCode == Enum.KeyCode.T and gameProcessedEvent == false then
  129. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  130. if v:IsA("Tool") and v:FindFirstChild("abilitySlot") then
  131. if v.abilitySlot.Value == "q" then
  132. v:FindFirstChildWhichIsA("RemoteEvent"):FireServer()
  133. v.cooldown.Changed:Connect(function()
  134. v.cooldown.Value = 0
  135. end)
  136. end
  137. end
  138. end
  139. end
  140. end
  141.  
  142.  
  143.  
  144. function ESkill(inputObject, gameProcessedEvent)
  145. if inputObject.KeyCode == Enum.KeyCode.T and gameProcessedEvent == false then
  146. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  147. if v:IsA("Tool") and v:FindFirstChild("abilitySlot") then
  148. if v.abilitySlot.Value == "e" then
  149. v:FindFirstChildWhichIsA("RemoteEvent"):FireServer()
  150. v.cooldown.Changed:Connect(function()
  151. v.cooldown.Value = 0
  152. end)
  153.  
  154. end
  155. end
  156. end
  157. end
  158. end
  159.  
  160. game.Players.LocalPlayer.CharacterAdded:Connect(function(char)
  161. wait(1)
  162. char.busyCasting.Changed:Connect(function()
  163. char.busyCasting.Value = false
  164. end)
  165. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  166. if (v:IsA("Tool")) then
  167. v.cooldown.Changed:Connect(function()
  168. v.cooldown.Value = 0
  169. end)
  170. end
  171. end
  172. end)
  173.  
  174.  
  175. game.Players.LocalPlayer.Character.busyCasting.Changed:Connect(function()
  176. game.Players.LocalPlayer.Character.busyCasting.Value = false
  177. end)
  178.  
  179. function ForceStart(inputObject, gameProcessedEvent)
  180. if inputObject.KeyCode == Enum.KeyCode.Z and gameProcessedEvent == false then
  181. game.ReplicatedStorage.remotes.changeStartValue:FireServer()
  182. end
  183. end
  184.  
  185. local function EnemyTele(instance)
  186. for i,v in pairs(instance:GetChildren()) do
  187. lowername = string.lower(v.Name)
  188. if string.find(lowername, "enemyfolder") then
  189. for i,x in pairs(v:GetChildren()) do
  190. if x:FindFirstChild("HumanoidRootPart") then
  191. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = x.HumanoidRootPart.CFrame * CFrame.new(0,0,3)
  192. end
  193. end
  194.  
  195. end
  196. EnemyTele(v)
  197. end
  198.  
  199. end
  200.  
  201.  
  202. function GotoEnemies(inputObject, gameProcessedEvent)
  203. if inputObject.KeyCode == Enum.KeyCode.G and gameProcessedEvent == false then
  204. EnemyTele(game.Workspace)
  205. end
  206. end
  207.  
  208.  
  209. game:GetService("UserInputService").InputBegan:connect(GotoEnemies) -- G Key (Goes to a spawned enemy)
  210. game:GetService("UserInputService").InputBegan:connect(QSkill) -- R Key (Mass-fires your Q skill)
  211. game:GetService("UserInputService").InputBegan:connect(ESkill) -- T Key (Mass-fires your E skill)
  212. game:GetService("UserInputService").InputBegan:connect(ForceStart) -- Z Key (Force start round)
  213.  
  214. game:GetService('RunService').RenderStepped:connect(function()
  215. local Player = game.Players.LocalPlayer
  216. Player.Character.Humanoid.WalkSpeed = 100
  217. end)
  218.  
  219.  
  220. local personPlayerCharacter = game.Players.LocalPlayer
  221. instatime = 0.1
  222.  
  223. while wait() do
  224. for index, valKill in next, workspace:GetDescendants() do
  225. if (valKill:FindFirstChildOfClass("Humanoid") and valKill ~= personPlayerCharacter.Character and valKill.Name ~= "Shuriken Thrower") then
  226. valKill.Humanoid.Health = math.huge
  227. wait(instatime)
  228. valKill.Humanoid.Health = -math.huge
  229. end
  230. end
  231. end
  232. end)
  233.  
  234. TextLabel_2.Parent = Main
  235. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  236. TextLabel_2.BackgroundTransparency = 1
  237. TextLabel_2.Position = UDim2.new(0.15335463, 0, 0.913533807, 0)
  238. TextLabel_2.Size = UDim2.new(0, 217, 0, 23)
  239. TextLabel_2.Font = Enum.Font.Garamond
  240. TextLabel_2.Text = "Made By Thuận"
  241. TextLabel_2.TextColor3 = Color3.new(1, 0, 0)
  242. TextLabel_2.TextSize = 18
  243.  
  244. TextLabel_3.Parent = Main
  245. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  246. TextLabel_3.BackgroundTransparency = 1
  247. TextLabel_3.Position = UDim2.new(0, 0, -0.127819553, 0)
  248. TextLabel_3.Size = UDim2.new(0, 313, 0, 34)
  249. TextLabel_3.Font = Enum.Font.SourceSans
  250. TextLabel_3.Text = "Kill Aura : Go near the mob and it will automatic die"
  251. TextLabel_3.TextColor3 = Color3.new(1, 0, 1)
  252. TextLabel_3.TextScaled = true
  253. TextLabel_3.TextSize = 14
  254. TextLabel_3.TextWrapped = true
  255.  
  256. Close.Name = "Close"
  257. Close.Parent = Main
  258. Close.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  259. Close.BorderColor3 = Color3.new(0, 1, 0)
  260. Close.Position = UDim2.new(0.929646552, 0, -0.00268267863, 0)
  261. Close.Size = UDim2.new(0, 21, 0, 21)
  262. Close.Font = Enum.Font.Garamond
  263. Close.Text = "X"
  264. Close.TextColor3 = Color3.new(0, 0, 0)
  265. Close.TextScaled = true
  266. Close.TextSize = 14
  267. Close.TextWrapped = true
  268. Close.MouseButton1Down:connect(function()
  269. Main.Visible = false
  270. Open.Visible = true
  271. end)
  272.  
  273. Noclip.Name = "Noclip"
  274. Noclip.Parent = Main
  275. Noclip.BackgroundColor3 = Color3.new(0, 0, 0)
  276. Noclip.BorderColor3 = Color3.new(0, 1, 0)
  277. Noclip.BorderSizePixel = 2
  278. Noclip.Position = UDim2.new(0.300319493, 0, 0.595820963, 0)
  279. Noclip.Size = UDim2.new(0, 125, 0, 33)
  280. Noclip.Font = Enum.Font.Garamond
  281. Noclip.Text = "Hold V to Noclip"
  282. Noclip.TextColor3 = Color3.new(1, 1, 1)
  283. Noclip.TextScaled = true
  284. Noclip.TextSize = 14
  285. Noclip.TextWrapped = true
  286. Noclip.MouseButton1Down:connect(function()
  287. --v to noclip
  288. local h,char,play
  289. play = game.Players.LocalPlayer
  290. local uis = game:getService("UserInputService")
  291. game:getService("RunService"):BindToRenderStep("",0,function()
  292. char = play.Character
  293. if char then h = char:findFirstChildOfClass("Humanoid") end
  294. if not h then return end
  295. if uis:IsKeyDown(Enum.KeyCode.V) then
  296. h:ChangeState(11)
  297. end
  298. end)
  299. end)
  300.  
  301. Open.Name = "Open"
  302. Open.Parent = DungeonQuest
  303. Open.BackgroundColor3 = Color3.new(0, 0, 0)
  304. Open.BorderColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  305. Open.BorderSizePixel = 3
  306. Open.Position = UDim2.new(0.00589101622, 0, 0.211165041, 0)
  307. Open.Size = UDim2.new(0, 81, 0, 50)
  308. Open.Font = Enum.Font.Garamond
  309. Open.Text = "Dungeon Trash"
  310. Open.TextColor3 = Color3.new(1, 0, 0)
  311. Open.TextScaled = true
  312. Open.TextSize = 18
  313. Open.TextWrapped = true
  314. Open.MouseButton1Down:connect(function()
  315. Main.Visible = true
  316. Open.Visible = false
  317. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement