Advertisement
FikryRockability

Fikry

Sep 17th, 2019
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.63 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local OrderByyadhie = Instance.new("ScreenGui")
  5. local frame = Instance.new("Frame")
  6. local open = Instance.new("TextButton")
  7. local main = Instance.new("Frame")
  8. local auto = Instance.new("TextButton")
  9. local jump = Instance.new("TextButton")
  10. local noclipon = Instance.new("TextButton")
  11. local noclipoff = Instance.new("TextButton")
  12. local x = Instance.new("TextButton")
  13. local credit = Instance.new("TextLabel")
  14. local title = Instance.new("TextLabel")
  15. --Properties:
  16. OrderByyadhie.Name = "Order By yadhie"
  17. OrderByyadhie.Parent = game.CoreGui
  18. OrderByyadhie.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  19.  
  20. frame.Name = "frame"
  21. frame.Parent = OrderByyadhie
  22. frame.BackgroundColor3 = Color3.new(0, 0, 0)
  23. frame.BackgroundTransparency = 0.20000000298023
  24. frame.BorderColor3 = Color3.new(0, 0, 1)
  25. frame.BorderSizePixel = 2
  26. frame.Position = UDim2.new(0.915460765, 0, 0.0134099126, 0)
  27. frame.Size = UDim2.new(0, 100, 0, 31)
  28.  
  29. open.Name = "open"
  30. open.Parent = frame
  31. open.BackgroundColor3 = Color3.new(0, 0, 0)
  32. open.BackgroundTransparency = 1
  33. open.BorderColor3 = Color3.new(0, 0, 1)
  34. open.BorderSizePixel = 2
  35. open.Position = UDim2.new(0.0500000715, 0, 0.129032254, 0)
  36. open.Size = UDim2.new(0, 90, 0, 23)
  37. open.Font = Enum.Font.Cartoon
  38. open.Text = "OPEN"
  39. open.TextColor3 = Color3.new(1, 1, 1)
  40. open.TextSize = 14
  41. open.TextStrokeColor3 = Color3.new(0, 0, 1)
  42. open.TextStrokeTransparency = 0
  43. open.TextTransparency = 0.5
  44. open.MouseButton1Down:connect(function()
  45. main.Visible = true
  46. frame.Visible = false
  47. end)
  48.  
  49. main.Name = "main"
  50. main.Parent = OrderByyadhie
  51. main.BackgroundColor3 = Color3.new(0, 0, 0)
  52. main.BackgroundTransparency = 0.20000000298023
  53. main.BorderColor3 = Color3.new(0, 0, 1)
  54. main.BorderSizePixel = 2
  55. main.Position = UDim2.new(0.182787508, 0, 0.206896558, 0)
  56. main.Size = UDim2.new(0, 240, 0, 306)
  57. main.Visible = false
  58. main.Active = true
  59. main.Draggable = true
  60.  
  61. auto.Name = "auto"
  62. auto.Parent = main
  63. auto.BackgroundColor3 = Color3.new(0, 0, 0)
  64. auto.BackgroundTransparency = 0.5
  65. auto.BorderColor3 = Color3.new(0, 0, 1)
  66. auto.BorderSizePixel = 2
  67. auto.Position = UDim2.new(0.0833333358, 0, 0.143790856, 0)
  68. auto.Size = UDim2.new(0, 200, 0, 50)
  69. auto.Font = Enum.Font.SourceSans
  70. auto.Text = "AUTO"
  71. auto.TextColor3 = Color3.new(1, 1, 1)
  72. auto.TextSize = 14
  73. auto.MouseButton1Down:connect(function()
  74. wait(1)
  75. local Event = game:GetService("ReplicatedStorage").remotes.changeStartValue
  76. Event:FireServer()
  77. wait(1)
  78.  
  79. local Dungeon = workspace:WaitForChild("dungeon")
  80. local Player = game.Players.LocalPlayer
  81. Player.Character.Humanoid.WalkSpeed = 100
  82.  
  83. spawn(function()
  84. while wait(3) do
  85. for index, value in next, Dungeon:GetDescendants() do
  86. if (value.Name == "barrier") then
  87. value:Destroy()
  88. end
  89. if (value:FindFirstChildOfClass("Humanoid") and value ~= Player.Character) then
  90. if (value.Name ~= Boss) then
  91. value.Humanoid.Health = 0
  92. end
  93. end
  94. end
  95. end
  96. end)
  97.  
  98. local Player = game.Players.LocalPlayer
  99. Player.Character.Humanoid.WalkSpeed = 150
  100. while wait(3) do
  101. for index, value in next, workspace:GetDescendants() do
  102. if (value:FindFirstChildOfClass("Humanoid") and value ~= Player.Character) then
  103. value.Humanoid.Health = 0-1
  104. end
  105. end
  106. end
  107. end)
  108.  
  109. jump.Name = "jump"
  110. jump.Parent = main
  111. jump.BackgroundColor3 = Color3.new(0, 0, 0)
  112. jump.BackgroundTransparency = 0.5
  113. jump.BorderColor3 = Color3.new(0, 0, 1)
  114. jump.BorderSizePixel = 2
  115. jump.Position = UDim2.new(0.0833333358, 0, 0.326797396, 0)
  116. jump.Size = UDim2.new(0, 200, 0, 50)
  117. jump.Font = Enum.Font.SourceSans
  118. jump.Text = "JUMP"
  119. jump.TextColor3 = Color3.new(1, 1, 1)
  120. jump.TextSize = 14
  121. jump.MouseButton1Down:connect(function()
  122. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 150
  123. end)
  124.  
  125. noclipon.Name = "noclipon"
  126. noclipon.Parent = main
  127. noclipon.BackgroundColor3 = Color3.new(0, 0, 0)
  128. noclipon.BackgroundTransparency = 0.5
  129. noclipon.BorderColor3 = Color3.new(0, 0, 1)
  130. noclipon.BorderSizePixel = 2
  131. noclipon.Position = UDim2.new(0.0833333358, 0, 0.509803951, 0)
  132. noclipon.Size = UDim2.new(0, 200, 0, 50)
  133. noclipon.Font = Enum.Font.SourceSans
  134. noclipon.Text = "NoClip ON"
  135. noclipon.TextColor3 = Color3.new(1, 1, 1)
  136. noclipon.TextSize = 14
  137. noclipon.MouseButton1Click:Connect(function()
  138. noclip = true
  139. game:GetService('RunService').Stepped:connect(function()
  140. if noclip then
  141. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  142. end
  143. end)
  144. plr = game.Players.LocalPlayer
  145. mouse = plr:GetMouse()
  146. mouse.KeyDown:connect(function(key)
  147.  
  148. if key == "o" then
  149. noclip = not noclip
  150. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  151. end
  152. end)
  153. end)
  154.  
  155. noclipoff.Name = "noclipoff"
  156. noclipoff.Parent = main
  157. noclipoff.BackgroundColor3 = Color3.new(0, 0, 0)
  158. noclipoff.BackgroundTransparency = 0.5
  159. noclipoff.BorderColor3 = Color3.new(0, 0, 1)
  160. noclipoff.BorderSizePixel = 2
  161. noclipoff.Position = UDim2.new(0.0833333358, 0, 0.692810476, 0)
  162. noclipoff.Size = UDim2.new(0, 200, 0, 50)
  163. noclipoff.Font = Enum.Font.SourceSans
  164. noclipoff.Text = "NoClip OFF"
  165. noclipoff.TextColor3 = Color3.new(1, 1, 1)
  166. noclipoff.TextSize = 14
  167. noclipoff.MouseButton1Click:Connect(function()
  168. noclip = false
  169. game:GetService('RunService').Stepped:connect(function()
  170. if noclip then
  171. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  172. end
  173. end)
  174. plr = game.Players.LocalPlayer
  175. mouse = plr:GetMouse()
  176. mouse.KeyDown:connect(function(key)
  177.  
  178. if key == "o" then
  179. noclip = not noclip
  180. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  181. end
  182. end)
  183. end)
  184.  
  185. x.Name = "x"
  186. x.Parent = main
  187. x.BackgroundColor3 = Color3.new(0, 0, 0)
  188. x.BackgroundTransparency = 0.5
  189. x.BorderColor3 = Color3.new(0, 0, 1)
  190. x.BorderSizePixel = 2
  191. x.Position = UDim2.new(0.870833337, 0, 0.0196078438, 0)
  192. x.Size = UDim2.new(0, 25, 0, 23)
  193. x.Font = Enum.Font.SourceSans
  194. x.Text = "X"
  195. x.TextColor3 = Color3.new(1, 1, 1)
  196. x.TextSize = 14
  197. x.MouseButton1Down:connect(function()
  198. frame.Visible = true
  199. main.Visible = false
  200. end)
  201.  
  202. credit.Name = "credit"
  203. credit.Parent = main
  204. credit.BackgroundColor3 = Color3.new(1, 1, 1)
  205. credit.BackgroundTransparency = 2
  206. credit.Position = UDim2.new(0.0833333358, 0, 0.892156839, 0)
  207. credit.Size = UDim2.new(0, 200, 0, 27)
  208. credit.ClearTextOnFocus = false
  209. credit.Font = Enum.Font.Cartoon
  210. credit.Text = "Design // By yadhie ID"
  211. credit.TextColor3 = Color3.new(1, 1, 1)
  212. credit.TextSize = 15
  213.  
  214. title.Name = "title"
  215. title.Parent = main
  216. title.BackgroundColor3 = Color3.new(1, 1, 1)
  217. title.BackgroundTransparency = 2
  218. title.Position = UDim2.new(0.145833328, 0, 0.0196078438, 0)
  219. title.Size = UDim2.new(0, 170, 0, 29)
  220. title.ClearTextOnFocus = false
  221. title.Font = Enum.Font.Cartoon
  222. title.Text = "DUNGEON QUEST "
  223. title.TextColor3 = Color3.new(1, 1, 1)
  224. title.TextSize = 15
  225. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement