Advertisement
Guest User

Untitled

a guest
Jul 21st, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 34.05 KB | None | 0 0
  1. --!!Code is Dark_SD !!--
  2. game.StarterGui:SetCore('SendNotification', {
  3. Title = 'DungeonQuest OP';
  4. Text = "Make by ThanhTuoi#6349";
  5. Duration = 5;
  6. })
  7. local Main = Instance.new("ScreenGui")
  8. local ErrorFrame = Instance.new("ImageLabel")
  9. local AuthenLabelNoti = Instance.new("TextLabel")
  10. local TextLabel = Instance.new("TextLabel")
  11. local TextLabel_2 = Instance.new("TextLabel")
  12. local AuthenticationFrame = Instance.new("ImageLabel")
  13. local Welcome = Instance.new("TextLabel")
  14. local AuthenLabel = Instance.new("TextLabel")
  15. local CheckKey = Instance.new("TextButton")
  16. local KeyBox = Instance.new("TextBox")
  17. local MainFrame = Instance.new("Frame")
  18. local NameGUI = Instance.new("TextLabel")
  19. local Ver = Instance.new("TextLabel")
  20. local FuncFrame = Instance.new("Frame")
  21. local InstantKill60 = Instance.new("TextButton")
  22. local AutoSkill = Instance.new("TextButton")
  23. local StealSkill = Instance.new("TextButton")
  24. local TpNpc60 = Instance.new("TextButton")
  25. local TpNpc75Old = Instance.new("TextButton")
  26. local InstantKill70 = Instance.new("TextButton")
  27. local TpNpc75New = Instance.new("TextButton")
  28. local AutoFarm59 = Instance.new("TextButton")
  29. local InstantKill60ON = Instance.new("TextButton")
  30. local AutoSkillON = Instance.new("TextButton")
  31. local StealSkillON = Instance.new("TextButton")
  32. local TpNpc60ON = Instance.new("TextButton")
  33. local TpNpc75OldON = Instance.new("TextButton")
  34. local InstantKill70ON = Instance.new("TextButton")
  35. local TpNpc75NewON = Instance.new("TextButton")
  36. local AutoFarm59ON = Instance.new("TextButton")
  37. local FuncLabel = Instance.new("Frame")
  38. local FunLabel = Instance.new("TextLabel")
  39. local MovementFrame = Instance.new("Frame")
  40. local Noclip = Instance.new("TextButton")
  41. local Walkspeed = Instance.new("TextButton")
  42. local HipHight = Instance.new("TextButton")
  43. local NoclipON = Instance.new("TextButton")
  44. local WalkspeedON = Instance.new("TextButton")
  45. local HipHightON = Instance.new("TextButton")
  46. local Movement = Instance.new("Frame")
  47. local MoveLabel = Instance.new("TextLabel")
  48. local Settings = Instance.new("Frame")
  49. local SettingLabel = Instance.new("TextLabel")
  50. local SettingFrame = Instance.new("Frame")
  51. local DisableBlur = Instance.new("TextButton")
  52. local DisableBlurON = Instance.new("TextButton")
  53. --Properties:
  54. Main.Name = "Main"
  55. Main.Parent = game.CoreGui
  56.  
  57. ErrorFrame.Name = "ErrorFrame"
  58. ErrorFrame.Parent = Main
  59. ErrorFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  60. ErrorFrame.BackgroundTransparency = 1
  61. ErrorFrame.Position = UDim2.new(0.399136275, 0, 0.413120627, 0)
  62. ErrorFrame.Size = UDim2.new(0, 327, 0, 132)
  63. ErrorFrame.Visible = false
  64. ErrorFrame.Image = "rbxassetid://2851926732"
  65. ErrorFrame.ImageColor3 = Color3.new(0.333333, 1, 1)
  66. ErrorFrame.ScaleType = Enum.ScaleType.Slice
  67. ErrorFrame.SliceCenter = Rect.new(12, 12, 12, 12)
  68.  
  69. AuthenLabelNoti.Name = "AuthenLabelNoti"
  70. AuthenLabelNoti.Parent = ErrorFrame
  71. AuthenLabelNoti.BackgroundColor3 = Color3.new(0, 1, 1)
  72. AuthenLabelNoti.BackgroundTransparency = 1
  73. AuthenLabelNoti.BorderSizePixel = 0
  74. AuthenLabelNoti.Size = UDim2.new(0, 327, 0, 29)
  75. AuthenLabelNoti.Font = Enum.Font.GothamBold
  76. AuthenLabelNoti.Text = "//AUTHENTICATION//"
  77. AuthenLabelNoti.TextColor3 = Color3.new(1, 0, 0)
  78. AuthenLabelNoti.TextSize = 20
  79.  
  80. TextLabel.Parent = ErrorFrame
  81. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  82. TextLabel.BackgroundTransparency = 1
  83. TextLabel.Position = UDim2.new(0.0214067101, 0, 0.246810317, 0)
  84. TextLabel.Size = UDim2.new(0, 320, 0, 31)
  85. TextLabel.Font = Enum.Font.GothamBold
  86. TextLabel.Text = "HELLO:"
  87. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  88. TextLabel.TextSize = 25
  89. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  90.  
  91. TextLabel_2.Parent = ErrorFrame
  92. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  93. TextLabel_2.BackgroundTransparency = 1
  94. TextLabel_2.Position = UDim2.new(0.0214067325, 0, 0.481658876, 0)
  95. TextLabel_2.Size = UDim2.new(0, 308, 0, 57)
  96. TextLabel_2.Font = Enum.Font.GothamBold
  97. TextLabel_2.Text = "FAILED TO AUTHENTICATION YOU PLEASE CHECK YOUR KEY AND TRY AGAIN"
  98. TextLabel_2.TextColor3 = Color3.new(1, 0, 0)
  99. TextLabel_2.TextSize = 19
  100. TextLabel_2.TextWrapped = true
  101. TextLabel_2.TextXAlignment = Enum.TextXAlignment.Left
  102.  
  103. AuthenticationFrame.Name = "AuthenticationFrame"
  104. AuthenticationFrame.Parent = Main
  105. AuthenticationFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  106. AuthenticationFrame.BackgroundTransparency = 1
  107. AuthenticationFrame.Position = UDim2.new(0.39420107, 0, 0.385697991, 0)
  108. AuthenticationFrame.Size = UDim2.new(0, 340, 0, 186)
  109. AuthenticationFrame.Image = "rbxassetid://2851926732"
  110. AuthenticationFrame.ImageColor3 = Color3.new(0.333333, 1, 1)
  111. AuthenticationFrame.ScaleType = Enum.ScaleType.Slice
  112. AuthenticationFrame.SliceCenter = Rect.new(12, 12, 12, 12)
  113.  
  114. Welcome.Name = "Welcome"
  115. Welcome.Parent = AuthenticationFrame
  116. Welcome.BackgroundColor3 = Color3.new(1, 1, 1)
  117. Welcome.BackgroundTransparency = 1
  118. Welcome.Position = UDim2.new(0.0354880691, 0, 0.156989336, 0)
  119. Welcome.Size = UDim2.new(0, 327, 0, 33)
  120. Welcome.Font = Enum.Font.GothamBlack
  121. Welcome.Text = "WELCOME:"
  122. Welcome.TextColor3 = Color3.new(0, 0, 0)
  123. Welcome.TextSize = 20
  124. Welcome.TextXAlignment = Enum.TextXAlignment.Left
  125.  
  126. AuthenLabel.Name = "AuthenLabel"
  127. AuthenLabel.Parent = AuthenticationFrame
  128. AuthenLabel.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  129. AuthenLabel.BackgroundTransparency = 1
  130. AuthenLabel.BorderSizePixel = 0
  131. AuthenLabel.Size = UDim2.new(0, 339, 0, 30)
  132. AuthenLabel.ZIndex = 2
  133. AuthenLabel.Font = Enum.Font.GothamBold
  134. AuthenLabel.Text = "//AUTHENTICATION//"
  135. AuthenLabel.TextColor3 = Color3.new(1, 0, 0)
  136. AuthenLabel.TextSize = 20
  137. AuthenLabel.TextWrapped = true
  138.  
  139. CheckKey.Name = "CheckKey"
  140. CheckKey.Parent = AuthenticationFrame
  141. CheckKey.BackgroundColor3 = Color3.new(0, 1, 1)
  142. CheckKey.BorderSizePixel = 2
  143. CheckKey.Position = UDim2.new(0.203167498, 0, 0.716743588, 0)
  144. CheckKey.Size = UDim2.new(0, 200, 0, 27)
  145. CheckKey.Font = Enum.Font.GothamBold
  146. CheckKey.Text = "CHECK KEY"
  147. CheckKey.TextColor3 = Color3.new(0, 0, 0)
  148. CheckKey.TextSize = 20
  149.  
  150. KeyBox.Name = "KeyBox"
  151. KeyBox.Parent = AuthenticationFrame
  152. KeyBox.BackgroundColor3 = Color3.new(0, 1, 1)
  153. KeyBox.BorderSizePixel = 2
  154. KeyBox.Position = UDim2.new(0.0761150718, 0, 0.386482358, 0)
  155. KeyBox.Size = UDim2.new(0, 286, 0, 42)
  156. KeyBox.Font = Enum.Font.GothamBold
  157. KeyBox.Text = "ENTER YOUR KEY HERE"
  158. KeyBox.TextColor3 = Color3.new(0, 0, 0)
  159. KeyBox.TextSize = 25
  160.  
  161. MainFrame.Name = "MainFrame"
  162. MainFrame.Parent = Main
  163. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  164. MainFrame.BackgroundTransparency = 1
  165. MainFrame.Position = UDim2.new(0.177810133, 0, 0.345759362, 0)
  166. MainFrame.Size = UDim2.new(0, 89, 0, 155)
  167. MainFrame.Visible = false
  168.  
  169. NameGUI.Name = "Name"
  170. NameGUI.Parent = MainFrame
  171. NameGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  172. NameGUI.BackgroundTransparency = 1
  173. NameGUI.Position = UDim2.new(-3.27465081, 0, -1.81935489, 0)
  174. NameGUI.Size = UDim2.new(0, 483, 0, 59)
  175. NameGUI.Font = Enum.Font.GothamBold
  176. NameGUI.Text = "DUNGEON QUEST OP"
  177. NameGUI.TextColor3 = Color3.new(0, 0, 0)
  178. NameGUI.TextSize = 50
  179.  
  180. Ver.Name = "Ver"
  181. Ver.Parent = NameGUI
  182. Ver.BackgroundColor3 = Color3.new(1, 1, 1)
  183. Ver.BackgroundTransparency = 1
  184. Ver.Position = UDim2.new(0.853597999, 0, 0.828571439, 0)
  185. Ver.Size = UDim2.new(0, 146, 0, 46)
  186. Ver.Font = Enum.Font.GothamBold
  187. Ver.Text = "V1.0.5"
  188. Ver.TextColor3 = Color3.new(1, 0, 0)
  189. Ver.TextSize = 40
  190.  
  191.  
  192.  
  193. FuncLabel.Name = "FuncLabel"
  194. FuncLabel.Parent = MainFrame
  195. FuncLabel.BackgroundColor3 = Color3.new(0, 0, 1)
  196. FuncLabel.BorderSizePixel = 0
  197. FuncLabel.Position = UDim2.new(-2.9662919, 0, -1.1161288, 0)
  198. FuncLabel.Size = UDim2.new(0, 330, 0, 28)
  199.  
  200. FunLabel.Name = "FunLabel"
  201. FunLabel.Parent = FuncLabel
  202. FunLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  203. FunLabel.BackgroundTransparency = 1
  204. FunLabel.Position = UDim2.new(-0.00253554829, 0, -0.0304881502, 0)
  205. FunLabel.Size = UDim2.new(0, 330, 0, 28)
  206. FunLabel.Font = Enum.Font.GothamBold
  207. FunLabel.Text = "FUNCTION"
  208. FunLabel.TextColor3 = Color3.new(1, 1, 1)
  209. FunLabel.TextSize = 20
  210. FunLabel.TextWrapped = true
  211.  
  212. MovementFrame.Name = "MovementFrame"
  213. MovementFrame.Parent = MainFrame
  214. MovementFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  215. MovementFrame.BackgroundTransparency = 0.34999999403954
  216. MovementFrame.Position = UDim2.new(1.85488713, 0, -0.935483634, 0)
  217. MovementFrame.Size = UDim2.new(0, 231, 0, 134)
  218.  
  219. Noclip.Name = "Noclip"
  220. Noclip.Parent = MovementFrame
  221. Noclip.BackgroundColor3 = Color3.new(1, 1, 1)
  222. Noclip.BackgroundTransparency = 1
  223. Noclip.Position = UDim2.new(0.0501341708, 0, 0.0477611497, 0)
  224. Noclip.Size = UDim2.new(0, 218, 0, 23)
  225. Noclip.Font = Enum.Font.GothamBold
  226. Noclip.Text = "> Noclip"
  227. Noclip.TextColor3 = Color3.new(1, 1, 1)
  228. Noclip.TextSize = 20
  229. Noclip.TextXAlignment = Enum.TextXAlignment.Left
  230.  
  231. Walkspeed.Name = "Walkspeed"
  232. Walkspeed.Parent = MovementFrame
  233. Walkspeed.BackgroundColor3 = Color3.new(1, 1, 1)
  234. Walkspeed.BackgroundTransparency = 1
  235. Walkspeed.Position = UDim2.new(0.0470427796, 0, 0.347611964, 0)
  236. Walkspeed.Size = UDim2.new(0, 219, 0, 24)
  237. Walkspeed.Font = Enum.Font.GothamBold
  238. Walkspeed.Text = "> Walk Speed"
  239. Walkspeed.TextColor3 = Color3.new(1, 1, 1)
  240. Walkspeed.TextSize = 20
  241. Walkspeed.TextXAlignment = Enum.TextXAlignment.Left
  242.  
  243. HipHight.Name = "HipHight"
  244. HipHight.Parent = MovementFrame
  245. HipHight.BackgroundColor3 = Color3.new(1, 1, 1)
  246. HipHight.BackgroundTransparency = 1
  247. HipHight.Position = UDim2.new(0.0676208735, 0, 0.632686675, 0)
  248. HipHight.Size = UDim2.new(0, 215, 0, 25)
  249. HipHight.Font = Enum.Font.GothamBold
  250. HipHight.Text = "> HipHight"
  251. HipHight.TextColor3 = Color3.new(1, 1, 1)
  252. HipHight.TextSize = 20
  253. HipHight.TextXAlignment = Enum.TextXAlignment.Left
  254.  
  255.  
  256. Movement.Name = "Movement"
  257. Movement.Parent = MainFrame
  258. Movement.BackgroundColor3 = Color3.new(0, 0, 1)
  259. Movement.BorderSizePixel = 0
  260. Movement.Position = UDim2.new(1.6518172, 0, -1.12258029, 0)
  261. Movement.Size = UDim2.new(0, 268, 0, 28)
  262.  
  263. MoveLabel.Name = "MoveLabel"
  264. MoveLabel.Parent = Movement
  265. MoveLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  266. MoveLabel.BackgroundTransparency = 1
  267. MoveLabel.Position = UDim2.new(0.00165979564, 0, 0.0398110151, 0)
  268. MoveLabel.Size = UDim2.new(0, 267, 0, 27)
  269. MoveLabel.Font = Enum.Font.GothamBold
  270. MoveLabel.Text = "MOVEMENT"
  271. MoveLabel.TextColor3 = Color3.new(1, 1, 1)
  272. MoveLabel.TextSize = 20
  273. MoveLabel.TextWrapped = true
  274.  
  275. Settings.Name = "Settings"
  276. Settings.Parent = MainFrame
  277. Settings.BackgroundColor3 = Color3.new(0, 0, 1)
  278. Settings.BorderSizePixel = 0
  279. Settings.Position = UDim2.new(5.43833399, 0, -1.12258029, 0)
  280. Settings.Size = UDim2.new(0, 164, 0, 28)
  281.  
  282. SettingLabel.Name = "SettingLabel"
  283. SettingLabel.Parent = Settings
  284. SettingLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  285. SettingLabel.BackgroundTransparency = 1
  286. SettingLabel.Position = UDim2.new(0.00773625821, 0, -0.0316171646, 0)
  287. SettingLabel.Size = UDim2.new(0, 162, 0, 27)
  288. SettingLabel.Font = Enum.Font.GothamBold
  289. SettingLabel.Text = "SETTINGS"
  290. SettingLabel.TextColor3 = Color3.new(1, 1, 1)
  291. SettingLabel.TextSize = 20
  292. SettingLabel.TextWrapped = true
  293.  
  294. SettingFrame.Name = "SettingFrame"
  295. SettingFrame.Parent = MainFrame
  296. SettingFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  297. SettingFrame.BackgroundTransparency = 0.34999999403954
  298. SettingFrame.Position = UDim2.new(5.50876904, 0, -0.94193548, 0)
  299. SettingFrame.Size = UDim2.new(0, 151, 0, 100)
  300.  
  301. DisableBlur.Name = "DisableBlur"
  302. DisableBlur.Parent = SettingFrame
  303. DisableBlur.BackgroundColor3 = Color3.new(1, 1, 1)
  304. DisableBlur.BackgroundTransparency = 1
  305. DisableBlur.Position = UDim2.new(0.0359266661, 0, 0.119999997, 0)
  306. DisableBlur.Size = UDim2.new(0, 134, 0, 26)
  307. DisableBlur.Font = Enum.Font.GothamBold
  308. DisableBlur.Text = "> Disable Blur"
  309. DisableBlur.TextColor3 = Color3.new(1, 1, 1)
  310. DisableBlur.TextSize = 20
  311. DisableBlur.TextWrapped = true
  312.  
  313. DisableBlurON.Name = "DisableBlur"
  314. DisableBlurON.Parent = SettingFrame
  315. DisableBlurON.BackgroundColor3 = Color3.new(1, 1, 1)
  316. DisableBlurON.BackgroundTransparency = 1
  317. DisableBlurON.Position = UDim2.new(0.0359266661, 0, 0.119999997, 0)
  318. DisableBlurON.Size = UDim2.new(0, 134, 0, 26)
  319. DisableBlurON.Font = Enum.Font.GothamBold
  320. DisableBlurON.Text = "> Disable Blur"
  321. DisableBlurON.TextColor3 = Color3.new(1, 1, 1)
  322. DisableBlurON.TextSize = 20
  323. DisableBlurON.TextWrapped = true
  324. DisableBlurON.Visible = false
  325.  
  326. NoclipON.Name = "Noclip"
  327. NoclipON.Parent = MovementFrame
  328. NoclipON.BackgroundColor3 = Color3.new(1, 1, 1)
  329. NoclipON.BackgroundTransparency = 1
  330. NoclipON.Position = UDim2.new(0.0501341708, 0, 0.0477611497, 0)
  331. NoclipON.Size = UDim2.new(0, 218, 0, 23)
  332. NoclipON.Font = Enum.Font.GothamBold
  333. NoclipON.Text = "> Noclip"
  334. NoclipON.TextColor3 = Color3.new(1, 1, 1)
  335. NoclipON.TextSize = 20
  336. NoclipON.TextXAlignment = Enum.TextXAlignment.Left
  337. NoclipON.Visible = false
  338.  
  339. WalkspeedON.Name = "Walkspeed"
  340. WalkspeedON.Parent = MovementFrame
  341. WalkspeedON.BackgroundColor3 = Color3.new(1, 1, 1)
  342. WalkspeedON.BackgroundTransparency = 1
  343. WalkspeedON.Position = UDim2.new(0.0470427796, 0, 0.347611964, 0)
  344. WalkspeedON.Size = UDim2.new(0, 219, 0, 24)
  345. WalkspeedON.Font = Enum.Font.GothamBold
  346. WalkspeedON.Text = "> Walk Speed"
  347. WalkspeedON.TextColor3 = Color3.new(1, 1, 1)
  348. WalkspeedON.TextSize = 20
  349. WalkspeedON.TextXAlignment = Enum.TextXAlignment.Left
  350. WalkspeedON.Visible = false
  351.  
  352. HipHightON.Name = "HipHight"
  353. HipHightON.Parent = MovementFrame
  354. HipHightON.BackgroundColor3 = Color3.new(1, 1, 1)
  355. HipHightON.BackgroundTransparency = 1
  356. HipHightON.Position = UDim2.new(0.0676208735, 0, 0.632686675, 0)
  357. HipHightON.Size = UDim2.new(0, 215, 0, 25)
  358. HipHightON.Font = Enum.Font.GothamBold
  359. HipHightON.Text = "> HipHight"
  360. HipHightON.TextColor3 = Color3.new(1, 1, 1)
  361. HipHightON.TextSize = 20
  362. HipHightON.TextXAlignment = Enum.TextXAlignment.Left
  363. HipHightON.Visible = false
  364.  
  365. InstantKill60ON.Name = "InstantKill60"
  366. InstantKill60ON.Parent = FuncFrame
  367. InstantKill60ON.BackgroundColor3 = Color3.new(1, 1, 1)
  368. InstantKill60ON.BackgroundTransparency = 1
  369. InstantKill60ON.Position = UDim2.new(0.0411034413, 0, 0.273333341, 0)
  370. InstantKill60ON.Size = UDim2.new(0, 278, 0, 23)
  371. InstantKill60ON.Font = Enum.Font.GothamBold
  372. InstantKill60ON.Text = "> Instant Kill (60-65)"
  373. InstantKill60ON.TextColor3 = Color3.new(1, 1, 1)
  374. InstantKill60ON.TextSize = 20
  375. InstantKill60ON.TextXAlignment = Enum.TextXAlignment.Left
  376. InstantKill60ON.Visible = false
  377.  
  378. AutoSkillON.Name = "AutoSkill"
  379. AutoSkillON.Parent = FuncFrame
  380. AutoSkillON.BackgroundColor3 = Color3.new(1, 1, 1)
  381. AutoSkillON.BackgroundTransparency = 1
  382. AutoSkillON.Position = UDim2.new(0.0419999734, 0, 0.0399999991, 0)
  383. AutoSkillON.Size = UDim2.new(0, 277, 0, 24)
  384. AutoSkillON.Font = Enum.Font.GothamBold
  385. AutoSkillON.Text = "> Auto Skill and Auto Attack"
  386. AutoSkillON.TextColor3 = Color3.new(1, 1, 1)
  387. AutoSkillON.TextSize = 20
  388. AutoSkillON.TextXAlignment = Enum.TextXAlignment.Left
  389. AutoSkillON.Visible = false
  390.  
  391. StealSkillON.Name = "StealSkill"
  392. StealSkillON.Parent = FuncFrame
  393. StealSkillON.BackgroundColor3 = Color3.new(1, 1, 1)
  394. StealSkillON.BackgroundTransparency = 1
  395. StealSkillON.Position = UDim2.new(0.0419999734, 0, 0.159999996, 0)
  396. StealSkillON.Size = UDim2.new(0, 276, 0, 25)
  397. StealSkillON.Font = Enum.Font.GothamBold
  398. StealSkillON.Text = "> Steal Skill Player"
  399. StealSkillON.TextColor3 = Color3.new(1, 1, 1)
  400. StealSkillON.TextSize = 20
  401. StealSkillON.TextXAlignment = Enum.TextXAlignment.Left
  402. StealSkillON.Visible = false
  403.  
  404. TpNpc60ON.Name = "TpNpc60"
  405. TpNpc60ON.Parent = FuncFrame
  406. TpNpc60ON.BackgroundColor3 = Color3.new(1, 1, 1)
  407. TpNpc60ON.BackgroundTransparency = 1
  408. TpNpc60ON.Position = UDim2.new(0.0361034535, 0, 0.403333336, 0)
  409. TpNpc60ON.Size = UDim2.new(0, 276, 0, 24)
  410. TpNpc60ON.Font = Enum.Font.GothamBold
  411. TpNpc60ON.Text = "> Tp NPC (60-65)"
  412. TpNpc60ON.TextColor3 = Color3.new(1, 1, 1)
  413. TpNpc60ON.TextSize = 20
  414. TpNpc60ON.TextXAlignment = Enum.TextXAlignment.Left
  415. TpNpc60ON.Visible = false
  416.  
  417. TpNpc75OldON.Name = "TpNpc75Old"
  418. TpNpc75OldON.Parent = FuncFrame
  419. TpNpc75OldON.BackgroundColor3 = Color3.new(1, 1, 1)
  420. TpNpc75OldON.BackgroundTransparency = 1
  421. TpNpc75OldON.Position = UDim2.new(0.0345517397, 0, 0.649999976, 0)
  422. TpNpc75OldON.Size = UDim2.new(0, 279, 0, 24)
  423. TpNpc75OldON.Font = Enum.Font.GothamBold
  424. TpNpc75OldON.Text = "> Tp NPC (70-75) [OLD]"
  425. TpNpc75OldON.TextColor3 = Color3.new(1, 1, 1)
  426. TpNpc75OldON.TextSize = 20
  427. TpNpc75OldON.TextXAlignment = Enum.TextXAlignment.Left
  428. TpNpc75OldON.Visible = false
  429.  
  430. InstantKill70ON.Name = "InstantKill70"
  431. InstantKill70ON.Parent = FuncFrame
  432. InstantKill70ON.BackgroundColor3 = Color3.new(1, 1, 1)
  433. InstantKill70ON.BackgroundTransparency = 1
  434. InstantKill70ON.Position = UDim2.new(0.0416551791, 0, 0.536666691, 0)
  435. InstantKill70ON.Size = UDim2.new(0, 275, 0, 23)
  436. InstantKill70ON.Font = Enum.Font.GothamBold
  437. InstantKill70ON.Text = "> Instant Kill (70-75)"
  438. InstantKill70ON.TextColor3 = Color3.new(1, 1, 1)
  439. InstantKill70ON.TextSize = 20
  440. InstantKill70ON.TextXAlignment = Enum.TextXAlignment.Left
  441. InstantKill70ON.Visible = false
  442.  
  443. TpNpc75NewON.Name = "TpNpc75New"
  444. TpNpc75NewON.Parent = FuncFrame
  445. TpNpc75NewON.BackgroundColor3 = Color3.new(1, 1, 1)
  446. TpNpc75NewON.BackgroundTransparency = 1
  447. TpNpc75NewON.Position = UDim2.new(0.0414482914, 0, 0.779999971, 0)
  448. TpNpc75NewON.Size = UDim2.new(0, 276, 0, 24)
  449. TpNpc75NewON.Font = Enum.Font.GothamBold
  450. TpNpc75NewON.Text = "> Tp NPC (70-75) [NEW]"
  451. TpNpc75NewON.TextColor3 = Color3.new(1, 1, 1)
  452. TpNpc75NewON.TextSize = 20
  453. TpNpc75NewON.TextXAlignment = Enum.TextXAlignment.Left
  454. TpNpc75NewON.Visible = false
  455.  
  456. AutoFarm59ON.Name = "AutoFarm59"
  457. AutoFarm59ON.Parent = FuncFrame
  458. AutoFarm59ON.BackgroundColor3 = Color3.new(1, 1, 1)
  459. AutoFarm59ON.BackgroundTransparency = 1
  460. AutoFarm59ON.Position = UDim2.new(0.0345517397, 0, 0.886666656, 0)
  461. AutoFarm59ON.Size = UDim2.new(0, 277, 0, 24)
  462. AutoFarm59ON.Font = Enum.Font.GothamBold
  463. AutoFarm59ON.Text = "> Auto Farm (1 - 59)"
  464. AutoFarm59ON.TextColor3 = Color3.new(1, 1, 1)
  465. AutoFarm59ON.TextSize = 20
  466. AutoFarm59ON.TextXAlignment = Enum.TextXAlignment.Left
  467. AutoFarm59ON.Visible = false
  468.  
  469. --Local Name
  470. Name = game.Players.LocalPlayer.Name
  471. --Sound error
  472. local newsound = Instance.new("Sound",workspace)
  473. newsound.Name = "earbleed"
  474. newsound.SoundId = "rbxassetid://285685019"
  475. newsound.Looped = true
  476. local earbleep = Instance.new("DistortionSoundEffect",newsound)
  477. earbleep.Enabled = true
  478. earbleep.Priority = 55
  479. --Welcome
  480. Welcome.Text = "WELCOME: "..Name..""
  481. TextLabel.Text = "HELLO: "..Name..""
  482. --Local key
  483. key = "0"
  484.  
  485.  
  486. --Check key
  487. CheckKey.MouseButton1Down:connect(function()
  488. if KeyBox.Text == key then
  489. game.StarterGui:SetCore('SendNotification', {
  490. Title = 'AUTHENTICATION';
  491. Text = "SUCCESS WHITELIST, THANKS FOR BUY SCRIPT";
  492. Duration = 5;
  493. })
  494. wait()
  495. AuthenticationFrame.Visible = false
  496. MainFrame.Visible = true
  497. Instance.new("BlurEffect", game.Lighting).Name = "BlurLoad"
  498. game.Lighting.BlurLoad.Size = 20
  499. wait()
  500. --Open/Close
  501. function onKeyPress(inputObject, gameProcessedEvent)
  502. if inputObject.KeyCode == Enum.KeyCode.RightShift then
  503. if MainFrame.Visible == true then
  504. MainFrame.Visible = false
  505. game.Lighting.BlurLoad:Destroy()
  506. elseif MainFrame.Visible == false then
  507. MainFrame.Visible = true
  508. Instance.new("BlurEffect", game.Lighting).Name = "BlurLoad"
  509. game.Lighting.BlurLoad.Size = 20
  510. wait()
  511. end
  512. end
  513. end
  514.  
  515. game:GetService("UserInputService").InputBegan:connect(onKeyPress)
  516. elseif KeyBox.Text == blacklist then
  517. newsound:Play()
  518. AuthenticationFrame.Visible = false
  519. ErrorFrame.Visible = true
  520. wait(2)
  521. newsound:Destroy()
  522. wait(2)
  523. game.StarterGui:SetCore('SendNotification', {
  524. Title = 'AUTHENTICATION';
  525. Text = "KEY HAS BLACKLIST";
  526. Duration = 5;
  527. })
  528. wait(5)
  529. game.Players.LocalPlayer:Kick(" HELLO: "..Name.."\nFAILED TO AUTHENTICATION YOU BECAUSE YOUR KEY HAS BLACKLIST")
  530. end
  531. end)
  532. --Disable Blur
  533. DisableBlur.MouseButton1Down:connect(function()
  534. DisableBlur.Visible = false
  535. DisableBlurON.Visible = true
  536. game.Lighting.BlurLoad:Destroy()
  537. end)
  538.  
  539. DisableBlurON.MouseButton1Down:connect(function()
  540. DisableBlurON.Visible = false
  541. DisableBlur.Visible = true
  542. Instance.new("BlurEffect", game.Lighting).Name = "BlurLoad"
  543. game.Lighting.BlurLoad.Size = 20
  544. end)
  545. --Auto Skill
  546. AutoSkill.MouseButton1Down:connect(function()
  547. AutoSkill.Visible = false
  548. AutoSkillON.Visible = true
  549. --Script Here (ON)
  550. function FireSwingRemote()
  551. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  552. if v:FindFirstChild("Weapon") and v:FindFirstChild("swing") then
  553. return v.swing:FireServer()
  554. end
  555. end
  556. end
  557. _G.Skill = true
  558. while _G.Skill do
  559. wait()
  560. FireSwingRemote()
  561. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  562. if v:IsA("Tool") and v:FindFirstChild("abilitySlot") then
  563. if v.abilitySlot.Value == "q" then
  564. v:FindFirstChildWhichIsA("RemoteEvent"):FireServer()
  565. v.cooldown.Changed:Connect(function()
  566. v.cooldown.Value = 0
  567. end)
  568. end
  569. end
  570. end
  571. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  572. if v:IsA("Tool") and v:FindFirstChild("abilitySlot") then
  573. if v.abilitySlot.Value == "e" then
  574. v:FindFirstChildWhichIsA("RemoteEvent"):FireServer()
  575. v.cooldown.Changed:Connect(function()
  576. v.cooldown.Value = 0
  577. end)
  578. end
  579. end
  580. end
  581. end
  582. end)
  583.  
  584. --Instant Kill
  585. InstantKill60.MouseButton1Down:connect(function()
  586. InstantKill60.Visible = false
  587. InstantKill60ON.Visible = true
  588. --Script Here (ON)
  589. _G.a = true
  590. while _G.a do
  591. wait(2)
  592. for a,b in pairs(game.Workspace:GetChildren()) do
  593. if b:IsA("Folder") then
  594. for c,d in pairs(b:GetChildren()) do
  595. if d:FindFirstChild("enemyFolder") then
  596. for e,f in pairs(d.enemyFolder:GetChildren()) do
  597. if f:FindFirstChild("HumanoidRootPart") and f:FindFirstChild("Humanoid") then
  598. repeat
  599.  
  600. f.Humanoid.Health = 0
  601. wait()
  602. until f.Humanoid.Health < 1
  603. end
  604. end
  605. end
  606. end
  607. end
  608. end
  609. for _,m in pairs(game.workspace.dungeon.bossRoom.enemyFolder:GetDescendants()) do
  610. if string.find(m.Name,"") then
  611. if m.Humanoid.Health < 1 then
  612. wait(2)
  613. game:GetService'TeleportService':Teleport(2414851778)
  614. end
  615. end
  616. end
  617. end
  618. end)
  619.  
  620. --Instant Kill
  621. InstantKill70.MouseButton1Down:connect(function()
  622. InstantKill70.Visible = false
  623. InstantKill70ON.Visible = true
  624. --Script Here (ON)
  625. _G.s = true
  626. while _G.s do
  627. wait(2)
  628. for z,x in pairs(game.Workspace:GetChildren()) do
  629. if x:IsA("Folder") then
  630. for j,k in pairs(x:GetChildren()) do
  631. if k:FindFirstChild("enemyFolder") then
  632. for q,u in pairs(k.enemyFolder:GetChildren()) do
  633. if u:FindFirstChild("HumanoidRootPart") and u:FindFirstChild("Humanoid") then
  634. for v,g in pairs(u:GetChildren()) do
  635. if g.Name == "Head" then
  636. g:Destroy()
  637. wait()
  638. end
  639. end
  640. end
  641. end
  642. end
  643. end
  644. end
  645. end
  646. for _,m in pairs(game.workspace.dungeon.bossRoom.enemyFolder:GetDescendants()) do
  647. if string.find(m.Name,"The") then
  648. if m.Humanoid.Health < 1 then
  649. wait(2)
  650. game:GetService'TeleportService':Teleport(2414851778)
  651. end
  652. end
  653. end
  654. end
  655. end)
  656.  
  657. --Steal Skill
  658. StealSkill.MouseButton1Down:connect(function()
  659. StealSkill.Visible = false
  660. StealSkillON.Visible = true
  661. --Script Here (ON)
  662. _G.Steal = true
  663. while _G.Steal do
  664. wait()
  665. for a,b in pairs(game.Players:GetChildren()) do
  666. if string.find(b.Name,"") then
  667. for c,d in pairs(b.Backpack:GetChildren()) do
  668. if d:IsA("Tool") then
  669. d.Parent = game.Players.LocalPlayer.Backpack
  670. end
  671. end
  672. end
  673. end
  674. end
  675.  
  676. end)
  677.  
  678. --TpNPC
  679. TpNpc60.MouseButton1Down:connect(function()
  680. TpNpc60.Visible = false
  681. TpNpc60ON.Visible = true
  682. --Script Here (ON)
  683. _G.Farma = true
  684. game.ReplicatedStorage.remotes.changeStartValue:FireServer()
  685. noclip = true
  686. game:GetService('RunService').Stepped:connect(function()
  687. if noclip then
  688. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  689. end
  690. end)
  691. plr = game.Players.LocalPlayer
  692. mouse = plr:GetMouse()
  693. mouse.KeyDown:connect(function(key)
  694.  
  695. if key == "o" then
  696. noclip = not noclip
  697. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  698. end
  699. end)
  700. print('Created by FileExplorer')
  701. print('Credits to Peyton for the ChangeState part of this script')
  702. while _G.Farma do
  703. wait(2)
  704. for a,b in pairs(game.Workspace:GetChildren()) do
  705. if b:IsA("Folder") then
  706. for c,d in pairs(b:GetChildren()) do
  707. if d:FindFirstChild("enemyFolder") then
  708. for e,f in pairs(d.enemyFolder:GetChildren()) do
  709. if f:FindFirstChild("HumanoidRootPart") and f:FindFirstChild("Humanoid") then
  710. repeat
  711. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(f.HumanoidRootPart.Position + Vector3.new(0,20,0),f.HumanoidRootPart.Position)
  712. f.Humanoid.Health = 0
  713. wait(0.8)
  714. until f.Humanoid.Health < 1
  715. end
  716. end
  717. end
  718. end
  719. end
  720. end
  721. end
  722. end)
  723.  
  724.  
  725. --TpNPC
  726. TpNpc75Old.MouseButton1Down:connect(function()
  727. TpNpc75Old.Visible = false
  728. TpNpc75OldON.Visible = true
  729. --Script Here (ON)
  730. _G.Farms = true
  731. game.ReplicatedStorage.remotes.changeStartValue:FireServer()
  732. noclip = true
  733. game:GetService('RunService').Stepped:connect(function()
  734. if noclip then
  735. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  736. end
  737. end)
  738. plr = game.Players.LocalPlayer
  739. mouse = plr:GetMouse()
  740. mouse.KeyDown:connect(function(key)
  741.  
  742. if key == "o" then
  743. noclip = not noclip
  744. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  745. end
  746. end)
  747. print('Created by FileExplorer')
  748. print('Credits to Peyton for the ChangeState part of this script')
  749. while _G.Farms do
  750. wait(2)
  751. for a,b in pairs(game.Workspace:GetChildren()) do
  752. if b:IsA("Folder") then
  753. for c,d in pairs(b:GetChildren()) do
  754. if d:FindFirstChild("enemyFolder") then
  755. for e,f in pairs(d.enemyFolder:GetChildren()) do
  756. if f:FindFirstChild("HumanoidRootPart") and f:FindFirstChild("Humanoid") then
  757. repeat
  758. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = f.HumanoidRootPart.CFrame * CFrame.new(0,15,0)
  759. f.Humanoid.Health = 0
  760. wait()
  761. for z,x in pairs(game.Workspace:GetChildren()) do
  762. if x:IsA("Folder") then
  763. for j,k in pairs(x:GetChildren()) do
  764. if k:FindFirstChild("enemyFolder") then
  765. for q,u in pairs(k.enemyFolder:GetChildren()) do
  766. if u:FindFirstChild("HumanoidRootPart") and u:FindFirstChild("Humanoid") then
  767. for v,g in pairs(u:GetChildren()) do
  768. if g.Name == "Head" then
  769. g:Destroy()
  770. wait()
  771. end
  772. end
  773. end
  774. end
  775. end
  776. end
  777. end
  778. end
  779. until f.Humanoid.Health < 1
  780. end
  781. end
  782. end
  783. end
  784. end
  785. end
  786. for _,m in pairs(game.workspace.dungeon.bossRoom.enemyFolder:GetDescendants()) do
  787. if string.find(m.Name,"The") then
  788. if m.Humanoid.Health < 1 then
  789. wait(2)
  790. game:GetService'TeleportService':Teleport(2414851778)
  791. end
  792. end
  793. end
  794. end
  795. end)
  796.  
  797. --TpNPC
  798. TpNpc75New.MouseButton1Down:connect(function()
  799. TpNpc75New.Visible = false
  800. TpNpc75NewON.Visible = true
  801. --Script Here (ON)
  802. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  803. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  804. l.Parent = game.Players.LocalPlayer.Character
  805. l.Name = "Humanoid"
  806. wait(0.1)
  807. game.Players.LocalPlayer.Character["1"]:Destroy()
  808. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  809. game.Players.LocalPlayer.Character.Animate.Disabled = true
  810. wait(0.1)
  811. game.Players.LocalPlayer.Character.Animate.Disabled = false
  812. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  813. _G.Farmf = true
  814. game.ReplicatedStorage.remotes.changeStartValue:FireServer()
  815. noclip = true
  816. game:GetService('RunService').Stepped:connect(function()
  817. if noclip then
  818. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  819. end
  820. end)
  821. plr = game.Players.LocalPlayer
  822. mouse = plr:GetMouse()
  823. mouse.KeyDown:connect(function(key)
  824.  
  825. if key == "o" then
  826. noclip = not noclip
  827. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  828. end
  829. end)
  830. print('Created by FileExplorer')
  831. print('Credits to Peyton for the ChangeState part of this script')
  832. while _G.Farmf do
  833. wait(2)
  834. for a,b in pairs(game.Workspace:GetChildren()) do
  835. if b:IsA("Folder") then
  836. for c,d in pairs(b:GetChildren()) do
  837. if d:FindFirstChild("enemyFolder") then
  838. for e,f in pairs(d.enemyFolder:GetChildren()) do
  839. if f:FindFirstChild("HumanoidRootPart") and f:FindFirstChild("Humanoid") then
  840.  
  841. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = f.HumanoidRootPart.CFrame * CFrame.new(0,1,0)
  842. f.Humanoid.Health = 0
  843. wait(0.5)
  844. for z,x in pairs(game.Workspace:GetChildren()) do
  845. if x:IsA("Folder") then
  846. for j,k in pairs(x:GetChildren()) do
  847. if k:FindFirstChild("enemyFolder") then
  848. for q,u in pairs(k.enemyFolder:GetChildren()) do
  849. if u:FindFirstChild("HumanoidRootPart") and u:FindFirstChild("Humanoid") then
  850. for v,g in pairs(u:GetChildren()) do
  851. if g.Name == "Head" then
  852. g:Destroy()
  853. wait()
  854. end
  855. end
  856. end
  857. end
  858. end
  859. end
  860. end
  861. end
  862.  
  863. end
  864. end
  865. end
  866. end
  867. end
  868. end
  869. for _,m in pairs(game.workspace.dungeon.bossRoom.enemyFolder:GetDescendants()) do
  870. if string.find(m.Name,"The") then
  871. if m.Humanoid.Health < 1 then
  872. wait(2)
  873. game:GetService'TeleportService':Teleport(2414851778)
  874. end
  875. end
  876. end
  877. end
  878. end)
  879.  
  880.  
  881. --HipHight
  882. HipHight.MouseButton1Down:connect(function()
  883. HipHight.Visible = false
  884. HipHightON.Visible = true
  885. --Script Here (ON)
  886. game:GetService("Players").LocalPlayer.Character.Humanoid.HipHeight = 15
  887. end)
  888.  
  889. --Noclip
  890. Noclip.MouseButton1Down:connect(function()
  891. Noclip.Visible = false
  892. NoclipON.Visible = true
  893. --Script Here (ON)
  894. noclip = true
  895. game:GetService('RunService').Stepped:connect(function()
  896. if noclip then
  897. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  898. end
  899. end)
  900. plr = game.Players.LocalPlayer
  901. mouse = plr:GetMouse()
  902. mouse.KeyDown:connect(function(key)
  903.  
  904. if key == "o" then
  905. noclip = not noclip
  906. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  907. end
  908. end)
  909. print('Thanks for Use')
  910. print('Thanks very much')
  911. end)
  912.  
  913. --Walkspeed
  914. Walkspeed.MouseButton1Down:connect(function()
  915. Walkspeed.Visible = false
  916. WalkspeedON.Visible = true
  917. --Script Here (ON)
  918. game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = 100
  919. end)
  920.  
  921. --Auto Skill OFF
  922. AutoSkillON.MouseButton1Down:connect(function()
  923. AutoSkillON.Visible = false
  924. AutoSkill.Visible = true
  925. --Script Here (OFF)
  926. _G.Skill = false
  927. end)
  928.  
  929. --Instant Kill OFF
  930. InstantKill60ON.MouseButton1Down:connect(function()
  931. InstantKill60ON.Visible = false
  932. InstantKill60.Visible = true
  933. --Script Here (OFF)
  934. _G.a = false
  935. end)
  936.  
  937. --Instant Kill OFF
  938. InstantKill70ON.MouseButton1Down:connect(function()
  939. InstantKill70ON.Visible = false
  940. InstantKill70.Visible = true
  941. --Script Here (OFF)
  942. _G.s = false
  943. end)
  944.  
  945. --Steal Skill OFF
  946. StealSkillON.MouseButton1Down:connect(function()
  947. StealSkillON.Visible = false
  948. StealSkill.Visible = true
  949. --Script Here (OFF)
  950. _G.Steal = false
  951. end)
  952.  
  953. --TpNPC OFF
  954. TpNpc60ON.MouseButton1Down:connect(function()
  955. TpNpc60ON.Visible = false
  956. TpNpc60.Visible = true
  957. --Script Here (OFF)
  958. _G.Farma = false
  959. end)
  960.  
  961. --TpNPC 70 OFF
  962. TpNpc75OldON.MouseButton1Down:connect(function()
  963. TpNpc75OldON.Visible = false
  964. TpNpc75Old.Visible = true
  965. --Script Here (OFF)
  966. _G.Farms = false
  967. end)
  968.  
  969. --TpNPC 70 OFF
  970. TpNpc75NewON.MouseButton1Down:connect(function()
  971. TpNpc75NewON.Visible = false
  972. TpNpc75New.Visible = true
  973. --Script Here (OFF)
  974. _G.Farmf = false
  975.  
  976. end)
  977.  
  978. --HipHight OFF
  979. HipHightON.MouseButton1Down:connect(function()
  980. HipHightON.Visible = false
  981. HipHight.Visible = true
  982. --Script Here (OFF)
  983. game:GetService("Players").LocalPlayer.Character.Humanoid.HipHeight = 2
  984. end)
  985.  
  986. --Noclip OFF
  987. NoclipON.MouseButton1Down:connect(function()
  988. NoclipON.Visible = false
  989. Noclip.Visible = true
  990. --Script Here (OFF)
  991. noclip = false
  992. game:GetService('RunService').Stepped:connect(function()
  993. if noclip then
  994. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  995. end
  996. end)
  997. plr = game.Players.LocalPlayer
  998. mouse = plr:GetMouse()
  999. mouse.KeyDown:connect(function(key)
  1000.  
  1001. if key == "o" then
  1002. noclip = not noclip
  1003. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  1004. end
  1005. end)
  1006. print('Thanks for Use')
  1007. print('Thanks very much')
  1008. end)
  1009.  
  1010. --Walkspeed OFF
  1011. WalkspeedON.MouseButton1Down:connect(function()
  1012. WalkspeedON.Visible = false
  1013. Walkspeed.Visible = true
  1014. --Script Here (OFF)
  1015. game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = 30
  1016. end)
  1017.  
  1018. --Auto Farm
  1019. AutoFarm59.MouseButton1Down:connect(function()
  1020. AutoFarm59ON.Visible = true
  1021. AutoFarm59.Visible = false
  1022. --Script Here (ON)
  1023. _G.Farmd = true
  1024. noclip = true
  1025. game:GetService('RunService').Stepped:connect(function()
  1026. if noclip then
  1027. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  1028. end
  1029. end)
  1030. plr = game.Players.LocalPlayer
  1031. mouse = plr:GetMouse()
  1032. mouse.KeyDown:connect(function(key)
  1033.  
  1034. if key == "o" then
  1035. noclip = not noclip
  1036. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  1037. end
  1038. end)
  1039.  
  1040. game.ReplicatedStorage.remotes.changeStartValue:FireServer()
  1041. while _G.Farmd do
  1042. wait(3)
  1043. for a,b in pairs(game.Workspace:GetChildren()) do
  1044. if b:IsA("Folder") then
  1045. for c,d in pairs(b:GetChildren()) do
  1046. if d:FindFirstChild("enemyFolder") then
  1047. for e,f in pairs(d.enemyFolder:GetChildren()) do
  1048. if f:FindFirstChild("HumanoidRootPart") and f:FindFirstChild("Humanoid") then
  1049.  
  1050. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(f.HumanoidRootPart.Position + Vector3.new(0,6,0),f.HumanoidRootPart.Position)
  1051.  
  1052.  
  1053. wait()
  1054.  
  1055. end
  1056. end
  1057. end
  1058. end
  1059. end
  1060. end
  1061. end
  1062. end)
  1063.  
  1064. --Auto Farm OFF
  1065. AutoFarm59ON.MouseButton1Down:connect(function()
  1066. AutoFarm59.Visible = true
  1067. AutoFarm59ON.Visible = false
  1068. _G.Farmd = false
  1069. end)
  1070.  
  1071. --Rainbown Settings
  1072. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  1073. local counter1 = 1
  1074. while wait(0.1) do
  1075. FuncLabel.BackgroundColor3 = Color3.fromHSV(zigzag(counter1),1,1)
  1076. Movement.BackgroundColor3 = Color3.fromHSV(zigzag(counter1),1,1)
  1077. AutoSkillON.TextColor3 = Color3.fromHSV(zigzag(counter1),1,1)
  1078. StealSkillON.TextColor3 = Color3.fromHSV(zigzag(counter1),1,1)
  1079. InstantKill60ON.TextColor3 = Color3.fromHSV(zigzag(counter1),1,1)
  1080. TpNpc60ON.TextColor3 = Color3.fromHSV(zigzag(counter1),1,1)
  1081. HipHightON.TextColor3 = Color3.fromHSV(zigzag(counter1),1,1)
  1082. NoclipON.TextColor3 = Color3.fromHSV(zigzag(counter1),1,1)
  1083. WalkspeedON.TextColor3 = Color3.fromHSV(zigzag(counter1),1,1)
  1084. NameGUI.TextColor3 = Color3.fromHSV(zigzag(counter1),1,1)
  1085. InstantKill70ON.TextColor3 = Color3.fromHSV(zigzag(counter1),1,1)
  1086. TpNpc75NewON.TextColor3 = Color3.fromHSV(zigzag(counter1),1,1)
  1087. TpNpc75OldON.TextColor3 = Color3.fromHSV(zigzag(counter1),1,1)
  1088. DisableBlurON.TextColor3 = Color3.fromHSV(zigzag(counter1),1,1)
  1089. Settings.BackgroundColor3 = Color3.fromHSV(zigzag(counter1),1,1)
  1090. AutoFarm59ON.TextColor3 = Color3.fromHSV(zigzag(counter1),1,1)
  1091. counter1 = counter1 + 0.01
  1092. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement