halfdan_dk

Dungeon Quest GUI

Sep 13th, 2020 (edited)
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local BigFrame = Instance.new("Frame")
  6. local Bar = Instance.new("Frame")
  7. local AutoAttack = Instance.new("TextButton")
  8. local InstantKill = Instance.new("TextButton")
  9. local HipHieght = Instance.new("TextButton")
  10. local WalkSpeed = Instance.new("TextButton")
  11. local StartBarrier = Instance.new("TextButton")
  12. local StartGame = Instance.new("TextButton")
  13. local UIName = Instance.new("TextLabel")
  14. local TeleBoss = Instance.new("TextButton")
  15. --Properties:
  16. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  17.  
  18. BigFrame.Name = "BigFrame"
  19. BigFrame.Parent = ScreenGui
  20. BigFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  21. BigFrame.BackgroundTransparency = 1
  22. BigFrame.Size = UDim2.new(1, 0, 1, 0)
  23.  
  24. Bar.Name = "Bar"
  25. Bar.Parent = BigFrame
  26. Bar.BackgroundColor3 = Color3.new(0.8, 0.466667, 0)
  27. Bar.BorderSizePixel = 0
  28. Bar.Position = UDim2.new(0.014911769, 0, 0.416458935, 0)
  29. Bar.Size = UDim2.new(0.148000002, 0, 0.00249999994, 0)
  30.  
  31. AutoAttack.Name = "AutoAttack"
  32. AutoAttack.Parent = BigFrame
  33. AutoAttack.BackgroundColor3 = Color3.new(1, 1, 1)
  34. AutoAttack.BackgroundTransparency = 1
  35. AutoAttack.Position = UDim2.new(0.0213235188, 0, 0.435510874, 0)
  36. AutoAttack.Size = UDim2.new(0.148000002, 0, 0.0462747104, 0)
  37. AutoAttack.Font = Enum.Font.SourceSansLight
  38. AutoAttack.Text = "> Auto Attack"
  39. AutoAttack.TextColor3 = Color3.new(1, 1, 1)
  40. AutoAttack.TextScaled = true
  41. AutoAttack.TextSize = 14
  42. AutoAttack.TextWrapped = true
  43. AutoAttack.TextXAlignment = Enum.TextXAlignment.Left
  44.  
  45. InstantKill.Name = "InstantKill"
  46. InstantKill.Parent = BigFrame
  47. InstantKill.BackgroundColor3 = Color3.new(1, 1, 1)
  48. InstantKill.BackgroundTransparency = 1
  49. InstantKill.Position = UDim2.new(0.0213235188, 0, 0.480737001, 0)
  50. InstantKill.Size = UDim2.new(0.148000002, 0, 0.0462747104, 0)
  51. InstantKill.Font = Enum.Font.SourceSansLight
  52. InstantKill.Text = "> Instant Kill  "
  53. InstantKill.TextColor3 = Color3.new(1, 1, 1)
  54. InstantKill.TextScaled = true
  55. InstantKill.TextSize = 14
  56. InstantKill.TextWrapped = true
  57. InstantKill.TextXAlignment = Enum.TextXAlignment.Left
  58.  
  59. HipHieght.Name = "HipHieght"
  60. HipHieght.Parent = BigFrame
  61. HipHieght.BackgroundColor3 = Color3.new(1, 1, 1)
  62. HipHieght.BackgroundTransparency = 1
  63. HipHieght.Position = UDim2.new(0.0213235188, 0, 0.525963128, 0)
  64. HipHieght.Size = UDim2.new(0.148000002, 0, 0.0462747104, 0)
  65. HipHieght.Font = Enum.Font.SourceSansLight
  66. HipHieght.Text = "> Hip Hieght | OFF"
  67. HipHieght.TextColor3 = Color3.new(1, 1, 1)
  68. HipHieght.TextScaled = true
  69. HipHieght.TextSize = 14
  70. HipHieght.TextWrapped = true
  71. HipHieght.TextXAlignment = Enum.TextXAlignment.Left
  72.  
  73. WalkSpeed.Name = "WalkSpeed"
  74. WalkSpeed.Parent = BigFrame
  75. WalkSpeed.BackgroundColor3 = Color3.new(1, 1, 1)
  76. WalkSpeed.BackgroundTransparency = 1
  77. WalkSpeed.Position = UDim2.new(0.0213235188, 0, 0.571189284, 0)
  78. WalkSpeed.Size = UDim2.new(0.148000002, 0, 0.0462747104, 0)
  79. WalkSpeed.Font = Enum.Font.SourceSansLight
  80. WalkSpeed.Text = "> WalkSpeed | OFF"
  81. WalkSpeed.TextColor3 = Color3.new(1, 1, 1)
  82. WalkSpeed.TextScaled = true
  83. WalkSpeed.TextSize = 14
  84. WalkSpeed.TextWrapped = true
  85. WalkSpeed.TextXAlignment = Enum.TextXAlignment.Left
  86.  
  87. StartBarrier.Name = "StartBarrier"
  88. StartBarrier.Parent = BigFrame
  89. StartBarrier.BackgroundColor3 = Color3.new(1, 1, 1)
  90. StartBarrier.BackgroundTransparency = 1
  91. StartBarrier.Position = UDim2.new(0.0213235188, 0, 0.616415441, 0)
  92. StartBarrier.Size = UDim2.new(0.148000002, 0, 0.0462747104, 0)
  93. StartBarrier.Font = Enum.Font.SourceSansLight
  94. StartBarrier.Text = "> Destroy Start Barrier"
  95. StartBarrier.TextColor3 = Color3.new(1, 1, 1)
  96. StartBarrier.TextScaled = true
  97. StartBarrier.TextSize = 14
  98. StartBarrier.TextWrapped = true
  99. StartBarrier.TextXAlignment = Enum.TextXAlignment.Left
  100.  
  101. StartGame.Name = "StartGame"
  102. StartGame.Parent = BigFrame
  103. StartGame.BackgroundColor3 = Color3.new(1, 1, 1)
  104. StartGame.BackgroundTransparency = 1
  105. StartGame.Position = UDim2.new(0.0213235188, 0, 0.706867695, 0)
  106. StartGame.Size = UDim2.new(0.148000002, 0, 0.0462747104, 0)
  107. StartGame.Font = Enum.Font.SourceSansLight
  108. StartGame.Text = "> Start Game"
  109. StartGame.TextColor3 = Color3.new(1, 1, 1)
  110. StartGame.TextScaled = true
  111. StartGame.TextSize = 14
  112. StartGame.TextWrapped = true
  113. StartGame.TextXAlignment = Enum.TextXAlignment.Left
  114.  
  115. UIName.Name = "UIName"
  116. UIName.Parent = BigFrame
  117. UIName.BackgroundColor3 = Color3.new(1, 1, 1)
  118. UIName.BackgroundTransparency = 1
  119. UIName.Position = UDim2.new(0.00661764713, 0, 0.358458966, 0)
  120. UIName.Size = UDim2.new(0.147794113, 0, 0.0581239611, 0)
  121. UIName.Font = Enum.Font.SourceSansLight
  122. UIName.Text = "Dungeon Quest"
  123. UIName.TextColor3 = Color3.new(1, 1, 1)
  124. UIName.TextScaled = true
  125. UIName.TextSize = 14
  126. UIName.TextWrapped = true
  127.  
  128. TeleBoss.Name = "TeleBoss"
  129. TeleBoss.Parent = BigFrame
  130. TeleBoss.BackgroundColor3 = Color3.new(1, 1, 1)
  131. TeleBoss.BackgroundTransparency = 1
  132. TeleBoss.Position = UDim2.new(0.0213235188, 0, 0.661641598, 0)
  133. TeleBoss.Size = UDim2.new(0.148000002, 0, 0.0462747104, 0)
  134. TeleBoss.Font = Enum.Font.SourceSansLight
  135. TeleBoss.Text = ">Teleport to Enemy"
  136. TeleBoss.TextColor3 = Color3.new(1, 1, 1)
  137. TeleBoss.TextScaled = true
  138. TeleBoss.TextSize = 14
  139. TeleBoss.TextWrapped = true
  140. TeleBoss.TextXAlignment = Enum.TextXAlignment.Left
  141. -- Scripts:
  142.  
  143. --Script Variables
  144.  
  145. local AutoSkill = AutoAttack
  146. local player = game.Players.LocalPlayer
  147. local character = player.Character
  148.  
  149.  
  150. AutoSkill.MouseButton1Down:connect(function()
  151. --Script Here (ON)
  152. function FireSwingRemote()
  153. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  154. if v:FindFirstChild("Weapon") and v:FindFirstChild("swing") then
  155. return v.swing:FireServer()
  156. end
  157. end
  158. end
  159. _G.Skill = true
  160. while _G.Skill do
  161.     wait()
  162. FireSwingRemote()
  163. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  164.             if v:IsA("Tool") and v:FindFirstChild("abilitySlot") then
  165.         if v.abilitySlot.Value == "q" then
  166.             v:FindFirstChildWhichIsA("RemoteEvent"):FireServer()
  167.             v.cooldown.Changed:Connect(function()      
  168.             v.cooldown.Value = 0
  169.             end)
  170.         end
  171.         end
  172.         end
  173.         for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  174.             if v:IsA("Tool") and v:FindFirstChild("abilitySlot") then
  175.         if v.abilitySlot.Value == "e" then
  176.             v:FindFirstChildWhichIsA("RemoteEvent"):FireServer()
  177.             v.cooldown.Changed:Connect(function()      
  178.             v.cooldown.Value = 0
  179.             end)
  180.         end
  181.         end
  182.         end
  183. end
  184. end)
  185.  
  186. WalkSpeed.MouseButton1Down:Connect(function()
  187.     if character:FindFirstChild("Humanoid") and WalkSpeed.Text == "> WalkSpeed | OFF" then
  188.         character.Humanoid.WalkSpeed = 80
  189.         WalkSpeed.Text = "> WalkSpeed | ON"
  190.         else
  191.         character.Humanoid.WalkSpeed = 16
  192.         WalkSpeed.Text = "> WalkSpeed | OFF"
  193.     end
  194. end)
  195.  
  196. HipHieght.MouseButton1Down:Connect(function()
  197.     if character:FindFirstChild("Humanoid") and HipHieght.Text == "> Hip Hieght | OFF" then
  198.         character.Humanoid.HipHeight = 8
  199.         HipHieght.Text = "> Hip Hieght | ON"
  200.         else
  201.         character.Humanoid.HipHeight = 2
  202.         HipHieght.Text = "> Hip Hieght | OFF"
  203.     end
  204. end)
  205.  
  206. local personPlayerCharacter = game.Players.LocalPlayer
  207. instatime = 0.8
  208.  
  209. InstantKill.MouseButton1Down:Connect(function()
  210.     while wait() do
  211.             for index, valKill in next, workspace:GetDescendants() do
  212.                 if (valKill:FindFirstChildOfClass("Humanoid") and valKill ~= personPlayerCharacter.Character and valKill.Name ~= "Shuriken Thrower") then
  213.                     valKill.Humanoid.Health = math.huge
  214.                 wait(instatime)
  215.                     valKill.Humanoid.Health = -math.huge
  216.                 end
  217.             end
  218.         end
  219. end)
  220.  
  221. StartBarrier.MouseButton1Down:Connect(function()
  222.     game.Workspace.dungeon.initialRoom.barrier:Destroy()
  223. end)
  224.  
  225. StartGame.MouseButton1Down:Connect(function()
  226.     game.ReplicatedStorage.remotes.changeStartValue:FireServer()
  227. end)
  228.  
  229. local function EnemyTele(instance)
  230. for i,v in pairs(instance:GetChildren()) do
  231. lowername = string.lower(v.Name)
  232.        if string.find(lowername, "enemyfolder") then
  233.    for i,x in pairs(v:GetChildren()) do
  234. if x:FindFirstChild("HumanoidRootPart") then
  235.    game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = x.HumanoidRootPart.CFrame * CFrame.new(0,0,3)
  236. end
  237.    end
  238.  
  239. end
  240. EnemyTele(v)
  241.    end
  242.  
  243. end
  244.  
  245.  
  246.    TeleBoss.MouseButton1Down:Connect(function()
  247.     EnemyTele(game.Workspace)
  248.     end)
Add Comment
Please, Sign In to add comment