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