· 5 years ago · Mar 23, 2020, 07:14 AM
1-- Farewell Infortality.
2
3-- Version: 2.82
4
5-- Instances:
6
7local ScreenGui = Instance.new("ScreenGui")
8
9local Frame = Instance.new("Frame")
10
11local TextLabel = Instance.new("TextLabel")
12
13local TextButton = Instance.new("TextButton")
14
15local Coingrabber = Instance.new("TextButton")
16
17local TextButton_2 = Instance.new("TextButton")
18
19local TextButton_3 = Instance.new("TextButton")
20
21local TextLabel_2 = Instance.new("TextLabel")
22
23local TextButton_4 = Instance.new("TextButton")
24
25local TextLabel_3 = Instance.new("TextLabel")
26
27--Properties:
28
29ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
30
31ScreenGui.ResetOnSpawn = false
32
33
34
35Frame.Parent = ScreenGui
36
37Frame.Active = true
38
39Frame.BackgroundColor3 = Color3.new(0, 0, 0)
40
41Frame.BackgroundTransparency = 0.5
42
43Frame.BorderColor3 = Color3.new(0.333333, 1, 1)
44
45Frame.Position = UDim2.new(0.550220609, 0, 0.261349738, 0)
46
47Frame.Size = UDim2.new(0, 263, 0, 152)
48
49
50
51TextLabel.Parent = Frame
52
53TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
54
55TextLabel.BorderColor3 = Color3.new(0.333333, 1, 1)
56
57TextLabel.Size = UDim2.new(0, 263, 0, 30)
58
59TextLabel.Font = Enum.Font.SourceSans
60
61TextLabel.Text = "Murder Mystery 2 Gui"
62
63TextLabel.TextColor3 = Color3.new(0.333333, 1, 1)
64
65TextLabel.TextSize = 14
66
67
68
69TextButton.Parent = Frame
70
71TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
72
73TextButton.BackgroundTransparency = 1
74
75TextButton.Position = UDim2.new(0.878327012, 0, 0, 0)
76
77TextButton.Size = UDim2.new(0, 32, 0, 30)
78
79TextButton.Font = Enum.Font.SourceSans
80
81TextButton.Text = "X"
82
83TextButton.TextColor3 = Color3.new(0.333333, 1, 1)
84
85TextButton.TextSize = 14
86
87
88
89Coingrabber.Name = "Coin grabber"
90
91Coingrabber.Parent = Frame
92
93Coingrabber.BackgroundColor3 = Color3.new(0.333333, 1, 1)
94
95Coingrabber.Position = UDim2.new(0.0494296588, 0, 0.315789461, 0)
96
97Coingrabber.Size = UDim2.new(0, 120, 0, 28)
98
99Coingrabber.Font = Enum.Font.Fantasy
100
101Coingrabber.Text = "Coin grabber \"auto\""
102
103Coingrabber.TextColor3 = Color3.new(0, 0, 0)
104
105Coingrabber.TextSize = 14
106
107
108
109TextButton_2.Parent = Frame
110
111TextButton_2.BackgroundColor3 = Color3.new(0.333333, 1, 1)
112
113TextButton_2.Position = UDim2.new(0.543726206, 0, 0.315789461, 0)
114
115TextButton_2.Size = UDim2.new(0, 105, 0, 29)
116
117TextButton_2.Font = Enum.Font.SourceSans
118
119TextButton_2.Text = "MM2 GUI"
120
121TextButton_2.TextColor3 = Color3.new(0, 0, 0)
122
123TextButton_2.TextSize = 14
124
125
126
127TextButton_3.Parent = Frame
128
129TextButton_3.BackgroundColor3 = Color3.new(0.333333, 1, 1)
130
131TextButton_3.Position = UDim2.new(0.0494296588, 0, 0.585526347, 0)
132
133TextButton_3.Size = UDim2.new(0, 120, 0, 29)
134
135TextButton_3.Font = Enum.Font.SourceSans
136
137TextButton_3.Text = "Anti Afk"
138
139TextButton_3.TextColor3 = Color3.new(0, 0, 0)
140
141TextButton_3.TextSize = 14
142
143
144
145TextLabel_2.Parent = Frame
146
147TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
148
149TextLabel_2.BackgroundTransparency = 1
150
151TextLabel_2.Position = UDim2.new(0.0114068445, 0, 0.907894731, 0)
152
153TextLabel_2.Size = UDim2.new(0, 256, 0, 14)
154
155TextLabel_2.Font = Enum.Font.SourceSans
156
157TextLabel_2.Text = "Thanks for using my GUI <3"
158
159TextLabel_2.TextColor3 = Color3.new(0.415686, 0.996078, 0.980392)
160
161TextLabel_2.TextSize = 14
162
163
164
165TextButton_4.Parent = Frame
166
167TextButton_4.BackgroundColor3 = Color3.new(0.333333, 1, 1)
168
169TextButton_4.Position = UDim2.new(0.543726265, 0, 0.585526288, 0)
170
171TextButton_4.Size = UDim2.new(0, 105, 0, 29)
172
173TextButton_4.Font = Enum.Font.SourceSans
174
175TextButton_4.Text = "FE GUI"
176
177TextButton_4.TextColor3 = Color3.new(0, 0, 0)
178
179TextButton_4.TextSize = 14
180
181
182
183TextLabel_3.Parent = Frame
184
185TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
186
187TextLabel_3.BackgroundTransparency = 1
188
189TextLabel_3.Position = UDim2.new(0.250950515, 0, 0.776315808, 0)
190
191TextLabel_3.Size = UDim2.new(0, 144, 0, 20)
192
193TextLabel_3.Font = Enum.Font.SourceSans
194
195TextLabel_3.Text = "Made by TryingFX"
196
197TextLabel_3.TextColor3 = Color3.new(0.333333, 1, 1)
198
199TextLabel_3.TextSize = 14
200
201-- Scripts:
202
203function SCRIPT_ZHHC71_FAKESCRIPT() -- Frame.LocalScript
204
205 getfenv().script = Instance.new('LocalScript', Frame)
206
207
208
209 Frame.Draggable = true
210
211
212
213end
214
215coroutine.resume(coroutine.create(SCRIPT_ZHHC71_FAKESCRIPT))
216
217function SCRIPT_NCST66_FAKESCRIPT() -- TextButton.LocalScript
218
219 getfenv().script = Instance.new('LocalScript', TextButton)
220
221
222
223 script.Parent.MouseButton1Click:Connect(function()
224
225 (Frame).Visible = false
226
227 end)
228
229
230
231end
232
233coroutine.resume(coroutine.create(SCRIPT_NCST66_FAKESCRIPT))
234
235function SCRIPT_YJHW87_FAKESCRIPT() -- Coingrabber.LocalScript
236
237 getfenv().script = Instance.new('LocalScript', Coingrabber)
238
239
240
241 function clicked()
242
243 game.Players:Chat("Hi")
244
245 while wait(1) do
246
247 for i,v in pairs(game.Workspace:GetChildren()) do
248
249 local f = v:FindFirstChild("CoinContainer")
250
251 local q = game.Players.LocalPlayer.Character:FindFirstChild("Torso")
252
253 if q and f then
254
255 for i,c in pairs(f:GetChildren()) do
256
257 c.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame
258
259 end
260
261 end
262
263 end
264
265 end
266
267 end
268
269
270
271 script.Parent.MouseButton1Click:connect(clicked)
272
273
274
275
276
277end
278
279coroutine.resume(coroutine.create(SCRIPT_YJHW87_FAKESCRIPT))
280
281function SCRIPT_VGNN78_FAKESCRIPT() -- TextButton_2.LocalScript
282
283 getfenv().script = Instance.new('LocalScript', TextButton_2)
284
285
286
287 function clicked()
288
289 -- Made by abs_0 (absoabsolute0)
290
291 -- Objects
292
293
294
295 local mygui = Instance.new("ScreenGui")
296
297 local maintab = Instance.new("Frame")
298
299 local title = Instance.new("TextLabel")
300
301 local bodyframe = Instance.new("Frame")
302
303 local menuframe = Instance.new("Frame")
304
305 local generalbuttonframe = Instance.new("Frame")
306
307 local generalbutton = Instance.new("TextButton")
308
309 local generalbuttonlabel = Instance.new("ImageLabel")
310
311 local lpbuttonframe = Instance.new("Frame")
312
313 local lpbutton = Instance.new("TextButton")
314
315 local lpbuttonlabel = Instance.new("ImageLabel")
316
317 local tpbuttonframe = Instance.new("Frame")
318
319 local tpbutton = Instance.new("TextButton")
320
321 local tpbuttonlabel = Instance.new("ImageLabel")
322
323 local tptextbox = Instance.new("TextBox")
324
325 local tpunderline = Instance.new("Frame")
326
327 local tpunderlinebase = Instance.new("Frame")
328
329 local generalframe = Instance.new("Frame")
330
331 local generalespframe = Instance.new("Frame")
332
333 local generalespbutton = Instance.new("TextButton")
334
335 local generalesplabel = Instance.new("ImageLabel")
336
337 local generalcoinframe = Instance.new("Frame")
338
339 local generalcoinbutton = Instance.new("TextButton")
340
341 local generalcoinlabel = Instance.new("ImageLabel")
342
343 local generalgunframe = Instance.new("Frame")
344
345 local generalgunbutton = Instance.new("TextButton")
346
347 local generalgunlabel = Instance.new("ImageLabel")
348
349 local generallobbyframe = Instance.new("Frame")
350
351 local generallobbybutton = Instance.new("TextButton")
352
353 local generallobbylabel = Instance.new("ImageLabel")
354
355 local lpframe = Instance.new("Frame")
356
357 local lpjumpframe = Instance.new("Frame")
358
359 local lpjumpbutton = Instance.new("TextButton")
360
361 local lpjumplabel = Instance.new("ImageLabel")
362
363 local lpgravframe = Instance.new("Frame")
364
365 local lpgravbutton = Instance.new("TextButton")
366
367 local lpgravlabel = Instance.new("ImageLabel")
368
369 local lpwalkframe = Instance.new("Frame")
370
371 local lpwalkbutton = Instance.new("TextButton")
372
373 local lpwalklabel = Instance.new("ImageLabel")
374
375 local lpgodframe = Instance.new("Frame")
376
377 local lpgodbutton = Instance.new("TextButton")
378
379 local lpgodlabel = Instance.new("ImageLabel")
380
381 local backbutton1 = Instance.new("TextButton")
382
383 local backbutton1label = Instance.new("ImageLabel")
384
385 local backbutton2 = Instance.new("TextButton")
386
387 local backbutton2label = Instance.new("ImageLabel")
388
389 local creditsbutton = Instance.new("TextButton")
390
391 local creditsiconlabel1 = Instance.new("ImageLabel")
392
393 local creditsiconlabel2 = Instance.new("ImageLabel")
394
395 local toggle = Instance.new("Frame")
396
397 local closeall = Instance.new("TextButton")
398
399 local closeopen = Instance.new("TextButton")
400
401 local closeopenlabel = Instance.new("ImageLabel")
402
403 local creditstab = Instance.new("Frame")
404
405 local creditstitle = Instance.new("TextLabel")
406
407 local creditsframe = Instance.new("Frame")
408
409 local creditsmenuframe = Instance.new("Frame")
410
411 local creditsfield = Instance.new("TextLabel")
412
413 local closecredits = Instance.new("TextButton")
414
415
416
417 -- Properties
418
419
420
421 mygui.Name = "mygui"
422
423 mygui.Parent = game.CoreGui
424
425
426
427 maintab.Name = "maintab"
428
429 maintab.Parent = mygui
430
431 maintab.Active = true
432
433 maintab.BackgroundColor3 = Color3.new(1, 1, 1)
434
435 maintab.BackgroundTransparency = 0.5
436
437 maintab.BorderSizePixel = 0
438
439 maintab.Draggable = true
440
441 maintab.Position = UDim2.new(0, 900, 0, 330)
442
443 maintab.Size = UDim2.new(0, 256, 0, 30)
444
445
446
447 title.Name = "title"
448
449 title.Parent = maintab
450
451 title.BackgroundColor3 = Color3.new(0, 0.45098, 0.862745)
452
453 title.BorderSizePixel = 0
454
455 title.Size = UDim2.new(0, 256, 0, 30)
456
457 title.Font = Enum.Font.SourceSansBold
458
459 title.FontSize = Enum.FontSize.Size24
460
461 title.Text = "MM2 Gui"
462
463 title.TextColor3 = Color3.new(1, 1, 1)
464
465 title.TextSize = 23
466
467
468
469 bodyframe.Name = "bodyframe"
470
471 bodyframe.Parent = maintab
472
473 bodyframe.BackgroundColor3 = Color3.new(0, 0.615686, 1)
474
475 bodyframe.BorderSizePixel = 0
476
477 bodyframe.ClipsDescendants = true
478
479 bodyframe.Position = UDim2.new(0, 0, 0, 30)
480
481 bodyframe.Size = UDim2.new(0, 256, 0, 222)
482
483
484
485 menuframe.Name = "menuframe"
486
487 menuframe.Parent = bodyframe
488
489 menuframe.BackgroundColor3 = Color3.new(1, 1, 1)
490
491 menuframe.BackgroundTransparency = 1
492
493 menuframe.BorderSizePixel = 0
494
495 menuframe.Size = UDim2.new(0, 256, 0, 222)
496
497
498
499 generalbuttonframe.Name = "generalbuttonframe"
500
501 generalbuttonframe.Parent = menuframe
502
503 generalbuttonframe.BackgroundColor3 = Color3.new(1, 1, 1)
504
505 generalbuttonframe.BorderSizePixel = 0
506
507 generalbuttonframe.Position = UDim2.new(0, 31, 0, 31)
508
509 generalbuttonframe.Size = UDim2.new(0, 194, 0, 31)
510
511
512
513 generalbutton.Name = "generalbutton"
514
515 generalbutton.Parent = generalbuttonframe
516
517 generalbutton.BackgroundColor3 = Color3.new(1, 1, 1)
518
519 generalbutton.BackgroundTransparency = 1
520
521 generalbutton.BorderSizePixel = 0
522
523 generalbutton.ClipsDescendants = true
524
525 generalbutton.Size = UDim2.new(0, 194, 0, 30)
526
527 generalbutton.Font = Enum.Font.SourceSansSemibold
528
529 generalbutton.FontSize = Enum.FontSize.Size24
530
531 generalbutton.Text = "General"
532
533 generalbutton.TextColor3 = Color3.new(0, 0.615686, 1)
534
535 generalbutton.TextSize = 20
536
537
538
539 generalbuttonlabel.Name = "generalbuttonlabel"
540
541 generalbuttonlabel.Parent = generalbutton
542
543 generalbuttonlabel.AnchorPoint = Vector2.new(0.5, 0.5)
544
545 generalbuttonlabel.BackgroundColor3 = Color3.new(1, 1, 1)
546
547 generalbuttonlabel.BackgroundTransparency = 1
548
549 generalbuttonlabel.BorderSizePixel = 0
550
551 generalbuttonlabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
552
553 generalbuttonlabel.Size = UDim2.new(0, 50, 0, 50)
554
555 generalbuttonlabel.Visible = false
556
557 generalbuttonlabel.Image = "rbxassetid://200182847"
558
559 generalbuttonlabel.ImageColor3 = Color3.new(0, 0.705882, 1)
560
561 generalbuttonlabel.ImageTransparency = 0.80000001192093
562
563
564
565 lpbuttonframe.Name = "lpbuttonframe"
566
567 lpbuttonframe.Parent = menuframe
568
569 lpbuttonframe.BackgroundColor3 = Color3.new(1, 1, 1)
570
571 lpbuttonframe.BorderSizePixel = 0
572
573 lpbuttonframe.Position = UDim2.new(0, 31, 0, 96)
574
575 lpbuttonframe.Size = UDim2.new(0, 194, 0, 31)
576
577
578
579 lpbutton.Name = "lpbutton"
580
581 lpbutton.Parent = lpbuttonframe
582
583 lpbutton.BackgroundColor3 = Color3.new(1, 1, 1)
584
585 lpbutton.BackgroundTransparency = 1
586
587 lpbutton.BorderSizePixel = 0
588
589 lpbutton.ClipsDescendants = true
590
591 lpbutton.Size = UDim2.new(0, 194, 0, 30)
592
593 lpbutton.Font = Enum.Font.SourceSansSemibold
594
595 lpbutton.FontSize = Enum.FontSize.Size24
596
597 lpbutton.Text = "Local Player"
598
599 lpbutton.TextColor3 = Color3.new(0, 0.615686, 1)
600
601 lpbutton.TextSize = 19
602
603
604
605 lpbuttonlabel.Name = "lpbuttonlabel"
606
607 lpbuttonlabel.Parent = lpbutton
608
609 lpbuttonlabel.AnchorPoint = Vector2.new(0.5, 0.5)
610
611 lpbuttonlabel.BackgroundColor3 = Color3.new(1, 1, 1)
612
613 lpbuttonlabel.BackgroundTransparency = 1
614
615 lpbuttonlabel.BorderSizePixel = 0
616
617 lpbuttonlabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
618
619 lpbuttonlabel.Size = UDim2.new(0, 50, 0, 50)
620
621 lpbuttonlabel.Visible = false
622
623 lpbuttonlabel.Image = "rbxassetid://200182847"
624
625 lpbuttonlabel.ImageColor3 = Color3.new(0, 0.705882, 1)
626
627 lpbuttonlabel.ImageTransparency = 0.80000001192093
628
629
630
631 tptextbox.Name = "tptextbox"
632
633 tptextbox.Parent = menuframe
634
635 tptextbox.BackgroundColor3 = Color3.new(1, 1, 1)
636
637 tptextbox.BackgroundTransparency = 1
638
639 tptextbox.BorderSizePixel = 0
640
641 tptextbox.Position = UDim2.new(0, 31, 0, 165)
642
643 tptextbox.Size = UDim2.new(0, 194, 0, 31)
644
645 tptextbox.Font = Enum.Font.SourceSans
646
647 tptextbox.FontSize = Enum.FontSize.Size18
648
649 tptextbox.Text = "Player Name"
650
651 tptextbox.TextColor3 = Color3.new(1, 1, 1)
652
653 tptextbox.TextSize = 15
654
655
656
657 tpunderline.Name = "tpunderline"
658
659 tpunderline.Parent = tptextbox
660
661 tpunderline.AnchorPoint = Vector2.new(0, 0)
662
663 tpunderline.BackgroundColor3 = Color3.new(1, 1, 1)
664
665 tpunderline.BorderSizePixel = 0
666
667 tpunderline.Position = UDim2.new(0.496815294, 0, 0.967741966, 0)
668
669 tpunderline.Size = UDim2.new(0, 0, 0, 2)
670
671
672
673 tpunderlinebase.Name = "tpunderlinebase"
674
675 tpunderlinebase.Parent = tptextbox
676
677 tpunderlinebase.AnchorPoint = Vector2.new(0.5, 0.5)
678
679 tpunderlinebase.BackgroundColor3 = Color3.new(1, 1, 1)
680
681 tpunderlinebase.BackgroundTransparency = 0.80000001192093
682
683 tpunderlinebase.BorderSizePixel = 0
684
685 tpunderlinebase.Position = UDim2.new(0.496815294, 0, 0.967741966, 0)
686
687 tpunderlinebase.Size = UDim2.new(0, 157, 0, 2)
688
689 tpunderlinebase.Visible = false --secretkey
690
691
692
693 generalframe.Name = "generalframe"
694
695 generalframe.Parent = bodyframe
696
697 generalframe.BackgroundColor3 = Color3.new(1, 1, 1)
698
699 generalframe.BackgroundTransparency = 1
700
701 generalframe.BorderSizePixel = 0
702
703 generalframe.Position = UDim2.new(0, 256, 0, 0)
704
705 generalframe.Size = UDim2.new(0, 256, 0, 222)
706
707
708
709 generalespframe.Name = "generalespframe"
710
711 generalespframe.Parent = generalframe
712
713 generalespframe.BackgroundColor3 = Color3.new(1, 1, 1)
714
715 generalespframe.BorderSizePixel = 0
716
717 generalespframe.Position = UDim2.new(0, 31, 0, 172)
718
719 generalespframe.Size = UDim2.new(0, 194, 0, 30)
720
721
722
723 generalespbutton.Name = "generalespbutton"
724
725 generalespbutton.Parent = generalespframe
726
727 generalespbutton.BackgroundColor3 = Color3.new(1, 1, 1)
728
729 generalespbutton.BackgroundTransparency = 1
730
731 generalespbutton.BorderSizePixel = 0
732
733 generalespbutton.ClipsDescendants = true
734
735 generalespbutton.Size = UDim2.new(0, 194, 0, 30)
736
737 generalespbutton.Font = Enum.Font.SourceSansSemibold
738
739 generalespbutton.FontSize = Enum.FontSize.Size24
740
741 generalespbutton.Text = "ESP (Left Alt)"
742
743 generalespbutton.TextColor3 = Color3.new(0, 0.615686, 1)
744
745 generalespbutton.TextSize = 19
746
747
748
749 generalesplabel.Name = "generalesplabel"
750
751 generalesplabel.Parent = generalespbutton
752
753 generalesplabel.AnchorPoint = Vector2.new(0.5, 0.5)
754
755 generalesplabel.BackgroundColor3 = Color3.new(1, 1, 1)
756
757 generalesplabel.BackgroundTransparency = 1
758
759 generalesplabel.BorderSizePixel = 0
760
761 generalesplabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
762
763 generalesplabel.Size = UDim2.new(0, 50, 0, 50)
764
765 generalesplabel.Visible = false
766
767 generalesplabel.Image = "rbxassetid://200182847"
768
769 generalesplabel.ImageColor3 = Color3.new(0, 0.705882, 1)
770
771 generalesplabel.ImageTransparency = 0.80000001192093
772
773
774
775 generalcoinframe.Name = "generalcoinframe"
776
777 generalcoinframe.Parent = generalframe
778
779 generalcoinframe.BackgroundColor3 = Color3.new(1, 1, 1)
780
781 generalcoinframe.BorderSizePixel = 0
782
783 generalcoinframe.Position = UDim2.new(0, 31, 0, 120)
784
785 generalcoinframe.Size = UDim2.new(0, 194, 0, 30)
786
787
788
789 generalcoinbutton.Name = "generalcoinbutton"
790
791 generalcoinbutton.Parent = generalcoinframe
792
793 generalcoinbutton.BackgroundColor3 = Color3.new(1, 1, 1)
794
795 generalcoinbutton.BackgroundTransparency = 1
796
797 generalcoinbutton.BorderSizePixel = 0
798
799 generalcoinbutton.ClipsDescendants = true
800
801 generalcoinbutton.Position = UDim2.new(0, 0, 0, -1)
802
803 generalcoinbutton.Size = UDim2.new(0, 194, 0, 31)
804
805 generalcoinbutton.Font = Enum.Font.SourceSansSemibold
806
807 generalcoinbutton.FontSize = Enum.FontSize.Size24
808
809 generalcoinbutton.Text = "Grab 10 Coins"
810
811 generalcoinbutton.TextColor3 = Color3.new(0, 0.615686, 1)
812
813 generalcoinbutton.TextSize = 19
814
815
816
817 generalcoinlabel.Name = "generalcoinlabel"
818
819 generalcoinlabel.Parent = generalcoinbutton
820
821 generalcoinlabel.AnchorPoint = Vector2.new(0.5, 0.5)
822
823 generalcoinlabel.BackgroundColor3 = Color3.new(1, 1, 1)
824
825 generalcoinlabel.BackgroundTransparency = 1
826
827 generalcoinlabel.BorderSizePixel = 0
828
829 generalcoinlabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
830
831 generalcoinlabel.Size = UDim2.new(0, 50, 0, 50)
832
833 generalcoinlabel.Visible = false
834
835 generalcoinlabel.Image = "rbxassetid://200182847"
836
837 generalcoinlabel.ImageColor3 = Color3.new(0, 0.705882, 1)
838
839 generalcoinlabel.ImageTransparency = 0.80000001192093
840
841
842
843 generalgunframe.Name = "generalgunframe"
844
845 generalgunframe.Parent = generalframe
846
847 generalgunframe.BackgroundColor3 = Color3.new(1, 1, 1)
848
849 generalgunframe.BorderSizePixel = 0
850
851 generalgunframe.Position = UDim2.new(0, 31, 0, 68)
852
853 generalgunframe.Size = UDim2.new(0, 194, 0, 30)
854
855
856
857 generalgunbutton.Name = "generalgunbutton"
858
859 generalgunbutton.Parent = generalgunframe
860
861 generalgunbutton.BackgroundColor3 = Color3.new(1, 1, 1)
862
863 generalgunbutton.BackgroundTransparency = 1
864
865 generalgunbutton.BorderSizePixel = 0
866
867 generalgunbutton.ClipsDescendants = true
868
869 generalgunbutton.Size = UDim2.new(0, 194, 0, 30)
870
871 generalgunbutton.Font = Enum.Font.SourceSansSemibold
872
873 generalgunbutton.FontSize = Enum.FontSize.Size24
874
875 generalgunbutton.Text = "Grab Gun"
876
877 generalgunbutton.TextColor3 = Color3.new(0, 0.615686, 1)
878
879 generalgunbutton.TextSize = 19
880
881
882
883 generalgunlabel.Name = "generalgunlabel"
884
885 generalgunlabel.Parent = generalgunbutton
886
887 generalgunlabel.AnchorPoint = Vector2.new(0.5, 0.5)
888
889 generalgunlabel.BackgroundColor3 = Color3.new(1, 1, 1)
890
891 generalgunlabel.BackgroundTransparency = 1
892
893 generalgunlabel.BorderSizePixel = 0
894
895 generalgunlabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
896
897 generalgunlabel.Size = UDim2.new(0, 50, 0, 50)
898
899 generalgunlabel.Visible = false
900
901 generalgunlabel.Image = "rbxassetid://200182847"
902
903 generalgunlabel.ImageColor3 = Color3.new(0, 0.705882, 1)
904
905 generalgunlabel.ImageTransparency = 0.80000001192093
906
907
908
909 generallobbyframe.Name = "generallobbyframe"
910
911 generallobbyframe.Parent = generalframe
912
913 generallobbyframe.BackgroundColor3 = Color3.new(1, 1, 1)
914
915 generallobbyframe.BorderSizePixel = 0
916
917 generallobbyframe.Position = UDim2.new(0, 31, 0, 17)
918
919 generallobbyframe.Size = UDim2.new(0, 194, 0, 30)
920
921
922
923 generallobbybutton.Name = "generallobbybutton"
924
925 generallobbybutton.Parent = generallobbyframe
926
927 generallobbybutton.BackgroundColor3 = Color3.new(1, 1, 1)
928
929 generallobbybutton.BackgroundTransparency = 1
930
931 generallobbybutton.BorderSizePixel = 0
932
933 generallobbybutton.ClipsDescendants = true
934
935 generallobbybutton.Size = UDim2.new(0, 194, 0, 30)
936
937 generallobbybutton.Font = Enum.Font.SourceSansSemibold
938
939 generallobbybutton.FontSize = Enum.FontSize.Size24
940
941 generallobbybutton.Text = "TP to Lobby"
942
943 generallobbybutton.TextColor3 = Color3.new(0, 0.615686, 1)
944
945 generallobbybutton.TextSize = 19
946
947
948
949 generallobbylabel.Name = "generallobbylabel"
950
951 generallobbylabel.Parent = generallobbybutton
952
953 generallobbylabel.AnchorPoint = Vector2.new(0.5, 0.5)
954
955 generallobbylabel.BackgroundColor3 = Color3.new(1, 1, 1)
956
957 generallobbylabel.BackgroundTransparency = 1
958
959 generallobbylabel.BorderSizePixel = 0
960
961 generallobbylabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
962
963 generallobbylabel.Size = UDim2.new(0, 50, 0, 50)
964
965 generallobbylabel.Visible = false
966
967 generallobbylabel.Image = "rbxassetid://200182847"
968
969 generallobbylabel.ImageColor3 = Color3.new(0, 0.705882, 1)
970
971 generallobbylabel.ImageTransparency = 0.80000001192093
972
973
974
975 lpframe.Name = "lpframe"
976
977 lpframe.Parent = bodyframe
978
979 lpframe.BackgroundColor3 = Color3.new(1, 1, 1)
980
981 lpframe.BackgroundTransparency = 1
982
983 lpframe.BorderSizePixel = 0
984
985 lpframe.Position = UDim2.new(0, 256, 0, 0)
986
987 lpframe.Size = UDim2.new(0, 256, 0, 222)
988
989
990
991 lpjumpframe.Name = "lpjumpframe"
992
993 lpjumpframe.Parent = lpframe
994
995 lpjumpframe.BackgroundColor3 = Color3.new(1, 1, 1)
996
997 lpjumpframe.BorderSizePixel = 0
998
999 lpjumpframe.Position = UDim2.new(0, 31, 0, 172)
1000
1001 lpjumpframe.Size = UDim2.new(0, 194, 0, 30)
1002
1003
1004
1005 lpjumpbutton.Name = "lpjumpbutton"
1006
1007 lpjumpbutton.Parent = lpjumpframe
1008
1009 lpjumpbutton.BackgroundColor3 = Color3.new(1, 1, 1)
1010
1011 lpjumpbutton.BackgroundTransparency = 1
1012
1013 lpjumpbutton.BorderSizePixel = 0
1014
1015 lpjumpbutton.ClipsDescendants = true
1016
1017 lpjumpbutton.Size = UDim2.new(0, 194, 0, 30)
1018
1019 lpjumpbutton.Font = Enum.Font.SourceSansSemibold
1020
1021 lpjumpbutton.FontSize = Enum.FontSize.Size24
1022
1023 lpjumpbutton.Text = "High Jump"
1024
1025 lpjumpbutton.TextColor3 = Color3.new(0, 0.615686, 1)
1026
1027 lpjumpbutton.TextSize = 19
1028
1029
1030
1031 lpjumplabel.Name = "lpjumplabel"
1032
1033 lpjumplabel.Parent = lpjumpbutton
1034
1035 lpjumplabel.AnchorPoint = Vector2.new(0.5, 0.5)
1036
1037 lpjumplabel.BackgroundColor3 = Color3.new(1, 1, 1)
1038
1039 lpjumplabel.BackgroundTransparency = 1
1040
1041 lpjumplabel.BorderSizePixel = 0
1042
1043 lpjumplabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
1044
1045 lpjumplabel.Size = UDim2.new(0, 50, 0, 50)
1046
1047 lpjumplabel.Visible = false
1048
1049 lpjumplabel.Image = "rbxassetid://200182847"
1050
1051 lpjumplabel.ImageColor3 = Color3.new(0, 0.705882, 1)
1052
1053 lpjumplabel.ImageTransparency = 0.80000001192093
1054
1055
1056
1057 lpgravframe.Name = "lpgravframe"
1058
1059 lpgravframe.Parent = lpframe
1060
1061 lpgravframe.BackgroundColor3 = Color3.new(1, 1, 1)
1062
1063 lpgravframe.BorderSizePixel = 0
1064
1065 lpgravframe.Position = UDim2.new(0, 31, 0, 120)
1066
1067 lpgravframe.Size = UDim2.new(0, 194, 0, 30)
1068
1069
1070
1071 lpgravbutton.Name = "lpgravbutton"
1072
1073 lpgravbutton.Parent = lpgravframe
1074
1075 lpgravbutton.BackgroundColor3 = Color3.new(1, 1, 1)
1076
1077 lpgravbutton.BackgroundTransparency = 1
1078
1079 lpgravbutton.BorderSizePixel = 0
1080
1081 lpgravbutton.ClipsDescendants = true
1082
1083 lpgravbutton.Position = UDim2.new(0, 0, 0, -1)
1084
1085 lpgravbutton.Size = UDim2.new(0, 194, 0, 31)
1086
1087 lpgravbutton.Font = Enum.Font.SourceSansSemibold
1088
1089 lpgravbutton.FontSize = Enum.FontSize.Size24
1090
1091 lpgravbutton.Text = "Low Gravity"
1092
1093 lpgravbutton.TextColor3 = Color3.new(0, 0.615686, 1)
1094
1095 lpgravbutton.TextSize = 19
1096
1097
1098
1099 lpgravlabel.Name = "lpgravlabel"
1100
1101 lpgravlabel.Parent = lpgravbutton
1102
1103 lpgravlabel.AnchorPoint = Vector2.new(0.5, 0.5)
1104
1105 lpgravlabel.BackgroundColor3 = Color3.new(1, 1, 1)
1106
1107 lpgravlabel.BackgroundTransparency = 1
1108
1109 lpgravlabel.BorderSizePixel = 0
1110
1111 lpgravlabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
1112
1113 lpgravlabel.Size = UDim2.new(0, 50, 0, 50)
1114
1115 lpgravlabel.Visible = false
1116
1117 lpgravlabel.Image = "rbxassetid://200182847"
1118
1119 lpgravlabel.ImageColor3 = Color3.new(0, 0.705882, 1)
1120
1121 lpgravlabel.ImageTransparency = 0.80000001192093
1122
1123
1124
1125 lpwalkframe.Name = "lpwalkframe"
1126
1127 lpwalkframe.Parent = lpframe
1128
1129 lpwalkframe.BackgroundColor3 = Color3.new(1, 1, 1)
1130
1131 lpwalkframe.BorderSizePixel = 0
1132
1133 lpwalkframe.Position = UDim2.new(0, 31, 0, 68)
1134
1135 lpwalkframe.Size = UDim2.new(0, 194, 0, 30)
1136
1137
1138
1139 lpwalkbutton.Name = "lpwalkbutton"
1140
1141 lpwalkbutton.Parent = lpwalkframe
1142
1143 lpwalkbutton.BackgroundColor3 = Color3.new(1, 1, 1)
1144
1145 lpwalkbutton.BackgroundTransparency = 1
1146
1147 lpwalkbutton.BorderSizePixel = 0
1148
1149 lpwalkbutton.ClipsDescendants = true
1150
1151 lpwalkbutton.Size = UDim2.new(0, 194, 0, 30)
1152
1153 lpwalkbutton.Font = Enum.Font.SourceSansSemibold
1154
1155 lpwalkbutton.FontSize = Enum.FontSize.Size24
1156
1157 lpwalkbutton.Text = "Fast Walk"
1158
1159 lpwalkbutton.TextColor3 = Color3.new(0, 0.615686, 1)
1160
1161 lpwalkbutton.TextSize = 19
1162
1163
1164
1165 lpwalklabel.Name = "lpwalklabel"
1166
1167 lpwalklabel.Parent = lpwalkbutton
1168
1169 lpwalklabel.AnchorPoint = Vector2.new(0.5, 0.5)
1170
1171 lpwalklabel.BackgroundColor3 = Color3.new(1, 1, 1)
1172
1173 lpwalklabel.BackgroundTransparency = 1
1174
1175 lpwalklabel.BorderSizePixel = 0
1176
1177 lpwalklabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
1178
1179 lpwalklabel.Size = UDim2.new(0, 50, 0, 50)
1180
1181 lpwalklabel.Visible = false
1182
1183 lpwalklabel.Image = "rbxassetid://200182847"
1184
1185 lpwalklabel.ImageColor3 = Color3.new(0, 0.705882, 1)
1186
1187 lpwalklabel.ImageTransparency = 0.80000001192093
1188
1189
1190
1191 lpgodframe.Name = "lpgodframe"
1192
1193 lpgodframe.Parent = lpframe
1194
1195 lpgodframe.BackgroundColor3 = Color3.new(1, 1, 1)
1196
1197 lpgodframe.BorderSizePixel = 0
1198
1199 lpgodframe.Position = UDim2.new(0, 31, 0, 17)
1200
1201 lpgodframe.Size = UDim2.new(0, 194, 0, 30)
1202
1203
1204
1205 lpgodbutton.Name = "lpgodbutton"
1206
1207 lpgodbutton.Parent = lpgodframe
1208
1209 lpgodbutton.BackgroundColor3 = Color3.new(1, 1, 1)
1210
1211 lpgodbutton.BackgroundTransparency = 1
1212
1213 lpgodbutton.BorderSizePixel = 0
1214
1215 lpgodbutton.ClipsDescendants = true
1216
1217 lpgodbutton.Size = UDim2.new(0, 194, 0, 30)
1218
1219 lpgodbutton.Font = Enum.Font.SourceSansSemibold
1220
1221 lpgodbutton.FontSize = Enum.FontSize.Size24
1222
1223 lpgodbutton.Text = "God Mode"
1224
1225 lpgodbutton.TextColor3 = Color3.new(0, 0.615686, 1)
1226
1227 lpgodbutton.TextSize = 19
1228
1229
1230
1231 lpgodlabel.Name = "lpgodlabel"
1232
1233 lpgodlabel.Parent = lpgodbutton
1234
1235 lpgodlabel.AnchorPoint = Vector2.new(0.5, 0.5)
1236
1237 lpgodlabel.BackgroundColor3 = Color3.new(1, 1, 1)
1238
1239 lpgodlabel.BackgroundTransparency = 1
1240
1241 lpgodlabel.BorderSizePixel = 0
1242
1243 lpgodlabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
1244
1245 lpgodlabel.Size = UDim2.new(0, 50, 0, 50)
1246
1247 lpgodlabel.Visible = false
1248
1249 lpgodlabel.Image = "rbxassetid://200182847"
1250
1251 lpgodlabel.ImageColor3 = Color3.new(0, 0.705882, 1)
1252
1253 lpgodlabel.ImageTransparency = 0.80000001192093
1254
1255
1256
1257 backbutton1.Name = "backbutton1"
1258
1259 backbutton1.Parent = maintab
1260
1261 backbutton1.Active = false
1262
1263 backbutton1.BackgroundColor3 = Color3.new(0, 0.407843, 0.658824)
1264
1265 backbutton1.BackgroundTransparency = 1
1266
1267 backbutton1.BorderSizePixel = 0
1268
1269 backbutton1.ClipsDescendants = true
1270
1271 backbutton1.Size = UDim2.new(0, 29, 0, 30)
1272
1273 backbutton1.Visible = false
1274
1275 backbutton1.AutoButtonColor = false
1276
1277 backbutton1.Font = Enum.Font.SourceSansBold
1278
1279 backbutton1.FontSize = Enum.FontSize.Size24
1280
1281 backbutton1.Text = "<"
1282
1283 backbutton1.TextColor3 = Color3.new(1, 1, 1)
1284
1285 backbutton1.TextSize = 20
1286
1287
1288
1289 backbutton1label.Name = "backbutton1label"
1290
1291 backbutton1label.Parent = backbutton1
1292
1293 backbutton1label.AnchorPoint = Vector2.new(0.5, 0.5)
1294
1295 backbutton1label.BackgroundColor3 = Color3.new(1, 1, 1)
1296
1297 backbutton1label.BackgroundTransparency = 1
1298
1299 backbutton1label.BorderSizePixel = 0
1300
1301 backbutton1label.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
1302
1303 backbutton1label.Size = UDim2.new(0, 50, 0, 50)
1304
1305 backbutton1label.Visible = false
1306
1307 backbutton1label.Image = "rbxassetid://200182847"
1308
1309 backbutton1label.ImageTransparency = 0.80000001192093
1310
1311
1312
1313 backbutton2.Name = "backbutton2"
1314
1315 backbutton2.Parent = maintab
1316
1317 backbutton2.Active = false
1318
1319 backbutton2.BackgroundColor3 = Color3.new(0, 0.407843, 0.658824)
1320
1321 backbutton2.BackgroundTransparency = 1
1322
1323 backbutton2.BorderSizePixel = 0
1324
1325 backbutton2.ClipsDescendants = true
1326
1327 backbutton2.Size = UDim2.new(0, 29, 0, 30)
1328
1329 backbutton2.Visible = false
1330
1331 backbutton2.AutoButtonColor = false
1332
1333 backbutton2.Font = Enum.Font.SourceSansBold
1334
1335 backbutton2.FontSize = Enum.FontSize.Size24
1336
1337 backbutton2.Text = "<"
1338
1339 backbutton2.TextColor3 = Color3.new(1, 1, 1)
1340
1341 backbutton2.TextSize = 20
1342
1343
1344
1345 backbutton2label.Name = "backbutton2label"
1346
1347 backbutton2label.Parent = backbutton2
1348
1349 backbutton2label.AnchorPoint = Vector2.new(0.5, 0.5)
1350
1351 backbutton2label.BackgroundColor3 = Color3.new(1, 1, 1)
1352
1353 backbutton2label.BackgroundTransparency = 1
1354
1355 backbutton2label.BorderSizePixel = 0
1356
1357 backbutton2label.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
1358
1359 backbutton2label.Size = UDim2.new(0, 50, 0, 50)
1360
1361 backbutton2label.Visible = false
1362
1363 backbutton2label.Image = "rbxassetid://200182847"
1364
1365 backbutton2label.ImageTransparency = 0.80000001192093
1366
1367
1368
1369 creditsbutton.Name = "creditsbutton"
1370
1371 creditsbutton.Parent = maintab
1372
1373 creditsbutton.BackgroundColor3 = Color3.new(1, 1, 1)
1374
1375 creditsbutton.BackgroundTransparency = 1
1376
1377 creditsbutton.BorderSizePixel = 0
1378
1379 creditsbutton.ClipsDescendants = true
1380
1381 creditsbutton.Position = UDim2.new(0.87890625, 0, 0, 0)
1382
1383 creditsbutton.Size = UDim2.new(0, 31, 0, 30)
1384
1385 creditsbutton.Font = Enum.Font.SourceSansSemibold
1386
1387 creditsbutton.FontSize = Enum.FontSize.Size18
1388
1389 creditsbutton.Text = ""
1390
1391 creditsbutton.TextColor3 = Color3.new(0, 0.615686, 1)
1392
1393 creditsbutton.TextSize = 15
1394
1395
1396
1397 creditsiconlabel1.Name = "creditsiconlabel1"
1398
1399 creditsiconlabel1.Parent = creditsbutton
1400
1401 creditsiconlabel1.AnchorPoint = Vector2.new(0.5, 0.5)
1402
1403 creditsiconlabel1.BackgroundColor3 = Color3.new(1, 1, 1)
1404
1405 creditsiconlabel1.BackgroundTransparency = 1
1406
1407 creditsiconlabel1.BorderSizePixel = 0
1408
1409 creditsiconlabel1.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
1410
1411 creditsiconlabel1.Size = UDim2.new(0, 50, 0, 50)
1412
1413 creditsiconlabel1.Visible = false
1414
1415 creditsiconlabel1.Image = "rbxassetid://200182847"
1416
1417 creditsiconlabel1.ImageTransparency = 0.80000001192093
1418
1419
1420
1421 creditsiconlabel2.Name = "creditsiconlabel2"
1422
1423 creditsiconlabel2.Parent = creditsbutton
1424
1425 creditsiconlabel2.AnchorPoint = Vector2.new(0.5, 0.5)
1426
1427 creditsiconlabel2.BackgroundColor3 = Color3.new(1, 1, 1)
1428
1429 creditsiconlabel2.BackgroundTransparency = 1
1430
1431 creditsiconlabel2.BorderSizePixel = 0
1432
1433 creditsiconlabel2.Position = UDim2.new(0.5, 0, 0.5, 0)
1434
1435 creditsiconlabel2.Size = UDim2.new(0, 17, 0, 17)
1436
1437 creditsiconlabel2.Image = "rbxassetid://23151450"
1438
1439
1440
1441 toggle.Name = "toggle"
1442
1443 toggle.Parent = mygui
1444
1445 toggle.Active = true
1446
1447 toggle.BackgroundColor3 = Color3.new(0.992157, 0.984314, 1)
1448
1449 toggle.BackgroundTransparency = 0.5
1450
1451 toggle.BorderSizePixel = 0
1452
1453 toggle.Draggable = true
1454
1455 toggle.Position = UDim2.new(0, 5, 0, 530)
1456
1457 toggle.Size = UDim2.new(0, 140, 0, 30)
1458
1459
1460
1461 closeall.Name = "closeall"
1462
1463 closeall.Parent = toggle
1464
1465 closeall.BackgroundColor3 = Color3.new(1, 0, 0)
1466
1467 closeall.BorderSizePixel = 0
1468
1469 closeall.Position = UDim2.new(0, 110, 0, 0)
1470
1471 closeall.Size = UDim2.new(0, 30, 0, 30)
1472
1473 closeall.FontSize = Enum.FontSize.Size18
1474
1475 closeall.Text = ""
1476
1477 closeall.TextSize = 15
1478
1479
1480
1481 closeopen.Name = "closeopen"
1482
1483 closeopen.Parent = toggle
1484
1485 closeopen.BackgroundColor3 = Color3.new(0, 0.615686, 1)
1486
1487 closeopen.BorderSizePixel = 0
1488
1489 closeopen.ClipsDescendants = true
1490
1491 closeopen.Size = UDim2.new(0, 110, 0, 30)
1492
1493 closeopen.AutoButtonColor = false
1494
1495 closeopen.Font = Enum.Font.SourceSansBold
1496
1497 closeopen.FontSize = Enum.FontSize.Size24
1498
1499 closeopen.Text = "Close"
1500
1501 closeopen.TextColor3 = Color3.new(1, 1, 1)
1502
1503 closeopen.TextSize = 20
1504
1505
1506
1507 closeopenlabel.Name = "closeopenlabel"
1508
1509 closeopenlabel.Parent = closeopen
1510
1511 closeopenlabel.AnchorPoint = Vector2.new(0.5, 0.5)
1512
1513 closeopenlabel.BackgroundColor3 = Color3.new(1, 1, 1)
1514
1515 closeopenlabel.BackgroundTransparency = 1
1516
1517 closeopenlabel.BorderSizePixel = 0
1518
1519 closeopenlabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
1520
1521 closeopenlabel.Size = UDim2.new(0, 50, 0, 50)
1522
1523 closeopenlabel.Visible = false
1524
1525 closeopenlabel.Image = "rbxassetid://200182847"
1526
1527 closeopenlabel.ImageTransparency = 0.80000001192093
1528
1529
1530
1531 creditstab.Name = "creditstab"
1532
1533 creditstab.Parent = mygui
1534
1535 creditstab.Active = true
1536
1537 creditstab.BackgroundColor3 = Color3.new(1, 1, 1)
1538
1539 creditstab.BackgroundTransparency = 0.5
1540
1541 creditstab.BorderSizePixel = 0
1542
1543 creditstab.Draggable = true
1544
1545 creditstab.Position = UDim2.new(0, 42, 0, 47)
1546
1547 creditstab.Size = UDim2.new(0, 256, 0, 30)
1548
1549 creditstab.Visible = false
1550
1551
1552
1553 creditstitle.Name = "creditstitle"
1554
1555 creditstitle.Parent = creditstab
1556
1557 creditstitle.BackgroundColor3 = Color3.new(0, 0.45098, 0.862745)
1558
1559 creditstitle.BorderSizePixel = 0
1560
1561 creditstitle.Position = UDim2.new(-0.001953125, 0, 0, 0)
1562
1563 creditstitle.Size = UDim2.new(0, 256, 0, 30)
1564
1565 creditstitle.Font = Enum.Font.SourceSansBold
1566
1567 creditstitle.FontSize = Enum.FontSize.Size24
1568
1569 creditstitle.Text = "Credits"
1570
1571 creditstitle.TextColor3 = Color3.new(1, 1, 1)
1572
1573 creditstitle.TextSize = 23
1574
1575
1576
1577 creditsframe.Name = "creditsframe"
1578
1579 creditsframe.Parent = creditstab
1580
1581 creditsframe.BackgroundColor3 = Color3.new(0, 0.615686, 1)
1582
1583 creditsframe.BorderSizePixel = 0
1584
1585 creditsframe.ClipsDescendants = true
1586
1587 creditsframe.Position = UDim2.new(0, 0, 0, 30)
1588
1589 creditsframe.Size = UDim2.new(0, 256, 0, 222)
1590
1591
1592
1593 creditsmenuframe.Name = "menuframe"
1594
1595 creditsmenuframe.Parent = creditsframe
1596
1597 creditsmenuframe.BackgroundColor3 = Color3.new(1, 1, 1)
1598
1599 creditsmenuframe.BackgroundTransparency = 1
1600
1601 creditsmenuframe.BorderSizePixel = 0
1602
1603 creditsmenuframe.Size = UDim2.new(0, 256, 0, 222)
1604
1605
1606
1607 creditsfield.Name = "creditsfield"
1608
1609 creditsfield.Parent = creditsmenuframe
1610
1611 creditsfield.BackgroundColor3 = Color3.new(1, 1, 1)
1612
1613 creditsfield.BorderSizePixel = 0
1614
1615 creditsfield.Position = UDim2.new(0, 31, 0, 31)
1616
1617 creditsfield.Size = UDim2.new(0, 194, 0, 31)
1618
1619 creditsfield.Font = Enum.Font.SourceSansSemibold
1620
1621 creditsfield.FontSize = Enum.FontSize.Size24
1622
1623 creditsfield.Text = "By: abs_0"
1624
1625 creditsfield.TextColor3 = Color3.new(0, 0.615686, 1)
1626
1627 creditsfield.TextSize = 20
1628
1629
1630
1631 closecredits.Name = "closeall"
1632
1633 closecredits.Parent = creditstab
1634
1635 closecredits.BackgroundColor3 = Color3.new(1, 0, 0)
1636
1637 closecredits.BorderSizePixel = 0
1638
1639 closecredits.Position = UDim2.new(0, 226, 0, 0)
1640
1641 closecredits.Size = UDim2.new(0, 30, 0, 30)
1642
1643 closecredits.FontSize = Enum.FontSize.Size18
1644
1645 closecredits.Text = ""
1646
1647 closecredits.TextSize = 15
1648
1649
1650
1651 --Appearance Scripts
1652
1653
1654
1655 --mygui.maintab.bodyframe.generalframe.generallobbyframe.generallobbybutton.Script
1656
1657 local mouse = game.Players.LocalPlayer:GetMouse()
1658
1659
1660
1661
1662
1663 generallobbybutton.MouseButton1Down:connect(function()
1664
1665 local x = (mouse.X) - (generallobbybutton.AbsolutePosition.X)
1666
1667 local y = (mouse.Y) - (generallobbybutton.AbsolutePosition.Y)
1668
1669 generallobbylabel.Position = UDim2.new(0,x,0,y)
1670
1671 generallobbylabel.Size = UDim2.new(0,50,0,50)
1672
1673 generallobbylabel.ImageTransparency = 0.8
1674
1675 generallobbylabel.Visible = true
1676
1677
1678
1679 wait()
1680
1681
1682
1683 generallobbylabel:TweenSize(
1684
1685 UDim2.new(0,390,0,390),
1686
1687 "Out",
1688
1689 "Quint",
1690
1691 1
1692
1693 )
1694
1695 end)
1696
1697
1698
1699 generallobbybutton.MouseButton1Up:connect(function()
1700
1701 wait(0.35)
1702
1703 local TweenService = game:GetService("TweenService")
1704
1705 local circle = generallobbylabel
1706
1707
1708
1709 local Info = TweenInfo.new(
1710
1711 0.2, -- Length
1712
1713 Enum.EasingStyle.Linear, -- Easing Style
1714
1715 Enum.EasingDirection.Out, -- Easing Direction
1716
1717 0, -- Times repeated
1718
1719 false, -- Reverse
1720
1721 0 -- Delay
1722
1723 )
1724
1725 local Goals =
1726
1727 {
1728
1729 ImageTransparency = 1;
1730
1731 }
1732
1733
1734
1735 local tween = TweenService:Create(circle,Info,Goals)
1736
1737 tween:Play()
1738
1739 end)
1740
1741
1742
1743 --mygui.maintab.bodyframe.generalframe.generalgunframe.generalgunbutton.Script
1744
1745 local mouse = game.Players.LocalPlayer:GetMouse()
1746
1747
1748
1749
1750
1751 generalgunbutton.MouseButton1Down:connect(function()
1752
1753 local x = (mouse.X) - (generalgunbutton.AbsolutePosition.X)
1754
1755 local y = (mouse.Y) - (generalgunbutton.AbsolutePosition.Y)
1756
1757 generalgunlabel.Position = UDim2.new(0,x,0,y)
1758
1759 generalgunlabel.Size = UDim2.new(0,50,0,50)
1760
1761 generalgunlabel.ImageTransparency = 0.8
1762
1763 generalgunlabel.Visible = true
1764
1765
1766
1767 wait()
1768
1769
1770
1771 generalgunlabel:TweenSize(
1772
1773 UDim2.new(0,390,0,390),
1774
1775 "Out",
1776
1777 "Quint",
1778
1779 1
1780
1781 )
1782
1783 end)
1784
1785
1786
1787 generalgunbutton.MouseButton1Up:connect(function()
1788
1789 wait(0.35)
1790
1791 local TweenService = game:GetService("TweenService")
1792
1793 local circle = generalgunlabel
1794
1795
1796
1797 local Info = TweenInfo.new(
1798
1799 0.2, -- Length
1800
1801 Enum.EasingStyle.Linear, -- Easing Style
1802
1803 Enum.EasingDirection.Out, -- Easing Direction
1804
1805 0, -- Times repeated
1806
1807 false, -- Reverse
1808
1809 0 -- Delay
1810
1811 )
1812
1813 local Goals =
1814
1815 {
1816
1817 ImageTransparency = 1;
1818
1819 }
1820
1821
1822
1823 local tween = TweenService:Create(circle,Info,Goals)
1824
1825 tween:Play()
1826
1827 end)
1828
1829
1830
1831 --mygui.maintab.bodyframe.generalframe.generalcoinframe.generalcoinbutton.Script
1832
1833 local mouse = game.Players.LocalPlayer:GetMouse()
1834
1835
1836
1837
1838
1839 generalcoinbutton.MouseButton1Down:connect(function()
1840
1841 local x = (mouse.X) - (generalcoinbutton.AbsolutePosition.X)
1842
1843 local y = (mouse.Y) - (generalcoinbutton.AbsolutePosition.Y)
1844
1845 generalcoinlabel.Position = UDim2.new(0,x,0,y)
1846
1847 generalcoinlabel.Size = UDim2.new(0,50,0,50)
1848
1849 generalcoinlabel.ImageTransparency = 0.8
1850
1851 generalcoinlabel.Visible = true
1852
1853
1854
1855 wait()
1856
1857
1858
1859 generalcoinlabel:TweenSize(
1860
1861 UDim2.new(0,390,0,390),
1862
1863 "Out",
1864
1865 "Quint",
1866
1867 1
1868
1869 )
1870
1871 end)
1872
1873
1874
1875 generalcoinbutton.MouseButton1Up:connect(function()
1876
1877 wait(0.35)
1878
1879 local TweenService = game:GetService("TweenService")
1880
1881 local circle = generalcoinlabel
1882
1883
1884
1885 local Info = TweenInfo.new(
1886
1887 0.2, -- Length
1888
1889 Enum.EasingStyle.Linear, -- Easing Style
1890
1891 Enum.EasingDirection.Out, -- Easing Direction
1892
1893 0, -- Times repeated
1894
1895 false, -- Reverse
1896
1897 0 -- Delay
1898
1899 )
1900
1901 local Goals =
1902
1903 {
1904
1905 ImageTransparency = 1;
1906
1907 }
1908
1909
1910
1911 local tween = TweenService:Create(circle,Info,Goals)
1912
1913 tween:Play()
1914
1915 end)
1916
1917
1918
1919 --mygui.maintab.bodyframe.generalframe.generalespframe.generalespbutton.Script
1920
1921 local mouse = game.Players.LocalPlayer:GetMouse()
1922
1923
1924
1925
1926
1927 generalespbutton.MouseButton1Down:connect(function()
1928
1929 local x = (mouse.X) - (generalespbutton.AbsolutePosition.X)
1930
1931 local y = (mouse.Y) - (generalespbutton.AbsolutePosition.Y)
1932
1933 generalesplabel.Position = UDim2.new(0,x,0,y)
1934
1935 generalesplabel.Size = UDim2.new(0,50,0,50)
1936
1937 generalesplabel.ImageTransparency = 0.8
1938
1939 generalesplabel.Visible = true
1940
1941
1942
1943 wait()
1944
1945
1946
1947 generalesplabel:TweenSize(
1948
1949 UDim2.new(0,390,0,390),
1950
1951 "Out",
1952
1953 "Quint",
1954
1955 1
1956
1957 )
1958
1959 end)
1960
1961
1962
1963 generalespbutton.MouseButton1Up:connect(function()
1964
1965 wait(0.35)
1966
1967 local TweenService = game:GetService("TweenService")
1968
1969 local circle = generalesplabel
1970
1971
1972
1973 local Info = TweenInfo.new(
1974
1975 0.2, -- Length
1976
1977 Enum.EasingStyle.Linear, -- Easing Style
1978
1979 Enum.EasingDirection.Out, -- Easing Direction
1980
1981 0, -- Times repeated
1982
1983 false, -- Reverse
1984
1985 0 -- Delay
1986
1987 )
1988
1989 local Goals =
1990
1991 {
1992
1993 ImageTransparency = 1;
1994
1995 }
1996
1997
1998
1999 local tween = TweenService:Create(circle,Info,Goals)
2000
2001 tween:Play()
2002
2003 end)
2004
2005
2006
2007 --mygui.maintab.bodyframe.lpframe.lpgodframe.lpgodbutton.Script
2008
2009 local mouse = game.Players.LocalPlayer:GetMouse()
2010
2011
2012
2013
2014
2015 lpgodbutton.MouseButton1Down:connect(function()
2016
2017 local x = (mouse.X) - (lpgodbutton.AbsolutePosition.X)
2018
2019 local y = (mouse.Y) - (lpgodbutton.AbsolutePosition.Y)
2020
2021 lpgodbutton.lpgodlabel.Position = UDim2.new(0,x,0,y)
2022
2023 lpgodbutton.lpgodlabel.Size = UDim2.new(0,50,0,50)
2024
2025 lpgodbutton.lpgodlabel.ImageTransparency = 0.8
2026
2027 lpgodbutton.lpgodlabel.Visible = true
2028
2029
2030
2031 wait()
2032
2033
2034
2035 lpgodbutton.lpgodlabel:TweenSize(
2036
2037 UDim2.new(0,390,0,390),
2038
2039 "Out",
2040
2041 "Quint",
2042
2043 1
2044
2045 )
2046
2047 end)
2048
2049
2050
2051 lpgodbutton.MouseButton1Up:connect(function()
2052
2053 wait(0.35)
2054
2055 local TweenService = game:GetService("TweenService")
2056
2057 local circle = lpgodbutton.lpgodlabel
2058
2059
2060
2061 local Info = TweenInfo.new(
2062
2063 0.2, -- Length
2064
2065 Enum.EasingStyle.Linear, -- Easing Style
2066
2067 Enum.EasingDirection.Out, -- Easing Direction
2068
2069 0, -- Times repeated
2070
2071 false, -- Reverse
2072
2073 0 -- Delay
2074
2075 )
2076
2077 local Goals =
2078
2079 {
2080
2081 ImageTransparency = 1;
2082
2083 }
2084
2085
2086
2087 local tween = TweenService:Create(circle,Info,Goals)
2088
2089 tween:Play()
2090
2091 end)
2092
2093
2094
2095 --mygui.maintab.bodyframe.lpframe.lpwalkframe.lpwalkbutton.Script
2096
2097 local mouse = game.Players.LocalPlayer:GetMouse()
2098
2099
2100
2101
2102
2103 lpwalkbutton.MouseButton1Down:connect(function()
2104
2105 if game.Players.LocalPlayer.Character.Humanoid.WalkSpeed == 16 * 5 then
2106
2107 lpwalkbutton.TextColor3 = Color3.new(1,128/255,0)
2108
2109 lpwalkbutton.lpwalklabel.ImageColor3 = Color3.new(1,128/255,0)
2110
2111 else
2112
2113 lpwalkbutton.TextColor3 = Color3.new(0,157/255,1)
2114
2115 lpwalkbutton.lpwalklabel.ImageColor3 = Color3.new(0,157/255,1)
2116
2117 end
2118
2119
2120
2121 local x = (mouse.X) - (lpwalkbutton.AbsolutePosition.X)
2122
2123 local y = (mouse.Y) - (lpwalkbutton.AbsolutePosition.Y)
2124
2125 lpwalkbutton.lpwalklabel.Position = UDim2.new(0,x,0,y)
2126
2127 lpwalkbutton.lpwalklabel.Size = UDim2.new(0,50,0,50)
2128
2129 lpwalkbutton.lpwalklabel.ImageTransparency = 0.8
2130
2131 lpwalkbutton.lpwalklabel.Visible = true
2132
2133
2134
2135 wait()
2136
2137
2138
2139 lpwalkbutton.lpwalklabel:TweenSize(
2140
2141 UDim2.new(0,390,0,390),
2142
2143 "Out",
2144
2145 "Quint",
2146
2147 1
2148
2149 )
2150
2151 end)
2152
2153
2154
2155 lpwalkbutton.MouseButton1Up:connect(function()
2156
2157 wait(0.35)
2158
2159 local TweenService = game:GetService("TweenService")
2160
2161 local circle = lpwalkbutton.lpwalklabel
2162
2163
2164
2165 local Info = TweenInfo.new(
2166
2167 0.2, -- Length
2168
2169 Enum.EasingStyle.Linear, -- Easing Style
2170
2171 Enum.EasingDirection.Out, -- Easing Direction
2172
2173 0, -- Times repeated
2174
2175 false, -- Reverse
2176
2177 0 -- Delay
2178
2179 )
2180
2181 local Goals =
2182
2183 {
2184
2185 ImageTransparency = 1;
2186
2187 }
2188
2189
2190
2191 local tween = TweenService:Create(circle,Info,Goals)
2192
2193 tween:Play()
2194
2195 end)
2196
2197
2198
2199 --mygui.maintab.bodyframe.lpframe.lpgravframe.lpgravbutton.Script
2200
2201 local mouse = game.Players.LocalPlayer:GetMouse()
2202
2203
2204
2205 lpgravbutton.MouseButton1Down:connect(function()
2206
2207 if game.Workspace.Gravity < 196.1 then
2208
2209 lpgravbutton.TextColor3 = Color3.new(1,128/255,0)
2210
2211 lpgravbutton.lpgravlabel.ImageColor3 = Color3.new(1,128/255,0)
2212
2213 else
2214
2215 lpgravbutton.TextColor3 = Color3.new(0,157/255,1)
2216
2217 lpgravbutton.lpgravlabel.ImageColor3 = Color3.new(0,157/255,1)
2218
2219 end
2220
2221
2222
2223 local x = (mouse.X) - (lpgravbutton.AbsolutePosition.X)
2224
2225 local y = (mouse.Y) - (lpgravbutton.AbsolutePosition.Y)
2226
2227 lpgravbutton.lpgravlabel.Position = UDim2.new(0,x,0,y)
2228
2229 lpgravbutton.lpgravlabel.Size = UDim2.new(0,50,0,50)
2230
2231 lpgravbutton.lpgravlabel.ImageTransparency = 0.8
2232
2233 lpgravbutton.lpgravlabel.Visible = true
2234
2235
2236
2237 wait()
2238
2239
2240
2241 lpgravbutton.lpgravlabel:TweenSize(
2242
2243 UDim2.new(0,390,0,390),
2244
2245 "Out",
2246
2247 "Quint",
2248
2249 1
2250
2251 )
2252
2253 end)
2254
2255
2256
2257 lpgravbutton.MouseButton1Up:connect(function()
2258
2259 wait(0.35)
2260
2261 local TweenService = game:GetService("TweenService")
2262
2263 local circle = lpgravbutton.lpgravlabel
2264
2265
2266
2267 local Info = TweenInfo.new(
2268
2269 0.2, -- Length
2270
2271 Enum.EasingStyle.Linear, -- Easing Style
2272
2273 Enum.EasingDirection.Out, -- Easing Direction
2274
2275 0, -- Times repeated
2276
2277 false, -- Reverse
2278
2279 0 -- Delay
2280
2281 )
2282
2283 local Goals =
2284
2285 {
2286
2287 ImageTransparency = 1;
2288
2289 }
2290
2291
2292
2293 local tween = TweenService:Create(circle,Info,Goals)
2294
2295 tween:Play()
2296
2297 end)
2298
2299
2300
2301 --mygui.maintab.bodyframe.lpframe.lpjumpframe.lpjumpbutton.Script
2302
2303 local mouse = game.Players.LocalPlayer:GetMouse()
2304
2305
2306
2307
2308
2309 lpjumpbutton.MouseButton1Down:connect(function()
2310
2311 if game.Players.LocalPlayer.Character.Humanoid.JumpPower == 100 then
2312
2313 lpjumpbutton.TextColor3 = Color3.new(1,128/255,0)
2314
2315 lpjumpbutton.lpjumplabel.ImageColor3 = Color3.new(1,128/255,0)
2316
2317 else
2318
2319 lpjumpbutton.TextColor3 = Color3.new(0,157/255,1)
2320
2321 lpjumpbutton.lpjumplabel.ImageColor3 = Color3.new(0,157/255,1)
2322
2323 end
2324
2325
2326
2327 local x = (mouse.X) - (lpjumpbutton.AbsolutePosition.X)
2328
2329 local y = (mouse.Y) - (lpjumpbutton.AbsolutePosition.Y)
2330
2331 lpjumpbutton.lpjumplabel.Position = UDim2.new(0,x,0,y)
2332
2333 lpjumpbutton.lpjumplabel.Size = UDim2.new(0,50,0,50)
2334
2335 lpjumpbutton.lpjumplabel.ImageTransparency = 0.8
2336
2337 lpjumpbutton.lpjumplabel.Visible = true
2338
2339
2340
2341 wait()
2342
2343
2344
2345 lpjumpbutton.lpjumplabel:TweenSize(
2346
2347 UDim2.new(0,390,0,390),
2348
2349 "Out",
2350
2351 "Quint",
2352
2353 1
2354
2355 )
2356
2357 end)
2358
2359
2360
2361 lpjumpbutton.MouseButton1Up:connect(function()
2362
2363 wait(0.35)
2364
2365 local TweenService = game:GetService("TweenService")
2366
2367 local circle = lpjumpbutton.lpjumplabel
2368
2369
2370
2371 local Info = TweenInfo.new(
2372
2373 0.2, -- Length
2374
2375 Enum.EasingStyle.Linear, -- Easing Style
2376
2377 Enum.EasingDirection.Out, -- Easing Direction
2378
2379 0, -- Times repeated
2380
2381 false, -- Reverse
2382
2383 0 -- Delay
2384
2385 )
2386
2387 local Goals =
2388
2389 {
2390
2391 ImageTransparency = 1;
2392
2393 }
2394
2395
2396
2397 local tween = TweenService:Create(circle,Info,Goals)
2398
2399 tween:Play()
2400
2401 end)
2402
2403
2404
2405 --mygui.maintab.bodyframe.menuframe.generalbuttonframe.generalbutton.Script
2406
2407 local mouse = game.Players.LocalPlayer:GetMouse()
2408
2409
2410
2411
2412
2413 generalbutton.MouseButton1Down:connect(function()
2414
2415 local x = (mouse.X) - (generalbutton.AbsolutePosition.X)
2416
2417 local y = (mouse.Y) - (generalbutton.AbsolutePosition.Y)
2418
2419 generalbutton.generalbuttonlabel.Position = UDim2.new(0,x,0,y)
2420
2421 generalbutton.generalbuttonlabel.Size = UDim2.new(0,50,0,50)
2422
2423 generalbutton.generalbuttonlabel.ImageTransparency = 0.8
2424
2425 generalbutton.generalbuttonlabel.Visible = true
2426
2427
2428
2429 wait()
2430
2431
2432
2433 generalbutton.generalbuttonlabel:TweenSize(
2434
2435 UDim2.new(0,390,0,390),
2436
2437 "Out",
2438
2439 "Quint",
2440
2441 1
2442
2443 )
2444
2445 end)
2446
2447
2448
2449 generalbutton.MouseButton1Up:connect(function()
2450
2451 wait(0.35)
2452
2453 local TweenService = game:GetService("TweenService")
2454
2455 local circle = generalbutton.generalbuttonlabel
2456
2457
2458
2459 local Info = TweenInfo.new(
2460
2461 0.2, -- Length
2462
2463 Enum.EasingStyle.Linear, -- Easing Style
2464
2465 Enum.EasingDirection.Out, -- Easing Direction
2466
2467 0, -- Times repeated
2468
2469 false, -- Reverse
2470
2471 0 -- Delay
2472
2473 )
2474
2475 local Goals =
2476
2477 {
2478
2479 ImageTransparency = 1;
2480
2481 }
2482
2483
2484
2485 local tween = TweenService:Create(circle,Info,Goals)
2486
2487 tween:Play()
2488
2489 end)
2490
2491
2492
2493 --mygui.maintab.bodyframe.menuframe.generalbuttonframe.generalbutton.TransitionScript
2494
2495 generalbutton.MouseButton1Click:connect(function()
2496
2497 wait(0.25)
2498
2499 menuframe:TweenPosition(
2500
2501 UDim2.new(0,-256,0,0),
2502
2503 "Out",
2504
2505 "Quint",
2506
2507 0.2
2508
2509 )
2510
2511 generalframe:TweenPosition(
2512
2513 UDim2.new(0,0,0,0),
2514
2515 "Out",
2516
2517 "Quint",
2518
2519 0.2
2520
2521 )
2522
2523 backbutton1.Visible = true
2524
2525 backbutton1.Active = true
2526
2527 maintab.title.Text = "General"
2528
2529 maintab.title.TextSize = 19
2530
2531 end)
2532
2533
2534
2535 --mygui.maintab.bodyframe.menuframe.lpbuttonframe.lpbutton.Script
2536
2537 local mouse = game.Players.LocalPlayer:GetMouse()
2538
2539
2540
2541
2542
2543 lpbutton.MouseButton1Down:connect(function()
2544
2545 local x = (mouse.X) - (lpbutton.AbsolutePosition.X)
2546
2547 local y = (mouse.Y) - (lpbutton.AbsolutePosition.Y)
2548
2549 lpbutton.lpbuttonlabel.Position = UDim2.new(0,x,0,y)
2550
2551 lpbutton.lpbuttonlabel.Size = UDim2.new(0,50,0,50)
2552
2553 lpbutton.lpbuttonlabel.ImageTransparency = 0.8
2554
2555 lpbutton.lpbuttonlabel.Visible = true
2556
2557
2558
2559 wait()
2560
2561
2562
2563 lpbuttonlabel:TweenSize(
2564
2565 UDim2.new(0,390,0,390),
2566
2567 "Out",
2568
2569 "Quint",
2570
2571 1
2572
2573 )
2574
2575 end)
2576
2577
2578
2579 lpbutton.MouseButton1Up:connect(function()
2580
2581 wait(0.35)
2582
2583 local TweenService = game:GetService("TweenService")
2584
2585 local circle = lpbutton.lpbuttonlabel
2586
2587
2588
2589 local Info = TweenInfo.new(
2590
2591 0.2, -- Length
2592
2593 Enum.EasingStyle.Linear, -- Easing Style
2594
2595 Enum.EasingDirection.Out, -- Easing Direction
2596
2597 0, -- Times repeated
2598
2599 false, -- Reverse
2600
2601 0 -- Delay
2602
2603 )
2604
2605 local Goals =
2606
2607 {
2608
2609 ImageTransparency = 1;
2610
2611 }
2612
2613
2614
2615 local tween = TweenService:Create(circle,Info,Goals)
2616
2617 tween:Play()
2618
2619 end)
2620
2621
2622
2623 --mygui.maintab.bodyframe.menuframe.lpbuttonframe.lpbutton.TransitionScript
2624
2625 lpbutton.MouseButton1Click:connect(function()
2626
2627 wait(0.25)
2628
2629 menuframe:TweenPosition(
2630
2631 UDim2.new(0,-256,0,0),
2632
2633 "Out",
2634
2635 "Quint",
2636
2637 0.2
2638
2639 )
2640
2641 lpframe:TweenPosition(
2642
2643 UDim2.new(0,0,0,0),
2644
2645 "Out",
2646
2647 "Quint",
2648
2649 0.2
2650
2651 )
2652
2653 backbutton2.Visible = true
2654
2655 backbutton2.Active = true
2656
2657 maintab.title.Text = "Local Player"
2658
2659 maintab.title.TextSize = 19
2660
2661 end)
2662
2663
2664
2665 --mygui.maintab.bodyframe.menuframe.tpbuttonframe.tpbutton.Script
2666
2667 local mouse = game.Players.LocalPlayer:GetMouse()
2668
2669
2670
2671
2672
2673 tpbutton.MouseButton1Down:connect(function()
2674
2675 local x = (mouse.X) - (tpbutton.AbsolutePosition.X)
2676
2677 local y = (mouse.Y) - (tpbutton.AbsolutePosition.Y)
2678
2679 tpbutton.tpbuttonlabel.Position = UDim2.new(0,x,0,y)
2680
2681 tpbutton.tpbuttonlabel.Size = UDim2.new(0,0,0,0)
2682
2683 tpbutton.tpbuttonlabel.ImageTransparency = 0.8
2684
2685 tpbutton.tpbuttonlabel.Visible = true
2686
2687
2688
2689 wait()
2690
2691
2692
2693 tpbutton.tpbuttonlabel:TweenSize(
2694
2695 UDim2.new(0,75,0,75),
2696
2697 "Out",
2698
2699 "Quint",
2700
2701 0.9
2702
2703 )
2704
2705 end)
2706
2707
2708
2709 tpbutton.MouseButton1Up:connect(function()
2710
2711 wait(0.35)
2712
2713 local TweenService = game:GetService("TweenService")
2714
2715 local circle = tpbutton.tpbuttonlabel
2716
2717
2718
2719 local Info = TweenInfo.new(
2720
2721 0.2, -- Length
2722
2723 Enum.EasingStyle.Linear, -- Easing Style
2724
2725 Enum.EasingDirection.Out, -- Easing Direction
2726
2727 0, -- Times repeated
2728
2729 false, -- Reverse
2730
2731 0 -- Delay
2732
2733 )
2734
2735 local Goals =
2736
2737 {
2738
2739 ImageTransparency = 1;
2740
2741 }
2742
2743
2744
2745 local tween = TweenService:Create(circle,Info,Goals)
2746
2747 tween:Play()
2748
2749 end)
2750
2751
2752
2753 --mygui.maintab.bodyframe.menuframe.tptextbox.matscript
2754
2755 --[[tptextbox.Focused:connect(function()
2756
2757 local mouse = game.Players.LocalPlayer:GetMouse()
2758
2759 tptextbox.tpunderline.BackgroundTransparency = 0
2760
2761 local x = (mouse.X) - (tpbutton.AbsolutePosition.X)
2762
2763 tpunderline.Position = UDim2.new(0,x,0,30) --insert correct offset in Y!!
2764
2765
2766
2767 wait()
2768
2769 tptextbox.tpunderline:TweenSizeAndPosition(
2770
2771 UDim2.new(0,156,0,2),
2772
2773 UDim2.new(0,0,0,30),
2774
2775 "Out",
2776
2777 "Quint",
2778
2779 0.2
2780
2781 )
2782
2783 end)]]--
2784
2785
2786
2787 --mygui.maintab.backbutton1.Script
2788
2789 local mouse = game.Players.LocalPlayer:GetMouse()
2790
2791
2792
2793 backbutton1.MouseButton1Down:connect(function()
2794
2795 backbutton1.backbutton1label.Position = UDim2.new(0.5,0,0.5,0)
2796
2797 backbutton1.backbutton1label.Size = UDim2.new(0,0,0,0)
2798
2799 backbutton1.backbutton1label.ImageTransparency = 0.8
2800
2801 backbutton1.backbutton1label.Visible = true
2802
2803
2804
2805 wait()
2806
2807
2808
2809 backbutton1.backbutton1label:TweenSize(
2810
2811 UDim2.new(0,60,0,60),
2812
2813 "Out",
2814
2815 "Quint",
2816
2817 0.25
2818
2819 )
2820
2821 end)
2822
2823
2824
2825 backbutton1.MouseButton1Up:connect(function()
2826
2827 wait(0.35)
2828
2829 local TweenService = game:GetService("TweenService")
2830
2831 local circle = backbutton1.backbutton1label
2832
2833
2834
2835 local Info = TweenInfo.new(
2836
2837 0.2, -- Length
2838
2839 Enum.EasingStyle.Linear, -- Easing Style
2840
2841 Enum.EasingDirection.Out, -- Easing Direction
2842
2843 0, -- Times repeated
2844
2845 false, -- Reverse
2846
2847 0 -- Delay
2848
2849 )
2850
2851 local Goals =
2852
2853 {
2854
2855 ImageTransparency = 1;
2856
2857 }
2858
2859
2860
2861 local tween = TweenService:Create(circle,Info,Goals)
2862
2863 tween:Play()
2864
2865 end)
2866
2867
2868
2869 --mygui.maintab.backbutton1.TransitionScript
2870
2871 backbutton1.MouseButton1Click:connect(function()
2872
2873 wait(0.2)
2874
2875 menuframe:TweenPosition(
2876
2877 UDim2.new(0,0,0,0),
2878
2879 "Out",
2880
2881 "Quint",
2882
2883 0.2
2884
2885 )
2886
2887 generalframe:TweenPosition(
2888
2889 UDim2.new(0,256,0,0),
2890
2891 "Out",
2892
2893 "Quint",
2894
2895 0.2
2896
2897 )
2898
2899 backbutton1.Visible = false
2900
2901 backbutton1.Active = false
2902
2903 maintab.title.Text = "MM2 Gui"
2904
2905 maintab.title.TextSize = 20
2906
2907 end)
2908
2909
2910
2911 --mygui.maintab.backbutton2.Script
2912
2913 local mouse = game.Players.LocalPlayer:GetMouse()
2914
2915
2916
2917
2918
2919 backbutton2.MouseButton1Down:connect(function()
2920
2921 backbutton2.backbutton2label.Position = UDim2.new(0.5,0,0.5,0)
2922
2923 backbutton2.backbutton2label.Size = UDim2.new(0,0,0,0)
2924
2925 backbutton2.backbutton2label.ImageTransparency = 0.8
2926
2927 backbutton2.backbutton2label.Visible = true
2928
2929
2930
2931 wait()
2932
2933
2934
2935 backbutton2.backbutton2label:TweenSize(
2936
2937 UDim2.new(0,60,0,60),
2938
2939 "Out",
2940
2941 "Quint",
2942
2943 0.25
2944
2945 )
2946
2947 end)
2948
2949
2950
2951 backbutton2.MouseButton1Up:connect(function()
2952
2953 wait(0.35)
2954
2955 local TweenService = game:GetService("TweenService")
2956
2957 local circle = backbutton2.backbutton2label
2958
2959
2960
2961 local Info = TweenInfo.new(
2962
2963 0.2, -- Length
2964
2965 Enum.EasingStyle.Linear, -- Easing Style
2966
2967 Enum.EasingDirection.Out, -- Easing Direction
2968
2969 0, -- Times repeated
2970
2971 false, -- Reverse
2972
2973 0 -- Delay
2974
2975 )
2976
2977 local Goals =
2978
2979 {
2980
2981 ImageTransparency = 1;
2982
2983 }
2984
2985
2986
2987 local tween = TweenService:Create(circle,Info,Goals)
2988
2989 tween:Play()
2990
2991 end)
2992
2993
2994
2995 --mygui.maintab.backbutton2.TransitionScript
2996
2997 backbutton2.MouseButton1Click:connect(function()
2998
2999 wait(0.2)
3000
3001 menuframe:TweenPosition(
3002
3003 UDim2.new(0,0,0,0),
3004
3005 "Out",
3006
3007 "Quint",
3008
3009 0.2
3010
3011 )
3012
3013 lpframe:TweenPosition(
3014
3015 UDim2.new(0,256,0,0),
3016
3017 "Out",
3018
3019 "Quint",
3020
3021 0.2
3022
3023 )
3024
3025 backbutton2.Visible = false
3026
3027 backbutton2.Active = false
3028
3029 backbutton2.Parent.title.Text = "MM2 Gui"
3030
3031 backbutton2.Parent.title.TextSize = 20
3032
3033 end)
3034
3035
3036
3037 --mygui.maintab.creditsbutton.Script
3038
3039 local mouse = game.Players.LocalPlayer:GetMouse()
3040
3041
3042
3043
3044
3045 creditsbutton.MouseButton1Down:connect(function()
3046
3047 local x = (mouse.X) - (creditsbutton.AbsolutePosition.X)
3048
3049 local y = (mouse.Y) - (creditsbutton.AbsolutePosition.Y)
3050
3051 creditsbutton.creditsiconlabel1.Position = UDim2.new(0,x,0,y)
3052
3053 creditsbutton.creditsiconlabel1.Size = UDim2.new(0,0,0,0)
3054
3055 creditsbutton.creditsiconlabel1.ImageTransparency = 0.8
3056
3057 creditsbutton.creditsiconlabel1.Visible = true
3058
3059
3060
3061 wait()
3062
3063
3064
3065 creditsbutton.creditsiconlabel1:TweenSize(
3066
3067 UDim2.new(0,75,0,75),
3068
3069 "Out",
3070
3071 "Quint",
3072
3073 0.9
3074
3075 )
3076
3077 end)
3078
3079
3080
3081 creditsbutton.MouseButton1Up:connect(function()
3082
3083 wait(0.35)
3084
3085 local TweenService = game:GetService("TweenService")
3086
3087 local circle = creditsbutton.creditsiconlabel1
3088
3089
3090
3091 local Info = TweenInfo.new(
3092
3093 0.2, -- Length
3094
3095 Enum.EasingStyle.Linear, -- Easing Style
3096
3097 Enum.EasingDirection.Out, -- Easing Direction
3098
3099 0, -- Times repeated
3100
3101 false, -- Reverse
3102
3103 0 -- Delay
3104
3105 )
3106
3107 local Goals =
3108
3109 {
3110
3111 ImageTransparency = 1;
3112
3113 }
3114
3115
3116
3117 local tween = TweenService:Create(circle,Info,Goals)
3118
3119 tween:Play()
3120
3121 end)
3122
3123
3124
3125 --mygui.maintab.creditsbutton.CreditsWindowScript
3126
3127 creditsbutton.MouseButton1Click:connect(function()
3128
3129 creditstab.Visible = true
3130
3131 creditstab.Active = true
3132
3133 end)
3134
3135
3136
3137 --mygui.creditstab.closecredits.Script
3138
3139 closecredits.MouseButton1Click:connect(function()
3140
3141 creditstab.Visible = false
3142
3143 creditstab.Active = false
3144
3145 end)
3146
3147
3148
3149 --mygui.toggle.closeopen.CloseOpenScript
3150
3151 closeopen.MouseButton1Click:connect(function()
3152
3153 if
3154
3155 (maintab.Visible == true) and
3156
3157 (maintab.Active == true) then
3158
3159 maintab.Visible = false
3160
3161 maintab.Active = false
3162
3163 closeopen.Text = "Open"
3164
3165 else
3166
3167 maintab.Visible = true
3168
3169 maintab.Active = true
3170
3171 closeopen.Text = "Close"
3172
3173 end
3174
3175 end)
3176
3177
3178
3179 --mygui.toggle.closeopen.Script
3180
3181 local mouse = game.Players.LocalPlayer:GetMouse()
3182
3183
3184
3185
3186
3187 closeopen.MouseButton1Down:connect(function()
3188
3189 local x = (mouse.X) - (closeopen.AbsolutePosition.X)
3190
3191 local y = (mouse.Y) - (closeopen.AbsolutePosition.Y)
3192
3193 closeopen.closeopenlabel.Position = UDim2.new(0,x,0,y)
3194
3195 closeopen.closeopenlabel.Size = UDim2.new(0,50,0,50)
3196
3197 closeopen.closeopenlabel.ImageTransparency = 0.8
3198
3199 closeopen.closeopenlabel.Visible = true
3200
3201
3202
3203 wait()
3204
3205
3206
3207 closeopen.closeopenlabel:TweenSize(
3208
3209 UDim2.new(0,240,0,240),
3210
3211 "Out",
3212
3213 "Quint",
3214
3215 1
3216
3217 )
3218
3219 end)
3220
3221
3222
3223 closeopen.MouseButton1Up:connect(function()
3224
3225 wait(0.35)
3226
3227 local TweenService = game:GetService("TweenService")
3228
3229 local circle = closeopen.closeopenlabel
3230
3231
3232
3233 local Info = TweenInfo.new(
3234
3235 0.2, -- Length
3236
3237 Enum.EasingStyle.Linear, -- Easing Style
3238
3239 Enum.EasingDirection.Out, -- Easing Direction
3240
3241 0, -- Times repeated
3242
3243 false, -- Reverse
3244
3245 0 -- Delay
3246
3247 )
3248
3249 local Goals =
3250
3251 {
3252
3253 ImageTransparency = 1;
3254
3255 }
3256
3257
3258
3259 local tween = TweenService:Create(circle,Info,Goals)
3260
3261 tween:Play()
3262
3263 end)
3264
3265
3266
3267 --mygui.toggle.closeall.Script
3268
3269 closeall.MouseButton1Click:connect(function()
3270
3271 mygui:Remove()
3272
3273 end)
3274
3275
3276
3277 -- Scripts
3278
3279
3280
3281 lpgravbutton.MouseButton1Down:connect(function()
3282
3283 if game.Workspace.Gravity > 196.1 then
3284
3285 game.Workspace.Gravity = 50
3286
3287 else
3288
3289 game.Workspace.Gravity = 196.2
3290
3291 end
3292
3293 end)
3294
3295
3296
3297 lpwalkbutton.MouseButton1Down:connect(function()
3298
3299 if game.Players.LocalPlayer.Character.Humanoid.WalkSpeed == 16 then
3300
3301 game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16 * 5
3302
3303 else
3304
3305 game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
3306
3307 end
3308
3309 end)
3310
3311
3312
3313 lpjumpbutton.MouseButton1Down:connect(function()
3314
3315 if game.Players.LocalPlayer.Character.Humanoid.JumpPower == 50 then
3316
3317 game.Players.LocalPlayer.Character.Humanoid.JumpPower = 100
3318
3319 else
3320
3321 game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
3322
3323 end
3324
3325 end)
3326
3327
3328
3329 lpgodbutton.MouseButton1Down:connect(function()
3330
3331 game.Players.LocalPlayer.Character.Humanoid:Remove()
3332
3333 Instance.new('Humanoid', game.Players.LocalPlayer.Character)
3334
3335 end)
3336
3337
3338
3339 generallobbybutton.MouseButton1Down:connect(function()
3340
3341 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-109.56, 140, -11.75) + Vector3.new(1, 0, 0)
3342
3343 end)
3344
3345
3346
3347 generalgunbutton.MouseButton1Down:connect(function()
3348
3349 game.Workspace.GunDrop.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(2,0,0)
3350
3351 end)
3352
3353
3354
3355 generalcoinbutton.MouseButton1Down:connect(function()
3356
3357 for i = 10, 1, -1 do
3358
3359 for i,v in pairs(game.Workspace:GetChildren()) do
3360
3361 local s = v:FindFirstChild("CoinContainer")
3362
3363 local e = game.Players.LocalPlayer.Character:FindFirstChild("Torso")
3364
3365 if e and s then
3366
3367 for i,c in pairs(s:GetChildren()) do
3368
3369 c.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame
3370
3371 end
3372
3373 end
3374
3375 end
3376
3377 wait(0.7)
3378
3379 end
3380
3381 end)
3382
3383
3384
3385 --[[tpbutton.MouseButton1Down:connect(function()
3386
3387 for i,v in pairs(game.Workspace:GetChildren()) do
3388
3389 if tptextbox.Text:lower() == v.Name:lower() then
3390
3391 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[v.Name].HumanoidRootPart.CFrame
3392
3393 else
3394
3395 print("Player not found")
3396
3397 end
3398
3399 end
3400
3401 end)]]--
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411 --script
3412
3413 local parent = tptextbox --insert textbox name!
3414
3415 local mouse = game.Players.LocalPlayer:GetMouse()
3416
3417
3418
3419 local xsize = parent.Size.X.Offset
3420
3421 local ysize = parent.Size.Y.Offset
3422
3423 parent.Visible = true
3424
3425 parent.Active = true
3426
3427 parent.Selectable = true
3428
3429
3430
3431 local Underline = Instance.new("Frame")
3432
3433 local UnderlineBase = Instance.new("Frame")
3434
3435
3436
3437 Underline.Name = "Underline"
3438
3439 Underline.Parent = parent
3440
3441 Underline.BackgroundColor3 = parent.TextColor3
3442
3443 Underline.BorderSizePixel = 0
3444
3445 Underline.Position = UDim2.new(0, 0, 1, 0)
3446
3447 Underline.Size = UDim2.new(0, 0, 0, 1)
3448
3449
3450
3451 UnderlineBase.Name = "UnderlineBase"
3452
3453 UnderlineBase.Parent = parent
3454
3455 UnderlineBase.BackgroundColor3 = parent.TextColor3
3456
3457 UnderlineBase.BackgroundTransparency = 0.85
3458
3459 UnderlineBase.BorderSizePixel = 0
3460
3461 UnderlineBase.Position = UDim2.new(0, 0, 1, 0)
3462
3463 UnderlineBase.Size = UDim2.new(0, xsize, 0, 1)
3464
3465
3466
3467 parent.Focused:connect(function()
3468
3469 local x = (mouse.X) - (parent.AbsolutePosition.X)
3470
3471 Underline.BackgroundTransparency = 0
3472
3473 Underline.Position = UDim2.new(0,x,1,0)
3474
3475 wait()
3476
3477 Underline:TweenSizeAndPosition(
3478
3479 UDim2.new(0, xsize, 0, 1),
3480
3481 UDim2.new(0, 0, 1, 0),
3482
3483 "Out",
3484
3485 "Quint",
3486
3487 0.2
3488
3489 )
3490
3491 end)
3492
3493
3494
3495 parent.FocusLost:connect(function(enterPressed)
3496
3497 if parent.Text == "" then
3498
3499 parent.Text = "Player Name"
3500
3501 end
3502
3503
3504
3505 local TweenService = game:GetService("TweenService")
3506
3507
3508
3509 local Info = TweenInfo.new(
3510
3511 0.15,
3512
3513 Enum.EasingStyle.Linear,
3514
3515 Enum.EasingDirection.Out,
3516
3517 0,
3518
3519 false,
3520
3521 0
3522
3523 )
3524
3525 local Goals =
3526
3527 {
3528
3529 BackgroundTransparency = 1;
3530
3531 }
3532
3533
3534
3535 local tween = TweenService:Create(Underline,Info,Goals)
3536
3537 tween:Play()
3538
3539
3540
3541 wait(0.15)
3542
3543 Underline.Size = UDim2.new(0,0,0,1)
3544
3545
3546
3547 if enterPressed then
3548
3549 for i,v in pairs(game.Workspace:GetChildren()) do
3550
3551 if tptextbox.Text:lower() == v.Name:lower() then
3552
3553 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[v.Name].HumanoidRootPart.CFrame
3554
3555 else
3556
3557 print("Player not found")
3558
3559 end
3560
3561 end
3562
3563 print(true)
3564
3565 elseif tptextbox.Text ~= "Player Name" then
3566
3567 tptextbox.Text = "Press Enter to TP"
3568
3569 end
3570
3571 end)
3572
3573
3574
3575 --/script
3576
3577
3578
3579 if enterPressed then
3580
3581 for i,v in pairs(game.Workspace:GetChildren()) do
3582
3583 if tptextbox.Text:lower() == v.Name:lower() then
3584
3585 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[v.Name].HumanoidRootPart.CFrame
3586
3587 else
3588
3589 print("Player not found")
3590
3591 end
3592
3593 end
3594
3595 end
3596
3597
3598
3599 generalespbutton.MouseButton1Down:connect(function()
3600
3601 --credits to Nebula Hub for the esp + aimbot
3602
3603 PLAYER = game.Players.LocalPlayer
3604
3605 MOUSE = PLAYER:GetMouse()
3606
3607 CC = game.Workspace.CurrentCamera
3608
3609
3610
3611 ENABLED = false
3612
3613 ESP_ENABLED = false
3614
3615
3616
3617 _G.FREE_FOR_ALL = true
3618
3619
3620
3621 _G.BIND = 50
3622
3623 _G.ESP_BIND = 52
3624
3625 _G.CHANGE_AIM = 'q'
3626
3627
3628
3629 _G.AIM_AT = 'Head'
3630
3631
3632
3633 wait(1)
3634
3635
3636
3637 function GetNearestPlayerToMouse()
3638
3639 local PLAYERS = {}
3640
3641 local PLAYER_HOLD = {}
3642
3643 local DISTANCES = {}
3644
3645 for i, v in pairs(game.Players:GetPlayers()) do
3646
3647 if v ~= PLAYER then
3648
3649 table.insert(PLAYERS, v)
3650
3651 end
3652
3653 end
3654
3655 for i, v in pairs(PLAYERS) do
3656
3657 if _G.FREE_FOR_ALL == false then
3658
3659 if v and (v.Character) ~= nil and v.TeamColor ~= PLAYER.TeamColor then
3660
3661 local AIM = v.Character:FindFirstChild(_G.AIM_AT)
3662
3663 if AIM ~= nil then
3664
3665 local DISTANCE = (AIM.Position - game.Workspace.CurrentCamera.CoordinateFrame.p).magnitude
3666
3667 local RAY = Ray.new(game.Workspace.CurrentCamera.CoordinateFrame.p, (MOUSE.Hit.p - CC.CoordinateFrame.p).unit * DISTANCE)
3668
3669 local HIT,POS = game.Workspace:FindPartOnRay(RAY, game.Workspace)
3670
3671 local DIFF = math.floor((POS - AIM.Position).magnitude)
3672
3673 PLAYER_HOLD[v.Name .. i] = {}
3674
3675 PLAYER_HOLD[v.Name .. i].dist = DISTANCE
3676
3677 PLAYER_HOLD[v.Name .. i].plr = v
3678
3679 PLAYER_HOLD[v.Name .. i].diff = DIFF
3680
3681 table.insert(DISTANCES, DIFF)
3682
3683 end
3684
3685 end
3686
3687 elseif _G.FREE_FOR_ALL == true then
3688
3689 local AIM = v.Character:FindFirstChild(_G.AIM_AT)
3690
3691 if AIM ~= nil then
3692
3693 local DISTANCE = (AIM.Position - game.Workspace.CurrentCamera.CoordinateFrame.p).magnitude
3694
3695 local RAY = Ray.new(game.Workspace.CurrentCamera.CoordinateFrame.p, (MOUSE.Hit.p - CC.CoordinateFrame.p).unit * DISTANCE)
3696
3697 local HIT,POS = game.Workspace:FindPartOnRay(RAY, game.Workspace)
3698
3699 local DIFF = math.floor((POS - AIM.Position).magnitude)
3700
3701 PLAYER_HOLD[v.Name .. i] = {}
3702
3703 PLAYER_HOLD[v.Name .. i].dist = DISTANCE
3704
3705 PLAYER_HOLD[v.Name .. i].plr = v
3706
3707 PLAYER_HOLD[v.Name .. i].diff = DIFF
3708
3709 table.insert(DISTANCES, DIFF)
3710
3711 end
3712
3713 end
3714
3715 end
3716
3717
3718
3719 if unpack(DISTANCES) == nil then
3720
3721 return false
3722
3723 end
3724
3725
3726
3727 local L_DISTANCE = math.floor(math.min(unpack(DISTANCES)))
3728
3729 if L_DISTANCE > 20 then
3730
3731 return false
3732
3733 end
3734
3735
3736
3737 for i, v in pairs(PLAYER_HOLD) do
3738
3739 if v.diff == L_DISTANCE then
3740
3741 return v.plr
3742
3743 end
3744
3745 end
3746
3747 return false
3748
3749 end
3750
3751
3752
3753 GUI_MAIN = Instance.new('ScreenGui', game.CoreGui)
3754
3755 GUI_TARGET = Instance.new('TextLabel', GUI_MAIN)
3756
3757 GUI_AIM_AT = Instance.new('TextLabel', GUI_MAIN)
3758
3759
3760
3761 GUI_MAIN.Name = 'AIMBOT'
3762
3763
3764
3765 GUI_TARGET.Size = UDim2.new(0,200,0,30)
3766
3767 GUI_TARGET.BackgroundTransparency = 0.5
3768
3769 GUI_TARGET.BackgroundColor = BrickColor.new('Fossil')
3770
3771 GUI_TARGET.BorderSizePixel = 0
3772
3773 GUI_TARGET.Position = UDim2.new(0.5,-100,0,0)
3774
3775 GUI_TARGET.Text = 'AIMBOT : OFF'
3776
3777 GUI_TARGET.TextColor3 = Color3.new(1,1,1)
3778
3779 GUI_TARGET.TextStrokeTransparency = 1
3780
3781 GUI_TARGET.TextWrapped = true
3782
3783 GUI_TARGET.FontSize = 'Size24'
3784
3785 GUI_TARGET.Font = 'SourceSansBold'
3786
3787
3788
3789 GUI_AIM_AT.Size = UDim2.new(0,200,0,20)
3790
3791 GUI_AIM_AT.BackgroundTransparency = 0.5
3792
3793 GUI_AIM_AT.BackgroundColor = BrickColor.new('Fossil')
3794
3795 GUI_AIM_AT.BorderSizePixel = 0
3796
3797 GUI_AIM_AT.Position = UDim2.new(0.5,-100,0,30)
3798
3799 GUI_AIM_AT.Text = 'AIMING : HEAD'
3800
3801 GUI_AIM_AT.TextColor3 = Color3.new(1,1,1)
3802
3803 GUI_AIM_AT.TextStrokeTransparency = 1
3804
3805 GUI_AIM_AT.TextWrapped = true
3806
3807 GUI_AIM_AT.FontSize = 'Size18'
3808
3809 GUI_AIM_AT.Font = 'SourceSansBold'
3810
3811
3812
3813 local TRACK = false
3814
3815
3816
3817 function CREATE(BASE, COLOR)
3818
3819 local ESP_MAIN = Instance.new('BillboardGui', PLAYER.PlayerGui)
3820
3821 local ESP_DOT = Instance.new('Frame', ESP_MAIN)
3822
3823 local ESP_NAME = Instance.new('TextLabel', ESP_MAIN)
3824
3825
3826
3827 ESP_MAIN.Name = 'ESP'
3828
3829 ESP_MAIN.Adornee = BASE
3830
3831 ESP_MAIN.AlwaysOnTop = true
3832
3833 ESP_MAIN.ExtentsOffset = Vector3.new(0, 1, 0)
3834
3835 ESP_MAIN.Size = UDim2.new(0, 5, 0, 5)
3836
3837
3838
3839 ESP_DOT.Name = 'DOT'
3840
3841 ESP_DOT.BackgroundColor3 = COLOR
3842
3843 ESP_DOT.BackgroundTransparency = 0.3
3844
3845 ESP_DOT.BorderSizePixel = 0
3846
3847 ESP_DOT.Position = UDim2.new(-0.5, 0, -0.5, 0)
3848
3849 ESP_DOT.Size = UDim2.new(2, 0, 2, 0)
3850
3851 ESP_DOT.Visible = true
3852
3853 ESP_DOT.ZIndex = 10
3854
3855
3856
3857 ESP_NAME.Name = 'NAME'
3858
3859 ESP_NAME.BackgroundColor3 = Color3.new(255, 255, 255)
3860
3861 ESP_NAME.BackgroundTransparency = 1
3862
3863 ESP_NAME.BorderSizePixel = 0
3864
3865 ESP_NAME.Position = UDim2.new(0, 0, 0, -40)
3866
3867 ESP_NAME.Size = UDim2.new(1, 0, 10, 0)
3868
3869 ESP_NAME.Visible = true
3870
3871 ESP_NAME.ZIndex = 10
3872
3873 ESP_NAME.Font = 'ArialBold'
3874
3875 ESP_NAME.FontSize = 'Size14'
3876
3877 ESP_NAME.Text = BASE.Parent.Name:upper()
3878
3879 ESP_NAME.TextColor3 = COLOR
3880
3881 end
3882
3883
3884
3885 function CLEAR()
3886
3887 for _,v in pairs(PLAYER.PlayerGui:children()) do
3888
3889 if v.Name == 'ESP' and v:IsA('BillboardGui') then
3890
3891 v:Destroy()
3892
3893 end
3894
3895 end
3896
3897 end
3898
3899
3900
3901 local Remote = game:service'ReplicatedStorage'.GetPlayerData
3902
3903 local player_roles = Remote:InvokeServer()
3904
3905 function FIND()
3906
3907 CLEAR()
3908
3909 TRACK = true
3910
3911 spawn(function()
3912
3913 while wait() do
3914
3915 if TRACK then
3916
3917 CLEAR()
3918
3919 local a,b = ypcall(function()
3920
3921 for name,player in pairs(player_roles)do
3922
3923 if game:service'Players':FindFirstChild(name) ~= nil then
3924
3925 local v = game:service'Players':FindFirstChild(name)
3926
3927 if v.Character and v.Character:FindFirstChild('Head') then
3928
3929 if v.Character:FindFirstChild('Head') then
3930
3931 if player.Dead ~= true then
3932
3933 if player.Role == "Murderer"then
3934
3935 CREATE(v.Character.Head, Color3.new(1,0,0))
3936
3937 elseif player.Role == "Sheriff" or player.Role == "Hero" then
3938
3939 CREATE(v.Character.Head, Color3.new(0,0,1))
3940
3941 else
3942
3943 CREATE(v.Character.Head, Color3.new(0,1,0))
3944
3945 end
3946
3947 end
3948
3949 end
3950
3951 end
3952
3953 end
3954
3955 end
3956
3957 end)
3958
3959 end
3960
3961 end
3962
3963 wait(1)
3964
3965 end)
3966
3967 end
3968
3969 coroutine.wrap(function()
3970
3971 while wait()do
3972
3973 player_roles = Remote:InvokeServer()
3974
3975 end
3976
3977 end)()
3978
3979
3980
3981 MOUSE.KeyDown:connect(function(KEY)
3982
3983 KEY = KEY:lower():byte()
3984
3985 if KEY == _G.BIND then
3986
3987 ENABLED = true
3988
3989 end
3990
3991 end)
3992
3993
3994
3995 MOUSE.KeyUp:connect(function(KEY)
3996
3997 KEY = KEY:lower():byte()
3998
3999 if KEY == _G.BIND then
4000
4001 ENABLED = false
4002
4003 end
4004
4005 end)
4006
4007
4008
4009 MOUSE.KeyDown:connect(function(KEY)
4010
4011 KEY = KEY:lower():byte()
4012
4013 if KEY == _G.ESP_BIND then
4014
4015 if ESP_ENABLED == false then
4016
4017 FIND()
4018
4019 ESP_ENABLED = true
4020
4021 print('ESP : ON')
4022
4023 elseif ESP_ENABLED == true then
4024
4025 wait()
4026
4027 CLEAR()
4028
4029 TRACK = false
4030
4031 ESP_ENABLED = false
4032
4033 print('ESP : OFF')
4034
4035 end
4036
4037 end
4038
4039 end)
4040
4041
4042
4043 MOUSE.KeyDown:connect(function(KEY)
4044
4045 if KEY == _G.CHANGE_AIM then
4046
4047 if _G.AIM_AT == 'Head' then
4048
4049 _G.AIM_AT = 'Torso'
4050
4051 GUI_AIM_AT.Text = 'AIMING : TORSO'
4052
4053 elseif _G.AIM_AT == 'Torso' then
4054
4055 _G.AIM_AT = 'Head'
4056
4057 GUI_AIM_AT.Text = 'AIMING : HEAD'
4058
4059 end
4060
4061 end
4062
4063 end)
4064
4065
4066
4067 game:GetService('RunService').RenderStepped:connect(function()
4068
4069 if ENABLED then
4070
4071 local TARGET = GetNearestPlayerToMouse()
4072
4073 if (TARGET ~= false) then
4074
4075 local AIM = TARGET.Character:FindFirstChild(_G.AIM_AT)
4076
4077 if AIM then
4078
4079 CC.CoordinateFrame = CFrame.new(CC.CoordinateFrame.p, AIM.CFrame.p)
4080
4081 end
4082
4083 GUI_TARGET.Text = 'AIMBOT : '.. TARGET.Name:sub(1, 5)
4084
4085 else
4086
4087 GUI_TARGET.Text = 'AIMBOT : OFF'
4088
4089 end
4090
4091 end
4092
4093 end)
4094
4095
4096
4097 repeat
4098
4099 wait()
4100
4101 if ESP_ENABLED == true then
4102
4103 FIND()
4104
4105 end
4106
4107 until ESP_ENABLED == false
4108
4109
4110
4111
4112
4113 wait()
4114
4115
4116
4117 _G.FREE_FOR_ALL = true
4118
4119
4120
4121 _G.BIND = 50 -- LEFT CTRL
4122
4123 _G.ESP_BIND = 52 -- LEFT ALT
4124
4125 end)
4126
4127
4128
4129 local plr = game.Players.LocalPlayer
4130
4131
4132
4133 plr:GetMouse().KeyDown:connect(function(KeyUp)
4134
4135 if KeyUp == "0" then
4136
4137 plr.Character.Humanoid.WalkSpeed = 35
4138
4139 end
4140
4141 end)
4142
4143
4144
4145 plr:GetMouse().KeyUp:connect(function(KeyUp)
4146
4147 if KeyUp == "0" then
4148
4149 plr.Character.Humanoid.WalkSpeed = 16
4150
4151 end
4152
4153 end)
4154
4155 end
4156
4157
4158
4159 script.Parent.MouseButton1Click:connect(clicked)
4160
4161
4162
4163end
4164
4165coroutine.resume(coroutine.create(SCRIPT_VGNN78_FAKESCRIPT))
4166
4167function SCRIPT_PYSD77_FAKESCRIPT() -- TextButton_3.LocalScript
4168
4169 getfenv().script = Instance.new('LocalScript', TextButton_3)
4170
4171
4172
4173 function clicked()
4174
4175 local antiafk = false
4176
4177
4178
4179 local AntiAFKKickGUI = Instance.new("ScreenGui")
4180
4181 local MainFrame = Instance.new("Frame")
4182
4183 local Button = Instance.new("TextButton")
4184
4185 local Deco = Instance.new("TextLabel")
4186
4187
4188
4189 AntiAFKKickGUI.Name = "AntiAFKKickGUI"
4190
4191 AntiAFKKickGUI.Parent = game.CoreGui
4192
4193
4194
4195 MainFrame.Name = "MainFrame"
4196
4197 MainFrame.Parent = AntiAFKKickGUI
4198
4199 MainFrame.Active = true
4200
4201 MainFrame.BackgroundColor3 = Color3.new(0.596978, 0.436078, 0.996978)
4202
4203 MainFrame.BorderSizePixel = 0
4204
4205 MainFrame.Draggable = true
4206
4207 MainFrame.Position = UDim2.new(0.25, 0, 0.25, 0)
4208
4209 MainFrame.Size = UDim2.new(0.150000006, 0, 0.100000001, 0)
4210
4211
4212
4213 Button.Name = "Button"
4214
4215 Button.Parent = MainFrame
4216
4217 Button.BackgroundColor3 = Color3.new(0, 0, 0)
4218
4219 Button.BorderSizePixel = 0
4220
4221 Button.Position = UDim2.new(0.25, 0, 0.400000006, 0)
4222
4223 Button.Size = UDim2.new(0.5, 0, 0.400000006, 0)
4224
4225 Button.Font = Enum.Font.SourceSans
4226
4227 Button.FontSize = Enum.FontSize.Size14
4228
4229 Button.Text = "FUCK ITS OFF"
4230
4231 Button.TextColor3 = Color3.new(1, 0, 0)
4232
4233 Button.TextScaled = true
4234
4235 Button.TextSize = 14
4236
4237 Button.TextWrapped = true
4238
4239
4240
4241 Deco.Name = "Deco"
4242
4243 Deco.Parent = MainFrame
4244
4245 Deco.BackgroundColor3 = Color3.new(1, 1, 1)
4246
4247 Deco.BackgroundTransparency = 0.89999997615814
4248
4249 Deco.BorderSizePixel = 0
4250
4251 Deco.Size = UDim2.new(1, 0, 0.300000012, 0)
4252
4253 Deco.Font = Enum.Font.SourceSansBold
4254
4255 Deco.FontSize = Enum.FontSize.Size14
4256
4257 Deco.Text = "ANTI AFK"
4258
4259 Deco.TextColor3 = Color3.new(1, 1, 1)
4260
4261 Deco.TextScaled = true
4262
4263 Deco.TextSize = 14
4264
4265 Deco.TextWrapped = true
4266
4267
4268
4269 Button.MouseButton1Down:connect(function()
4270
4271 if antiafk == false then
4272
4273 antiafk = true
4274
4275 Button.TextColor3 = Color3.new(0, 1, 0)
4276
4277 Button.Text = "THAT SHIT ON"
4278
4279 else
4280
4281 antiafk = false
4282
4283 Button.TextColor3 = Color3.new(1, 0, 0)
4284
4285 Button.Text = "THAT SHIT OFF"
4286
4287 end
4288
4289 end)
4290
4291
4292
4293 spawn(function()
4294
4295 while true do
4296
4297 wait()
4298
4299 if antiafk == true then
4300
4301 wait(math.random(0.3,1))
4302
4303 local a = math.random(1,5)
4304
4305 if a == 1 then
4306
4307 keypress(0x57)
4308
4309 wait()
4310
4311 keyrelease(0x57)
4312
4313 end
4314
4315 if a == 2 then
4316
4317 keypress(0x53)
4318
4319 wait()
4320
4321 keyrelease(0x53)
4322
4323 end
4324
4325 if a == 3 then
4326
4327 keypress(0x44)
4328
4329 wait()
4330
4331 keyrelease(0x44)
4332
4333 end
4334
4335 if a == 4 then
4336
4337 keypress(0x41)
4338
4339 wait()
4340
4341 keyrelease(0x41)
4342
4343 end
4344
4345 if a == 5 then
4346
4347 --keypress(0x20)
4348
4349 wait() -- uncomment if you want to enable spacebar
4350
4351 --keyrelease(0x20)
4352
4353 end
4354
4355 end
4356
4357 end
4358
4359 end)
4360
4361 end
4362
4363
4364
4365 script.Parent.MouseButton1Click:connect(clicked)
4366
4367
4368
4369end
4370
4371coroutine.resume(coroutine.create(SCRIPT_PYSD77_FAKESCRIPT))
4372
4373function SCRIPT_XARK71_FAKESCRIPT() -- TextButton_4.LocalScript
4374
4375 getfenv().script = Instance.new('LocalScript', TextButton_4)
4376
4377
4378
4379 function clicked()
4380
4381 -- Credit to Timeless/xFunnieuss for the partial names/short names
4382
4383
4384
4385 -- Objects
4386
4387
4388
4389 local HyperTotal = Instance.new("ScreenGui")
4390
4391 local MainFrame = Instance.new("Frame")
4392
4393 local TopFrame = Instance.new("Frame")
4394
4395 local Title = Instance.new("TextLabel")
4396
4397 local EnterUsername = Instance.new("TextBox")
4398
4399 local CloseGUI = Instance.new("TextButton")
4400
4401 local CreditTXT = Instance.new("TextLabel")
4402
4403 local Sections = Instance.new("Frame")
4404
4405 local INTRO = Instance.new("Frame")
4406
4407 local FE_CHECK = Instance.new("TextLabel")
4408
4409 local Guide1 = Instance.new("TextLabel")
4410
4411 local Guide2 = Instance.new("TextLabel")
4412
4413 local Credit = Instance.new("TextLabel")
4414
4415 local RocketPropulsion = Instance.new("Frame")
4416
4417 local ROCKETPROPULSIONGUIDE = Instance.new("TextLabel")
4418
4419 local Push = Instance.new("TextButton")
4420
4421 local Flatten = Instance.new("TextButton")
4422
4423 local Float = Instance.new("TextButton")
4424
4425 local Max = Instance.new("TextButton")
4426
4427 local AimHead = Instance.new("TextButton")
4428
4429 local SlowAttract = Instance.new("TextButton")
4430
4431 local Experimental = Instance.new("TextButton")
4432
4433 local Multiple = Instance.new("TextButton")
4434
4435 local Teleportation = Instance.new("Frame")
4436
4437 local TELEPORTATIONGUIDE = Instance.new("TextLabel")
4438
4439 local TeleportTo = Instance.new("TextButton")
4440
4441 local LockOn = Instance.new("TextButton")
4442
4443 local LockArm = Instance.new("TextButton")
4444
4445 local LockLeg = Instance.new("TextButton")
4446
4447 local LockHead = Instance.new("TextButton")
4448
4449 local LockMax = Instance.new("TextButton")
4450
4451 local LockAbove = Instance.new("TextButton")
4452
4453 local Trail = Instance.new("TextButton")
4454
4455 local Tools = Instance.new("Frame")
4456
4457 local TOOLSGUIDE = Instance.new("TextLabel")
4458
4459 local Kill = Instance.new("TextButton")
4460
4461 local KillSurvive = Instance.new("TextButton")
4462
4463 local Attach = Instance.new("TextButton")
4464
4465 local Bring = Instance.new("TextButton")
4466
4467 local SuperSpin = Instance.new("TextButton")
4468
4469 local FreeFall = Instance.new("TextButton")
4470
4471 local AttachExperimental = Instance.new("TextButton")
4472
4473 local GiveTool = Instance.new("TextButton")
4474
4475 local Basic = Instance.new("Frame")
4476
4477 local BASICGUIDE = Instance.new("TextLabel")
4478
4479 local Speed = Instance.new("TextButton")
4480
4481 local JumpHeight = Instance.new("TextButton")
4482
4483 local Chat = Instance.new("TextButton")
4484
4485 local Spam = Instance.new("TextButton")
4486
4487 local Fly = Instance.new("TextButton")
4488
4489 local Noclip = Instance.new("TextButton")
4490
4491 local HipHeight = Instance.new("TextButton")
4492
4493 local STATCHANGE = Instance.new("TextBox")
4494
4495 local CHATBOX = Instance.new("TextBox")
4496
4497 local Local_Player = Instance.new("Frame")
4498
4499 local Local_PlayerGUIDE = Instance.new("TextLabel")
4500
4501 local CrazySpin = Instance.new("TextButton")
4502
4503 local CrouchRocket = Instance.new("TextButton")
4504
4505 local Haunted = Instance.new("TextButton")
4506
4507 local CloneIllusion = Instance.new("TextButton")
4508
4509 local Levitate = Instance.new("TextButton")
4510
4511 local Dinosaur = Instance.new("TextButton")
4512
4513 local Glitchy = Instance.new("TextButton")
4514
4515 local NoLimbs = Instance.new("TextButton")
4516
4517 local Animations = Instance.new("Frame")
4518
4519 local ANIMATIONSGUIDE = Instance.new("TextLabel")
4520
4521 local _18 = Instance.new("TextButton")
4522
4523 local Hide = Instance.new("TextButton")
4524
4525 local PushLock = Instance.new("TextButton")
4526
4527 local SlamOn = Instance.new("TextButton")
4528
4529 local LevitateOn = Instance.new("TextButton")
4530
4531 local Dance = Instance.new("TextButton")
4532
4533 local ExperimentalAnimation = Instance.new("TextButton")
4534
4535 local Carpet = Instance.new("TextButton")
4536
4537 local Extra = Instance.new("Frame")
4538
4539 local EXTRAGUIDE = Instance.new("TextLabel")
4540
4541 local Sit = Instance.new("TextButton")
4542
4543 local Jump = Instance.new("TextButton")
4544
4545 local PlatformStand = Instance.new("TextButton")
4546
4547 local Freeze = Instance.new("TextButton")
4548
4549 local Insane = Instance.new("TextButton")
4550
4551 local TPVoid = Instance.new("TextButton")
4552
4553 local Unknown = Instance.new("TextButton")
4554
4555 local Reset = Instance.new("TextButton")
4556
4557 local SelectTabs = Instance.new("ScrollingFrame")
4558
4559 local RocketPropulsionTAB = Instance.new("TextButton")
4560
4561 local TeleportationTAB = Instance.new("TextButton")
4562
4563 local ToolsTAB = Instance.new("TextButton")
4564
4565 local AnimationsTAB = Instance.new("TextButton")
4566
4567 local BasicTAB = Instance.new("TextButton")
4568
4569 local Local_PlayerTAB = Instance.new("TextButton")
4570
4571 local ExtraTAB = Instance.new("TextButton")
4572
4573 local SideTopFrame = Instance.new("Frame")
4574
4575 local SideTitle = Instance.new("TextLabel")
4576
4577 local OpenGUI = Instance.new("TextButton")
4578
4579 local SideCreditTXT = Instance.new("TextLabel")
4580
4581 local SideFrame = Instance.new("Frame")
4582
4583 local BrickFrame = Instance.new("Frame")
4584
4585
4586
4587 -- Properties
4588
4589
4590
4591 HyperTotal.Name = "HyperTotal"
4592
4593 HyperTotal.Parent = game.CoreGui
4594
4595
4596
4597 MainFrame.Name = "MainFrame"
4598
4599 MainFrame.Parent = HyperTotal
4600
4601 MainFrame.Active = true
4602
4603 MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
4604
4605 MainFrame.BackgroundTransparency = 1
4606
4607 MainFrame.Draggable = true
4608
4609 MainFrame.Position = UDim2.new(0.348623842, 0, 1, 0)
4610
4611 MainFrame.Size = UDim2.new(0, 350, 0, 270)
4612
4613
4614
4615 TopFrame.Name = "TopFrame"
4616
4617 TopFrame.Parent = MainFrame
4618
4619 TopFrame.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
4620
4621 TopFrame.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569)
4622
4623 TopFrame.BorderSizePixel = 2
4624
4625 TopFrame.Position = UDim2.new(-0.286500663, 0, 0, 0)
4626
4627 TopFrame.Size = UDim2.new(0, 450, 0, 40)
4628
4629 TopFrame.ZIndex = 9
4630
4631
4632
4633 Title.Name = "Title"
4634
4635 Title.Parent = TopFrame
4636
4637 Title.BackgroundColor3 = Color3.new(1, 1, 1)
4638
4639 Title.BackgroundTransparency = 1
4640
4641 Title.Position = UDim2.new(0.356534153, 0, 0, 0)
4642
4643 Title.Size = UDim2.new(0, 150, 0, 40)
4644
4645 Title.ZIndex = 10
4646
4647 Title.Font = Enum.Font.SourceSansItalic
4648
4649 Title.FontSize = Enum.FontSize.Size36
4650
4651 Title.Text = "HyperTotal"
4652
4653 Title.TextColor3 = Color3.new(0.933333, 0.670588, 0.0509804)
4654
4655 Title.TextSize = 35
4656
4657 Title.TextWrapped = true
4658
4659
4660
4661 EnterUsername.Name = "EnterUsername"
4662
4663 EnterUsername.Parent = TopFrame
4664
4665 EnterUsername.BackgroundColor3 = Color3.new(1, 1, 1)
4666
4667 EnterUsername.BorderColor3 = Color3.new(0.968628, 0.698039, 0.0588235)
4668
4669 EnterUsername.BorderSizePixel = 2
4670
4671 EnterUsername.Position = UDim2.new(0.0199999996, 0, 0.200000003, 0)
4672
4673 EnterUsername.Size = UDim2.new(0, 120, 0, 24)
4674
4675 EnterUsername.ZIndex = 10
4676
4677 EnterUsername.Font = Enum.Font.SourceSans
4678
4679 EnterUsername.FontSize = Enum.FontSize.Size14
4680
4681 EnterUsername.Text = ""
4682
4683 EnterUsername.TextScaled = true
4684
4685 EnterUsername.TextSize = 14
4686
4687 EnterUsername.TextWrapped = true
4688
4689
4690
4691 CloseGUI.Name = "CloseGUI"
4692
4693 CloseGUI.Parent = TopFrame
4694
4695 CloseGUI.BackgroundColor3 = Color3.new(1, 1, 1)
4696
4697 CloseGUI.BackgroundTransparency = 1
4698
4699 CloseGUI.Position = UDim2.new(0.913618803, 0, 0, 0)
4700
4701 CloseGUI.Size = UDim2.new(0, 40, 0, 40)
4702
4703 CloseGUI.ZIndex = 10
4704
4705 CloseGUI.Font = Enum.Font.SourceSansBold
4706
4707 CloseGUI.FontSize = Enum.FontSize.Size60
4708
4709 CloseGUI.Text = "X"
4710
4711 CloseGUI.TextColor3 = Color3.new(1, 0.631373, 0.109804)
4712
4713 CloseGUI.TextSize = 50
4714
4715 CloseGUI.TextWrapped = true
4716
4717
4718
4719 CreditTXT.Name = "CreditTXT"
4720
4721 CreditTXT.Parent = TopFrame
4722
4723 CreditTXT.BackgroundColor3 = Color3.new(1, 1, 1)
4724
4725 CreditTXT.BackgroundTransparency = 1
4726
4727 CreditTXT.Position = UDim2.new(0.690784931, 0, 0.250416666, 0)
4728
4729 CreditTXT.Rotation = -17
4730
4731 CreditTXT.Size = UDim2.new(0, 90, 0, 20)
4732
4733 CreditTXT.ZIndex = 10
4734
4735 CreditTXT.Font = Enum.Font.SourceSansItalic
4736
4737 CreditTXT.FontSize = Enum.FontSize.Size24
4738
4739 CreditTXT.Text = "illremember"
4740
4741 CreditTXT.TextColor3 = Color3.new(0.933333, 0.819608, 0.737255)
4742
4743 CreditTXT.TextSize = 20
4744
4745 CreditTXT.TextWrapped = true
4746
4747
4748
4749 Sections.Name = "Sections"
4750
4751 Sections.Parent = MainFrame
4752
4753 Sections.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
4754
4755 Sections.BackgroundTransparency = 1
4756
4757 Sections.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569)
4758
4759 Sections.BorderSizePixel = 2
4760
4761 Sections.Position = UDim2.new(0, 0, 0.148395061, 0)
4762
4763 Sections.Size = UDim2.new(0, 350, 0, 230)
4764
4765
4766
4767 INTRO.Name = "INTRO"
4768
4769 INTRO.Parent = Sections
4770
4771 INTRO.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
4772
4773 INTRO.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569)
4774
4775 INTRO.BorderSizePixel = 2
4776
4777 INTRO.Size = UDim2.new(0, 350, 0, 230)
4778
4779
4780
4781 FE_CHECK.Name = "FE_CHECK"
4782
4783 FE_CHECK.Parent = INTRO
4784
4785 FE_CHECK.BackgroundColor3 = Color3.new(1, 1, 1)
4786
4787 FE_CHECK.BackgroundTransparency = 1
4788
4789 FE_CHECK.Position = UDim2.new(0.0286500659, 0, 0.0435507223, 0)
4790
4791 FE_CHECK.Size = UDim2.new(0, 332, 0, 50)
4792
4793 FE_CHECK.Font = Enum.Font.ArialBold
4794
4795 FE_CHECK.FontSize = Enum.FontSize.Size14
4796
4797 FE_CHECK.Text = "Error loading FE Checker"
4798
4799 FE_CHECK.TextScaled = true
4800
4801 FE_CHECK.TextSize = 14
4802
4803 FE_CHECK.TextWrapped = true
4804
4805
4806
4807 Guide1.Name = "Guide1"
4808
4809 Guide1.Parent = INTRO
4810
4811 Guide1.BackgroundColor3 = Color3.new(1, 1, 1)
4812
4813 Guide1.BackgroundTransparency = 1
4814
4815 Guide1.Position = UDim2.new(0.0286500659, 0, 0.653260887, 0)
4816
4817 Guide1.Size = UDim2.new(0, 332, 0, 80)
4818
4819 Guide1.Font = Enum.Font.ArialBold
4820
4821 Guide1.FontSize = Enum.FontSize.Size14
4822
4823 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."
4824
4825 Guide1.TextScaled = true
4826
4827 Guide1.TextSize = 14
4828
4829 Guide1.TextStrokeColor3 = Color3.new(0.831373, 0.831373, 0.831373)
4830
4831 Guide1.TextStrokeTransparency = 0.5
4832
4833 Guide1.TextWrapped = true
4834
4835
4836
4837 Guide2.Name = "Guide2"
4838
4839 Guide2.Parent = INTRO
4840
4841 Guide2.BackgroundColor3 = Color3.new(1, 1, 1)
4842
4843 Guide2.BackgroundTransparency = 1
4844
4845 Guide2.Position = UDim2.new(0.0286500659, 0, 0.217753619, 0)
4846
4847 Guide2.Size = UDim2.new(0, 332, 0, 50)
4848
4849 Guide2.Font = Enum.Font.ArialBold
4850
4851 Guide2.FontSize = Enum.FontSize.Size14
4852
4853 Guide2.Text = "This GUI is dedicated to exploiting FE Sections, affecting yourself and others"
4854
4855 Guide2.TextScaled = true
4856
4857 Guide2.TextSize = 14
4858
4859 Guide2.TextStrokeColor3 = Color3.new(1, 0.658824, 0.0666667)
4860
4861 Guide2.TextStrokeTransparency = 0
4862
4863 Guide2.TextWrapped = true
4864
4865
4866
4867 Credit.Name = "Credit"
4868
4869 Credit.Parent = INTRO
4870
4871 Credit.BackgroundColor3 = Color3.new(1, 1, 1)
4872
4873 Credit.BackgroundTransparency = 1
4874
4875 Credit.Position = UDim2.new(0.0286500659, 0, 0.435507238, 0)
4876
4877 Credit.Size = UDim2.new(0, 332, 0, 50)
4878
4879 Credit.Font = Enum.Font.ArialBold
4880
4881 Credit.FontSize = Enum.FontSize.Size14
4882
4883 Credit.Text = "By illremember"
4884
4885 Credit.TextColor3 = Color3.new(0.92549, 0.607843, 0.0901961)
4886
4887 Credit.TextScaled = true
4888
4889 Credit.TextSize = 14
4890
4891 Credit.TextStrokeColor3 = Color3.new(1, 0.658824, 0.0666667)
4892
4893 Credit.TextWrapped = true
4894
4895
4896
4897 RocketPropulsion.Name = "RocketPropulsion"
4898
4899 RocketPropulsion.Parent = Sections
4900
4901 RocketPropulsion.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
4902
4903 RocketPropulsion.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569)
4904
4905 RocketPropulsion.BorderSizePixel = 2
4906
4907 RocketPropulsion.Size = UDim2.new(0, 350, 0, 230)
4908
4909 RocketPropulsion.Visible = false
4910
4911
4912
4913 ROCKETPROPULSIONGUIDE.Name = "ROCKETPROPULSIONGUIDE"
4914
4915 ROCKETPROPULSIONGUIDE.Parent = RocketPropulsion
4916
4917 ROCKETPROPULSIONGUIDE.BackgroundColor3 = Color3.new(1, 1, 1)
4918
4919 ROCKETPROPULSIONGUIDE.BackgroundTransparency = 1
4920
4921 ROCKETPROPULSIONGUIDE.Position = UDim2.new(0.0286500659, 0, 0.0435507223, 0)
4922
4923 ROCKETPROPULSIONGUIDE.Size = UDim2.new(0, 332, 0, 35)
4924
4925 ROCKETPROPULSIONGUIDE.Font = Enum.Font.ArialBold
4926
4927 ROCKETPROPULSIONGUIDE.FontSize = Enum.FontSize.Size14
4928
4929 ROCKETPROPULSIONGUIDE.Text = "Fling and push others, works best in a group of people."
4930
4931 ROCKETPROPULSIONGUIDE.TextScaled = true
4932
4933 ROCKETPROPULSIONGUIDE.TextSize = 14
4934
4935 ROCKETPROPULSIONGUIDE.TextStrokeColor3 = Color3.new(1, 0.658824, 0.0666667)
4936
4937 ROCKETPROPULSIONGUIDE.TextStrokeTransparency = 0
4938
4939 ROCKETPROPULSIONGUIDE.TextWrapped = true
4940
4941
4942
4943 Push.Name = "Push"
4944
4945 Push.Parent = RocketPropulsion
4946
4947 Push.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
4948
4949 Push.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
4950
4951 Push.Position = UDim2.new(0.0286500659, 0, 0.261304349, 0)
4952
4953 Push.Size = UDim2.new(0, 140, 0, 25)
4954
4955 Push.Font = Enum.Font.SourceSans
4956
4957 Push.FontSize = Enum.FontSize.Size14
4958
4959 Push.Text = "Push"
4960
4961 Push.TextScaled = true
4962
4963 Push.TextSize = 14
4964
4965 Push.TextWrapped = true
4966
4967
4968
4969 Flatten.Name = "Flatten"
4970
4971 Flatten.Parent = RocketPropulsion
4972
4973 Flatten.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
4974
4975 Flatten.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
4976
4977 Flatten.Position = UDim2.new(0.54435122, 0, 0.261304349, 0)
4978
4979 Flatten.Size = UDim2.new(0, 140, 0, 25)
4980
4981 Flatten.Font = Enum.Font.SourceSans
4982
4983 Flatten.FontSize = Enum.FontSize.Size14
4984
4985 Flatten.Text = "Flatten"
4986
4987 Flatten.TextScaled = true
4988
4989 Flatten.TextSize = 14
4990
4991 Flatten.TextWrapped = true
4992
4993
4994
4995 Float.Name = "Float"
4996
4997 Float.Parent = RocketPropulsion
4998
4999 Float.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5000
5001 Float.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5002
5003 Float.Position = UDim2.new(0.54435122, 0, 0.435507238, 0)
5004
5005 Float.Size = UDim2.new(0, 140, 0, 25)
5006
5007 Float.Font = Enum.Font.SourceSans
5008
5009 Float.FontSize = Enum.FontSize.Size14
5010
5011 Float.Text = "Float"
5012
5013 Float.TextScaled = true
5014
5015 Float.TextSize = 14
5016
5017 Float.TextWrapped = true
5018
5019
5020
5021 Max.Name = "Max"
5022
5023 Max.Parent = RocketPropulsion
5024
5025 Max.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5026
5027 Max.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5028
5029 Max.Position = UDim2.new(0.0286500659, 0, 0.435507238, 0)
5030
5031 Max.Size = UDim2.new(0, 140, 0, 25)
5032
5033 Max.Font = Enum.Font.SourceSans
5034
5035 Max.FontSize = Enum.FontSize.Size14
5036
5037 Max.Text = "Max"
5038
5039 Max.TextScaled = true
5040
5041 Max.TextSize = 14
5042
5043 Max.TextWrapped = true
5044
5045
5046
5047 AimHead.Name = "AimHead"
5048
5049 AimHead.Parent = RocketPropulsion
5050
5051 AimHead.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5052
5053 AimHead.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5054
5055 AimHead.Position = UDim2.new(0.0286500659, 0, 0.609710157, 0)
5056
5057 AimHead.Size = UDim2.new(0, 140, 0, 25)
5058
5059 AimHead.Font = Enum.Font.SourceSans
5060
5061 AimHead.FontSize = Enum.FontSize.Size14
5062
5063 AimHead.Text = "AimHead"
5064
5065 AimHead.TextScaled = true
5066
5067 AimHead.TextSize = 14
5068
5069 AimHead.TextWrapped = true
5070
5071
5072
5073 SlowAttract.Name = "SlowAttract"
5074
5075 SlowAttract.Parent = RocketPropulsion
5076
5077 SlowAttract.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5078
5079 SlowAttract.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5080
5081 SlowAttract.Position = UDim2.new(0.54435122, 0, 0.609710157, 0)
5082
5083 SlowAttract.Size = UDim2.new(0, 140, 0, 25)
5084
5085 SlowAttract.Font = Enum.Font.SourceSans
5086
5087 SlowAttract.FontSize = Enum.FontSize.Size14
5088
5089 SlowAttract.Text = "SlowAttract"
5090
5091 SlowAttract.TextScaled = true
5092
5093 SlowAttract.TextSize = 14
5094
5095 SlowAttract.TextWrapped = true
5096
5097
5098
5099 Experimental.Name = "Experimental"
5100
5101 Experimental.Parent = RocketPropulsion
5102
5103 Experimental.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5104
5105 Experimental.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5106
5107 Experimental.Position = UDim2.new(0.54435122, 0, 0.783913076, 0)
5108
5109 Experimental.Size = UDim2.new(0, 140, 0, 25)
5110
5111 Experimental.Font = Enum.Font.SourceSans
5112
5113 Experimental.FontSize = Enum.FontSize.Size14
5114
5115 Experimental.Text = "Experimental"
5116
5117 Experimental.TextScaled = true
5118
5119 Experimental.TextSize = 14
5120
5121 Experimental.TextWrapped = true
5122
5123
5124
5125 Multiple.Name = "Multiple"
5126
5127 Multiple.Parent = RocketPropulsion
5128
5129 Multiple.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5130
5131 Multiple.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5132
5133 Multiple.Position = UDim2.new(0.0286500659, 0, 0.783913076, 0)
5134
5135 Multiple.Size = UDim2.new(0, 140, 0, 25)
5136
5137 Multiple.Font = Enum.Font.SourceSans
5138
5139 Multiple.FontSize = Enum.FontSize.Size14
5140
5141 Multiple.Text = "Multiple"
5142
5143 Multiple.TextScaled = true
5144
5145 Multiple.TextSize = 14
5146
5147 Multiple.TextWrapped = true
5148
5149
5150
5151 Teleportation.Name = "Teleportation"
5152
5153 Teleportation.Parent = Sections
5154
5155 Teleportation.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
5156
5157 Teleportation.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569)
5158
5159 Teleportation.BorderSizePixel = 2
5160
5161 Teleportation.Size = UDim2.new(0, 350, 0, 230)
5162
5163 Teleportation.Visible = false
5164
5165
5166
5167 TELEPORTATIONGUIDE.Name = "TELEPORTATIONGUIDE"
5168
5169 TELEPORTATIONGUIDE.Parent = Teleportation
5170
5171 TELEPORTATIONGUIDE.BackgroundColor3 = Color3.new(1, 1, 1)
5172
5173 TELEPORTATIONGUIDE.BackgroundTransparency = 1
5174
5175 TELEPORTATIONGUIDE.Position = UDim2.new(0.0286500659, 0, 0.0435507223, 0)
5176
5177 TELEPORTATIONGUIDE.Size = UDim2.new(0, 332, 0, 35)
5178
5179 TELEPORTATIONGUIDE.Font = Enum.Font.ArialBold
5180
5181 TELEPORTATIONGUIDE.FontSize = Enum.FontSize.Size14
5182
5183 TELEPORTATIONGUIDE.Text = "Teleport to and annoy other players."
5184
5185 TELEPORTATIONGUIDE.TextScaled = true
5186
5187 TELEPORTATIONGUIDE.TextSize = 14
5188
5189 TELEPORTATIONGUIDE.TextStrokeColor3 = Color3.new(1, 0.658824, 0.0666667)
5190
5191 TELEPORTATIONGUIDE.TextStrokeTransparency = 0
5192
5193 TELEPORTATIONGUIDE.TextWrapped = true
5194
5195
5196
5197 TeleportTo.Name = "TeleportTo"
5198
5199 TeleportTo.Parent = Teleportation
5200
5201 TeleportTo.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5202
5203 TeleportTo.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5204
5205 TeleportTo.Position = UDim2.new(0.0286500659, 0, 0.261304349, 0)
5206
5207 TeleportTo.Size = UDim2.new(0, 140, 0, 25)
5208
5209 TeleportTo.Font = Enum.Font.SourceSans
5210
5211 TeleportTo.FontSize = Enum.FontSize.Size14
5212
5213 TeleportTo.Text = "Teleport To"
5214
5215 TeleportTo.TextScaled = true
5216
5217 TeleportTo.TextSize = 14
5218
5219 TeleportTo.TextWrapped = true
5220
5221
5222
5223 LockOn.Name = "LockOn"
5224
5225 LockOn.Parent = Teleportation
5226
5227 LockOn.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5228
5229 LockOn.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5230
5231 LockOn.Position = UDim2.new(0.54435122, 0, 0.261304349, 0)
5232
5233 LockOn.Size = UDim2.new(0, 140, 0, 25)
5234
5235 LockOn.Font = Enum.Font.SourceSans
5236
5237 LockOn.FontSize = Enum.FontSize.Size14
5238
5239 LockOn.Text = "Lock On"
5240
5241 LockOn.TextScaled = true
5242
5243 LockOn.TextSize = 14
5244
5245 LockOn.TextWrapped = true
5246
5247
5248
5249 LockArm.Name = "LockArm"
5250
5251 LockArm.Parent = Teleportation
5252
5253 LockArm.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5254
5255 LockArm.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5256
5257 LockArm.Position = UDim2.new(0.54435122, 0, 0.435507238, 0)
5258
5259 LockArm.Size = UDim2.new(0, 140, 0, 25)
5260
5261 LockArm.Font = Enum.Font.SourceSans
5262
5263 LockArm.FontSize = Enum.FontSize.Size14
5264
5265 LockArm.Text = "Lock Arm"
5266
5267 LockArm.TextScaled = true
5268
5269 LockArm.TextSize = 14
5270
5271 LockArm.TextWrapped = true
5272
5273
5274
5275 LockLeg.Name = "LockLeg"
5276
5277 LockLeg.Parent = Teleportation
5278
5279 LockLeg.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5280
5281 LockLeg.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5282
5283 LockLeg.Position = UDim2.new(0.0286500659, 0, 0.435507238, 0)
5284
5285 LockLeg.Size = UDim2.new(0, 140, 0, 25)
5286
5287 LockLeg.Font = Enum.Font.SourceSans
5288
5289 LockLeg.FontSize = Enum.FontSize.Size14
5290
5291 LockLeg.Text = "Lock Leg"
5292
5293 LockLeg.TextScaled = true
5294
5295 LockLeg.TextSize = 14
5296
5297 LockLeg.TextWrapped = true
5298
5299
5300
5301 LockHead.Name = "LockHead"
5302
5303 LockHead.Parent = Teleportation
5304
5305 LockHead.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5306
5307 LockHead.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5308
5309 LockHead.Position = UDim2.new(0.0286500659, 0, 0.609710157, 0)
5310
5311 LockHead.Size = UDim2.new(0, 140, 0, 25)
5312
5313 LockHead.Font = Enum.Font.SourceSans
5314
5315 LockHead.FontSize = Enum.FontSize.Size14
5316
5317 LockHead.Text = "LockHead"
5318
5319 LockHead.TextScaled = true
5320
5321 LockHead.TextSize = 14
5322
5323 LockHead.TextWrapped = true
5324
5325
5326
5327 LockMax.Name = "LockMax"
5328
5329 LockMax.Parent = Teleportation
5330
5331 LockMax.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5332
5333 LockMax.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5334
5335 LockMax.Position = UDim2.new(0.54435122, 0, 0.609710157, 0)
5336
5337 LockMax.Size = UDim2.new(0, 140, 0, 25)
5338
5339 LockMax.Font = Enum.Font.SourceSans
5340
5341 LockMax.FontSize = Enum.FontSize.Size14
5342
5343 LockMax.Text = "Lock Max"
5344
5345 LockMax.TextScaled = true
5346
5347 LockMax.TextSize = 14
5348
5349 LockMax.TextWrapped = true
5350
5351
5352
5353 LockAbove.Name = "LockAbove"
5354
5355 LockAbove.Parent = Teleportation
5356
5357 LockAbove.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5358
5359 LockAbove.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5360
5361 LockAbove.Position = UDim2.new(0.54435122, 0, 0.783913076, 0)
5362
5363 LockAbove.Size = UDim2.new(0, 140, 0, 25)
5364
5365 LockAbove.Font = Enum.Font.SourceSans
5366
5367 LockAbove.FontSize = Enum.FontSize.Size14
5368
5369 LockAbove.Text = "Lock Above"
5370
5371 LockAbove.TextScaled = true
5372
5373 LockAbove.TextSize = 14
5374
5375 LockAbove.TextWrapped = true
5376
5377
5378
5379 Trail.Name = "Trail"
5380
5381 Trail.Parent = Teleportation
5382
5383 Trail.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5384
5385 Trail.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5386
5387 Trail.Position = UDim2.new(0.0286500659, 0, 0.783913076, 0)
5388
5389 Trail.Size = UDim2.new(0, 140, 0, 25)
5390
5391 Trail.Font = Enum.Font.SourceSans
5392
5393 Trail.FontSize = Enum.FontSize.Size14
5394
5395 Trail.Text = "Trail"
5396
5397 Trail.TextScaled = true
5398
5399 Trail.TextSize = 14
5400
5401 Trail.TextWrapped = true
5402
5403
5404
5405 Tools.Name = "Tools"
5406
5407 Tools.Parent = Sections
5408
5409 Tools.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
5410
5411 Tools.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569)
5412
5413 Tools.BorderSizePixel = 2
5414
5415 Tools.Size = UDim2.new(0, 350, 0, 230)
5416
5417 Tools.Visible = false
5418
5419
5420
5421 TOOLSGUIDE.Name = "TOOLSGUIDE"
5422
5423 TOOLSGUIDE.Parent = Tools
5424
5425 TOOLSGUIDE.BackgroundColor3 = Color3.new(1, 1, 1)
5426
5427 TOOLSGUIDE.BackgroundTransparency = 1
5428
5429 TOOLSGUIDE.Position = UDim2.new(0.0286500659, 0, 0.0435507223, 0)
5430
5431 TOOLSGUIDE.Size = UDim2.new(0, 332, 0, 35)
5432
5433 TOOLSGUIDE.Font = Enum.Font.ArialBold
5434
5435 TOOLSGUIDE.FontSize = Enum.FontSize.Size14
5436
5437 TOOLSGUIDE.Text = "Do cool commands on others, as long as you have tools in your inventory."
5438
5439 TOOLSGUIDE.TextScaled = true
5440
5441 TOOLSGUIDE.TextSize = 14
5442
5443 TOOLSGUIDE.TextStrokeColor3 = Color3.new(1, 0.658824, 0.0666667)
5444
5445 TOOLSGUIDE.TextStrokeTransparency = 0
5446
5447 TOOLSGUIDE.TextWrapped = true
5448
5449
5450
5451 Kill.Name = "Kill"
5452
5453 Kill.Parent = Tools
5454
5455 Kill.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5456
5457 Kill.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5458
5459 Kill.Position = UDim2.new(0.0286500659, 0, 0.261304349, 0)
5460
5461 Kill.Size = UDim2.new(0, 140, 0, 25)
5462
5463 Kill.Font = Enum.Font.SourceSans
5464
5465 Kill.FontSize = Enum.FontSize.Size14
5466
5467 Kill.Text = "Kill"
5468
5469 Kill.TextScaled = true
5470
5471 Kill.TextSize = 14
5472
5473 Kill.TextWrapped = true
5474
5475
5476
5477 KillSurvive.Name = "KillSurvive"
5478
5479 KillSurvive.Parent = Tools
5480
5481 KillSurvive.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5482
5483 KillSurvive.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5484
5485 KillSurvive.Position = UDim2.new(0.54435122, 0, 0.261304349, 0)
5486
5487 KillSurvive.Size = UDim2.new(0, 140, 0, 25)
5488
5489 KillSurvive.Font = Enum.Font.SourceSans
5490
5491 KillSurvive.FontSize = Enum.FontSize.Size14
5492
5493 KillSurvive.Text = "Kill Survive"
5494
5495 KillSurvive.TextScaled = true
5496
5497 KillSurvive.TextSize = 14
5498
5499 KillSurvive.TextWrapped = true
5500
5501
5502
5503 Attach.Name = "Attach"
5504
5505 Attach.Parent = Tools
5506
5507 Attach.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5508
5509 Attach.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5510
5511 Attach.Position = UDim2.new(0.54435122, 0, 0.435507238, 0)
5512
5513 Attach.Size = UDim2.new(0, 140, 0, 25)
5514
5515 Attach.Font = Enum.Font.SourceSans
5516
5517 Attach.FontSize = Enum.FontSize.Size14
5518
5519 Attach.Text = "Attach"
5520
5521 Attach.TextScaled = true
5522
5523 Attach.TextSize = 14
5524
5525 Attach.TextWrapped = true
5526
5527
5528
5529 Bring.Name = "Bring"
5530
5531 Bring.Parent = Tools
5532
5533 Bring.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5534
5535 Bring.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5536
5537 Bring.Position = UDim2.new(0.0286500659, 0, 0.435507238, 0)
5538
5539 Bring.Size = UDim2.new(0, 140, 0, 25)
5540
5541 Bring.Font = Enum.Font.SourceSans
5542
5543 Bring.FontSize = Enum.FontSize.Size14
5544
5545 Bring.Text = "Bring"
5546
5547 Bring.TextScaled = true
5548
5549 Bring.TextSize = 14
5550
5551 Bring.TextWrapped = true
5552
5553
5554
5555 SuperSpin.Name = "SuperSpin"
5556
5557 SuperSpin.Parent = Tools
5558
5559 SuperSpin.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5560
5561 SuperSpin.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5562
5563 SuperSpin.Position = UDim2.new(0.0286500659, 0, 0.609710157, 0)
5564
5565 SuperSpin.Size = UDim2.new(0, 140, 0, 25)
5566
5567 SuperSpin.Font = Enum.Font.SourceSans
5568
5569 SuperSpin.FontSize = Enum.FontSize.Size14
5570
5571 SuperSpin.Text = "Super Spin"
5572
5573 SuperSpin.TextScaled = true
5574
5575 SuperSpin.TextSize = 14
5576
5577 SuperSpin.TextWrapped = true
5578
5579
5580
5581 FreeFall.Name = "FreeFall"
5582
5583 FreeFall.Parent = Tools
5584
5585 FreeFall.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5586
5587 FreeFall.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5588
5589 FreeFall.Position = UDim2.new(0.54435122, 0, 0.609710157, 0)
5590
5591 FreeFall.Size = UDim2.new(0, 140, 0, 25)
5592
5593 FreeFall.Font = Enum.Font.SourceSans
5594
5595 FreeFall.FontSize = Enum.FontSize.Size14
5596
5597 FreeFall.Text = "Free Fall"
5598
5599 FreeFall.TextScaled = true
5600
5601 FreeFall.TextSize = 14
5602
5603 FreeFall.TextWrapped = true
5604
5605
5606
5607 AttachExperimental.Name = "AttachExperimental"
5608
5609 AttachExperimental.Parent = Tools
5610
5611 AttachExperimental.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5612
5613 AttachExperimental.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5614
5615 AttachExperimental.Position = UDim2.new(0.54435122, 0, 0.783913076, 0)
5616
5617 AttachExperimental.Size = UDim2.new(0, 140, 0, 25)
5618
5619 AttachExperimental.Font = Enum.Font.SourceSans
5620
5621 AttachExperimental.FontSize = Enum.FontSize.Size14
5622
5623 AttachExperimental.Text = "Attach Experimental"
5624
5625 AttachExperimental.TextScaled = true
5626
5627 AttachExperimental.TextSize = 14
5628
5629 AttachExperimental.TextWrapped = true
5630
5631
5632
5633 GiveTool.Name = "GiveTool"
5634
5635 GiveTool.Parent = Tools
5636
5637 GiveTool.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5638
5639 GiveTool.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5640
5641 GiveTool.Position = UDim2.new(0.0286500659, 0, 0.783913076, 0)
5642
5643 GiveTool.Size = UDim2.new(0, 140, 0, 25)
5644
5645 GiveTool.Font = Enum.Font.SourceSans
5646
5647 GiveTool.FontSize = Enum.FontSize.Size14
5648
5649 GiveTool.Text = "Give Tool"
5650
5651 GiveTool.TextScaled = true
5652
5653 GiveTool.TextSize = 14
5654
5655 GiveTool.TextWrapped = true
5656
5657
5658
5659 Basic.Name = "Basic"
5660
5661 Basic.Parent = Sections
5662
5663 Basic.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
5664
5665 Basic.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569)
5666
5667 Basic.BorderSizePixel = 2
5668
5669 Basic.Size = UDim2.new(0, 350, 0, 230)
5670
5671 Basic.Visible = false
5672
5673
5674
5675 BASICGUIDE.Name = "BASICGUIDE"
5676
5677 BASICGUIDE.Parent = Basic
5678
5679 BASICGUIDE.BackgroundColor3 = Color3.new(1, 1, 1)
5680
5681 BASICGUIDE.BackgroundTransparency = 1
5682
5683 BASICGUIDE.Position = UDim2.new(0.0286500659, 0, 0.0435507223, 0)
5684
5685 BASICGUIDE.Size = UDim2.new(0, 332, 0, 35)
5686
5687 BASICGUIDE.Font = Enum.Font.ArialBold
5688
5689 BASICGUIDE.FontSize = Enum.FontSize.Size14
5690
5691 BASICGUIDE.Text = "Change/alter your own player."
5692
5693 BASICGUIDE.TextScaled = true
5694
5695 BASICGUIDE.TextSize = 14
5696
5697 BASICGUIDE.TextStrokeColor3 = Color3.new(1, 0.658824, 0.0666667)
5698
5699 BASICGUIDE.TextStrokeTransparency = 0
5700
5701 BASICGUIDE.TextWrapped = true
5702
5703
5704
5705 Speed.Name = "Speed"
5706
5707 Speed.Parent = Basic
5708
5709 Speed.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5710
5711 Speed.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5712
5713 Speed.Position = UDim2.new(0.0286500659, 0, 0.348405778, 0)
5714
5715 Speed.Size = UDim2.new(0, 100, 0, 25)
5716
5717 Speed.Font = Enum.Font.SourceSans
5718
5719 Speed.FontSize = Enum.FontSize.Size14
5720
5721 Speed.Text = "Speed"
5722
5723 Speed.TextScaled = true
5724
5725 Speed.TextSize = 14
5726
5727 Speed.TextWrapped = true
5728
5729
5730
5731 JumpHeight.Name = "JumpHeight"
5732
5733 JumpHeight.Parent = Basic
5734
5735 JumpHeight.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5736
5737 JumpHeight.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5738
5739 JumpHeight.Position = UDim2.new(0.343800783, 0, 0.348405778, 0)
5740
5741 JumpHeight.Size = UDim2.new(0, 100, 0, 25)
5742
5743 JumpHeight.Font = Enum.Font.SourceSans
5744
5745 JumpHeight.FontSize = Enum.FontSize.Size14
5746
5747 JumpHeight.Text = "JumpHeight"
5748
5749 JumpHeight.TextScaled = true
5750
5751 JumpHeight.TextSize = 14
5752
5753 JumpHeight.TextWrapped = true
5754
5755
5756
5757 Chat.Name = "Chat"
5758
5759 Chat.Parent = Basic
5760
5761 Chat.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5762
5763 Chat.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5764
5765 Chat.Position = UDim2.new(0.0286500659, 0, 0.653260887, 0)
5766
5767 Chat.Size = UDim2.new(0, 140, 0, 25)
5768
5769 Chat.Font = Enum.Font.SourceSans
5770
5771 Chat.FontSize = Enum.FontSize.Size14
5772
5773 Chat.Text = "Chat"
5774
5775 Chat.TextScaled = true
5776
5777 Chat.TextSize = 14
5778
5779 Chat.TextWrapped = true
5780
5781
5782
5783 Spam.Name = "Spam"
5784
5785 Spam.Parent = Basic
5786
5787 Spam.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5788
5789 Spam.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5790
5791 Spam.Position = UDim2.new(0.54435122, 0, 0.653260887, 0)
5792
5793 Spam.Size = UDim2.new(0, 140, 0, 25)
5794
5795 Spam.Font = Enum.Font.SourceSans
5796
5797 Spam.FontSize = Enum.FontSize.Size14
5798
5799 Spam.Text = "Spam"
5800
5801 Spam.TextScaled = true
5802
5803 Spam.TextSize = 14
5804
5805 Spam.TextWrapped = true
5806
5807
5808
5809 Fly.Name = "Fly"
5810
5811 Fly.Parent = Basic
5812
5813 Fly.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5814
5815 Fly.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5816
5817 Fly.Position = UDim2.new(0.54435122, 0, 0.827463746, 0)
5818
5819 Fly.Size = UDim2.new(0, 140, 0, 25)
5820
5821 Fly.Font = Enum.Font.SourceSans
5822
5823 Fly.FontSize = Enum.FontSize.Size14
5824
5825 Fly.Text = "Fly"
5826
5827 Fly.TextScaled = true
5828
5829 Fly.TextSize = 14
5830
5831 Fly.TextWrapped = true
5832
5833
5834
5835 Noclip.Name = "Noclip"
5836
5837 Noclip.Parent = Basic
5838
5839 Noclip.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5840
5841 Noclip.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5842
5843 Noclip.Position = UDim2.new(0.0286500659, 0, 0.827463746, 0)
5844
5845 Noclip.Size = UDim2.new(0, 140, 0, 25)
5846
5847 Noclip.Font = Enum.Font.SourceSans
5848
5849 Noclip.FontSize = Enum.FontSize.Size14
5850
5851 Noclip.Text = "Noclip"
5852
5853 Noclip.TextScaled = true
5854
5855 Noclip.TextSize = 14
5856
5857 Noclip.TextWrapped = true
5858
5859
5860
5861 HipHeight.Name = "HipHeight"
5862
5863 HipHeight.Parent = Basic
5864
5865 HipHeight.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5866
5867 HipHeight.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5868
5869 HipHeight.Position = UDim2.new(0.658951521, 0, 0.348405778, 0)
5870
5871 HipHeight.Size = UDim2.new(0, 100, 0, 25)
5872
5873 HipHeight.Font = Enum.Font.SourceSans
5874
5875 HipHeight.FontSize = Enum.FontSize.Size14
5876
5877 HipHeight.Text = "HipHeight"
5878
5879 HipHeight.TextScaled = true
5880
5881 HipHeight.TextSize = 14
5882
5883 HipHeight.TextWrapped = true
5884
5885
5886
5887 STATCHANGE.Name = "STATCHANGE"
5888
5889 STATCHANGE.Parent = Basic
5890
5891 STATCHANGE.BackgroundColor3 = Color3.new(1, 1, 1)
5892
5893 STATCHANGE.BorderColor3 = Color3.new(0.968628, 0.698039, 0.0588235)
5894
5895 STATCHANGE.BorderSizePixel = 2
5896
5897 STATCHANGE.Position = UDim2.new(0.315150708, 0, 0.217753619, 0)
5898
5899 STATCHANGE.Size = UDim2.new(0, 120, 0, 18)
5900
5901 STATCHANGE.ZIndex = 3
5902
5903 STATCHANGE.Font = Enum.Font.SourceSans
5904
5905 STATCHANGE.FontSize = Enum.FontSize.Size14
5906
5907 STATCHANGE.Text = ""
5908
5909 STATCHANGE.TextScaled = true
5910
5911 STATCHANGE.TextSize = 14
5912
5913 STATCHANGE.TextWrapped = true
5914
5915
5916
5917 CHATBOX.Name = "CHATBOX"
5918
5919 CHATBOX.Parent = Basic
5920
5921 CHATBOX.BackgroundColor3 = Color3.new(1, 1, 1)
5922
5923 CHATBOX.BorderColor3 = Color3.new(0.968628, 0.698039, 0.0588235)
5924
5925 CHATBOX.BorderSizePixel = 2
5926
5927 CHATBOX.Position = UDim2.new(0.143250331, 0, 0.522608697, 0)
5928
5929 CHATBOX.Size = UDim2.new(0, 240, 0, 18)
5930
5931 CHATBOX.ZIndex = 3
5932
5933 CHATBOX.Font = Enum.Font.SourceSans
5934
5935 CHATBOX.FontSize = Enum.FontSize.Size14
5936
5937 CHATBOX.Text = ""
5938
5939 CHATBOX.TextScaled = true
5940
5941 CHATBOX.TextSize = 14
5942
5943 CHATBOX.TextWrapped = true
5944
5945
5946
5947 Local_Player.Name = "Local_Player"
5948
5949 Local_Player.Parent = Sections
5950
5951 Local_Player.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
5952
5953 Local_Player.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569)
5954
5955 Local_Player.BorderSizePixel = 2
5956
5957 Local_Player.Size = UDim2.new(0, 350, 0, 230)
5958
5959 Local_Player.Visible = false
5960
5961
5962
5963 Local_PlayerGUIDE.Name = "Local_PlayerGUIDE"
5964
5965 Local_PlayerGUIDE.Parent = Local_Player
5966
5967 Local_PlayerGUIDE.BackgroundColor3 = Color3.new(1, 1, 1)
5968
5969 Local_PlayerGUIDE.BackgroundTransparency = 1
5970
5971 Local_PlayerGUIDE.Position = UDim2.new(0.0286500659, 0, 0.0435507223, 0)
5972
5973 Local_PlayerGUIDE.Size = UDim2.new(0, 332, 0, 35)
5974
5975 Local_PlayerGUIDE.Font = Enum.Font.ArialBold
5976
5977 Local_PlayerGUIDE.FontSize = Enum.FontSize.Size14
5978
5979 Local_PlayerGUIDE.Text = "Perform cool tricks on yourself."
5980
5981 Local_PlayerGUIDE.TextScaled = true
5982
5983 Local_PlayerGUIDE.TextSize = 14
5984
5985 Local_PlayerGUIDE.TextStrokeColor3 = Color3.new(1, 0.658824, 0.0666667)
5986
5987 Local_PlayerGUIDE.TextStrokeTransparency = 0
5988
5989 Local_PlayerGUIDE.TextWrapped = true
5990
5991
5992
5993 CrazySpin.Name = "CrazySpin"
5994
5995 CrazySpin.Parent = Local_Player
5996
5997 CrazySpin.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5998
5999 CrazySpin.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
6000
6001 CrazySpin.Position = UDim2.new(0.0286500659, 0, 0.261304349, 0)
6002
6003 CrazySpin.Size = UDim2.new(0, 140, 0, 25)
6004
6005 CrazySpin.Font = Enum.Font.SourceSans
6006
6007 CrazySpin.FontSize = Enum.FontSize.Size14
6008
6009 CrazySpin.Text = "Crazy Spin"
6010
6011 CrazySpin.TextScaled = true
6012
6013 CrazySpin.TextSize = 14
6014
6015 CrazySpin.TextWrapped = true
6016
6017
6018
6019 CrouchRocket.Name = "CrouchRocket"
6020
6021 CrouchRocket.Parent = Local_Player
6022
6023 CrouchRocket.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
6024
6025 CrouchRocket.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
6026
6027 CrouchRocket.Position = UDim2.new(0.54435122, 0, 0.261304349, 0)
6028
6029 CrouchRocket.Size = UDim2.new(0, 140, 0, 25)
6030
6031 CrouchRocket.Font = Enum.Font.SourceSans
6032
6033 CrouchRocket.FontSize = Enum.FontSize.Size14
6034
6035 CrouchRocket.Text = "Crouch Rocket"
6036
6037 CrouchRocket.TextScaled = true
6038
6039 CrouchRocket.TextSize = 14
6040
6041 CrouchRocket.TextWrapped = true
6042
6043
6044
6045 Haunted.Name = "Haunted"
6046
6047 Haunted.Parent = Local_Player
6048
6049 Haunted.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
6050
6051 Haunted.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
6052
6053 Haunted.Position = UDim2.new(0.54435122, 0, 0.435507238, 0)
6054
6055 Haunted.Size = UDim2.new(0, 140, 0, 25)
6056
6057 Haunted.Font = Enum.Font.SourceSans
6058
6059 Haunted.FontSize = Enum.FontSize.Size14
6060
6061 Haunted.Text = "Haunted"
6062
6063 Haunted.TextScaled = true
6064
6065 Haunted.TextSize = 14
6066
6067 Haunted.TextWrapped = true
6068
6069
6070
6071 CloneIllusion.Name = "CloneIllusion"
6072
6073 CloneIllusion.Parent = Local_Player
6074
6075 CloneIllusion.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
6076
6077 CloneIllusion.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
6078
6079 CloneIllusion.Position = UDim2.new(0.0286500659, 0, 0.435507238, 0)
6080
6081 CloneIllusion.Size = UDim2.new(0, 140, 0, 25)
6082
6083 CloneIllusion.Font = Enum.Font.SourceSans
6084
6085 CloneIllusion.FontSize = Enum.FontSize.Size14
6086
6087 CloneIllusion.Text = "Clone Illusion"
6088
6089 CloneIllusion.TextScaled = true
6090
6091 CloneIllusion.TextSize = 14
6092
6093 CloneIllusion.TextWrapped = true
6094
6095
6096
6097 Levitate.Name = "Levitate"
6098
6099 Levitate.Parent = Local_Player
6100
6101 Levitate.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
6102
6103 Levitate.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
6104
6105 Levitate.Position = UDim2.new(0.0286500659, 0, 0.609710157, 0)
6106
6107 Levitate.Size = UDim2.new(0, 140, 0, 25)
6108
6109 Levitate.Font = Enum.Font.SourceSans
6110
6111 Levitate.FontSize = Enum.FontSize.Size14
6112
6113 Levitate.Text = "Levitate"
6114
6115 Levitate.TextScaled = true
6116
6117 Levitate.TextSize = 14
6118
6119 Levitate.TextWrapped = true
6120
6121
6122
6123 Dinosaur.Name = "Dinosaur"
6124
6125 Dinosaur.Parent = Local_Player
6126
6127 Dinosaur.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
6128
6129 Dinosaur.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
6130
6131 Dinosaur.Position = UDim2.new(0.54435122, 0, 0.609710157, 0)
6132
6133 Dinosaur.Size = UDim2.new(0, 140, 0, 25)
6134
6135 Dinosaur.Font = Enum.Font.SourceSans
6136
6137 Dinosaur.FontSize = Enum.FontSize.Size14
6138
6139 Dinosaur.Text = "Dinosaur"
6140
6141 Dinosaur.TextScaled = true
6142
6143 Dinosaur.TextSize = 14
6144
6145 Dinosaur.TextWrapped = true
6146
6147
6148
6149 Glitchy.Name = "Glitchy"
6150
6151 Glitchy.Parent = Local_Player
6152
6153 Glitchy.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
6154
6155 Glitchy.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
6156
6157 Glitchy.Position = UDim2.new(0.54435122, 0, 0.783913076, 0)
6158
6159 Glitchy.Size = UDim2.new(0, 140, 0, 25)
6160
6161 Glitchy.Font = Enum.Font.SourceSans
6162
6163 Glitchy.FontSize = Enum.FontSize.Size14
6164
6165 Glitchy.Text = "Glitchy"
6166
6167 Glitchy.TextScaled = true
6168
6169 Glitchy.TextSize = 14
6170
6171 Glitchy.TextWrapped = true
6172
6173
6174
6175 NoLimbs.Name = "NoLimbs"
6176
6177 NoLimbs.Parent = Local_Player
6178
6179 NoLimbs.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
6180
6181 NoLimbs.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
6182
6183 NoLimbs.Position = UDim2.new(0.0286500659, 0, 0.783913076, 0)
6184
6185 NoLimbs.Size = UDim2.new(0, 140, 0, 25)
6186
6187 NoLimbs.Font = Enum.Font.SourceSans
6188
6189 NoLimbs.FontSize = Enum.FontSize.Size14
6190
6191 NoLimbs.Text = "No Limbs"
6192
6193 NoLimbs.TextScaled = true
6194
6195 NoLimbs.TextSize = 14
6196
6197 NoLimbs.TextWrapped = true
6198
6199
6200
6201 Animations.Name = "Animations"
6202
6203 Animations.Parent = Sections
6204
6205 Animations.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
6206
6207 Animations.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569)
6208
6209 Animations.BorderSizePixel = 2
6210
6211 Animations.Size = UDim2.new(0, 350, 0, 230)
6212
6213 Animations.Visible = false
6214
6215
6216
6217 ANIMATIONSGUIDE.Name = "ANIMATIONSGUIDE"
6218
6219 ANIMATIONSGUIDE.Parent = Animations
6220
6221 ANIMATIONSGUIDE.BackgroundColor3 = Color3.new(1, 1, 1)
6222
6223 ANIMATIONSGUIDE.BackgroundTransparency = 1
6224
6225 ANIMATIONSGUIDE.Position = UDim2.new(0.0286500659, 0, 0.0435507223, 0)
6226
6227 ANIMATIONSGUIDE.Size = UDim2.new(0, 332, 0, 35)
6228
6229 ANIMATIONSGUIDE.Font = Enum.Font.ArialBold
6230
6231 ANIMATIONSGUIDE.FontSize = Enum.FontSize.Size14
6232
6233 ANIMATIONSGUIDE.Text = "Do cool commands with animations on others."
6234
6235 ANIMATIONSGUIDE.TextScaled = true
6236
6237 ANIMATIONSGUIDE.TextSize = 14
6238
6239 ANIMATIONSGUIDE.TextStrokeColor3 = Color3.new(1, 0.658824, 0.0666667)
6240
6241 ANIMATIONSGUIDE.TextStrokeTransparency = 0
6242
6243 ANIMATIONSGUIDE.TextWrapped = true
6244
6245
6246
6247 _18.Name = "18+"
6248
6249 _18.Parent = Animations
6250
6251 _18.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
6252
6253 _18.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
6254
6255 _18.Position = UDim2.new(0.0286500659, 0, 0.261304349, 0)
6256
6257 _18.Size = UDim2.new(0, 140, 0, 25)
6258
6259 _18.Font = Enum.Font.SourceSans
6260
6261 _18.FontSize = Enum.FontSize.Size14
6262
6263 _18.Text = "18+"
6264
6265 _18.TextScaled = true
6266
6267 _18.TextSize = 14
6268
6269 _18.TextWrapped = true
6270
6271
6272
6273 Hide.Name = "Hide"
6274
6275 Hide.Parent = Animations
6276
6277 Hide.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
6278
6279 Hide.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
6280
6281 Hide.Position = UDim2.new(0.54435122, 0, 0.261304349, 0)
6282
6283 Hide.Size = UDim2.new(0, 140, 0, 25)
6284
6285 Hide.Font = Enum.Font.SourceSans
6286
6287 Hide.FontSize = Enum.FontSize.Size14
6288
6289 Hide.Text = "Hide"
6290
6291 Hide.TextScaled = true
6292
6293 Hide.TextSize = 14
6294
6295 Hide.TextWrapped = true
6296
6297
6298
6299 PushLock.Name = "PushLock"
6300
6301 PushLock.Parent = Animations
6302
6303 PushLock.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
6304
6305 PushLock.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
6306
6307 PushLock.Position = UDim2.new(0.54435122, 0, 0.435507238, 0)
6308
6309 PushLock.Size = UDim2.new(0, 140, 0, 25)
6310
6311 PushLock.Font = Enum.Font.SourceSans
6312
6313 PushLock.FontSize = Enum.FontSize.Size14
6314
6315 PushLock.Text = "Push Lock"
6316
6317 PushLock.TextScaled = true
6318
6319 PushLock.TextSize = 14
6320
6321 PushLock.TextWrapped = true
6322
6323
6324
6325 SlamOn.Name = "SlamOn"
6326
6327 SlamOn.Parent = Animations
6328
6329 SlamOn.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
6330
6331 SlamOn.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
6332
6333 SlamOn.Position = UDim2.new(0.0286500659, 0, 0.435507238, 0)
6334
6335 SlamOn.Size = UDim2.new(0, 140, 0, 25)
6336
6337 SlamOn.Font = Enum.Font.SourceSans
6338
6339 SlamOn.FontSize = Enum.FontSize.Size14
6340
6341 SlamOn.Text = "Slam On"
6342
6343 SlamOn.TextScaled = true
6344
6345 SlamOn.TextSize = 14
6346
6347 SlamOn.TextWrapped = true
6348
6349
6350
6351 LevitateOn.Name = "LevitateOn"
6352
6353 LevitateOn.Parent = Animations
6354
6355 LevitateOn.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
6356
6357 LevitateOn.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
6358
6359 LevitateOn.Position = UDim2.new(0.0286500659, 0, 0.609710157, 0)
6360
6361 LevitateOn.Size = UDim2.new(0, 140, 0, 25)
6362
6363 LevitateOn.Font = Enum.Font.SourceSans
6364
6365 LevitateOn.FontSize = Enum.FontSize.Size14
6366
6367 LevitateOn.Text = "Levitate On"
6368
6369 LevitateOn.TextScaled = true
6370
6371 LevitateOn.TextSize = 14
6372
6373 LevitateOn.TextWrapped = true
6374
6375
6376
6377 Dance.Name = "Dance"
6378
6379 Dance.Parent = Animations
6380
6381 Dance.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
6382
6383 Dance.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
6384
6385 Dance.Position = UDim2.new(0.54435122, 0, 0.609710157, 0)
6386
6387 Dance.Size = UDim2.new(0, 140, 0, 25)
6388
6389 Dance.Font = Enum.Font.SourceSans
6390
6391 Dance.FontSize = Enum.FontSize.Size14
6392
6393 Dance.Text = "Dance"
6394
6395 Dance.TextScaled = true
6396
6397 Dance.TextSize = 14
6398
6399 Dance.TextWrapped = true
6400
6401
6402
6403 ExperimentalAnimation.Name = "ExperimentalAnimation"
6404
6405 ExperimentalAnimation.Parent = Animations
6406
6407 ExperimentalAnimation.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
6408
6409 ExperimentalAnimation.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
6410
6411 ExperimentalAnimation.Position = UDim2.new(0.54435122, 0, 0.783913076, 0)
6412
6413 ExperimentalAnimation.Size = UDim2.new(0, 140, 0, 25)
6414
6415 ExperimentalAnimation.Font = Enum.Font.SourceSans
6416
6417 ExperimentalAnimation.FontSize = Enum.FontSize.Size14
6418
6419 ExperimentalAnimation.Text = "Experimental Animation"
6420
6421 ExperimentalAnimation.TextScaled = true
6422
6423 ExperimentalAnimation.TextSize = 14
6424
6425 ExperimentalAnimation.TextWrapped = true
6426
6427
6428
6429 Carpet.Name = "Carpet"
6430
6431 Carpet.Parent = Animations
6432
6433 Carpet.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
6434
6435 Carpet.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
6436
6437 Carpet.Position = UDim2.new(0.0286500659, 0, 0.783913076, 0)
6438
6439 Carpet.Size = UDim2.new(0, 140, 0, 25)
6440
6441 Carpet.Font = Enum.Font.SourceSans
6442
6443 Carpet.FontSize = Enum.FontSize.Size14
6444
6445 Carpet.Text = "Carpet"
6446
6447 Carpet.TextScaled = true
6448
6449 Carpet.TextSize = 14
6450
6451 Carpet.TextWrapped = true
6452
6453
6454
6455 Extra.Name = "Extra"
6456
6457 Extra.Parent = Sections
6458
6459 Extra.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
6460
6461 Extra.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569)
6462
6463 Extra.BorderSizePixel = 2
6464
6465 Extra.Size = UDim2.new(0, 350, 0, 230)
6466
6467 Extra.Visible = false
6468
6469
6470
6471 EXTRAGUIDE.Name = "EXTRAGUIDE"
6472
6473 EXTRAGUIDE.Parent = Extra
6474
6475 EXTRAGUIDE.BackgroundColor3 = Color3.new(1, 1, 1)
6476
6477 EXTRAGUIDE.BackgroundTransparency = 1
6478
6479 EXTRAGUIDE.Position = UDim2.new(0.0286500659, 0, 0.0435507223, 0)
6480
6481 EXTRAGUIDE.Size = UDim2.new(0, 332, 0, 35)
6482
6483 EXTRAGUIDE.Font = Enum.Font.ArialBold
6484
6485 EXTRAGUIDE.FontSize = Enum.FontSize.Size14
6486
6487 EXTRAGUIDE.Text = "Extra commands for yourself."
6488
6489 EXTRAGUIDE.TextScaled = true
6490
6491 EXTRAGUIDE.TextSize = 14
6492
6493 EXTRAGUIDE.TextStrokeColor3 = Color3.new(1, 0.658824, 0.0666667)
6494
6495 EXTRAGUIDE.TextStrokeTransparency = 0
6496
6497 EXTRAGUIDE.TextWrapped = true
6498
6499
6500
6501 Sit.Name = "Sit"
6502
6503 Sit.Parent = Extra
6504
6505 Sit.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
6506
6507 Sit.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
6508
6509 Sit.Position = UDim2.new(0.0286500659, 0, 0.261304349, 0)
6510
6511 Sit.Size = UDim2.new(0, 140, 0, 25)
6512
6513 Sit.Font = Enum.Font.SourceSans
6514
6515 Sit.FontSize = Enum.FontSize.Size14
6516
6517 Sit.Text = "Sit"
6518
6519 Sit.TextScaled = true
6520
6521 Sit.TextSize = 14
6522
6523 Sit.TextWrapped = true
6524
6525
6526
6527 Jump.Name = "Jump"
6528
6529 Jump.Parent = Extra
6530
6531 Jump.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
6532
6533 Jump.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
6534
6535 Jump.Position = UDim2.new(0.54435122, 0, 0.261304349, 0)
6536
6537 Jump.Size = UDim2.new(0, 140, 0, 25)
6538
6539 Jump.Font = Enum.Font.SourceSans
6540
6541 Jump.FontSize = Enum.FontSize.Size14
6542
6543 Jump.Text = "Jump"
6544
6545 Jump.TextScaled = true
6546
6547 Jump.TextSize = 14
6548
6549 Jump.TextWrapped = true
6550
6551
6552
6553 PlatformStand.Name = "PlatformStand"
6554
6555 PlatformStand.Parent = Extra
6556
6557 PlatformStand.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
6558
6559 PlatformStand.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
6560
6561 PlatformStand.Position = UDim2.new(0.54435122, 0, 0.435507238, 0)
6562
6563 PlatformStand.Size = UDim2.new(0, 140, 0, 25)
6564
6565 PlatformStand.Font = Enum.Font.SourceSans
6566
6567 PlatformStand.FontSize = Enum.FontSize.Size14
6568
6569 PlatformStand.Text = "Platform Stand"
6570
6571 PlatformStand.TextScaled = true
6572
6573 PlatformStand.TextSize = 14
6574
6575 PlatformStand.TextWrapped = true
6576
6577
6578
6579 Freeze.Name = "Freeze"
6580
6581 Freeze.Parent = Extra
6582
6583 Freeze.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
6584
6585 Freeze.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
6586
6587 Freeze.Position = UDim2.new(0.0286500659, 0, 0.435507238, 0)
6588
6589 Freeze.Size = UDim2.new(0, 140, 0, 25)
6590
6591 Freeze.Font = Enum.Font.SourceSans
6592
6593 Freeze.FontSize = Enum.FontSize.Size14
6594
6595 Freeze.Text = "Freeze"
6596
6597 Freeze.TextScaled = true
6598
6599 Freeze.TextSize = 14
6600
6601 Freeze.TextWrapped = true
6602
6603
6604
6605 Insane.Name = "Insane"
6606
6607 Insane.Parent = Extra
6608
6609 Insane.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
6610
6611 Insane.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
6612
6613 Insane.Position = UDim2.new(0.0286500659, 0, 0.609710157, 0)
6614
6615 Insane.Size = UDim2.new(0, 140, 0, 25)
6616
6617 Insane.Font = Enum.Font.SourceSans
6618
6619 Insane.FontSize = Enum.FontSize.Size14
6620
6621 Insane.Text = "Insane"
6622
6623 Insane.TextScaled = true
6624
6625 Insane.TextSize = 14
6626
6627 Insane.TextWrapped = true
6628
6629
6630
6631 TPVoid.Name = "TPVoid"
6632
6633 TPVoid.Parent = Extra
6634
6635 TPVoid.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
6636
6637 TPVoid.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
6638
6639 TPVoid.Position = UDim2.new(0.54435122, 0, 0.609710157, 0)
6640
6641 TPVoid.Size = UDim2.new(0, 140, 0, 25)
6642
6643 TPVoid.Font = Enum.Font.SourceSans
6644
6645 TPVoid.FontSize = Enum.FontSize.Size14
6646
6647 TPVoid.Text = "TP Void"
6648
6649 TPVoid.TextScaled = true
6650
6651 TPVoid.TextSize = 14
6652
6653 TPVoid.TextWrapped = true
6654
6655
6656
6657 Unknown.Name = "Unknown"
6658
6659 Unknown.Parent = Extra
6660
6661 Unknown.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
6662
6663 Unknown.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
6664
6665 Unknown.Position = UDim2.new(0.54435122, 0, 0.783913076, 0)
6666
6667 Unknown.Size = UDim2.new(0, 140, 0, 25)
6668
6669 Unknown.Font = Enum.Font.SourceSans
6670
6671 Unknown.FontSize = Enum.FontSize.Size14
6672
6673 Unknown.Text = "Unknown"
6674
6675 Unknown.TextScaled = true
6676
6677 Unknown.TextSize = 14
6678
6679 Unknown.TextWrapped = true
6680
6681
6682
6683 Reset.Name = "Reset"
6684
6685 Reset.Parent = Extra
6686
6687 Reset.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
6688
6689 Reset.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
6690
6691 Reset.Position = UDim2.new(0.0286500659, 0, 0.783913076, 0)
6692
6693 Reset.Size = UDim2.new(0, 140, 0, 25)
6694
6695 Reset.Font = Enum.Font.SourceSans
6696
6697 Reset.FontSize = Enum.FontSize.Size14
6698
6699 Reset.Text = "Reset"
6700
6701 Reset.TextScaled = true
6702
6703 Reset.TextSize = 14
6704
6705 Reset.TextWrapped = true
6706
6707
6708
6709 SelectTabs.Name = "SelectTabs"
6710
6711 SelectTabs.Parent = MainFrame
6712
6713 SelectTabs.BackgroundColor3 = Color3.new(0.435294, 0.435294, 0.435294)
6714
6715 SelectTabs.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569)
6716
6717 SelectTabs.BorderSizePixel = 2
6718
6719 SelectTabs.Position = UDim2.new(-0.286500663, 0, 0.148395061, 0)
6720
6721 SelectTabs.Size = UDim2.new(0, 98, 0, 230)
6722
6723 SelectTabs.CanvasSize = UDim2.new(0, 0, 1.20000005, 0)
6724
6725
6726
6727 RocketPropulsionTAB.Name = "RocketPropulsionTAB"
6728
6729 RocketPropulsionTAB.Parent = SelectTabs
6730
6731 RocketPropulsionTAB.BackgroundColor3 = Color3.new(1, 1, 1)
6732
6733 RocketPropulsionTAB.BackgroundTransparency = 1
6734
6735 RocketPropulsionTAB.Position = UDim2.new(0, 0, 0.00999999978, 0)
6736
6737 RocketPropulsionTAB.Size = UDim2.new(0, 82, 0, 40)
6738
6739 RocketPropulsionTAB.Font = Enum.Font.SourceSansLight
6740
6741 RocketPropulsionTAB.FontSize = Enum.FontSize.Size18
6742
6743 RocketPropulsionTAB.Text = "Rocket Propulsion"
6744
6745 RocketPropulsionTAB.TextSize = 18
6746
6747 RocketPropulsionTAB.TextWrapped = true
6748
6749
6750
6751 TeleportationTAB.Name = "TeleportationTAB"
6752
6753 TeleportationTAB.Parent = SelectTabs
6754
6755 TeleportationTAB.BackgroundColor3 = Color3.new(1, 1, 1)
6756
6757 TeleportationTAB.BackgroundTransparency = 1
6758
6759 TeleportationTAB.Position = UDim2.new(0, 0, 0.150000006, 0)
6760
6761 TeleportationTAB.Size = UDim2.new(0, 82, 0, 40)
6762
6763 TeleportationTAB.Font = Enum.Font.SourceSansLight
6764
6765 TeleportationTAB.FontSize = Enum.FontSize.Size18
6766
6767 TeleportationTAB.Text = "Teleportation"
6768
6769 TeleportationTAB.TextSize = 17
6770
6771 TeleportationTAB.TextWrapped = true
6772
6773
6774
6775 ToolsTAB.Name = "ToolsTAB"
6776
6777 ToolsTAB.Parent = SelectTabs
6778
6779 ToolsTAB.BackgroundColor3 = Color3.new(1, 1, 1)
6780
6781 ToolsTAB.BackgroundTransparency = 1
6782
6783 ToolsTAB.Position = UDim2.new(0, 0, 0.289999992, 0)
6784
6785 ToolsTAB.Size = UDim2.new(0, 82, 0, 40)
6786
6787 ToolsTAB.Font = Enum.Font.SourceSansLight
6788
6789 ToolsTAB.FontSize = Enum.FontSize.Size24
6790
6791 ToolsTAB.Text = "Tools"
6792
6793 ToolsTAB.TextSize = 20
6794
6795 ToolsTAB.TextWrapped = true
6796
6797
6798
6799 AnimationsTAB.Name = "AnimationsTAB"
6800
6801 AnimationsTAB.Parent = SelectTabs
6802
6803 AnimationsTAB.BackgroundColor3 = Color3.new(1, 1, 1)
6804
6805 AnimationsTAB.BackgroundTransparency = 1
6806
6807 AnimationsTAB.Position = UDim2.new(0, 0, 0.569999993, 0)
6808
6809 AnimationsTAB.Size = UDim2.new(0, 82, 0, 40)
6810
6811 AnimationsTAB.Font = Enum.Font.SourceSansLight
6812
6813 AnimationsTAB.FontSize = Enum.FontSize.Size24
6814
6815 AnimationsTAB.Text = "Animations"
6816
6817 AnimationsTAB.TextSize = 20
6818
6819 AnimationsTAB.TextWrapped = true
6820
6821
6822
6823 BasicTAB.Name = "BasicTAB"
6824
6825 BasicTAB.Parent = SelectTabs
6826
6827 BasicTAB.BackgroundColor3 = Color3.new(1, 1, 1)
6828
6829 BasicTAB.BackgroundTransparency = 1
6830
6831 BasicTAB.Position = UDim2.new(0, 0, 0.430000007, 0)
6832
6833 BasicTAB.Size = UDim2.new(0, 82, 0, 40)
6834
6835 BasicTAB.Font = Enum.Font.SourceSansLight
6836
6837 BasicTAB.FontSize = Enum.FontSize.Size24
6838
6839 BasicTAB.Text = "Basic"
6840
6841 BasicTAB.TextSize = 20
6842
6843 BasicTAB.TextWrapped = true
6844
6845
6846
6847 Local_PlayerTAB.Name = "Local_PlayerTAB"
6848
6849 Local_PlayerTAB.Parent = SelectTabs
6850
6851 Local_PlayerTAB.BackgroundColor3 = Color3.new(1, 1, 1)
6852
6853 Local_PlayerTAB.BackgroundTransparency = 1
6854
6855 Local_PlayerTAB.Position = UDim2.new(0, 0, 0.709999979, 0)
6856
6857 Local_PlayerTAB.Size = UDim2.new(0, 82, 0, 40)
6858
6859 Local_PlayerTAB.Font = Enum.Font.SourceSansLight
6860
6861 Local_PlayerTAB.FontSize = Enum.FontSize.Size24
6862
6863 Local_PlayerTAB.Text = "Local Player"
6864
6865 Local_PlayerTAB.TextSize = 20
6866
6867 Local_PlayerTAB.TextWrapped = true
6868
6869
6870
6871 ExtraTAB.Name = "ExtraTAB"
6872
6873 ExtraTAB.Parent = SelectTabs
6874
6875 ExtraTAB.BackgroundColor3 = Color3.new(1, 1, 1)
6876
6877 ExtraTAB.BackgroundTransparency = 1
6878
6879 ExtraTAB.Position = UDim2.new(0, 0, 0.850000024, 0)
6880
6881 ExtraTAB.Size = UDim2.new(0, 82, 0, 40)
6882
6883 ExtraTAB.Font = Enum.Font.SourceSansLight
6884
6885 ExtraTAB.FontSize = Enum.FontSize.Size24
6886
6887 ExtraTAB.Text = "Extra"
6888
6889 ExtraTAB.TextSize = 20
6890
6891 ExtraTAB.TextWrapped = true
6892
6893
6894
6895 SideFrame.Name = "SideFrame"
6896
6897 SideFrame.Parent = HyperTotal
6898
6899 SideFrame.Active = true
6900
6901 SideFrame.BackgroundColor3 = Color3.new(1, 1, 1)
6902
6903 SideFrame.BackgroundTransparency = 1
6904
6905 SideFrame.Draggable = true
6906
6907 SideFrame.Position = UDim2.new(0.349, 0, 0.25, 0)
6908
6909 SideFrame.Size = UDim2.new(0, 350, 0, 40)
6910
6911 SideFrame.Visible = false
6912
6913
6914
6915 SideTopFrame.Name = "SideTopFrame"
6916
6917 SideTopFrame.Parent = SideFrame
6918
6919 SideTopFrame.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
6920
6921 SideTopFrame.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569)
6922
6923 SideTopFrame.BorderSizePixel = 2
6924
6925 SideTopFrame.Position = UDim2.new(-0.287, 0, 0, 0)
6926
6927 SideTopFrame.Size = UDim2.new(0, 450, 0, 270)
6928
6929 SideTopFrame.ZIndex = 9
6930
6931
6932
6933 SideTitle.Name = "SideTitle"
6934
6935 SideTitle.Parent = SideTopFrame
6936
6937 SideTitle.BackgroundColor3 = Color3.new(1, 1, 1)
6938
6939 SideTitle.BackgroundTransparency = 1
6940
6941 SideTitle.Position = UDim2.new(0.356534153, 0, 0, 0)
6942
6943 SideTitle.Size = UDim2.new(0, 150, 0, 40)
6944
6945 SideTitle.ZIndex = 10
6946
6947 SideTitle.Font = Enum.Font.SourceSansItalic
6948
6949 SideTitle.FontSize = Enum.FontSize.Size36
6950
6951 SideTitle.Text = "HyperTotal"
6952
6953 SideTitle.TextColor3 = Color3.new(0.933333, 0.670588, 0.0509804)
6954
6955 SideTitle.TextSize = 35
6956
6957 SideTitle.TextWrapped = true
6958
6959
6960
6961 OpenGUI.Name = "OpenGUI"
6962
6963 OpenGUI.Parent = SideTopFrame
6964
6965 OpenGUI.BackgroundColor3 = Color3.new(1, 1, 1)
6966
6967 OpenGUI.BackgroundTransparency = 1
6968
6969 OpenGUI.Position = UDim2.new(0.913618803, 0, 0, 0)
6970
6971 OpenGUI.Size = UDim2.new(0, 40, 0, 40)
6972
6973 OpenGUI.ZIndex = 10
6974
6975 OpenGUI.Font = Enum.Font.SourceSansBold
6976
6977 OpenGUI.FontSize = Enum.FontSize.Size60
6978
6979 OpenGUI.Text = "X"
6980
6981 OpenGUI.TextColor3 = Color3.new(1, 0.631373, 0.109804)
6982
6983 OpenGUI.TextSize = 50
6984
6985 OpenGUI.TextWrapped = true
6986
6987
6988
6989 SideCreditTXT.Name = "SideCreditTXT"
6990
6991 SideCreditTXT.Parent = SideTopFrame
6992
6993 SideCreditTXT.BackgroundColor3 = Color3.new(1, 1, 1)
6994
6995 SideCreditTXT.BackgroundTransparency = 1
6996
6997 SideCreditTXT.Position = UDim2.new(0.690784931, 0, 0.250416666, 0)
6998
6999 SideCreditTXT.Rotation = -17
7000
7001 SideCreditTXT.Size = UDim2.new(0, 90, 0, 20)
7002
7003 SideCreditTXT.ZIndex = 10
7004
7005 SideCreditTXT.Font = Enum.Font.SourceSansItalic
7006
7007 SideCreditTXT.FontSize = Enum.FontSize.Size24
7008
7009 SideCreditTXT.Text = "illremember"
7010
7011 SideCreditTXT.TextColor3 = Color3.new(0.933333, 0.819608, 0.737255)
7012
7013 SideCreditTXT.TextSize = 20
7014
7015 SideCreditTXT.TextWrapped = true
7016
7017
7018
7019 BrickFrame.Name = "BrickFrame"
7020
7021 BrickFrame.Parent = MainFrame
7022
7023 BrickFrame.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
7024
7025 BrickFrame.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569)
7026
7027 BrickFrame.BorderSizePixel = 0
7028
7029 BrickFrame.Position = UDim2.new(0, 0, 0.148395061, 0)
7030
7031 BrickFrame.Size = UDim2.new(0, 0, 0, 230)
7032
7033 BrickFrame.ZIndex = 4
7034
7035
7036
7037 -- Buttons
7038
7039
7040
7041 col = Color3.new(0.854902, 0.854902, 0.854902)
7042
7043 loc = Color3.new(0.65, 0.90, 0.65)
7044
7045
7046
7047 wait(1)
7048
7049 MainFrame:TweenPosition(UDim2.new(0.348623842, 0, 0.25, 0), "Out", "Bounce", 2)
7050
7051
7052
7053 if game.Workspace.FilteringEnabled == false then
7054
7055 FE_CHECK.Text = "FE is disabled"
7056
7057 FE_CHECK.TextColor3 = Color3.fromRGB(200,10,10)
7058
7059 else
7060
7061 FE_CHECK.Text = "FE is enabled"
7062
7063 FE_CHECK.TextColor3 = Color3.fromRGB(10,200,10)
7064
7065 end
7066
7067
7068
7069 CloseGUI.MouseButton1Click:connect(function()
7070
7071 CloseGUI.Visible = false
7072
7073 EnterUsername.Visible = false
7074
7075 TopFrame:TweenSize(UDim2.new(0, 450, 0, 270), "Out", "Sine", 1)
7076
7077 wait(1)
7078
7079 SideFrame.Position = MainFrame.Position
7080
7081 MainFrame.Visible = false
7082
7083 SideFrame.Visible = true
7084
7085 SideTopFrame:TweenSize(UDim2.new(0, 450, 0, 40), "Out", "Sine", 1)
7086
7087 OpenGUI.Visible = false
7088
7089 wait(1)
7090
7091 OpenGUI.Visible = true
7092
7093 end)
7094
7095
7096
7097 OpenGUI.MouseButton1Click:connect(function()
7098
7099 OpenGUI.Visible = false
7100
7101 SideTopFrame:TweenSize(UDim2.new(0, 450, 0, 270), "Out", "Sine", 1)
7102
7103 wait(1)
7104
7105 MainFrame.Position = SideFrame.Position
7106
7107 SideFrame.Visible = false
7108
7109 MainFrame.Visible = true
7110
7111 CloseGUI.Visible = false
7112
7113 TopFrame:TweenSize(UDim2.new(0, 450, 0, 40), "Out", "Sine", 1)
7114
7115 wait(1)
7116
7117 EnterUsername.Visible = true
7118
7119 CloseGUI.Visible = true
7120
7121 end)
7122
7123
7124
7125 AnimationsTAB.MouseButton1Click:connect(function()
7126
7127 BrickFrame:TweenSize(UDim2.new(0, 350, 0, 230), "Out", "Sine", 0.5)
7128
7129 wait(0.5)
7130
7131 Animations.Visible = true
7132
7133 Basic.Visible = false
7134
7135 Extra.Visible = false
7136
7137 INTRO.Visible = false
7138
7139 Local_Player.Visible = false
7140
7141 RocketPropulsion.Visible = false
7142
7143 Teleportation.Visible = false
7144
7145 Tools.Visible = false
7146
7147 AnimationsTAB.Font = "SourceSansBold"
7148
7149 BasicTAB.Font = "SourceSansLight"
7150
7151 ExtraTAB.Font = "SourceSansLight"
7152
7153 Local_PlayerTAB.Font = "SourceSansLight"
7154
7155 RocketPropulsionTAB.Font = "SourceSansLight"
7156
7157 TeleportationTAB.Font = "SourceSansLight"
7158
7159 ToolsTAB.Font = "SourceSansLight"
7160
7161 AnimationsTAB.TextSize = 17
7162
7163 TeleportationTAB.TextSize = 17
7164
7165 BrickFrame:TweenSize(UDim2.new(0, 0, 0, 230), "Out", "Sine", 0.5)
7166
7167 end)
7168
7169
7170
7171 BasicTAB.MouseButton1Click:connect(function()
7172
7173 BrickFrame:TweenSize(UDim2.new(0, 350, 0, 230), "Out", "Sine", 0.5)
7174
7175 wait(0.5)
7176
7177 Animations.Visible = false
7178
7179 Basic.Visible = true
7180
7181 Extra.Visible = false
7182
7183 INTRO.Visible = false
7184
7185 Local_Player.Visible = false
7186
7187 RocketPropulsion.Visible = false
7188
7189 Teleportation.Visible = false
7190
7191 Tools.Visible = false
7192
7193 AnimationsTAB.Font = "SourceSansLight"
7194
7195 BasicTAB.Font = "SourceSansBold"
7196
7197 ExtraTAB.Font = "SourceSansLight"
7198
7199 Local_PlayerTAB.Font = "SourceSansLight"
7200
7201 RocketPropulsionTAB.Font = "SourceSansLight"
7202
7203 TeleportationTAB.Font = "SourceSansLight"
7204
7205 ToolsTAB.Font = "SourceSansLight"
7206
7207 AnimationsTAB.TextSize = 20
7208
7209 TeleportationTAB.TextSize = 17
7210
7211 BrickFrame:TweenSize(UDim2.new(0, 0, 0, 230), "Out", "Sine", 0.5)
7212
7213 end)
7214
7215
7216
7217 ExtraTAB.MouseButton1Click:connect(function()
7218
7219 BrickFrame:TweenSize(UDim2.new(0, 350, 0, 230), "Out", "Sine", 0.5)
7220
7221 wait(0.5)
7222
7223 Animations.Visible = false
7224
7225 Basic.Visible = false
7226
7227 Extra.Visible = true
7228
7229 INTRO.Visible = false
7230
7231 Local_Player.Visible = false
7232
7233 RocketPropulsion.Visible = false
7234
7235 Teleportation.Visible = false
7236
7237 Tools.Visible = false
7238
7239 AnimationsTAB.Font = "SourceSansLight"
7240
7241 BasicTAB.Font = "SourceSansLight"
7242
7243 ExtraTAB.Font = "SourceSansBold"
7244
7245 Local_PlayerTAB.Font = "SourceSansLight"
7246
7247 RocketPropulsionTAB.Font = "SourceSansLight"
7248
7249 TeleportationTAB.Font = "SourceSansLight"
7250
7251 ToolsTAB.Font = "SourceSansLight"
7252
7253 AnimationsTAB.TextSize = 20
7254
7255 TeleportationTAB.TextSize = 17
7256
7257 BrickFrame:TweenSize(UDim2.new(0, 0, 0, 230), "Out", "Sine", 0.5)
7258
7259 end)
7260
7261
7262
7263 Local_PlayerTAB.MouseButton1Click:connect(function()
7264
7265 BrickFrame:TweenSize(UDim2.new(0, 350, 0, 230), "Out", "Sine", 0.5)
7266
7267 wait(0.5)
7268
7269 Animations.Visible = false
7270
7271 Basic.Visible = false
7272
7273 Extra.Visible = false
7274
7275 INTRO.Visible = false
7276
7277 Local_Player.Visible = true
7278
7279 RocketPropulsion.Visible = false
7280
7281 Teleportation.Visible = false
7282
7283 Tools.Visible = false
7284
7285 AnimationsTAB.Font = "SourceSansLight"
7286
7287 BasicTAB.Font = "SourceSansLight"
7288
7289 ExtraTAB.Font = "SourceSansLight"
7290
7291 Local_PlayerTAB.Font = "SourceSansBold"
7292
7293 RocketPropulsionTAB.Font = "SourceSansLight"
7294
7295 TeleportationTAB.Font = "SourceSansLight"
7296
7297 ToolsTAB.Font = "SourceSansLight"
7298
7299 AnimationsTAB.TextSize = 20
7300
7301 TeleportationTAB.TextSize = 17
7302
7303 BrickFrame:TweenSize(UDim2.new(0, 0, 0, 230), "Out", "Sine", 0.5)
7304
7305 end)
7306
7307
7308
7309 RocketPropulsionTAB.MouseButton1Click:connect(function()
7310
7311 BrickFrame:TweenSize(UDim2.new(0, 350, 0, 230), "Out", "Sine", 0.5)
7312
7313 wait(0.5)
7314
7315 Animations.Visible = false
7316
7317 Basic.Visible = false
7318
7319 Extra.Visible = false
7320
7321 INTRO.Visible = false
7322
7323 Local_Player.Visible = false
7324
7325 RocketPropulsion.Visible = true
7326
7327 Teleportation.Visible = false
7328
7329 Tools.Visible = false
7330
7331 AnimationsTAB.Font = "SourceSansLight"
7332
7333 BasicTAB.Font = "SourceSansLight"
7334
7335 ExtraTAB.Font = "SourceSansLight"
7336
7337 Local_PlayerTAB.Font = "SourceSansLight"
7338
7339 RocketPropulsionTAB.Font = "SourceSansBold"
7340
7341 TeleportationTAB.Font = "SourceSansLight"
7342
7343 ToolsTAB.Font = "SourceSansLight"
7344
7345 AnimationsTAB.TextSize = 20
7346
7347 TeleportationTAB.TextSize = 17
7348
7349 BrickFrame:TweenSize(UDim2.new(0, 0, 0, 230), "Out", "Sine", 0.5)
7350
7351 end)
7352
7353
7354
7355 TeleportationTAB.MouseButton1Click:connect(function()
7356
7357 BrickFrame:TweenSize(UDim2.new(0, 350, 0, 230), "Out", "Sine", 0.5)
7358
7359 wait(0.5)
7360
7361 Animations.Visible = false
7362
7363 Basic.Visible = false
7364
7365 Extra.Visible = false
7366
7367 INTRO.Visible = false
7368
7369 Local_Player.Visible = false
7370
7371 RocketPropulsion.Visible = false
7372
7373 Teleportation.Visible = true
7374
7375 Tools.Visible = false
7376
7377 AnimationsTAB.Font = "SourceSansLight"
7378
7379 BasicTAB.Font = "SourceSansLight"
7380
7381 ExtraTAB.Font = "SourceSansLight"
7382
7383 Local_PlayerTAB.Font = "SourceSansLight"
7384
7385 RocketPropulsionTAB.Font = "SourceSansLight"
7386
7387 TeleportationTAB.Font = "SourceSansBold"
7388
7389 ToolsTAB.Font = "SourceSansLight"
7390
7391 AnimationsTAB.TextSize = 20
7392
7393 TeleportationTAB.TextSize = 15
7394
7395 BrickFrame:TweenSize(UDim2.new(0, 0, 0, 230), "Out", "Sine", 0.5)
7396
7397 end)
7398
7399
7400
7401 ToolsTAB.MouseButton1Click:connect(function()
7402
7403 BrickFrame:TweenSize(UDim2.new(0, 350, 0, 230), "Out", "Sine", 0.5)
7404
7405 wait(0.5)
7406
7407 Animations.Visible = false
7408
7409 Basic.Visible = false
7410
7411 Extra.Visible = false
7412
7413 INTRO.Visible = false
7414
7415 Local_Player.Visible = false
7416
7417 RocketPropulsion.Visible = false
7418
7419 Teleportation.Visible = false
7420
7421 Tools.Visible = true
7422
7423 AnimationsTAB.Font = "SourceSansLight"
7424
7425 BasicTAB.Font = "SourceSansLight"
7426
7427 ExtraTAB.Font = "SourceSansLight"
7428
7429 Local_PlayerTAB.Font = "SourceSansLight"
7430
7431 RocketPropulsionTAB.Font = "SourceSansLight"
7432
7433 TeleportationTAB.Font = "SourceSansLight"
7434
7435 ToolsTAB.Font = "SourceSansBold"
7436
7437 AnimationsTAB.TextSize = 20
7438
7439 TeleportationTAB.TextSize = 17
7440
7441 BrickFrame:TweenSize(UDim2.new(0, 0, 0, 230), "Out", "Sine", 0.5)
7442
7443 end)
7444
7445
7446
7447 ------ ANIMATIONS -------------------------------------------------------------------------
7448
7449 ------ ANIMATIONS -------------------------------------------------------------------------
7450
7451 ------ ANIMATIONS -------------------------------------------------------------------------
7452
7453 ------ ANIMATIONS -------------------------------------------------------------------------
7454
7455
7456
7457 function GetPlayer(String) -- Credit to Timeless/xFunnieuss
7458
7459 local Found = {}
7460
7461 local strl = String:lower()
7462
7463 if strl == "all" then
7464
7465 for i,v in pairs(game.Players:GetPlayers()) do
7466
7467 table.insert(Found,v)
7468
7469 end
7470
7471 elseif strl == "others" then
7472
7473 for i,v in pairs(game.Players:GetPlayers()) do
7474
7475 if v.Name ~= game.Players.LocalPlayer.Name then
7476
7477 table.insert(Found,v)
7478
7479 end
7480
7481 end
7482
7483 else
7484
7485 for i,v in pairs(game.Players:GetPlayers()) do
7486
7487 if v.Name:lower():sub(1, #String) == String:lower() then
7488
7489 table.insert(Found,v)
7490
7491 end
7492
7493 end
7494
7495 end
7496
7497 return Found
7498
7499 end
7500
7501
7502
7503 AnimationId = "148840371"
7504
7505 local Anim = Instance.new("Animation")
7506
7507 Anim.AnimationId = "rbxassetid://"..AnimationId
7508
7509 local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
7510
7511 _18active = false
7512
7513 game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
7514
7515 track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
7516
7517 _18active = false
7518
7519 end)
7520
7521 _18.MouseButton1Click:connect(function()
7522
7523 _18active = not _18active
7524
7525 if _18active then
7526
7527 _18.BackgroundColor3 = loc
7528
7529 for i,v in pairs(GetPlayer(EnterUsername.Text))do
7530
7531 track:Play()
7532
7533 game:GetService('RunService').Stepped:connect(function()
7534
7535 if _18active then
7536
7537 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
7538
7539 end
7540
7541 end)
7542
7543 end
7544
7545 else
7546
7547 track:Stop()
7548
7549 _18.BackgroundColor3 = col
7550
7551 end
7552
7553 end)
7554
7555
7556
7557 AnimationId = "282574440"
7558
7559 local Anim = Instance.new("Animation")
7560
7561 Anim.AnimationId = "rbxassetid://"..AnimationId
7562
7563 local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
7564
7565 CarpetActive = false
7566
7567 game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
7568
7569 track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
7570
7571 CarpetActive = false
7572
7573 end)
7574
7575 Carpet.MouseButton1Click:connect(function()
7576
7577 CarpetActive = not CarpetActive
7578
7579 if CarpetActive then
7580
7581 Carpet.BackgroundColor3 = loc
7582
7583 for i,v in pairs(GetPlayer(EnterUsername.Text))do
7584
7585 track:Play()
7586
7587 game:GetService('RunService').Stepped:connect(function()
7588
7589 if CarpetActive then
7590
7591 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
7592
7593 end
7594
7595 end)
7596
7597 end
7598
7599 else
7600
7601 track:Stop()
7602
7603 Carpet.BackgroundColor3 = col
7604
7605 end
7606
7607 end)
7608
7609
7610
7611 AnimationId = "215384594"
7612
7613 local Anim = Instance.new("Animation")
7614
7615 Anim.AnimationId = "rbxassetid://"..AnimationId
7616
7617 local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
7618
7619 ExperimentalAnimationActive = false
7620
7621 game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
7622
7623 track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
7624
7625 ExperimentalAnimationActive = false
7626
7627 end)
7628
7629 ExperimentalAnimation.MouseButton1Click:connect(function()
7630
7631 ExperimentalAnimationActive = not ExperimentalAnimationActive
7632
7633 if ExperimentalAnimationActive then
7634
7635 ExperimentalAnimation.BackgroundColor3 = loc
7636
7637 for i,v in pairs(GetPlayer(EnterUsername.Text))do
7638
7639 track:Play(0.1, 1, 5)
7640
7641 game:GetService('RunService').Stepped:connect(function()
7642
7643 if ExperimentalAnimationActive then
7644
7645 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
7646
7647 end
7648
7649 end)
7650
7651 end
7652
7653 else
7654
7655 track:Stop()
7656
7657 ExperimentalAnimation.BackgroundColor3 = col
7658
7659 end
7660
7661 end)
7662
7663
7664
7665 AnimationId = "429703734"
7666
7667 local Anim = Instance.new("Animation")
7668
7669 Anim.AnimationId = "rbxassetid://"..AnimationId
7670
7671 local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
7672
7673 DanceActive = false
7674
7675 game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
7676
7677 track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
7678
7679 DanceActive = false
7680
7681 end)
7682
7683 Dance.MouseButton1Click:connect(function()
7684
7685 DanceActive = not DanceActive
7686
7687 if DanceActive then
7688
7689 Dance.BackgroundColor3 = loc
7690
7691 for i,v in pairs(GetPlayer(EnterUsername.Text))do
7692
7693 track:Play()
7694
7695 game:GetService('RunService').Stepped:connect(function()
7696
7697 if DanceActive then
7698
7699 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
7700
7701 end
7702
7703 end)
7704
7705 end
7706
7707 else
7708
7709 track:Stop()
7710
7711 Dance.BackgroundColor3 = col
7712
7713 end
7714
7715 end)
7716
7717
7718
7719 AnimationId = "282574440"
7720
7721 local Anim = Instance.new("Animation")
7722
7723 Anim.AnimationId = "rbxassetid://"..AnimationId
7724
7725 local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
7726
7727 HideActive = false
7728
7729 game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
7730
7731 track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
7732
7733 HideActive = false
7734
7735 end)
7736
7737 Hide.MouseButton1Click:connect(function()
7738
7739 HideActive = not HideActive
7740
7741 if HideActive then
7742
7743 Hide.BackgroundColor3 = loc
7744
7745 for i,v in pairs(GetPlayer(EnterUsername.Text))do
7746
7747 track:Play()
7748
7749 game:GetService('RunService').Stepped:connect(function()
7750
7751 if HideActive then
7752
7753 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.Head.CFrame
7754
7755 end
7756
7757 end)
7758
7759 end
7760
7761 else
7762
7763 track:Stop()
7764
7765 Hide.BackgroundColor3 = col
7766
7767 end
7768
7769 end)
7770
7771
7772
7773 AnimationId = "313762630"
7774
7775 local Anim = Instance.new("Animation")
7776
7777 Anim.AnimationId = "rbxassetid://"..AnimationId
7778
7779 local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
7780
7781 LevitateOnActive = false
7782
7783 game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
7784
7785 track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
7786
7787 LevitateOnActive = false
7788
7789 end)
7790
7791 LevitateOn.MouseButton1Click:connect(function()
7792
7793 LevitateOnActive = not LevitateOnActive
7794
7795 if LevitateOnActive then
7796
7797 LevitateOn.BackgroundColor3 = loc
7798
7799 for i,v in pairs(GetPlayer(EnterUsername.Text))do
7800
7801 track:Play()
7802
7803 game:GetService('RunService').Stepped:connect(function()
7804
7805 if LevitateOnActive then
7806
7807 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
7808
7809 end
7810
7811 end)
7812
7813 end
7814
7815 else
7816
7817 track:Stop()
7818
7819 LevitateOn.BackgroundColor3 = col
7820
7821 end
7822
7823 end)
7824
7825
7826
7827 AnimationId = "215384594"
7828
7829 local Anim = Instance.new("Animation")
7830
7831 Anim.AnimationId = "rbxassetid://"..AnimationId
7832
7833 local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
7834
7835 PushLockActive = false
7836
7837 game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
7838
7839 track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
7840
7841 PushLockActive = false
7842
7843 end)
7844
7845 PushLock.MouseButton1Click:connect(function()
7846
7847 PushLockActive = not PushLockActive
7848
7849 if PushLockActive then
7850
7851 PushLock.BackgroundColor3 = loc
7852
7853 for i,v in pairs(GetPlayer(EnterUsername.Text))do
7854
7855 track:Play()
7856
7857 game:GetService('RunService').Stepped:connect(function()
7858
7859 if PushLockActive then
7860
7861 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
7862
7863 end
7864
7865 end)
7866
7867 end
7868
7869 else
7870
7871 track:Stop()
7872
7873 PushLock.BackgroundColor3 = col
7874
7875 end
7876
7877 end)
7878
7879
7880
7881 AnimationId = "184574340"
7882
7883 local Anim = Instance.new("Animation")
7884
7885 Anim.AnimationId = "rbxassetid://"..AnimationId
7886
7887 local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
7888
7889 SlamOnActive = false
7890
7891 game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
7892
7893 track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
7894
7895 SlamOnActive = false
7896
7897 end)
7898
7899 SlamOn.MouseButton1Click:connect(function()
7900
7901 SlamOnActive = not SlamOnActive
7902
7903 if SlamOnActive then
7904
7905 SlamOn.BackgroundColor3 = loc
7906
7907 for i,v in pairs(GetPlayer(EnterUsername.Text))do
7908
7909 track:Play()
7910
7911 game:GetService('RunService').Stepped:connect(function()
7912
7913 if SlamOnActive then
7914
7915 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
7916
7917 end
7918
7919 end)
7920
7921 end
7922
7923 else
7924
7925 track:Stop()
7926
7927 SlamOn.BackgroundColor3 = col
7928
7929 end
7930
7931 end)
7932
7933
7934
7935 ------ BASIC -------------------------------------------------------------------------
7936
7937 ------ BASIC -------------------------------------------------------------------------
7938
7939 ------ BASIC -------------------------------------------------------------------------
7940
7941 ------ BASIC -------------------------------------------------------------------------
7942
7943
7944
7945 HipHeight.MouseButton1Click:connect(function()
7946
7947 game.Players.LocalPlayer.Character.Humanoid.HipHeight = STATCHANGE.Text
7948
7949 end)
7950
7951 JumpHeight.MouseButton1Click:connect(function()
7952
7953 game.Players.LocalPlayer.Character.Humanoid.JumpPower = STATCHANGE.Text
7954
7955 end)
7956
7957 Speed.MouseButton1Click:connect(function()
7958
7959 game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = STATCHANGE.Text
7960
7961 end)
7962
7963 Chat.MouseButton1Click:connect(function()
7964
7965 game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(CHATBOX.Text, "All")
7966
7967 end)
7968
7969 keepspam = false
7970
7971 Spam.MouseButton1Click:connect(function()
7972
7973 keepspam = not keepspam
7974
7975 if keepspam then
7976
7977 Spam.BackgroundColor3 = loc
7978
7979 else
7980
7981 Spam.BackgroundColor3 = col
7982
7983 end
7984
7985 while wait(0.5) do
7986
7987 if keepspam then
7988
7989 game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(CHATBOX.Text, "All")
7990
7991 end
7992
7993 end
7994
7995 end)
7996
7997 clip = true
7998
7999 Noclip.MouseButton1Click:connect(function()
8000
8001 clip = not clip
8002
8003 game:GetService('RunService').Stepped:connect(function()
8004
8005 if not clip then
8006
8007 Noclip.BackgroundColor3 = loc
8008
8009 game.Players.LocalPlayer.Character.Head.CanCollide = false
8010
8011 game.Players.LocalPlayer.Character.Torso.CanCollide = false
8012
8013 game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
8014
8015 game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
8016
8017 else
8018
8019 Noclip.BackgroundColor3 = col
8020
8021 end
8022
8023 end)
8024
8025 end)
8026
8027 local flying = false
8028
8029 Fly.MouseButton1Click:connect(function()
8030
8031 flying = not flying
8032
8033 repeat wait()
8034
8035 until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
8036
8037 local mouse = game.Players.LocalPlayer:GetMouse()
8038
8039 repeat wait() until mouse
8040
8041 local plr = game.Players.LocalPlayer
8042
8043 local torso = plr.Character.Torso
8044
8045 local deb = true
8046
8047 local ctrl = {f = 0, b = 0, l = 0, r = 0}
8048
8049 local lastctrl = {f = 0, b = 0, l = 0, r = 0}
8050
8051 local maxspeed = 70
8052
8053 local speed = 0
8054
8055 if flying then
8056
8057 Fly.BackgroundColor3 = loc
8058
8059 else
8060
8061 Fly.BackgroundColor3 = col
8062
8063 end
8064
8065
8066
8067 function FlyFunction()
8068
8069 local bg = Instance.new("BodyGyro", torso)
8070
8071 bg.P = 9e4
8072
8073 bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
8074
8075 bg.cframe = torso.CFrame
8076
8077 local bv = Instance.new("BodyVelocity", torso)
8078
8079 bv.velocity = Vector3.new(0,0.1,0)
8080
8081 bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
8082
8083 repeat wait()
8084
8085 plr.Character.Humanoid.PlatformStand = true
8086
8087 if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
8088
8089 speed = speed+.5+(speed/maxspeed)
8090
8091 if speed > maxspeed then
8092
8093 speed = maxspeed
8094
8095 end
8096
8097 elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
8098
8099 speed = speed-1
8100
8101 if speed < 0 then
8102
8103 speed = 0
8104
8105 end
8106
8107 end
8108
8109 if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
8110
8111 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
8112
8113 lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
8114
8115 elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
8116
8117 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
8118
8119 else
8120
8121 bv.velocity = Vector3.new(0,0.1,0)
8122
8123 end
8124
8125 bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
8126
8127 until not flying
8128
8129 ctrl = {f = 0, b = 0, l = 0, r = 0}
8130
8131 lastctrl = {f = 0, b = 0, l = 0, r = 0}
8132
8133 speed = 0
8134
8135 bg:Destroy()
8136
8137 bv:Destroy()
8138
8139 plr.Character.Humanoid.PlatformStand = false
8140
8141 end
8142
8143 mouse.KeyDown:connect(function(key)
8144
8145 if key:lower() == "w" then
8146
8147 ctrl.f = 1
8148
8149 elseif key:lower() == "s" then
8150
8151 ctrl.b = -1
8152
8153 elseif key:lower() == "a" then
8154
8155 ctrl.l = -1
8156
8157 elseif key:lower() == "d" then
8158
8159 ctrl.r = 1
8160
8161 end
8162
8163 end)
8164
8165 mouse.KeyUp:connect(function(key)
8166
8167 if key:lower() == "w" then
8168
8169 ctrl.f = 0
8170
8171 elseif key:lower() == "s" then
8172
8173 ctrl.b = 0
8174
8175 elseif key:lower() == "a" then
8176
8177 ctrl.l = 0
8178
8179 elseif key:lower() == "d" then
8180
8181 ctrl.r = 0
8182
8183 end
8184
8185 end)
8186
8187 FlyFunction()
8188
8189 end)
8190
8191
8192
8193 ------ EXTRA -------------------------------------------------------------------------
8194
8195 ------ EXTRA -------------------------------------------------------------------------
8196
8197 ------ EXTRA -------------------------------------------------------------------------
8198
8199 ------ EXTRA -------------------------------------------------------------------------
8200
8201
8202
8203 frost = false
8204
8205 Freeze.MouseButton1Click:connect(function()
8206
8207 frost = not frost
8208
8209 if frost then
8210
8211 game.Players.LocalPlayer.Character.Torso.Anchored = true
8212
8213 game.Players.LocalPlayer.Character.Head.Anchored = true
8214
8215 game.Players.LocalPlayer.Character["Left Leg"].Anchored = true
8216
8217 game.Players.LocalPlayer.Character["Left Arm"].Anchored = true
8218
8219 game.Players.LocalPlayer.Character["Right Leg"].Anchored = true
8220
8221 game.Players.LocalPlayer.Character["Right Arm"].Anchored = true
8222
8223 Freeze.BackgroundColor3 = loc
8224
8225 else
8226
8227 game.Players.LocalPlayer.Character.Torso.Anchored = false
8228
8229 game.Players.LocalPlayer.Character.Head.Anchored = false
8230
8231 game.Players.LocalPlayer.Character["Left Leg"].Anchored = false
8232
8233 game.Players.LocalPlayer.Character["Left Arm"].Anchored = false
8234
8235 game.Players.LocalPlayer.Character["Right Leg"].Anchored = false
8236
8237 game.Players.LocalPlayer.Character["Right Arm"].Anchored = false
8238
8239 Freeze.BackgroundColor3 = col
8240
8241 end
8242
8243 end)
8244
8245 insanity = false
8246
8247 local Anim = Instance.new("Animation")
8248
8249 AnimationId = "33796059"
8250
8251 Anim.AnimationId = "rbxassetid://"..AnimationId
8252
8253 local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
8254
8255 game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
8256
8257 track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
8258
8259 insanity = false
8260
8261 end)
8262
8263 Insane.MouseButton1Down:connect(function()
8264
8265 insanity = not insanity
8266
8267 if insanity then
8268
8269 track:Play(0.1, 1, 999)
8270
8271 Insane.BackgroundColor3 = loc
8272
8273 else
8274
8275 track:Stop()
8276
8277 Insane.BackgroundColor3 = col
8278
8279 end
8280
8281 end)
8282
8283 Sit.MouseButton1Click:connect(function()
8284
8285 game.Players.LocalPlayer.Character.Humanoid.Sit = true
8286
8287 end)
8288
8289 Jump.MouseButton1Click:connect(function()
8290
8291 game.Players.LocalPlayer.Character.Humanoid.Jump = true
8292
8293 end)
8294
8295 platform = false
8296
8297 PlatformStand.MouseButton1Click:connect(function()
8298
8299 platform = not platform
8300
8301 if platform then
8302
8303 game.Players.LocalPlayer.Character.Humanoid.PlatformStand = true
8304
8305 PlatformStand.BackgroundColor3 = loc
8306
8307 else
8308
8309 game.Players.LocalPlayer.Character.Humanoid.PlatformStand = false
8310
8311 PlatformStand.BackgroundColor3 = col
8312
8313 end
8314
8315 end)
8316
8317 TPVoid.MouseButton1Click:connect(function()
8318
8319 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(math.huge, math.huge, math.huge)
8320
8321 end)
8322
8323
8324
8325 local Anim = Instance.new("Animation")
8326
8327 Anim.AnimationId = "rbxassetid://204295235"
8328
8329 local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
8330
8331 question = false
8332
8333 game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
8334
8335 track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
8336
8337 question = false
8338
8339 end)
8340
8341 Unknown.MouseButton1Click:connect(function()
8342
8343 question = not question
8344
8345 if question then
8346
8347 Unknown.BackgroundColor3 = loc
8348
8349 while wait do
8350
8351 if track.IsPlaying == false then
8352
8353 if question then
8354
8355 track:Play(0.1, 1, 1e5)
8356
8357 end
8358
8359 end
8360
8361 end
8362
8363 else
8364
8365 Unknown.BackgroundColor3 = col
8366
8367 track:Stop()
8368
8369 end
8370
8371 end)
8372
8373
8374
8375 Reset.MouseButton1Click:connect(function()
8376
8377 game.Players.LocalPlayer.Character.Head:Destroy()
8378
8379 end)
8380
8381
8382
8383 ------ LOCALPLAYER -------------------------------------------------------------------------
8384
8385 ------ LOCALPLAYER -------------------------------------------------------------------------
8386
8387 ------ LOCALPLAYER -------------------------------------------------------------------------
8388
8389 ------ LOCALPLAYER -------------------------------------------------------------------------
8390
8391
8392
8393 local Anim = Instance.new("Animation")
8394
8395 Anim.AnimationId = "rbxassetid://215384594"
8396
8397 local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
8398
8399 local CloneIllusionACTIVE = false
8400
8401 game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
8402
8403 track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
8404
8405 CloneIllusionACTIVE = false
8406
8407 end)
8408
8409 CloneIllusion.MouseButton1Click:connect(function()
8410
8411 CloneIllusionACTIVE = not CloneIllusionACTIVE
8412
8413 if CloneIllusionACTIVE then
8414
8415 track:Play(.5, 1, 1e7)
8416
8417 CloneIllusion.BackgroundColor3 = loc
8418
8419 else
8420
8421 track:Stop()
8422
8423 CloneIllusion.BackgroundColor3 = col
8424
8425 end
8426
8427 end)
8428
8429
8430
8431 local Anim = Instance.new("Animation")
8432
8433 Anim.AnimationId = "rbxassetid://204328711"
8434
8435 local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
8436
8437 local DinoWalkACTIVE = false
8438
8439 game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
8440
8441 track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
8442
8443 DinoWalkACTIVE = false
8444
8445 end)
8446
8447 Dinosaur.MouseButton1Click:connect(function()
8448
8449 DinoWalkACTIVE = not DinoWalkACTIVE
8450
8451 if DinoWalkACTIVE then
8452
8453 track:Play(.1, 1, 1)
8454
8455 Dinosaur.BackgroundColor3 = loc
8456
8457 game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 30
8458
8459 game.Players.LocalPlayer.Character.Humanoid.JumpHeight = 200
8460
8461 else
8462
8463 track:Stop()
8464
8465 Dinosaur.BackgroundColor3 = col
8466
8467 game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
8468
8469 game.Players.LocalPlayer.Character.Humanoid.JumpHeight = 50
8470
8471 end
8472
8473 end)
8474
8475
8476
8477 local Anim = Instance.new("Animation")
8478
8479 Anim.AnimationId = "rbxassetid://313762630"
8480
8481 local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
8482
8483 local GlitchLevitateACTIVE = false
8484
8485 game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
8486
8487 track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
8488
8489 GlitchLevitateACTIVE = false
8490
8491 end)
8492
8493 Glitchy.MouseButton1Click:connect(function()
8494
8495 GlitchLevitateACTIVE = not GlitchLevitateACTIVE
8496
8497 if GlitchLevitateACTIVE then
8498
8499 track:Play(.5, 1, 1e7)
8500
8501 Glitchy.BackgroundColor3 = loc
8502
8503 else
8504
8505 track:Stop()
8506
8507 Glitchy.BackgroundColor3 = col
8508
8509 end
8510
8511 end)
8512
8513
8514
8515 local Anim = Instance.new("Animation")
8516
8517 Anim.AnimationId = "rbxassetid://313762630"
8518
8519 local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
8520
8521 local LevitateACTIVE = false
8522
8523 game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
8524
8525 track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
8526
8527 LevitateACTIVE = false
8528
8529 end)
8530
8531 Levitate.MouseButton1Click:connect(function()
8532
8533 LevitateACTIVE = not LevitateACTIVE
8534
8535 if LevitateACTIVE then
8536
8537 track:Play(.1, 1, 1)
8538
8539 Levitate.BackgroundColor3 = loc
8540
8541 else
8542
8543 track:Stop()
8544
8545 Levitate.BackgroundColor3 = col
8546
8547 end
8548
8549 end)
8550
8551
8552
8553 NoLimbs.MouseButton1Click:connect(function()
8554
8555 game.Players.LocalPlayer.Character["Left Leg"]:Destroy()
8556
8557 game.Players.LocalPlayer.Character["Left Arm"]:Destroy()
8558
8559 game.Players.LocalPlayer.Character["Right Leg"]:Destroy()
8560
8561 game.Players.LocalPlayer.Character["Right Arm"]:Destroy()
8562
8563 end)
8564
8565
8566
8567 local Anim = Instance.new("Animation")
8568
8569 Anim.AnimationId = "rbxassetid://180612465"
8570
8571 local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
8572
8573 local ScaredACTIVE = false
8574
8575 game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
8576
8577 track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
8578
8579 ScaredACTIVE = false
8580
8581 end)
8582
8583 CrouchRocket.MouseButton1Click:connect(function()
8584
8585 ScaredACTIVE = not ScaredACTIVE
8586
8587 if ScaredACTIVE then
8588
8589 local u = Instance.new("RocketPropulsion")
8590
8591 u.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
8592
8593 u.Name = "CrouchRocket"
8594
8595 u.Target = game.Players.LocalPlayer.Character.Head
8596
8597 u:Fire()
8598
8599 CrouchRocket.BackgroundColor3 = loc
8600
8601 while wait() do
8602
8603 if track.IsPlaying == false then
8604
8605 if ScaredACTIVE then
8606
8607 track:Play(.1, 1, 1)
8608
8609 end
8610
8611 end
8612
8613 end
8614
8615 else
8616
8617 track:Stop()
8618
8619 CrouchRocket.BackgroundColor3 = col
8620
8621 game.Players.LocalPlayer.Character.HumanoidRootPart.CrouchRocket:Destroy()
8622
8623 end
8624
8625 end)
8626
8627
8628
8629 local Anim = Instance.new("Animation")
8630
8631 Anim.AnimationId = "rbxassetid://313762630"
8632
8633 local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
8634
8635 local Anim2 = Instance.new("Animation")
8636
8637 Anim2.AnimationId = "rbxassetid://35154961"
8638
8639 local track2 = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim2)
8640
8641 local Anim3 = Instance.new("Animation")
8642
8643 Anim3.AnimationId = "rbxassetid://33169583"
8644
8645 local track3 = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim3)
8646
8647 haunting = false
8648
8649 game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
8650
8651 track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
8652
8653 track2 = character:WaitForChild("Humanoid"):LoadAnimation(Anim2)
8654
8655 track3 = character:WaitForChild("Humanoid"):LoadAnimation(Anim3)
8656
8657 haunting = false
8658
8659 end)
8660
8661 Haunted.MouseButton1Click:connect(function()
8662
8663 haunting = not haunting
8664
8665 if haunting then
8666
8667 while true do
8668
8669 if track3.IsPlaying == false then
8670
8671 if haunting then
8672
8673 track:Play()
8674
8675 track2:Play(0.1,1,1000)
8676
8677 track3:Play(0.1,1,1000)
8678
8679 end
8680
8681 end
8682
8683 end
8684
8685 else
8686
8687 track:Stop()
8688
8689 track2:Stop()
8690
8691 track3:Stop()
8692
8693 end
8694
8695 end)
8696
8697
8698
8699 spinning = false
8700
8701 CrazySpin.MouseButton1Click:connect(function()
8702
8703 spinning = not spinning
8704
8705 if spinning then
8706
8707 local p = Instance.new("RocketPropulsion")
8708
8709 p.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
8710
8711 p.Name = "CrazySpin"
8712
8713 p.Target = game.Players.LocalPlayer.Character["Left Arm"]
8714
8715 p:Fire()
8716
8717 CrazySpin.BackgroundColor3 = loc
8718
8719 else
8720
8721 game.Players.LocalPlayer.Character.HumanoidRootPart.CrazySpin:Destroy()
8722
8723 CrazySpin.BackgroundColor3 = col
8724
8725 end
8726
8727 end)
8728
8729
8730
8731 ------ ROCKETPROPULSION -------------------------------------------------------------------------
8732
8733 ------ ROCKETPROPULSION -------------------------------------------------------------------------
8734
8735 ------ ROCKETPROPULSION -------------------------------------------------------------------------
8736
8737 ------ ROCKETPROPULSION -------------------------------------------------------------------------
8738
8739
8740
8741 floating = false
8742
8743 Float.MouseButton1Click:connect(function()
8744
8745 floating = not floating
8746
8747 if floating then
8748
8749 Float.BackgroundColor3 = loc
8750
8751 local y = Instance.new("RocketPropulsion")
8752
8753 y.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
8754
8755 y.CartoonFactor = 1
8756
8757 y.MaxThrust = 50000
8758
8759 y.MaxSpeed = 1000
8760
8761 y.ThrustP = 50000
8762
8763 y.Name = "Float"
8764
8765 for i,v in pairs(GetPlayer(EnterUsername.Text))do
8766
8767 y.Target = game.Players[v.Name].Character.Head
8768
8769 y:Fire()
8770
8771 game:GetService('RunService').Stepped:connect(function()
8772
8773 if floating then
8774
8775 game.Players.LocalPlayer.Character.Head.CanCollide = false
8776
8777 game.Players.LocalPlayer.Character.Torso.CanCollide = false
8778
8779 game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
8780
8781 game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
8782
8783 end
8784
8785 end)
8786
8787 while wait(0.3) do
8788
8789 if floating then
8790
8791 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Left Leg"].CFrame
8792
8793 end
8794
8795 end
8796
8797 end
8798
8799 else
8800
8801 game.Players.LocalPlayer.Character.HumanoidRootPart.Float:Destroy()
8802
8803 Float.BackgroundColor3 = col
8804
8805 end
8806
8807 end)
8808
8809
8810
8811 local Anim = Instance.new("Animation")
8812
8813 Anim.AnimationId = "rbxassetid://282574440"
8814
8815 local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
8816
8817 flattening = false
8818
8819 Flatten.MouseButton1Click:connect(function()
8820
8821 flattening = not flattening
8822
8823 if flattening then
8824
8825 Flatten.BackgroundColor3 = loc
8826
8827 local y = Instance.new("RocketPropulsion")
8828
8829 y.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
8830
8831 y.CartoonFactor = 1
8832
8833 y.MaxThrust = 50000
8834
8835 y.MaxSpeed = 1000
8836
8837 y.ThrustP = 50000
8838
8839 y.Name = "Flatten"
8840
8841 for i,v in pairs(GetPlayer(EnterUsername.Text))do
8842
8843 y.Target = game.Players[v.name].Character["Left Leg"]
8844
8845 y:Fire()
8846
8847 track:Play(.1, 1, 1)
8848
8849 game:GetService('RunService').Stepped:connect(function()
8850
8851 if flattening then
8852
8853 game.Players.LocalPlayer.Character.Head.CanCollide = false
8854
8855 game.Players.LocalPlayer.Character.Torso.CanCollide = false
8856
8857 game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
8858
8859 game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
8860
8861 end
8862
8863 end)
8864
8865 while wait(0.3) do
8866
8867 if flattening then
8868
8869 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0,2,0)
8870
8871 end
8872
8873 end
8874
8875 end
8876
8877 else
8878
8879 game.Players.LocalPlayer.Character.HumanoidRootPart.Flatten:Destroy()
8880
8881 track:Stop()
8882
8883 Flatten.BackgroundColor3 = col
8884
8885 end
8886
8887 end)
8888
8889
8890
8891 pushing = false
8892
8893 Push.MouseButton1Click:connect(function()
8894
8895 pushing = not pushing
8896
8897 if pushing then
8898
8899 Push.BackgroundColor3 = loc
8900
8901 local b = Instance.new("RocketPropulsion")
8902
8903 b.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
8904
8905 b.TurnP = 2500
8906
8907 b.MaxThrust = 50000
8908
8909 b.MaxSpeed = 1000
8910
8911 b.ThrustP = 50000
8912
8913 b.CartoonFactor = 1
8914
8915 b.Name = "Push"
8916
8917 for i,v in pairs(GetPlayer(EnterUsername.Text))do
8918
8919 b.Target = game.Players[v.Name].Character.HumanoidRootPart
8920
8921 b:Fire()
8922
8923 game:GetService('RunService').Stepped:connect(function()
8924
8925 if pushing then
8926
8927 game.Players.LocalPlayer.Character.Head.CanCollide = false
8928
8929 game.Players.LocalPlayer.Character.Torso.CanCollide = false
8930
8931 game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
8932
8933 game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
8934
8935 end
8936
8937 end)
8938
8939 end
8940
8941 else
8942
8943 game.Players.LocalPlayer.Character.HumanoidRootPart.Push:Destroy()
8944
8945 Push.BackgroundColor3 = col
8946
8947 end
8948
8949 end)
8950
8951
8952
8953 SlowAttracting = false
8954
8955 SlowAttract.MouseButton1Click:connect(function()
8956
8957 SlowAttracting = not SlowAttracting
8958
8959 if SlowAttracting then
8960
8961 SlowAttract.BackgroundColor3 = loc
8962
8963 local b = Instance.new("RocketPropulsion")
8964
8965 b.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
8966
8967 b.TurnD = 5000
8968
8969 b.MaxThrust = 5000
8970
8971 b.MaxSpeed = 200
8972
8973 b.ThrustP = 5000
8974
8975 b.CartoonFactor = 1
8976
8977 b.Name = "SlowAttract"
8978
8979 for i,v in pairs(GetPlayer(EnterUsername.Text))do
8980
8981 b.Target = game.Players[v.Name].Character.HumanoidRootPart
8982
8983 b:Fire()
8984
8985 game:GetService('RunService').Stepped:connect(function()
8986
8987 if SlowAttracting then
8988
8989 game.Players.LocalPlayer.Character.Head.CanCollide = false
8990
8991 game.Players.LocalPlayer.Character.Torso.CanCollide = false
8992
8993 game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
8994
8995 game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
8996
8997 end
8998
8999 end)
9000
9001 end
9002
9003 else
9004
9005 game.Players.LocalPlayer.Character.HumanoidRootPart.SlowAttract:Destroy()
9006
9007 SlowAttract.BackgroundColor3 = col
9008
9009 end
9010
9011 end)
9012
9013
9014
9015 Maxing = false
9016
9017 Max.MouseButton1Click:connect(function()
9018
9019 Maxing = not Maxing
9020
9021 if Maxing then
9022
9023 Max.BackgroundColor3 = loc
9024
9025 local t1 = Instance.new("RocketPropulsion")
9026
9027 t1.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
9028
9029 t1.TurnP = 100000
9030
9031 t1.MaxThrust = 100000
9032
9033 t1.MaxSpeed = 5000
9034
9035 t1.ThrustP = 100000
9036
9037 t1.CartoonFactor = 1
9038
9039 t1.Name = "one"
9040
9041 local t2 = Instance.new("RocketPropulsion")
9042
9043 t2.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
9044
9045 t2.TurnP = 100000
9046
9047 t2.MaxThrust = 100000
9048
9049 t2.MaxSpeed = 5000
9050
9051 t2.ThrustP = 100000
9052
9053 t2.CartoonFactor = 1
9054
9055 t2.Name = "two"
9056
9057 local t3 = Instance.new("RocketPropulsion")
9058
9059 t3.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
9060
9061 t3.TurnP = 100000
9062
9063 t3.MaxThrust = 100000
9064
9065 t3.MaxSpeed = 5000
9066
9067 t3.ThrustP = 100000
9068
9069 t3.CartoonFactor = 1
9070
9071 t3.Name = "three"
9072
9073 local t4 = Instance.new("RocketPropulsion")
9074
9075 t4.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
9076
9077 t4.TurnP = 100000
9078
9079 t4.MaxThrust = 100000
9080
9081 t4.MaxSpeed = 5000
9082
9083 t4.ThrustP = 100000
9084
9085 t4.CartoonFactor = 1
9086
9087 t4.Name = "four"
9088
9089 local t5 = Instance.new("RocketPropulsion")
9090
9091 t5.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
9092
9093 t5.TurnP = 100000
9094
9095 t5.MaxThrust = 100000
9096
9097 t5.MaxSpeed = 5000
9098
9099 t5.ThrustP = 100000
9100
9101 t5.CartoonFactor = 1
9102
9103 t5.Name = "five"
9104
9105 local t6 = Instance.new("RocketPropulsion")
9106
9107 t6.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
9108
9109 t6.TurnP = 100000
9110
9111 t6.MaxThrust = 100000
9112
9113 t6.MaxSpeed = 5000
9114
9115 t6.ThrustP = 100000
9116
9117 t6.CartoonFactor = 1
9118
9119 t6.Name = "six"
9120
9121 for i,v in pairs(GetPlayer(EnterUsername.Text))do
9122
9123 t1.Target = game.Players[v.Name].Character.Torso
9124
9125 t1:Fire()
9126
9127 t2.Target = game.Players[v.Name].Character["Right Leg"]
9128
9129 t2:Fire()
9130
9131 t3.Target = game.Players[v.Name].Character["Left Arm"]
9132
9133 t3:Fire()
9134
9135 t4.Target = game.Players[v.Name].Character["Left Leg"]
9136
9137 t4:Fire()
9138
9139 t5.Target = game.Players[v.Name].Character["Right Arm"]
9140
9141 t5:Fire()
9142
9143 t6.Target = game.Players[v.Name].Character.Head
9144
9145 t6:Fire()
9146
9147 game:GetService('RunService').Stepped:connect(function()
9148
9149 if Maxing then
9150
9151 game.Players.LocalPlayer.Character.Head.CanCollide = false
9152
9153 game.Players.LocalPlayer.Character.Torso.CanCollide = false
9154
9155 game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
9156
9157 game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
9158
9159 end
9160
9161 end)
9162
9163 end
9164
9165 else
9166
9167 game.Players.LocalPlayer.Character.HumanoidRootPart.one:Destroy()
9168
9169 game.Players.LocalPlayer.Character.HumanoidRootPart.two:Destroy()
9170
9171 game.Players.LocalPlayer.Character.HumanoidRootPart.three:Destroy()
9172
9173 game.Players.LocalPlayer.Character.HumanoidRootPart.four:Destroy()
9174
9175 game.Players.LocalPlayer.Character.HumanoidRootPart.five:Destroy()
9176
9177 game.Players.LocalPlayer.Character.HumanoidRootPart.six:Destroy()
9178
9179 Max.BackgroundColor3 = col
9180
9181 end
9182
9183 end)
9184
9185
9186
9187 AimHeading = false
9188
9189 AimHead.MouseButton1Click:connect(function()
9190
9191 AimHeading = not AimHeading
9192
9193 if AimHeading then
9194
9195 AimHead.BackgroundColor3 = loc
9196
9197 local b = Instance.new("RocketPropulsion")
9198
9199 b.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
9200
9201 b.TurnP = 2500
9202
9203 b.MaxThrust = 50000
9204
9205 b.MaxSpeed = 1000
9206
9207 b.ThrustP = 50000
9208
9209 b.CartoonFactor = 1
9210
9211 b.Name = "AimHead"
9212
9213 for i,v in pairs(GetPlayer(EnterUsername.Text))do
9214
9215 b.Target = game.Players[v.Name].Character.Head
9216
9217 b:Fire()
9218
9219 game:GetService('RunService').Stepped:connect(function()
9220
9221 if AimHeading then
9222
9223 game.Players.LocalPlayer.Character.Head.CanCollide = false
9224
9225 game.Players.LocalPlayer.Character.Torso.CanCollide = false
9226
9227 game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
9228
9229 game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
9230
9231 end
9232
9233 end)
9234
9235 end
9236
9237 else
9238
9239 game.Players.LocalPlayer.Character.HumanoidRootPart.AimHead:Destroy()
9240
9241 AimHead.BackgroundColor3 = col
9242
9243 end
9244
9245 end)
9246
9247
9248
9249 Experimentaling = false
9250
9251 Experimental.MouseButton1Click:connect(function()
9252
9253 Experimentaling = not Experimentaling
9254
9255 if Experimentaling then
9256
9257 Experimental.BackgroundColor3 = loc
9258
9259 local b = Instance.new("RocketPropulsion")
9260
9261 b.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
9262
9263 b.TurnP = 15000
9264
9265 b.MaxThrust = 25000
9266
9267 b.MaxSpeed = 15000
9268
9269 b.ThrustP = 10000
9270
9271 b.CartoonFactor = 1
9272
9273 b.Name = "Experimental"
9274
9275 for i,v in pairs(GetPlayer(EnterUsername.Text))do
9276
9277 game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
9278
9279 b.Target = game.Players[v.Name].Character.Torso
9280
9281 b:Fire()
9282
9283 game:GetService('RunService').Stepped:connect(function()
9284
9285 if Experimentaling then
9286
9287 game.Players.LocalPlayer.Character.Head.CanCollide = false
9288
9289 game.Players.LocalPlayer.Character.Torso.CanCollide = false
9290
9291 game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
9292
9293 game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
9294
9295 end
9296
9297 end)
9298
9299 end
9300
9301 else
9302
9303 game.Players.LocalPlayer.Character.HumanoidRootPart.Experimental:Destroy()
9304
9305 Experimental.BackgroundColor3 = col
9306
9307 game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character.Head
9308
9309 end
9310
9311 end)
9312
9313
9314
9315 Multipleing = false
9316
9317 Multiple.MouseButton1Click:connect(function()
9318
9319 Multipleing = not Multipleing
9320
9321 if Multipleing then
9322
9323 Multiple.BackgroundColor3 = loc
9324
9325 local t1 = Instance.new("RocketPropulsion")
9326
9327 t1.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
9328
9329 t1.TurnP = 30000
9330
9331 t1.MaxThrust = 30000
9332
9333 t1.MaxSpeed = 1000
9334
9335 t1.ThrustP = 30000
9336
9337 t1.CartoonFactor = 1
9338
9339 t1.Name = "one"
9340
9341 local t2 = Instance.new("RocketPropulsion")
9342
9343 t2.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
9344
9345 t2.TurnP = 30000
9346
9347 t2.MaxThrust = 30000
9348
9349 t2.MaxSpeed = 1000
9350
9351 t2.ThrustP = 30000
9352
9353 t2.CartoonFactor = 1
9354
9355 t2.Name = "two"
9356
9357 local t3 = Instance.new("RocketPropulsion")
9358
9359 t3.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
9360
9361 t3.TurnP = 30000
9362
9363 t3.MaxThrust = 30000
9364
9365 t3.MaxSpeed = 1000
9366
9367 t3.ThrustP = 30000
9368
9369 t3.CartoonFactor = 1
9370
9371 t3.Name = "three"
9372
9373 for i,v in pairs(GetPlayer(EnterUsername.Text))do
9374
9375 t1.Target = game.Players[v.Name].Character.Torso
9376
9377 t1:Fire()
9378
9379 t2.Target = game.Players[v.Name].Character["Right Leg"]
9380
9381 t2:Fire()
9382
9383 t3.Target = game.Players[v.Name].Character["Left Arm"]
9384
9385 t3:Fire()
9386
9387 game:GetService('RunService').Stepped:connect(function()
9388
9389 if Multipleing then
9390
9391 game.Players.LocalPlayer.Character.Head.CanCollide = false
9392
9393 game.Players.LocalPlayer.Character.Torso.CanCollide = false
9394
9395 game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
9396
9397 game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
9398
9399 end
9400
9401 end)
9402
9403 end
9404
9405 else
9406
9407 game.Players.LocalPlayer.Character.HumanoidRootPart.one:Destroy()
9408
9409 game.Players.LocalPlayer.Character.HumanoidRootPart.two:Destroy()
9410
9411 game.Players.LocalPlayer.Character.HumanoidRootPart.three:Destroy()
9412
9413 Multiple.BackgroundColor3 = col
9414
9415 end
9416
9417 end)
9418
9419
9420
9421 ------ TELEPORTATION -------------------------------------------------------------------------
9422
9423 ------ TELEPORTATION -------------------------------------------------------------------------
9424
9425 ------ TELEPORTATION -------------------------------------------------------------------------
9426
9427 ------ TELEPORTATION -------------------------------------------------------------------------
9428
9429
9430
9431 LockOnACTIVE = false
9432
9433 LockOn.MouseButton1Click:connect(function()
9434
9435 LockOnACTIVE = not LockOnACTIVE
9436
9437 for i,v in pairs(GetPlayer(EnterUsername.Text))do
9438
9439 game:GetService('RunService').Stepped:connect(function()
9440
9441 if LockOnACTIVE then
9442
9443 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
9444
9445 LockOn.BackgroundColor3 = loc
9446
9447 game:GetService('RunService').Stepped:connect(function()
9448
9449 if LockOnACTIVE then
9450
9451 game.Players.LocalPlayer.Character.Head.CanCollide = false
9452
9453 game.Players.LocalPlayer.Character.Torso.CanCollide = false
9454
9455 game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
9456
9457 game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
9458
9459 end
9460
9461 end)
9462
9463 else
9464
9465 LockOn.BackgroundColor3 = col
9466
9467 end
9468
9469 end)
9470
9471 end
9472
9473 end)
9474
9475
9476
9477 LockLegACTIVE = false
9478
9479 LockLeg.MouseButton1Click:connect(function()
9480
9481 LockLegACTIVE = not LockLegACTIVE
9482
9483 for i,v in pairs(GetPlayer(EnterUsername.Text))do
9484
9485 game:GetService('RunService').Stepped:connect(function()
9486
9487 if LockLegACTIVE then
9488
9489 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Left Leg"].CFrame
9490
9491 LockLeg.BackgroundColor3 = loc
9492
9493 game:GetService('RunService').Stepped:connect(function()
9494
9495 if LockLegACTIVE then
9496
9497 game.Players.LocalPlayer.Character.Head.CanCollide = false
9498
9499 game.Players.LocalPlayer.Character.Torso.CanCollide = false
9500
9501 game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
9502
9503 game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
9504
9505 end
9506
9507 end)
9508
9509 else
9510
9511 LockLeg.BackgroundColor3 = col
9512
9513 end
9514
9515 end)
9516
9517 end
9518
9519 end)
9520
9521
9522
9523 LockArmACTIVE = false
9524
9525 LockArm.MouseButton1Click:connect(function()
9526
9527 LockArmACTIVE = not LockArmACTIVE
9528
9529 for i,v in pairs(GetPlayer(EnterUsername.Text))do
9530
9531 game:GetService('RunService').Stepped:connect(function()
9532
9533 if LockArmACTIVE then
9534
9535 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Right Arm"].CFrame
9536
9537 LockArm.BackgroundColor3 = loc
9538
9539 game:GetService('RunService').Stepped:connect(function()
9540
9541 if LockArmACTIVE then
9542
9543 game.Players.LocalPlayer.Character.Head.CanCollide = false
9544
9545 game.Players.LocalPlayer.Character.Torso.CanCollide = false
9546
9547 game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
9548
9549 game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
9550
9551 end
9552
9553 end)
9554
9555 else
9556
9557 LockArm.BackgroundColor3 = col
9558
9559 end
9560
9561 end)
9562
9563 end
9564
9565 end)
9566
9567
9568
9569 LockHeadACTIVE = false
9570
9571 LockHead.MouseButton1Click:connect(function()
9572
9573 LockHeadACTIVE = not LockHeadACTIVE
9574
9575 for i,v in pairs(GetPlayer(EnterUsername.Text))do
9576
9577 game:GetService('RunService').Stepped:connect(function()
9578
9579 if LockHeadACTIVE then
9580
9581 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.Head.CFrame
9582
9583 LockHead.BackgroundColor3 = loc
9584
9585 game:GetService('RunService').Stepped:connect(function()
9586
9587 if LockHeadACTIVE then
9588
9589 game.Players.LocalPlayer.Character.Head.CanCollide = false
9590
9591 game.Players.LocalPlayer.Character.Torso.CanCollide = false
9592
9593 game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
9594
9595 game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
9596
9597 end
9598
9599 end)
9600
9601 else
9602
9603 LockHead.BackgroundColor3 = col
9604
9605 end
9606
9607 end)
9608
9609 end
9610
9611 end)
9612
9613
9614
9615 LockAboveACTIVE = false
9616
9617 LockAbove.MouseButton1Click:connect(function()
9618
9619 LockAboveACTIVE = not LockAboveACTIVE
9620
9621 for i,v in pairs(GetPlayer(EnterUsername.Text))do
9622
9623 game:GetService('RunService').Stepped:connect(function()
9624
9625 if LockAboveACTIVE then
9626
9627 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0,4,0)
9628
9629 LockAbove.BackgroundColor3 = loc
9630
9631 game:GetService('RunService').Stepped:connect(function()
9632
9633 if LockAboveACTIVE then
9634
9635 game.Players.LocalPlayer.Character.Head.CanCollide = false
9636
9637 game.Players.LocalPlayer.Character.Torso.CanCollide = false
9638
9639 game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
9640
9641 game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
9642
9643 end
9644
9645 end)
9646
9647 else
9648
9649 LockAbove.BackgroundColor3 = col
9650
9651 end
9652
9653 end)
9654
9655 end
9656
9657 end)
9658
9659
9660
9661 LockMaxACTIVE = false
9662
9663 LockMax.MouseButton1Click:connect(function()
9664
9665 LockMaxACTIVE = not LockMaxACTIVE
9666
9667 for i,v in pairs(GetPlayer(EnterUsername.Text))do
9668
9669 game:GetService('RunService').Stepped:connect(function()
9670
9671 if LockMaxACTIVE then
9672
9673 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
9674
9675 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.Head.CFrame
9676
9677 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Left Leg"].CFrame
9678
9679 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Left Arm"].CFrame
9680
9681 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Right Leg"].CFrame
9682
9683 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Right Arm"].CFrame
9684
9685 LockMax.BackgroundColor3 = loc
9686
9687 game:GetService('RunService').Stepped:connect(function()
9688
9689 if LockMaxACTIVE then
9690
9691 game.Players.LocalPlayer.Character.Head.CanCollide = false
9692
9693 game.Players.LocalPlayer.Character.Torso.CanCollide = false
9694
9695 game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
9696
9697 game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
9698
9699 end
9700
9701 end)
9702
9703 else
9704
9705 LockMax.BackgroundColor3 = col
9706
9707 end
9708
9709 end)
9710
9711 end
9712
9713 end)
9714
9715
9716
9717 TrailACTIVE = false
9718
9719 Trail.MouseButton1Click:connect(function()
9720
9721 TrailACTIVE = not TrailACTIVE
9722
9723 for i,v in pairs(GetPlayer(EnterUsername.Text))do
9724
9725 game:GetService('RunService').Stepped:connect(function()
9726
9727 if TrailACTIVE then
9728
9729 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(5,0,0)
9730
9731 Trail.BackgroundColor3 = loc
9732
9733 game.Players.LocalPlayer.Character.Head.CanCollide = false
9734
9735 game.Players.LocalPlayer.Character.Torso.CanCollide = false
9736
9737 game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
9738
9739 game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
9740
9741 else
9742
9743 Trail.BackgroundColor3 = col
9744
9745 end
9746
9747 end)
9748
9749 end
9750
9751 end)
9752
9753
9754
9755 TeleportTo.MouseButton1Click:connect(function()
9756
9757 for i,v in pairs(GetPlayer(EnterUsername.Text))do
9758
9759 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
9760
9761 end
9762
9763 end)
9764
9765
9766
9767 ------ TOOLS -------------------------------------------------------------------------
9768
9769 ------ TOOLS -------------------------------------------------------------------------
9770
9771 ------ TOOLS -------------------------------------------------------------------------
9772
9773 ------ TOOLS -------------------------------------------------------------------------
9774
9775
9776
9777 Attach.MouseButton1Click:connect(function()
9778
9779 for i,v in pairs(GetPlayer(EnterUsername.Text))do
9780
9781 game.Players.LocalPlayer.Character.Humanoid.Name = 1
9782
9783 local l = game.Players.LocalPlayer.Character["1"]:Clone()
9784
9785 l.Parent = game.Players.LocalPlayer.Character
9786
9787 l.Name = "Humanoid"
9788
9789 wait(0.1)
9790
9791 game.Players.LocalPlayer.Character["1"]:Destroy()
9792
9793 game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
9794
9795 game.Players.LocalPlayer.Character.Animate.Disabled = true
9796
9797 wait(0.1)
9798
9799 game.Players.LocalPlayer.Character.Animate.Disabled = false
9800
9801 game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
9802
9803 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
9804
9805 game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
9806
9807 end
9808
9809 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Left Arm"].CFrame
9810
9811 end
9812
9813 end)
9814
9815
9816
9817 AttachExperimental.MouseButton1Click:connect(function()
9818
9819 for i,v in pairs(GetPlayer(EnterUsername.Text))do
9820
9821 game.Players.LocalPlayer.Character.Humanoid.Name = 1
9822
9823 local l = game.Players.LocalPlayer.Character["1"]:Clone()
9824
9825 l.Parent = game.Players.LocalPlayer.Character
9826
9827 l.Name = "Humanoid"
9828
9829 wait(0.1)
9830
9831 game.Players.LocalPlayer.Character["1"]:Destroy()
9832
9833 game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
9834
9835 game.Players.LocalPlayer.Character.Animate.Disabled = true
9836
9837 wait(0.1)
9838
9839 game.Players.LocalPlayer.Character.Animate.Disabled = false
9840
9841 game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
9842
9843 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
9844
9845 game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
9846
9847 end
9848
9849 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Left Arm"].CFrame
9850
9851 wait(1)
9852
9853 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,100,0)
9854
9855 end
9856
9857 end)
9858
9859
9860
9861 Bring.MouseButton1Click:connect(function()
9862
9863 for i,v in pairs(GetPlayer(EnterUsername.Text))do
9864
9865 local NOW = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
9866
9867 game.Players.LocalPlayer.Character.Humanoid.Name = 1
9868
9869 local l = game.Players.LocalPlayer.Character["1"]:Clone()
9870
9871 l.Parent = game.Players.LocalPlayer.Character
9872
9873 l.Name = "Humanoid"
9874
9875 wait(0.1)
9876
9877 game.Players.LocalPlayer.Character["1"]:Destroy()
9878
9879 game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
9880
9881 game.Players.LocalPlayer.Character.Animate.Disabled = true
9882
9883 wait(0.1)
9884
9885 game.Players.LocalPlayer.Character.Animate.Disabled = false
9886
9887 game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
9888
9889 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
9890
9891 game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
9892
9893 end
9894
9895 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
9896
9897 wait(0.2)
9898
9899 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
9900
9901 wait(0.6)
9902
9903 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = NOW
9904
9905 wait(0.6)
9906
9907 game.Players.LocalPlayer.Character:MoveTo(game.Players[v.Name].Character.Position)
9908
9909 end
9910
9911 end)
9912
9913
9914
9915 FreeFall.MouseButton1Click:connect(function()
9916
9917 for i,v in pairs(GetPlayer(EnterUsername.Text))do
9918
9919 local NOW = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
9920
9921 game.Players.LocalPlayer.Character.Humanoid.Name = 1
9922
9923 local l = game.Players.LocalPlayer.Character["1"]:Clone()
9924
9925 l.Parent = game.Players.LocalPlayer.Character
9926
9927 l.Name = "Humanoid"
9928
9929 wait(0.1)
9930
9931 game.Players.LocalPlayer.Character["1"]:Destroy()
9932
9933 game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
9934
9935 game.Players.LocalPlayer.Character.Animate.Disabled = true
9936
9937 wait(0.1)
9938
9939 game.Players.LocalPlayer.Character.Animate.Disabled = false
9940
9941 game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
9942
9943 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
9944
9945 game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
9946
9947 end
9948
9949 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
9950
9951 wait(0.2)
9952
9953 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
9954
9955 wait(0.6)
9956
9957 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = NOW
9958
9959 wait(0.6)
9960
9961 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
9962
9963 end
9964
9965 end)
9966
9967
9968
9969 GiveTool.MouseButton1Click:connect(function()
9970
9971 for i,v in pairs(GetPlayer(EnterUsername.Text))do
9972
9973 game.Players.LocalPlayer.Character.Humanoid.Name = 1
9974
9975 local l = game.Players.LocalPlayer.Character["1"]:Clone()
9976
9977 l.Parent = game.Players.LocalPlayer.Character
9978
9979 l.Name = "Humanoid"
9980
9981 wait(0.1)
9982
9983 game.Players.LocalPlayer.Character["1"]:Destroy()
9984
9985 game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
9986
9987 game.Players.LocalPlayer.Character.Animate.Disabled = true
9988
9989 wait(0.1)
9990
9991 game.Players.LocalPlayer.Character.Animate.Disabled = false
9992
9993 game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
9994
9995 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
9996
9997 game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
9998
9999 end
10000
10001 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
10002
10003 wait(0.2)
10004
10005 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
10006
10007 wait(0.6)
10008
10009 game.Players.LocalPlayer.Character:MoveTo(game.Players[v.Name].Character.Position)
10010
10011 end
10012
10013 end)
10014
10015
10016
10017 KillSurvive.MouseButton1Click:connect(function()
10018
10019 for i,v in pairs(GetPlayer(EnterUsername.Text))do
10020
10021 local NOW = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
10022
10023 game.Players.LocalPlayer.Character.Humanoid.Name = 1
10024
10025 local l = game.Players.LocalPlayer.Character["1"]:Clone()
10026
10027 l.Parent = game.Players.LocalPlayer.Character
10028
10029 l.Name = "Humanoid"
10030
10031 wait(0.1)
10032
10033 game.Players.LocalPlayer.Character["1"]:Destroy()
10034
10035 game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
10036
10037 game.Players.LocalPlayer.Character.Animate.Disabled = true
10038
10039 wait(0.1)
10040
10041 game.Players.LocalPlayer.Character.Animate.Disabled = false
10042
10043 game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
10044
10045 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
10046
10047 game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
10048
10049 end
10050
10051 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
10052
10053 wait(0.2)
10054
10055 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
10056
10057 wait(0.4)
10058
10059 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(10000, 10000, 10000))
10060
10061 wait(0.8)
10062
10063 game.Players.LocalPlayer.Character:MoveTo(game.Players[v.Name].Character.Position)
10064
10065 wait(0.8)
10066
10067 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = NOW
10068
10069 end
10070
10071 end)
10072
10073
10074
10075 Kill.MouseButton1Click:connect(function()
10076
10077 for i,v in pairs(GetPlayer(EnterUsername.Text))do
10078
10079 game.Players.LocalPlayer.Character.Humanoid.Name = 1
10080
10081 local l = game.Players.LocalPlayer.Character["1"]:Clone()
10082
10083 l.Parent = game.Players.LocalPlayer.Character
10084
10085 l.Name = "Humanoid"
10086
10087 wait(0.1)
10088
10089 game.Players.LocalPlayer.Character["1"]:Destroy()
10090
10091 game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
10092
10093 game.Players.LocalPlayer.Character.Animate.Disabled = true
10094
10095 wait(0.1)
10096
10097 game.Players.LocalPlayer.Character.Animate.Disabled = false
10098
10099 game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
10100
10101 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
10102
10103 game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
10104
10105 end
10106
10107 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
10108
10109 wait(0.2)
10110
10111 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
10112
10113 wait(0.4)
10114
10115 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(10000, 10000, 10000))
10116
10117 end
10118
10119 end)
10120
10121
10122
10123 superspinning = false
10124
10125 SuperSpin.MouseButton1Click:connect(function()
10126
10127 superspinning = not superspinning
10128
10129 if superspinning then
10130
10131 SuperSpin.BackgroundColor3 = loc
10132
10133 for i,v in pairs(GetPlayer(EnterUsername.Text))do
10134
10135 game.Players.LocalPlayer.Character.Humanoid.Name = 1
10136
10137 local l = game.Players.LocalPlayer.Character["1"]:Clone()
10138
10139 l.Parent = game.Players.LocalPlayer.Character
10140
10141 l.Name = "Humanoid"
10142
10143 wait(0.1)
10144
10145 game.Players.LocalPlayer.Character["1"]:Destroy()
10146
10147 game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
10148
10149 game.Players.LocalPlayer.Character.Animate.Disabled = true
10150
10151 wait(0.1)
10152
10153 game.Players.LocalPlayer.Character.Animate.Disabled = false
10154
10155 game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
10156
10157 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
10158
10159 game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
10160
10161 end
10162
10163 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Left Arm"].CFrame
10164
10165 wait(1)
10166
10167 while wait() do
10168
10169 if superspinning then
10170
10171 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
10172
10173 end
10174
10175 end
10176
10177 end
10178
10179 else
10180
10181 SuperSpin.BackgroundColor3 = col
10182
10183 end
10184
10185 end)
10186
10187
10188
10189 end
10190
10191
10192
10193 script.Parent.MouseButton1Click:connect(clicked)
10194
10195
10196
10197end
10198
10199coroutine.resume(coroutine.create(SCRIPT_XARK71_FAKESCRIPT))