Advertisement
Guest User

Untitled

a guest
Apr 21st, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.61 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local BOOGABOOGA = Instance.new("TextLabel")
  7. local te = Instance.new("TextLabel")
  8. local DisableBlur = Instance.new("TextButton")
  9. local Close = Instance.new("TextButton")
  10. local Walkspeed = Instance.new("TextButton")
  11. local InstantKill70ON = Instance.new("TextButton")
  12. local _1 = Instance.new("TextButton")
  13. local HipHight = Instance.new("TextButton")
  14. local _2 = Instance.new("TextButton")
  15. local _3 = Instance.new("TextButton")
  16. local _4 = Instance.new("TextButton")
  17. local HipHight_2 = Instance.new("TextButton")
  18. local _5 = Instance.new("TextButton")
  19. local Open = Instance.new("TextButton")
  20. --Properties:
  21. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  22.  
  23. Frame.Parent = ScreenGui
  24. Frame.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  25. Frame.Position = UDim2.new(0.104143694, 0, 0.0129256323, 0)
  26. Frame.Size = UDim2.new(0, 190, 0, 237)
  27. Frame.Visible = false
  28.  
  29. BOOGABOOGA.Name = "BOOGA-BOOGA"
  30. BOOGABOOGA.Parent = Frame
  31. BOOGABOOGA.BackgroundColor3 = Color3.new(0, 0, 0)
  32. BOOGABOOGA.Size = UDim2.new(0, 190, 0, 29)
  33. BOOGABOOGA.Font = Enum.Font.SourceSans
  34. BOOGABOOGA.Text = "Dungeon Quest"
  35. BOOGABOOGA.TextColor3 = Color3.new(0, 0, 1)
  36. BOOGABOOGA.TextScaled = true
  37. BOOGABOOGA.TextSize = 14
  38. BOOGABOOGA.TextStrokeColor3 = Color3.new(0, 0, 1)
  39. BOOGABOOGA.TextWrapped = true
  40.  
  41. te.Name = "te"
  42. te.Parent = Frame
  43. te.BackgroundColor3 = Color3.new(0, 0, 0)
  44. te.Position = UDim2.new(0, 0, 0.877637148, 0)
  45. te.Size = UDim2.new(0, 190, 0, 29)
  46. te.Font = Enum.Font.SourceSans
  47. te.Text = "😍By CanROblox😍"
  48. te.TextColor3 = Color3.new(0, 0, 1)
  49. te.TextScaled = true
  50. te.TextSize = 14
  51. te.TextStrokeColor3 = Color3.new(0, 0, 1)
  52. te.TextWrapped = true
  53.  
  54. DisableBlurON.Name = "DisableBlur "
  55. DisableBlurON.Parent = Frame
  56. DisableBlurON.BackgroundColor3 = Color3.new(0, 0, 0)
  57. DisableBlurON.Position = UDim2.new(0.0615889691, 0, 0.455696344, 0)
  58. DisableBlurON.Size = UDim2.new(0, 139, 0, 29)
  59. DisableBlurON.Font = Enum.Font.SourceSans
  60. DisableBlurON.Text = "DisableBlur "
  61. DisableBlurON.TextColor3 = Color3.new(0, 0, 1)
  62. DisableBlurON.TextScaled = true
  63. DisableBlurON.TextSize = 14
  64. DisableBlurON.TextWrapped = true
  65. DisableBlurON.MouseButton1Down:connect(function()
  66. DisableBlurON.Visible = false
  67. DisableBlurON.Visible = true
  68. Instance.new("BlurEffect", game.Lighting).Name = "BlurLoad"
  69. game.Lighting.BlurLoad.Size = 20
  70. end)
  71.  
  72. Close.Name = "Close"
  73. Close.Parent = Frame
  74. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  75. Close.BackgroundTransparency = 1
  76. Close.Position = UDim2.new(0.834958315, 0, 0, 0)
  77. Close.Size = UDim2.new(0, 44, 0, 28)
  78. Close.Font = Enum.Font.SourceSans
  79. Close.Text = "🎮"
  80. Close.TextColor3 = Color3.new(0, 0, 0)
  81. Close.TextScaled = true
  82. Close.TextSize = 14
  83. Close.TextWrapped = true
  84.  
  85. Walkspeed.Name = "Walkspeed"
  86. Walkspeed.Parent = Frame
  87. Walkspeed.BackgroundColor3 = Color3.new(0, 0, 0)
  88. Walkspeed.Position = UDim2.new(0.0615889691, 0, 0.312236279, 0)
  89. Walkspeed.Size = UDim2.new(0, 139, 0, 35)
  90. Walkspeed.Font = Enum.Font.SourceSans
  91. Walkspeed.Text = "Walkspeed"
  92. Walkspeed.TextColor3 = Color3.new(0, 0, 1)
  93. Walkspeed.TextScaled = true
  94. Walkspeed.TextSize = 14
  95. Walkspeed.TextWrapped = true
  96. Walkspeed.MouseButton1Down:connect(function()
  97. Walkspeed.Visible = false
  98. WalkspeedON.Visible = true
  99. --Script Here (ON)
  100. game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = 100
  101. end)
  102.  
  103. InstantKill70ON.Name = "InstantKill70ON"
  104. InstantKill70ON.Parent = Frame
  105. InstantKill70ON.BackgroundColor3 = Color3.new(0, 0, 0)
  106. InstantKill70ON.Position = UDim2.new(0.0615889691, 0, 0.160337552, 0)
  107. InstantKill70ON.Size = UDim2.new(0, 139, 0, 36)
  108. InstantKill70ON.Font = Enum.Font.SourceSans
  109. InstantKill70ON.Text = "InstantKill70ON"
  110. InstantKill70ON.TextColor3 = Color3.new(0, 0, 1)
  111. InstantKill70ON.TextScaled = true
  112. InstantKill70ON.TextSize = 14
  113. InstantKill70ON.TextWrapped = true
  114. InstantKill70.MouseButton1Down:connect(function()
  115. InstantKill70.Visible = false
  116. InstantKill70ON.Visible = true
  117. --Script Here (ON)
  118. _G.s = true
  119. while _G.s do
  120. wait(2)
  121. for z,x in pairs(game.Workspace:GetChildren()) do
  122. if x:IsA("Folder") then
  123. for j,k in pairs(x:GetChildren()) do
  124. if k:FindFirstChild("enemyFolder") then
  125. for q,u in pairs(k.enemyFolder:GetChildren()) do
  126. if u:FindFirstChild("HumanoidRootPart") and u:FindFirstChild("Humanoid") then
  127. for v,g in pairs(u:GetChildren()) do
  128. if g.Name == "Head" then
  129. g:Destroy()
  130. wait()
  131. end
  132. end
  133. end
  134. end
  135. end
  136. end
  137. end
  138. end
  139. for _,m in pairs(game.workspace.dungeon.bossRoom.enemyFolder:GetDescendants()) do
  140. if string.find(m.Name,"The") then
  141. if m.Humanoid.Health < 1 then
  142. wait(2)
  143. game:GetService'TeleportService':Teleport(2414851778)
  144. end
  145. end
  146. end
  147. end
  148. end)
  149.  
  150. _1.Name = "-1"
  151. _1.Parent = Frame
  152. _1.BackgroundColor3 = Color3.new(1, 1, 1)
  153. _1.Position = UDim2.new(0.829900801, 0, 0.189873397, 0)
  154. _1.Size = UDim2.new(0, 25, 0, 20)
  155. _1.Font = Enum.Font.SourceSans
  156. _1.Text = "-1"
  157. _1.TextColor3 = Color3.new(0, 0, 1)
  158. _1.TextScaled = true
  159. _1.TextSize = 14
  160. _1.TextWrapped = true
  161. _1.MouseButton1Down:connect(function()
  162. _1.Visible = false
  163. _1.Visible = true
  164. --Script Here (OFF)
  165. _G.s = false
  166. end)
  167.  
  168. HipHight.Name = "HipHight"
  169. HipHight.Parent = Frame
  170. HipHight.BackgroundColor3 = Color3.new(0, 0, 0)
  171. HipHight.Position = UDim2.new(0.0615889691, 0, 0.578058958, 0)
  172. HipHight.Size = UDim2.new(0, 139, 0, 35)
  173. HipHight.Font = Enum.Font.SourceSans
  174. HipHight.Text = "HipHight"
  175. HipHight.TextColor3 = Color3.new(0, 0, 1)
  176. HipHight.TextScaled = true
  177. HipHight.TextSize = 14
  178. HipHight.TextWrapped = true
  179. HipHight.MouseButton1Down:connect(function()
  180. HipHight.Visible = false
  181. HipHightON.Visible = true
  182. --Script Here (ON)
  183. game:GetService("Players").LocalPlayer.Character.Humanoid.HipHeight = 15
  184. end)
  185.  
  186. _2.Name = "-2"
  187. _2.Parent = Frame
  188. _2.BackgroundColor3 = Color3.new(1, 1, 1)
  189. _2.Position = UDim2.new(0.829900801, 0, 0.341772318, 0)
  190. _2.Size = UDim2.new(0, 25, 0, 20)
  191. _2.Font = Enum.Font.SourceSans
  192. _2.Text = "-2"
  193. _2.TextColor3 = Color3.new(0, 0, 1)
  194. _2.TextSize = 14
  195. _2.MouseButton1Down:connect(function()
  196. _2.Visible = false
  197. Walkspeed.Visible = true
  198. --Script Here (OFF)
  199. game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = 30
  200. end)
  201.  
  202. _3.Name = "-3"
  203. _3.Parent = Frame
  204. _3.BackgroundColor3 = Color3.new(1, 1, 1)
  205. _3.Position = UDim2.new(0.829900801, 0, 0.46413517, 0)
  206. _3.Size = UDim2.new(0, 25, 0, 20)
  207. _3.Font = Enum.Font.SourceSans
  208. _3.Text = "-3"
  209. _3.TextColor3 = Color3.new(0, 0, 1)
  210. _3.TextSize = 14
  211. _3.MouseButton1Down:connect(function()
  212. _3.Visible = false
  213. DisableBlurON.Visible = true
  214. game.Lighting.BlurLoad:Destroy()
  215. end)
  216.  
  217. _4.Name = "-4"
  218. _4.Parent = Frame
  219. _4.BackgroundColor3 = Color3.new(1, 1, 1)
  220. _4.Position = UDim2.new(0.829900801, 0, 0.607594907, 0)
  221. _4.Size = UDim2.new(0, 25, 0, 20)
  222. _4.Font = Enum.Font.SourceSans
  223. _4.Text = "-4"
  224. _4.TextColor3 = Color3.new(0, 0, 1)
  225. _4.TextScaled = true
  226. _4.TextSize = 14
  227. _4.TextWrapped = true
  228. _4.MouseButton1Down:connect(function()
  229. _4.Visible = false
  230. HipHight.Visible = true
  231. --Script Here (OFF)
  232. game:GetService("Players").LocalPlayer.Character.Humanoid.HipHeight = 2
  233. end)
  234.  
  235. Noclip.Name = "HipHight"
  236. Noclip.Parent = Frame
  237. Noclip.BackgroundColor3 = Color3.new(0, 0, 0)
  238. Noclip.Position = UDim2.new(0.0615889691, 0, 0.7299577, 0)
  239. Noclip.Size = UDim2.new(0, 139, 0, 35)
  240. Noclip.Font = Enum.Font.SourceSans
  241. Noclip.Text = "Noclip"
  242. Noclip.TextColor3 = Color3.new(0, 0, 1)
  243. Noclip.TextScaled = true
  244. Noclip.TextSize = 14
  245. Noclip.TextWrapped = true
  246. Noclip.MouseButton1Down:connect(function()
  247. Noclip.Visible = false
  248. Noclip.Visible = true
  249. --Script Here (OFF)
  250. noclip = false
  251. game:GetService('RunService').Stepped:connect(function()
  252. if noclip then
  253. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  254. end
  255. end)
  256. plr = game.Players.LocalPlayer
  257. mouse = plr:GetMouse()
  258. mouse.KeyDown:connect(function(key)
  259.  
  260. if key == "o" then
  261. noclip = not noclip
  262. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  263. end
  264. end)
  265. print('Thanks for Use')
  266. print('Thanks very much')
  267. end)
  268.  
  269. _5.Name = "-5"
  270. _5.Parent = Frame
  271. _5.BackgroundColor3 = Color3.new(1, 1, 1)
  272. _5.Position = UDim2.new(0.829900801, 0, 0.759493649, 0)
  273. _5.Size = UDim2.new(0, 25, 0, 20)
  274. _5.Font = Enum.Font.SourceSans
  275. _5.Text = "-5"
  276. _5.TextColor3 = Color3.new(0, 0, 1)
  277. _5.TextScaled = true
  278. _5.TextSize = 14
  279. _5.TextWrapped = true
  280.  
  281. Open.Name = "Open"
  282. Open.Parent = ScreenGui
  283. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  284. Open.BackgroundTransparency = 1
  285. Open.Position = UDim2.new(0, 0, 0.73547101, 0)
  286. Open.Size = UDim2.new(0, 78, 0, 50)
  287. Open.Font = Enum.Font.SourceSans
  288. Open.Text = "⚽"
  289. Open.TextColor3 = Color3.new(0, 0, 0)
  290. Open.TextScaled = true
  291. Open.TextSize = 14
  292. Open.TextWrapped = true
  293. -- Scripts:
  294. function SCRIPT_JNCP65_FAKESCRIPT() -- Frame.Script
  295. local script = Instance.new('Script')
  296. script.Parent = Frame
  297. local frame = script.Parent
  298. local close = frame:WaitForChild("Close")
  299. local open = frame.Parent:WaitForChild("Open")
  300.  
  301. open.MouseButton1Click:Connect(function()
  302. open.Visible = false
  303. frame.Visible = true
  304. end)
  305.  
  306. close.MouseButton1Click:Connect(function()
  307. open.Visible = true
  308. frame.Visible = false
  309. end)
  310.  
  311. end
  312. coroutine.resume(coroutine.create(SCRIPT_JNCP65_FAKESCRIPT))
  313. function SCRIPT_AYOP70_FAKESCRIPT() -- Open.LocalScript
  314. local script = Instance.new('LocalScript')
  315. script.Parent = Open
  316. local frame = script.Parent.Parent.Frame
  317. local open = false
  318.  
  319. script.Parent.MouseButton1Click:connect(function()
  320. if frame.Visible == false then
  321. frame.Visible = true
  322. else
  323. frame.Visible = false
  324. end
  325. end)
  326.  
  327. end
  328. coroutine.resume(coroutine.create(SCRIPT_AYOP70_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement