· 6 years ago · Nov 05, 2019, 08:42 AM
1PASTEBINnew pasteAPI tools faq deals
2search...
3
4
5Guest User
6-
7
8Public Pastes
9GIVEAWAY BITCOIN
101 sec ago
11***Fuuck Hot Girls...
122 sec ago
13***Fuuck Hot Girls...
1413 sec ago
15Untitled
16Python | 13 sec ago
17ForUniver
18C++ | 28 sec ago
19GIVEAWAY BITCOIN
2032 sec ago
21***Fuuck Hot Girls...
2232 sec ago
23Untitled
24Java | 39 sec ago
25
26SHARE
27TWEET
28
29Dungeon Quest script !Auto Farm!
30 LEGEND_XXX APR 12TH, 2019 14,349 NEVER
31
32Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
33rawdownloadcloneembedreportprint text 38.05 KB
34--!!Code is ThanhTuoi!!--
35game.StarterGui:SetCore('SendNotification', {
36Title = 'DungeonQuest OP';
37Text = "Make by ThanhTuoi#6349";
38Duration = 5;
39 })
40local Main = Instance.new("ScreenGui")
41local ErrorFrame = Instance.new("ImageLabel")
42local AuthenLabelNoti = Instance.new("TextLabel")
43local TextLabel = Instance.new("TextLabel")
44local TextLabel_2 = Instance.new("TextLabel")
45local AuthenticationFrame = Instance.new("ImageLabel")
46local Welcome = Instance.new("TextLabel")
47local AuthenLabel = Instance.new("TextLabel")
48local CheckKey = Instance.new("TextButton")
49local KeyBox = Instance.new("TextBox")
50local MainFrame = Instance.new("Frame")
51local NameGUI = Instance.new("TextLabel")
52local Ver = Instance.new("TextLabel")
53local FuncFrame = Instance.new("Frame")
54local InstantKill60 = Instance.new("TextButton")
55local AutoSkill = Instance.new("TextButton")
56local StealSkill = Instance.new("TextButton")
57local TpNpc60 = Instance.new("TextButton")
58local TpNpc75Old = Instance.new("TextButton")
59local InstantKill70 = Instance.new("TextButton")
60local TpNpc75New = Instance.new("TextButton")
61local AutoFarm59 = Instance.new("TextButton")
62local InstantKill60ON = Instance.new("TextButton")
63local AutoSkillON = Instance.new("TextButton")
64local StealSkillON = Instance.new("TextButton")
65local TpNpc60ON = Instance.new("TextButton")
66local TpNpc75OldON = Instance.new("TextButton")
67local InstantKill70ON = Instance.new("TextButton")
68local TpNpc75NewON = Instance.new("TextButton")
69local AutoFarm59ON = Instance.new("TextButton")
70local FuncLabel = Instance.new("Frame")
71local FunLabel = Instance.new("TextLabel")
72local MovementFrame = Instance.new("Frame")
73local Noclip = Instance.new("TextButton")
74local Walkspeed = Instance.new("TextButton")
75local HipHight = Instance.new("TextButton")
76local NoclipON = Instance.new("TextButton")
77local WalkspeedON = Instance.new("TextButton")
78local HipHightON = Instance.new("TextButton")
79local Movement = Instance.new("Frame")
80local MoveLabel = Instance.new("TextLabel")
81local Settings = Instance.new("Frame")
82local SettingLabel = Instance.new("TextLabel")
83local SettingFrame = Instance.new("Frame")
84local DisableBlur = Instance.new("TextButton")
85local DisableBlurON = Instance.new("TextButton")
86--Properties:
87Main.Name = "Main"
88Main.Parent = game.CoreGui
89
90ErrorFrame.Name = "ErrorFrame"
91ErrorFrame.Parent = Main
92ErrorFrame.BackgroundColor3 = Color3.new(1, 1, 1)
93ErrorFrame.BackgroundTransparency = 1
94ErrorFrame.Position = UDim2.new(0.399136275, 0, 0.413120627, 0)
95ErrorFrame.Size = UDim2.new(0, 327, 0, 132)
96ErrorFrame.Visible = false
97ErrorFrame.Image = "rbxassetid://2851926732"
98ErrorFrame.ImageColor3 = Color3.new(0.333333, 1, 1)
99ErrorFrame.ScaleType = Enum.ScaleType.Slice
100ErrorFrame.SliceCenter = Rect.new(12, 12, 12, 12)
101
102AuthenLabelNoti.Name = "AuthenLabelNoti"
103AuthenLabelNoti.Parent = ErrorFrame
104AuthenLabelNoti.BackgroundColor3 = Color3.new(0, 1, 1)
105AuthenLabelNoti.BackgroundTransparency = 1
106AuthenLabelNoti.BorderSizePixel = 0
107AuthenLabelNoti.Size = UDim2.new(0, 327, 0, 29)
108AuthenLabelNoti.Font = Enum.Font.GothamBold
109AuthenLabelNoti.Text = "//AUTHENTICATION//"
110AuthenLabelNoti.TextColor3 = Color3.new(1, 0, 0)
111AuthenLabelNoti.TextSize = 20
112
113TextLabel.Parent = ErrorFrame
114TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
115TextLabel.BackgroundTransparency = 1
116TextLabel.Position = UDim2.new(0.0214067101, 0, 0.246810317, 0)
117TextLabel.Size = UDim2.new(0, 320, 0, 31)
118TextLabel.Font = Enum.Font.GothamBold
119TextLabel.Text = "HELLO:"
120TextLabel.TextColor3 = Color3.new(0, 0, 0)
121TextLabel.TextSize = 25
122TextLabel.TextXAlignment = Enum.TextXAlignment.Left
123
124TextLabel_2.Parent = ErrorFrame
125TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
126TextLabel_2.BackgroundTransparency = 1
127TextLabel_2.Position = UDim2.new(0.0214067325, 0, 0.481658876, 0)
128TextLabel_2.Size = UDim2.new(0, 308, 0, 57)
129TextLabel_2.Font = Enum.Font.GothamBold
130TextLabel_2.Text = "FAILED TO AUTHENTICATION YOU PLEASE CHECK YOUR KEY AND TRY AGAIN"
131TextLabel_2.TextColor3 = Color3.new(1, 0, 0)
132TextLabel_2.TextSize = 19
133TextLabel_2.TextWrapped = true
134TextLabel_2.TextXAlignment = Enum.TextXAlignment.Left
135
136AuthenticationFrame.Name = "AuthenticationFrame"
137AuthenticationFrame.Parent = Main
138AuthenticationFrame.BackgroundColor3 = Color3.new(1, 1, 1)
139AuthenticationFrame.BackgroundTransparency = 1
140AuthenticationFrame.Position = UDim2.new(0.39420107, 0, 0.385697991, 0)
141AuthenticationFrame.Size = UDim2.new(0, 340, 0, 186)
142AuthenticationFrame.Image = "rbxassetid://2851926732"
143AuthenticationFrame.ImageColor3 = Color3.new(0.333333, 1, 1)
144AuthenticationFrame.ScaleType = Enum.ScaleType.Slice
145AuthenticationFrame.SliceCenter = Rect.new(12, 12, 12, 12)
146
147Welcome.Name = "Welcome"
148Welcome.Parent = AuthenticationFrame
149Welcome.BackgroundColor3 = Color3.new(1, 1, 1)
150Welcome.BackgroundTransparency = 1
151Welcome.Position = UDim2.new(0.0354880691, 0, 0.156989336, 0)
152Welcome.Size = UDim2.new(0, 327, 0, 33)
153Welcome.Font = Enum.Font.GothamBlack
154Welcome.Text = "WELCOME:"
155Welcome.TextColor3 = Color3.new(0, 0, 0)
156Welcome.TextSize = 20
157Welcome.TextXAlignment = Enum.TextXAlignment.Left
158
159AuthenLabel.Name = "AuthenLabel"
160AuthenLabel.Parent = AuthenticationFrame
161AuthenLabel.BackgroundColor3 = Color3.new(0.333333, 1, 1)
162AuthenLabel.BackgroundTransparency = 1
163AuthenLabel.BorderSizePixel = 0
164AuthenLabel.Size = UDim2.new(0, 339, 0, 30)
165AuthenLabel.ZIndex = 2
166AuthenLabel.Font = Enum.Font.GothamBold
167AuthenLabel.Text = "//AUTHENTICATION//"
168AuthenLabel.TextColor3 = Color3.new(1, 0, 0)
169AuthenLabel.TextSize = 20
170AuthenLabel.TextWrapped = true
171
172CheckKey.Name = "CheckKey"
173CheckKey.Parent = AuthenticationFrame
174CheckKey.BackgroundColor3 = Color3.new(0, 1, 1)
175CheckKey.BorderSizePixel = 2
176CheckKey.Position = UDim2.new(0.203167498, 0, 0.716743588, 0)
177CheckKey.Size = UDim2.new(0, 200, 0, 27)
178CheckKey.Font = Enum.Font.GothamBold
179CheckKey.Text = "CHECK KEY"
180CheckKey.TextColor3 = Color3.new(0, 0, 0)
181CheckKey.TextSize = 20
182
183KeyBox.Name = "KeyBox"
184KeyBox.Parent = AuthenticationFrame
185KeyBox.BackgroundColor3 = Color3.new(0, 1, 1)
186KeyBox.BorderSizePixel = 2
187KeyBox.Position = UDim2.new(0.0761150718, 0, 0.386482358, 0)
188KeyBox.Size = UDim2.new(0, 286, 0, 42)
189KeyBox.Font = Enum.Font.GothamBold
190KeyBox.Text = "ENTER YOUR KEY HERE"
191KeyBox.TextColor3 = Color3.new(0, 0, 0)
192KeyBox.TextSize = 25
193
194MainFrame.Name = "MainFrame"
195MainFrame.Parent = Main
196MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
197MainFrame.BackgroundTransparency = 1
198MainFrame.Position = UDim2.new(0.177810133, 0, 0.345759362, 0)
199MainFrame.Size = UDim2.new(0, 89, 0, 155)
200MainFrame.Visible = false
201
202NameGUI.Name = "Name"
203NameGUI.Parent = MainFrame
204NameGUI.BackgroundColor3 = Color3.new(1, 1, 1)
205NameGUI.BackgroundTransparency = 1
206NameGUI.Position = UDim2.new(-3.27465081, 0, -1.81935489, 0)
207NameGUI.Size = UDim2.new(0, 483, 0, 59)
208NameGUI.Font = Enum.Font.GothamBold
209NameGUI.Text = "DUNGEON QUEST OP"
210NameGUI.TextColor3 = Color3.new(0, 0, 0)
211NameGUI.TextSize = 50
212
213Ver.Name = "Ver"
214Ver.Parent = NameGUI
215Ver.BackgroundColor3 = Color3.new(1, 1, 1)
216Ver.BackgroundTransparency = 1
217Ver.Position = UDim2.new(0.853597999, 0, 0.828571439, 0)
218Ver.Size = UDim2.new(0, 146, 0, 46)
219Ver.Font = Enum.Font.GothamBold
220Ver.Text = "V1.0.5"
221Ver.TextColor3 = Color3.new(1, 0, 0)
222Ver.TextSize = 40
223
224FuncFrame.Name = "FuncFrame"
225FuncFrame.Parent = MainFrame
226FuncFrame.BackgroundColor3 = Color3.new(0, 0, 0)
227FuncFrame.BackgroundTransparency = 0.34999999403954
228FuncFrame.Position = UDim2.new(-2.7415731, 0, -0.935483873, 0)
229FuncFrame.Size = UDim2.new(0, 290, 0, 300)
230
231InstantKill60.Name = "InstantKill60"
232InstantKill60.Parent = FuncFrame
233InstantKill60.BackgroundColor3 = Color3.new(1, 1, 1)
234InstantKill60.BackgroundTransparency = 1
235InstantKill60.Position = UDim2.new(0.0411034413, 0, 0.273333341, 0)
236InstantKill60.Size = UDim2.new(0, 278, 0, 23)
237InstantKill60.Font = Enum.Font.GothamBold
238InstantKill60.Text = "> Instant Kill (60-65)"
239InstantKill60.TextColor3 = Color3.new(1, 1, 1)
240InstantKill60.TextSize = 20
241InstantKill60.TextXAlignment = Enum.TextXAlignment.Left
242
243AutoSkill.Name = "AutoSkill"
244AutoSkill.Parent = FuncFrame
245AutoSkill.BackgroundColor3 = Color3.new(1, 1, 1)
246AutoSkill.BackgroundTransparency = 1
247AutoSkill.Position = UDim2.new(0.0419999734, 0, 0.0399999991, 0)
248AutoSkill.Size = UDim2.new(0, 277, 0, 24)
249AutoSkill.Font = Enum.Font.GothamBold
250AutoSkill.Text = "> Auto Skill and Auto Attack"
251AutoSkill.TextColor3 = Color3.new(1, 1, 1)
252AutoSkill.TextSize = 20
253AutoSkill.TextXAlignment = Enum.TextXAlignment.Left
254
255StealSkill.Name = "StealSkill"
256StealSkill.Parent = FuncFrame
257StealSkill.BackgroundColor3 = Color3.new(1, 1, 1)
258StealSkill.BackgroundTransparency = 1
259StealSkill.Position = UDim2.new(0.0419999734, 0, 0.159999996, 0)
260StealSkill.Size = UDim2.new(0, 276, 0, 25)
261StealSkill.Font = Enum.Font.GothamBold
262StealSkill.Text = "> Steal Skill Player"
263StealSkill.TextColor3 = Color3.new(1, 1, 1)
264StealSkill.TextSize = 20
265StealSkill.TextXAlignment = Enum.TextXAlignment.Left
266
267TpNpc60.Name = "TpNpc60"
268TpNpc60.Parent = FuncFrame
269TpNpc60.BackgroundColor3 = Color3.new(1, 1, 1)
270TpNpc60.BackgroundTransparency = 1
271TpNpc60.Position = UDim2.new(0.0361034535, 0, 0.403333336, 0)
272TpNpc60.Size = UDim2.new(0, 276, 0, 24)
273TpNpc60.Font = Enum.Font.GothamBold
274TpNpc60.Text = "> Tp NPC (60-65)"
275TpNpc60.TextColor3 = Color3.new(1, 1, 1)
276TpNpc60.TextSize = 20
277TpNpc60.TextXAlignment = Enum.TextXAlignment.Left
278
279TpNpc75Old.Name = "TpNpc75Old"
280TpNpc75Old.Parent = FuncFrame
281TpNpc75Old.BackgroundColor3 = Color3.new(1, 1, 1)
282TpNpc75Old.BackgroundTransparency = 1
283TpNpc75Old.Position = UDim2.new(0.0345517397, 0, 0.649999976, 0)
284TpNpc75Old.Size = UDim2.new(0, 279, 0, 24)
285TpNpc75Old.Font = Enum.Font.GothamBold
286TpNpc75Old.Text = "> Tp NPC (70-75) [OLD]"
287TpNpc75Old.TextColor3 = Color3.new(1, 1, 1)
288TpNpc75Old.TextSize = 20
289TpNpc75Old.TextXAlignment = Enum.TextXAlignment.Left
290
291InstantKill70.Name = "InstantKill70"
292InstantKill70.Parent = FuncFrame
293InstantKill70.BackgroundColor3 = Color3.new(1, 1, 1)
294InstantKill70.BackgroundTransparency = 1
295InstantKill70.Position = UDim2.new(0.0416551791, 0, 0.536666691, 0)
296InstantKill70.Size = UDim2.new(0, 275, 0, 23)
297InstantKill70.Font = Enum.Font.GothamBold
298InstantKill70.Text = "> Instant Kill (70-75)"
299InstantKill70.TextColor3 = Color3.new(1, 1, 1)
300InstantKill70.TextSize = 20
301InstantKill70.TextXAlignment = Enum.TextXAlignment.Left
302
303TpNpc75New.Name = "TpNpc75New"
304TpNpc75New.Parent = FuncFrame
305TpNpc75New.BackgroundColor3 = Color3.new(1, 1, 1)
306TpNpc75New.BackgroundTransparency = 1
307TpNpc75New.Position = UDim2.new(0.0414482914, 0, 0.779999971, 0)
308TpNpc75New.Size = UDim2.new(0, 276, 0, 24)
309TpNpc75New.Font = Enum.Font.GothamBold
310TpNpc75New.Text = "> Tp NPC (70-75) [NEW]"
311TpNpc75New.TextColor3 = Color3.new(1, 1, 1)
312TpNpc75New.TextSize = 20
313TpNpc75New.TextXAlignment = Enum.TextXAlignment.Left
314
315AutoFarm59.Name = "AutoFarm59"
316AutoFarm59.Parent = FuncFrame
317AutoFarm59.BackgroundColor3 = Color3.new(1, 1, 1)
318AutoFarm59.BackgroundTransparency = 1
319AutoFarm59.Position = UDim2.new(0.0345517397, 0, 0.886666656, 0)
320AutoFarm59.Size = UDim2.new(0, 277, 0, 24)
321AutoFarm59.Font = Enum.Font.GothamBold
322AutoFarm59.Text = "> Auto Farm (1 - 59)"
323AutoFarm59.TextColor3 = Color3.new(1, 1, 1)
324AutoFarm59.TextSize = 20
325AutoFarm59.TextXAlignment = Enum.TextXAlignment.Left
326
327FuncLabel.Name = "FuncLabel"
328FuncLabel.Parent = MainFrame
329FuncLabel.BackgroundColor3 = Color3.new(0, 0, 1)
330FuncLabel.BorderSizePixel = 0
331FuncLabel.Position = UDim2.new(-2.9662919, 0, -1.1161288, 0)
332FuncLabel.Size = UDim2.new(0, 330, 0, 28)
333
334FunLabel.Name = "FunLabel"
335FunLabel.Parent = FuncLabel
336FunLabel.BackgroundColor3 = Color3.new(1, 1, 1)
337FunLabel.BackgroundTransparency = 1
338FunLabel.Position = UDim2.new(-0.00253554829, 0, -0.0304881502, 0)
339FunLabel.Size = UDim2.new(0, 330, 0, 28)
340FunLabel.Font = Enum.Font.GothamBold
341FunLabel.Text = "FUNCTION"
342FunLabel.TextColor3 = Color3.new(1, 1, 1)
343FunLabel.TextSize = 20
344FunLabel.TextWrapped = true
345
346MovementFrame.Name = "MovementFrame"
347MovementFrame.Parent = MainFrame
348MovementFrame.BackgroundColor3 = Color3.new(0, 0, 0)
349MovementFrame.BackgroundTransparency = 0.34999999403954
350MovementFrame.Position = UDim2.new(1.85488713, 0, -0.935483634, 0)
351MovementFrame.Size = UDim2.new(0, 231, 0, 134)
352
353Noclip.Name = "Noclip"
354Noclip.Parent = MovementFrame
355Noclip.BackgroundColor3 = Color3.new(1, 1, 1)
356Noclip.BackgroundTransparency = 1
357Noclip.Position = UDim2.new(0.0501341708, 0, 0.0477611497, 0)
358Noclip.Size = UDim2.new(0, 218, 0, 23)
359Noclip.Font = Enum.Font.GothamBold
360Noclip.Text = "> Noclip"
361Noclip.TextColor3 = Color3.new(1, 1, 1)
362Noclip.TextSize = 20
363Noclip.TextXAlignment = Enum.TextXAlignment.Left
364
365Walkspeed.Name = "Walkspeed"
366Walkspeed.Parent = MovementFrame
367Walkspeed.BackgroundColor3 = Color3.new(1, 1, 1)
368Walkspeed.BackgroundTransparency = 1
369Walkspeed.Position = UDim2.new(0.0470427796, 0, 0.347611964, 0)
370Walkspeed.Size = UDim2.new(0, 219, 0, 24)
371Walkspeed.Font = Enum.Font.GothamBold
372Walkspeed.Text = "> Walk Speed"
373Walkspeed.TextColor3 = Color3.new(1, 1, 1)
374Walkspeed.TextSize = 20
375Walkspeed.TextXAlignment = Enum.TextXAlignment.Left
376
377HipHight.Name = "HipHight"
378HipHight.Parent = MovementFrame
379HipHight.BackgroundColor3 = Color3.new(1, 1, 1)
380HipHight.BackgroundTransparency = 1
381HipHight.Position = UDim2.new(0.0676208735, 0, 0.632686675, 0)
382HipHight.Size = UDim2.new(0, 215, 0, 25)
383HipHight.Font = Enum.Font.GothamBold
384HipHight.Text = "> HipHight"
385HipHight.TextColor3 = Color3.new(1, 1, 1)
386HipHight.TextSize = 20
387HipHight.TextXAlignment = Enum.TextXAlignment.Left
388
389
390Movement.Name = "Movement"
391Movement.Parent = MainFrame
392Movement.BackgroundColor3 = Color3.new(0, 0, 1)
393Movement.BorderSizePixel = 0
394Movement.Position = UDim2.new(1.6518172, 0, -1.12258029, 0)
395Movement.Size = UDim2.new(0, 268, 0, 28)
396
397MoveLabel.Name = "MoveLabel"
398MoveLabel.Parent = Movement
399MoveLabel.BackgroundColor3 = Color3.new(1, 1, 1)
400MoveLabel.BackgroundTransparency = 1
401MoveLabel.Position = UDim2.new(0.00165979564, 0, 0.0398110151, 0)
402MoveLabel.Size = UDim2.new(0, 267, 0, 27)
403MoveLabel.Font = Enum.Font.GothamBold
404MoveLabel.Text = "MOVEMENT"
405MoveLabel.TextColor3 = Color3.new(1, 1, 1)
406MoveLabel.TextSize = 20
407MoveLabel.TextWrapped = true
408
409Settings.Name = "Settings"
410Settings.Parent = MainFrame
411Settings.BackgroundColor3 = Color3.new(0, 0, 1)
412Settings.BorderSizePixel = 0
413Settings.Position = UDim2.new(5.43833399, 0, -1.12258029, 0)
414Settings.Size = UDim2.new(0, 164, 0, 28)
415
416SettingLabel.Name = "SettingLabel"
417SettingLabel.Parent = Settings
418SettingLabel.BackgroundColor3 = Color3.new(1, 1, 1)
419SettingLabel.BackgroundTransparency = 1
420SettingLabel.Position = UDim2.new(0.00773625821, 0, -0.0316171646, 0)
421SettingLabel.Size = UDim2.new(0, 162, 0, 27)
422SettingLabel.Font = Enum.Font.GothamBold
423SettingLabel.Text = "SETTINGS"
424SettingLabel.TextColor3 = Color3.new(1, 1, 1)
425SettingLabel.TextSize = 20
426SettingLabel.TextWrapped = true
427
428SettingFrame.Name = "SettingFrame"
429SettingFrame.Parent = MainFrame
430SettingFrame.BackgroundColor3 = Color3.new(0, 0, 0)
431SettingFrame.BackgroundTransparency = 0.34999999403954
432SettingFrame.Position = UDim2.new(5.50876904, 0, -0.94193548, 0)
433SettingFrame.Size = UDim2.new(0, 151, 0, 100)
434
435DisableBlur.Name = "DisableBlur"
436DisableBlur.Parent = SettingFrame
437DisableBlur.BackgroundColor3 = Color3.new(1, 1, 1)
438DisableBlur.BackgroundTransparency = 1
439DisableBlur.Position = UDim2.new(0.0359266661, 0, 0.119999997, 0)
440DisableBlur.Size = UDim2.new(0, 134, 0, 26)
441DisableBlur.Font = Enum.Font.GothamBold
442DisableBlur.Text = "> Disable Blur"
443DisableBlur.TextColor3 = Color3.new(1, 1, 1)
444DisableBlur.TextSize = 20
445DisableBlur.TextWrapped = true
446
447DisableBlurON.Name = "DisableBlur"
448DisableBlurON.Parent = SettingFrame
449DisableBlurON.BackgroundColor3 = Color3.new(1, 1, 1)
450DisableBlurON.BackgroundTransparency = 1
451DisableBlurON.Position = UDim2.new(0.0359266661, 0, 0.119999997, 0)
452DisableBlurON.Size = UDim2.new(0, 134, 0, 26)
453DisableBlurON.Font = Enum.Font.GothamBold
454DisableBlurON.Text = "> Disable Blur"
455DisableBlurON.TextColor3 = Color3.new(1, 1, 1)
456DisableBlurON.TextSize = 20
457DisableBlurON.TextWrapped = true
458DisableBlurON.Visible = false
459
460NoclipON.Name = "Noclip"
461NoclipON.Parent = MovementFrame
462NoclipON.BackgroundColor3 = Color3.new(1, 1, 1)
463NoclipON.BackgroundTransparency = 1
464NoclipON.Position = UDim2.new(0.0501341708, 0, 0.0477611497, 0)
465NoclipON.Size = UDim2.new(0, 218, 0, 23)
466NoclipON.Font = Enum.Font.GothamBold
467NoclipON.Text = "> Noclip"
468NoclipON.TextColor3 = Color3.new(1, 1, 1)
469NoclipON.TextSize = 20
470NoclipON.TextXAlignment = Enum.TextXAlignment.Left
471NoclipON.Visible = false
472
473WalkspeedON.Name = "Walkspeed"
474WalkspeedON.Parent = MovementFrame
475WalkspeedON.BackgroundColor3 = Color3.new(1, 1, 1)
476WalkspeedON.BackgroundTransparency = 1
477WalkspeedON.Position = UDim2.new(0.0470427796, 0, 0.347611964, 0)
478WalkspeedON.Size = UDim2.new(0, 219, 0, 24)
479WalkspeedON.Font = Enum.Font.GothamBold
480WalkspeedON.Text = "> Walk Speed"
481WalkspeedON.TextColor3 = Color3.new(1, 1, 1)
482WalkspeedON.TextSize = 20
483WalkspeedON.TextXAlignment = Enum.TextXAlignment.Left
484WalkspeedON.Visible = false
485
486HipHightON.Name = "HipHight"
487HipHightON.Parent = MovementFrame
488HipHightON.BackgroundColor3 = Color3.new(1, 1, 1)
489HipHightON.BackgroundTransparency = 1
490HipHightON.Position = UDim2.new(0.0676208735, 0, 0.632686675, 0)
491HipHightON.Size = UDim2.new(0, 215, 0, 25)
492HipHightON.Font = Enum.Font.GothamBold
493HipHightON.Text = "> HipHight"
494HipHightON.TextColor3 = Color3.new(1, 1, 1)
495HipHightON.TextSize = 20
496HipHightON.TextXAlignment = Enum.TextXAlignment.Left
497HipHightON.Visible = false
498
499InstantKill60ON.Name = "InstantKill60"
500InstantKill60ON.Parent = FuncFrame
501InstantKill60ON.BackgroundColor3 = Color3.new(1, 1, 1)
502InstantKill60ON.BackgroundTransparency = 1
503InstantKill60ON.Position = UDim2.new(0.0411034413, 0, 0.273333341, 0)
504InstantKill60ON.Size = UDim2.new(0, 278, 0, 23)
505InstantKill60ON.Font = Enum.Font.GothamBold
506InstantKill60ON.Text = "> Instant Kill (60-65)"
507InstantKill60ON.TextColor3 = Color3.new(1, 1, 1)
508InstantKill60ON.TextSize = 20
509InstantKill60ON.TextXAlignment = Enum.TextXAlignment.Left
510InstantKill60ON.Visible = false
511
512AutoSkillON.Name = "AutoSkill"
513AutoSkillON.Parent = FuncFrame
514AutoSkillON.BackgroundColor3 = Color3.new(1, 1, 1)
515AutoSkillON.BackgroundTransparency = 1
516AutoSkillON.Position = UDim2.new(0.0419999734, 0, 0.0399999991, 0)
517AutoSkillON.Size = UDim2.new(0, 277, 0, 24)
518AutoSkillON.Font = Enum.Font.GothamBold
519AutoSkillON.Text = "> Auto Skill and Auto Attack"
520AutoSkillON.TextColor3 = Color3.new(1, 1, 1)
521AutoSkillON.TextSize = 20
522AutoSkillON.TextXAlignment = Enum.TextXAlignment.Left
523AutoSkillON.Visible = false
524
525StealSkillON.Name = "StealSkill"
526StealSkillON.Parent = FuncFrame
527StealSkillON.BackgroundColor3 = Color3.new(1, 1, 1)
528StealSkillON.BackgroundTransparency = 1
529StealSkillON.Position = UDim2.new(0.0419999734, 0, 0.159999996, 0)
530StealSkillON.Size = UDim2.new(0, 276, 0, 25)
531StealSkillON.Font = Enum.Font.GothamBold
532StealSkillON.Text = "> Steal Skill Player"
533StealSkillON.TextColor3 = Color3.new(1, 1, 1)
534StealSkillON.TextSize = 20
535StealSkillON.TextXAlignment = Enum.TextXAlignment.Left
536StealSkillON.Visible = false
537
538TpNpc60ON.Name = "TpNpc60"
539TpNpc60ON.Parent = FuncFrame
540TpNpc60ON.BackgroundColor3 = Color3.new(1, 1, 1)
541TpNpc60ON.BackgroundTransparency = 1
542TpNpc60ON.Position = UDim2.new(0.0361034535, 0, 0.403333336, 0)
543TpNpc60ON.Size = UDim2.new(0, 276, 0, 24)
544TpNpc60ON.Font = Enum.Font.GothamBold
545TpNpc60ON.Text = "> Tp NPC (60-65)"
546TpNpc60ON.TextColor3 = Color3.new(1, 1, 1)
547TpNpc60ON.TextSize = 20
548TpNpc60ON.TextXAlignment = Enum.TextXAlignment.Left
549TpNpc60ON.Visible = false
550
551TpNpc75OldON.Name = "TpNpc75Old"
552TpNpc75OldON.Parent = FuncFrame
553TpNpc75OldON.BackgroundColor3 = Color3.new(1, 1, 1)
554TpNpc75OldON.BackgroundTransparency = 1
555TpNpc75OldON.Position = UDim2.new(0.0345517397, 0, 0.649999976, 0)
556TpNpc75OldON.Size = UDim2.new(0, 279, 0, 24)
557TpNpc75OldON.Font = Enum.Font.GothamBold
558TpNpc75OldON.Text = "> Tp NPC (70-75) [OLD]"
559TpNpc75OldON.TextColor3 = Color3.new(1, 1, 1)
560TpNpc75OldON.TextSize = 20
561TpNpc75OldON.TextXAlignment = Enum.TextXAlignment.Left
562TpNpc75OldON.Visible = false
563
564InstantKill70ON.Name = "InstantKill70"
565InstantKill70ON.Parent = FuncFrame
566InstantKill70ON.BackgroundColor3 = Color3.new(1, 1, 1)
567InstantKill70ON.BackgroundTransparency = 1
568InstantKill70ON.Position = UDim2.new(0.0416551791, 0, 0.536666691, 0)
569InstantKill70ON.Size = UDim2.new(0, 275, 0, 23)
570InstantKill70ON.Font = Enum.Font.GothamBold
571InstantKill70ON.Text = "> Instant Kill (70-75)"
572InstantKill70ON.TextColor3 = Color3.new(1, 1, 1)
573InstantKill70ON.TextSize = 20
574InstantKill70ON.TextXAlignment = Enum.TextXAlignment.Left
575InstantKill70ON.Visible = false
576
577TpNpc75NewON.Name = "TpNpc75New"
578TpNpc75NewON.Parent = FuncFrame
579TpNpc75NewON.BackgroundColor3 = Color3.new(1, 1, 1)
580TpNpc75NewON.BackgroundTransparency = 1
581TpNpc75NewON.Position = UDim2.new(0.0414482914, 0, 0.779999971, 0)
582TpNpc75NewON.Size = UDim2.new(0, 276, 0, 24)
583TpNpc75NewON.Font = Enum.Font.GothamBold
584TpNpc75NewON.Text = "> Tp NPC (70-75) [NEW]"
585TpNpc75NewON.TextColor3 = Color3.new(1, 1, 1)
586TpNpc75NewON.TextSize = 20
587TpNpc75NewON.TextXAlignment = Enum.TextXAlignment.Left
588TpNpc75NewON.Visible = false
589
590AutoFarm59ON.Name = "AutoFarm59"
591AutoFarm59ON.Parent = FuncFrame
592AutoFarm59ON.BackgroundColor3 = Color3.new(1, 1, 1)
593AutoFarm59ON.BackgroundTransparency = 1
594AutoFarm59ON.Position = UDim2.new(0.0345517397, 0, 0.886666656, 0)
595AutoFarm59ON.Size = UDim2.new(0, 277, 0, 24)
596AutoFarm59ON.Font = Enum.Font.GothamBold
597AutoFarm59ON.Text = "> Auto Farm (1 - 59)"
598AutoFarm59ON.TextColor3 = Color3.new(1, 1, 1)
599AutoFarm59ON.TextSize = 20
600AutoFarm59ON.TextXAlignment = Enum.TextXAlignment.Left
601AutoFarm59ON.Visible = false
602
603--Local Name
604Name = game.Players.LocalPlayer.Name
605--Sound error
606local newsound = Instance.new("Sound",workspace)
607newsound.Name = "earbleed"
608newsound.SoundId = "rbxassetid://285685019"
609newsound.Looped = true
610local earbleep = Instance.new("DistortionSoundEffect",newsound)
611earbleep.Enabled = true
612earbleep.Priority = 55
613--Welcome
614Welcome.Text = "WELCOME: "..Name..""
615TextLabel.Text = "HELLO: "..Name..""
616--Local key
617key = "ThanhTuoi"
618
619
620--Check key
621CheckKey.MouseButton1Down:connect(function()
622if KeyBox.Text == key then
623 game.StarterGui:SetCore('SendNotification', {
624Title = 'AUTHENTICATION';
625Text = "SUCCESS WHITELIST, THANKS FOR BUY SCRIPT";
626Duration = 5;
627 })
628 wait()
629 AuthenticationFrame.Visible = false
630 MainFrame.Visible = true
631 Instance.new("BlurEffect", game.Lighting).Name = "BlurLoad"
632 game.Lighting.BlurLoad.Size = 20
633 wait()
634--Open/Close
635function onKeyPress(inputObject, gameProcessedEvent)
636 if inputObject.KeyCode == Enum.KeyCode.RightShift then
637 if MainFrame.Visible == true then
638 MainFrame.Visible = false
639 game.Lighting.BlurLoad:Destroy()
640 elseif MainFrame.Visible == false then
641 MainFrame.Visible = true
642 Instance.new("BlurEffect", game.Lighting).Name = "BlurLoad"
643 game.Lighting.BlurLoad.Size = 20
644 wait()
645 end
646 end
647end
648
649game:GetService("UserInputService").InputBegan:connect(onKeyPress)
650elseif KeyBox.Text == blacklist then
651 newsound:Play()
652 AuthenticationFrame.Visible = false
653 ErrorFrame.Visible = true
654 wait(2)
655 newsound:Destroy()
656 wait(2)
657 game.StarterGui:SetCore('SendNotification', {
658Title = 'AUTHENTICATION';
659Text = "KEY HAS BLACKLIST";
660Duration = 5;
661 })
662 wait(5)
663 game.Players.LocalPlayer:Kick(" HELLO: "..Name.."\nFAILED TO AUTHENTICATION YOU BECAUSE YOUR KEY HAS BLACKLIST")
664end
665end)
666--Disable Blur
667DisableBlur.MouseButton1Down:connect(function()
668DisableBlur.Visible = false
669DisableBlurON.Visible = true
670game.Lighting.BlurLoad:Destroy()
671end)
672
673DisableBlurON.MouseButton1Down:connect(function()
674DisableBlurON.Visible = false
675DisableBlur.Visible = true
676Instance.new("BlurEffect", game.Lighting).Name = "BlurLoad"
677game.Lighting.BlurLoad.Size = 20
678end)
679--Auto Skill
680AutoSkill.MouseButton1Down:connect(function()
681AutoSkill.Visible = false
682AutoSkillON.Visible = true
683--Script Here (ON)
684function FireSwingRemote()
685for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
686if v:FindFirstChild("Weapon") and v:FindFirstChild("swing") then
687return v.swing:FireServer()
688end
689end
690end
691_G.Skill = true
692while _G.Skill do
693 wait()
694FireSwingRemote()
695for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
696 if v:IsA("Tool") and v:FindFirstChild("abilitySlot") then
697 if v.abilitySlot.Value == "q" then
698 v:FindFirstChildWhichIsA("RemoteEvent"):FireServer()
699 v.cooldown.Changed:Connect(function()
700 v.cooldown.Value = 0
701 end)
702 end
703 end
704 end
705 for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
706 if v:IsA("Tool") and v:FindFirstChild("abilitySlot") then
707 if v.abilitySlot.Value == "e" then
708 v:FindFirstChildWhichIsA("RemoteEvent"):FireServer()
709 v.cooldown.Changed:Connect(function()
710 v.cooldown.Value = 0
711 end)
712 end
713 end
714 end
715end
716end)
717
718--Instant Kill
719InstantKill60.MouseButton1Down:connect(function()
720InstantKill60.Visible = false
721InstantKill60ON.Visible = true
722--Script Here (ON)
723_G.a = true
724while _G.a do
725wait(2)
726for a,b in pairs(game.Workspace:GetChildren()) do
727if b:IsA("Folder") then
728for c,d in pairs(b:GetChildren()) do
729if d:FindFirstChild("enemyFolder") then
730for e,f in pairs(d.enemyFolder:GetChildren()) do
731if f:FindFirstChild("HumanoidRootPart") and f:FindFirstChild("Humanoid") then
732repeat
733
734f.Humanoid.Health = 0
735wait()
736until f.Humanoid.Health < 1
737end
738end
739end
740end
741end
742end
743for _,m in pairs(game.workspace.dungeon.bossRoom.enemyFolder:GetDescendants()) do
744 if string.find(m.Name,"") then
745 if m.Humanoid.Health < 1 then
746 wait(2)
747 game:GetService'TeleportService':Teleport(2414851778)
748 end
749 end
750 end
751end
752end)
753
754--Instant Kill
755InstantKill70.MouseButton1Down:connect(function()
756InstantKill70.Visible = false
757InstantKill70ON.Visible = true
758--Script Here (ON)
759_G.s = true
760while _G.s do
761wait(2)
762for z,x in pairs(game.Workspace:GetChildren()) do
763if x:IsA("Folder") then
764for j,k in pairs(x:GetChildren()) do
765if k:FindFirstChild("enemyFolder") then
766for q,u in pairs(k.enemyFolder:GetChildren()) do
767if u:FindFirstChild("HumanoidRootPart") and u:FindFirstChild("Humanoid") then
768for v,g in pairs(u:GetChildren()) do
769 if g.Name == "Head" then
770 g:Destroy()
771 wait()
772end
773end
774end
775end
776end
777end
778end
779end
780for _,m in pairs(game.workspace.dungeon.bossRoom.enemyFolder:GetDescendants()) do
781 if string.find(m.Name,"The") then
782 if m.Humanoid.Health < 1 then
783 wait(2)
784 game:GetService'TeleportService':Teleport(2414851778)
785 end
786 end
787 end
788end
789end)
790
791--Steal Skill
792StealSkill.MouseButton1Down:connect(function()
793StealSkill.Visible = false
794StealSkillON.Visible = true
795--Script Here (ON)
796_G.Steal = true
797while _G.Steal do
798wait()
799for a,b in pairs(game.Players:GetChildren()) do
800if string.find(b.Name,"") then
801for c,d in pairs(b.Backpack:GetChildren()) do
802if d:IsA("Tool") then
803d.Parent = game.Players.LocalPlayer.Backpack
804end
805end
806end
807end
808end
809
810end)
811
812--TpNPC
813TpNpc60.MouseButton1Down:connect(function()
814TpNpc60.Visible = false
815TpNpc60ON.Visible = true
816--Script Here (ON)
817_G.Farma = true
818game.ReplicatedStorage.remotes.changeStartValue:FireServer()
819noclip = true
820game:GetService('RunService').Stepped:connect(function()
821if noclip then
822game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
823end
824end)
825plr = game.Players.LocalPlayer
826mouse = plr:GetMouse()
827mouse.KeyDown:connect(function(key)
828
829if key == "o" then
830noclip = not noclip
831game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
832end
833end)
834print('Created by FileExplorer')
835print('Credits to Peyton for the ChangeState part of this script')
836while _G.Farma do
837wait(2)
838for a,b in pairs(game.Workspace:GetChildren()) do
839if b:IsA("Folder") then
840for c,d in pairs(b:GetChildren()) do
841if d:FindFirstChild("enemyFolder") then
842for e,f in pairs(d.enemyFolder:GetChildren()) do
843if f:FindFirstChild("HumanoidRootPart") and f:FindFirstChild("Humanoid") then
844repeat
845game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(f.HumanoidRootPart.Position + Vector3.new(0,20,0),f.HumanoidRootPart.Position)
846f.Humanoid.Health = 0
847wait(0.8)
848until f.Humanoid.Health < 1
849end
850end
851end
852end
853end
854end
855end
856end)
857
858
859--TpNPC
860TpNpc75Old.MouseButton1Down:connect(function()
861TpNpc75Old.Visible = false
862TpNpc75OldON.Visible = true
863--Script Here (ON)
864_G.Farms = true
865game.ReplicatedStorage.remotes.changeStartValue:FireServer()
866noclip = true
867game:GetService('RunService').Stepped:connect(function()
868if noclip then
869game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
870end
871end)
872plr = game.Players.LocalPlayer
873mouse = plr:GetMouse()
874mouse.KeyDown:connect(function(key)
875
876if key == "o" then
877noclip = not noclip
878game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
879end
880end)
881print('Created by FileExplorer')
882print('Credits to Peyton for the ChangeState part of this script')
883while _G.Farms do
884wait(2)
885for a,b in pairs(game.Workspace:GetChildren()) do
886if b:IsA("Folder") then
887for c,d in pairs(b:GetChildren()) do
888if d:FindFirstChild("enemyFolder") then
889for e,f in pairs(d.enemyFolder:GetChildren()) do
890if f:FindFirstChild("HumanoidRootPart") and f:FindFirstChild("Humanoid") then
891repeat
892game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = f.HumanoidRootPart.CFrame * CFrame.new(0,15,0)
893f.Humanoid.Health = 0
894wait()
895for z,x in pairs(game.Workspace:GetChildren()) do
896if x:IsA("Folder") then
897for j,k in pairs(x:GetChildren()) do
898if k:FindFirstChild("enemyFolder") then
899for q,u in pairs(k.enemyFolder:GetChildren()) do
900if u:FindFirstChild("HumanoidRootPart") and u:FindFirstChild("Humanoid") then
901for v,g in pairs(u:GetChildren()) do
902 if g.Name == "Head" then
903 g:Destroy()
904 wait()
905end
906end
907end
908end
909end
910end
911end
912end
913until f.Humanoid.Health < 1
914end
915end
916end
917end
918end
919end
920for _,m in pairs(game.workspace.dungeon.bossRoom.enemyFolder:GetDescendants()) do
921 if string.find(m.Name,"The") then
922 if m.Humanoid.Health < 1 then
923 wait(2)
924 game:GetService'TeleportService':Teleport(2414851778)
925 end
926 end
927 end
928end
929end)
930
931--TpNPC
932TpNpc75New.MouseButton1Down:connect(function()
933TpNpc75New.Visible = false
934TpNpc75NewON.Visible = true
935--Script Here (ON)
936game.Players.LocalPlayer.Character.Humanoid.Name = 1
937local l = game.Players.LocalPlayer.Character["1"]:Clone()
938l.Parent = game.Players.LocalPlayer.Character
939l.Name = "Humanoid"
940wait(0.1)
941game.Players.LocalPlayer.Character["1"]:Destroy()
942game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
943game.Players.LocalPlayer.Character.Animate.Disabled = true
944wait(0.1)
945game.Players.LocalPlayer.Character.Animate.Disabled = false
946game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
947_G.Farmf = true
948game.ReplicatedStorage.remotes.changeStartValue:FireServer()
949noclip = true
950game:GetService('RunService').Stepped:connect(function()
951if noclip then
952game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
953end
954end)
955plr = game.Players.LocalPlayer
956mouse = plr:GetMouse()
957mouse.KeyDown:connect(function(key)
958
959if key == "o" then
960noclip = not noclip
961game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
962end
963end)
964print('Created by FileExplorer')
965print('Credits to Peyton for the ChangeState part of this script')
966while _G.Farmf do
967wait(2)
968for a,b in pairs(game.Workspace:GetChildren()) do
969if b:IsA("Folder") then
970for c,d in pairs(b:GetChildren()) do
971if d:FindFirstChild("enemyFolder") then
972for e,f in pairs(d.enemyFolder:GetChildren()) do
973if f:FindFirstChild("HumanoidRootPart") and f:FindFirstChild("Humanoid") then
974
975game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = f.HumanoidRootPart.CFrame * CFrame.new(0,1,0)
976f.Humanoid.Health = 0
977wait(0.5)
978for z,x in pairs(game.Workspace:GetChildren()) do
979if x:IsA("Folder") then
980for j,k in pairs(x:GetChildren()) do
981if k:FindFirstChild("enemyFolder") then
982for q,u in pairs(k.enemyFolder:GetChildren()) do
983if u:FindFirstChild("HumanoidRootPart") and u:FindFirstChild("Humanoid") then
984for v,g in pairs(u:GetChildren()) do
985 if g.Name == "Head" then
986 g:Destroy()
987 wait()
988end
989end
990end
991end
992end
993end
994end
995end
996
997end
998end
999end
1000end
1001end
1002end
1003for _,m in pairs(game.workspace.dungeon.bossRoom.enemyFolder:GetDescendants()) do
1004 if string.find(m.Name,"The") then
1005 if m.Humanoid.Health < 1 then
1006 wait(2)
1007 game:GetService'TeleportService':Teleport(2414851778)
1008 end
1009 end
1010 end
1011end
1012end)
1013
1014
1015--HipHight
1016HipHight.MouseButton1Down:connect(function()
1017HipHight.Visible = false
1018HipHightON.Visible = true
1019--Script Here (ON)
1020game:GetService("Players").LocalPlayer.Character.Humanoid.HipHeight = 15
1021end)
1022
1023--Noclip
1024Noclip.MouseButton1Down:connect(function()
1025Noclip.Visible = false
1026NoclipON.Visible = true
1027--Script Here (ON)
1028noclip = true
1029game:GetService('RunService').Stepped:connect(function()
1030if noclip then
1031game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
1032end
1033end)
1034plr = game.Players.LocalPlayer
1035mouse = plr:GetMouse()
1036mouse.KeyDown:connect(function(key)
1037
1038if key == "o" then
1039noclip = not noclip
1040game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
1041end
1042end)
1043print('Thanks for Use')
1044print('Thanks very much')
1045end)
1046
1047--Walkspeed
1048Walkspeed.MouseButton1Down:connect(function()
1049Walkspeed.Visible = false
1050WalkspeedON.Visible = true
1051--Script Here (ON)
1052game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = 100
1053end)
1054
1055--Auto Skill OFF
1056AutoSkillON.MouseButton1Down:connect(function()
1057AutoSkillON.Visible = false
1058AutoSkill.Visible = true
1059--Script Here (OFF)
1060_G.Skill = false
1061end)
1062
1063--Instant Kill OFF
1064InstantKill60ON.MouseButton1Down:connect(function()
1065InstantKill60ON.Visible = false
1066InstantKill60.Visible = true
1067--Script Here (OFF)
1068_G.a = false
1069end)
1070
1071--Instant Kill OFF
1072InstantKill70ON.MouseButton1Down:connect(function()
1073InstantKill70ON.Visible = false
1074InstantKill70.Visible = true
1075--Script Here (OFF)
1076_G.s = false
1077end)
1078
1079--Steal Skill OFF
1080StealSkillON.MouseButton1Down:connect(function()
1081StealSkillON.Visible = false
1082StealSkill.Visible = true
1083--Script Here (OFF)
1084_G.Steal = false
1085end)
1086
1087--TpNPC OFF
1088TpNpc60ON.MouseButton1Down:connect(function()
1089TpNpc60ON.Visible = false
1090TpNpc60.Visible = true
1091--Script Here (OFF)
1092_G.Farma = false
1093end)
1094
1095--TpNPC 70 OFF
1096TpNpc75OldON.MouseButton1Down:connect(function()
1097TpNpc75OldON.Visible = false
1098TpNpc75Old.Visible = true
1099--Script Here (OFF)
1100_G.Farms = false
1101end)
1102
1103--TpNPC 70 OFF
1104TpNpc75NewON.MouseButton1Down:connect(function()
1105TpNpc75NewON.Visible = false
1106TpNpc75New.Visible = true
1107--Script Here (OFF)
1108_G.Farmf = false
1109
1110end)
1111
1112--HipHight OFF
1113HipHightON.MouseButton1Down:connect(function()
1114HipHightON.Visible = false
1115HipHight.Visible = true
1116--Script Here (OFF)
1117game:GetService("Players").LocalPlayer.Character.Humanoid.HipHeight = 2
1118end)
1119
1120--Noclip OFF
1121NoclipON.MouseButton1Down:connect(function()
1122NoclipON.Visible = false
1123Noclip.Visible = true
1124--Script Here (OFF)
1125noclip = false
1126game:GetService('RunService').Stepped:connect(function()
1127if noclip then
1128game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
1129end
1130end)
1131plr = game.Players.LocalPlayer
1132mouse = plr:GetMouse()
1133mouse.KeyDown:connect(function(key)
1134
1135if key == "o" then
1136noclip = not noclip
1137game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
1138end
1139end)
1140print('Thanks for Use')
1141print('Thanks very much')
1142end)
1143
1144--Walkspeed OFF
1145WalkspeedON.MouseButton1Down:connect(function()
1146WalkspeedON.Visible = false
1147Walkspeed.Visible = true
1148--Script Here (OFF)
1149game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = 30
1150end)
1151
1152--Auto Farm
1153AutoFarm59.MouseButton1Down:connect(function()
1154AutoFarm59ON.Visible = true
1155AutoFarm59.Visible = false
1156--Script Here (ON)
1157_G.Farmd = true
1158noclip = true
1159game:GetService('RunService').Stepped:connect(function()
1160if noclip then
1161game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
1162end
1163end)
1164plr = game.Players.LocalPlayer
1165mouse = plr:GetMouse()
1166mouse.KeyDown:connect(function(key)
1167
1168if key == "o" then
1169noclip = not noclip
1170game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
1171end
1172end)
1173
1174game.ReplicatedStorage.remotes.changeStartValue:FireServer()
1175while _G.Farmd do
1176wait(3)
1177for a,b in pairs(game.Workspace:GetChildren()) do
1178if b:IsA("Folder") then
1179for c,d in pairs(b:GetChildren()) do
1180if d:FindFirstChild("enemyFolder") then
1181for e,f in pairs(d.enemyFolder:GetChildren()) do
1182if f:FindFirstChild("HumanoidRootPart") and f:FindFirstChild("Humanoid") then
1183
1184game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(f.HumanoidRootPart.Position + Vector3.new(0,6,0),f.HumanoidRootPart.Position)
1185
1186
1187wait()
1188
1189end
1190end
1191end
1192end
1193end
1194end
1195end
1196end)
1197
1198--Auto Farm OFF
1199AutoFarm59ON.MouseButton1Down:connect(function()
1200AutoFarm59.Visible = true
1201AutoFarm59ON.Visible = false
1202_G.Farmd = false
1203end)
1204
1205--Rainbown Settings
1206function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
1207local counter1 = 1
1208while wait(0.1) do
1209 FuncLabel.BackgroundColor3 = Color3.fromHSV(zigzag(counter1),1,1)
1210 Movement.BackgroundColor3 = Color3.fromHSV(zigzag(counter1),1,1)
1211 AutoSkillON.TextColor3 = Color3.fromHSV(zigzag(counter1),1,1)
1212 StealSkillON.TextColor3 = Color3.fromHSV(zigzag(counter1),1,1)
1213 InstantKill60ON.TextColor3 = Color3.fromHSV(zigzag(counter1),1,1)
1214 TpNpc60ON.TextColor3 = Color3.fromHSV(zigzag(counter1),1,1)
1215 HipHightON.TextColor3 = Color3.fromHSV(zigzag(counter1),1,1)
1216 NoclipON.TextColor3 = Color3.fromHSV(zigzag(counter1),1,1)
1217 WalkspeedON.TextColor3 = Color3.fromHSV(zigzag(counter1),1,1)
1218 NameGUI.TextColor3 = Color3.fromHSV(zigzag(counter1),1,1)
1219 InstantKill70ON.TextColor3 = Color3.fromHSV(zigzag(counter1),1,1)
1220 TpNpc75NewON.TextColor3 = Color3.fromHSV(zigzag(counter1),1,1)
1221 TpNpc75OldON.TextColor3 = Color3.fromHSV(zigzag(counter1),1,1)
1222 DisableBlurON.TextColor3 = Color3.fromHSV(zigzag(counter1),1,1)
1223 Settings.BackgroundColor3 = Color3.fromHSV(zigzag(counter1),1,1)
1224 AutoFarm59ON.TextColor3 = Color3.fromHSV(zigzag(counter1),1,1)
1225 counter1 = counter1 + 0.01
1226end
1227RAW Paste Data
1228
1229--!!Code is ThanhTuoi!!--
1230game.StarterGui:SetCore('SendNotification', {
1231Title = 'DungeonQuest OP';
1232Text = "Make by ThanhTuoi#6349";
1233Duration = 5;
1234 })
1235local Main = Instance.new("ScreenGui")
1236local ErrorFrame = Instance.new("ImageLabel")
1237local AuthenLabelNoti = Instance.new("TextLabel")
1238local TextLabel = Instance.new("TextLabel")
1239local TextLabel_2 = Instance.new("TextLabel")
1240local AuthenticationFrame = Instance.new("ImageLabel")
1241local Welcome = Instance.new("TextLabel")
1242local AuthenLabel = Instance.new("TextLabel")
1243local CheckKey = Instance.new("TextButton")
1244local KeyBox = Instance.new("TextBox")
1245local MainFrame = Instance.new("Frame")
1246local NameGUI = Instance.new("TextLabel")
1247local Ver = Instance.new("TextLabel")
1248local FuncFrame = Instance.new("Frame")
1249local InstantKill60 = Instance.new("TextButton")
1250local AutoSkill = Instance.new("TextButton")
1251local StealSkill = Instance.new("TextButton")
1252local TpNpc60 = Instance.new("TextButton")
1253local TpNpc75Old = Instance.new("TextButton")
1254local InstantKill70 = Instance.new("TextButton")
1255local TpNpc75New = Instance.new("TextButton")
1256local AutoFarm59 = Instance.new("TextButton")
1257local InstantKill60ON = Instance.new("TextButton")
1258local AutoSkillON = Instance.new("TextButton")
1259local StealSkillON = Instance.new("TextButton")
1260local TpNpc60ON = Instance.new("TextButton")
1261local TpNpc75OldON = Instance.new("TextButton")
1262local InstantKill70ON = Instance.new("TextButton")
1263local TpNpc75NewON = Instance.new("TextButton")
1264local AutoFarm59ON = Instance.new("TextButton")
1265local FuncLabel = Instance.new("Frame")
1266local FunLabel = Instance.new("TextLabel")
1267local MovementFrame = Instance.new("Frame")
1268local Noclip = Instance.new("TextButton")
1269local Walkspeed = Instance.new("TextButton")
1270local HipHight = Instance.new("TextButton")
1271local NoclipON = Instance.new("TextButton")
1272local WalkspeedON = Instance.new("TextButton")
1273local HipHightON = Instance.new("TextButton")
1274local Movement = Instance.new("Frame")
1275local MoveLabel = Instance.new("TextLabel")
1276local Settings = Instance.new("Frame")
1277local SettingLabel = Instance.new("TextLabel")
1278local SettingFrame = Instance.new("Frame")
1279local DisableBlur = Instance.new("TextButton")
1280local DisableBlurON = Instance.new("TextButton")
1281--Properties:
1282Main.Name = "Main"
1283Main.Parent = game.CoreGui
1284
1285ErrorFrame.Name = "ErrorFrame"
1286ErrorFrame.Parent = Main
1287ErrorFrame.BackgroundColor3 = Color3.new(1, 1, 1)
1288ErrorFrame.BackgroundTransparency = 1
1289ErrorFrame.Position = UDim2.new(0.399136275, 0, 0.413120627, 0)
1290ErrorFrame.Size = UDim2.new(0, 327, 0, 132)
1291ErrorFrame.Visible = false
1292ErrorFrame.Image = "rbxassetid://2851926732"
1293ErrorFrame.ImageColor3 = Color3.new(0.333333, 1, 1)
1294ErrorFrame.ScaleType = Enum.ScaleType.Slice
1295ErrorFrame.SliceCenter = Rect.new(12, 12, 12, 12)
1296
1297AuthenLabelNoti.Name = "AuthenLabelNoti"
1298AuthenLabelNoti.Parent = ErrorFrame
1299AuthenLabelNoti.BackgroundColor3 = Color3.new(0, 1, 1)
1300AuthenLabelNoti.BackgroundTransparency = 1
1301AuthenLabelNoti.BorderSizePixel = 0
1302AuthenLabelNoti.Size = UDim2.new(0, 327, 0, 29)
1303AuthenLabelNoti.Font = Enum.Font.GothamBold
1304AuthenLabelNoti.Text = "//AUTHENTICATION//"
1305AuthenLabelNoti.TextColor3 = Color3.new(1, 0, 0)
1306AuthenLabelNoti.TextSize = 20
1307
1308TextLabel.Parent = ErrorFrame
1309TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
1310TextLabel.BackgroundTransparency = 1
1311TextLabel.Position = UDim2.new(0.0214067101, 0, 0.246810317, 0)
1312TextLabel.Size = UDim2.new(0, 320, 0, 31)
1313TextLabel.Font = Enum.Font.GothamBold
1314TextLabel.Text = "HELLO:"
1315TextLabel.TextColor3 = Color3.new(0, 0, 0)
1316TextLabel.TextSize = 25
1317TextLabel.TextXAlignment = Enum.TextXAlignment.Left
1318
1319TextLabel_2.Parent = ErrorFrame
1320TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
1321TextLabel_2.BackgroundTransparency = 1
1322TextLabel_2.Position = UDim2.new(0.0214067325, 0, 0.481658876, 0)
1323TextLabel_2.Size = UDim2.new(0, 308, 0, 57)
1324TextLabel_2.Font = Enum.Font.GothamBold
1325TextLabel_2.Text = "FAILED TO AUTHENTICATION YOU PLEASE CHECK YOUR KEY AND TRY AGAIN"
1326TextLabel_2.TextColor3 = Color3.new(1, 0, 0)
1327TextLabel_2.TextSize = 19
1328TextLabel_2.TextWrapped = true
1329TextLabel_2.TextXAlignment = Enum.TextXAlignment.Left
1330
1331AuthenticationFrame.Name = "AuthenticationFrame"
1332AuthenticationFrame.Parent = Main
1333AuthenticationFrame.BackgroundColor3 = Color3.new(1, 1, 1)
1334AuthenticationFrame.BackgroundTransparency = 1
1335AuthenticationFrame.Position = UDim2.new(0.39420107, 0, 0.385697991, 0)
1336AuthenticationFrame.Size = UDim2.new(0, 340, 0, 186)
1337AuthenticationFrame.Image = "rbxassetid://2851926732"
1338AuthenticationFrame.ImageColor3 = Color3.new(0.333333, 1, 1)
1339AuthenticationFrame.ScaleType = Enum.ScaleType.Slice
1340AuthenticationFrame.SliceCenter = Rect.new(12, 12, 12, 12)
1341
1342Welcome.Name = "Welcome"
1343Welcome.Parent = AuthenticationFrame
1344Welcome.BackgroundColor3 = Color3.new(1, 1, 1)
1345Welcome.BackgroundTransparency = 1
1346Welcome.Position = UDim2.new(0.0354880691, 0, 0.156989336, 0)
1347Welcome.Size = UDim2.new(0, 327, 0, 33)
1348Welcome.Font = Enum.Font.GothamBlack
1349Welcome.Text = "WELCOME:"
1350Welcome.TextColor3 = Color3.new(0, 0, 0)
1351Welcome.TextSize = 20
1352Welcome.TextXAlignment = Enum.TextXAlignment.Left
1353
1354AuthenLabel.Name = "AuthenLabel"
1355AuthenLabel.Parent = AuthenticationFrame
1356AuthenLabel.BackgroundColor3 = Color3.new(0.333333, 1, 1)
1357AuthenLabel.BackgroundTransparency = 1
1358AuthenLabel.BorderSizePixel = 0
1359AuthenLabel.Size = UDim2.new(0, 339, 0, 30)
1360AuthenLabel.ZIndex = 2
1361AuthenLabel.Font = Enum.Font.GothamBold
1362AuthenLabel.Text = "//AUTHENTICATION//"
1363AuthenLabel.TextColor3 = Color3.new(1, 0, 0)
1364AuthenLabel.TextSize = 20
1365AuthenLabel.TextWrapped = true
1366
1367CheckKey.Name = "CheckKey"
1368CheckKey.Parent = AuthenticationFrame
1369CheckKey.BackgroundColor3 = Color3.new(0, 1, 1)
1370CheckKey.BorderSizePixel = 2
1371CheckKey.Position = UDim2.new(0.203167498, 0, 0.716743588, 0)
1372CheckKey.Size = UDim2.new(0, 200, 0, 27)
1373CheckKey.Font = Enum.Font.GothamBold
1374CheckKey.Text = "CHECK KEY"
1375CheckKey.TextColor3 = Color3.new(0, 0, 0)
1376CheckKey.TextSize = 20
1377
1378KeyBox.Name = "KeyBox"
1379KeyBox.Parent = AuthenticationFrame
1380KeyBox.BackgroundColor3 = Color3.new(0, 1, 1)
1381KeyBox.BorderSizePixel = 2
1382KeyBox.Position = UDim2.new(0.0761150718, 0, 0.386482358, 0)
1383KeyBox.Size = UDim2.new(0, 286, 0, 42)
1384KeyBox.Font = Enum.Font.GothamBold
1385KeyBox.Text = "ENTER YOUR KEY HERE"
1386KeyBox.TextColor3 = Color3.new(0, 0, 0)
1387KeyBox.TextSize = 25
1388
1389MainFrame.Name = "MainFrame"
1390MainFrame.Parent = Main
1391MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
1392MainFrame.BackgroundTransparency = 1
1393MainFrame.Position = UDim2.new(0.177810133, 0, 0.345759362, 0)
1394MainFrame.Size = UDim2.new(0, 89, 0, 155)
1395MainFrame.Visible = false
1396
1397NameGUI.Name = "Name"
1398NameGUI.Parent = MainFrame
1399NameGUI.BackgroundColor3 = Color3.new(1, 1, 1)
1400NameGUI.BackgroundTransparency = 1
1401NameGUI.Position = UDim2.new(-3.27465081, 0, -1.81935489, 0)
1402NameGUI.Size = UDim2.new(0, 483, 0, 59)
1403NameGUI.Font = Enum.Font.GothamBold
1404NameGUI.Text = "DUNGEON QUEST OP"
1405NameGUI.TextColor3 = Color3.new(0, 0, 0)
1406NameGUI.TextSize = 50
1407
1408Ver.Name = "Ver"
1409Ver.Parent = NameGUI
1410Ver.BackgroundColor3 = Color3.new(1, 1, 1)
1411Ver.BackgroundTransparency = 1
1412Ver.Position = UDim2.new(0.853597999, 0, 0.828571439, 0)
1413Ver.Size = UDim2.new(0, 146, 0, 46)
1414Ver.Font = Enum.Font.GothamBold
1415Ver.Text = "V1.0.5"
1416Ver.TextColor3 = Color3.new(1, 0, 0)
1417Ver.TextSize = 40
1418
1419FuncFrame.Name = "FuncFrame"
1420FuncFrame.Parent = MainFrame
1421FuncFrame.BackgroundColor3 = Color3.new(0, 0, 0)
1422FuncFrame.BackgroundTransparency = 0.34999999403954
1423FuncFrame.Position = UDim2.new(-2.7415731, 0, -0.935483873, 0)
1424FuncFrame.Size = UDim2.new(0, 290, 0, 300)
1425
1426InstantKill60.Name = "InstantKill60"
1427InstantKill60.Parent = FuncFrame
1428InstantKill60.BackgroundColor3 = Color3.new(1, 1, 1)
1429InstantKill60.BackgroundTransparency = 1
1430InstantKill60.Position = UDim2.new(0.0411034413, 0, 0.273333341, 0)
1431InstantKill60.Size = UDim2.new(0, 278, 0, 23)
1432InstantKill60.Font = Enum.Font.GothamBold
1433InstantKill60.Text = "> Instant Kill (60-65)"
1434InstantKill60.TextColor3 = Color3.new(1, 1, 1)
1435InstantKill60.TextSize = 20
1436InstantKill60.TextXAlignment = Enum.TextXAlignment.Left
1437
1438AutoSkill.Name = "AutoSkill"
1439AutoSkill.Parent = FuncFrame
1440AutoSkill.BackgroundColor3 = Color3.new(1, 1, 1)
1441AutoSkill.BackgroundTransparency = 1
1442AutoSkill.Position = UDim2.new(0.0419999734, 0, 0.0399999991, 0)
1443AutoSkill.Size = UDim2.new(0, 277, 0, 24)
1444AutoSkill.Font = Enum.Font.GothamBold
1445AutoSkill.Text = "> Auto Skill and Auto Attack"
1446AutoSkill.TextColor3 = Color3.new(1, 1, 1)
1447AutoSkill.TextSize = 20
1448AutoSkill.TextXAlignment = Enum.TextXAlignment.Left
1449
1450StealSkill.Name = "StealSkill"
1451StealSkill.Parent = FuncFrame
1452StealSkill.BackgroundColor3 = Color3.new(1, 1, 1)
1453StealSkill.BackgroundTransparency = 1
1454StealSkill.Position = UDim2.new(0.0419999734, 0, 0.159999996, 0)
1455StealSkill.Size = UDim2.new(0, 276, 0, 25)
1456StealSkill.Font = Enum.Font.GothamBold
1457StealSkill.Text = "> Steal Skill Player"
1458StealSkill.TextColor3 = Color3.new(1, 1, 1)
1459StealSkill.TextSize = 20
1460StealSkill.TextXAlignment = Enum.TextXAlignment.Left
1461
1462TpNpc60.Name = "TpNpc60"
1463TpNpc60.Parent = FuncFrame
1464TpNpc60.BackgroundColor3 = Color3.new(1, 1, 1)
1465TpNpc60.BackgroundTransparency = 1
1466TpNpc60.Position = UDim2.new(0.0361034535, 0, 0.403333336, 0)
1467TpNpc60.Size = UDim2.new(0, 276, 0, 24)
1468TpNpc60.Font = Enum.Font.GothamBold
1469TpNpc60.Text = "> Tp NPC (60-65)"
1470TpNpc60.TextColor3 = Color3.new(1, 1, 1)
1471TpNpc60.TextSize = 20
1472TpNpc60.TextXAlignment = Enum.TextXAlignment.Left
1473
1474TpNpc75Old.Name = "TpNpc75Old"
1475TpNpc75Old.Parent = FuncFrame
1476TpNpc75Old.BackgroundColor3 = Color3.new(1, 1, 1)
1477TpNpc75Old.BackgroundTransparency = 1
1478TpNpc75Old.Position = UDim2.new(0.0345517397, 0, 0.649999976, 0)
1479TpNpc75Old.Size = UDim2.new(0, 279, 0, 24)
1480TpNpc75Old.Font = Enum.Font.GothamBold
1481TpNpc75Old.Text = "> Tp NPC (70-75) [OLD]"
1482TpNpc75Old.TextColor3 = Color3.new(1, 1, 1)
1483TpNpc75Old.TextSize = 20
1484TpNpc75Old.TextXAlignment = Enum.TextXAlignment.Left
1485
1486InstantKill70.Name = "InstantKill70"
1487InstantKill70.Parent = FuncFrame
1488InstantKill70.BackgroundColor3 = Color3.new(1, 1, 1)
1489InstantKill70.BackgroundTransparency = 1
1490InstantKill70.Position = UDim2.new(0.0416551791, 0, 0.536666691, 0)
1491InstantKill70.Size = UDim2.new(0, 275, 0, 23)
1492InstantKill70.Font = Enum.Font.GothamBold
1493InstantKill70.Text = "> Instant Kill (70-75)"
1494InstantKill70.TextColor3 = Color3.new(1, 1, 1)
1495InstantKill70.TextSize = 20
1496InstantKill70.TextXAlignment = Enum.TextXAlignment.Left
1497
1498TpNpc75New.Name = "TpNpc75New"
1499TpNpc75New.Parent = FuncFrame
1500TpNpc75New.BackgroundColor3 = Color3.new(1, 1, 1)
1501TpNpc75New.BackgroundTransparency = 1
1502TpNpc75New.Position = UDim2.new(0.0414482914, 0, 0.779999971, 0)
1503TpNpc75New.Size = UDim2.new(0, 276, 0, 24)
1504TpNpc75New.Font = Enum.Font.GothamBold
1505TpNpc75New.Text = "> Tp NPC (70-75) [NEW]"
1506TpNpc75New.TextColor3 = Color3.new(1, 1, 1)
1507TpNpc75New.TextSize = 20
1508TpNpc75New.TextXAlignment = Enum.TextXAlignment.Left
1509
1510AutoFarm59.Name = "AutoFarm59"
1511AutoFarm59.Parent = FuncFrame
1512AutoFarm59.BackgroundColor3 = Color3.new(1, 1, 1)
1513AutoFarm59.BackgroundTransparency = 1
1514AutoFarm59.Position = UDim2.new(0.0345517397, 0, 0.886666656, 0)
1515AutoFarm59.Size = UDim2.new(0, 277, 0, 24)
1516AutoFarm59.Font = Enum.Font.GothamBold
1517AutoFarm59.Text = "> Auto Farm (1 - 59)"
1518AutoFarm59.TextColor3 = Color3.new(1, 1, 1)
1519AutoFarm59.TextSize = 20
1520AutoFarm59.TextXAlignment = Enum.TextXAlignment.Left
1521
1522FuncLabel.Name = "FuncLabel"
1523FuncLabel.Parent = MainFrame
1524FuncLabel.BackgroundColor3 = Color3.new(0, 0, 1)
1525FuncLabel.BorderSizePixel = 0
1526FuncLabel.Position = UDim2.new(-2.9662919, 0, -1.1161288, 0)
1527FuncLabel.Size = UDim2.new(0, 330, 0, 28)
1528
1529FunLabel.Name = "FunLabel"
1530FunLabel.Parent = FuncLabel
1531FunLabel.BackgroundColor3 = Color3.new(1, 1, 1)
1532FunLabel.BackgroundTransparency = 1
1533FunLabel.Position = UDim2.new(-0.00253554829, 0, -0.0304881502, 0)
1534FunLabel.Size = UDim2.new(0, 330, 0, 28)
1535FunLabel.Font = Enum.Font.GothamBold
1536FunLabel.Text = "FUNCTION"
1537FunLabel.TextColor3 = Color3.new(1, 1, 1)
1538FunLabel.TextSize = 20
1539FunLabel.TextWrapped = true
1540
1541MovementFrame.Name = "MovementFrame"
1542MovementFrame.Parent = MainFrame
1543MovementFrame.BackgroundColor3 = Color3.new(0, 0, 0)
1544MovementFrame.BackgroundTransparency = 0.34999999403954
1545MovementFrame.Position = UDim2.new(1.85488713, 0, -0.935483634, 0)
1546MovementFrame.Size = UDim2.new(0, 231, 0, 134)
1547
1548Noclip.Name = "Noclip"
1549Noclip.Parent = MovementFrame
1550Noclip.BackgroundColor3 = Color3.new(1, 1, 1)
1551Noclip.BackgroundTransparency = 1
1552Noclip.Position = UDim2.new(0.0501341708, 0, 0.0477611497, 0)
1553Noclip.Size = UDim2.new(0, 218, 0, 23)
1554Noclip.Font = Enum.Font.GothamBold
1555Noclip.Text = "> Noclip"
1556Noclip.TextColor3 = Color3.new(1, 1, 1)
1557Noclip.TextSize = 20
1558Noclip.TextXAlignment = Enum.TextXAlignment.Left
1559
1560Walkspeed.Name = "Walkspeed"
1561Walkspeed.Parent = MovementFrame
1562Walkspeed.BackgroundColor3 = Color3.new(1, 1, 1)
1563Walkspeed.BackgroundTransparency = 1
1564Walkspeed.Position = UDim2.new(0.0470427796, 0, 0.347611964, 0)
1565Walkspeed.Size = UDim2.new(0, 219, 0, 24)
1566Walkspeed.Font = Enum.Font.GothamBold
1567Walkspeed.Text = "> Walk Speed"
1568Walkspeed.TextColor3 = Color3.new(1, 1, 1)
1569Walkspeed.TextSize = 20
1570Walkspeed.TextXAlignment = Enum.TextXAlignment.Left
1571
1572HipHight.Name = "HipHight"
1573HipHight.Parent = MovementFrame
1574HipHight.BackgroundColor3 = Color3.new(1, 1, 1)
1575HipHight.BackgroundTransparency = 1
1576HipHight.Position = UDim2.new(0.0676208735, 0, 0.632686675, 0)
1577HipHight.Size = UDim2.new(0, 215, 0, 25)
1578HipHight.Font = Enum.Font.GothamBold
1579HipHight.Text = "> HipHight"
1580HipHight.TextColor3 = Color3.new(1, 1, 1)
1581HipHight.TextSize = 20
1582HipHight.TextXAlignment = Enum.TextXAlignment.Left
1583
1584
1585Movement.Name = "Movement"
1586Movement.Parent = MainFrame
1587Movement.BackgroundColor3 = Color3.new(0, 0, 1)
1588Movement.BorderSizePixel = 0
1589Movement.Position = UDim2.new(1.6518172, 0, -1.12258029, 0)
1590Movement.Size = UDim2.new(0, 268, 0, 28)
1591
1592MoveLabel.Name = "MoveLabel"
1593MoveLabel.Parent = Movement
1594MoveLabel.BackgroundColor3 = Color3.new(1, 1, 1)
1595MoveLabel.BackgroundTransparency = 1
1596MoveLabel.Position = UDim2.new(0.00165979564, 0, 0.0398110151, 0)
1597MoveLabel.Size = UDim2.new(0, 267, 0, 27)
1598MoveLabel.Font = Enum.Font.GothamBold
1599MoveLabel.Text = "MOVEMENT"
1600MoveLabel.TextColor3 = Color3.new(1, 1, 1)
1601MoveLabel.TextSize = 20
1602MoveLabel.TextWrapped = true
1603
1604Settings.Name = "Settings"
1605Settings.Parent = MainFrame
1606Settings.BackgroundColor3 = Color3.new(0, 0, 1)
1607Settings.BorderSizePixel = 0
1608Settings.Position = UDim2.new(5.43833399, 0, -1.12258029, 0)
1609Settings.Size = UDim2.new(0, 164, 0, 28)
1610
1611SettingLabel.Name = "SettingLabel"
1612SettingLabel.Parent = Settings
1613SettingLabel.BackgroundColor3 = Color3.new(1, 1, 1)
1614SettingLabel.BackgroundTransparency = 1
1615SettingLabel.Position = UDim2.new(0.00773625821, 0, -0.0316171646, 0)
1616SettingLabel.Size = UDim2.new(0, 162, 0, 27)
1617SettingLabel.Font = Enum.Font.GothamBold
1618SettingLabel.Text = "SETTINGS"
1619SettingLabel.TextColor3 = Color3.new(1, 1, 1)
1620SettingLabel.TextSize = 20
1621SettingLabel.TextWrapped = true
1622
1623SettingFrame.Name = "SettingFrame"
1624SettingFrame.Parent = MainFrame
1625SettingFrame.BackgroundColor3 = Color3.new(0, 0, 0)
1626SettingFrame.BackgroundTransparency = 0.34999999403954
1627SettingFrame.Position = UDim2.new(5.50876904, 0, -0.94193548, 0)
1628SettingFrame.Size = UDim2.new(0, 151, 0, 100)
1629
1630DisableBlur.Name = "DisableBlur"
1631DisableBlur.Parent = SettingFrame
1632DisableBlur.BackgroundColor3 = Color3.new(1, 1, 1)
1633DisableBlur.BackgroundTransparency = 1
1634DisableBlur.Position = UDim2.new(0.0359266661, 0, 0.119999997, 0)
1635DisableBlur.Size = UDim2.new(0, 134, 0, 26)
1636DisableBlur.Font = Enum.Font.GothamBold
1637DisableBlur.Text = "> Disable Blur"
1638DisableBlur.TextColor3 = Color3.new(1, 1, 1)
1639DisableBlur.TextSize = 20
1640DisableBlur.TextWrapped = true
1641
1642DisableBlurON.Name = "DisableBlur"
1643DisableBlurON.Parent = SettingFrame
1644DisableBlurON.BackgroundColor3 = Color3.new(1, 1, 1)
1645DisableBlurON.BackgroundTransparency = 1
1646DisableBlurON.Position = UDim2.new(0.0359266661, 0, 0.119999997, 0)
1647DisableBlurON.Size = UDim2.new(0, 134, 0, 26)
1648DisableBlurON.Font = Enum.Font.GothamBold
1649DisableBlurON.Text = "> Disable Blur"
1650DisableBlurON.TextColor3 = Color3.new(1, 1, 1)
1651DisableBlurON.TextSize = 20
1652DisableBlurON.TextWrapped = true
1653DisableBlurON.Visible = false
1654
1655NoclipON.Name = "Noclip"
1656NoclipON.Parent = MovementFrame
1657NoclipON.BackgroundColor3 = Color3.new(1, 1, 1)
1658NoclipON.BackgroundTransparency = 1
1659NoclipON.Position = UDim2.new(0.0501341708, 0, 0.0477611497, 0)
1660NoclipON.Size = UDim2.new(0, 218, 0, 23)
1661NoclipON.Font = Enum.Font.GothamBold
1662NoclipON.Text = "> Noclip"
1663NoclipON.TextColor3 = Color3.new(1, 1, 1)
1664NoclipON.TextSize = 20
1665NoclipON.TextXAlignment = Enum.TextXAlignment.Left
1666NoclipON.Visible = false
1667
1668WalkspeedON.Name = "Walkspeed"
1669WalkspeedON.Parent = MovementFrame
1670WalkspeedON.BackgroundColor3 = Color3.new(1, 1, 1)
1671WalkspeedON.BackgroundTransparency = 1
1672WalkspeedON.Position = UDim2.new(0.0470427796, 0, 0.347611964, 0)
1673WalkspeedON.Size = UDim2.new(0, 219, 0, 24)
1674WalkspeedON.Font = Enum.Font.GothamBold
1675WalkspeedON.Text = "> Walk Speed"
1676WalkspeedON.TextColor3 = Color3.new(1, 1, 1)
1677WalkspeedON.TextSize = 20
1678WalkspeedON.TextXAlignment = Enum.TextXAlignment.Left
1679WalkspeedON.Visible = false
1680
1681HipHightON.Name = "HipHight"
1682HipHightON.Parent = MovementFrame
1683HipHightON.BackgroundColor3 = Color3.new(1, 1, 1)
1684HipHightON.BackgroundTransparency = 1
1685HipHightON.Position = UDim2.new(0.0676208735, 0, 0.632686675, 0)
1686HipHightON.Size = UDim2.new(0, 215, 0, 25)
1687HipHightON.Font = Enum.Font.GothamBold
1688HipHightON.Text = "> HipHight"
1689HipHightON.TextColor3 = Color3.new(1, 1, 1)
1690HipHightON.TextSize = 20
1691HipHightON.TextXAlignment = Enum.TextXAlignment.Left
1692HipHightON.Visible = false
1693
1694InstantKill60ON.Name = "InstantKill60"
1695InstantKill60ON.Parent = FuncFrame
1696InstantKill60ON.BackgroundColor3 = Color3.new(1, 1, 1)
1697InstantKill60ON.BackgroundTransparency = 1
1698InstantKill60ON.Position = UDim2.new(0.0411034413, 0, 0.273333341, 0)
1699InstantKill60ON.Size = UDim2.new(0, 278, 0, 23)
1700InstantKill60ON.Font = Enum.Font.GothamBold
1701InstantKill60ON.Text = "> Instant Kill (60-65)"
1702InstantKill60ON.TextColor3 = Color3.new(1, 1, 1)
1703InstantKill60ON.TextSize = 20
1704InstantKill60ON.TextXAlignment = Enum.TextXAlignment.Left
1705InstantKill60ON.Visible = false
1706
1707AutoSkillON.Name = "AutoSkill"
1708AutoSkillON.Parent = FuncFrame
1709AutoSkillON.BackgroundColor3 = Color3.new(1, 1, 1)
1710AutoSkillON.BackgroundTransparency = 1
1711AutoSkillON.Position = UDim2.new(0.0419999734, 0, 0.0399999991, 0)
1712AutoSkillON.Size = UDim2.new(0, 277, 0, 24)
1713AutoSkillON.Font = Enum.Font.GothamBold
1714AutoSkillON.Text = "> Auto Skill and Auto Attack"
1715AutoSkillON.TextColor3 = Color3.new(1, 1, 1)
1716AutoSkillON.TextSize = 20
1717AutoSkillON.TextXAlignment = Enum.TextXAlignment.Left
1718AutoSkillON.Visible = false
1719
1720StealSkillON.Name = "StealSkill"
1721StealSkillON.Parent = FuncFrame
1722StealSkillON.BackgroundColor3 = Color3.new(1, 1, 1)
1723StealSkillON.BackgroundTransparency = 1
1724StealSkillON.Position = UDim2.new(0.0419999734, 0, 0.159999996, 0)
1725StealSkillON.Size = UDim2.new(0, 276, 0, 25)
1726StealSkillON.Font = Enum.Font.GothamBold
1727StealSkillON.Text = "> Steal Skill Player"
1728StealSkillON.TextColor3 = Color3.new(1, 1, 1)
1729StealSkillON.TextSize = 20
1730StealSkillON.TextXAlignment = Enum.TextXAlignment.Left
1731StealSkillON.Visible = false
1732
1733TpNpc60ON.Name = "TpNpc60"
1734TpNpc60ON.Parent = FuncFrame
1735TpNpc60ON.BackgroundColor3 = Color3.new(1, 1, 1)
1736TpNpc60ON.BackgroundTransparency = 1
1737TpNpc60ON.Position = UDim2.new(0.0361034535, 0, 0.403333336, 0)
1738TpNpc60ON.Size = UDim2.new(0, 276, 0, 24)
1739TpNpc60ON.Font = Enum.Font.GothamBold
1740TpNpc60ON.Text = "> Tp NPC (60-65)"
1741TpNpc60ON.TextColor3 = Color3.new(1, 1, 1)
1742TpNpc60ON.TextSize = 20
1743TpNpc60ON.TextXAlignment = Enum.TextXAlignment.Left
1744TpNpc60ON.Visible = false
1745
1746TpNpc75OldON.Name = "TpNpc75Old"
1747TpNpc75OldON.Parent = FuncFrame
1748TpNpc75OldON.BackgroundColor3 = Color3.new(1, 1, 1)
1749TpNpc75OldON.BackgroundTransparency = 1
1750TpNpc75OldON.Position = UDim2.new(0.0345517397, 0, 0.649999976, 0)
1751TpNpc75OldON.Size = UDim2.new(0, 279, 0, 24)
1752TpNpc75OldON.Font = Enum.Font.GothamBold
1753TpNpc75OldON.Text = "> Tp NPC (70-75) [OLD]"
1754TpNpc75OldON.TextColor3 = Color3.new(1, 1, 1)
1755TpNpc75OldON.TextSize = 20
1756TpNpc75OldON.TextXAlignment = Enum.TextXAlignment.Left
1757TpNpc75OldON.Visible = false
1758
1759InstantKill70ON.Name = "InstantKill70"
1760InstantKill70ON.Parent = FuncFrame
1761InstantKill70ON.BackgroundColor3 = Color3.new(1, 1, 1)
1762InstantKill70ON.BackgroundTransparency = 1
1763InstantKill70ON.Position = UDim2.new(0.0416551791, 0, 0.536666691, 0)
1764InstantKill70ON.Size = UDim2.new(0, 275, 0, 23)
1765InstantKill70ON.Font = Enum.Font.GothamBold
1766InstantKill70ON.Text = "> Instant Kill (70-75)"
1767InstantKill70ON.TextColor3 = Color3.new(1, 1, 1)
1768InstantKill70ON.TextSize = 20
1769InstantKill70ON.TextXAlignment = Enum.TextXAlignment.Left
1770InstantKill70ON.Visible = false
1771
1772TpNpc75NewON.Name = "TpNpc75New"
1773TpNpc75NewON.Parent = FuncFrame
1774TpNpc75NewON.BackgroundColor3 = Color3.new(1, 1, 1)
1775TpNpc75NewON.BackgroundTransparency = 1
1776TpNpc75NewON.Position = UDim2.new(0.0414482914, 0, 0.779999971, 0)
1777TpNpc75NewON.Size = UDim2.new(0, 276, 0, 24)
1778TpNpc75NewON.Font = Enum.Font.GothamBold
1779TpNpc75NewON.Text = "> Tp NPC (70-75) [NEW]"
1780TpNpc75NewON.TextColor3 = Color3.new(1, 1, 1)
1781TpNpc75NewON.TextSize = 20
1782TpNpc75NewON.TextXAlignment = Enum.TextXAlignment.Left
1783TpNpc75NewON.Visible = false
1784
1785AutoFarm59ON.Name = "AutoFarm59"
1786AutoFarm59ON.Parent = FuncFrame
1787AutoFarm59ON.BackgroundColor3 = Color3.new(1, 1, 1)
1788AutoFarm59ON.BackgroundTransparency = 1
1789AutoFarm59ON.Position = UDim2.new(0.0345517397, 0, 0.886666656, 0)
1790AutoFarm59ON.Size = UDim2.new(0, 277, 0, 24)
1791AutoFarm59ON.Font = Enum.Font.GothamBold
1792AutoFarm59ON.Text = "> Auto Farm (1 - 59)"
1793AutoFarm59ON.TextColor3 = Color3.new(1, 1, 1)
1794AutoFarm59ON.TextSize = 20
1795AutoFarm59ON.TextXAlignment = Enum.TextXAlignment.Left
1796AutoFarm59ON.Visible = false
1797
1798--Local Name
1799Name = game.Players.LocalPlayer.Name
1800--Sound error
1801local newsound = Instance.new("Sound",workspace)
1802newsound.Name = "earbleed"
1803newsound.SoundId = "rbxassetid://285685019"
1804newsound.Looped = true
1805local earbleep = Instance.new("DistortionSoundEffect",newsound)
1806earbleep.Enabled = true
1807earbleep.Priority = 55
1808--Welcome
1809Welcome.Text = "WELCOME: "..Name..""
1810TextLabel.Text = "HELLO: "..Name..""
1811--Local key
1812key = "ThanhTuoi"
1813
1814
1815--Check key
1816CheckKey.MouseButton1Down:connect(function()
1817if KeyBox.Text == key then
1818 game.StarterGui:SetCore('SendNotification', {
1819Title = 'AUTHENTICATION';
1820Text = "SUCCESS WHITELIST, THANKS FOR BUY SCRIPT";
1821Duration = 5;
1822 })
1823 wait()
1824 AuthenticationFrame.Visible = false
1825 MainFrame.Visible = true
1826 Instance.new("BlurEffect", game.Lighting).Name = "BlurLoad"
1827 game.Lighting.BlurLoad.Size = 20
1828 wait()
1829--Open/Close
1830function onKeyPress(inputObject, gameProcessedEvent)
1831 if inputObject.KeyCode == Enum.KeyCode.RightShift then
1832 if MainFrame.Visible == true then
1833 MainFrame.Visible = false
1834 game.Lighting.BlurLoad:Destroy()
1835 elseif MainFrame.Visible == false then
1836 MainFrame.Visible = true
1837 Instance.new("BlurEffect", game.Lighting).Name = "BlurLoad"
1838 game.Lighting.BlurLoad.Size = 20
1839 wait()
1840 end
1841 end
1842end
1843
1844game:GetService("UserInputService").InputBegan:connect(onKeyPress)
1845elseif KeyBox.Text == blacklist then
1846 newsound:Play()
1847 AuthenticationFrame.Visible = false
1848 ErrorFrame.Visible = true
1849 wait(2)
1850 newsound:Destroy()
1851 wait(2)
1852 game.StarterGui:SetCore('SendNotification', {
1853Title = 'AUTHENTICATION';
1854Text = "KEY HAS BLACKLIST";
1855Duration = 5;
1856 })
1857 wait(5)
1858 game.Players.LocalPlayer:Kick(" HELLO: "..Name.."\nFAILED TO AUTHENTICATION YOU BECAUSE YOUR KEY HAS BLACKLIST")
1859end
1860end)
1861--Disable Blur
1862DisableBlur.MouseButton1Down:connect(function()
1863DisableBlur.Visible = false
1864DisableBlurON.Visible = true
1865game.Lighting.BlurLoad:Destroy()
1866end)
1867
1868DisableBlurON.MouseButton1Down:connect(function()
1869DisableBlurON.Visible = false
1870DisableBlur.Visible = true
1871Instance.new("BlurEffect", game.Lighting).Name = "BlurLoad"
1872game.Lighting.BlurLoad.Size = 20
1873end)
1874--Auto Skill
1875AutoSkill.MouseButton1Down:connect(function()
1876AutoSkill.Visible = false
1877AutoSkillON.Visible = true
1878--Script Here (ON)
1879function FireSwingRemote()
1880for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
1881if v:FindFirstChild("Weapon") and v:FindFirstChild("swing") then
1882return v.swing:FireServer()
1883end
1884end
1885end
1886_G.Skill = true
1887while _G.Skill do
1888 wait()
1889FireSwingRemote()
1890for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
1891 if v:IsA("Tool") and v:FindFirstChild("abilitySlot") then
1892 if v.abilitySlot.Value == "q" then
1893 v:FindFirstChildWhichIsA("RemoteEvent"):FireServer()
1894 v.cooldown.Changed:Connect(function()
1895 v.cooldown.Value = 0
1896 end)
1897 end
1898 end
1899 end
1900 for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
1901 if v:IsA("Tool") and v:FindFirstChild("abilitySlot") then
1902 if v.abilitySlot.Value == "e" then
1903 v:FindFirstChildWhichIsA("RemoteEvent"):FireServer()
1904 v.cooldown.Changed:Connect(function()
1905 v.cooldown.Value = 0
1906 end)
1907 end
1908 end
1909 end
1910end
1911end)
1912
1913--Instant Kill
1914InstantKill60.MouseButton1Down:connect(function()
1915InstantKill60.Visible = false
1916InstantKill60ON.Visible = true
1917--Script Here (ON)
1918_G.a = true
1919while _G.a do
1920wait(2)
1921for a,b in pairs(game.Workspace:GetChildren()) do
1922if b:IsA("Folder") then
1923for c,d in pairs(b:GetChildren()) do
1924if d:FindFirstChild("enemyFolder") then
1925for e,f in pairs(d.enemyFolder:GetChildren()) do
1926if f:FindFirstChild("HumanoidRootPart") and f:FindFirstChild("Humanoid") then
1927repeat
1928
1929f.Humanoid.Health = 0
1930wait()
1931until f.Humanoid.Health < 1
1932end
1933end
1934end
1935end
1936end
1937end
1938for _,m in pairs(game.workspace.dungeon.bossRoom.enemyFolder:GetDescendants()) do
1939 if string.find(m.Name,"") then
1940 if m.Humanoid.Health < 1 then
1941 wait(2)
1942 game:GetService'TeleportService':Teleport(2414851778)
1943 end
1944 end
1945 end
1946end
1947end)
1948
1949--Instant Kill
1950InstantKill70.MouseButton1Down:connect(function()
1951InstantKill70.Visible = false
1952InstantKill70ON.Visible = true
1953--Script Here (ON)
1954_G.s = true
1955while _G.s do
1956wait(2)
1957for z,x in pairs(game.Workspace:GetChildren()) do
1958if x:IsA("Folder") then
1959for j,k in pairs(x:GetChildren()) do
1960if k:FindFirstChild("enemyFolder") then
1961for q,u in pairs(k.enemyFolder:GetChildren()) do
1962if u:FindFirstChild("HumanoidRootPart") and u:FindFirstChild("Humanoid") then
1963for v,g in pairs(u:GetChildren()) do
1964 if g.Name == "Head" then
1965 g:Destroy()
1966 wait()
1967end
1968end
1969end
1970end
1971end
1972end
1973end
1974end
1975for _,m in pairs(game.workspace.dungeon.bossRoom.enemyFolder:GetDescendants()) do
1976 if string.find(m.Name,"The") then
1977 if m.Humanoid.Health < 1 then
1978 wait(2)
1979 game:GetService'TeleportService':Teleport(2414851778)
1980 end
1981 end
1982 end
1983end
1984end)
1985
1986--Steal Skill
1987StealSkill.MouseButton1Down:connect(function()
1988StealSkill.Visible = false
1989StealSkillON.Visible = true
1990--Script Here (ON)
1991_G.Steal = true
1992while _G.Steal do
1993wait()
1994for a,b in pairs(game.Players:GetChildren()) do
1995if string.find(b.Name,"") then
1996for c,d in pairs(b.Backpack:GetChildren()) do
1997if d:IsA("Tool") then
1998d.Parent = game.Players.LocalPlayer.Backpack
1999end
2000end
2001end
2002end
2003end
2004
2005end)
2006
2007--TpNPC
2008TpNpc60.MouseButton1Down:connect(function()
2009TpNpc60.Visible = false
2010TpNpc60ON.Visible = true
2011--Script Here (ON)
2012_G.Farma = true
2013game.ReplicatedStorage.remotes.changeStartValue:FireServer()
2014noclip = true
2015game:GetService('RunService').Stepped:connect(function()
2016if noclip then
2017game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
2018end
2019end)
2020plr = game.Players.LocalPlayer
2021mouse = plr:GetMouse()
2022mouse.KeyDown:connect(function(key)
2023
2024if key == "o" then
2025noclip = not noclip
2026game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
2027end
2028end)
2029print('Created by FileExplorer')
2030print('Credits to Peyton for the ChangeState part of this script')
2031while _G.Farma do
2032wait(2)
2033for a,b in pairs(game.Workspace:GetChildren()) do
2034if b:IsA("Folder") then
2035for c,d in pairs(b:GetChildren()) do
2036if d:FindFirstChild("enemyFolder") then
2037for e,f in pairs(d.enemyFolder:GetChildren()) do
2038if f:FindFirstChild("HumanoidRootPart") and f:FindFirstChild("Humanoid") then
2039repeat
2040game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(f.HumanoidRootPart.Position + Vector3.new(0,20,0),f.HumanoidRootPart.Position)
2041f.Humanoid.Health = 0
2042wait(0.8)
2043until f.Humanoid.Health < 1
2044end
2045end
2046end
2047end
2048end
2049end
2050end
2051end)
2052
2053
2054--TpNPC
2055TpNpc75Old.MouseButton1Down:connect(function()
2056TpNpc75Old.Visible = false
2057TpNpc75OldON.Visible = true
2058--Script Here (ON)
2059_G.Farms = true
2060game.ReplicatedStorage.remotes.changeStartValue:FireServer()
2061noclip = true
2062game:GetService('RunService').Stepped:connect(function()
2063if noclip then
2064game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
2065end
2066end)
2067plr = game.Players.LocalPlayer
2068mouse = plr:GetMouse()
2069mouse.KeyDown:connect(function(key)
2070
2071if key == "o" then
2072noclip = not noclip
2073game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
2074end
2075end)
2076print('Created by FileExplorer')
2077print('Credits to Peyton for the ChangeState part of this script')
2078while _G.Farms do
2079wait(2)
2080for a,b in pairs(game.Workspace:GetChildren()) do
2081if b:IsA("Folder") then
2082for c,d in pairs(b:GetChildren()) do
2083if d:FindFirstChild("enemyFolder") then
2084for e,f in pairs(d.enemyFolder:GetChildren()) do
2085if f:FindFirstChild("HumanoidRootPart") and f:FindFirstChild("Humanoid") then
2086repeat
2087game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = f.HumanoidRootPart.CFrame * CFrame.new(0,15,0)
2088f.Humanoid.Health = 0
2089wait()
2090for z,x in pairs(game.Workspace:GetChildren()) do
2091if x:IsA("Folder") then
2092for j,k in pairs(x:GetChildren()) do
2093if k:FindFirstChild("enemyFolder") then
2094for q,u in pairs(k.enemyFolder:GetChildren()) do
2095if u:FindFirstChild("HumanoidRootPart") and u:FindFirstChild("Humanoid") then
2096for v,g in pairs(u:GetChildren()) do
2097 if g.Name == "Head" then
2098 g:Destroy()
2099 wait()
2100end
2101end
2102end
2103end
2104end
2105end
2106end
2107end
2108until f.Humanoid.Health < 1
2109end
2110end
2111end
2112end
2113end
2114end
2115for _,m in pairs(game.workspace.dungeon.bossRoom.enemyFolder:GetDescendants()) do
2116 if string.find(m.Name,"The") then
2117 if m.Humanoid.Health < 1 then
2118 wait(2)
2119 game:GetService'TeleportService':Teleport(2414851778)
2120 end
2121 end
2122 end
2123end
2124end)
2125
2126--TpNPC
2127TpNpc75New.MouseButton1Down:connect(function()
2128TpNpc75New.Visible = false
2129TpNpc75NewON.Visible = true
2130--Script Here (ON)
2131game.Players.LocalPlayer.Character.Humanoid.Name = 1
2132local l = game.Players.LocalPlayer.Character["1"]:Clone()
2133l.Parent = game.Players.LocalPlayer.Character
2134l.Name = "Humanoid"
2135wait(0.1)
2136game.Players.LocalPlayer.Character["1"]:Destroy()
2137game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
2138game.Players.LocalPlayer.Character.Animate.Disabled = true
2139wait(0.1)
2140game.Players.LocalPlayer.Character.Animate.Disabled = false
2141game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
2142_G.Farmf = true
2143game.ReplicatedStorage.remotes.changeStartValue:FireServer()
2144noclip = true
2145game:GetService('RunService').Stepped:connect(function()
2146if noclip then
2147game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
2148end
2149end)
2150plr = game.Players.LocalPlayer
2151mouse = plr:GetMouse()
2152mouse.KeyDown:connect(function(key)
2153
2154if key == "o" then
2155noclip = not noclip
2156game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
2157end
2158end)
2159print('Created by FileExplorer')
2160print('Credits to Peyton for the ChangeState part of this script')
2161while _G.Farmf do
2162wait(2)
2163for a,b in pairs(game.Workspace:GetChildren()) do
2164if b:IsA("Folder") then
2165for c,d in pairs(b:GetChildren()) do
2166if d:FindFirstChild("enemyFolder") then
2167for e,f in pairs(d.enemyFolder:GetChildren()) do
2168if f:FindFirstChild("HumanoidRootPart") and f:FindFirstChild("Humanoid") then
2169
2170game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = f.HumanoidRootPart.CFrame * CFrame.new(0,1,0)
2171f.Humanoid.Health = 0
2172wait(0.5)
2173for z,x in pairs(game.Workspace:GetChildren()) do
2174if x:IsA("Folder") then
2175for j,k in pairs(x:GetChildren()) do
2176if k:FindFirstChild("enemyFolder") then
2177for q,u in pairs(k.enemyFolder:GetChildren()) do
2178if u:FindFirstChild("HumanoidRootPart") and u:FindFirstChild("Humanoid") then
2179for v,g in pairs(u:GetChildren()) do
2180 if g.Name == "Head" then
2181 g:Destroy()
2182 wait()
2183end
2184end
2185end
2186end
2187end
2188end
2189end
2190end
2191
2192end
2193end
2194end
2195end
2196end
2197end
2198for _,m in pairs(game.workspace.dungeon.bossRoom.enemyFolder:GetDescendants()) do
2199 if string.find(m.Name,"The") then
2200 if m.Humanoid.Health < 1 then
2201 wait(2)
2202 game:GetService'TeleportService':Teleport(2414851778)
2203 end
2204 end
2205 end
2206end
2207end)
2208
2209
2210--HipHight
2211HipHight.MouseButton1Down:connect(function()
2212HipHight.Visible = false
2213HipHightON.Visible = true
2214--Script Here (ON)
2215game:GetService("Players").LocalPlayer.Character.Humanoid.HipHeight = 15
2216end)
2217
2218--Noclip
2219Noclip.MouseButton1Down:connect(function()
2220Noclip.Visible = false
2221NoclipON.Visible = true
2222--Script Here (ON)
2223noclip = true
2224game:GetService('RunService').Stepped:connect(function()
2225if noclip then
2226game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
2227end
2228end)
2229plr = game.Players.LocalPlayer
2230mouse = plr:GetMouse()
2231mouse.KeyDown:connect(function(key)
2232
2233if key == "o" then
2234noclip = not noclip
2235game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
2236end
2237end)
2238print('Thanks for Use')
2239print('Thanks very much')
2240end)
2241
2242--Walkspeed
2243Walkspeed.MouseButton1Down:connect(function()
2244Walkspeed.Visible = false
2245WalkspeedON.Visible = true
2246--Script Here (ON)
2247game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = 100
2248end)
2249
2250--Auto Skill OFF
2251AutoSkillON.MouseButton1Down:connect(function()
2252AutoSkillON.Visible = false
2253AutoSkill.Visible = true
2254--Script Here (OFF)
2255_G.Skill = false
2256end)
2257
2258--Instant Kill OFF
2259InstantKill60ON.MouseButton1Down:connect(function()
2260InstantKill60ON.Visible = false
2261InstantKill60.Visible = true
2262--Script Here (OFF)
2263_G.a = false
2264end)
2265
2266--Instant Kill OFF
2267InstantKill70ON.MouseButton1Down:connect(function()
2268InstantKill70ON.Visible = false
2269InstantKill70.Visible = true
2270--Script Here (OFF)
2271_G.s = false
2272end)
2273
2274--Steal Skill OFF
2275StealSkillON.MouseButton1Down:connect(function()
2276StealSkillON.Visible = false
2277StealSkill.Visible = true
2278--Script Here (OFF)
2279_G.Steal = false
2280end)
2281
2282--TpNPC OFF
2283TpNpc60ON.MouseButton1Down:connect(function()
2284TpNpc60ON.Visible = false
2285TpNpc60.Visible = true
2286--Script Here (OFF)
2287_G.Farma = false
2288end)
2289
2290--TpNPC 70 OFF
2291TpNpc75OldON.MouseButton1Down:connect(function()
2292TpNpc75OldON.Visible = false
2293TpNpc75Old.Visible = true
2294--Script Here (OFF)
2295_G.Farms = false
2296end)
2297
2298--TpNPC 70 OFF
2299TpNpc75NewON.MouseButton1Down:connect(function()
2300TpNpc75NewON.Visible = false
2301TpNpc75New.Visible = true
2302--Script Here (OFF)
2303_G.Farmf = false
2304
2305end)
2306
2307--HipHight OFF
2308HipHightON.MouseButton1Down:connect(function()
2309HipHightON.Visible = false
2310HipHight.Visible = true
2311--Script Here (OFF)
2312game:GetService("Players").LocalPlayer.Character.Humanoid.HipHeight = 2
2313end)
2314
2315--Noclip OFF
2316NoclipON.MouseButton1Down:connect(function()
2317NoclipON.Visible = false
2318Noclip.Visible = true
2319--Script Here (OFF)
2320noclip = false
2321game:GetService('RunService').Stepped:connect(function()
2322if noclip then
2323game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
2324end
2325end)
2326plr = game.Players.LocalPlayer
2327mouse = plr:GetMouse()
2328mouse.KeyDown:connect(function(key)
2329
2330if key == "o" then
2331noclip = not noclip
2332game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
2333end
2334end)
2335print('Thanks for Use')
2336print('Thanks very much')
2337end)
2338
2339--Walkspeed OFF
2340WalkspeedON.MouseButton1Down:connect(function()
2341WalkspeedON.Visible = false
2342Walkspeed.Visible = true
2343--Script Here (OFF)
2344game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = 30
2345end)
2346
2347--Auto Farm
2348AutoFarm59.MouseButton1Down:connect(function()
2349AutoFarm59ON.Visible = true
2350AutoFarm59.Visible = false
2351--Script Here (ON)
2352_G.Farmd = true
2353noclip = true
2354game:GetService('RunService').Stepped:connect(function()
2355if noclip then
2356game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
2357end
2358end)
2359plr = game.Players.LocalPlayer
2360mouse = plr:GetMouse()
2361mouse.KeyDown:connect(function(key)
2362
2363if key == "o" then
2364noclip = not noclip
2365game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
2366end
2367end)
2368
2369game.ReplicatedStorage.remotes.changeStartValue:FireServer()
2370while _G.Farmd do
2371wait(3)
2372for a,b in pairs(game.Workspace:GetChildren()) do
2373if b:IsA("Folder") then
2374for c,d in pairs(b:GetChildren()) do
2375if d:FindFirstChild("enemyFolder") then
2376for e,f in pairs(d.enemyFolder:GetChildren()) do
2377if f:FindFirstChild("HumanoidRootPart") and f:FindFirstChild("Humanoid") then
2378
2379game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(f.HumanoidRootPart.Position + Vector3.new(0,6,0),f.HumanoidRootPart.Position)
2380
2381
2382wait()
2383
2384end
2385end
2386end
2387end
2388end
2389end
2390end
2391end)
2392
2393--Auto Farm OFF
2394AutoFarm59ON.MouseButton1Down:connect(function()
2395AutoFarm59.Visible = true
2396AutoFarm59ON.Visible = false
2397_G.Farmd = false
2398end)
2399
2400--Rainbown Settings
2401function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
2402local counter1 = 1
2403while wait(0.1) do
2404 FuncLabel.BackgroundColor3 = Color3.fromHSV(zigzag(counter1),1,1)
2405 Movement.BackgroundColor3 = Color3.fromHSV(zigzag(counter1),1,1)
2406 AutoSkillON.TextColor3 = Color3.fromHSV(zigzag(counter1),1,1)
2407 StealSkillON.TextColor3 = Color3.fromHSV(zigzag(counter1),1,1)
2408 InstantKill60ON.TextColor3 = Color3.fromHSV(zigzag(counter1),1,1)
2409 TpNpc60ON.TextColor3 = Color3.fromHSV(zigzag(counter1),1,1)
2410 HipHightON.TextColor3 = Color3.fromHSV(zigzag(counter1),1,1)
2411 NoclipON.TextColor3 = Color3.fromHSV(zigzag(counter1),1,1)
2412 WalkspeedON.TextColor3 = Color3.fromHSV(zigzag(counter1),1,1)
2413 NameGUI.TextColor3 = Color3.fromHSV(zigzag(counter1),1,1)
2414 InstantKill70ON.TextColor3 = Color3.fromHSV(zigzag(counter1),1,1)
2415 TpNpc75NewON.TextColor3 = Color3.fromHSV(zigzag(counter1),1,1)
2416 TpNpc75OldON.TextColor3 = Color3.fromHSV(zigzag(counter1),1,1)
2417 DisableBlurON.TextColor3 = Color3.fromHSV(zigzag(counter1),1,1)
2418 Settings.BackgroundColor3 = Color3.fromHSV(zigzag(counter1),1,1)
2419 AutoFarm59ON.TextColor3 = Color3.fromHSV(zigzag(counter1),1,1)
2420 counter1 = counter1 + 0.01
2421end
2422
2423We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
2424Not a member of Pastebin yet?
2425Sign Up, it unlocks many cool features!
2426
2427create new paste / dealsnew! / syntax languages / archive / faq / tools / night mode / api / scraping api
2428privacy statement / cookies policy / terms of service / security disclosure / dmca / contact
2429
2430By using Pastebin.com you agree to our cookies policy to enhance your experience.
2431Site design & logo © 2018 Pastebin; user contributions (pastes) licensed under cc by-sa 3.0 -- FavPNG -- Dedicated Server Hosting by Steadfast
2432Top