· 7 years ago · Jan 11, 2019, 03:34 PM
1-- Farewell Infortality.
2-- Version: 2.82
3-- Instances:
4local ScreenGui = Instance.new("ScreenGui")
5local Frame = Instance.new("Frame")
6local TextLabel = Instance.new("TextLabel")
7local TextButton = Instance.new("TextButton")
8local Coingrabber = Instance.new("TextButton")
9local TextButton_2 = Instance.new("TextButton")
10local TextButton_3 = Instance.new("TextButton")
11local TextLabel_2 = Instance.new("TextLabel")
12local TextButton_4 = Instance.new("TextButton")
13local TextLabel_3 = Instance.new("TextLabel")
14--Properties:
15ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
16ScreenGui.ResetOnSpawn = false
17
18Frame.Parent = ScreenGui
19Frame.Active = true
20Frame.BackgroundColor3 = Color3.new(0, 0, 0)
21Frame.BackgroundTransparency = 0.5
22Frame.BorderColor3 = Color3.new(0.333333, 1, 1)
23Frame.Position = UDim2.new(0.550220609, 0, 0.261349738, 0)
24Frame.Size = UDim2.new(0, 263, 0, 152)
25
26TextLabel.Parent = Frame
27TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
28TextLabel.BorderColor3 = Color3.new(0.333333, 1, 1)
29TextLabel.Size = UDim2.new(0, 263, 0, 30)
30TextLabel.Font = Enum.Font.SourceSans
31TextLabel.Text = "Murder Mystery 2 Gui"
32TextLabel.TextColor3 = Color3.new(0.333333, 1, 1)
33TextLabel.TextSize = 14
34
35TextButton.Parent = Frame
36TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
37TextButton.BackgroundTransparency = 1
38TextButton.Position = UDim2.new(0.878327012, 0, 0, 0)
39TextButton.Size = UDim2.new(0, 32, 0, 30)
40TextButton.Font = Enum.Font.SourceSans
41TextButton.Text = "X"
42TextButton.TextColor3 = Color3.new(0.333333, 1, 1)
43TextButton.TextSize = 14
44
45Coingrabber.Name = "Coin grabber"
46Coingrabber.Parent = Frame
47Coingrabber.BackgroundColor3 = Color3.new(0.333333, 1, 1)
48Coingrabber.Position = UDim2.new(0.0494296588, 0, 0.315789461, 0)
49Coingrabber.Size = UDim2.new(0, 120, 0, 28)
50Coingrabber.Font = Enum.Font.Fantasy
51Coingrabber.Text = "Coin grabber \"auto\""
52Coingrabber.TextColor3 = Color3.new(0, 0, 0)
53Coingrabber.TextSize = 14
54
55TextButton_2.Parent = Frame
56TextButton_2.BackgroundColor3 = Color3.new(0.333333, 1, 1)
57TextButton_2.Position = UDim2.new(0.543726206, 0, 0.315789461, 0)
58TextButton_2.Size = UDim2.new(0, 105, 0, 29)
59TextButton_2.Font = Enum.Font.SourceSans
60TextButton_2.Text = "MM2 GUI"
61TextButton_2.TextColor3 = Color3.new(0, 0, 0)
62TextButton_2.TextSize = 14
63
64TextButton_3.Parent = Frame
65TextButton_3.BackgroundColor3 = Color3.new(0.333333, 1, 1)
66TextButton_3.Position = UDim2.new(0.0494296588, 0, 0.585526347, 0)
67TextButton_3.Size = UDim2.new(0, 120, 0, 29)
68TextButton_3.Font = Enum.Font.SourceSans
69TextButton_3.Text = "Anti Afk"
70TextButton_3.TextColor3 = Color3.new(0, 0, 0)
71TextButton_3.TextSize = 14
72
73TextLabel_2.Parent = Frame
74TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
75TextLabel_2.BackgroundTransparency = 1
76TextLabel_2.Position = UDim2.new(0.0114068445, 0, 0.907894731, 0)
77TextLabel_2.Size = UDim2.new(0, 256, 0, 14)
78TextLabel_2.Font = Enum.Font.SourceSans
79TextLabel_2.Text = "Thanks for using my GUI <3"
80TextLabel_2.TextColor3 = Color3.new(0.415686, 0.996078, 0.980392)
81TextLabel_2.TextSize = 14
82
83TextButton_4.Parent = Frame
84TextButton_4.BackgroundColor3 = Color3.new(0.333333, 1, 1)
85TextButton_4.Position = UDim2.new(0.543726265, 0, 0.585526288, 0)
86TextButton_4.Size = UDim2.new(0, 105, 0, 29)
87TextButton_4.Font = Enum.Font.SourceSans
88TextButton_4.Text = "FE GUI"
89TextButton_4.TextColor3 = Color3.new(0, 0, 0)
90TextButton_4.TextSize = 14
91
92TextLabel_3.Parent = Frame
93TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
94TextLabel_3.BackgroundTransparency = 1
95TextLabel_3.Position = UDim2.new(0.250950515, 0, 0.776315808, 0)
96TextLabel_3.Size = UDim2.new(0, 144, 0, 20)
97TextLabel_3.Font = Enum.Font.SourceSans
98TextLabel_3.Text = "Made by TryingFX"
99TextLabel_3.TextColor3 = Color3.new(0.333333, 1, 1)
100TextLabel_3.TextSize = 14
101-- Scripts:
102function SCRIPT_ZHHC71_FAKESCRIPT() -- Frame.LocalScript
103 getfenv().script = Instance.new('LocalScript', Frame)
104
105 Frame.Draggable = true
106
107end
108coroutine.resume(coroutine.create(SCRIPT_ZHHC71_FAKESCRIPT))
109function SCRIPT_NCST66_FAKESCRIPT() -- TextButton.LocalScript
110 getfenv().script = Instance.new('LocalScript', TextButton)
111
112 script.Parent.MouseButton1Click:Connect(function()
113 (Frame).Visible = false
114 end)
115
116end
117coroutine.resume(coroutine.create(SCRIPT_NCST66_FAKESCRIPT))
118function SCRIPT_YJHW87_FAKESCRIPT() -- Coingrabber.LocalScript
119 getfenv().script = Instance.new('LocalScript', Coingrabber)
120
121 function clicked()
122 game.Players:Chat("Hi")
123 while wait(1) do
124 for i,v in pairs(game.Workspace:GetChildren()) do
125 local f = v:FindFirstChild("CoinContainer")
126 local q = game.Players.LocalPlayer.Character:FindFirstChild("Torso")
127 if q and f then
128 for i,c in pairs(f:GetChildren()) do
129 c.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame
130 end
131 end
132 end
133 end
134 end
135
136 script.Parent.MouseButton1Click:connect(clicked)
137
138
139end
140coroutine.resume(coroutine.create(SCRIPT_YJHW87_FAKESCRIPT))
141function SCRIPT_VGNN78_FAKESCRIPT() -- TextButton_2.LocalScript
142 getfenv().script = Instance.new('LocalScript', TextButton_2)
143
144 function clicked()
145 -- Made by abs_0 (absoabsolute0)
146 -- Objects
147
148 local mygui = Instance.new("ScreenGui")
149 local maintab = Instance.new("Frame")
150 local title = Instance.new("TextLabel")
151 local bodyframe = Instance.new("Frame")
152 local menuframe = Instance.new("Frame")
153 local generalbuttonframe = Instance.new("Frame")
154 local generalbutton = Instance.new("TextButton")
155 local generalbuttonlabel = Instance.new("ImageLabel")
156 local lpbuttonframe = Instance.new("Frame")
157 local lpbutton = Instance.new("TextButton")
158 local lpbuttonlabel = Instance.new("ImageLabel")
159 local tpbuttonframe = Instance.new("Frame")
160 local tpbutton = Instance.new("TextButton")
161 local tpbuttonlabel = Instance.new("ImageLabel")
162 local tptextbox = Instance.new("TextBox")
163 local tpunderline = Instance.new("Frame")
164 local tpunderlinebase = Instance.new("Frame")
165 local generalframe = Instance.new("Frame")
166 local generalespframe = Instance.new("Frame")
167 local generalespbutton = Instance.new("TextButton")
168 local generalesplabel = Instance.new("ImageLabel")
169 local generalcoinframe = Instance.new("Frame")
170 local generalcoinbutton = Instance.new("TextButton")
171 local generalcoinlabel = Instance.new("ImageLabel")
172 local generalgunframe = Instance.new("Frame")
173 local generalgunbutton = Instance.new("TextButton")
174 local generalgunlabel = Instance.new("ImageLabel")
175 local generallobbyframe = Instance.new("Frame")
176 local generallobbybutton = Instance.new("TextButton")
177 local generallobbylabel = Instance.new("ImageLabel")
178 local lpframe = Instance.new("Frame")
179 local lpjumpframe = Instance.new("Frame")
180 local lpjumpbutton = Instance.new("TextButton")
181 local lpjumplabel = Instance.new("ImageLabel")
182 local lpgravframe = Instance.new("Frame")
183 local lpgravbutton = Instance.new("TextButton")
184 local lpgravlabel = Instance.new("ImageLabel")
185 local lpwalkframe = Instance.new("Frame")
186 local lpwalkbutton = Instance.new("TextButton")
187 local lpwalklabel = Instance.new("ImageLabel")
188 local lpgodframe = Instance.new("Frame")
189 local lpgodbutton = Instance.new("TextButton")
190 local lpgodlabel = Instance.new("ImageLabel")
191 local backbutton1 = Instance.new("TextButton")
192 local backbutton1label = Instance.new("ImageLabel")
193 local backbutton2 = Instance.new("TextButton")
194 local backbutton2label = Instance.new("ImageLabel")
195 local creditsbutton = Instance.new("TextButton")
196 local creditsiconlabel1 = Instance.new("ImageLabel")
197 local creditsiconlabel2 = Instance.new("ImageLabel")
198 local toggle = Instance.new("Frame")
199 local closeall = Instance.new("TextButton")
200 local closeopen = Instance.new("TextButton")
201 local closeopenlabel = Instance.new("ImageLabel")
202 local creditstab = Instance.new("Frame")
203 local creditstitle = Instance.new("TextLabel")
204 local creditsframe = Instance.new("Frame")
205 local creditsmenuframe = Instance.new("Frame")
206 local creditsfield = Instance.new("TextLabel")
207 local closecredits = Instance.new("TextButton")
208
209 -- Properties
210
211 mygui.Name = "mygui"
212 mygui.Parent = game.CoreGui
213
214 maintab.Name = "maintab"
215 maintab.Parent = mygui
216 maintab.Active = true
217 maintab.BackgroundColor3 = Color3.new(1, 1, 1)
218 maintab.BackgroundTransparency = 0.5
219 maintab.BorderSizePixel = 0
220 maintab.Draggable = true
221 maintab.Position = UDim2.new(0, 900, 0, 330)
222 maintab.Size = UDim2.new(0, 256, 0, 30)
223
224 title.Name = "title"
225 title.Parent = maintab
226 title.BackgroundColor3 = Color3.new(0, 0.45098, 0.862745)
227 title.BorderSizePixel = 0
228 title.Size = UDim2.new(0, 256, 0, 30)
229 title.Font = Enum.Font.SourceSansBold
230 title.FontSize = Enum.FontSize.Size24
231 title.Text = "MM2 Gui"
232 title.TextColor3 = Color3.new(1, 1, 1)
233 title.TextSize = 23
234
235 bodyframe.Name = "bodyframe"
236 bodyframe.Parent = maintab
237 bodyframe.BackgroundColor3 = Color3.new(0, 0.615686, 1)
238 bodyframe.BorderSizePixel = 0
239 bodyframe.ClipsDescendants = true
240 bodyframe.Position = UDim2.new(0, 0, 0, 30)
241 bodyframe.Size = UDim2.new(0, 256, 0, 222)
242
243 menuframe.Name = "menuframe"
244 menuframe.Parent = bodyframe
245 menuframe.BackgroundColor3 = Color3.new(1, 1, 1)
246 menuframe.BackgroundTransparency = 1
247 menuframe.BorderSizePixel = 0
248 menuframe.Size = UDim2.new(0, 256, 0, 222)
249
250 generalbuttonframe.Name = "generalbuttonframe"
251 generalbuttonframe.Parent = menuframe
252 generalbuttonframe.BackgroundColor3 = Color3.new(1, 1, 1)
253 generalbuttonframe.BorderSizePixel = 0
254 generalbuttonframe.Position = UDim2.new(0, 31, 0, 31)
255 generalbuttonframe.Size = UDim2.new(0, 194, 0, 31)
256
257 generalbutton.Name = "generalbutton"
258 generalbutton.Parent = generalbuttonframe
259 generalbutton.BackgroundColor3 = Color3.new(1, 1, 1)
260 generalbutton.BackgroundTransparency = 1
261 generalbutton.BorderSizePixel = 0
262 generalbutton.ClipsDescendants = true
263 generalbutton.Size = UDim2.new(0, 194, 0, 30)
264 generalbutton.Font = Enum.Font.SourceSansSemibold
265 generalbutton.FontSize = Enum.FontSize.Size24
266 generalbutton.Text = "General"
267 generalbutton.TextColor3 = Color3.new(0, 0.615686, 1)
268 generalbutton.TextSize = 20
269
270 generalbuttonlabel.Name = "generalbuttonlabel"
271 generalbuttonlabel.Parent = generalbutton
272 generalbuttonlabel.AnchorPoint = Vector2.new(0.5, 0.5)
273 generalbuttonlabel.BackgroundColor3 = Color3.new(1, 1, 1)
274 generalbuttonlabel.BackgroundTransparency = 1
275 generalbuttonlabel.BorderSizePixel = 0
276 generalbuttonlabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
277 generalbuttonlabel.Size = UDim2.new(0, 50, 0, 50)
278 generalbuttonlabel.Visible = false
279 generalbuttonlabel.Image = "rbxassetid://200182847"
280 generalbuttonlabel.ImageColor3 = Color3.new(0, 0.705882, 1)
281 generalbuttonlabel.ImageTransparency = 0.80000001192093
282
283 lpbuttonframe.Name = "lpbuttonframe"
284 lpbuttonframe.Parent = menuframe
285 lpbuttonframe.BackgroundColor3 = Color3.new(1, 1, 1)
286 lpbuttonframe.BorderSizePixel = 0
287 lpbuttonframe.Position = UDim2.new(0, 31, 0, 96)
288 lpbuttonframe.Size = UDim2.new(0, 194, 0, 31)
289
290 lpbutton.Name = "lpbutton"
291 lpbutton.Parent = lpbuttonframe
292 lpbutton.BackgroundColor3 = Color3.new(1, 1, 1)
293 lpbutton.BackgroundTransparency = 1
294 lpbutton.BorderSizePixel = 0
295 lpbutton.ClipsDescendants = true
296 lpbutton.Size = UDim2.new(0, 194, 0, 30)
297 lpbutton.Font = Enum.Font.SourceSansSemibold
298 lpbutton.FontSize = Enum.FontSize.Size24
299 lpbutton.Text = "Local Player"
300 lpbutton.TextColor3 = Color3.new(0, 0.615686, 1)
301 lpbutton.TextSize = 19
302
303 lpbuttonlabel.Name = "lpbuttonlabel"
304 lpbuttonlabel.Parent = lpbutton
305 lpbuttonlabel.AnchorPoint = Vector2.new(0.5, 0.5)
306 lpbuttonlabel.BackgroundColor3 = Color3.new(1, 1, 1)
307 lpbuttonlabel.BackgroundTransparency = 1
308 lpbuttonlabel.BorderSizePixel = 0
309 lpbuttonlabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
310 lpbuttonlabel.Size = UDim2.new(0, 50, 0, 50)
311 lpbuttonlabel.Visible = false
312 lpbuttonlabel.Image = "rbxassetid://200182847"
313 lpbuttonlabel.ImageColor3 = Color3.new(0, 0.705882, 1)
314 lpbuttonlabel.ImageTransparency = 0.80000001192093
315
316 tptextbox.Name = "tptextbox"
317 tptextbox.Parent = menuframe
318 tptextbox.BackgroundColor3 = Color3.new(1, 1, 1)
319 tptextbox.BackgroundTransparency = 1
320 tptextbox.BorderSizePixel = 0
321 tptextbox.Position = UDim2.new(0, 31, 0, 165)
322 tptextbox.Size = UDim2.new(0, 194, 0, 31)
323 tptextbox.Font = Enum.Font.SourceSans
324 tptextbox.FontSize = Enum.FontSize.Size18
325 tptextbox.Text = "Player Name"
326 tptextbox.TextColor3 = Color3.new(1, 1, 1)
327 tptextbox.TextSize = 15
328
329 tpunderline.Name = "tpunderline"
330 tpunderline.Parent = tptextbox
331 tpunderline.AnchorPoint = Vector2.new(0, 0)
332 tpunderline.BackgroundColor3 = Color3.new(1, 1, 1)
333 tpunderline.BorderSizePixel = 0
334 tpunderline.Position = UDim2.new(0.496815294, 0, 0.967741966, 0)
335 tpunderline.Size = UDim2.new(0, 0, 0, 2)
336
337 tpunderlinebase.Name = "tpunderlinebase"
338 tpunderlinebase.Parent = tptextbox
339 tpunderlinebase.AnchorPoint = Vector2.new(0.5, 0.5)
340 tpunderlinebase.BackgroundColor3 = Color3.new(1, 1, 1)
341 tpunderlinebase.BackgroundTransparency = 0.80000001192093
342 tpunderlinebase.BorderSizePixel = 0
343 tpunderlinebase.Position = UDim2.new(0.496815294, 0, 0.967741966, 0)
344 tpunderlinebase.Size = UDim2.new(0, 157, 0, 2)
345 tpunderlinebase.Visible = false --secretkey
346
347 generalframe.Name = "generalframe"
348 generalframe.Parent = bodyframe
349 generalframe.BackgroundColor3 = Color3.new(1, 1, 1)
350 generalframe.BackgroundTransparency = 1
351 generalframe.BorderSizePixel = 0
352 generalframe.Position = UDim2.new(0, 256, 0, 0)
353 generalframe.Size = UDim2.new(0, 256, 0, 222)
354
355 generalespframe.Name = "generalespframe"
356 generalespframe.Parent = generalframe
357 generalespframe.BackgroundColor3 = Color3.new(1, 1, 1)
358 generalespframe.BorderSizePixel = 0
359 generalespframe.Position = UDim2.new(0, 31, 0, 172)
360 generalespframe.Size = UDim2.new(0, 194, 0, 30)
361
362 generalespbutton.Name = "generalespbutton"
363 generalespbutton.Parent = generalespframe
364 generalespbutton.BackgroundColor3 = Color3.new(1, 1, 1)
365 generalespbutton.BackgroundTransparency = 1
366 generalespbutton.BorderSizePixel = 0
367 generalespbutton.ClipsDescendants = true
368 generalespbutton.Size = UDim2.new(0, 194, 0, 30)
369 generalespbutton.Font = Enum.Font.SourceSansSemibold
370 generalespbutton.FontSize = Enum.FontSize.Size24
371 generalespbutton.Text = "ESP (Left Alt)"
372 generalespbutton.TextColor3 = Color3.new(0, 0.615686, 1)
373 generalespbutton.TextSize = 19
374
375 generalesplabel.Name = "generalesplabel"
376 generalesplabel.Parent = generalespbutton
377 generalesplabel.AnchorPoint = Vector2.new(0.5, 0.5)
378 generalesplabel.BackgroundColor3 = Color3.new(1, 1, 1)
379 generalesplabel.BackgroundTransparency = 1
380 generalesplabel.BorderSizePixel = 0
381 generalesplabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
382 generalesplabel.Size = UDim2.new(0, 50, 0, 50)
383 generalesplabel.Visible = false
384 generalesplabel.Image = "rbxassetid://200182847"
385 generalesplabel.ImageColor3 = Color3.new(0, 0.705882, 1)
386 generalesplabel.ImageTransparency = 0.80000001192093
387
388 generalcoinframe.Name = "generalcoinframe"
389 generalcoinframe.Parent = generalframe
390 generalcoinframe.BackgroundColor3 = Color3.new(1, 1, 1)
391 generalcoinframe.BorderSizePixel = 0
392 generalcoinframe.Position = UDim2.new(0, 31, 0, 120)
393 generalcoinframe.Size = UDim2.new(0, 194, 0, 30)
394
395 generalcoinbutton.Name = "generalcoinbutton"
396 generalcoinbutton.Parent = generalcoinframe
397 generalcoinbutton.BackgroundColor3 = Color3.new(1, 1, 1)
398 generalcoinbutton.BackgroundTransparency = 1
399 generalcoinbutton.BorderSizePixel = 0
400 generalcoinbutton.ClipsDescendants = true
401 generalcoinbutton.Position = UDim2.new(0, 0, 0, -1)
402 generalcoinbutton.Size = UDim2.new(0, 194, 0, 31)
403 generalcoinbutton.Font = Enum.Font.SourceSansSemibold
404 generalcoinbutton.FontSize = Enum.FontSize.Size24
405 generalcoinbutton.Text = "Grab 10 Coins"
406 generalcoinbutton.TextColor3 = Color3.new(0, 0.615686, 1)
407 generalcoinbutton.TextSize = 19
408
409 generalcoinlabel.Name = "generalcoinlabel"
410 generalcoinlabel.Parent = generalcoinbutton
411 generalcoinlabel.AnchorPoint = Vector2.new(0.5, 0.5)
412 generalcoinlabel.BackgroundColor3 = Color3.new(1, 1, 1)
413 generalcoinlabel.BackgroundTransparency = 1
414 generalcoinlabel.BorderSizePixel = 0
415 generalcoinlabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
416 generalcoinlabel.Size = UDim2.new(0, 50, 0, 50)
417 generalcoinlabel.Visible = false
418 generalcoinlabel.Image = "rbxassetid://200182847"
419 generalcoinlabel.ImageColor3 = Color3.new(0, 0.705882, 1)
420 generalcoinlabel.ImageTransparency = 0.80000001192093
421
422 generalgunframe.Name = "generalgunframe"
423 generalgunframe.Parent = generalframe
424 generalgunframe.BackgroundColor3 = Color3.new(1, 1, 1)
425 generalgunframe.BorderSizePixel = 0
426 generalgunframe.Position = UDim2.new(0, 31, 0, 68)
427 generalgunframe.Size = UDim2.new(0, 194, 0, 30)
428
429 generalgunbutton.Name = "generalgunbutton"
430 generalgunbutton.Parent = generalgunframe
431 generalgunbutton.BackgroundColor3 = Color3.new(1, 1, 1)
432 generalgunbutton.BackgroundTransparency = 1
433 generalgunbutton.BorderSizePixel = 0
434 generalgunbutton.ClipsDescendants = true
435 generalgunbutton.Size = UDim2.new(0, 194, 0, 30)
436 generalgunbutton.Font = Enum.Font.SourceSansSemibold
437 generalgunbutton.FontSize = Enum.FontSize.Size24
438 generalgunbutton.Text = "Grab Gun"
439 generalgunbutton.TextColor3 = Color3.new(0, 0.615686, 1)
440 generalgunbutton.TextSize = 19
441
442 generalgunlabel.Name = "generalgunlabel"
443 generalgunlabel.Parent = generalgunbutton
444 generalgunlabel.AnchorPoint = Vector2.new(0.5, 0.5)
445 generalgunlabel.BackgroundColor3 = Color3.new(1, 1, 1)
446 generalgunlabel.BackgroundTransparency = 1
447 generalgunlabel.BorderSizePixel = 0
448 generalgunlabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
449 generalgunlabel.Size = UDim2.new(0, 50, 0, 50)
450 generalgunlabel.Visible = false
451 generalgunlabel.Image = "rbxassetid://200182847"
452 generalgunlabel.ImageColor3 = Color3.new(0, 0.705882, 1)
453 generalgunlabel.ImageTransparency = 0.80000001192093
454
455 generallobbyframe.Name = "generallobbyframe"
456 generallobbyframe.Parent = generalframe
457 generallobbyframe.BackgroundColor3 = Color3.new(1, 1, 1)
458 generallobbyframe.BorderSizePixel = 0
459 generallobbyframe.Position = UDim2.new(0, 31, 0, 17)
460 generallobbyframe.Size = UDim2.new(0, 194, 0, 30)
461
462 generallobbybutton.Name = "generallobbybutton"
463 generallobbybutton.Parent = generallobbyframe
464 generallobbybutton.BackgroundColor3 = Color3.new(1, 1, 1)
465 generallobbybutton.BackgroundTransparency = 1
466 generallobbybutton.BorderSizePixel = 0
467 generallobbybutton.ClipsDescendants = true
468 generallobbybutton.Size = UDim2.new(0, 194, 0, 30)
469 generallobbybutton.Font = Enum.Font.SourceSansSemibold
470 generallobbybutton.FontSize = Enum.FontSize.Size24
471 generallobbybutton.Text = "TP to Lobby"
472 generallobbybutton.TextColor3 = Color3.new(0, 0.615686, 1)
473 generallobbybutton.TextSize = 19
474
475 generallobbylabel.Name = "generallobbylabel"
476 generallobbylabel.Parent = generallobbybutton
477 generallobbylabel.AnchorPoint = Vector2.new(0.5, 0.5)
478 generallobbylabel.BackgroundColor3 = Color3.new(1, 1, 1)
479 generallobbylabel.BackgroundTransparency = 1
480 generallobbylabel.BorderSizePixel = 0
481 generallobbylabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
482 generallobbylabel.Size = UDim2.new(0, 50, 0, 50)
483 generallobbylabel.Visible = false
484 generallobbylabel.Image = "rbxassetid://200182847"
485 generallobbylabel.ImageColor3 = Color3.new(0, 0.705882, 1)
486 generallobbylabel.ImageTransparency = 0.80000001192093
487
488 lpframe.Name = "lpframe"
489 lpframe.Parent = bodyframe
490 lpframe.BackgroundColor3 = Color3.new(1, 1, 1)
491 lpframe.BackgroundTransparency = 1
492 lpframe.BorderSizePixel = 0
493 lpframe.Position = UDim2.new(0, 256, 0, 0)
494 lpframe.Size = UDim2.new(0, 256, 0, 222)
495
496 lpjumpframe.Name = "lpjumpframe"
497 lpjumpframe.Parent = lpframe
498 lpjumpframe.BackgroundColor3 = Color3.new(1, 1, 1)
499 lpjumpframe.BorderSizePixel = 0
500 lpjumpframe.Position = UDim2.new(0, 31, 0, 172)
501 lpjumpframe.Size = UDim2.new(0, 194, 0, 30)
502
503 lpjumpbutton.Name = "lpjumpbutton"
504 lpjumpbutton.Parent = lpjumpframe
505 lpjumpbutton.BackgroundColor3 = Color3.new(1, 1, 1)
506 lpjumpbutton.BackgroundTransparency = 1
507 lpjumpbutton.BorderSizePixel = 0
508 lpjumpbutton.ClipsDescendants = true
509 lpjumpbutton.Size = UDim2.new(0, 194, 0, 30)
510 lpjumpbutton.Font = Enum.Font.SourceSansSemibold
511 lpjumpbutton.FontSize = Enum.FontSize.Size24
512 lpjumpbutton.Text = "High Jump"
513 lpjumpbutton.TextColor3 = Color3.new(0, 0.615686, 1)
514 lpjumpbutton.TextSize = 19
515
516 lpjumplabel.Name = "lpjumplabel"
517 lpjumplabel.Parent = lpjumpbutton
518 lpjumplabel.AnchorPoint = Vector2.new(0.5, 0.5)
519 lpjumplabel.BackgroundColor3 = Color3.new(1, 1, 1)
520 lpjumplabel.BackgroundTransparency = 1
521 lpjumplabel.BorderSizePixel = 0
522 lpjumplabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
523 lpjumplabel.Size = UDim2.new(0, 50, 0, 50)
524 lpjumplabel.Visible = false
525 lpjumplabel.Image = "rbxassetid://200182847"
526 lpjumplabel.ImageColor3 = Color3.new(0, 0.705882, 1)
527 lpjumplabel.ImageTransparency = 0.80000001192093
528
529 lpgravframe.Name = "lpgravframe"
530 lpgravframe.Parent = lpframe
531 lpgravframe.BackgroundColor3 = Color3.new(1, 1, 1)
532 lpgravframe.BorderSizePixel = 0
533 lpgravframe.Position = UDim2.new(0, 31, 0, 120)
534 lpgravframe.Size = UDim2.new(0, 194, 0, 30)
535
536 lpgravbutton.Name = "lpgravbutton"
537 lpgravbutton.Parent = lpgravframe
538 lpgravbutton.BackgroundColor3 = Color3.new(1, 1, 1)
539 lpgravbutton.BackgroundTransparency = 1
540 lpgravbutton.BorderSizePixel = 0
541 lpgravbutton.ClipsDescendants = true
542 lpgravbutton.Position = UDim2.new(0, 0, 0, -1)
543 lpgravbutton.Size = UDim2.new(0, 194, 0, 31)
544 lpgravbutton.Font = Enum.Font.SourceSansSemibold
545 lpgravbutton.FontSize = Enum.FontSize.Size24
546 lpgravbutton.Text = "Low Gravity"
547 lpgravbutton.TextColor3 = Color3.new(0, 0.615686, 1)
548 lpgravbutton.TextSize = 19
549
550 lpgravlabel.Name = "lpgravlabel"
551 lpgravlabel.Parent = lpgravbutton
552 lpgravlabel.AnchorPoint = Vector2.new(0.5, 0.5)
553 lpgravlabel.BackgroundColor3 = Color3.new(1, 1, 1)
554 lpgravlabel.BackgroundTransparency = 1
555 lpgravlabel.BorderSizePixel = 0
556 lpgravlabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
557 lpgravlabel.Size = UDim2.new(0, 50, 0, 50)
558 lpgravlabel.Visible = false
559 lpgravlabel.Image = "rbxassetid://200182847"
560 lpgravlabel.ImageColor3 = Color3.new(0, 0.705882, 1)
561 lpgravlabel.ImageTransparency = 0.80000001192093
562
563 lpwalkframe.Name = "lpwalkframe"
564 lpwalkframe.Parent = lpframe
565 lpwalkframe.BackgroundColor3 = Color3.new(1, 1, 1)
566 lpwalkframe.BorderSizePixel = 0
567 lpwalkframe.Position = UDim2.new(0, 31, 0, 68)
568 lpwalkframe.Size = UDim2.new(0, 194, 0, 30)
569
570 lpwalkbutton.Name = "lpwalkbutton"
571 lpwalkbutton.Parent = lpwalkframe
572 lpwalkbutton.BackgroundColor3 = Color3.new(1, 1, 1)
573 lpwalkbutton.BackgroundTransparency = 1
574 lpwalkbutton.BorderSizePixel = 0
575 lpwalkbutton.ClipsDescendants = true
576 lpwalkbutton.Size = UDim2.new(0, 194, 0, 30)
577 lpwalkbutton.Font = Enum.Font.SourceSansSemibold
578 lpwalkbutton.FontSize = Enum.FontSize.Size24
579 lpwalkbutton.Text = "Fast Walk"
580 lpwalkbutton.TextColor3 = Color3.new(0, 0.615686, 1)
581 lpwalkbutton.TextSize = 19
582
583 lpwalklabel.Name = "lpwalklabel"
584 lpwalklabel.Parent = lpwalkbutton
585 lpwalklabel.AnchorPoint = Vector2.new(0.5, 0.5)
586 lpwalklabel.BackgroundColor3 = Color3.new(1, 1, 1)
587 lpwalklabel.BackgroundTransparency = 1
588 lpwalklabel.BorderSizePixel = 0
589 lpwalklabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
590 lpwalklabel.Size = UDim2.new(0, 50, 0, 50)
591 lpwalklabel.Visible = false
592 lpwalklabel.Image = "rbxassetid://200182847"
593 lpwalklabel.ImageColor3 = Color3.new(0, 0.705882, 1)
594 lpwalklabel.ImageTransparency = 0.80000001192093
595
596 lpgodframe.Name = "lpgodframe"
597 lpgodframe.Parent = lpframe
598 lpgodframe.BackgroundColor3 = Color3.new(1, 1, 1)
599 lpgodframe.BorderSizePixel = 0
600 lpgodframe.Position = UDim2.new(0, 31, 0, 17)
601 lpgodframe.Size = UDim2.new(0, 194, 0, 30)
602
603 lpgodbutton.Name = "lpgodbutton"
604 lpgodbutton.Parent = lpgodframe
605 lpgodbutton.BackgroundColor3 = Color3.new(1, 1, 1)
606 lpgodbutton.BackgroundTransparency = 1
607 lpgodbutton.BorderSizePixel = 0
608 lpgodbutton.ClipsDescendants = true
609 lpgodbutton.Size = UDim2.new(0, 194, 0, 30)
610 lpgodbutton.Font = Enum.Font.SourceSansSemibold
611 lpgodbutton.FontSize = Enum.FontSize.Size24
612 lpgodbutton.Text = "God Mode"
613 lpgodbutton.TextColor3 = Color3.new(0, 0.615686, 1)
614 lpgodbutton.TextSize = 19
615
616 lpgodlabel.Name = "lpgodlabel"
617 lpgodlabel.Parent = lpgodbutton
618 lpgodlabel.AnchorPoint = Vector2.new(0.5, 0.5)
619 lpgodlabel.BackgroundColor3 = Color3.new(1, 1, 1)
620 lpgodlabel.BackgroundTransparency = 1
621 lpgodlabel.BorderSizePixel = 0
622 lpgodlabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
623 lpgodlabel.Size = UDim2.new(0, 50, 0, 50)
624 lpgodlabel.Visible = false
625 lpgodlabel.Image = "rbxassetid://200182847"
626 lpgodlabel.ImageColor3 = Color3.new(0, 0.705882, 1)
627 lpgodlabel.ImageTransparency = 0.80000001192093
628
629 backbutton1.Name = "backbutton1"
630 backbutton1.Parent = maintab
631 backbutton1.Active = false
632 backbutton1.BackgroundColor3 = Color3.new(0, 0.407843, 0.658824)
633 backbutton1.BackgroundTransparency = 1
634 backbutton1.BorderSizePixel = 0
635 backbutton1.ClipsDescendants = true
636 backbutton1.Size = UDim2.new(0, 29, 0, 30)
637 backbutton1.Visible = false
638 backbutton1.AutoButtonColor = false
639 backbutton1.Font = Enum.Font.SourceSansBold
640 backbutton1.FontSize = Enum.FontSize.Size24
641 backbutton1.Text = "<"
642 backbutton1.TextColor3 = Color3.new(1, 1, 1)
643 backbutton1.TextSize = 20
644
645 backbutton1label.Name = "backbutton1label"
646 backbutton1label.Parent = backbutton1
647 backbutton1label.AnchorPoint = Vector2.new(0.5, 0.5)
648 backbutton1label.BackgroundColor3 = Color3.new(1, 1, 1)
649 backbutton1label.BackgroundTransparency = 1
650 backbutton1label.BorderSizePixel = 0
651 backbutton1label.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
652 backbutton1label.Size = UDim2.new(0, 50, 0, 50)
653 backbutton1label.Visible = false
654 backbutton1label.Image = "rbxassetid://200182847"
655 backbutton1label.ImageTransparency = 0.80000001192093
656
657 backbutton2.Name = "backbutton2"
658 backbutton2.Parent = maintab
659 backbutton2.Active = false
660 backbutton2.BackgroundColor3 = Color3.new(0, 0.407843, 0.658824)
661 backbutton2.BackgroundTransparency = 1
662 backbutton2.BorderSizePixel = 0
663 backbutton2.ClipsDescendants = true
664 backbutton2.Size = UDim2.new(0, 29, 0, 30)
665 backbutton2.Visible = false
666 backbutton2.AutoButtonColor = false
667 backbutton2.Font = Enum.Font.SourceSansBold
668 backbutton2.FontSize = Enum.FontSize.Size24
669 backbutton2.Text = "<"
670 backbutton2.TextColor3 = Color3.new(1, 1, 1)
671 backbutton2.TextSize = 20
672
673 backbutton2label.Name = "backbutton2label"
674 backbutton2label.Parent = backbutton2
675 backbutton2label.AnchorPoint = Vector2.new(0.5, 0.5)
676 backbutton2label.BackgroundColor3 = Color3.new(1, 1, 1)
677 backbutton2label.BackgroundTransparency = 1
678 backbutton2label.BorderSizePixel = 0
679 backbutton2label.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
680 backbutton2label.Size = UDim2.new(0, 50, 0, 50)
681 backbutton2label.Visible = false
682 backbutton2label.Image = "rbxassetid://200182847"
683 backbutton2label.ImageTransparency = 0.80000001192093
684
685 creditsbutton.Name = "creditsbutton"
686 creditsbutton.Parent = maintab
687 creditsbutton.BackgroundColor3 = Color3.new(1, 1, 1)
688 creditsbutton.BackgroundTransparency = 1
689 creditsbutton.BorderSizePixel = 0
690 creditsbutton.ClipsDescendants = true
691 creditsbutton.Position = UDim2.new(0.87890625, 0, 0, 0)
692 creditsbutton.Size = UDim2.new(0, 31, 0, 30)
693 creditsbutton.Font = Enum.Font.SourceSansSemibold
694 creditsbutton.FontSize = Enum.FontSize.Size18
695 creditsbutton.Text = ""
696 creditsbutton.TextColor3 = Color3.new(0, 0.615686, 1)
697 creditsbutton.TextSize = 15
698
699 creditsiconlabel1.Name = "creditsiconlabel1"
700 creditsiconlabel1.Parent = creditsbutton
701 creditsiconlabel1.AnchorPoint = Vector2.new(0.5, 0.5)
702 creditsiconlabel1.BackgroundColor3 = Color3.new(1, 1, 1)
703 creditsiconlabel1.BackgroundTransparency = 1
704 creditsiconlabel1.BorderSizePixel = 0
705 creditsiconlabel1.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
706 creditsiconlabel1.Size = UDim2.new(0, 50, 0, 50)
707 creditsiconlabel1.Visible = false
708 creditsiconlabel1.Image = "rbxassetid://200182847"
709 creditsiconlabel1.ImageTransparency = 0.80000001192093
710
711 creditsiconlabel2.Name = "creditsiconlabel2"
712 creditsiconlabel2.Parent = creditsbutton
713 creditsiconlabel2.AnchorPoint = Vector2.new(0.5, 0.5)
714 creditsiconlabel2.BackgroundColor3 = Color3.new(1, 1, 1)
715 creditsiconlabel2.BackgroundTransparency = 1
716 creditsiconlabel2.BorderSizePixel = 0
717 creditsiconlabel2.Position = UDim2.new(0.5, 0, 0.5, 0)
718 creditsiconlabel2.Size = UDim2.new(0, 17, 0, 17)
719 creditsiconlabel2.Image = "rbxassetid://23151450"
720
721 toggle.Name = "toggle"
722 toggle.Parent = mygui
723 toggle.Active = true
724 toggle.BackgroundColor3 = Color3.new(0.992157, 0.984314, 1)
725 toggle.BackgroundTransparency = 0.5
726 toggle.BorderSizePixel = 0
727 toggle.Draggable = true
728 toggle.Position = UDim2.new(0, 5, 0, 530)
729 toggle.Size = UDim2.new(0, 140, 0, 30)
730
731 closeall.Name = "closeall"
732 closeall.Parent = toggle
733 closeall.BackgroundColor3 = Color3.new(1, 0, 0)
734 closeall.BorderSizePixel = 0
735 closeall.Position = UDim2.new(0, 110, 0, 0)
736 closeall.Size = UDim2.new(0, 30, 0, 30)
737 closeall.FontSize = Enum.FontSize.Size18
738 closeall.Text = ""
739 closeall.TextSize = 15
740
741 closeopen.Name = "closeopen"
742 closeopen.Parent = toggle
743 closeopen.BackgroundColor3 = Color3.new(0, 0.615686, 1)
744 closeopen.BorderSizePixel = 0
745 closeopen.ClipsDescendants = true
746 closeopen.Size = UDim2.new(0, 110, 0, 30)
747 closeopen.AutoButtonColor = false
748 closeopen.Font = Enum.Font.SourceSansBold
749 closeopen.FontSize = Enum.FontSize.Size24
750 closeopen.Text = "Close"
751 closeopen.TextColor3 = Color3.new(1, 1, 1)
752 closeopen.TextSize = 20
753
754 closeopenlabel.Name = "closeopenlabel"
755 closeopenlabel.Parent = closeopen
756 closeopenlabel.AnchorPoint = Vector2.new(0.5, 0.5)
757 closeopenlabel.BackgroundColor3 = Color3.new(1, 1, 1)
758 closeopenlabel.BackgroundTransparency = 1
759 closeopenlabel.BorderSizePixel = 0
760 closeopenlabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
761 closeopenlabel.Size = UDim2.new(0, 50, 0, 50)
762 closeopenlabel.Visible = false
763 closeopenlabel.Image = "rbxassetid://200182847"
764 closeopenlabel.ImageTransparency = 0.80000001192093
765
766 creditstab.Name = "creditstab"
767 creditstab.Parent = mygui
768 creditstab.Active = true
769 creditstab.BackgroundColor3 = Color3.new(1, 1, 1)
770 creditstab.BackgroundTransparency = 0.5
771 creditstab.BorderSizePixel = 0
772 creditstab.Draggable = true
773 creditstab.Position = UDim2.new(0, 42, 0, 47)
774 creditstab.Size = UDim2.new(0, 256, 0, 30)
775 creditstab.Visible = false
776
777 creditstitle.Name = "creditstitle"
778 creditstitle.Parent = creditstab
779 creditstitle.BackgroundColor3 = Color3.new(0, 0.45098, 0.862745)
780 creditstitle.BorderSizePixel = 0
781 creditstitle.Position = UDim2.new(-0.001953125, 0, 0, 0)
782 creditstitle.Size = UDim2.new(0, 256, 0, 30)
783 creditstitle.Font = Enum.Font.SourceSansBold
784 creditstitle.FontSize = Enum.FontSize.Size24
785 creditstitle.Text = "Credits"
786 creditstitle.TextColor3 = Color3.new(1, 1, 1)
787 creditstitle.TextSize = 23
788
789 creditsframe.Name = "creditsframe"
790 creditsframe.Parent = creditstab
791 creditsframe.BackgroundColor3 = Color3.new(0, 0.615686, 1)
792 creditsframe.BorderSizePixel = 0
793 creditsframe.ClipsDescendants = true
794 creditsframe.Position = UDim2.new(0, 0, 0, 30)
795 creditsframe.Size = UDim2.new(0, 256, 0, 222)
796
797 creditsmenuframe.Name = "menuframe"
798 creditsmenuframe.Parent = creditsframe
799 creditsmenuframe.BackgroundColor3 = Color3.new(1, 1, 1)
800 creditsmenuframe.BackgroundTransparency = 1
801 creditsmenuframe.BorderSizePixel = 0
802 creditsmenuframe.Size = UDim2.new(0, 256, 0, 222)
803
804 creditsfield.Name = "creditsfield"
805 creditsfield.Parent = creditsmenuframe
806 creditsfield.BackgroundColor3 = Color3.new(1, 1, 1)
807 creditsfield.BorderSizePixel = 0
808 creditsfield.Position = UDim2.new(0, 31, 0, 31)
809 creditsfield.Size = UDim2.new(0, 194, 0, 31)
810 creditsfield.Font = Enum.Font.SourceSansSemibold
811 creditsfield.FontSize = Enum.FontSize.Size24
812 creditsfield.Text = "By: abs_0"
813 creditsfield.TextColor3 = Color3.new(0, 0.615686, 1)
814 creditsfield.TextSize = 20
815
816 closecredits.Name = "closeall"
817 closecredits.Parent = creditstab
818 closecredits.BackgroundColor3 = Color3.new(1, 0, 0)
819 closecredits.BorderSizePixel = 0
820 closecredits.Position = UDim2.new(0, 226, 0, 0)
821 closecredits.Size = UDim2.new(0, 30, 0, 30)
822 closecredits.FontSize = Enum.FontSize.Size18
823 closecredits.Text = ""
824 closecredits.TextSize = 15
825
826 --Appearance Scripts
827
828 --mygui.maintab.bodyframe.generalframe.generallobbyframe.generallobbybutton.Script
829 local mouse = game.Players.LocalPlayer:GetMouse()
830
831
832 generallobbybutton.MouseButton1Down:connect(function()
833 local x = (mouse.X) - (generallobbybutton.AbsolutePosition.X)
834 local y = (mouse.Y) - (generallobbybutton.AbsolutePosition.Y)
835 generallobbylabel.Position = UDim2.new(0,x,0,y)
836 generallobbylabel.Size = UDim2.new(0,50,0,50)
837 generallobbylabel.ImageTransparency = 0.8
838 generallobbylabel.Visible = true
839
840 wait()
841
842 generallobbylabel:TweenSize(
843 UDim2.new(0,390,0,390),
844 "Out",
845 "Quint",
846 1
847 )
848 end)
849
850 generallobbybutton.MouseButton1Up:connect(function()
851 wait(0.35)
852 local TweenService = game:GetService("TweenService")
853 local circle = generallobbylabel
854
855 local Info = TweenInfo.new(
856 0.2, -- Length
857 Enum.EasingStyle.Linear, -- Easing Style
858 Enum.EasingDirection.Out, -- Easing Direction
859 0, -- Times repeated
860 false, -- Reverse
861 0 -- Delay
862 )
863 local Goals =
864 {
865 ImageTransparency = 1;
866 }
867
868 local tween = TweenService:Create(circle,Info,Goals)
869 tween:Play()
870 end)
871
872 --mygui.maintab.bodyframe.generalframe.generalgunframe.generalgunbutton.Script
873 local mouse = game.Players.LocalPlayer:GetMouse()
874
875
876 generalgunbutton.MouseButton1Down:connect(function()
877 local x = (mouse.X) - (generalgunbutton.AbsolutePosition.X)
878 local y = (mouse.Y) - (generalgunbutton.AbsolutePosition.Y)
879 generalgunlabel.Position = UDim2.new(0,x,0,y)
880 generalgunlabel.Size = UDim2.new(0,50,0,50)
881 generalgunlabel.ImageTransparency = 0.8
882 generalgunlabel.Visible = true
883
884 wait()
885
886 generalgunlabel:TweenSize(
887 UDim2.new(0,390,0,390),
888 "Out",
889 "Quint",
890 1
891 )
892 end)
893
894 generalgunbutton.MouseButton1Up:connect(function()
895 wait(0.35)
896 local TweenService = game:GetService("TweenService")
897 local circle = generalgunlabel
898
899 local Info = TweenInfo.new(
900 0.2, -- Length
901 Enum.EasingStyle.Linear, -- Easing Style
902 Enum.EasingDirection.Out, -- Easing Direction
903 0, -- Times repeated
904 false, -- Reverse
905 0 -- Delay
906 )
907 local Goals =
908 {
909 ImageTransparency = 1;
910 }
911
912 local tween = TweenService:Create(circle,Info,Goals)
913 tween:Play()
914 end)
915
916 --mygui.maintab.bodyframe.generalframe.generalcoinframe.generalcoinbutton.Script
917 local mouse = game.Players.LocalPlayer:GetMouse()
918
919
920 generalcoinbutton.MouseButton1Down:connect(function()
921 local x = (mouse.X) - (generalcoinbutton.AbsolutePosition.X)
922 local y = (mouse.Y) - (generalcoinbutton.AbsolutePosition.Y)
923 generalcoinlabel.Position = UDim2.new(0,x,0,y)
924 generalcoinlabel.Size = UDim2.new(0,50,0,50)
925 generalcoinlabel.ImageTransparency = 0.8
926 generalcoinlabel.Visible = true
927
928 wait()
929
930 generalcoinlabel:TweenSize(
931 UDim2.new(0,390,0,390),
932 "Out",
933 "Quint",
934 1
935 )
936 end)
937
938 generalcoinbutton.MouseButton1Up:connect(function()
939 wait(0.35)
940 local TweenService = game:GetService("TweenService")
941 local circle = generalcoinlabel
942
943 local Info = TweenInfo.new(
944 0.2, -- Length
945 Enum.EasingStyle.Linear, -- Easing Style
946 Enum.EasingDirection.Out, -- Easing Direction
947 0, -- Times repeated
948 false, -- Reverse
949 0 -- Delay
950 )
951 local Goals =
952 {
953 ImageTransparency = 1;
954 }
955
956 local tween = TweenService:Create(circle,Info,Goals)
957 tween:Play()
958 end)
959
960 --mygui.maintab.bodyframe.generalframe.generalespframe.generalespbutton.Script
961 local mouse = game.Players.LocalPlayer:GetMouse()
962
963
964 generalespbutton.MouseButton1Down:connect(function()
965 local x = (mouse.X) - (generalespbutton.AbsolutePosition.X)
966 local y = (mouse.Y) - (generalespbutton.AbsolutePosition.Y)
967 generalesplabel.Position = UDim2.new(0,x,0,y)
968 generalesplabel.Size = UDim2.new(0,50,0,50)
969 generalesplabel.ImageTransparency = 0.8
970 generalesplabel.Visible = true
971
972 wait()
973
974 generalesplabel:TweenSize(
975 UDim2.new(0,390,0,390),
976 "Out",
977 "Quint",
978 1
979 )
980 end)
981
982 generalespbutton.MouseButton1Up:connect(function()
983 wait(0.35)
984 local TweenService = game:GetService("TweenService")
985 local circle = generalesplabel
986
987 local Info = TweenInfo.new(
988 0.2, -- Length
989 Enum.EasingStyle.Linear, -- Easing Style
990 Enum.EasingDirection.Out, -- Easing Direction
991 0, -- Times repeated
992 false, -- Reverse
993 0 -- Delay
994 )
995 local Goals =
996 {
997 ImageTransparency = 1;
998 }
999
1000 local tween = TweenService:Create(circle,Info,Goals)
1001 tween:Play()
1002 end)
1003
1004 --mygui.maintab.bodyframe.lpframe.lpgodframe.lpgodbutton.Script
1005 local mouse = game.Players.LocalPlayer:GetMouse()
1006
1007
1008 lpgodbutton.MouseButton1Down:connect(function()
1009 local x = (mouse.X) - (lpgodbutton.AbsolutePosition.X)
1010 local y = (mouse.Y) - (lpgodbutton.AbsolutePosition.Y)
1011 lpgodbutton.lpgodlabel.Position = UDim2.new(0,x,0,y)
1012 lpgodbutton.lpgodlabel.Size = UDim2.new(0,50,0,50)
1013 lpgodbutton.lpgodlabel.ImageTransparency = 0.8
1014 lpgodbutton.lpgodlabel.Visible = true
1015
1016 wait()
1017
1018 lpgodbutton.lpgodlabel:TweenSize(
1019 UDim2.new(0,390,0,390),
1020 "Out",
1021 "Quint",
1022 1
1023 )
1024 end)
1025
1026 lpgodbutton.MouseButton1Up:connect(function()
1027 wait(0.35)
1028 local TweenService = game:GetService("TweenService")
1029 local circle = lpgodbutton.lpgodlabel
1030
1031 local Info = TweenInfo.new(
1032 0.2, -- Length
1033 Enum.EasingStyle.Linear, -- Easing Style
1034 Enum.EasingDirection.Out, -- Easing Direction
1035 0, -- Times repeated
1036 false, -- Reverse
1037 0 -- Delay
1038 )
1039 local Goals =
1040 {
1041 ImageTransparency = 1;
1042 }
1043
1044 local tween = TweenService:Create(circle,Info,Goals)
1045 tween:Play()
1046 end)
1047
1048 --mygui.maintab.bodyframe.lpframe.lpwalkframe.lpwalkbutton.Script
1049 local mouse = game.Players.LocalPlayer:GetMouse()
1050
1051
1052 lpwalkbutton.MouseButton1Down:connect(function()
1053 if game.Players.LocalPlayer.Character.Humanoid.WalkSpeed == 16 * 5 then
1054 lpwalkbutton.TextColor3 = Color3.new(1,128/255,0)
1055 lpwalkbutton.lpwalklabel.ImageColor3 = Color3.new(1,128/255,0)
1056 else
1057 lpwalkbutton.TextColor3 = Color3.new(0,157/255,1)
1058 lpwalkbutton.lpwalklabel.ImageColor3 = Color3.new(0,157/255,1)
1059 end
1060
1061 local x = (mouse.X) - (lpwalkbutton.AbsolutePosition.X)
1062 local y = (mouse.Y) - (lpwalkbutton.AbsolutePosition.Y)
1063 lpwalkbutton.lpwalklabel.Position = UDim2.new(0,x,0,y)
1064 lpwalkbutton.lpwalklabel.Size = UDim2.new(0,50,0,50)
1065 lpwalkbutton.lpwalklabel.ImageTransparency = 0.8
1066 lpwalkbutton.lpwalklabel.Visible = true
1067
1068 wait()
1069
1070 lpwalkbutton.lpwalklabel:TweenSize(
1071 UDim2.new(0,390,0,390),
1072 "Out",
1073 "Quint",
1074 1
1075 )
1076 end)
1077
1078 lpwalkbutton.MouseButton1Up:connect(function()
1079 wait(0.35)
1080 local TweenService = game:GetService("TweenService")
1081 local circle = lpwalkbutton.lpwalklabel
1082
1083 local Info = TweenInfo.new(
1084 0.2, -- Length
1085 Enum.EasingStyle.Linear, -- Easing Style
1086 Enum.EasingDirection.Out, -- Easing Direction
1087 0, -- Times repeated
1088 false, -- Reverse
1089 0 -- Delay
1090 )
1091 local Goals =
1092 {
1093 ImageTransparency = 1;
1094 }
1095
1096 local tween = TweenService:Create(circle,Info,Goals)
1097 tween:Play()
1098 end)
1099
1100 --mygui.maintab.bodyframe.lpframe.lpgravframe.lpgravbutton.Script
1101 local mouse = game.Players.LocalPlayer:GetMouse()
1102
1103 lpgravbutton.MouseButton1Down:connect(function()
1104 if game.Workspace.Gravity < 196.1 then
1105 lpgravbutton.TextColor3 = Color3.new(1,128/255,0)
1106 lpgravbutton.lpgravlabel.ImageColor3 = Color3.new(1,128/255,0)
1107 else
1108 lpgravbutton.TextColor3 = Color3.new(0,157/255,1)
1109 lpgravbutton.lpgravlabel.ImageColor3 = Color3.new(0,157/255,1)
1110 end
1111
1112 local x = (mouse.X) - (lpgravbutton.AbsolutePosition.X)
1113 local y = (mouse.Y) - (lpgravbutton.AbsolutePosition.Y)
1114 lpgravbutton.lpgravlabel.Position = UDim2.new(0,x,0,y)
1115 lpgravbutton.lpgravlabel.Size = UDim2.new(0,50,0,50)
1116 lpgravbutton.lpgravlabel.ImageTransparency = 0.8
1117 lpgravbutton.lpgravlabel.Visible = true
1118
1119 wait()
1120
1121 lpgravbutton.lpgravlabel:TweenSize(
1122 UDim2.new(0,390,0,390),
1123 "Out",
1124 "Quint",
1125 1
1126 )
1127 end)
1128
1129 lpgravbutton.MouseButton1Up:connect(function()
1130 wait(0.35)
1131 local TweenService = game:GetService("TweenService")
1132 local circle = lpgravbutton.lpgravlabel
1133
1134 local Info = TweenInfo.new(
1135 0.2, -- Length
1136 Enum.EasingStyle.Linear, -- Easing Style
1137 Enum.EasingDirection.Out, -- Easing Direction
1138 0, -- Times repeated
1139 false, -- Reverse
1140 0 -- Delay
1141 )
1142 local Goals =
1143 {
1144 ImageTransparency = 1;
1145 }
1146
1147 local tween = TweenService:Create(circle,Info,Goals)
1148 tween:Play()
1149 end)
1150
1151 --mygui.maintab.bodyframe.lpframe.lpjumpframe.lpjumpbutton.Script
1152 local mouse = game.Players.LocalPlayer:GetMouse()
1153
1154
1155 lpjumpbutton.MouseButton1Down:connect(function()
1156 if game.Players.LocalPlayer.Character.Humanoid.JumpPower == 100 then
1157 lpjumpbutton.TextColor3 = Color3.new(1,128/255,0)
1158 lpjumpbutton.lpjumplabel.ImageColor3 = Color3.new(1,128/255,0)
1159 else
1160 lpjumpbutton.TextColor3 = Color3.new(0,157/255,1)
1161 lpjumpbutton.lpjumplabel.ImageColor3 = Color3.new(0,157/255,1)
1162 end
1163
1164 local x = (mouse.X) - (lpjumpbutton.AbsolutePosition.X)
1165 local y = (mouse.Y) - (lpjumpbutton.AbsolutePosition.Y)
1166 lpjumpbutton.lpjumplabel.Position = UDim2.new(0,x,0,y)
1167 lpjumpbutton.lpjumplabel.Size = UDim2.new(0,50,0,50)
1168 lpjumpbutton.lpjumplabel.ImageTransparency = 0.8
1169 lpjumpbutton.lpjumplabel.Visible = true
1170
1171 wait()
1172
1173 lpjumpbutton.lpjumplabel:TweenSize(
1174 UDim2.new(0,390,0,390),
1175 "Out",
1176 "Quint",
1177 1
1178 )
1179 end)
1180
1181 lpjumpbutton.MouseButton1Up:connect(function()
1182 wait(0.35)
1183 local TweenService = game:GetService("TweenService")
1184 local circle = lpjumpbutton.lpjumplabel
1185
1186 local Info = TweenInfo.new(
1187 0.2, -- Length
1188 Enum.EasingStyle.Linear, -- Easing Style
1189 Enum.EasingDirection.Out, -- Easing Direction
1190 0, -- Times repeated
1191 false, -- Reverse
1192 0 -- Delay
1193 )
1194 local Goals =
1195 {
1196 ImageTransparency = 1;
1197 }
1198
1199 local tween = TweenService:Create(circle,Info,Goals)
1200 tween:Play()
1201 end)
1202
1203 --mygui.maintab.bodyframe.menuframe.generalbuttonframe.generalbutton.Script
1204 local mouse = game.Players.LocalPlayer:GetMouse()
1205
1206
1207 generalbutton.MouseButton1Down:connect(function()
1208 local x = (mouse.X) - (generalbutton.AbsolutePosition.X)
1209 local y = (mouse.Y) - (generalbutton.AbsolutePosition.Y)
1210 generalbutton.generalbuttonlabel.Position = UDim2.new(0,x,0,y)
1211 generalbutton.generalbuttonlabel.Size = UDim2.new(0,50,0,50)
1212 generalbutton.generalbuttonlabel.ImageTransparency = 0.8
1213 generalbutton.generalbuttonlabel.Visible = true
1214
1215 wait()
1216
1217 generalbutton.generalbuttonlabel:TweenSize(
1218 UDim2.new(0,390,0,390),
1219 "Out",
1220 "Quint",
1221 1
1222 )
1223 end)
1224
1225 generalbutton.MouseButton1Up:connect(function()
1226 wait(0.35)
1227 local TweenService = game:GetService("TweenService")
1228 local circle = generalbutton.generalbuttonlabel
1229
1230 local Info = TweenInfo.new(
1231 0.2, -- Length
1232 Enum.EasingStyle.Linear, -- Easing Style
1233 Enum.EasingDirection.Out, -- Easing Direction
1234 0, -- Times repeated
1235 false, -- Reverse
1236 0 -- Delay
1237 )
1238 local Goals =
1239 {
1240 ImageTransparency = 1;
1241 }
1242
1243 local tween = TweenService:Create(circle,Info,Goals)
1244 tween:Play()
1245 end)
1246
1247 --mygui.maintab.bodyframe.menuframe.generalbuttonframe.generalbutton.TransitionScript
1248 generalbutton.MouseButton1Click:connect(function()
1249 wait(0.25)
1250 menuframe:TweenPosition(
1251 UDim2.new(0,-256,0,0),
1252 "Out",
1253 "Quint",
1254 0.2
1255 )
1256 generalframe:TweenPosition(
1257 UDim2.new(0,0,0,0),
1258 "Out",
1259 "Quint",
1260 0.2
1261 )
1262 backbutton1.Visible = true
1263 backbutton1.Active = true
1264 maintab.title.Text = "General"
1265 maintab.title.TextSize = 19
1266 end)
1267
1268 --mygui.maintab.bodyframe.menuframe.lpbuttonframe.lpbutton.Script
1269 local mouse = game.Players.LocalPlayer:GetMouse()
1270
1271
1272 lpbutton.MouseButton1Down:connect(function()
1273 local x = (mouse.X) - (lpbutton.AbsolutePosition.X)
1274 local y = (mouse.Y) - (lpbutton.AbsolutePosition.Y)
1275 lpbutton.lpbuttonlabel.Position = UDim2.new(0,x,0,y)
1276 lpbutton.lpbuttonlabel.Size = UDim2.new(0,50,0,50)
1277 lpbutton.lpbuttonlabel.ImageTransparency = 0.8
1278 lpbutton.lpbuttonlabel.Visible = true
1279
1280 wait()
1281
1282 lpbuttonlabel:TweenSize(
1283 UDim2.new(0,390,0,390),
1284 "Out",
1285 "Quint",
1286 1
1287 )
1288 end)
1289
1290 lpbutton.MouseButton1Up:connect(function()
1291 wait(0.35)
1292 local TweenService = game:GetService("TweenService")
1293 local circle = lpbutton.lpbuttonlabel
1294
1295 local Info = TweenInfo.new(
1296 0.2, -- Length
1297 Enum.EasingStyle.Linear, -- Easing Style
1298 Enum.EasingDirection.Out, -- Easing Direction
1299 0, -- Times repeated
1300 false, -- Reverse
1301 0 -- Delay
1302 )
1303 local Goals =
1304 {
1305 ImageTransparency = 1;
1306 }
1307
1308 local tween = TweenService:Create(circle,Info,Goals)
1309 tween:Play()
1310 end)
1311
1312 --mygui.maintab.bodyframe.menuframe.lpbuttonframe.lpbutton.TransitionScript
1313 lpbutton.MouseButton1Click:connect(function()
1314 wait(0.25)
1315 menuframe:TweenPosition(
1316 UDim2.new(0,-256,0,0),
1317 "Out",
1318 "Quint",
1319 0.2
1320 )
1321 lpframe:TweenPosition(
1322 UDim2.new(0,0,0,0),
1323 "Out",
1324 "Quint",
1325 0.2
1326 )
1327 backbutton2.Visible = true
1328 backbutton2.Active = true
1329 maintab.title.Text = "Local Player"
1330 maintab.title.TextSize = 19
1331 end)
1332
1333 --mygui.maintab.bodyframe.menuframe.tpbuttonframe.tpbutton.Script
1334 local mouse = game.Players.LocalPlayer:GetMouse()
1335
1336
1337 tpbutton.MouseButton1Down:connect(function()
1338 local x = (mouse.X) - (tpbutton.AbsolutePosition.X)
1339 local y = (mouse.Y) - (tpbutton.AbsolutePosition.Y)
1340 tpbutton.tpbuttonlabel.Position = UDim2.new(0,x,0,y)
1341 tpbutton.tpbuttonlabel.Size = UDim2.new(0,0,0,0)
1342 tpbutton.tpbuttonlabel.ImageTransparency = 0.8
1343 tpbutton.tpbuttonlabel.Visible = true
1344
1345 wait()
1346
1347 tpbutton.tpbuttonlabel:TweenSize(
1348 UDim2.new(0,75,0,75),
1349 "Out",
1350 "Quint",
1351 0.9
1352 )
1353 end)
1354
1355 tpbutton.MouseButton1Up:connect(function()
1356 wait(0.35)
1357 local TweenService = game:GetService("TweenService")
1358 local circle = tpbutton.tpbuttonlabel
1359
1360 local Info = TweenInfo.new(
1361 0.2, -- Length
1362 Enum.EasingStyle.Linear, -- Easing Style
1363 Enum.EasingDirection.Out, -- Easing Direction
1364 0, -- Times repeated
1365 false, -- Reverse
1366 0 -- Delay
1367 )
1368 local Goals =
1369 {
1370 ImageTransparency = 1;
1371 }
1372
1373 local tween = TweenService:Create(circle,Info,Goals)
1374 tween:Play()
1375 end)
1376
1377 --mygui.maintab.bodyframe.menuframe.tptextbox.matscript
1378 --[[tptextbox.Focused:connect(function()
1379 local mouse = game.Players.LocalPlayer:GetMouse()
1380 tptextbox.tpunderline.BackgroundTransparency = 0
1381 local x = (mouse.X) - (tpbutton.AbsolutePosition.X)
1382 tpunderline.Position = UDim2.new(0,x,0,30) --insert correct offset in Y!!
1383
1384 wait()
1385 tptextbox.tpunderline:TweenSizeAndPosition(
1386 UDim2.new(0,156,0,2),
1387 UDim2.new(0,0,0,30),
1388 "Out",
1389 "Quint",
1390 0.2
1391 )
1392 end)]]--
1393
1394 --mygui.maintab.backbutton1.Script
1395 local mouse = game.Players.LocalPlayer:GetMouse()
1396
1397 backbutton1.MouseButton1Down:connect(function()
1398 backbutton1.backbutton1label.Position = UDim2.new(0.5,0,0.5,0)
1399 backbutton1.backbutton1label.Size = UDim2.new(0,0,0,0)
1400 backbutton1.backbutton1label.ImageTransparency = 0.8
1401 backbutton1.backbutton1label.Visible = true
1402
1403 wait()
1404
1405 backbutton1.backbutton1label:TweenSize(
1406 UDim2.new(0,60,0,60),
1407 "Out",
1408 "Quint",
1409 0.25
1410 )
1411 end)
1412
1413 backbutton1.MouseButton1Up:connect(function()
1414 wait(0.35)
1415 local TweenService = game:GetService("TweenService")
1416 local circle = backbutton1.backbutton1label
1417
1418 local Info = TweenInfo.new(
1419 0.2, -- Length
1420 Enum.EasingStyle.Linear, -- Easing Style
1421 Enum.EasingDirection.Out, -- Easing Direction
1422 0, -- Times repeated
1423 false, -- Reverse
1424 0 -- Delay
1425 )
1426 local Goals =
1427 {
1428 ImageTransparency = 1;
1429 }
1430
1431 local tween = TweenService:Create(circle,Info,Goals)
1432 tween:Play()
1433 end)
1434
1435 --mygui.maintab.backbutton1.TransitionScript
1436 backbutton1.MouseButton1Click:connect(function()
1437 wait(0.2)
1438 menuframe:TweenPosition(
1439 UDim2.new(0,0,0,0),
1440 "Out",
1441 "Quint",
1442 0.2
1443 )
1444 generalframe:TweenPosition(
1445 UDim2.new(0,256,0,0),
1446 "Out",
1447 "Quint",
1448 0.2
1449 )
1450 backbutton1.Visible = false
1451 backbutton1.Active = false
1452 maintab.title.Text = "MM2 Gui"
1453 maintab.title.TextSize = 20
1454 end)
1455
1456 --mygui.maintab.backbutton2.Script
1457 local mouse = game.Players.LocalPlayer:GetMouse()
1458
1459
1460 backbutton2.MouseButton1Down:connect(function()
1461 backbutton2.backbutton2label.Position = UDim2.new(0.5,0,0.5,0)
1462 backbutton2.backbutton2label.Size = UDim2.new(0,0,0,0)
1463 backbutton2.backbutton2label.ImageTransparency = 0.8
1464 backbutton2.backbutton2label.Visible = true
1465
1466 wait()
1467
1468 backbutton2.backbutton2label:TweenSize(
1469 UDim2.new(0,60,0,60),
1470 "Out",
1471 "Quint",
1472 0.25
1473 )
1474 end)
1475
1476 backbutton2.MouseButton1Up:connect(function()
1477 wait(0.35)
1478 local TweenService = game:GetService("TweenService")
1479 local circle = backbutton2.backbutton2label
1480
1481 local Info = TweenInfo.new(
1482 0.2, -- Length
1483 Enum.EasingStyle.Linear, -- Easing Style
1484 Enum.EasingDirection.Out, -- Easing Direction
1485 0, -- Times repeated
1486 false, -- Reverse
1487 0 -- Delay
1488 )
1489 local Goals =
1490 {
1491 ImageTransparency = 1;
1492 }
1493
1494 local tween = TweenService:Create(circle,Info,Goals)
1495 tween:Play()
1496 end)
1497
1498 --mygui.maintab.backbutton2.TransitionScript
1499 backbutton2.MouseButton1Click:connect(function()
1500 wait(0.2)
1501 menuframe:TweenPosition(
1502 UDim2.new(0,0,0,0),
1503 "Out",
1504 "Quint",
1505 0.2
1506 )
1507 lpframe:TweenPosition(
1508 UDim2.new(0,256,0,0),
1509 "Out",
1510 "Quint",
1511 0.2
1512 )
1513 backbutton2.Visible = false
1514 backbutton2.Active = false
1515 backbutton2.Parent.title.Text = "MM2 Gui"
1516 backbutton2.Parent.title.TextSize = 20
1517 end)
1518
1519 --mygui.maintab.creditsbutton.Script
1520 local mouse = game.Players.LocalPlayer:GetMouse()
1521
1522
1523 creditsbutton.MouseButton1Down:connect(function()
1524 local x = (mouse.X) - (creditsbutton.AbsolutePosition.X)
1525 local y = (mouse.Y) - (creditsbutton.AbsolutePosition.Y)
1526 creditsbutton.creditsiconlabel1.Position = UDim2.new(0,x,0,y)
1527 creditsbutton.creditsiconlabel1.Size = UDim2.new(0,0,0,0)
1528 creditsbutton.creditsiconlabel1.ImageTransparency = 0.8
1529 creditsbutton.creditsiconlabel1.Visible = true
1530
1531 wait()
1532
1533 creditsbutton.creditsiconlabel1:TweenSize(
1534 UDim2.new(0,75,0,75),
1535 "Out",
1536 "Quint",
1537 0.9
1538 )
1539 end)
1540
1541 creditsbutton.MouseButton1Up:connect(function()
1542 wait(0.35)
1543 local TweenService = game:GetService("TweenService")
1544 local circle = creditsbutton.creditsiconlabel1
1545
1546 local Info = TweenInfo.new(
1547 0.2, -- Length
1548 Enum.EasingStyle.Linear, -- Easing Style
1549 Enum.EasingDirection.Out, -- Easing Direction
1550 0, -- Times repeated
1551 false, -- Reverse
1552 0 -- Delay
1553 )
1554 local Goals =
1555 {
1556 ImageTransparency = 1;
1557 }
1558
1559 local tween = TweenService:Create(circle,Info,Goals)
1560 tween:Play()
1561 end)
1562
1563 --mygui.maintab.creditsbutton.CreditsWindowScript
1564 creditsbutton.MouseButton1Click:connect(function()
1565 creditstab.Visible = true
1566 creditstab.Active = true
1567 end)
1568
1569 --mygui.creditstab.closecredits.Script
1570 closecredits.MouseButton1Click:connect(function()
1571 creditstab.Visible = false
1572 creditstab.Active = false
1573 end)
1574
1575 --mygui.toggle.closeopen.CloseOpenScript
1576 closeopen.MouseButton1Click:connect(function()
1577 if
1578 (maintab.Visible == true) and
1579 (maintab.Active == true) then
1580 maintab.Visible = false
1581 maintab.Active = false
1582 closeopen.Text = "Open"
1583 else
1584 maintab.Visible = true
1585 maintab.Active = true
1586 closeopen.Text = "Close"
1587 end
1588 end)
1589
1590 --mygui.toggle.closeopen.Script
1591 local mouse = game.Players.LocalPlayer:GetMouse()
1592
1593
1594 closeopen.MouseButton1Down:connect(function()
1595 local x = (mouse.X) - (closeopen.AbsolutePosition.X)
1596 local y = (mouse.Y) - (closeopen.AbsolutePosition.Y)
1597 closeopen.closeopenlabel.Position = UDim2.new(0,x,0,y)
1598 closeopen.closeopenlabel.Size = UDim2.new(0,50,0,50)
1599 closeopen.closeopenlabel.ImageTransparency = 0.8
1600 closeopen.closeopenlabel.Visible = true
1601
1602 wait()
1603
1604 closeopen.closeopenlabel:TweenSize(
1605 UDim2.new(0,240,0,240),
1606 "Out",
1607 "Quint",
1608 1
1609 )
1610 end)
1611
1612 closeopen.MouseButton1Up:connect(function()
1613 wait(0.35)
1614 local TweenService = game:GetService("TweenService")
1615 local circle = closeopen.closeopenlabel
1616
1617 local Info = TweenInfo.new(
1618 0.2, -- Length
1619 Enum.EasingStyle.Linear, -- Easing Style
1620 Enum.EasingDirection.Out, -- Easing Direction
1621 0, -- Times repeated
1622 false, -- Reverse
1623 0 -- Delay
1624 )
1625 local Goals =
1626 {
1627 ImageTransparency = 1;
1628 }
1629
1630 local tween = TweenService:Create(circle,Info,Goals)
1631 tween:Play()
1632 end)
1633
1634 --mygui.toggle.closeall.Script
1635 closeall.MouseButton1Click:connect(function()
1636 mygui:Remove()
1637 end)
1638
1639 -- Scripts
1640
1641 lpgravbutton.MouseButton1Down:connect(function()
1642 if game.Workspace.Gravity > 196.1 then
1643 game.Workspace.Gravity = 50
1644 else
1645 game.Workspace.Gravity = 196.2
1646 end
1647 end)
1648
1649 lpwalkbutton.MouseButton1Down:connect(function()
1650 if game.Players.LocalPlayer.Character.Humanoid.WalkSpeed == 16 then
1651 game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16 * 5
1652 else
1653 game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
1654 end
1655 end)
1656
1657 lpjumpbutton.MouseButton1Down:connect(function()
1658 if game.Players.LocalPlayer.Character.Humanoid.JumpPower == 50 then
1659 game.Players.LocalPlayer.Character.Humanoid.JumpPower = 100
1660 else
1661 game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
1662 end
1663 end)
1664
1665 lpgodbutton.MouseButton1Down:connect(function()
1666 game.Players.LocalPlayer.Character.Humanoid:Remove()
1667 Instance.new('Humanoid', game.Players.LocalPlayer.Character)
1668 end)
1669
1670 generallobbybutton.MouseButton1Down:connect(function()
1671 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-109.56, 140, -11.75) + Vector3.new(1, 0, 0)
1672 end)
1673
1674 generalgunbutton.MouseButton1Down:connect(function()
1675 game.Workspace.GunDrop.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(2,0,0)
1676 end)
1677
1678 generalcoinbutton.MouseButton1Down:connect(function()
1679 for i = 10, 1, -1 do
1680 for i,v in pairs(game.Workspace:GetChildren()) do
1681 local s = v:FindFirstChild("CoinContainer")
1682 local e = game.Players.LocalPlayer.Character:FindFirstChild("Torso")
1683 if e and s then
1684 for i,c in pairs(s:GetChildren()) do
1685 c.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame
1686 end
1687 end
1688 end
1689 wait(0.7)
1690 end
1691 end)
1692
1693 --[[tpbutton.MouseButton1Down:connect(function()
1694 for i,v in pairs(game.Workspace:GetChildren()) do
1695 if tptextbox.Text:lower() == v.Name:lower() then
1696 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[v.Name].HumanoidRootPart.CFrame
1697 else
1698 print("Player not found")
1699 end
1700 end
1701 end)]]--
1702
1703
1704
1705
1706 --script
1707 local parent = tptextbox --insert textbox name!
1708 local mouse = game.Players.LocalPlayer:GetMouse()
1709
1710 local xsize = parent.Size.X.Offset
1711 local ysize = parent.Size.Y.Offset
1712 parent.Visible = true
1713 parent.Active = true
1714 parent.Selectable = true
1715
1716 local Underline = Instance.new("Frame")
1717 local UnderlineBase = Instance.new("Frame")
1718
1719 Underline.Name = "Underline"
1720 Underline.Parent = parent
1721 Underline.BackgroundColor3 = parent.TextColor3
1722 Underline.BorderSizePixel = 0
1723 Underline.Position = UDim2.new(0, 0, 1, 0)
1724 Underline.Size = UDim2.new(0, 0, 0, 1)
1725
1726 UnderlineBase.Name = "UnderlineBase"
1727 UnderlineBase.Parent = parent
1728 UnderlineBase.BackgroundColor3 = parent.TextColor3
1729 UnderlineBase.BackgroundTransparency = 0.85
1730 UnderlineBase.BorderSizePixel = 0
1731 UnderlineBase.Position = UDim2.new(0, 0, 1, 0)
1732 UnderlineBase.Size = UDim2.new(0, xsize, 0, 1)
1733
1734 parent.Focused:connect(function()
1735 local x = (mouse.X) - (parent.AbsolutePosition.X)
1736 Underline.BackgroundTransparency = 0
1737 Underline.Position = UDim2.new(0,x,1,0)
1738 wait()
1739 Underline:TweenSizeAndPosition(
1740 UDim2.new(0, xsize, 0, 1),
1741 UDim2.new(0, 0, 1, 0),
1742 "Out",
1743 "Quint",
1744 0.2
1745 )
1746 end)
1747
1748 parent.FocusLost:connect(function(enterPressed)
1749 if parent.Text == "" then
1750 parent.Text = "Player Name"
1751 end
1752
1753 local TweenService = game:GetService("TweenService")
1754
1755 local Info = TweenInfo.new(
1756 0.15,
1757 Enum.EasingStyle.Linear,
1758 Enum.EasingDirection.Out,
1759 0,
1760 false,
1761 0
1762 )
1763 local Goals =
1764 {
1765 BackgroundTransparency = 1;
1766 }
1767
1768 local tween = TweenService:Create(Underline,Info,Goals)
1769 tween:Play()
1770
1771 wait(0.15)
1772 Underline.Size = UDim2.new(0,0,0,1)
1773
1774 if enterPressed then
1775 for i,v in pairs(game.Workspace:GetChildren()) do
1776 if tptextbox.Text:lower() == v.Name:lower() then
1777 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[v.Name].HumanoidRootPart.CFrame
1778 else
1779 print("Player not found")
1780 end
1781 end
1782 print(true)
1783 elseif tptextbox.Text ~= "Player Name" then
1784 tptextbox.Text = "Press Enter to TP"
1785 end
1786 end)
1787
1788 --/script
1789
1790 if enterPressed then
1791 for i,v in pairs(game.Workspace:GetChildren()) do
1792 if tptextbox.Text:lower() == v.Name:lower() then
1793 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[v.Name].HumanoidRootPart.CFrame
1794 else
1795 print("Player not found")
1796 end
1797 end
1798 end
1799
1800 generalespbutton.MouseButton1Down:connect(function()
1801 --credits to Nebula Hub for the esp + aimbot
1802 PLAYER = game.Players.LocalPlayer
1803 MOUSE = PLAYER:GetMouse()
1804 CC = game.Workspace.CurrentCamera
1805
1806 ENABLED = false
1807 ESP_ENABLED = false
1808
1809 _G.FREE_FOR_ALL = true
1810
1811 _G.BIND = 50
1812 _G.ESP_BIND = 52
1813 _G.CHANGE_AIM = 'q'
1814
1815 _G.AIM_AT = 'Head'
1816
1817 wait(1)
1818
1819 function GetNearestPlayerToMouse()
1820 local PLAYERS = {}
1821 local PLAYER_HOLD = {}
1822 local DISTANCES = {}
1823 for i, v in pairs(game.Players:GetPlayers()) do
1824 if v ~= PLAYER then
1825 table.insert(PLAYERS, v)
1826 end
1827 end
1828 for i, v in pairs(PLAYERS) do
1829 if _G.FREE_FOR_ALL == false then
1830 if v and (v.Character) ~= nil and v.TeamColor ~= PLAYER.TeamColor then
1831 local AIM = v.Character:FindFirstChild(_G.AIM_AT)
1832 if AIM ~= nil then
1833 local DISTANCE = (AIM.Position - game.Workspace.CurrentCamera.CoordinateFrame.p).magnitude
1834 local RAY = Ray.new(game.Workspace.CurrentCamera.CoordinateFrame.p, (MOUSE.Hit.p - CC.CoordinateFrame.p).unit * DISTANCE)
1835 local HIT,POS = game.Workspace:FindPartOnRay(RAY, game.Workspace)
1836 local DIFF = math.floor((POS - AIM.Position).magnitude)
1837 PLAYER_HOLD[v.Name .. i] = {}
1838 PLAYER_HOLD[v.Name .. i].dist = DISTANCE
1839 PLAYER_HOLD[v.Name .. i].plr = v
1840 PLAYER_HOLD[v.Name .. i].diff = DIFF
1841 table.insert(DISTANCES, DIFF)
1842 end
1843 end
1844 elseif _G.FREE_FOR_ALL == true then
1845 local AIM = v.Character:FindFirstChild(_G.AIM_AT)
1846 if AIM ~= nil then
1847 local DISTANCE = (AIM.Position - game.Workspace.CurrentCamera.CoordinateFrame.p).magnitude
1848 local RAY = Ray.new(game.Workspace.CurrentCamera.CoordinateFrame.p, (MOUSE.Hit.p - CC.CoordinateFrame.p).unit * DISTANCE)
1849 local HIT,POS = game.Workspace:FindPartOnRay(RAY, game.Workspace)
1850 local DIFF = math.floor((POS - AIM.Position).magnitude)
1851 PLAYER_HOLD[v.Name .. i] = {}
1852 PLAYER_HOLD[v.Name .. i].dist = DISTANCE
1853 PLAYER_HOLD[v.Name .. i].plr = v
1854 PLAYER_HOLD[v.Name .. i].diff = DIFF
1855 table.insert(DISTANCES, DIFF)
1856 end
1857 end
1858 end
1859
1860 if unpack(DISTANCES) == nil then
1861 return false
1862 end
1863
1864 local L_DISTANCE = math.floor(math.min(unpack(DISTANCES)))
1865 if L_DISTANCE > 20 then
1866 return false
1867 end
1868
1869 for i, v in pairs(PLAYER_HOLD) do
1870 if v.diff == L_DISTANCE then
1871 return v.plr
1872 end
1873 end
1874 return false
1875 end
1876
1877 GUI_MAIN = Instance.new('ScreenGui', game.CoreGui)
1878 GUI_TARGET = Instance.new('TextLabel', GUI_MAIN)
1879 GUI_AIM_AT = Instance.new('TextLabel', GUI_MAIN)
1880
1881 GUI_MAIN.Name = 'AIMBOT'
1882
1883 GUI_TARGET.Size = UDim2.new(0,200,0,30)
1884 GUI_TARGET.BackgroundTransparency = 0.5
1885 GUI_TARGET.BackgroundColor = BrickColor.new('Fossil')
1886 GUI_TARGET.BorderSizePixel = 0
1887 GUI_TARGET.Position = UDim2.new(0.5,-100,0,0)
1888 GUI_TARGET.Text = 'AIMBOT : OFF'
1889 GUI_TARGET.TextColor3 = Color3.new(1,1,1)
1890 GUI_TARGET.TextStrokeTransparency = 1
1891 GUI_TARGET.TextWrapped = true
1892 GUI_TARGET.FontSize = 'Size24'
1893 GUI_TARGET.Font = 'SourceSansBold'
1894
1895 GUI_AIM_AT.Size = UDim2.new(0,200,0,20)
1896 GUI_AIM_AT.BackgroundTransparency = 0.5
1897 GUI_AIM_AT.BackgroundColor = BrickColor.new('Fossil')
1898 GUI_AIM_AT.BorderSizePixel = 0
1899 GUI_AIM_AT.Position = UDim2.new(0.5,-100,0,30)
1900 GUI_AIM_AT.Text = 'AIMING : HEAD'
1901 GUI_AIM_AT.TextColor3 = Color3.new(1,1,1)
1902 GUI_AIM_AT.TextStrokeTransparency = 1
1903 GUI_AIM_AT.TextWrapped = true
1904 GUI_AIM_AT.FontSize = 'Size18'
1905 GUI_AIM_AT.Font = 'SourceSansBold'
1906
1907 local TRACK = false
1908
1909 function CREATE(BASE, COLOR)
1910 local ESP_MAIN = Instance.new('BillboardGui', PLAYER.PlayerGui)
1911 local ESP_DOT = Instance.new('Frame', ESP_MAIN)
1912 local ESP_NAME = Instance.new('TextLabel', ESP_MAIN)
1913
1914 ESP_MAIN.Name = 'ESP'
1915 ESP_MAIN.Adornee = BASE
1916 ESP_MAIN.AlwaysOnTop = true
1917 ESP_MAIN.ExtentsOffset = Vector3.new(0, 1, 0)
1918 ESP_MAIN.Size = UDim2.new(0, 5, 0, 5)
1919
1920 ESP_DOT.Name = 'DOT'
1921 ESP_DOT.BackgroundColor3 = COLOR
1922 ESP_DOT.BackgroundTransparency = 0.3
1923 ESP_DOT.BorderSizePixel = 0
1924 ESP_DOT.Position = UDim2.new(-0.5, 0, -0.5, 0)
1925 ESP_DOT.Size = UDim2.new(2, 0, 2, 0)
1926 ESP_DOT.Visible = true
1927 ESP_DOT.ZIndex = 10
1928
1929 ESP_NAME.Name = 'NAME'
1930 ESP_NAME.BackgroundColor3 = Color3.new(255, 255, 255)
1931 ESP_NAME.BackgroundTransparency = 1
1932 ESP_NAME.BorderSizePixel = 0
1933 ESP_NAME.Position = UDim2.new(0, 0, 0, -40)
1934 ESP_NAME.Size = UDim2.new(1, 0, 10, 0)
1935 ESP_NAME.Visible = true
1936 ESP_NAME.ZIndex = 10
1937 ESP_NAME.Font = 'ArialBold'
1938 ESP_NAME.FontSize = 'Size14'
1939 ESP_NAME.Text = BASE.Parent.Name:upper()
1940 ESP_NAME.TextColor3 = COLOR
1941 end
1942
1943 function CLEAR()
1944 for _,v in pairs(PLAYER.PlayerGui:children()) do
1945 if v.Name == 'ESP' and v:IsA('BillboardGui') then
1946 v:Destroy()
1947 end
1948 end
1949 end
1950
1951 local Remote = game:service'ReplicatedStorage'.GetPlayerData
1952 local player_roles = Remote:InvokeServer()
1953 function FIND()
1954 CLEAR()
1955 TRACK = true
1956 spawn(function()
1957 while wait() do
1958 if TRACK then
1959 CLEAR()
1960 local a,b = ypcall(function()
1961 for name,player in pairs(player_roles)do
1962 if game:service'Players':FindFirstChild(name) ~= nil then
1963 local v = game:service'Players':FindFirstChild(name)
1964 if v.Character and v.Character:FindFirstChild('Head') then
1965 if v.Character:FindFirstChild('Head') then
1966 if player.Dead ~= true then
1967 if player.Role == "Murderer"then
1968 CREATE(v.Character.Head, Color3.new(1,0,0))
1969 elseif player.Role == "Sheriff" or player.Role == "Hero" then
1970 CREATE(v.Character.Head, Color3.new(0,0,1))
1971 else
1972 CREATE(v.Character.Head, Color3.new(0,1,0))
1973 end
1974 end
1975 end
1976 end
1977 end
1978 end
1979 end)
1980 end
1981 end
1982 wait(1)
1983 end)
1984 end
1985 coroutine.wrap(function()
1986 while wait()do
1987 player_roles = Remote:InvokeServer()
1988 end
1989 end)()
1990
1991 MOUSE.KeyDown:connect(function(KEY)
1992 KEY = KEY:lower():byte()
1993 if KEY == _G.BIND then
1994 ENABLED = true
1995 end
1996 end)
1997
1998 MOUSE.KeyUp:connect(function(KEY)
1999 KEY = KEY:lower():byte()
2000 if KEY == _G.BIND then
2001 ENABLED = false
2002 end
2003 end)
2004
2005 MOUSE.KeyDown:connect(function(KEY)
2006 KEY = KEY:lower():byte()
2007 if KEY == _G.ESP_BIND then
2008 if ESP_ENABLED == false then
2009 FIND()
2010 ESP_ENABLED = true
2011 print('ESP : ON')
2012 elseif ESP_ENABLED == true then
2013 wait()
2014 CLEAR()
2015 TRACK = false
2016 ESP_ENABLED = false
2017 print('ESP : OFF')
2018 end
2019 end
2020 end)
2021
2022 MOUSE.KeyDown:connect(function(KEY)
2023 if KEY == _G.CHANGE_AIM then
2024 if _G.AIM_AT == 'Head' then
2025 _G.AIM_AT = 'Torso'
2026 GUI_AIM_AT.Text = 'AIMING : TORSO'
2027 elseif _G.AIM_AT == 'Torso' then
2028 _G.AIM_AT = 'Head'
2029 GUI_AIM_AT.Text = 'AIMING : HEAD'
2030 end
2031 end
2032 end)
2033
2034 game:GetService('RunService').RenderStepped:connect(function()
2035 if ENABLED then
2036 local TARGET = GetNearestPlayerToMouse()
2037 if (TARGET ~= false) then
2038 local AIM = TARGET.Character:FindFirstChild(_G.AIM_AT)
2039 if AIM then
2040 CC.CoordinateFrame = CFrame.new(CC.CoordinateFrame.p, AIM.CFrame.p)
2041 end
2042 GUI_TARGET.Text = 'AIMBOT : '.. TARGET.Name:sub(1, 5)
2043 else
2044 GUI_TARGET.Text = 'AIMBOT : OFF'
2045 end
2046 end
2047 end)
2048
2049 repeat
2050 wait()
2051 if ESP_ENABLED == true then
2052 FIND()
2053 end
2054 until ESP_ENABLED == false
2055
2056
2057 wait()
2058
2059 _G.FREE_FOR_ALL = true
2060
2061 _G.BIND = 50 -- LEFT CTRL
2062 _G.ESP_BIND = 52 -- LEFT ALT
2063 end)
2064
2065 local plr = game.Players.LocalPlayer
2066
2067 plr:GetMouse().KeyDown:connect(function(KeyUp)
2068 if KeyUp == "0" then
2069 plr.Character.Humanoid.WalkSpeed = 35
2070 end
2071 end)
2072
2073 plr:GetMouse().KeyUp:connect(function(KeyUp)
2074 if KeyUp == "0" then
2075 plr.Character.Humanoid.WalkSpeed = 16
2076 end
2077 end)
2078 end
2079
2080 script.Parent.MouseButton1Click:connect(clicked)
2081
2082end
2083coroutine.resume(coroutine.create(SCRIPT_VGNN78_FAKESCRIPT))
2084function SCRIPT_PYSD77_FAKESCRIPT() -- TextButton_3.LocalScript
2085 getfenv().script = Instance.new('LocalScript', TextButton_3)
2086
2087 function clicked()
2088 local antiafk = false
2089
2090 local AntiAFKKickGUI = Instance.new("ScreenGui")
2091 local MainFrame = Instance.new("Frame")
2092 local Button = Instance.new("TextButton")
2093 local Deco = Instance.new("TextLabel")
2094
2095 AntiAFKKickGUI.Name = "AntiAFKKickGUI"
2096 AntiAFKKickGUI.Parent = game.CoreGui
2097
2098 MainFrame.Name = "MainFrame"
2099 MainFrame.Parent = AntiAFKKickGUI
2100 MainFrame.Active = true
2101 MainFrame.BackgroundColor3 = Color3.new(0.596978, 0.436078, 0.996978)
2102 MainFrame.BorderSizePixel = 0
2103 MainFrame.Draggable = true
2104 MainFrame.Position = UDim2.new(0.25, 0, 0.25, 0)
2105 MainFrame.Size = UDim2.new(0.150000006, 0, 0.100000001, 0)
2106
2107 Button.Name = "Button"
2108 Button.Parent = MainFrame
2109 Button.BackgroundColor3 = Color3.new(0, 0, 0)
2110 Button.BorderSizePixel = 0
2111 Button.Position = UDim2.new(0.25, 0, 0.400000006, 0)
2112 Button.Size = UDim2.new(0.5, 0, 0.400000006, 0)
2113 Button.Font = Enum.Font.SourceSans
2114 Button.FontSize = Enum.FontSize.Size14
2115 Button.Text = "FUCK ITS OFF"
2116 Button.TextColor3 = Color3.new(1, 0, 0)
2117 Button.TextScaled = true
2118 Button.TextSize = 14
2119 Button.TextWrapped = true
2120
2121 Deco.Name = "Deco"
2122 Deco.Parent = MainFrame
2123 Deco.BackgroundColor3 = Color3.new(1, 1, 1)
2124 Deco.BackgroundTransparency = 0.89999997615814
2125 Deco.BorderSizePixel = 0
2126 Deco.Size = UDim2.new(1, 0, 0.300000012, 0)
2127 Deco.Font = Enum.Font.SourceSansBold
2128 Deco.FontSize = Enum.FontSize.Size14
2129 Deco.Text = "ANTI AFK"
2130 Deco.TextColor3 = Color3.new(1, 1, 1)
2131 Deco.TextScaled = true
2132 Deco.TextSize = 14
2133 Deco.TextWrapped = true
2134
2135 Button.MouseButton1Down:connect(function()
2136 if antiafk == false then
2137 antiafk = true
2138 Button.TextColor3 = Color3.new(0, 1, 0)
2139 Button.Text = "THAT SHIT ON"
2140 else
2141 antiafk = false
2142 Button.TextColor3 = Color3.new(1, 0, 0)
2143 Button.Text = "THAT SHIT OFF"
2144 end
2145 end)
2146
2147 spawn(function()
2148 while true do
2149 wait()
2150 if antiafk == true then
2151 wait(math.random(0.3,1))
2152 local a = math.random(1,5)
2153 if a == 1 then
2154 keypress(0x57)
2155 wait()
2156 keyrelease(0x57)
2157 end
2158 if a == 2 then
2159 keypress(0x53)
2160 wait()
2161 keyrelease(0x53)
2162 end
2163 if a == 3 then
2164 keypress(0x44)
2165 wait()
2166 keyrelease(0x44)
2167 end
2168 if a == 4 then
2169 keypress(0x41)
2170 wait()
2171 keyrelease(0x41)
2172 end
2173 if a == 5 then
2174 --keypress(0x20)
2175 wait() -- uncomment if you want to enable spacebar
2176 --keyrelease(0x20)
2177 end
2178 end
2179 end
2180 end)
2181 end
2182
2183 script.Parent.MouseButton1Click:connect(clicked)
2184
2185end
2186coroutine.resume(coroutine.create(SCRIPT_PYSD77_FAKESCRIPT))
2187function SCRIPT_XARK71_FAKESCRIPT() -- TextButton_4.LocalScript
2188 getfenv().script = Instance.new('LocalScript', TextButton_4)
2189
2190 function clicked()
2191 -- Credit to Timeless/xFunnieuss for the partial names/short names
2192
2193 -- Objects
2194
2195 local HyperTotal = Instance.new("ScreenGui")
2196 local MainFrame = Instance.new("Frame")
2197 local TopFrame = Instance.new("Frame")
2198 local Title = Instance.new("TextLabel")
2199 local EnterUsername = Instance.new("TextBox")
2200 local CloseGUI = Instance.new("TextButton")
2201 local CreditTXT = Instance.new("TextLabel")
2202 local Sections = Instance.new("Frame")
2203 local INTRO = Instance.new("Frame")
2204 local FE_CHECK = Instance.new("TextLabel")
2205 local Guide1 = Instance.new("TextLabel")
2206 local Guide2 = Instance.new("TextLabel")
2207 local Credit = Instance.new("TextLabel")
2208 local RocketPropulsion = Instance.new("Frame")
2209 local ROCKETPROPULSIONGUIDE = Instance.new("TextLabel")
2210 local Push = Instance.new("TextButton")
2211 local Flatten = Instance.new("TextButton")
2212 local Float = Instance.new("TextButton")
2213 local Max = Instance.new("TextButton")
2214 local AimHead = Instance.new("TextButton")
2215 local SlowAttract = Instance.new("TextButton")
2216 local Experimental = Instance.new("TextButton")
2217 local Multiple = Instance.new("TextButton")
2218 local Teleportation = Instance.new("Frame")
2219 local TELEPORTATIONGUIDE = Instance.new("TextLabel")
2220 local TeleportTo = Instance.new("TextButton")
2221 local LockOn = Instance.new("TextButton")
2222 local LockArm = Instance.new("TextButton")
2223 local LockLeg = Instance.new("TextButton")
2224 local LockHead = Instance.new("TextButton")
2225 local LockMax = Instance.new("TextButton")
2226 local LockAbove = Instance.new("TextButton")
2227 local Trail = Instance.new("TextButton")
2228 local Tools = Instance.new("Frame")
2229 local TOOLSGUIDE = Instance.new("TextLabel")
2230 local Kill = Instance.new("TextButton")
2231 local KillSurvive = Instance.new("TextButton")
2232 local Attach = Instance.new("TextButton")
2233 local Bring = Instance.new("TextButton")
2234 local SuperSpin = Instance.new("TextButton")
2235 local FreeFall = Instance.new("TextButton")
2236 local AttachExperimental = Instance.new("TextButton")
2237 local GiveTool = Instance.new("TextButton")
2238 local Basic = Instance.new("Frame")
2239 local BASICGUIDE = Instance.new("TextLabel")
2240 local Speed = Instance.new("TextButton")
2241 local JumpHeight = Instance.new("TextButton")
2242 local Chat = Instance.new("TextButton")
2243 local Spam = Instance.new("TextButton")
2244 local Fly = Instance.new("TextButton")
2245 local Noclip = Instance.new("TextButton")
2246 local HipHeight = Instance.new("TextButton")
2247 local STATCHANGE = Instance.new("TextBox")
2248 local CHATBOX = Instance.new("TextBox")
2249 local Local_Player = Instance.new("Frame")
2250 local Local_PlayerGUIDE = Instance.new("TextLabel")
2251 local CrazySpin = Instance.new("TextButton")
2252 local CrouchRocket = Instance.new("TextButton")
2253 local Haunted = Instance.new("TextButton")
2254 local CloneIllusion = Instance.new("TextButton")
2255 local Levitate = Instance.new("TextButton")
2256 local Dinosaur = Instance.new("TextButton")
2257 local Glitchy = Instance.new("TextButton")
2258 local NoLimbs = Instance.new("TextButton")
2259 local Animations = Instance.new("Frame")
2260 local ANIMATIONSGUIDE = Instance.new("TextLabel")
2261 local _18 = Instance.new("TextButton")
2262 local Hide = Instance.new("TextButton")
2263 local PushLock = Instance.new("TextButton")
2264 local SlamOn = Instance.new("TextButton")
2265 local LevitateOn = Instance.new("TextButton")
2266 local Dance = Instance.new("TextButton")
2267 local ExperimentalAnimation = Instance.new("TextButton")
2268 local Carpet = Instance.new("TextButton")
2269 local Extra = Instance.new("Frame")
2270 local EXTRAGUIDE = Instance.new("TextLabel")
2271 local Sit = Instance.new("TextButton")
2272 local Jump = Instance.new("TextButton")
2273 local PlatformStand = Instance.new("TextButton")
2274 local Freeze = Instance.new("TextButton")
2275 local Insane = Instance.new("TextButton")
2276 local TPVoid = Instance.new("TextButton")
2277 local Unknown = Instance.new("TextButton")
2278 local Reset = Instance.new("TextButton")
2279 local SelectTabs = Instance.new("ScrollingFrame")
2280 local RocketPropulsionTAB = Instance.new("TextButton")
2281 local TeleportationTAB = Instance.new("TextButton")
2282 local ToolsTAB = Instance.new("TextButton")
2283 local AnimationsTAB = Instance.new("TextButton")
2284 local BasicTAB = Instance.new("TextButton")
2285 local Local_PlayerTAB = Instance.new("TextButton")
2286 local ExtraTAB = Instance.new("TextButton")
2287 local SideTopFrame = Instance.new("Frame")
2288 local SideTitle = Instance.new("TextLabel")
2289 local OpenGUI = Instance.new("TextButton")
2290 local SideCreditTXT = Instance.new("TextLabel")
2291 local SideFrame = Instance.new("Frame")
2292 local BrickFrame = Instance.new("Frame")
2293
2294 -- Properties
2295
2296 HyperTotal.Name = "HyperTotal"
2297 HyperTotal.Parent = game.CoreGui
2298
2299 MainFrame.Name = "MainFrame"
2300 MainFrame.Parent = HyperTotal
2301 MainFrame.Active = true
2302 MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
2303 MainFrame.BackgroundTransparency = 1
2304 MainFrame.Draggable = true
2305 MainFrame.Position = UDim2.new(0.348623842, 0, 1, 0)
2306 MainFrame.Size = UDim2.new(0, 350, 0, 270)
2307
2308 TopFrame.Name = "TopFrame"
2309 TopFrame.Parent = MainFrame
2310 TopFrame.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
2311 TopFrame.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569)
2312 TopFrame.BorderSizePixel = 2
2313 TopFrame.Position = UDim2.new(-0.286500663, 0, 0, 0)
2314 TopFrame.Size = UDim2.new(0, 450, 0, 40)
2315 TopFrame.ZIndex = 9
2316
2317 Title.Name = "Title"
2318 Title.Parent = TopFrame
2319 Title.BackgroundColor3 = Color3.new(1, 1, 1)
2320 Title.BackgroundTransparency = 1
2321 Title.Position = UDim2.new(0.356534153, 0, 0, 0)
2322 Title.Size = UDim2.new(0, 150, 0, 40)
2323 Title.ZIndex = 10
2324 Title.Font = Enum.Font.SourceSansItalic
2325 Title.FontSize = Enum.FontSize.Size36
2326 Title.Text = "HyperTotal"
2327 Title.TextColor3 = Color3.new(0.933333, 0.670588, 0.0509804)
2328 Title.TextSize = 35
2329 Title.TextWrapped = true
2330
2331 EnterUsername.Name = "EnterUsername"
2332 EnterUsername.Parent = TopFrame
2333 EnterUsername.BackgroundColor3 = Color3.new(1, 1, 1)
2334 EnterUsername.BorderColor3 = Color3.new(0.968628, 0.698039, 0.0588235)
2335 EnterUsername.BorderSizePixel = 2
2336 EnterUsername.Position = UDim2.new(0.0199999996, 0, 0.200000003, 0)
2337 EnterUsername.Size = UDim2.new(0, 120, 0, 24)
2338 EnterUsername.ZIndex = 10
2339 EnterUsername.Font = Enum.Font.SourceSans
2340 EnterUsername.FontSize = Enum.FontSize.Size14
2341 EnterUsername.Text = ""
2342 EnterUsername.TextScaled = true
2343 EnterUsername.TextSize = 14
2344 EnterUsername.TextWrapped = true
2345
2346 CloseGUI.Name = "CloseGUI"
2347 CloseGUI.Parent = TopFrame
2348 CloseGUI.BackgroundColor3 = Color3.new(1, 1, 1)
2349 CloseGUI.BackgroundTransparency = 1
2350 CloseGUI.Position = UDim2.new(0.913618803, 0, 0, 0)
2351 CloseGUI.Size = UDim2.new(0, 40, 0, 40)
2352 CloseGUI.ZIndex = 10
2353 CloseGUI.Font = Enum.Font.SourceSansBold
2354 CloseGUI.FontSize = Enum.FontSize.Size60
2355 CloseGUI.Text = "X"
2356 CloseGUI.TextColor3 = Color3.new(1, 0.631373, 0.109804)
2357 CloseGUI.TextSize = 50
2358 CloseGUI.TextWrapped = true
2359
2360 CreditTXT.Name = "CreditTXT"
2361 CreditTXT.Parent = TopFrame
2362 CreditTXT.BackgroundColor3 = Color3.new(1, 1, 1)
2363 CreditTXT.BackgroundTransparency = 1
2364 CreditTXT.Position = UDim2.new(0.690784931, 0, 0.250416666, 0)
2365 CreditTXT.Rotation = -17
2366 CreditTXT.Size = UDim2.new(0, 90, 0, 20)
2367 CreditTXT.ZIndex = 10
2368 CreditTXT.Font = Enum.Font.SourceSansItalic
2369 CreditTXT.FontSize = Enum.FontSize.Size24
2370 CreditTXT.Text = "illremember"
2371 CreditTXT.TextColor3 = Color3.new(0.933333, 0.819608, 0.737255)
2372 CreditTXT.TextSize = 20
2373 CreditTXT.TextWrapped = true
2374
2375 Sections.Name = "Sections"
2376 Sections.Parent = MainFrame
2377 Sections.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
2378 Sections.BackgroundTransparency = 1
2379 Sections.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569)
2380 Sections.BorderSizePixel = 2
2381 Sections.Position = UDim2.new(0, 0, 0.148395061, 0)
2382 Sections.Size = UDim2.new(0, 350, 0, 230)
2383
2384 INTRO.Name = "INTRO"
2385 INTRO.Parent = Sections
2386 INTRO.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
2387 INTRO.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569)
2388 INTRO.BorderSizePixel = 2
2389 INTRO.Size = UDim2.new(0, 350, 0, 230)
2390
2391 FE_CHECK.Name = "FE_CHECK"
2392 FE_CHECK.Parent = INTRO
2393 FE_CHECK.BackgroundColor3 = Color3.new(1, 1, 1)
2394 FE_CHECK.BackgroundTransparency = 1
2395 FE_CHECK.Position = UDim2.new(0.0286500659, 0, 0.0435507223, 0)
2396 FE_CHECK.Size = UDim2.new(0, 332, 0, 50)
2397 FE_CHECK.Font = Enum.Font.ArialBold
2398 FE_CHECK.FontSize = Enum.FontSize.Size14
2399 FE_CHECK.Text = "Error loading FE Checker"
2400 FE_CHECK.TextScaled = true
2401 FE_CHECK.TextSize = 14
2402 FE_CHECK.TextWrapped = true
2403
2404 Guide1.Name = "Guide1"
2405 Guide1.Parent = INTRO
2406 Guide1.BackgroundColor3 = Color3.new(1, 1, 1)
2407 Guide1.BackgroundTransparency = 1
2408 Guide1.Position = UDim2.new(0.0286500659, 0, 0.653260887, 0)
2409 Guide1.Size = UDim2.new(0, 332, 0, 80)
2410 Guide1.Font = Enum.Font.ArialBold
2411 Guide1.FontSize = Enum.FontSize.Size14
2412 Guide1.Text = "Click on one of the sections to the left to begin exploiting FE Sections! Enter a name in the textbox (top left) to affect that player. You don't have to write their full username."
2413 Guide1.TextScaled = true
2414 Guide1.TextSize = 14
2415 Guide1.TextStrokeColor3 = Color3.new(0.831373, 0.831373, 0.831373)
2416 Guide1.TextStrokeTransparency = 0.5
2417 Guide1.TextWrapped = true
2418
2419 Guide2.Name = "Guide2"
2420 Guide2.Parent = INTRO
2421 Guide2.BackgroundColor3 = Color3.new(1, 1, 1)
2422 Guide2.BackgroundTransparency = 1
2423 Guide2.Position = UDim2.new(0.0286500659, 0, 0.217753619, 0)
2424 Guide2.Size = UDim2.new(0, 332, 0, 50)
2425 Guide2.Font = Enum.Font.ArialBold
2426 Guide2.FontSize = Enum.FontSize.Size14
2427 Guide2.Text = "This GUI is dedicated to exploiting FE Sections, affecting yourself and others"
2428 Guide2.TextScaled = true
2429 Guide2.TextSize = 14
2430 Guide2.TextStrokeColor3 = Color3.new(1, 0.658824, 0.0666667)
2431 Guide2.TextStrokeTransparency = 0
2432 Guide2.TextWrapped = true
2433
2434 Credit.Name = "Credit"
2435 Credit.Parent = INTRO
2436 Credit.BackgroundColor3 = Color3.new(1, 1, 1)
2437 Credit.BackgroundTransparency = 1
2438 Credit.Position = UDim2.new(0.0286500659, 0, 0.435507238, 0)
2439 Credit.Size = UDim2.new(0, 332, 0, 50)
2440 Credit.Font = Enum.Font.ArialBold
2441 Credit.FontSize = Enum.FontSize.Size14
2442 Credit.Text = "By illremember"
2443 Credit.TextColor3 = Color3.new(0.92549, 0.607843, 0.0901961)
2444 Credit.TextScaled = true
2445 Credit.TextSize = 14
2446 Credit.TextStrokeColor3 = Color3.new(1, 0.658824, 0.0666667)
2447 Credit.TextWrapped = true
2448
2449 RocketPropulsion.Name = "RocketPropulsion"
2450 RocketPropulsion.Parent = Sections
2451 RocketPropulsion.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
2452 RocketPropulsion.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569)
2453 RocketPropulsion.BorderSizePixel = 2
2454 RocketPropulsion.Size = UDim2.new(0, 350, 0, 230)
2455 RocketPropulsion.Visible = false
2456
2457 ROCKETPROPULSIONGUIDE.Name = "ROCKETPROPULSIONGUIDE"
2458 ROCKETPROPULSIONGUIDE.Parent = RocketPropulsion
2459 ROCKETPROPULSIONGUIDE.BackgroundColor3 = Color3.new(1, 1, 1)
2460 ROCKETPROPULSIONGUIDE.BackgroundTransparency = 1
2461 ROCKETPROPULSIONGUIDE.Position = UDim2.new(0.0286500659, 0, 0.0435507223, 0)
2462 ROCKETPROPULSIONGUIDE.Size = UDim2.new(0, 332, 0, 35)
2463 ROCKETPROPULSIONGUIDE.Font = Enum.Font.ArialBold
2464 ROCKETPROPULSIONGUIDE.FontSize = Enum.FontSize.Size14
2465 ROCKETPROPULSIONGUIDE.Text = "Fling and push others, works best in a group of people."
2466 ROCKETPROPULSIONGUIDE.TextScaled = true
2467 ROCKETPROPULSIONGUIDE.TextSize = 14
2468 ROCKETPROPULSIONGUIDE.TextStrokeColor3 = Color3.new(1, 0.658824, 0.0666667)
2469 ROCKETPROPULSIONGUIDE.TextStrokeTransparency = 0
2470 ROCKETPROPULSIONGUIDE.TextWrapped = true
2471
2472 Push.Name = "Push"
2473 Push.Parent = RocketPropulsion
2474 Push.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
2475 Push.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
2476 Push.Position = UDim2.new(0.0286500659, 0, 0.261304349, 0)
2477 Push.Size = UDim2.new(0, 140, 0, 25)
2478 Push.Font = Enum.Font.SourceSans
2479 Push.FontSize = Enum.FontSize.Size14
2480 Push.Text = "Push"
2481 Push.TextScaled = true
2482 Push.TextSize = 14
2483 Push.TextWrapped = true
2484
2485 Flatten.Name = "Flatten"
2486 Flatten.Parent = RocketPropulsion
2487 Flatten.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
2488 Flatten.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
2489 Flatten.Position = UDim2.new(0.54435122, 0, 0.261304349, 0)
2490 Flatten.Size = UDim2.new(0, 140, 0, 25)
2491 Flatten.Font = Enum.Font.SourceSans
2492 Flatten.FontSize = Enum.FontSize.Size14
2493 Flatten.Text = "Flatten"
2494 Flatten.TextScaled = true
2495 Flatten.TextSize = 14
2496 Flatten.TextWrapped = true
2497
2498 Float.Name = "Float"
2499 Float.Parent = RocketPropulsion
2500 Float.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
2501 Float.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
2502 Float.Position = UDim2.new(0.54435122, 0, 0.435507238, 0)
2503 Float.Size = UDim2.new(0, 140, 0, 25)
2504 Float.Font = Enum.Font.SourceSans
2505 Float.FontSize = Enum.FontSize.Size14
2506 Float.Text = "Float"
2507 Float.TextScaled = true
2508 Float.TextSize = 14
2509 Float.TextWrapped = true
2510
2511 Max.Name = "Max"
2512 Max.Parent = RocketPropulsion
2513 Max.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
2514 Max.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
2515 Max.Position = UDim2.new(0.0286500659, 0, 0.435507238, 0)
2516 Max.Size = UDim2.new(0, 140, 0, 25)
2517 Max.Font = Enum.Font.SourceSans
2518 Max.FontSize = Enum.FontSize.Size14
2519 Max.Text = "Max"
2520 Max.TextScaled = true
2521 Max.TextSize = 14
2522 Max.TextWrapped = true
2523
2524 AimHead.Name = "AimHead"
2525 AimHead.Parent = RocketPropulsion
2526 AimHead.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
2527 AimHead.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
2528 AimHead.Position = UDim2.new(0.0286500659, 0, 0.609710157, 0)
2529 AimHead.Size = UDim2.new(0, 140, 0, 25)
2530 AimHead.Font = Enum.Font.SourceSans
2531 AimHead.FontSize = Enum.FontSize.Size14
2532 AimHead.Text = "AimHead"
2533 AimHead.TextScaled = true
2534 AimHead.TextSize = 14
2535 AimHead.TextWrapped = true
2536
2537 SlowAttract.Name = "SlowAttract"
2538 SlowAttract.Parent = RocketPropulsion
2539 SlowAttract.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
2540 SlowAttract.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
2541 SlowAttract.Position = UDim2.new(0.54435122, 0, 0.609710157, 0)
2542 SlowAttract.Size = UDim2.new(0, 140, 0, 25)
2543 SlowAttract.Font = Enum.Font.SourceSans
2544 SlowAttract.FontSize = Enum.FontSize.Size14
2545 SlowAttract.Text = "SlowAttract"
2546 SlowAttract.TextScaled = true
2547 SlowAttract.TextSize = 14
2548 SlowAttract.TextWrapped = true
2549
2550 Experimental.Name = "Experimental"
2551 Experimental.Parent = RocketPropulsion
2552 Experimental.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
2553 Experimental.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
2554 Experimental.Position = UDim2.new(0.54435122, 0, 0.783913076, 0)
2555 Experimental.Size = UDim2.new(0, 140, 0, 25)
2556 Experimental.Font = Enum.Font.SourceSans
2557 Experimental.FontSize = Enum.FontSize.Size14
2558 Experimental.Text = "Experimental"
2559 Experimental.TextScaled = true
2560 Experimental.TextSize = 14
2561 Experimental.TextWrapped = true
2562
2563 Multiple.Name = "Multiple"
2564 Multiple.Parent = RocketPropulsion
2565 Multiple.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
2566 Multiple.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
2567 Multiple.Position = UDim2.new(0.0286500659, 0, 0.783913076, 0)
2568 Multiple.Size = UDim2.new(0, 140, 0, 25)
2569 Multiple.Font = Enum.Font.SourceSans
2570 Multiple.FontSize = Enum.FontSize.Size14
2571 Multiple.Text = "Multiple"
2572 Multiple.TextScaled = true
2573 Multiple.TextSize = 14
2574 Multiple.TextWrapped = true
2575
2576 Teleportation.Name = "Teleportation"
2577 Teleportation.Parent = Sections
2578 Teleportation.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
2579 Teleportation.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569)
2580 Teleportation.BorderSizePixel = 2
2581 Teleportation.Size = UDim2.new(0, 350, 0, 230)
2582 Teleportation.Visible = false
2583
2584 TELEPORTATIONGUIDE.Name = "TELEPORTATIONGUIDE"
2585 TELEPORTATIONGUIDE.Parent = Teleportation
2586 TELEPORTATIONGUIDE.BackgroundColor3 = Color3.new(1, 1, 1)
2587 TELEPORTATIONGUIDE.BackgroundTransparency = 1
2588 TELEPORTATIONGUIDE.Position = UDim2.new(0.0286500659, 0, 0.0435507223, 0)
2589 TELEPORTATIONGUIDE.Size = UDim2.new(0, 332, 0, 35)
2590 TELEPORTATIONGUIDE.Font = Enum.Font.ArialBold
2591 TELEPORTATIONGUIDE.FontSize = Enum.FontSize.Size14
2592 TELEPORTATIONGUIDE.Text = "Teleport to and annoy other players."
2593 TELEPORTATIONGUIDE.TextScaled = true
2594 TELEPORTATIONGUIDE.TextSize = 14
2595 TELEPORTATIONGUIDE.TextStrokeColor3 = Color3.new(1, 0.658824, 0.0666667)
2596 TELEPORTATIONGUIDE.TextStrokeTransparency = 0
2597 TELEPORTATIONGUIDE.TextWrapped = true
2598
2599 TeleportTo.Name = "TeleportTo"
2600 TeleportTo.Parent = Teleportation
2601 TeleportTo.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
2602 TeleportTo.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
2603 TeleportTo.Position = UDim2.new(0.0286500659, 0, 0.261304349, 0)
2604 TeleportTo.Size = UDim2.new(0, 140, 0, 25)
2605 TeleportTo.Font = Enum.Font.SourceSans
2606 TeleportTo.FontSize = Enum.FontSize.Size14
2607 TeleportTo.Text = "Teleport To"
2608 TeleportTo.TextScaled = true
2609 TeleportTo.TextSize = 14
2610 TeleportTo.TextWrapped = true
2611
2612 LockOn.Name = "LockOn"
2613 LockOn.Parent = Teleportation
2614 LockOn.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
2615 LockOn.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
2616 LockOn.Position = UDim2.new(0.54435122, 0, 0.261304349, 0)
2617 LockOn.Size = UDim2.new(0, 140, 0, 25)
2618 LockOn.Font = Enum.Font.SourceSans
2619 LockOn.FontSize = Enum.FontSize.Size14
2620 LockOn.Text = "Lock On"
2621 LockOn.TextScaled = true
2622 LockOn.TextSize = 14
2623 LockOn.TextWrapped = true
2624
2625 LockArm.Name = "LockArm"
2626 LockArm.Parent = Teleportation
2627 LockArm.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
2628 LockArm.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
2629 LockArm.Position = UDim2.new(0.54435122, 0, 0.435507238, 0)
2630 LockArm.Size = UDim2.new(0, 140, 0, 25)
2631 LockArm.Font = Enum.Font.SourceSans
2632 LockArm.FontSize = Enum.FontSize.Size14
2633 LockArm.Text = "Lock Arm"
2634 LockArm.TextScaled = true
2635 LockArm.TextSize = 14
2636 LockArm.TextWrapped = true
2637
2638 LockLeg.Name = "LockLeg"
2639 LockLeg.Parent = Teleportation
2640 LockLeg.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
2641 LockLeg.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
2642 LockLeg.Position = UDim2.new(0.0286500659, 0, 0.435507238, 0)
2643 LockLeg.Size = UDim2.new(0, 140, 0, 25)
2644 LockLeg.Font = Enum.Font.SourceSans
2645 LockLeg.FontSize = Enum.FontSize.Size14
2646 LockLeg.Text = "Lock Leg"
2647 LockLeg.TextScaled = true
2648 LockLeg.TextSize = 14
2649 LockLeg.TextWrapped = true
2650
2651 LockHead.Name = "LockHead"
2652 LockHead.Parent = Teleportation
2653 LockHead.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
2654 LockHead.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
2655 LockHead.Position = UDim2.new(0.0286500659, 0, 0.609710157, 0)
2656 LockHead.Size = UDim2.new(0, 140, 0, 25)
2657 LockHead.Font = Enum.Font.SourceSans
2658 LockHead.FontSize = Enum.FontSize.Size14
2659 LockHead.Text = "LockHead"
2660 LockHead.TextScaled = true
2661 LockHead.TextSize = 14
2662 LockHead.TextWrapped = true
2663
2664 LockMax.Name = "LockMax"
2665 LockMax.Parent = Teleportation
2666 LockMax.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
2667 LockMax.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
2668 LockMax.Position = UDim2.new(0.54435122, 0, 0.609710157, 0)
2669 LockMax.Size = UDim2.new(0, 140, 0, 25)
2670 LockMax.Font = Enum.Font.SourceSans
2671 LockMax.FontSize = Enum.FontSize.Size14
2672 LockMax.Text = "Lock Max"
2673 LockMax.TextScaled = true
2674 LockMax.TextSize = 14
2675 LockMax.TextWrapped = true
2676
2677 LockAbove.Name = "LockAbove"
2678 LockAbove.Parent = Teleportation
2679 LockAbove.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
2680 LockAbove.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
2681 LockAbove.Position = UDim2.new(0.54435122, 0, 0.783913076, 0)
2682 LockAbove.Size = UDim2.new(0, 140, 0, 25)
2683 LockAbove.Font = Enum.Font.SourceSans
2684 LockAbove.FontSize = Enum.FontSize.Size14
2685 LockAbove.Text = "Lock Above"
2686 LockAbove.TextScaled = true
2687 LockAbove.TextSize = 14
2688 LockAbove.TextWrapped = true
2689
2690 Trail.Name = "Trail"
2691 Trail.Parent = Teleportation
2692 Trail.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
2693 Trail.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
2694 Trail.Position = UDim2.new(0.0286500659, 0, 0.783913076, 0)
2695 Trail.Size = UDim2.new(0, 140, 0, 25)
2696 Trail.Font = Enum.Font.SourceSans
2697 Trail.FontSize = Enum.FontSize.Size14
2698 Trail.Text = "Trail"
2699 Trail.TextScaled = true
2700 Trail.TextSize = 14
2701 Trail.TextWrapped = true
2702
2703 Tools.Name = "Tools"
2704 Tools.Parent = Sections
2705 Tools.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
2706 Tools.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569)
2707 Tools.BorderSizePixel = 2
2708 Tools.Size = UDim2.new(0, 350, 0, 230)
2709 Tools.Visible = false
2710
2711 TOOLSGUIDE.Name = "TOOLSGUIDE"
2712 TOOLSGUIDE.Parent = Tools
2713 TOOLSGUIDE.BackgroundColor3 = Color3.new(1, 1, 1)
2714 TOOLSGUIDE.BackgroundTransparency = 1
2715 TOOLSGUIDE.Position = UDim2.new(0.0286500659, 0, 0.0435507223, 0)
2716 TOOLSGUIDE.Size = UDim2.new(0, 332, 0, 35)
2717 TOOLSGUIDE.Font = Enum.Font.ArialBold
2718 TOOLSGUIDE.FontSize = Enum.FontSize.Size14
2719 TOOLSGUIDE.Text = "Do cool commands on others, as long as you have tools in your inventory."
2720 TOOLSGUIDE.TextScaled = true
2721 TOOLSGUIDE.TextSize = 14
2722 TOOLSGUIDE.TextStrokeColor3 = Color3.new(1, 0.658824, 0.0666667)
2723 TOOLSGUIDE.TextStrokeTransparency = 0
2724 TOOLSGUIDE.TextWrapped = true
2725
2726 Kill.Name = "Kill"
2727 Kill.Parent = Tools
2728 Kill.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
2729 Kill.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
2730 Kill.Position = UDim2.new(0.0286500659, 0, 0.261304349, 0)
2731 Kill.Size = UDim2.new(0, 140, 0, 25)
2732 Kill.Font = Enum.Font.SourceSans
2733 Kill.FontSize = Enum.FontSize.Size14
2734 Kill.Text = "Kill"
2735 Kill.TextScaled = true
2736 Kill.TextSize = 14
2737 Kill.TextWrapped = true
2738
2739 KillSurvive.Name = "KillSurvive"
2740 KillSurvive.Parent = Tools
2741 KillSurvive.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
2742 KillSurvive.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
2743 KillSurvive.Position = UDim2.new(0.54435122, 0, 0.261304349, 0)
2744 KillSurvive.Size = UDim2.new(0, 140, 0, 25)
2745 KillSurvive.Font = Enum.Font.SourceSans
2746 KillSurvive.FontSize = Enum.FontSize.Size14
2747 KillSurvive.Text = "Kill Survive"
2748 KillSurvive.TextScaled = true
2749 KillSurvive.TextSize = 14
2750 KillSurvive.TextWrapped = true
2751
2752 Attach.Name = "Attach"
2753 Attach.Parent = Tools
2754 Attach.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
2755 Attach.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
2756 Attach.Position = UDim2.new(0.54435122, 0, 0.435507238, 0)
2757 Attach.Size = UDim2.new(0, 140, 0, 25)
2758 Attach.Font = Enum.Font.SourceSans
2759 Attach.FontSize = Enum.FontSize.Size14
2760 Attach.Text = "Attach"
2761 Attach.TextScaled = true
2762 Attach.TextSize = 14
2763 Attach.TextWrapped = true
2764
2765 Bring.Name = "Bring"
2766 Bring.Parent = Tools
2767 Bring.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
2768 Bring.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
2769 Bring.Position = UDim2.new(0.0286500659, 0, 0.435507238, 0)
2770 Bring.Size = UDim2.new(0, 140, 0, 25)
2771 Bring.Font = Enum.Font.SourceSans
2772 Bring.FontSize = Enum.FontSize.Size14
2773 Bring.Text = "Bring"
2774 Bring.TextScaled = true
2775 Bring.TextSize = 14
2776 Bring.TextWrapped = true
2777
2778 SuperSpin.Name = "SuperSpin"
2779 SuperSpin.Parent = Tools
2780 SuperSpin.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
2781 SuperSpin.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
2782 SuperSpin.Position = UDim2.new(0.0286500659, 0, 0.609710157, 0)
2783 SuperSpin.Size = UDim2.new(0, 140, 0, 25)
2784 SuperSpin.Font = Enum.Font.SourceSans
2785 SuperSpin.FontSize = Enum.FontSize.Size14
2786 SuperSpin.Text = "Super Spin"
2787 SuperSpin.TextScaled = true
2788 SuperSpin.TextSize = 14
2789 SuperSpin.TextWrapped = true
2790
2791 FreeFall.Name = "FreeFall"
2792 FreeFall.Parent = Tools
2793 FreeFall.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
2794 FreeFall.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
2795 FreeFall.Position = UDim2.new(0.54435122, 0, 0.609710157, 0)
2796 FreeFall.Size = UDim2.new(0, 140, 0, 25)
2797 FreeFall.Font = Enum.Font.SourceSans
2798 FreeFall.FontSize = Enum.FontSize.Size14
2799 FreeFall.Text = "Free Fall"
2800 FreeFall.TextScaled = true
2801 FreeFall.TextSize = 14
2802 FreeFall.TextWrapped = true
2803
2804 AttachExperimental.Name = "AttachExperimental"
2805 AttachExperimental.Parent = Tools
2806 AttachExperimental.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
2807 AttachExperimental.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
2808 AttachExperimental.Position = UDim2.new(0.54435122, 0, 0.783913076, 0)
2809 AttachExperimental.Size = UDim2.new(0, 140, 0, 25)
2810 AttachExperimental.Font = Enum.Font.SourceSans
2811 AttachExperimental.FontSize = Enum.FontSize.Size14
2812 AttachExperimental.Text = "Attach Experimental"
2813 AttachExperimental.TextScaled = true
2814 AttachExperimental.TextSize = 14
2815 AttachExperimental.TextWrapped = true
2816
2817 GiveTool.Name = "GiveTool"
2818 GiveTool.Parent = Tools
2819 GiveTool.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
2820 GiveTool.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
2821 GiveTool.Position = UDim2.new(0.0286500659, 0, 0.783913076, 0)
2822 GiveTool.Size = UDim2.new(0, 140, 0, 25)
2823 GiveTool.Font = Enum.Font.SourceSans
2824 GiveTool.FontSize = Enum.FontSize.Size14
2825 GiveTool.Text = "Give Tool"
2826 GiveTool.TextScaled = true
2827 GiveTool.TextSize = 14
2828 GiveTool.TextWrapped = true
2829
2830 Basic.Name = "Basic"
2831 Basic.Parent = Sections
2832 Basic.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
2833 Basic.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569)
2834 Basic.BorderSizePixel = 2
2835 Basic.Size = UDim2.new(0, 350, 0, 230)
2836 Basic.Visible = false
2837
2838 BASICGUIDE.Name = "BASICGUIDE"
2839 BASICGUIDE.Parent = Basic
2840 BASICGUIDE.BackgroundColor3 = Color3.new(1, 1, 1)
2841 BASICGUIDE.BackgroundTransparency = 1
2842 BASICGUIDE.Position = UDim2.new(0.0286500659, 0, 0.0435507223, 0)
2843 BASICGUIDE.Size = UDim2.new(0, 332, 0, 35)
2844 BASICGUIDE.Font = Enum.Font.ArialBold
2845 BASICGUIDE.FontSize = Enum.FontSize.Size14
2846 BASICGUIDE.Text = "Change/alter your own player."
2847 BASICGUIDE.TextScaled = true
2848 BASICGUIDE.TextSize = 14
2849 BASICGUIDE.TextStrokeColor3 = Color3.new(1, 0.658824, 0.0666667)
2850 BASICGUIDE.TextStrokeTransparency = 0
2851 BASICGUIDE.TextWrapped = true
2852
2853 Speed.Name = "Speed"
2854 Speed.Parent = Basic
2855 Speed.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
2856 Speed.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
2857 Speed.Position = UDim2.new(0.0286500659, 0, 0.348405778, 0)
2858 Speed.Size = UDim2.new(0, 100, 0, 25)
2859 Speed.Font = Enum.Font.SourceSans
2860 Speed.FontSize = Enum.FontSize.Size14
2861 Speed.Text = "Speed"
2862 Speed.TextScaled = true
2863 Speed.TextSize = 14
2864 Speed.TextWrapped = true
2865
2866 JumpHeight.Name = "JumpHeight"
2867 JumpHeight.Parent = Basic
2868 JumpHeight.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
2869 JumpHeight.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
2870 JumpHeight.Position = UDim2.new(0.343800783, 0, 0.348405778, 0)
2871 JumpHeight.Size = UDim2.new(0, 100, 0, 25)
2872 JumpHeight.Font = Enum.Font.SourceSans
2873 JumpHeight.FontSize = Enum.FontSize.Size14
2874 JumpHeight.Text = "JumpHeight"
2875 JumpHeight.TextScaled = true
2876 JumpHeight.TextSize = 14
2877 JumpHeight.TextWrapped = true
2878
2879 Chat.Name = "Chat"
2880 Chat.Parent = Basic
2881 Chat.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
2882 Chat.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
2883 Chat.Position = UDim2.new(0.0286500659, 0, 0.653260887, 0)
2884 Chat.Size = UDim2.new(0, 140, 0, 25)
2885 Chat.Font = Enum.Font.SourceSans
2886 Chat.FontSize = Enum.FontSize.Size14
2887 Chat.Text = "Chat"
2888 Chat.TextScaled = true
2889 Chat.TextSize = 14
2890 Chat.TextWrapped = true
2891
2892 Spam.Name = "Spam"
2893 Spam.Parent = Basic
2894 Spam.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
2895 Spam.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
2896 Spam.Position = UDim2.new(0.54435122, 0, 0.653260887, 0)
2897 Spam.Size = UDim2.new(0, 140, 0, 25)
2898 Spam.Font = Enum.Font.SourceSans
2899 Spam.FontSize = Enum.FontSize.Size14
2900 Spam.Text = "Spam"
2901 Spam.TextScaled = true
2902 Spam.TextSize = 14
2903 Spam.TextWrapped = true
2904
2905 Fly.Name = "Fly"
2906 Fly.Parent = Basic
2907 Fly.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
2908 Fly.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
2909 Fly.Position = UDim2.new(0.54435122, 0, 0.827463746, 0)
2910 Fly.Size = UDim2.new(0, 140, 0, 25)
2911 Fly.Font = Enum.Font.SourceSans
2912 Fly.FontSize = Enum.FontSize.Size14
2913 Fly.Text = "Fly"
2914 Fly.TextScaled = true
2915 Fly.TextSize = 14
2916 Fly.TextWrapped = true
2917
2918 Noclip.Name = "Noclip"
2919 Noclip.Parent = Basic
2920 Noclip.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
2921 Noclip.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
2922 Noclip.Position = UDim2.new(0.0286500659, 0, 0.827463746, 0)
2923 Noclip.Size = UDim2.new(0, 140, 0, 25)
2924 Noclip.Font = Enum.Font.SourceSans
2925 Noclip.FontSize = Enum.FontSize.Size14
2926 Noclip.Text = "Noclip"
2927 Noclip.TextScaled = true
2928 Noclip.TextSize = 14
2929 Noclip.TextWrapped = true
2930
2931 HipHeight.Name = "HipHeight"
2932 HipHeight.Parent = Basic
2933 HipHeight.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
2934 HipHeight.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
2935 HipHeight.Position = UDim2.new(0.658951521, 0, 0.348405778, 0)
2936 HipHeight.Size = UDim2.new(0, 100, 0, 25)
2937 HipHeight.Font = Enum.Font.SourceSans
2938 HipHeight.FontSize = Enum.FontSize.Size14
2939 HipHeight.Text = "HipHeight"
2940 HipHeight.TextScaled = true
2941 HipHeight.TextSize = 14
2942 HipHeight.TextWrapped = true
2943
2944 STATCHANGE.Name = "STATCHANGE"
2945 STATCHANGE.Parent = Basic
2946 STATCHANGE.BackgroundColor3 = Color3.new(1, 1, 1)
2947 STATCHANGE.BorderColor3 = Color3.new(0.968628, 0.698039, 0.0588235)
2948 STATCHANGE.BorderSizePixel = 2
2949 STATCHANGE.Position = UDim2.new(0.315150708, 0, 0.217753619, 0)
2950 STATCHANGE.Size = UDim2.new(0, 120, 0, 18)
2951 STATCHANGE.ZIndex = 3
2952 STATCHANGE.Font = Enum.Font.SourceSans
2953 STATCHANGE.FontSize = Enum.FontSize.Size14
2954 STATCHANGE.Text = ""
2955 STATCHANGE.TextScaled = true
2956 STATCHANGE.TextSize = 14
2957 STATCHANGE.TextWrapped = true
2958
2959 CHATBOX.Name = "CHATBOX"
2960 CHATBOX.Parent = Basic
2961 CHATBOX.BackgroundColor3 = Color3.new(1, 1, 1)
2962 CHATBOX.BorderColor3 = Color3.new(0.968628, 0.698039, 0.0588235)
2963 CHATBOX.BorderSizePixel = 2
2964 CHATBOX.Position = UDim2.new(0.143250331, 0, 0.522608697, 0)
2965 CHATBOX.Size = UDim2.new(0, 240, 0, 18)
2966 CHATBOX.ZIndex = 3
2967 CHATBOX.Font = Enum.Font.SourceSans
2968 CHATBOX.FontSize = Enum.FontSize.Size14
2969 CHATBOX.Text = ""
2970 CHATBOX.TextScaled = true
2971 CHATBOX.TextSize = 14
2972 CHATBOX.TextWrapped = true
2973
2974 Local_Player.Name = "Local_Player"
2975 Local_Player.Parent = Sections
2976 Local_Player.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
2977 Local_Player.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569)
2978 Local_Player.BorderSizePixel = 2
2979 Local_Player.Size = UDim2.new(0, 350, 0, 230)
2980 Local_Player.Visible = false
2981
2982 Local_PlayerGUIDE.Name = "Local_PlayerGUIDE"
2983 Local_PlayerGUIDE.Parent = Local_Player
2984 Local_PlayerGUIDE.BackgroundColor3 = Color3.new(1, 1, 1)
2985 Local_PlayerGUIDE.BackgroundTransparency = 1
2986 Local_PlayerGUIDE.Position = UDim2.new(0.0286500659, 0, 0.0435507223, 0)
2987 Local_PlayerGUIDE.Size = UDim2.new(0, 332, 0, 35)
2988 Local_PlayerGUIDE.Font = Enum.Font.ArialBold
2989 Local_PlayerGUIDE.FontSize = Enum.FontSize.Size14
2990 Local_PlayerGUIDE.Text = "Perform cool tricks on yourself."
2991 Local_PlayerGUIDE.TextScaled = true
2992 Local_PlayerGUIDE.TextSize = 14
2993 Local_PlayerGUIDE.TextStrokeColor3 = Color3.new(1, 0.658824, 0.0666667)
2994 Local_PlayerGUIDE.TextStrokeTransparency = 0
2995 Local_PlayerGUIDE.TextWrapped = true
2996
2997 CrazySpin.Name = "CrazySpin"
2998 CrazySpin.Parent = Local_Player
2999 CrazySpin.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
3000 CrazySpin.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
3001 CrazySpin.Position = UDim2.new(0.0286500659, 0, 0.261304349, 0)
3002 CrazySpin.Size = UDim2.new(0, 140, 0, 25)
3003 CrazySpin.Font = Enum.Font.SourceSans
3004 CrazySpin.FontSize = Enum.FontSize.Size14
3005 CrazySpin.Text = "Crazy Spin"
3006 CrazySpin.TextScaled = true
3007 CrazySpin.TextSize = 14
3008 CrazySpin.TextWrapped = true
3009
3010 CrouchRocket.Name = "CrouchRocket"
3011 CrouchRocket.Parent = Local_Player
3012 CrouchRocket.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
3013 CrouchRocket.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
3014 CrouchRocket.Position = UDim2.new(0.54435122, 0, 0.261304349, 0)
3015 CrouchRocket.Size = UDim2.new(0, 140, 0, 25)
3016 CrouchRocket.Font = Enum.Font.SourceSans
3017 CrouchRocket.FontSize = Enum.FontSize.Size14
3018 CrouchRocket.Text = "Crouch Rocket"
3019 CrouchRocket.TextScaled = true
3020 CrouchRocket.TextSize = 14
3021 CrouchRocket.TextWrapped = true
3022
3023 Haunted.Name = "Haunted"
3024 Haunted.Parent = Local_Player
3025 Haunted.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
3026 Haunted.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
3027 Haunted.Position = UDim2.new(0.54435122, 0, 0.435507238, 0)
3028 Haunted.Size = UDim2.new(0, 140, 0, 25)
3029 Haunted.Font = Enum.Font.SourceSans
3030 Haunted.FontSize = Enum.FontSize.Size14
3031 Haunted.Text = "Haunted"
3032 Haunted.TextScaled = true
3033 Haunted.TextSize = 14
3034 Haunted.TextWrapped = true
3035
3036 CloneIllusion.Name = "CloneIllusion"
3037 CloneIllusion.Parent = Local_Player
3038 CloneIllusion.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
3039 CloneIllusion.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
3040 CloneIllusion.Position = UDim2.new(0.0286500659, 0, 0.435507238, 0)
3041 CloneIllusion.Size = UDim2.new(0, 140, 0, 25)
3042 CloneIllusion.Font = Enum.Font.SourceSans
3043 CloneIllusion.FontSize = Enum.FontSize.Size14
3044 CloneIllusion.Text = "Clone Illusion"
3045 CloneIllusion.TextScaled = true
3046 CloneIllusion.TextSize = 14
3047 CloneIllusion.TextWrapped = true
3048
3049 Levitate.Name = "Levitate"
3050 Levitate.Parent = Local_Player
3051 Levitate.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
3052 Levitate.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
3053 Levitate.Position = UDim2.new(0.0286500659, 0, 0.609710157, 0)
3054 Levitate.Size = UDim2.new(0, 140, 0, 25)
3055 Levitate.Font = Enum.Font.SourceSans
3056 Levitate.FontSize = Enum.FontSize.Size14
3057 Levitate.Text = "Levitate"
3058 Levitate.TextScaled = true
3059 Levitate.TextSize = 14
3060 Levitate.TextWrapped = true
3061
3062 Dinosaur.Name = "Dinosaur"
3063 Dinosaur.Parent = Local_Player
3064 Dinosaur.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
3065 Dinosaur.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
3066 Dinosaur.Position = UDim2.new(0.54435122, 0, 0.609710157, 0)
3067 Dinosaur.Size = UDim2.new(0, 140, 0, 25)
3068 Dinosaur.Font = Enum.Font.SourceSans
3069 Dinosaur.FontSize = Enum.FontSize.Size14
3070 Dinosaur.Text = "Dinosaur"
3071 Dinosaur.TextScaled = true
3072 Dinosaur.TextSize = 14
3073 Dinosaur.TextWrapped = true
3074
3075 Glitchy.Name = "Glitchy"
3076 Glitchy.Parent = Local_Player
3077 Glitchy.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
3078 Glitchy.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
3079 Glitchy.Position = UDim2.new(0.54435122, 0, 0.783913076, 0)
3080 Glitchy.Size = UDim2.new(0, 140, 0, 25)
3081 Glitchy.Font = Enum.Font.SourceSans
3082 Glitchy.FontSize = Enum.FontSize.Size14
3083 Glitchy.Text = "Glitchy"
3084 Glitchy.TextScaled = true
3085 Glitchy.TextSize = 14
3086 Glitchy.TextWrapped = true
3087
3088 NoLimbs.Name = "NoLimbs"
3089 NoLimbs.Parent = Local_Player
3090 NoLimbs.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
3091 NoLimbs.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
3092 NoLimbs.Position = UDim2.new(0.0286500659, 0, 0.783913076, 0)
3093 NoLimbs.Size = UDim2.new(0, 140, 0, 25)
3094 NoLimbs.Font = Enum.Font.SourceSans
3095 NoLimbs.FontSize = Enum.FontSize.Size14
3096 NoLimbs.Text = "No Limbs"
3097 NoLimbs.TextScaled = true
3098 NoLimbs.TextSize = 14
3099 NoLimbs.TextWrapped = true
3100
3101 Animations.Name = "Animations"
3102 Animations.Parent = Sections
3103 Animations.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
3104 Animations.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569)
3105 Animations.BorderSizePixel = 2
3106 Animations.Size = UDim2.new(0, 350, 0, 230)
3107 Animations.Visible = false
3108
3109 ANIMATIONSGUIDE.Name = "ANIMATIONSGUIDE"
3110 ANIMATIONSGUIDE.Parent = Animations
3111 ANIMATIONSGUIDE.BackgroundColor3 = Color3.new(1, 1, 1)
3112 ANIMATIONSGUIDE.BackgroundTransparency = 1
3113 ANIMATIONSGUIDE.Position = UDim2.new(0.0286500659, 0, 0.0435507223, 0)
3114 ANIMATIONSGUIDE.Size = UDim2.new(0, 332, 0, 35)
3115 ANIMATIONSGUIDE.Font = Enum.Font.ArialBold
3116 ANIMATIONSGUIDE.FontSize = Enum.FontSize.Size14
3117 ANIMATIONSGUIDE.Text = "Do cool commands with animations on others."
3118 ANIMATIONSGUIDE.TextScaled = true
3119 ANIMATIONSGUIDE.TextSize = 14
3120 ANIMATIONSGUIDE.TextStrokeColor3 = Color3.new(1, 0.658824, 0.0666667)
3121 ANIMATIONSGUIDE.TextStrokeTransparency = 0
3122 ANIMATIONSGUIDE.TextWrapped = true
3123
3124 _18.Name = "18+"
3125 _18.Parent = Animations
3126 _18.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
3127 _18.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
3128 _18.Position = UDim2.new(0.0286500659, 0, 0.261304349, 0)
3129 _18.Size = UDim2.new(0, 140, 0, 25)
3130 _18.Font = Enum.Font.SourceSans
3131 _18.FontSize = Enum.FontSize.Size14
3132 _18.Text = "18+"
3133 _18.TextScaled = true
3134 _18.TextSize = 14
3135 _18.TextWrapped = true
3136
3137 Hide.Name = "Hide"
3138 Hide.Parent = Animations
3139 Hide.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
3140 Hide.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
3141 Hide.Position = UDim2.new(0.54435122, 0, 0.261304349, 0)
3142 Hide.Size = UDim2.new(0, 140, 0, 25)
3143 Hide.Font = Enum.Font.SourceSans
3144 Hide.FontSize = Enum.FontSize.Size14
3145 Hide.Text = "Hide"
3146 Hide.TextScaled = true
3147 Hide.TextSize = 14
3148 Hide.TextWrapped = true
3149
3150 PushLock.Name = "PushLock"
3151 PushLock.Parent = Animations
3152 PushLock.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
3153 PushLock.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
3154 PushLock.Position = UDim2.new(0.54435122, 0, 0.435507238, 0)
3155 PushLock.Size = UDim2.new(0, 140, 0, 25)
3156 PushLock.Font = Enum.Font.SourceSans
3157 PushLock.FontSize = Enum.FontSize.Size14
3158 PushLock.Text = "Push Lock"
3159 PushLock.TextScaled = true
3160 PushLock.TextSize = 14
3161 PushLock.TextWrapped = true
3162
3163 SlamOn.Name = "SlamOn"
3164 SlamOn.Parent = Animations
3165 SlamOn.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
3166 SlamOn.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
3167 SlamOn.Position = UDim2.new(0.0286500659, 0, 0.435507238, 0)
3168 SlamOn.Size = UDim2.new(0, 140, 0, 25)
3169 SlamOn.Font = Enum.Font.SourceSans
3170 SlamOn.FontSize = Enum.FontSize.Size14
3171 SlamOn.Text = "Slam On"
3172 SlamOn.TextScaled = true
3173 SlamOn.TextSize = 14
3174 SlamOn.TextWrapped = true
3175
3176 LevitateOn.Name = "LevitateOn"
3177 LevitateOn.Parent = Animations
3178 LevitateOn.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
3179 LevitateOn.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
3180 LevitateOn.Position = UDim2.new(0.0286500659, 0, 0.609710157, 0)
3181 LevitateOn.Size = UDim2.new(0, 140, 0, 25)
3182 LevitateOn.Font = Enum.Font.SourceSans
3183 LevitateOn.FontSize = Enum.FontSize.Size14
3184 LevitateOn.Text = "Levitate On"
3185 LevitateOn.TextScaled = true
3186 LevitateOn.TextSize = 14
3187 LevitateOn.TextWrapped = true
3188
3189 Dance.Name = "Dance"
3190 Dance.Parent = Animations
3191 Dance.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
3192 Dance.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
3193 Dance.Position = UDim2.new(0.54435122, 0, 0.609710157, 0)
3194 Dance.Size = UDim2.new(0, 140, 0, 25)
3195 Dance.Font = Enum.Font.SourceSans
3196 Dance.FontSize = Enum.FontSize.Size14
3197 Dance.Text = "Dance"
3198 Dance.TextScaled = true
3199 Dance.TextSize = 14
3200 Dance.TextWrapped = true
3201
3202 ExperimentalAnimation.Name = "ExperimentalAnimation"
3203 ExperimentalAnimation.Parent = Animations
3204 ExperimentalAnimation.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
3205 ExperimentalAnimation.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
3206 ExperimentalAnimation.Position = UDim2.new(0.54435122, 0, 0.783913076, 0)
3207 ExperimentalAnimation.Size = UDim2.new(0, 140, 0, 25)
3208 ExperimentalAnimation.Font = Enum.Font.SourceSans
3209 ExperimentalAnimation.FontSize = Enum.FontSize.Size14
3210 ExperimentalAnimation.Text = "Experimental Animation"
3211 ExperimentalAnimation.TextScaled = true
3212 ExperimentalAnimation.TextSize = 14
3213 ExperimentalAnimation.TextWrapped = true
3214
3215 Carpet.Name = "Carpet"
3216 Carpet.Parent = Animations
3217 Carpet.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
3218 Carpet.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
3219 Carpet.Position = UDim2.new(0.0286500659, 0, 0.783913076, 0)
3220 Carpet.Size = UDim2.new(0, 140, 0, 25)
3221 Carpet.Font = Enum.Font.SourceSans
3222 Carpet.FontSize = Enum.FontSize.Size14
3223 Carpet.Text = "Carpet"
3224 Carpet.TextScaled = true
3225 Carpet.TextSize = 14
3226 Carpet.TextWrapped = true
3227
3228 Extra.Name = "Extra"
3229 Extra.Parent = Sections
3230 Extra.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
3231 Extra.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569)
3232 Extra.BorderSizePixel = 2
3233 Extra.Size = UDim2.new(0, 350, 0, 230)
3234 Extra.Visible = false
3235
3236 EXTRAGUIDE.Name = "EXTRAGUIDE"
3237 EXTRAGUIDE.Parent = Extra
3238 EXTRAGUIDE.BackgroundColor3 = Color3.new(1, 1, 1)
3239 EXTRAGUIDE.BackgroundTransparency = 1
3240 EXTRAGUIDE.Position = UDim2.new(0.0286500659, 0, 0.0435507223, 0)
3241 EXTRAGUIDE.Size = UDim2.new(0, 332, 0, 35)
3242 EXTRAGUIDE.Font = Enum.Font.ArialBold
3243 EXTRAGUIDE.FontSize = Enum.FontSize.Size14
3244 EXTRAGUIDE.Text = "Extra commands for yourself."
3245 EXTRAGUIDE.TextScaled = true
3246 EXTRAGUIDE.TextSize = 14
3247 EXTRAGUIDE.TextStrokeColor3 = Color3.new(1, 0.658824, 0.0666667)
3248 EXTRAGUIDE.TextStrokeTransparency = 0
3249 EXTRAGUIDE.TextWrapped = true
3250
3251 Sit.Name = "Sit"
3252 Sit.Parent = Extra
3253 Sit.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
3254 Sit.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
3255 Sit.Position = UDim2.new(0.0286500659, 0, 0.261304349, 0)
3256 Sit.Size = UDim2.new(0, 140, 0, 25)
3257 Sit.Font = Enum.Font.SourceSans
3258 Sit.FontSize = Enum.FontSize.Size14
3259 Sit.Text = "Sit"
3260 Sit.TextScaled = true
3261 Sit.TextSize = 14
3262 Sit.TextWrapped = true
3263
3264 Jump.Name = "Jump"
3265 Jump.Parent = Extra
3266 Jump.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
3267 Jump.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
3268 Jump.Position = UDim2.new(0.54435122, 0, 0.261304349, 0)
3269 Jump.Size = UDim2.new(0, 140, 0, 25)
3270 Jump.Font = Enum.Font.SourceSans
3271 Jump.FontSize = Enum.FontSize.Size14
3272 Jump.Text = "Jump"
3273 Jump.TextScaled = true
3274 Jump.TextSize = 14
3275 Jump.TextWrapped = true
3276
3277 PlatformStand.Name = "PlatformStand"
3278 PlatformStand.Parent = Extra
3279 PlatformStand.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
3280 PlatformStand.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
3281 PlatformStand.Position = UDim2.new(0.54435122, 0, 0.435507238, 0)
3282 PlatformStand.Size = UDim2.new(0, 140, 0, 25)
3283 PlatformStand.Font = Enum.Font.SourceSans
3284 PlatformStand.FontSize = Enum.FontSize.Size14
3285 PlatformStand.Text = "Platform Stand"
3286 PlatformStand.TextScaled = true
3287 PlatformStand.TextSize = 14
3288 PlatformStand.TextWrapped = true
3289
3290 Freeze.Name = "Freeze"
3291 Freeze.Parent = Extra
3292 Freeze.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
3293 Freeze.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
3294 Freeze.Position = UDim2.new(0.0286500659, 0, 0.435507238, 0)
3295 Freeze.Size = UDim2.new(0, 140, 0, 25)
3296 Freeze.Font = Enum.Font.SourceSans
3297 Freeze.FontSize = Enum.FontSize.Size14
3298 Freeze.Text = "Freeze"
3299 Freeze.TextScaled = true
3300 Freeze.TextSize = 14
3301 Freeze.TextWrapped = true
3302
3303 Insane.Name = "Insane"
3304 Insane.Parent = Extra
3305 Insane.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
3306 Insane.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
3307 Insane.Position = UDim2.new(0.0286500659, 0, 0.609710157, 0)
3308 Insane.Size = UDim2.new(0, 140, 0, 25)
3309 Insane.Font = Enum.Font.SourceSans
3310 Insane.FontSize = Enum.FontSize.Size14
3311 Insane.Text = "Insane"
3312 Insane.TextScaled = true
3313 Insane.TextSize = 14
3314 Insane.TextWrapped = true
3315
3316 TPVoid.Name = "TPVoid"
3317 TPVoid.Parent = Extra
3318 TPVoid.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
3319 TPVoid.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
3320 TPVoid.Position = UDim2.new(0.54435122, 0, 0.609710157, 0)
3321 TPVoid.Size = UDim2.new(0, 140, 0, 25)
3322 TPVoid.Font = Enum.Font.SourceSans
3323 TPVoid.FontSize = Enum.FontSize.Size14
3324 TPVoid.Text = "TP Void"
3325 TPVoid.TextScaled = true
3326 TPVoid.TextSize = 14
3327 TPVoid.TextWrapped = true
3328
3329 Unknown.Name = "Unknown"
3330 Unknown.Parent = Extra
3331 Unknown.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
3332 Unknown.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
3333 Unknown.Position = UDim2.new(0.54435122, 0, 0.783913076, 0)
3334 Unknown.Size = UDim2.new(0, 140, 0, 25)
3335 Unknown.Font = Enum.Font.SourceSans
3336 Unknown.FontSize = Enum.FontSize.Size14
3337 Unknown.Text = "Unknown"
3338 Unknown.TextScaled = true
3339 Unknown.TextSize = 14
3340 Unknown.TextWrapped = true
3341
3342 Reset.Name = "Reset"
3343 Reset.Parent = Extra
3344 Reset.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
3345 Reset.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
3346 Reset.Position = UDim2.new(0.0286500659, 0, 0.783913076, 0)
3347 Reset.Size = UDim2.new(0, 140, 0, 25)
3348 Reset.Font = Enum.Font.SourceSans
3349 Reset.FontSize = Enum.FontSize.Size14
3350 Reset.Text = "Reset"
3351 Reset.TextScaled = true
3352 Reset.TextSize = 14
3353 Reset.TextWrapped = true
3354
3355 SelectTabs.Name = "SelectTabs"
3356 SelectTabs.Parent = MainFrame
3357 SelectTabs.BackgroundColor3 = Color3.new(0.435294, 0.435294, 0.435294)
3358 SelectTabs.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569)
3359 SelectTabs.BorderSizePixel = 2
3360 SelectTabs.Position = UDim2.new(-0.286500663, 0, 0.148395061, 0)
3361 SelectTabs.Size = UDim2.new(0, 98, 0, 230)
3362 SelectTabs.CanvasSize = UDim2.new(0, 0, 1.20000005, 0)
3363
3364 RocketPropulsionTAB.Name = "RocketPropulsionTAB"
3365 RocketPropulsionTAB.Parent = SelectTabs
3366 RocketPropulsionTAB.BackgroundColor3 = Color3.new(1, 1, 1)
3367 RocketPropulsionTAB.BackgroundTransparency = 1
3368 RocketPropulsionTAB.Position = UDim2.new(0, 0, 0.00999999978, 0)
3369 RocketPropulsionTAB.Size = UDim2.new(0, 82, 0, 40)
3370 RocketPropulsionTAB.Font = Enum.Font.SourceSansLight
3371 RocketPropulsionTAB.FontSize = Enum.FontSize.Size18
3372 RocketPropulsionTAB.Text = "Rocket Propulsion"
3373 RocketPropulsionTAB.TextSize = 18
3374 RocketPropulsionTAB.TextWrapped = true
3375
3376 TeleportationTAB.Name = "TeleportationTAB"
3377 TeleportationTAB.Parent = SelectTabs
3378 TeleportationTAB.BackgroundColor3 = Color3.new(1, 1, 1)
3379 TeleportationTAB.BackgroundTransparency = 1
3380 TeleportationTAB.Position = UDim2.new(0, 0, 0.150000006, 0)
3381 TeleportationTAB.Size = UDim2.new(0, 82, 0, 40)
3382 TeleportationTAB.Font = Enum.Font.SourceSansLight
3383 TeleportationTAB.FontSize = Enum.FontSize.Size18
3384 TeleportationTAB.Text = "Teleportation"
3385 TeleportationTAB.TextSize = 17
3386 TeleportationTAB.TextWrapped = true
3387
3388 ToolsTAB.Name = "ToolsTAB"
3389 ToolsTAB.Parent = SelectTabs
3390 ToolsTAB.BackgroundColor3 = Color3.new(1, 1, 1)
3391 ToolsTAB.BackgroundTransparency = 1
3392 ToolsTAB.Position = UDim2.new(0, 0, 0.289999992, 0)
3393 ToolsTAB.Size = UDim2.new(0, 82, 0, 40)
3394 ToolsTAB.Font = Enum.Font.SourceSansLight
3395 ToolsTAB.FontSize = Enum.FontSize.Size24
3396 ToolsTAB.Text = "Tools"
3397 ToolsTAB.TextSize = 20
3398 ToolsTAB.TextWrapped = true
3399
3400 AnimationsTAB.Name = "AnimationsTAB"
3401 AnimationsTAB.Parent = SelectTabs
3402 AnimationsTAB.BackgroundColor3 = Color3.new(1, 1, 1)
3403 AnimationsTAB.BackgroundTransparency = 1
3404 AnimationsTAB.Position = UDim2.new(0, 0, 0.569999993, 0)
3405 AnimationsTAB.Size = UDim2.new(0, 82, 0, 40)
3406 AnimationsTAB.Font = Enum.Font.SourceSansLight
3407 AnimationsTAB.FontSize = Enum.FontSize.Size24
3408 AnimationsTAB.Text = "Animations"
3409 AnimationsTAB.TextSize = 20
3410 AnimationsTAB.TextWrapped = true
3411
3412 BasicTAB.Name = "BasicTAB"
3413 BasicTAB.Parent = SelectTabs
3414 BasicTAB.BackgroundColor3 = Color3.new(1, 1, 1)
3415 BasicTAB.BackgroundTransparency = 1
3416 BasicTAB.Position = UDim2.new(0, 0, 0.430000007, 0)
3417 BasicTAB.Size = UDim2.new(0, 82, 0, 40)
3418 BasicTAB.Font = Enum.Font.SourceSansLight
3419 BasicTAB.FontSize = Enum.FontSize.Size24
3420 BasicTAB.Text = "Basic"
3421 BasicTAB.TextSize = 20
3422 BasicTAB.TextWrapped = true
3423
3424 Local_PlayerTAB.Name = "Local_PlayerTAB"
3425 Local_PlayerTAB.Parent = SelectTabs
3426 Local_PlayerTAB.BackgroundColor3 = Color3.new(1, 1, 1)
3427 Local_PlayerTAB.BackgroundTransparency = 1
3428 Local_PlayerTAB.Position = UDim2.new(0, 0, 0.709999979, 0)
3429 Local_PlayerTAB.Size = UDim2.new(0, 82, 0, 40)
3430 Local_PlayerTAB.Font = Enum.Font.SourceSansLight
3431 Local_PlayerTAB.FontSize = Enum.FontSize.Size24
3432 Local_PlayerTAB.Text = "Local Player"
3433 Local_PlayerTAB.TextSize = 20
3434 Local_PlayerTAB.TextWrapped = true
3435
3436 ExtraTAB.Name = "ExtraTAB"
3437 ExtraTAB.Parent = SelectTabs
3438 ExtraTAB.BackgroundColor3 = Color3.new(1, 1, 1)
3439 ExtraTAB.BackgroundTransparency = 1
3440 ExtraTAB.Position = UDim2.new(0, 0, 0.850000024, 0)
3441 ExtraTAB.Size = UDim2.new(0, 82, 0, 40)
3442 ExtraTAB.Font = Enum.Font.SourceSansLight
3443 ExtraTAB.FontSize = Enum.FontSize.Size24
3444 ExtraTAB.Text = "Extra"
3445 ExtraTAB.TextSize = 20
3446 ExtraTAB.TextWrapped = true
3447
3448 SideFrame.Name = "SideFrame"
3449 SideFrame.Parent = HyperTotal
3450 SideFrame.Active = true
3451 SideFrame.BackgroundColor3 = Color3.new(1, 1, 1)
3452 SideFrame.BackgroundTransparency = 1
3453 SideFrame.Draggable = true
3454 SideFrame.Position = UDim2.new(0.349, 0, 0.25, 0)
3455 SideFrame.Size = UDim2.new(0, 350, 0, 40)
3456 SideFrame.Visible = false
3457
3458 SideTopFrame.Name = "SideTopFrame"
3459 SideTopFrame.Parent = SideFrame
3460 SideTopFrame.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
3461 SideTopFrame.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569)
3462 SideTopFrame.BorderSizePixel = 2
3463 SideTopFrame.Position = UDim2.new(-0.287, 0, 0, 0)
3464 SideTopFrame.Size = UDim2.new(0, 450, 0, 270)
3465 SideTopFrame.ZIndex = 9
3466
3467 SideTitle.Name = "SideTitle"
3468 SideTitle.Parent = SideTopFrame
3469 SideTitle.BackgroundColor3 = Color3.new(1, 1, 1)
3470 SideTitle.BackgroundTransparency = 1
3471 SideTitle.Position = UDim2.new(0.356534153, 0, 0, 0)
3472 SideTitle.Size = UDim2.new(0, 150, 0, 40)
3473 SideTitle.ZIndex = 10
3474 SideTitle.Font = Enum.Font.SourceSansItalic
3475 SideTitle.FontSize = Enum.FontSize.Size36
3476 SideTitle.Text = "HyperTotal"
3477 SideTitle.TextColor3 = Color3.new(0.933333, 0.670588, 0.0509804)
3478 SideTitle.TextSize = 35
3479 SideTitle.TextWrapped = true
3480
3481 OpenGUI.Name = "OpenGUI"
3482 OpenGUI.Parent = SideTopFrame
3483 OpenGUI.BackgroundColor3 = Color3.new(1, 1, 1)
3484 OpenGUI.BackgroundTransparency = 1
3485 OpenGUI.Position = UDim2.new(0.913618803, 0, 0, 0)
3486 OpenGUI.Size = UDim2.new(0, 40, 0, 40)
3487 OpenGUI.ZIndex = 10
3488 OpenGUI.Font = Enum.Font.SourceSansBold
3489 OpenGUI.FontSize = Enum.FontSize.Size60
3490 OpenGUI.Text = "X"
3491 OpenGUI.TextColor3 = Color3.new(1, 0.631373, 0.109804)
3492 OpenGUI.TextSize = 50
3493 OpenGUI.TextWrapped = true
3494
3495 SideCreditTXT.Name = "SideCreditTXT"
3496 SideCreditTXT.Parent = SideTopFrame
3497 SideCreditTXT.BackgroundColor3 = Color3.new(1, 1, 1)
3498 SideCreditTXT.BackgroundTransparency = 1
3499 SideCreditTXT.Position = UDim2.new(0.690784931, 0, 0.250416666, 0)
3500 SideCreditTXT.Rotation = -17
3501 SideCreditTXT.Size = UDim2.new(0, 90, 0, 20)
3502 SideCreditTXT.ZIndex = 10
3503 SideCreditTXT.Font = Enum.Font.SourceSansItalic
3504 SideCreditTXT.FontSize = Enum.FontSize.Size24
3505 SideCreditTXT.Text = "illremember"
3506 SideCreditTXT.TextColor3 = Color3.new(0.933333, 0.819608, 0.737255)
3507 SideCreditTXT.TextSize = 20
3508 SideCreditTXT.TextWrapped = true
3509
3510 BrickFrame.Name = "BrickFrame"
3511 BrickFrame.Parent = MainFrame
3512 BrickFrame.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
3513 BrickFrame.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569)
3514 BrickFrame.BorderSizePixel = 0
3515 BrickFrame.Position = UDim2.new(0, 0, 0.148395061, 0)
3516 BrickFrame.Size = UDim2.new(0, 0, 0, 230)
3517 BrickFrame.ZIndex = 4
3518
3519 -- Buttons
3520
3521 col = Color3.new(0.854902, 0.854902, 0.854902)
3522 loc = Color3.new(0.65, 0.90, 0.65)
3523
3524 wait(1)
3525 MainFrame:TweenPosition(UDim2.new(0.348623842, 0, 0.25, 0), "Out", "Bounce", 2)
3526
3527 if game.Workspace.FilteringEnabled == false then
3528 FE_CHECK.Text = "FE is disabled"
3529 FE_CHECK.TextColor3 = Color3.fromRGB(200,10,10)
3530 else
3531 FE_CHECK.Text = "FE is enabled"
3532 FE_CHECK.TextColor3 = Color3.fromRGB(10,200,10)
3533 end
3534
3535 CloseGUI.MouseButton1Click:connect(function()
3536 CloseGUI.Visible = false
3537 EnterUsername.Visible = false
3538 TopFrame:TweenSize(UDim2.new(0, 450, 0, 270), "Out", "Sine", 1)
3539 wait(1)
3540 SideFrame.Position = MainFrame.Position
3541 MainFrame.Visible = false
3542 SideFrame.Visible = true
3543 SideTopFrame:TweenSize(UDim2.new(0, 450, 0, 40), "Out", "Sine", 1)
3544 OpenGUI.Visible = false
3545 wait(1)
3546 OpenGUI.Visible = true
3547 end)
3548
3549 OpenGUI.MouseButton1Click:connect(function()
3550 OpenGUI.Visible = false
3551 SideTopFrame:TweenSize(UDim2.new(0, 450, 0, 270), "Out", "Sine", 1)
3552 wait(1)
3553 MainFrame.Position = SideFrame.Position
3554 SideFrame.Visible = false
3555 MainFrame.Visible = true
3556 CloseGUI.Visible = false
3557 TopFrame:TweenSize(UDim2.new(0, 450, 0, 40), "Out", "Sine", 1)
3558 wait(1)
3559 EnterUsername.Visible = true
3560 CloseGUI.Visible = true
3561 end)
3562
3563 AnimationsTAB.MouseButton1Click:connect(function()
3564 BrickFrame:TweenSize(UDim2.new(0, 350, 0, 230), "Out", "Sine", 0.5)
3565 wait(0.5)
3566 Animations.Visible = true
3567 Basic.Visible = false
3568 Extra.Visible = false
3569 INTRO.Visible = false
3570 Local_Player.Visible = false
3571 RocketPropulsion.Visible = false
3572 Teleportation.Visible = false
3573 Tools.Visible = false
3574 AnimationsTAB.Font = "SourceSansBold"
3575 BasicTAB.Font = "SourceSansLight"
3576 ExtraTAB.Font = "SourceSansLight"
3577 Local_PlayerTAB.Font = "SourceSansLight"
3578 RocketPropulsionTAB.Font = "SourceSansLight"
3579 TeleportationTAB.Font = "SourceSansLight"
3580 ToolsTAB.Font = "SourceSansLight"
3581 AnimationsTAB.TextSize = 17
3582 TeleportationTAB.TextSize = 17
3583 BrickFrame:TweenSize(UDim2.new(0, 0, 0, 230), "Out", "Sine", 0.5)
3584 end)
3585
3586 BasicTAB.MouseButton1Click:connect(function()
3587 BrickFrame:TweenSize(UDim2.new(0, 350, 0, 230), "Out", "Sine", 0.5)
3588 wait(0.5)
3589 Animations.Visible = false
3590 Basic.Visible = true
3591 Extra.Visible = false
3592 INTRO.Visible = false
3593 Local_Player.Visible = false
3594 RocketPropulsion.Visible = false
3595 Teleportation.Visible = false
3596 Tools.Visible = false
3597 AnimationsTAB.Font = "SourceSansLight"
3598 BasicTAB.Font = "SourceSansBold"
3599 ExtraTAB.Font = "SourceSansLight"
3600 Local_PlayerTAB.Font = "SourceSansLight"
3601 RocketPropulsionTAB.Font = "SourceSansLight"
3602 TeleportationTAB.Font = "SourceSansLight"
3603 ToolsTAB.Font = "SourceSansLight"
3604 AnimationsTAB.TextSize = 20
3605 TeleportationTAB.TextSize = 17
3606 BrickFrame:TweenSize(UDim2.new(0, 0, 0, 230), "Out", "Sine", 0.5)
3607 end)
3608
3609 ExtraTAB.MouseButton1Click:connect(function()
3610 BrickFrame:TweenSize(UDim2.new(0, 350, 0, 230), "Out", "Sine", 0.5)
3611 wait(0.5)
3612 Animations.Visible = false
3613 Basic.Visible = false
3614 Extra.Visible = true
3615 INTRO.Visible = false
3616 Local_Player.Visible = false
3617 RocketPropulsion.Visible = false
3618 Teleportation.Visible = false
3619 Tools.Visible = false
3620 AnimationsTAB.Font = "SourceSansLight"
3621 BasicTAB.Font = "SourceSansLight"
3622 ExtraTAB.Font = "SourceSansBold"
3623 Local_PlayerTAB.Font = "SourceSansLight"
3624 RocketPropulsionTAB.Font = "SourceSansLight"
3625 TeleportationTAB.Font = "SourceSansLight"
3626 ToolsTAB.Font = "SourceSansLight"
3627 AnimationsTAB.TextSize = 20
3628 TeleportationTAB.TextSize = 17
3629 BrickFrame:TweenSize(UDim2.new(0, 0, 0, 230), "Out", "Sine", 0.5)
3630 end)
3631
3632 Local_PlayerTAB.MouseButton1Click:connect(function()
3633 BrickFrame:TweenSize(UDim2.new(0, 350, 0, 230), "Out", "Sine", 0.5)
3634 wait(0.5)
3635 Animations.Visible = false
3636 Basic.Visible = false
3637 Extra.Visible = false
3638 INTRO.Visible = false
3639 Local_Player.Visible = true
3640 RocketPropulsion.Visible = false
3641 Teleportation.Visible = false
3642 Tools.Visible = false
3643 AnimationsTAB.Font = "SourceSansLight"
3644 BasicTAB.Font = "SourceSansLight"
3645 ExtraTAB.Font = "SourceSansLight"
3646 Local_PlayerTAB.Font = "SourceSansBold"
3647 RocketPropulsionTAB.Font = "SourceSansLight"
3648 TeleportationTAB.Font = "SourceSansLight"
3649 ToolsTAB.Font = "SourceSansLight"
3650 AnimationsTAB.TextSize = 20
3651 TeleportationTAB.TextSize = 17
3652 BrickFrame:TweenSize(UDim2.new(0, 0, 0, 230), "Out", "Sine", 0.5)
3653 end)
3654
3655 RocketPropulsionTAB.MouseButton1Click:connect(function()
3656 BrickFrame:TweenSize(UDim2.new(0, 350, 0, 230), "Out", "Sine", 0.5)
3657 wait(0.5)
3658 Animations.Visible = false
3659 Basic.Visible = false
3660 Extra.Visible = false
3661 INTRO.Visible = false
3662 Local_Player.Visible = false
3663 RocketPropulsion.Visible = true
3664 Teleportation.Visible = false
3665 Tools.Visible = false
3666 AnimationsTAB.Font = "SourceSansLight"
3667 BasicTAB.Font = "SourceSansLight"
3668 ExtraTAB.Font = "SourceSansLight"
3669 Local_PlayerTAB.Font = "SourceSansLight"
3670 RocketPropulsionTAB.Font = "SourceSansBold"
3671 TeleportationTAB.Font = "SourceSansLight"
3672 ToolsTAB.Font = "SourceSansLight"
3673 AnimationsTAB.TextSize = 20
3674 TeleportationTAB.TextSize = 17
3675 BrickFrame:TweenSize(UDim2.new(0, 0, 0, 230), "Out", "Sine", 0.5)
3676 end)
3677
3678 TeleportationTAB.MouseButton1Click:connect(function()
3679 BrickFrame:TweenSize(UDim2.new(0, 350, 0, 230), "Out", "Sine", 0.5)
3680 wait(0.5)
3681 Animations.Visible = false
3682 Basic.Visible = false
3683 Extra.Visible = false
3684 INTRO.Visible = false
3685 Local_Player.Visible = false
3686 RocketPropulsion.Visible = false
3687 Teleportation.Visible = true
3688 Tools.Visible = false
3689 AnimationsTAB.Font = "SourceSansLight"
3690 BasicTAB.Font = "SourceSansLight"
3691 ExtraTAB.Font = "SourceSansLight"
3692 Local_PlayerTAB.Font = "SourceSansLight"
3693 RocketPropulsionTAB.Font = "SourceSansLight"
3694 TeleportationTAB.Font = "SourceSansBold"
3695 ToolsTAB.Font = "SourceSansLight"
3696 AnimationsTAB.TextSize = 20
3697 TeleportationTAB.TextSize = 15
3698 BrickFrame:TweenSize(UDim2.new(0, 0, 0, 230), "Out", "Sine", 0.5)
3699 end)
3700
3701 ToolsTAB.MouseButton1Click:connect(function()
3702 BrickFrame:TweenSize(UDim2.new(0, 350, 0, 230), "Out", "Sine", 0.5)
3703 wait(0.5)
3704 Animations.Visible = false
3705 Basic.Visible = false
3706 Extra.Visible = false
3707 INTRO.Visible = false
3708 Local_Player.Visible = false
3709 RocketPropulsion.Visible = false
3710 Teleportation.Visible = false
3711 Tools.Visible = true
3712 AnimationsTAB.Font = "SourceSansLight"
3713 BasicTAB.Font = "SourceSansLight"
3714 ExtraTAB.Font = "SourceSansLight"
3715 Local_PlayerTAB.Font = "SourceSansLight"
3716 RocketPropulsionTAB.Font = "SourceSansLight"
3717 TeleportationTAB.Font = "SourceSansLight"
3718 ToolsTAB.Font = "SourceSansBold"
3719 AnimationsTAB.TextSize = 20
3720 TeleportationTAB.TextSize = 17
3721 BrickFrame:TweenSize(UDim2.new(0, 0, 0, 230), "Out", "Sine", 0.5)
3722 end)
3723
3724 ------ ANIMATIONS -------------------------------------------------------------------------
3725 ------ ANIMATIONS -------------------------------------------------------------------------
3726 ------ ANIMATIONS -------------------------------------------------------------------------
3727 ------ ANIMATIONS -------------------------------------------------------------------------
3728
3729 function GetPlayer(String) -- Credit to Timeless/xFunnieuss
3730 local Found = {}
3731 local strl = String:lower()
3732 if strl == "all" then
3733 for i,v in pairs(game.Players:GetPlayers()) do
3734 table.insert(Found,v)
3735 end
3736 elseif strl == "others" then
3737 for i,v in pairs(game.Players:GetPlayers()) do
3738 if v.Name ~= game.Players.LocalPlayer.Name then
3739 table.insert(Found,v)
3740 end
3741 end
3742 else
3743 for i,v in pairs(game.Players:GetPlayers()) do
3744 if v.Name:lower():sub(1, #String) == String:lower() then
3745 table.insert(Found,v)
3746 end
3747 end
3748 end
3749 return Found
3750 end
3751
3752 AnimationId = "148840371"
3753 local Anim = Instance.new("Animation")
3754 Anim.AnimationId = "rbxassetid://"..AnimationId
3755 local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
3756 _18active = false
3757 game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
3758 track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
3759 _18active = false
3760 end)
3761 _18.MouseButton1Click:connect(function()
3762 _18active = not _18active
3763 if _18active then
3764 _18.BackgroundColor3 = loc
3765 for i,v in pairs(GetPlayer(EnterUsername.Text))do
3766 track:Play()
3767 game:GetService('RunService').Stepped:connect(function()
3768 if _18active then
3769 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
3770 end
3771 end)
3772 end
3773 else
3774 track:Stop()
3775 _18.BackgroundColor3 = col
3776 end
3777 end)
3778
3779 AnimationId = "282574440"
3780 local Anim = Instance.new("Animation")
3781 Anim.AnimationId = "rbxassetid://"..AnimationId
3782 local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
3783 CarpetActive = false
3784 game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
3785 track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
3786 CarpetActive = false
3787 end)
3788 Carpet.MouseButton1Click:connect(function()
3789 CarpetActive = not CarpetActive
3790 if CarpetActive then
3791 Carpet.BackgroundColor3 = loc
3792 for i,v in pairs(GetPlayer(EnterUsername.Text))do
3793 track:Play()
3794 game:GetService('RunService').Stepped:connect(function()
3795 if CarpetActive then
3796 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
3797 end
3798 end)
3799 end
3800 else
3801 track:Stop()
3802 Carpet.BackgroundColor3 = col
3803 end
3804 end)
3805
3806 AnimationId = "215384594"
3807 local Anim = Instance.new("Animation")
3808 Anim.AnimationId = "rbxassetid://"..AnimationId
3809 local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
3810 ExperimentalAnimationActive = false
3811 game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
3812 track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
3813 ExperimentalAnimationActive = false
3814 end)
3815 ExperimentalAnimation.MouseButton1Click:connect(function()
3816 ExperimentalAnimationActive = not ExperimentalAnimationActive
3817 if ExperimentalAnimationActive then
3818 ExperimentalAnimation.BackgroundColor3 = loc
3819 for i,v in pairs(GetPlayer(EnterUsername.Text))do
3820 track:Play(0.1, 1, 5)
3821 game:GetService('RunService').Stepped:connect(function()
3822 if ExperimentalAnimationActive then
3823 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
3824 end
3825 end)
3826 end
3827 else
3828 track:Stop()
3829 ExperimentalAnimation.BackgroundColor3 = col
3830 end
3831 end)
3832
3833 AnimationId = "429703734"
3834 local Anim = Instance.new("Animation")
3835 Anim.AnimationId = "rbxassetid://"..AnimationId
3836 local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
3837 DanceActive = false
3838 game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
3839 track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
3840 DanceActive = false
3841 end)
3842 Dance.MouseButton1Click:connect(function()
3843 DanceActive = not DanceActive
3844 if DanceActive then
3845 Dance.BackgroundColor3 = loc
3846 for i,v in pairs(GetPlayer(EnterUsername.Text))do
3847 track:Play()
3848 game:GetService('RunService').Stepped:connect(function()
3849 if DanceActive then
3850 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
3851 end
3852 end)
3853 end
3854 else
3855 track:Stop()
3856 Dance.BackgroundColor3 = col
3857 end
3858 end)
3859
3860 AnimationId = "282574440"
3861 local Anim = Instance.new("Animation")
3862 Anim.AnimationId = "rbxassetid://"..AnimationId
3863 local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
3864 HideActive = false
3865 game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
3866 track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
3867 HideActive = false
3868 end)
3869 Hide.MouseButton1Click:connect(function()
3870 HideActive = not HideActive
3871 if HideActive then
3872 Hide.BackgroundColor3 = loc
3873 for i,v in pairs(GetPlayer(EnterUsername.Text))do
3874 track:Play()
3875 game:GetService('RunService').Stepped:connect(function()
3876 if HideActive then
3877 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.Head.CFrame
3878 end
3879 end)
3880 end
3881 else
3882 track:Stop()
3883 Hide.BackgroundColor3 = col
3884 end
3885 end)
3886
3887 AnimationId = "313762630"
3888 local Anim = Instance.new("Animation")
3889 Anim.AnimationId = "rbxassetid://"..AnimationId
3890 local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
3891 LevitateOnActive = false
3892 game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
3893 track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
3894 LevitateOnActive = false
3895 end)
3896 LevitateOn.MouseButton1Click:connect(function()
3897 LevitateOnActive = not LevitateOnActive
3898 if LevitateOnActive then
3899 LevitateOn.BackgroundColor3 = loc
3900 for i,v in pairs(GetPlayer(EnterUsername.Text))do
3901 track:Play()
3902 game:GetService('RunService').Stepped:connect(function()
3903 if LevitateOnActive then
3904 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
3905 end
3906 end)
3907 end
3908 else
3909 track:Stop()
3910 LevitateOn.BackgroundColor3 = col
3911 end
3912 end)
3913
3914 AnimationId = "215384594"
3915 local Anim = Instance.new("Animation")
3916 Anim.AnimationId = "rbxassetid://"..AnimationId
3917 local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
3918 PushLockActive = false
3919 game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
3920 track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
3921 PushLockActive = false
3922 end)
3923 PushLock.MouseButton1Click:connect(function()
3924 PushLockActive = not PushLockActive
3925 if PushLockActive then
3926 PushLock.BackgroundColor3 = loc
3927 for i,v in pairs(GetPlayer(EnterUsername.Text))do
3928 track:Play()
3929 game:GetService('RunService').Stepped:connect(function()
3930 if PushLockActive then
3931 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
3932 end
3933 end)
3934 end
3935 else
3936 track:Stop()
3937 PushLock.BackgroundColor3 = col
3938 end
3939 end)
3940
3941 AnimationId = "184574340"
3942 local Anim = Instance.new("Animation")
3943 Anim.AnimationId = "rbxassetid://"..AnimationId
3944 local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
3945 SlamOnActive = false
3946 game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
3947 track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
3948 SlamOnActive = false
3949 end)
3950 SlamOn.MouseButton1Click:connect(function()
3951 SlamOnActive = not SlamOnActive
3952 if SlamOnActive then
3953 SlamOn.BackgroundColor3 = loc
3954 for i,v in pairs(GetPlayer(EnterUsername.Text))do
3955 track:Play()
3956 game:GetService('RunService').Stepped:connect(function()
3957 if SlamOnActive then
3958 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
3959 end
3960 end)
3961 end
3962 else
3963 track:Stop()
3964 SlamOn.BackgroundColor3 = col
3965 end
3966 end)
3967
3968 ------ BASIC -------------------------------------------------------------------------
3969 ------ BASIC -------------------------------------------------------------------------
3970 ------ BASIC -------------------------------------------------------------------------
3971 ------ BASIC -------------------------------------------------------------------------
3972
3973 HipHeight.MouseButton1Click:connect(function()
3974 game.Players.LocalPlayer.Character.Humanoid.HipHeight = STATCHANGE.Text
3975 end)
3976 JumpHeight.MouseButton1Click:connect(function()
3977 game.Players.LocalPlayer.Character.Humanoid.JumpPower = STATCHANGE.Text
3978 end)
3979 Speed.MouseButton1Click:connect(function()
3980 game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = STATCHANGE.Text
3981 end)
3982 Chat.MouseButton1Click:connect(function()
3983 game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(CHATBOX.Text, "All")
3984 end)
3985 keepspam = false
3986 Spam.MouseButton1Click:connect(function()
3987 keepspam = not keepspam
3988 if keepspam then
3989 Spam.BackgroundColor3 = loc
3990 else
3991 Spam.BackgroundColor3 = col
3992 end
3993 while wait(0.5) do
3994 if keepspam then
3995 game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(CHATBOX.Text, "All")
3996 end
3997 end
3998 end)
3999 clip = true
4000 Noclip.MouseButton1Click:connect(function()
4001 clip = not clip
4002 game:GetService('RunService').Stepped:connect(function()
4003 if not clip then
4004 Noclip.BackgroundColor3 = loc
4005 game.Players.LocalPlayer.Character.Head.CanCollide = false
4006 game.Players.LocalPlayer.Character.Torso.CanCollide = false
4007 game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
4008 game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
4009 else
4010 Noclip.BackgroundColor3 = col
4011 end
4012 end)
4013 end)
4014 local flying = false
4015 Fly.MouseButton1Click:connect(function()
4016 flying = not flying
4017 repeat wait()
4018 until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
4019 local mouse = game.Players.LocalPlayer:GetMouse()
4020 repeat wait() until mouse
4021 local plr = game.Players.LocalPlayer
4022 local torso = plr.Character.Torso
4023 local deb = true
4024 local ctrl = {f = 0, b = 0, l = 0, r = 0}
4025 local lastctrl = {f = 0, b = 0, l = 0, r = 0}
4026 local maxspeed = 70
4027 local speed = 0
4028 if flying then
4029 Fly.BackgroundColor3 = loc
4030 else
4031 Fly.BackgroundColor3 = col
4032 end
4033
4034 function FlyFunction()
4035 local bg = Instance.new("BodyGyro", torso)
4036 bg.P = 9e4
4037 bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
4038 bg.cframe = torso.CFrame
4039 local bv = Instance.new("BodyVelocity", torso)
4040 bv.velocity = Vector3.new(0,0.1,0)
4041 bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
4042 repeat wait()
4043 plr.Character.Humanoid.PlatformStand = true
4044 if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
4045 speed = speed+.5+(speed/maxspeed)
4046 if speed > maxspeed then
4047 speed = maxspeed
4048 end
4049 elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
4050 speed = speed-1
4051 if speed < 0 then
4052 speed = 0
4053 end
4054 end
4055 if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
4056 bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
4057 lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
4058 elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
4059 bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
4060 else
4061 bv.velocity = Vector3.new(0,0.1,0)
4062 end
4063 bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
4064 until not flying
4065 ctrl = {f = 0, b = 0, l = 0, r = 0}
4066 lastctrl = {f = 0, b = 0, l = 0, r = 0}
4067 speed = 0
4068 bg:Destroy()
4069 bv:Destroy()
4070 plr.Character.Humanoid.PlatformStand = false
4071 end
4072 mouse.KeyDown:connect(function(key)
4073 if key:lower() == "w" then
4074 ctrl.f = 1
4075 elseif key:lower() == "s" then
4076 ctrl.b = -1
4077 elseif key:lower() == "a" then
4078 ctrl.l = -1
4079 elseif key:lower() == "d" then
4080 ctrl.r = 1
4081 end
4082 end)
4083 mouse.KeyUp:connect(function(key)
4084 if key:lower() == "w" then
4085 ctrl.f = 0
4086 elseif key:lower() == "s" then
4087 ctrl.b = 0
4088 elseif key:lower() == "a" then
4089 ctrl.l = 0
4090 elseif key:lower() == "d" then
4091 ctrl.r = 0
4092 end
4093 end)
4094 FlyFunction()
4095 end)
4096
4097 ------ EXTRA -------------------------------------------------------------------------
4098 ------ EXTRA -------------------------------------------------------------------------
4099 ------ EXTRA -------------------------------------------------------------------------
4100 ------ EXTRA -------------------------------------------------------------------------
4101
4102 frost = false
4103 Freeze.MouseButton1Click:connect(function()
4104 frost = not frost
4105 if frost then
4106 game.Players.LocalPlayer.Character.Torso.Anchored = true
4107 game.Players.LocalPlayer.Character.Head.Anchored = true
4108 game.Players.LocalPlayer.Character["Left Leg"].Anchored = true
4109 game.Players.LocalPlayer.Character["Left Arm"].Anchored = true
4110 game.Players.LocalPlayer.Character["Right Leg"].Anchored = true
4111 game.Players.LocalPlayer.Character["Right Arm"].Anchored = true
4112 Freeze.BackgroundColor3 = loc
4113 else
4114 game.Players.LocalPlayer.Character.Torso.Anchored = false
4115 game.Players.LocalPlayer.Character.Head.Anchored = false
4116 game.Players.LocalPlayer.Character["Left Leg"].Anchored = false
4117 game.Players.LocalPlayer.Character["Left Arm"].Anchored = false
4118 game.Players.LocalPlayer.Character["Right Leg"].Anchored = false
4119 game.Players.LocalPlayer.Character["Right Arm"].Anchored = false
4120 Freeze.BackgroundColor3 = col
4121 end
4122 end)
4123 insanity = false
4124 local Anim = Instance.new("Animation")
4125 AnimationId = "33796059"
4126 Anim.AnimationId = "rbxassetid://"..AnimationId
4127 local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
4128 game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
4129 track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
4130 insanity = false
4131 end)
4132 Insane.MouseButton1Down:connect(function()
4133 insanity = not insanity
4134 if insanity then
4135 track:Play(0.1, 1, 999)
4136 Insane.BackgroundColor3 = loc
4137 else
4138 track:Stop()
4139 Insane.BackgroundColor3 = col
4140 end
4141 end)
4142 Sit.MouseButton1Click:connect(function()
4143 game.Players.LocalPlayer.Character.Humanoid.Sit = true
4144 end)
4145 Jump.MouseButton1Click:connect(function()
4146 game.Players.LocalPlayer.Character.Humanoid.Jump = true
4147 end)
4148 platform = false
4149 PlatformStand.MouseButton1Click:connect(function()
4150 platform = not platform
4151 if platform then
4152 game.Players.LocalPlayer.Character.Humanoid.PlatformStand = true
4153 PlatformStand.BackgroundColor3 = loc
4154 else
4155 game.Players.LocalPlayer.Character.Humanoid.PlatformStand = false
4156 PlatformStand.BackgroundColor3 = col
4157 end
4158 end)
4159 TPVoid.MouseButton1Click:connect(function()
4160 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(math.huge, math.huge, math.huge)
4161 end)
4162
4163 local Anim = Instance.new("Animation")
4164 Anim.AnimationId = "rbxassetid://204295235"
4165 local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
4166 question = false
4167 game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
4168 track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
4169 question = false
4170 end)
4171 Unknown.MouseButton1Click:connect(function()
4172 question = not question
4173 if question then
4174 Unknown.BackgroundColor3 = loc
4175 while wait do
4176 if track.IsPlaying == false then
4177 if question then
4178 track:Play(0.1, 1, 1e5)
4179 end
4180 end
4181 end
4182 else
4183 Unknown.BackgroundColor3 = col
4184 track:Stop()
4185 end
4186 end)
4187
4188 Reset.MouseButton1Click:connect(function()
4189 game.Players.LocalPlayer.Character.Head:Destroy()
4190 end)
4191
4192 ------ LOCALPLAYER -------------------------------------------------------------------------
4193 ------ LOCALPLAYER -------------------------------------------------------------------------
4194 ------ LOCALPLAYER -------------------------------------------------------------------------
4195 ------ LOCALPLAYER -------------------------------------------------------------------------
4196
4197 local Anim = Instance.new("Animation")
4198 Anim.AnimationId = "rbxassetid://215384594"
4199 local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
4200 local CloneIllusionACTIVE = false
4201 game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
4202 track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
4203 CloneIllusionACTIVE = false
4204 end)
4205 CloneIllusion.MouseButton1Click:connect(function()
4206 CloneIllusionACTIVE = not CloneIllusionACTIVE
4207 if CloneIllusionACTIVE then
4208 track:Play(.5, 1, 1e7)
4209 CloneIllusion.BackgroundColor3 = loc
4210 else
4211 track:Stop()
4212 CloneIllusion.BackgroundColor3 = col
4213 end
4214 end)
4215
4216 local Anim = Instance.new("Animation")
4217 Anim.AnimationId = "rbxassetid://204328711"
4218 local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
4219 local DinoWalkACTIVE = false
4220 game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
4221 track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
4222 DinoWalkACTIVE = false
4223 end)
4224 Dinosaur.MouseButton1Click:connect(function()
4225 DinoWalkACTIVE = not DinoWalkACTIVE
4226 if DinoWalkACTIVE then
4227 track:Play(.1, 1, 1)
4228 Dinosaur.BackgroundColor3 = loc
4229 game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 30
4230 game.Players.LocalPlayer.Character.Humanoid.JumpHeight = 200
4231 else
4232 track:Stop()
4233 Dinosaur.BackgroundColor3 = col
4234 game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
4235 game.Players.LocalPlayer.Character.Humanoid.JumpHeight = 50
4236 end
4237 end)
4238
4239 local Anim = Instance.new("Animation")
4240 Anim.AnimationId = "rbxassetid://313762630"
4241 local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
4242 local GlitchLevitateACTIVE = false
4243 game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
4244 track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
4245 GlitchLevitateACTIVE = false
4246 end)
4247 Glitchy.MouseButton1Click:connect(function()
4248 GlitchLevitateACTIVE = not GlitchLevitateACTIVE
4249 if GlitchLevitateACTIVE then
4250 track:Play(.5, 1, 1e7)
4251 Glitchy.BackgroundColor3 = loc
4252 else
4253 track:Stop()
4254 Glitchy.BackgroundColor3 = col
4255 end
4256 end)
4257
4258 local Anim = Instance.new("Animation")
4259 Anim.AnimationId = "rbxassetid://313762630"
4260 local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
4261 local LevitateACTIVE = false
4262 game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
4263 track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
4264 LevitateACTIVE = false
4265 end)
4266 Levitate.MouseButton1Click:connect(function()
4267 LevitateACTIVE = not LevitateACTIVE
4268 if LevitateACTIVE then
4269 track:Play(.1, 1, 1)
4270 Levitate.BackgroundColor3 = loc
4271 else
4272 track:Stop()
4273 Levitate.BackgroundColor3 = col
4274 end
4275 end)
4276
4277 NoLimbs.MouseButton1Click:connect(function()
4278 game.Players.LocalPlayer.Character["Left Leg"]:Destroy()
4279 game.Players.LocalPlayer.Character["Left Arm"]:Destroy()
4280 game.Players.LocalPlayer.Character["Right Leg"]:Destroy()
4281 game.Players.LocalPlayer.Character["Right Arm"]:Destroy()
4282 end)
4283
4284 local Anim = Instance.new("Animation")
4285 Anim.AnimationId = "rbxassetid://180612465"
4286 local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
4287 local ScaredACTIVE = false
4288 game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
4289 track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
4290 ScaredACTIVE = false
4291 end)
4292 CrouchRocket.MouseButton1Click:connect(function()
4293 ScaredACTIVE = not ScaredACTIVE
4294 if ScaredACTIVE then
4295 local u = Instance.new("RocketPropulsion")
4296 u.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
4297 u.Name = "CrouchRocket"
4298 u.Target = game.Players.LocalPlayer.Character.Head
4299 u:Fire()
4300 CrouchRocket.BackgroundColor3 = loc
4301 while wait() do
4302 if track.IsPlaying == false then
4303 if ScaredACTIVE then
4304 track:Play(.1, 1, 1)
4305 end
4306 end
4307 end
4308 else
4309 track:Stop()
4310 CrouchRocket.BackgroundColor3 = col
4311 game.Players.LocalPlayer.Character.HumanoidRootPart.CrouchRocket:Destroy()
4312 end
4313 end)
4314
4315 local Anim = Instance.new("Animation")
4316 Anim.AnimationId = "rbxassetid://313762630"
4317 local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
4318 local Anim2 = Instance.new("Animation")
4319 Anim2.AnimationId = "rbxassetid://35154961"
4320 local track2 = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim2)
4321 local Anim3 = Instance.new("Animation")
4322 Anim3.AnimationId = "rbxassetid://33169583"
4323 local track3 = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim3)
4324 haunting = false
4325 game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
4326 track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
4327 track2 = character:WaitForChild("Humanoid"):LoadAnimation(Anim2)
4328 track3 = character:WaitForChild("Humanoid"):LoadAnimation(Anim3)
4329 haunting = false
4330 end)
4331 Haunted.MouseButton1Click:connect(function()
4332 haunting = not haunting
4333 if haunting then
4334 while true do
4335 if track3.IsPlaying == false then
4336 if haunting then
4337 track:Play()
4338 track2:Play(0.1,1,1000)
4339 track3:Play(0.1,1,1000)
4340 end
4341 end
4342 end
4343 else
4344 track:Stop()
4345 track2:Stop()
4346 track3:Stop()
4347 end
4348 end)
4349
4350 spinning = false
4351 CrazySpin.MouseButton1Click:connect(function()
4352 spinning = not spinning
4353 if spinning then
4354 local p = Instance.new("RocketPropulsion")
4355 p.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
4356 p.Name = "CrazySpin"
4357 p.Target = game.Players.LocalPlayer.Character["Left Arm"]
4358 p:Fire()
4359 CrazySpin.BackgroundColor3 = loc
4360 else
4361 game.Players.LocalPlayer.Character.HumanoidRootPart.CrazySpin:Destroy()
4362 CrazySpin.BackgroundColor3 = col
4363 end
4364 end)
4365
4366 ------ ROCKETPROPULSION -------------------------------------------------------------------------
4367 ------ ROCKETPROPULSION -------------------------------------------------------------------------
4368 ------ ROCKETPROPULSION -------------------------------------------------------------------------
4369 ------ ROCKETPROPULSION -------------------------------------------------------------------------
4370
4371 floating = false
4372 Float.MouseButton1Click:connect(function()
4373 floating = not floating
4374 if floating then
4375 Float.BackgroundColor3 = loc
4376 local y = Instance.new("RocketPropulsion")
4377 y.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
4378 y.CartoonFactor = 1
4379 y.MaxThrust = 50000
4380 y.MaxSpeed = 1000
4381 y.ThrustP = 50000
4382 y.Name = "Float"
4383 for i,v in pairs(GetPlayer(EnterUsername.Text))do
4384 y.Target = game.Players[v.Name].Character.Head
4385 y:Fire()
4386 game:GetService('RunService').Stepped:connect(function()
4387 if floating then
4388 game.Players.LocalPlayer.Character.Head.CanCollide = false
4389 game.Players.LocalPlayer.Character.Torso.CanCollide = false
4390 game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
4391 game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
4392 end
4393 end)
4394 while wait(0.3) do
4395 if floating then
4396 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Left Leg"].CFrame
4397 end
4398 end
4399 end
4400 else
4401 game.Players.LocalPlayer.Character.HumanoidRootPart.Float:Destroy()
4402 Float.BackgroundColor3 = col
4403 end
4404 end)
4405
4406 local Anim = Instance.new("Animation")
4407 Anim.AnimationId = "rbxassetid://282574440"
4408 local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
4409 flattening = false
4410 Flatten.MouseButton1Click:connect(function()
4411 flattening = not flattening
4412 if flattening then
4413 Flatten.BackgroundColor3 = loc
4414 local y = Instance.new("RocketPropulsion")
4415 y.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
4416 y.CartoonFactor = 1
4417 y.MaxThrust = 50000
4418 y.MaxSpeed = 1000
4419 y.ThrustP = 50000
4420 y.Name = "Flatten"
4421 for i,v in pairs(GetPlayer(EnterUsername.Text))do
4422 y.Target = game.Players[v.name].Character["Left Leg"]
4423 y:Fire()
4424 track:Play(.1, 1, 1)
4425 game:GetService('RunService').Stepped:connect(function()
4426 if flattening then
4427 game.Players.LocalPlayer.Character.Head.CanCollide = false
4428 game.Players.LocalPlayer.Character.Torso.CanCollide = false
4429 game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
4430 game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
4431 end
4432 end)
4433 while wait(0.3) do
4434 if flattening then
4435 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0,2,0)
4436 end
4437 end
4438 end
4439 else
4440 game.Players.LocalPlayer.Character.HumanoidRootPart.Flatten:Destroy()
4441 track:Stop()
4442 Flatten.BackgroundColor3 = col
4443 end
4444 end)
4445
4446 pushing = false
4447 Push.MouseButton1Click:connect(function()
4448 pushing = not pushing
4449 if pushing then
4450 Push.BackgroundColor3 = loc
4451 local b = Instance.new("RocketPropulsion")
4452 b.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
4453 b.TurnP = 2500
4454 b.MaxThrust = 50000
4455 b.MaxSpeed = 1000
4456 b.ThrustP = 50000
4457 b.CartoonFactor = 1
4458 b.Name = "Push"
4459 for i,v in pairs(GetPlayer(EnterUsername.Text))do
4460 b.Target = game.Players[v.Name].Character.HumanoidRootPart
4461 b:Fire()
4462 game:GetService('RunService').Stepped:connect(function()
4463 if pushing then
4464 game.Players.LocalPlayer.Character.Head.CanCollide = false
4465 game.Players.LocalPlayer.Character.Torso.CanCollide = false
4466 game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
4467 game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
4468 end
4469 end)
4470 end
4471 else
4472 game.Players.LocalPlayer.Character.HumanoidRootPart.Push:Destroy()
4473 Push.BackgroundColor3 = col
4474 end
4475 end)
4476
4477 SlowAttracting = false
4478 SlowAttract.MouseButton1Click:connect(function()
4479 SlowAttracting = not SlowAttracting
4480 if SlowAttracting then
4481 SlowAttract.BackgroundColor3 = loc
4482 local b = Instance.new("RocketPropulsion")
4483 b.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
4484 b.TurnD = 5000
4485 b.MaxThrust = 5000
4486 b.MaxSpeed = 200
4487 b.ThrustP = 5000
4488 b.CartoonFactor = 1
4489 b.Name = "SlowAttract"
4490 for i,v in pairs(GetPlayer(EnterUsername.Text))do
4491 b.Target = game.Players[v.Name].Character.HumanoidRootPart
4492 b:Fire()
4493 game:GetService('RunService').Stepped:connect(function()
4494 if SlowAttracting then
4495 game.Players.LocalPlayer.Character.Head.CanCollide = false
4496 game.Players.LocalPlayer.Character.Torso.CanCollide = false
4497 game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
4498 game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
4499 end
4500 end)
4501 end
4502 else
4503 game.Players.LocalPlayer.Character.HumanoidRootPart.SlowAttract:Destroy()
4504 SlowAttract.BackgroundColor3 = col
4505 end
4506 end)
4507
4508 Maxing = false
4509 Max.MouseButton1Click:connect(function()
4510 Maxing = not Maxing
4511 if Maxing then
4512 Max.BackgroundColor3 = loc
4513 local t1 = Instance.new("RocketPropulsion")
4514 t1.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
4515 t1.TurnP = 100000
4516 t1.MaxThrust = 100000
4517 t1.MaxSpeed = 5000
4518 t1.ThrustP = 100000
4519 t1.CartoonFactor = 1
4520 t1.Name = "one"
4521 local t2 = Instance.new("RocketPropulsion")
4522 t2.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
4523 t2.TurnP = 100000
4524 t2.MaxThrust = 100000
4525 t2.MaxSpeed = 5000
4526 t2.ThrustP = 100000
4527 t2.CartoonFactor = 1
4528 t2.Name = "two"
4529 local t3 = Instance.new("RocketPropulsion")
4530 t3.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
4531 t3.TurnP = 100000
4532 t3.MaxThrust = 100000
4533 t3.MaxSpeed = 5000
4534 t3.ThrustP = 100000
4535 t3.CartoonFactor = 1
4536 t3.Name = "three"
4537 local t4 = Instance.new("RocketPropulsion")
4538 t4.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
4539 t4.TurnP = 100000
4540 t4.MaxThrust = 100000
4541 t4.MaxSpeed = 5000
4542 t4.ThrustP = 100000
4543 t4.CartoonFactor = 1
4544 t4.Name = "four"
4545 local t5 = Instance.new("RocketPropulsion")
4546 t5.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
4547 t5.TurnP = 100000
4548 t5.MaxThrust = 100000
4549 t5.MaxSpeed = 5000
4550 t5.ThrustP = 100000
4551 t5.CartoonFactor = 1
4552 t5.Name = "five"
4553 local t6 = Instance.new("RocketPropulsion")
4554 t6.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
4555 t6.TurnP = 100000
4556 t6.MaxThrust = 100000
4557 t6.MaxSpeed = 5000
4558 t6.ThrustP = 100000
4559 t6.CartoonFactor = 1
4560 t6.Name = "six"
4561 for i,v in pairs(GetPlayer(EnterUsername.Text))do
4562 t1.Target = game.Players[v.Name].Character.Torso
4563 t1:Fire()
4564 t2.Target = game.Players[v.Name].Character["Right Leg"]
4565 t2:Fire()
4566 t3.Target = game.Players[v.Name].Character["Left Arm"]
4567 t3:Fire()
4568 t4.Target = game.Players[v.Name].Character["Left Leg"]
4569 t4:Fire()
4570 t5.Target = game.Players[v.Name].Character["Right Arm"]
4571 t5:Fire()
4572 t6.Target = game.Players[v.Name].Character.Head
4573 t6:Fire()
4574 game:GetService('RunService').Stepped:connect(function()
4575 if Maxing then
4576 game.Players.LocalPlayer.Character.Head.CanCollide = false
4577 game.Players.LocalPlayer.Character.Torso.CanCollide = false
4578 game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
4579 game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
4580 end
4581 end)
4582 end
4583 else
4584 game.Players.LocalPlayer.Character.HumanoidRootPart.one:Destroy()
4585 game.Players.LocalPlayer.Character.HumanoidRootPart.two:Destroy()
4586 game.Players.LocalPlayer.Character.HumanoidRootPart.three:Destroy()
4587 game.Players.LocalPlayer.Character.HumanoidRootPart.four:Destroy()
4588 game.Players.LocalPlayer.Character.HumanoidRootPart.five:Destroy()
4589 game.Players.LocalPlayer.Character.HumanoidRootPart.six:Destroy()
4590 Max.BackgroundColor3 = col
4591 end
4592 end)
4593
4594 AimHeading = false
4595 AimHead.MouseButton1Click:connect(function()
4596 AimHeading = not AimHeading
4597 if AimHeading then
4598 AimHead.BackgroundColor3 = loc
4599 local b = Instance.new("RocketPropulsion")
4600 b.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
4601 b.TurnP = 2500
4602 b.MaxThrust = 50000
4603 b.MaxSpeed = 1000
4604 b.ThrustP = 50000
4605 b.CartoonFactor = 1
4606 b.Name = "AimHead"
4607 for i,v in pairs(GetPlayer(EnterUsername.Text))do
4608 b.Target = game.Players[v.Name].Character.Head
4609 b:Fire()
4610 game:GetService('RunService').Stepped:connect(function()
4611 if AimHeading then
4612 game.Players.LocalPlayer.Character.Head.CanCollide = false
4613 game.Players.LocalPlayer.Character.Torso.CanCollide = false
4614 game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
4615 game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
4616 end
4617 end)
4618 end
4619 else
4620 game.Players.LocalPlayer.Character.HumanoidRootPart.AimHead:Destroy()
4621 AimHead.BackgroundColor3 = col
4622 end
4623 end)
4624
4625 Experimentaling = false
4626 Experimental.MouseButton1Click:connect(function()
4627 Experimentaling = not Experimentaling
4628 if Experimentaling then
4629 Experimental.BackgroundColor3 = loc
4630 local b = Instance.new("RocketPropulsion")
4631 b.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
4632 b.TurnP = 15000
4633 b.MaxThrust = 25000
4634 b.MaxSpeed = 15000
4635 b.ThrustP = 10000
4636 b.CartoonFactor = 1
4637 b.Name = "Experimental"
4638 for i,v in pairs(GetPlayer(EnterUsername.Text))do
4639 game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
4640 b.Target = game.Players[v.Name].Character.Torso
4641 b:Fire()
4642 game:GetService('RunService').Stepped:connect(function()
4643 if Experimentaling then
4644 game.Players.LocalPlayer.Character.Head.CanCollide = false
4645 game.Players.LocalPlayer.Character.Torso.CanCollide = false
4646 game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
4647 game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
4648 end
4649 end)
4650 end
4651 else
4652 game.Players.LocalPlayer.Character.HumanoidRootPart.Experimental:Destroy()
4653 Experimental.BackgroundColor3 = col
4654 game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character.Head
4655 end
4656 end)
4657
4658 Multipleing = false
4659 Multiple.MouseButton1Click:connect(function()
4660 Multipleing = not Multipleing
4661 if Multipleing then
4662 Multiple.BackgroundColor3 = loc
4663 local t1 = Instance.new("RocketPropulsion")
4664 t1.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
4665 t1.TurnP = 30000
4666 t1.MaxThrust = 30000
4667 t1.MaxSpeed = 1000
4668 t1.ThrustP = 30000
4669 t1.CartoonFactor = 1
4670 t1.Name = "one"
4671 local t2 = Instance.new("RocketPropulsion")
4672 t2.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
4673 t2.TurnP = 30000
4674 t2.MaxThrust = 30000
4675 t2.MaxSpeed = 1000
4676 t2.ThrustP = 30000
4677 t2.CartoonFactor = 1
4678 t2.Name = "two"
4679 local t3 = Instance.new("RocketPropulsion")
4680 t3.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
4681 t3.TurnP = 30000
4682 t3.MaxThrust = 30000
4683 t3.MaxSpeed = 1000
4684 t3.ThrustP = 30000
4685 t3.CartoonFactor = 1
4686 t3.Name = "three"
4687 for i,v in pairs(GetPlayer(EnterUsername.Text))do
4688 t1.Target = game.Players[v.Name].Character.Torso
4689 t1:Fire()
4690 t2.Target = game.Players[v.Name].Character["Right Leg"]
4691 t2:Fire()
4692 t3.Target = game.Players[v.Name].Character["Left Arm"]
4693 t3:Fire()
4694 game:GetService('RunService').Stepped:connect(function()
4695 if Multipleing then
4696 game.Players.LocalPlayer.Character.Head.CanCollide = false
4697 game.Players.LocalPlayer.Character.Torso.CanCollide = false
4698 game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
4699 game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
4700 end
4701 end)
4702 end
4703 else
4704 game.Players.LocalPlayer.Character.HumanoidRootPart.one:Destroy()
4705 game.Players.LocalPlayer.Character.HumanoidRootPart.two:Destroy()
4706 game.Players.LocalPlayer.Character.HumanoidRootPart.three:Destroy()
4707 Multiple.BackgroundColor3 = col
4708 end
4709 end)
4710
4711 ------ TELEPORTATION -------------------------------------------------------------------------
4712 ------ TELEPORTATION -------------------------------------------------------------------------
4713 ------ TELEPORTATION -------------------------------------------------------------------------
4714 ------ TELEPORTATION -------------------------------------------------------------------------
4715
4716 LockOnACTIVE = false
4717 LockOn.MouseButton1Click:connect(function()
4718 LockOnACTIVE = not LockOnACTIVE
4719 for i,v in pairs(GetPlayer(EnterUsername.Text))do
4720 game:GetService('RunService').Stepped:connect(function()
4721 if LockOnACTIVE then
4722 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
4723 LockOn.BackgroundColor3 = loc
4724 game:GetService('RunService').Stepped:connect(function()
4725 if LockOnACTIVE then
4726 game.Players.LocalPlayer.Character.Head.CanCollide = false
4727 game.Players.LocalPlayer.Character.Torso.CanCollide = false
4728 game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
4729 game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
4730 end
4731 end)
4732 else
4733 LockOn.BackgroundColor3 = col
4734 end
4735 end)
4736 end
4737 end)
4738
4739 LockLegACTIVE = false
4740 LockLeg.MouseButton1Click:connect(function()
4741 LockLegACTIVE = not LockLegACTIVE
4742 for i,v in pairs(GetPlayer(EnterUsername.Text))do
4743 game:GetService('RunService').Stepped:connect(function()
4744 if LockLegACTIVE then
4745 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Left Leg"].CFrame
4746 LockLeg.BackgroundColor3 = loc
4747 game:GetService('RunService').Stepped:connect(function()
4748 if LockLegACTIVE then
4749 game.Players.LocalPlayer.Character.Head.CanCollide = false
4750 game.Players.LocalPlayer.Character.Torso.CanCollide = false
4751 game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
4752 game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
4753 end
4754 end)
4755 else
4756 LockLeg.BackgroundColor3 = col
4757 end
4758 end)
4759 end
4760 end)
4761
4762 LockArmACTIVE = false
4763 LockArm.MouseButton1Click:connect(function()
4764 LockArmACTIVE = not LockArmACTIVE
4765 for i,v in pairs(GetPlayer(EnterUsername.Text))do
4766 game:GetService('RunService').Stepped:connect(function()
4767 if LockArmACTIVE then
4768 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Right Arm"].CFrame
4769 LockArm.BackgroundColor3 = loc
4770 game:GetService('RunService').Stepped:connect(function()
4771 if LockArmACTIVE then
4772 game.Players.LocalPlayer.Character.Head.CanCollide = false
4773 game.Players.LocalPlayer.Character.Torso.CanCollide = false
4774 game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
4775 game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
4776 end
4777 end)
4778 else
4779 LockArm.BackgroundColor3 = col
4780 end
4781 end)
4782 end
4783 end)
4784
4785 LockHeadACTIVE = false
4786 LockHead.MouseButton1Click:connect(function()
4787 LockHeadACTIVE = not LockHeadACTIVE
4788 for i,v in pairs(GetPlayer(EnterUsername.Text))do
4789 game:GetService('RunService').Stepped:connect(function()
4790 if LockHeadACTIVE then
4791 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.Head.CFrame
4792 LockHead.BackgroundColor3 = loc
4793 game:GetService('RunService').Stepped:connect(function()
4794 if LockHeadACTIVE then
4795 game.Players.LocalPlayer.Character.Head.CanCollide = false
4796 game.Players.LocalPlayer.Character.Torso.CanCollide = false
4797 game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
4798 game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
4799 end
4800 end)
4801 else
4802 LockHead.BackgroundColor3 = col
4803 end
4804 end)
4805 end
4806 end)
4807
4808 LockAboveACTIVE = false
4809 LockAbove.MouseButton1Click:connect(function()
4810 LockAboveACTIVE = not LockAboveACTIVE
4811 for i,v in pairs(GetPlayer(EnterUsername.Text))do
4812 game:GetService('RunService').Stepped:connect(function()
4813 if LockAboveACTIVE then
4814 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0,4,0)
4815 LockAbove.BackgroundColor3 = loc
4816 game:GetService('RunService').Stepped:connect(function()
4817 if LockAboveACTIVE then
4818 game.Players.LocalPlayer.Character.Head.CanCollide = false
4819 game.Players.LocalPlayer.Character.Torso.CanCollide = false
4820 game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
4821 game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
4822 end
4823 end)
4824 else
4825 LockAbove.BackgroundColor3 = col
4826 end
4827 end)
4828 end
4829 end)
4830
4831 LockMaxACTIVE = false
4832 LockMax.MouseButton1Click:connect(function()
4833 LockMaxACTIVE = not LockMaxACTIVE
4834 for i,v in pairs(GetPlayer(EnterUsername.Text))do
4835 game:GetService('RunService').Stepped:connect(function()
4836 if LockMaxACTIVE then
4837 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
4838 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.Head.CFrame
4839 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Left Leg"].CFrame
4840 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Left Arm"].CFrame
4841 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Right Leg"].CFrame
4842 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Right Arm"].CFrame
4843 LockMax.BackgroundColor3 = loc
4844 game:GetService('RunService').Stepped:connect(function()
4845 if LockMaxACTIVE then
4846 game.Players.LocalPlayer.Character.Head.CanCollide = false
4847 game.Players.LocalPlayer.Character.Torso.CanCollide = false
4848 game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
4849 game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
4850 end
4851 end)
4852 else
4853 LockMax.BackgroundColor3 = col
4854 end
4855 end)
4856 end
4857 end)
4858
4859 TrailACTIVE = false
4860 Trail.MouseButton1Click:connect(function()
4861 TrailACTIVE = not TrailACTIVE
4862 for i,v in pairs(GetPlayer(EnterUsername.Text))do
4863 game:GetService('RunService').Stepped:connect(function()
4864 if TrailACTIVE then
4865 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(5,0,0)
4866 Trail.BackgroundColor3 = loc
4867 game.Players.LocalPlayer.Character.Head.CanCollide = false
4868 game.Players.LocalPlayer.Character.Torso.CanCollide = false
4869 game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
4870 game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
4871 else
4872 Trail.BackgroundColor3 = col
4873 end
4874 end)
4875 end
4876 end)
4877
4878 TeleportTo.MouseButton1Click:connect(function()
4879 for i,v in pairs(GetPlayer(EnterUsername.Text))do
4880 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
4881 end
4882 end)
4883
4884 ------ TOOLS -------------------------------------------------------------------------
4885 ------ TOOLS -------------------------------------------------------------------------
4886 ------ TOOLS -------------------------------------------------------------------------
4887 ------ TOOLS -------------------------------------------------------------------------
4888
4889 Attach.MouseButton1Click:connect(function()
4890 for i,v in pairs(GetPlayer(EnterUsername.Text))do
4891 game.Players.LocalPlayer.Character.Humanoid.Name = 1
4892 local l = game.Players.LocalPlayer.Character["1"]:Clone()
4893 l.Parent = game.Players.LocalPlayer.Character
4894 l.Name = "Humanoid"
4895 wait(0.1)
4896 game.Players.LocalPlayer.Character["1"]:Destroy()
4897 game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
4898 game.Players.LocalPlayer.Character.Animate.Disabled = true
4899 wait(0.1)
4900 game.Players.LocalPlayer.Character.Animate.Disabled = false
4901 game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
4902 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
4903 game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
4904 end
4905 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Left Arm"].CFrame
4906 end
4907 end)
4908
4909 AttachExperimental.MouseButton1Click:connect(function()
4910 for i,v in pairs(GetPlayer(EnterUsername.Text))do
4911 game.Players.LocalPlayer.Character.Humanoid.Name = 1
4912 local l = game.Players.LocalPlayer.Character["1"]:Clone()
4913 l.Parent = game.Players.LocalPlayer.Character
4914 l.Name = "Humanoid"
4915 wait(0.1)
4916 game.Players.LocalPlayer.Character["1"]:Destroy()
4917 game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
4918 game.Players.LocalPlayer.Character.Animate.Disabled = true
4919 wait(0.1)
4920 game.Players.LocalPlayer.Character.Animate.Disabled = false
4921 game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
4922 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
4923 game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
4924 end
4925 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Left Arm"].CFrame
4926 wait(1)
4927 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,100,0)
4928 end
4929 end)
4930
4931 Bring.MouseButton1Click:connect(function()
4932 for i,v in pairs(GetPlayer(EnterUsername.Text))do
4933 local NOW = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
4934 game.Players.LocalPlayer.Character.Humanoid.Name = 1
4935 local l = game.Players.LocalPlayer.Character["1"]:Clone()
4936 l.Parent = game.Players.LocalPlayer.Character
4937 l.Name = "Humanoid"
4938 wait(0.1)
4939 game.Players.LocalPlayer.Character["1"]:Destroy()
4940 game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
4941 game.Players.LocalPlayer.Character.Animate.Disabled = true
4942 wait(0.1)
4943 game.Players.LocalPlayer.Character.Animate.Disabled = false
4944 game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
4945 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
4946 game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
4947 end
4948 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
4949 wait(0.2)
4950 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
4951 wait(0.6)
4952 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = NOW
4953 wait(0.6)
4954 game.Players.LocalPlayer.Character:MoveTo(game.Players[v.Name].Character.Position)
4955 end
4956 end)
4957
4958 FreeFall.MouseButton1Click:connect(function()
4959 for i,v in pairs(GetPlayer(EnterUsername.Text))do
4960 local NOW = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
4961 game.Players.LocalPlayer.Character.Humanoid.Name = 1
4962 local l = game.Players.LocalPlayer.Character["1"]:Clone()
4963 l.Parent = game.Players.LocalPlayer.Character
4964 l.Name = "Humanoid"
4965 wait(0.1)
4966 game.Players.LocalPlayer.Character["1"]:Destroy()
4967 game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
4968 game.Players.LocalPlayer.Character.Animate.Disabled = true
4969 wait(0.1)
4970 game.Players.LocalPlayer.Character.Animate.Disabled = false
4971 game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
4972 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
4973 game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
4974 end
4975 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
4976 wait(0.2)
4977 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
4978 wait(0.6)
4979 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = NOW
4980 wait(0.6)
4981 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
4982 end
4983 end)
4984
4985 GiveTool.MouseButton1Click:connect(function()
4986 for i,v in pairs(GetPlayer(EnterUsername.Text))do
4987 game.Players.LocalPlayer.Character.Humanoid.Name = 1
4988 local l = game.Players.LocalPlayer.Character["1"]:Clone()
4989 l.Parent = game.Players.LocalPlayer.Character
4990 l.Name = "Humanoid"
4991 wait(0.1)
4992 game.Players.LocalPlayer.Character["1"]:Destroy()
4993 game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
4994 game.Players.LocalPlayer.Character.Animate.Disabled = true
4995 wait(0.1)
4996 game.Players.LocalPlayer.Character.Animate.Disabled = false
4997 game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
4998 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
4999 game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
5000 end
5001 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
5002 wait(0.2)
5003 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
5004 wait(0.6)
5005 game.Players.LocalPlayer.Character:MoveTo(game.Players[v.Name].Character.Position)
5006 end
5007 end)
5008
5009 KillSurvive.MouseButton1Click:connect(function()
5010 for i,v in pairs(GetPlayer(EnterUsername.Text))do
5011 local NOW = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
5012 game.Players.LocalPlayer.Character.Humanoid.Name = 1
5013 local l = game.Players.LocalPlayer.Character["1"]:Clone()
5014 l.Parent = game.Players.LocalPlayer.Character
5015 l.Name = "Humanoid"
5016 wait(0.1)
5017 game.Players.LocalPlayer.Character["1"]:Destroy()
5018 game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
5019 game.Players.LocalPlayer.Character.Animate.Disabled = true
5020 wait(0.1)
5021 game.Players.LocalPlayer.Character.Animate.Disabled = false
5022 game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
5023 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
5024 game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
5025 end
5026 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
5027 wait(0.2)
5028 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
5029 wait(0.4)
5030 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(10000, 10000, 10000))
5031 wait(0.8)
5032 game.Players.LocalPlayer.Character:MoveTo(game.Players[v.Name].Character.Position)
5033 wait(0.8)
5034 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = NOW
5035 end
5036 end)
5037
5038 Kill.MouseButton1Click:connect(function()
5039 for i,v in pairs(GetPlayer(EnterUsername.Text))do
5040 game.Players.LocalPlayer.Character.Humanoid.Name = 1
5041 local l = game.Players.LocalPlayer.Character["1"]:Clone()
5042 l.Parent = game.Players.LocalPlayer.Character
5043 l.Name = "Humanoid"
5044 wait(0.1)
5045 game.Players.LocalPlayer.Character["1"]:Destroy()
5046 game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
5047 game.Players.LocalPlayer.Character.Animate.Disabled = true
5048 wait(0.1)
5049 game.Players.LocalPlayer.Character.Animate.Disabled = false
5050 game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
5051 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
5052 game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
5053 end
5054 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
5055 wait(0.2)
5056 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
5057 wait(0.4)
5058 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(10000, 10000, 10000))
5059 end
5060 end)
5061
5062 superspinning = false
5063 SuperSpin.MouseButton1Click:connect(function()
5064 superspinning = not superspinning
5065 if superspinning then
5066 SuperSpin.BackgroundColor3 = loc
5067 for i,v in pairs(GetPlayer(EnterUsername.Text))do
5068 game.Players.LocalPlayer.Character.Humanoid.Name = 1
5069 local l = game.Players.LocalPlayer.Character["1"]:Clone()
5070 l.Parent = game.Players.LocalPlayer.Character
5071 l.Name = "Humanoid"
5072 wait(0.1)
5073 game.Players.LocalPlayer.Character["1"]:Destroy()
5074 game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
5075 game.Players.LocalPlayer.Character.Animate.Disabled = true
5076 wait(0.1)
5077 game.Players.LocalPlayer.Character.Animate.Disabled = false
5078 game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
5079 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
5080 game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
5081 end
5082 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Left Arm"].CFrame
5083 wait(1)
5084 while wait() do
5085 if superspinning then
5086 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
5087 end
5088 end
5089 end
5090 else
5091 SuperSpin.BackgroundColor3 = col
5092 end
5093 end)
5094
5095 end
5096
5097 script.Parent.MouseButton1Click:connect(clicked)
5098
5099end
5100coroutine.resume(coroutine.create(SCRIPT_XARK71_FAKESCRIPT))