· 7 years ago · Apr 30, 2018, 08:50 PM
1-- Farewell infortality
2-- Revamp by ImFrostic, Version 2.8
3
4 -- Objects
5
6local DellHub = Instance.new("ScreenGui")
7local page1 = Instance.new("Frame")
8local oogabooga = Instance.new("TextButton")
9local autor = Instance.new("TextButton")
10local rhsgui = Instance.new("TextButton")
11local title = Instance.new("TextLabel")
12local cbroac = Instance.new("TextButton")
13local esp = Instance.new("TextButton")
14local nextpage = Instance.new("TextButton")
15local mm2 = Instance.new("TextButton")
16local page2 = Instance.new("Frame")
17local bfg = Instance.new("TextButton")
18local streetsgui = Instance.new("TextButton")
19local fegod = Instance.new("TextButton")
20local credit = Instance.new("TextLabel")
21local oof = Instance.new("TextButton")
22local previouspage = Instance.new("TextButton")
23
24-- Properties
25
26DellHub.Name = "DellHub"
27DellHub.Parent = game.CoreGui
28
29page1.Name = "page1"
30page1.Parent = DellHub
31page1.Active = true
32page1.BackgroundColor3 = Color3.new(0, 0, 0)
33page1.BackgroundTransparency = 0.44999998807907
34page1.BorderColor3 = Color3.new(0.666667, 0, 0)
35page1.BorderSizePixel = 8
36page1.Draggable = true
37page1.Position = UDim2.new(0.110367954, 0, 0.139776364, 0)
38page1.Size = UDim2.new(0, 181, 0, 451)
39
40oogabooga.Name = "oogabooga"
41oogabooga.Parent = page1
42oogabooga.BackgroundColor3 = Color3.new(0.666667, 0, 0)
43oogabooga.BackgroundTransparency = 0.60000002384186
44oogabooga.BorderColor3 = Color3.new(0, 0, 0)
45oogabooga.BorderSizePixel = 3
46oogabooga.Position = UDim2.new(0.0400050357, 0, 0.125180572, 0)
47oogabooga.Size = UDim2.new(0, 167, 0, 50)
48oogabooga.Font = Enum.Font.Bodoni
49oogabooga.Text = "Booga Booga Auto Berry Eater"
50oogabooga.TextColor3 = Color3.new(1, 1, 1)
51oogabooga.TextSize = 13
52
53autor.Name = "autor"
54autor.Parent = page1
55autor.BackgroundColor3 = Color3.new(0.666667, 0, 0)
56autor.BackgroundTransparency = 0.60000002384186
57autor.BorderColor3 = Color3.new(0, 0, 0)
58autor.BorderSizePixel = 3
59autor.Position = UDim2.new(0.0400050357, 0, 0.25605616, 0)
60autor.Size = UDim2.new(0, 167, 0, 50)
61autor.Font = Enum.Font.Bodoni
62autor.Text = "Jailbreak Auto Rob"
63autor.TextColor3 = Color3.new(1, 1, 1)
64autor.TextSize = 19
65
66rhsgui.Name = "rhsgui"
67rhsgui.Parent = page1
68rhsgui.BackgroundColor3 = Color3.new(0.666667, 0, 0)
69rhsgui.BackgroundTransparency = 0.60000002384186
70rhsgui.BorderColor3 = Color3.new(0, 0, 0)
71rhsgui.BorderSizePixel = 3
72rhsgui.Position = UDim2.new(0.040150255, 0, 0.384999692, 0)
73rhsgui.Size = UDim2.new(0, 167, 0, 50)
74rhsgui.Font = Enum.Font.Bodoni
75rhsgui.Text = "Advanced RHS Gui by Psykek"
76rhsgui.TextColor3 = Color3.new(1, 1, 1)
77rhsgui.TextSize = 13
78
79title.Name = "title"
80title.Parent = page1
81title.BackgroundColor3 = Color3.new(1, 1, 1)
82title.BackgroundTransparency = 1
83title.Position = UDim2.new(0, 0, 0.0133037698, 0)
84title.Size = UDim2.new(0, 181, 0, 50)
85title.Font = Enum.Font.Bodoni
86title.Text = "DellHUB"
87title.TextColor3 = Color3.new(1, 1, 1)
88title.TextSize = 37
89
90cbroac.Name = "cbroac"
91cbroac.Parent = page1
92cbroac.BackgroundColor3 = Color3.new(0.666667, 0, 0)
93cbroac.BackgroundTransparency = 0.60000002384186
94cbroac.BorderColor3 = Color3.new(0, 0, 0)
95cbroac.BorderSizePixel = 3
96cbroac.Position = UDim2.new(0.040150255, 0, 0.515820086, 0)
97cbroac.Size = UDim2.new(0, 167, 0, 50)
98cbroac.Font = Enum.Font.Bodoni
99cbroac.Text = "CBRO Anticheat Bypass"
100cbroac.TextColor3 = Color3.new(1, 1, 1)
101cbroac.TextSize = 16
102
103esp.Name = "esp"
104esp.Parent = page1
105esp.BackgroundColor3 = Color3.new(0.666667, 0, 0)
106esp.BackgroundTransparency = 0.60000002384186
107esp.BorderColor3 = Color3.new(0, 0, 0)
108esp.BorderSizePixel = 3
109esp.Position = UDim2.new(0.040150255, 0, 0.648857772, 0)
110esp.Size = UDim2.new(0, 167, 0, 50)
111esp.Font = Enum.Font.Bodoni
112esp.Text = "ESP Gui"
113esp.TextColor3 = Color3.new(1, 1, 1)
114esp.TextSize = 23
115
116nextpage.Name = "nextpage"
117nextpage.Parent = page1
118nextpage.BackgroundColor3 = Color3.new(0.666667, 0, 0)
119nextpage.BackgroundTransparency = 0.60000002384186
120nextpage.BorderColor3 = Color3.new(0, 0, 0)
121nextpage.BorderSizePixel = 3
122nextpage.Position = UDim2.new(0.497237563, 0, 0.929046571, 0)
123nextpage.Size = UDim2.new(0, 84, 0, 26)
124nextpage.Font = Enum.Font.Bodoni
125nextpage.Text = "Next Page"
126nextpage.TextColor3 = Color3.new(1, 1, 1)
127nextpage.TextSize = 21
128
129mm2.Name = "mm2"
130mm2.Parent = page1
131mm2.BackgroundColor3 = Color3.new(0.666667, 0, 0)
132mm2.BackgroundTransparency = 0.60000002384186
133mm2.BorderColor3 = Color3.new(0, 0, 0)
134mm2.BorderSizePixel = 3
135mm2.Position = UDim2.new(0.040150255, 0, 0.781895459, 0)
136mm2.Size = UDim2.new(0, 167, 0, 50)
137mm2.Font = Enum.Font.Bodoni
138mm2.Text = "Murder Mystery 2 Gui"
139mm2.TextColor3 = Color3.new(1, 1, 1)
140mm2.TextSize = 17
141
142page2.Name = "page2"
143page2.Parent = DellHub
144page2.Active = true
145page2.BackgroundColor3 = Color3.new(0, 0, 0)
146page2.BackgroundTransparency = 0.44999998807907
147page2.BorderColor3 = Color3.new(0.666667, 0, 0)
148page2.BorderSizePixel = 8
149page2.Draggable = true
150page2.Position = UDim2.new(0.362052441, 0, 0.139776364, 0)
151page2.Size = UDim2.new(0, 181, 0, 451)
152page2.Visible = false
153
154bfg.Name = "bfg"
155bfg.Parent = page2
156bfg.BackgroundColor3 = Color3.new(0.666667, 0, 0)
157bfg.BackgroundTransparency = 0.60000002384186
158bfg.BorderColor3 = Color3.new(0, 0, 0)
159bfg.BorderSizePixel = 3
160bfg.Position = UDim2.new(0.0400050357, 0, 0.125180572, 0)
161bfg.Size = UDim2.new(0, 167, 0, 50)
162bfg.Font = Enum.Font.Bodoni
163bfg.Text = "Streets BFG"
164bfg.TextColor3 = Color3.new(1, 1, 1)
165bfg.TextSize = 25
166
167streetsgui.Name = "streetsgui"
168streetsgui.Parent = page2
169streetsgui.BackgroundColor3 = Color3.new(0.666667, 0, 0)
170streetsgui.BackgroundTransparency = 0.60000002384186
171streetsgui.BorderColor3 = Color3.new(0, 0, 0)
172streetsgui.BorderSizePixel = 3
173streetsgui.Position = UDim2.new(0.0400050357, 0, 0.25605616, 0)
174streetsgui.Size = UDim2.new(0, 167, 0, 50)
175streetsgui.Font = Enum.Font.Bodoni
176streetsgui.Text = "xhuroh Streets Gui"
177streetsgui.TextColor3 = Color3.new(1, 1, 1)
178streetsgui.TextSize = 19
179
180fegod.Name = "fegod"
181fegod.Parent = page2
182fegod.BackgroundColor3 = Color3.new(0.666667, 0, 0)
183fegod.BackgroundTransparency = 0.60000002384186
184fegod.BorderColor3 = Color3.new(0, 0, 0)
185fegod.BorderSizePixel = 3
186fegod.Position = UDim2.new(0.040150255, 0, 0.384999692, 0)
187fegod.Size = UDim2.new(0, 167, 0, 50)
188fegod.Font = Enum.Font.Bodoni
189fegod.Text = "FE God perfect at Streets"
190fegod.TextColor3 = Color3.new(1, 1, 1)
191fegod.TextSize = 15
192
193credit.Name = "credit"
194credit.Parent = page2
195credit.BackgroundColor3 = Color3.new(1, 1, 1)
196credit.BackgroundTransparency = 1
197credit.Position = UDim2.new(0, 0, 0.0133037698, 0)
198credit.Size = UDim2.new(0, 181, 0, 50)
199credit.Font = Enum.Font.Bodoni
200credit.Text = "altay#3479"
201credit.TextColor3 = Color3.new(1, 1, 1)
202credit.TextSize = 37
203
204oof.Name = "oof"
205oof.Parent = page2
206oof.BackgroundColor3 = Color3.new(0.666667, 0, 0)
207oof.BackgroundTransparency = 0.60000002384186
208oof.BorderColor3 = Color3.new(0, 0, 0)
209oof.BorderSizePixel = 3
210oof.Position = UDim2.new(0.040150255, 0, 0.515820086, 0)
211oof.Size = UDim2.new(0, 167, 0, 50)
212oof.Font = Enum.Font.Bodoni
213oof.Text = "annoying oof sound"
214oof.TextColor3 = Color3.new(1, 1, 1)
215oof.TextSize = 20
216
217previouspage.Name = "previous page"
218previouspage.Parent = page2
219previouspage.BackgroundColor3 = Color3.new(0.666667, 0, 0)
220previouspage.BackgroundTransparency = 0.60000002384186
221previouspage.BorderColor3 = Color3.new(0, 0, 0)
222previouspage.BorderSizePixel = 3
223previouspage.Position = UDim2.new(0.0386740267, 0, 0.929046571, 0)
224previouspage.Size = UDim2.new(0, 84, 0, 26)
225previouspage.Font = Enum.Font.Bodoni
226previouspage.Text = "Previous Page"
227previouspage.TextColor3 = Color3.new(1, 1, 1)
228previouspage.TextSize = 14
229
230-- Scripts
231
232autor.MouseButton1Click:connect(function()
233loadstring(game:GetObjects("rbxassetid://1461971147")[1].Source)()
234end)
235
236rhsgui.MouseButton1Click:connect(function()
237-- Objects
238
239local RbxhighGUIv2 = Instance.new("ScreenGui")
240local topframe = Instance.new("Frame")
241local close = Instance.new("TextButton")
242local minimize = Instance.new("TextButton")
243local creds = Instance.new("TextLabel")
244local mainframe = Instance.new("Frame")
245local Titan = Instance.new("TextButton")
246local GiantTitan = Instance.new("TextButton")
247local GiantHead = Instance.new("TextButton")
248local MemeCreature = Instance.new("TextButton")
249local RainbowChat = Instance.new("TextButton")
250local BlackChat = Instance.new("TextButton")
251local ChatColorTab = Instance.new("TextButton")
252local BodyConfigurationTab = Instance.new("TextButton")
253local BodyColorTab = Instance.new("TextButton")
254local Sizeframe = Instance.new("Frame")
255local title = Instance.new("TextLabel")
256local HeadScaleBox = Instance.new("TextBox")
257local LowerLegHeightBox = Instance.new("TextBox")
258local UpperTorsoWidthBox = Instance.new("TextBox")
259local LowerTorsoWidthBox = Instance.new("TextBox")
260local UpperArmHeightBox = Instance.new("TextBox")
261local HandHeightBox = Instance.new("TextBox")
262local UpperLegWidthBox = Instance.new("TextBox")
263local LowerArmWidthBox = Instance.new("TextBox")
264local UpperArmWidthBox = Instance.new("TextBox")
265local FootWidthBox = Instance.new("TextBox")
266local FootHeightBox = Instance.new("TextBox")
267local LowerTorsoHeightBox = Instance.new("TextBox")
268local UpperTorsoHeightBox = Instance.new("TextBox")
269local UpperLegHeightBox = Instance.new("TextBox")
270local HandWidthBox = Instance.new("TextBox")
271local LowerArmHeightbox = Instance.new("TextBox")
272local LowerLegWidthBox = Instance.new("TextBox")
273local HelpBtnSizeFrame = Instance.new("TextButton")
274local MorphButton = Instance.new("TextButton")
275local DontMess = Instance.new("TextBox")
276local TextLabel = Instance.new("TextLabel")
277local TextLabel_2 = Instance.new("TextLabel")
278local TextLabel_3 = Instance.new("TextLabel")
279local TextLabel_4 = Instance.new("TextLabel")
280local TextLabel_5 = Instance.new("TextLabel")
281local TextLabel_6 = Instance.new("TextLabel")
282local TextLabel_7 = Instance.new("TextLabel")
283local TextLabel_8 = Instance.new("TextLabel")
284local TextLabel_9 = Instance.new("TextLabel")
285local TextLabel_10 = Instance.new("TextLabel")
286local TextLabel_11 = Instance.new("TextLabel")
287local TextLabel_12 = Instance.new("TextLabel")
288local TextLabel_13 = Instance.new("TextLabel")
289local TextLabel_14 = Instance.new("TextLabel")
290local TextLabel_15 = Instance.new("TextLabel")
291local TextLabel_16 = Instance.new("TextLabel")
292local TextLabel_17 = Instance.new("TextLabel")
293local BodyConfigurationHelpFrame = Instance.new("Frame")
294local title_2 = Instance.new("TextLabel")
295local info = Instance.new("TextLabel")
296
297-- Properties
298
299RbxhighGUIv2.Name = "Rbx-high GUI v2"
300RbxhighGUIv2.Parent = game.CoreGui
301
302topframe.Name = "topframe"
303topframe.Parent = RbxhighGUIv2
304topframe.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
305topframe.BorderColor3 = Color3.new(0, 0, 0)
306topframe.Position = UDim2.new(0.214620411, 0, 0.281007737, 0)
307topframe.Size = UDim2.new(0, 148, 0, 13)
308topframe.Active = true
309topframe.Draggable = true
310
311close.Name = "close"
312close.Parent = topframe
313close.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
314close.BorderColor3 = Color3.new(0, 0, 0)
315close.BorderSizePixel = 0
316close.Position = UDim2.new(0.928326011, 0, 0, 0)
317close.Size = UDim2.new(0, 12, 0, 8)
318close.Font = Enum.Font.SourceSans
319close.Text = "X"
320close.TextColor3 = Color3.new(1, 1, 1)
321close.TextSize = 14
322close.MouseButton1Click:Connect(function()
323
324 if topframe.Visible == false then
325 topframe.Visible = false
326 else
327 topframe.Visible = false
328 end
329
330end)
331
332close.MouseButton1Click:Connect(function()
333
334 if Sizeframe.Visible == false then
335 Sizeframe.Visible = false
336 else
337 Sizeframe.Visible = false
338 end
339
340end)
341
342close.MouseButton1Click:Connect(function()
343
344 if BodyConfigurationHelpFrame.Visible == false then
345 BodyConfigurationHelpFrame.Visible = false
346 else
347 BodyConfigurationHelpFrame.Visible = false
348 end
349
350end)
351
352minimize.Name = "minimize"
353minimize.Parent = topframe
354minimize.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
355minimize.BorderColor3 = Color3.new(0, 0, 0)
356minimize.BorderSizePixel = 0
357minimize.Position = UDim2.new(0.843447685, 0, 0, 0)
358minimize.Size = UDim2.new(0, 12, 0, 8)
359minimize.Font = Enum.Font.SourceSans
360minimize.Text = "-"
361minimize.TextColor3 = Color3.new(1, 1, 1)
362minimize.TextSize = 14
363minimize.MouseButton1Click:Connect(function()
364
365 if mainframe.Visible == false then
366 mainframe.Visible = true
367 else
368 mainframe.Visible = false
369 end
370
371end)
372
373minimize.MouseButton1Click:Connect(function()
374
375 if Sizeframe.Visible == false then
376 Sizeframe.Visible = false
377 else
378 Sizeframe.Visible = false
379 end
380
381end)
382
383minimize.MouseButton1Click:Connect(function()
384
385 if BodyConfigurationHelpFrame.Visible == false then
386 BodyConfigurationHelpFrame.Visible = false
387 else
388 BodyConfigurationHelpFrame.Visible = false
389 end
390
391end)
392
393creds.Name = "creds"
394creds.Parent = topframe
395creds.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
396creds.BorderColor3 = Color3.new(0, 0, 0)
397creds.BorderSizePixel = 0
398creds.Size = UDim2.new(0, 72, 0, 9)
399creds.Font = Enum.Font.SourceSans
400creds.Text = "Psykek#3180"
401creds.TextColor3 = Color3.new(1, 0.619608, 0.00392157)
402creds.TextSize = 14
403
404mainframe.Name = "mainframe"
405mainframe.Parent = topframe
406mainframe.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
407mainframe.BorderColor3 = Color3.new(0, 0, 0)
408mainframe.Position = UDim2.new(0, 0, 1, 0)
409mainframe.Size = UDim2.new(0, 148, 0, 132)
410
411Titan.Name = "Titan"
412Titan.Parent = mainframe
413Titan.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
414Titan.BorderColor3 = Color3.new(0, 0, 0)
415Titan.Position = UDim2.new(0.0472972952, 0, 0.0454545468, 0)
416Titan.Size = UDim2.new(0, 86, 0, 13)
417Titan.Font = Enum.Font.SourceSans
418Titan.Text = "Titan"
419Titan.TextColor3 = Color3.new(0, 0, 0)
420Titan.TextSize = 14
421Titan.MouseButton1Click:Connect(function()
422 local titan =
423{
424["assets"] =
425{
426[1] =
427{
428["drotation"] =
429{
430["y"] = 90,
431["x"] = 90,
432["z"] = 90
433},
434["dposition"] =
435{
436["y"] = 200,
437["x"] = 200,
438["z"] = 200
439},
440["scale"] =
441{
442["y"] = 100,
443["x"] = 100,
444["z"] = 100
445},
446["dscale"] =
447{
448["y"] = 500,
449["x"] = 500,
450["z"] = 500
451},
452["vscale"] =
453{
454["y"] = 1,
455["x"] = 1,
456["z"] = 1
457},
458["rotation"] =
459{
460["y"] = 0,
461["x"] = 0,
462["z"] = 0
463},
464["assetId"] = 616980142,
465["changedFX"] = false,
466["position"] =
467{
468["y"] = 0,
469["x"] = 0,
470["z"] = 0
471},
472["fx"] =
473{
474[1] = true,
475[2] = true,
476[3] = true,
477[4] = true,
478[5] = true
479},
480["vrotation"] =
481{
482["y"] = 0,
483["x"] = 0,
484["z"] = 0
485},
486["vposition"] =
487{
488["y"] = 0,
489["x"] = -0,
490["z"] = -0
491}
492},
493[2] =
494{
495["drotation"] =
496{
497["y"] = 90,
498["x"] = 90,
499["z"] = 90
500},
501["dposition"] =
502{
503["y"] = 200,
504["x"] = 200,
505["z"] = 200
506},
507["scale"] =
508{
509["y"] = 100,
510["x"] = 100,
511["z"] = 100
512},
513["dscale"] =
514{
515["y"] = 500,
516["x"] = 500,
517["z"] = 500
518},
519["vscale"] =
520{
521["y"] = 1,
522["x"] = 1,
523["z"] = 1
524},
525["rotation"] =
526{
527["y"] = 0,
528["x"] = 0,
529["z"] = 0
530},
531["assetId"] = 602599987,
532["changedFX"] = false,
533["position"] =
534{
535["y"] = 0,
536["x"] = 0,
537["z"] = 0
538},
539["fx"] =
540{
541[1] = true,
542[2] = true,
543[3] = true,
544[4] = true,
545[5] = true
546},
547["vrotation"] =
548{
549["y"] = 0,
550["x"] = 0,
551["z"] = 0
552},
553["vposition"] =
554{
555["y"] = 0,
556["x"] = -0,
557["z"] = -0
558}
559},
560[3] =
561{
562["drotation"] =
563{
564["y"] = 180,
565["x"] = 90,
566["z"] = 90
567},
568["dposition"] =
569{
570["y"] = 100,
571["x"] = 200,
572["z"] = 200
573},
574["scale"] =
575{
576["y"] = 100,
577["x"] = 100,
578["z"] = 100
579},
580["dscale"] =
581{
582["y"] = 500,
583["x"] = 500,
584["z"] = 500
585},
586["vscale"] =
587{
588["y"] = 1,
589["x"] = 1,
590["z"] = 1
591},
592["rotation"] =
593{
594["y"] = 0,
595["x"] = 0,
596["z"] = 0
597},
598["assetId"] = 244159819,
599["changedFX"] = false,
600["position"] =
601{
602["y"] = 0,
603["x"] = 0,
604["z"] = 0
605},
606["fx"] =
607{
608[1] = true,
609[2] = true,
610[3] = true,
611[4] = true,
612[5] = true
613},
614["vrotation"] =
615{
616["y"] = 0,
617["x"] = 0,
618["z"] = 0
619},
620["vposition"] =
621{
622["y"] = 0,
623["x"] = -0,
624["z"] = -0
625}
626},
627[4] =
628{
629["drotation"] =
630{
631["y"] = 90,
632["x"] = 90,
633["z"] = 90
634},
635["dposition"] =
636{
637["y"] = 200,
638["x"] = 200,
639["z"] = 200
640},
641["scale"] =
642{
643["y"] = 100,
644["x"] = 100,
645["z"] = 100
646},
647["dscale"] =
648{
649["y"] = 500,
650["x"] = 500,
651["z"] = 500
652},
653["vscale"] =
654{
655["y"] = 1,
656["x"] = 1,
657["z"] = 1
658},
659["rotation"] =
660{
661["y"] = 0,
662["x"] = 0,
663["z"] = 0
664},
665["assetId"] = 7075502,
666["changedFX"] = false,
667["position"] =
668{
669["y"] = 0,
670["x"] = 0,
671["z"] = 0
672},
673["fx"] =
674{
675[1] = true,
676[2] = true,
677[3] = true,
678[4] = true,
679[5] = true
680},
681["vrotation"] =
682{
683["y"] = 0,
684["x"] = 0,
685["z"] = 0
686},
687["vposition"] =
688{
689["y"] = 0,
690["x"] = -0,
691["z"] = -0
692}
693},
694[5] =
695{
696["drotation"] =
697{
698["y"] = 90,
699["x"] = 90,
700["z"] = 90
701},
702["dposition"] =
703{
704["y"] = 200,
705["x"] = 200,
706["z"] = 200
707},
708["scale"] =
709{
710["y"] = 100,
711["x"] = 100,
712["z"] = 100
713},
714["dscale"] =
715{
716["y"] = 500,
717["x"] = 500,
718["z"] = 500
719},
720["vscale"] =
721{
722["y"] = 1,
723["x"] = 1,
724["z"] = 1
725},
726["rotation"] =
727{
728["y"] = 0,
729["x"] = 0,
730["z"] = 0
731},
732["assetId"] = 916733101,
733["changedFX"] = false,
734["position"] =
735{
736["y"] = 0,
737["x"] = 0,
738["z"] = 0
739},
740["fx"] =
741{
742[1] = true,
743[2] = true,
744[3] = true,
745[4] = true,
746[5] = true
747},
748["vrotation"] =
749{
750["y"] = 0,
751["x"] = 0,
752["z"] = 0
753},
754["vposition"] =
755{
756["y"] = 0,
757["x"] = -0,
758["z"] = -0
759}
760}
761},
762["description"] = "",
763["createdDate"] = 1000,
764["lowerDesc"] = "",
765["bodyColors"] =
766{
767["HeadColor"] = Color3.new(1, 0, 0),
768["TorsoColor"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
769["LeftArmColor"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
770["RightLegColor"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
771["RightArmColor"] = Color3.new(1, 0, 0),
772["LeftLegColor"] = Color3.new(1, 0, 0)
773},
774["scales"] =
775{
776["LowerLegHeight"] = 5,
777["UpperTorsoWidth"] = 5,
778["UpperArmHeight"] = 5,
779["HandHeight"] = 5,
780["UpperLegWidth"] = 5,
781["LowerArmWidth"] = 5,
782["FootWidth"] = 5,
783["LowerArmHeight"] = 5,
784["UpperArmWidth"] = 5,
785["FootHeight"] = 5,
786["LowerTorsoWidth"] = 5,
787["UpperTorsoHeight"] = 5,
788["HandWidth"] = 5,
789["HeadScale"] = 5,
790["UpperLegHeight"] = 5,
791["LowerTorsoHeight"] = 5,
792["LowerLegWidth"] = 5
793},
794["name"] = "",
795["outfitId"] = 1,
796["isOutfit"] = true,
797["collageSeed"] = 0,
798["lowerName"] = ""
799}
800local Event = game:GetService("ReplicatedStorage").AvatarEditor.Remote.CommitCharacterAppearance
801Event:FireServer(titan)
802end)
803
804GiantTitan.Name = "GiantTitan"
805GiantTitan.Parent = mainframe
806GiantTitan.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
807GiantTitan.BorderColor3 = Color3.new(0, 0, 0)
808GiantTitan.Position = UDim2.new(0.0472972952, 0, 0.189393938, 0)
809GiantTitan.Size = UDim2.new(0, 86, 0, 13)
810GiantTitan.Font = Enum.Font.SourceSans
811GiantTitan.Text = "Giant Titan"
812GiantTitan.TextColor3 = Color3.new(0, 0, 0)
813GiantTitan.TextSize = 14
814GiantTitan.MouseButton1Click:Connect(function()
815 local titan =
816{
817["assets"] =
818{
819[1] =
820{
821["drotation"] =
822{
823["y"] = 90,
824["x"] = 90,
825["z"] = 90
826},
827["dposition"] =
828{
829["y"] = 200,
830["x"] = 200,
831["z"] = 200
832},
833["scale"] =
834{
835["y"] = 100,
836["x"] = 100,
837["z"] = 100
838},
839["dscale"] =
840{
841["y"] = 500,
842["x"] = 500,
843["z"] = 500
844},
845["vscale"] =
846{
847["y"] = 1,
848["x"] = 1,
849["z"] = 1
850},
851["rotation"] =
852{
853["y"] = 0,
854["x"] = 0,
855["z"] = 0
856},
857["assetId"] = 616980142,
858["changedFX"] = false,
859["position"] =
860{
861["y"] = 0,
862["x"] = 0,
863["z"] = 0
864},
865["fx"] =
866{
867[1] = true,
868[2] = true,
869[3] = true,
870[4] = true,
871[5] = true
872},
873["vrotation"] =
874{
875["y"] = 0,
876["x"] = 0,
877["z"] = 0
878},
879["vposition"] =
880{
881["y"] = 0,
882["x"] = -0,
883["z"] = -0
884}
885},
886[2] =
887{
888["drotation"] =
889{
890["y"] = 90,
891["x"] = 90,
892["z"] = 90
893},
894["dposition"] =
895{
896["y"] = 200,
897["x"] = 200,
898["z"] = 200
899},
900["scale"] =
901{
902["y"] = 100,
903["x"] = 100,
904["z"] = 100
905},
906["dscale"] =
907{
908["y"] = 500,
909["x"] = 500,
910["z"] = 500
911},
912["vscale"] =
913{
914["y"] = 1,
915["x"] = 1,
916["z"] = 1
917},
918["rotation"] =
919{
920["y"] = 0,
921["x"] = 0,
922["z"] = 0
923},
924["assetId"] = 602599987,
925["changedFX"] = false,
926["position"] =
927{
928["y"] = 0,
929["x"] = 0,
930["z"] = 0
931},
932["fx"] =
933{
934[1] = true,
935[2] = true,
936[3] = true,
937[4] = true,
938[5] = true
939},
940["vrotation"] =
941{
942["y"] = 0,
943["x"] = 0,
944["z"] = 0
945},
946["vposition"] =
947{
948["y"] = 0,
949["x"] = -0,
950["z"] = -0
951}
952},
953[3] =
954{
955["drotation"] =
956{
957["y"] = 180,
958["x"] = 90,
959["z"] = 90
960},
961["dposition"] =
962{
963["y"] = 100,
964["x"] = 200,
965["z"] = 200
966},
967["scale"] =
968{
969["y"] = 100,
970["x"] = 100,
971["z"] = 100
972},
973["dscale"] =
974{
975["y"] = 500,
976["x"] = 500,
977["z"] = 500
978},
979["vscale"] =
980{
981["y"] = 1,
982["x"] = 1,
983["z"] = 1
984},
985["rotation"] =
986{
987["y"] = 0,
988["x"] = 0,
989["z"] = 0
990},
991["assetId"] = 244159819,
992["changedFX"] = false,
993["position"] =
994{
995["y"] = 0,
996["x"] = 0,
997["z"] = 0
998},
999["fx"] =
1000{
1001[1] = true,
1002[2] = true,
1003[3] = true,
1004[4] = true,
1005[5] = true
1006},
1007["vrotation"] =
1008{
1009["y"] = 0,
1010["x"] = 0,
1011["z"] = 0
1012},
1013["vposition"] =
1014{
1015["y"] = 0,
1016["x"] = -0,
1017["z"] = -0
1018}
1019},
1020[4] =
1021{
1022["drotation"] =
1023{
1024["y"] = 90,
1025["x"] = 90,
1026["z"] = 90
1027},
1028["dposition"] =
1029{
1030["y"] = 200,
1031["x"] = 200,
1032["z"] = 200
1033},
1034["scale"] =
1035{
1036["y"] = 100,
1037["x"] = 100,
1038["z"] = 100
1039},
1040["dscale"] =
1041{
1042["y"] = 500,
1043["x"] = 500,
1044["z"] = 500
1045},
1046["vscale"] =
1047{
1048["y"] = 1,
1049["x"] = 1,
1050["z"] = 1
1051},
1052["rotation"] =
1053{
1054["y"] = 0,
1055["x"] = 0,
1056["z"] = 0
1057},
1058["assetId"] = 7075502,
1059["changedFX"] = false,
1060["position"] =
1061{
1062["y"] = 0,
1063["x"] = 0,
1064["z"] = 0
1065},
1066["fx"] =
1067{
1068[1] = true,
1069[2] = true,
1070[3] = true,
1071[4] = true,
1072[5] = true
1073},
1074["vrotation"] =
1075{
1076["y"] = 0,
1077["x"] = 0,
1078["z"] = 0
1079},
1080["vposition"] =
1081{
1082["y"] = 0,
1083["x"] = -0,
1084["z"] = -0
1085}
1086},
1087[5] =
1088{
1089["drotation"] =
1090{
1091["y"] = 90,
1092["x"] = 90,
1093["z"] = 90
1094},
1095["dposition"] =
1096{
1097["y"] = 200,
1098["x"] = 200,
1099["z"] = 200
1100},
1101["scale"] =
1102{
1103["y"] = 100,
1104["x"] = 100,
1105["z"] = 100
1106},
1107["dscale"] =
1108{
1109["y"] = 500,
1110["x"] = 500,
1111["z"] = 500
1112},
1113["vscale"] =
1114{
1115["y"] = 1,
1116["x"] = 1,
1117["z"] = 1
1118},
1119["rotation"] =
1120{
1121["y"] = 0,
1122["x"] = 0,
1123["z"] = 0
1124},
1125["assetId"] = 916733101,
1126["changedFX"] = false,
1127["position"] =
1128{
1129["y"] = 0,
1130["x"] = 0,
1131["z"] = 0
1132},
1133["fx"] =
1134{
1135[1] = true,
1136[2] = true,
1137[3] = true,
1138[4] = true,
1139[5] = true
1140},
1141["vrotation"] =
1142{
1143["y"] = 0,
1144["x"] = 0,
1145["z"] = 0
1146},
1147["vposition"] =
1148{
1149["y"] = 0,
1150["x"] = -0,
1151["z"] = -0
1152}
1153}
1154},
1155["description"] = "",
1156["createdDate"] = 1000,
1157["lowerDesc"] = "",
1158["bodyColors"] =
1159{
1160["HeadColor"] = Color3.new(1, 0, 0),
1161["TorsoColor"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
1162["LeftArmColor"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
1163["RightLegColor"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
1164["RightArmColor"] = Color3.new(1, 0, 0),
1165["LeftLegColor"] = Color3.new(1, 0, 0)
1166},
1167["scales"] =
1168{
1169["LowerLegHeight"] = 2e9,
1170["UpperTorsoWidth"] = 2e9,
1171["UpperArmHeight"] = 2e9,
1172["HandHeight"] = 2e9,
1173["UpperLegWidth"] = 2e9,
1174["LowerArmWidth"] = 2e9,
1175["FootWidth"] = 2e9,
1176["LowerArmHeight"] = 2e9,
1177["UpperArmWidth"] = 2e9,
1178["FootHeight"] = 2e9,
1179["LowerTorsoWidth"] = 2e9,
1180["UpperTorsoHeight"] = 2e9,
1181["HandWidth"] = 2e9,
1182["HeadScale"] = 2e9,
1183["UpperLegHeight"] = 2e9,
1184["LowerTorsoHeight"] = 2e9,
1185["LowerLegWidth"] = 2e9
1186},
1187["name"] = "",
1188["outfitId"] = 1,
1189["isOutfit"] = true,
1190["collageSeed"] = 0,
1191["lowerName"] = ""
1192}
1193local Event = game:GetService("ReplicatedStorage").AvatarEditor.Remote.CommitCharacterAppearance
1194Event:FireServer(titan)
1195end)
1196
1197GiantHead.Name = "GiantHead"
1198GiantHead.Parent = mainframe
1199GiantHead.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
1200GiantHead.BorderColor3 = Color3.new(0, 0, 0)
1201GiantHead.Position = UDim2.new(0.0472972952, 0, 0.340909094, 0)
1202GiantHead.Size = UDim2.new(0, 86, 0, 13)
1203GiantHead.Font = Enum.Font.SourceSans
1204GiantHead.Text = "Giant Head"
1205GiantHead.TextColor3 = Color3.new(0, 0, 0)
1206GiantHead.TextSize = 14
1207GiantHead.MouseButton1Click:Connect(function()
1208 local OOF =
1209{
1210["assets"] =
1211{
1212[1] =
1213{
1214["drotation"] =
1215{
1216["y"] = 90,
1217["x"] = 90,
1218["z"] = 90
1219},
1220["dposition"] =
1221{
1222["y"] = 200,
1223["x"] = 200,
1224["z"] = 200
1225},
1226["scale"] =
1227{
1228["y"] = 10000,
1229["x"] = 10000,
1230["z"] = 10000
1231},
1232["dscale"] =
1233{
1234["y"] = 500,
1235["x"] = 500,
1236["z"] = 500
1237},
1238["vscale"] =
1239{
1240["y"] = 1,
1241["x"] = 1,
1242["z"] = 1
1243},
1244["rotation"] =
1245{
1246["y"] = 0,
1247["x"] = 0,
1248["z"] = 0
1249},
1250["assetId"] = 916733101,
1251["changedFX"] = false,
1252["position"] =
1253{
1254["y"] = 0,
1255["x"] = 0,
1256["z"] = 0
1257},
1258["fx"] =
1259{
1260[1] = true,
1261[2] = true,
1262[3] = true,
1263[4] = true,
1264[5] = true
1265},
1266["vrotation"] =
1267{
1268["y"] = 0,
1269["x"] = 0,
1270["z"] = 0
1271},
1272["vposition"] =
1273{
1274["y"] = 0,
1275["x"] = -0,
1276["z"] = -0
1277}
1278},
1279[2] =
1280{
1281["drotation"] =
1282{
1283["y"] = 90,
1284["x"] = 90,
1285["z"] = 90
1286},
1287["dposition"] =
1288{
1289["y"] = 20000,
1290["x"] = 20000,
1291["z"] = 20000
1292},
1293["scale"] =
1294{
1295["y"] = 100,
1296["x"] = 100,
1297["z"] = 100
1298},
1299["dscale"] =
1300{
1301["y"] = 500,
1302["x"] = 500,
1303["z"] = 500
1304},
1305["vscale"] =
1306{
1307["y"] = 1,
1308["x"] = 1,
1309["z"] = 1
1310},
1311["rotation"] =
1312{
1313["y"] = 0,
1314["x"] = 0,
1315["z"] = 0
1316},
1317["assetId"] = 602599987,
1318["changedFX"] = false,
1319["position"] =
1320{
1321["y"] = 0,
1322["x"] = 0,
1323["z"] = 0
1324},
1325["fx"] =
1326{
1327[1] = true,
1328[2] = true,
1329[3] = true,
1330[4] = true,
1331[5] = true
1332},
1333["vrotation"] =
1334{
1335["y"] = 0,
1336["x"] = 0,
1337["z"] = 0
1338},
1339["vposition"] =
1340{
1341["y"] = 0,
1342["x"] = -0,
1343["z"] = -0
1344}
1345},
1346[3] =
1347{
1348["drotation"] =
1349{
1350["y"] = 90,
1351["x"] = 90,
1352["z"] = 90
1353},
1354["dposition"] =
1355{
1356["y"] = 200,
1357["x"] = 200,
1358["z"] = 200
1359},
1360["scale"] =
1361{
1362["y"] = 10000,
1363["x"] = 10000,
1364["z"] = 10000
1365},
1366["dscale"] =
1367{
1368["y"] = 500,
1369["x"] = 500,
1370["z"] = 500
1371},
1372["vscale"] =
1373{
1374["y"] = 1,
1375["x"] = 1,
1376["z"] = 1
1377},
1378["rotation"] =
1379{
1380["y"] = 0,
1381["x"] = 0,
1382["z"] = 0
1383},
1384["assetId"] = 616980142,
1385["changedFX"] = false,
1386["position"] =
1387{
1388["y"] = 0,
1389["x"] = 0,
1390["z"] = 0
1391},
1392["fx"] =
1393{
1394[1] = true,
1395[2] = true,
1396[3] = true,
1397[4] = true,
1398[5] = true
1399},
1400["vrotation"] =
1401{
1402["y"] = 0,
1403["x"] = 0,
1404["z"] = 0
1405},
1406["vposition"] =
1407{
1408["y"] = 0,
1409["x"] = -0,
1410["z"] = -0
1411}
1412},
1413[4] =
1414{
1415["drotation"] =
1416{
1417["y"] = 180,
1418["x"] = 90,
1419["z"] = 90
1420},
1421["dposition"] =
1422{
1423["y"] = 100,
1424["x"] = 200,
1425["z"] = 200
1426},
1427["scale"] =
1428{
1429["y"] = 1250,
1430["x"] = 1250,
1431["z"] = 12500
1432},
1433["dscale"] =
1434{
1435["y"] = 750,
1436["x"] = 750,
1437["z"] = 750
1438},
1439["vscale"] =
1440{
1441["y"] = 1.25,
1442["x"] = 1.25,
1443["z"] = 1.25
1444},
1445["rotation"] =
1446{
1447["y"] = 0,
1448["x"] = 0,
1449["z"] = 0
1450},
1451["assetId"] = 244159819,
1452["changedFX"] = false,
1453["position"] =
1454{
1455["y"] = 0,
1456["x"] = 0,
1457["z"] = 0
1458},
1459["fx"] =
1460{
1461[1] = true,
1462[2] = true,
1463[3] = true,
1464[4] = true,
1465[5] = true
1466},
1467["vrotation"] =
1468{
1469["y"] = 0,
1470["x"] = 0,
1471["z"] = 0
1472},
1473["vposition"] =
1474{
1475["y"] = 0,
1476["x"] = -0,
1477["z"] = -0
1478}
1479},
1480[5] =
1481{
1482["drotation"] =
1483{
1484["y"] = 90,
1485["x"] = 90,
1486["z"] = 90
1487},
1488["dposition"] =
1489{
1490["y"] = 200,
1491["x"] = 200,
1492["z"] = 200
1493},
1494["scale"] =
1495{
1496["y"] = 5000,
1497["x"] = 5000,
1498["z"] = 5000
1499},
1500["dscale"] =
1501{
1502["y"] = 5000,
1503["x"] = 5000,
1504["z"] = 5000
1505},
1506["vscale"] =
1507{
1508["y"] = 1,
1509["x"] = 1,
1510["z"] = 1
1511},
1512["rotation"] =
1513{
1514["y"] = 0,
1515["x"] = 0,
1516["z"] = 0
1517},
1518["assetId"] = 7075502,
1519["changedFX"] = false,
1520["position"] =
1521{
1522["y"] = 0,
1523["x"] = 0,
1524["z"] = 0
1525},
1526["fx"] =
1527{
1528[1] = true,
1529[2] = true,
1530[3] = true,
1531[4] = true,
1532[5] = true
1533},
1534["vrotation"] =
1535{
1536["y"] = 0,
1537["x"] = 0,
1538["z"] = 0
1539},
1540["vposition"] =
1541{
1542["y"] = 0,
1543["x"] = -0,
1544["z"] = -0
1545}
1546}
1547},
1548["description"] = "",
1549["createdDate"] = 1000,
1550["lowerDesc"] = "",
1551["bodyColors"] =
1552{
1553["HeadColor"] = Color3.new(1, 0, 0),
1554["TorsoColor"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
1555["LeftArmColor"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
1556["RightLegColor"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
1557["RightArmColor"] = Color3.new(1, 0, 0),
1558["LeftLegColor"] = Color3.new(1, 0, 0)
1559},
1560["scales"] =
1561{
1562["LowerLegHeight"] = 1,
1563["UpperTorsoWidth"] = 1,
1564["UpperArmHeight"] = 1,
1565["HandHeight"] = 1,
1566["UpperLegWidth"] = 1,
1567["LowerArmWidth"] = 1,
1568["FootWidth"] = 1,
1569["LowerArmHeight"] = 1,
1570["UpperArmWidth"] = 1,
1571["FootHeight"] = 1,
1572["LowerTorsoWidth"] = 1,
1573["UpperTorsoHeight"] = 1,
1574["HandWidth"] = 1,
1575["HeadScale"] = 500,
1576["UpperLegHeight"] = 1,
1577["LowerTorsoHeight"] = 1,
1578["LowerLegWidth"] = 1
1579},
1580["name"] = "GAY",
1581["outfitId"] = 1,
1582["isOutfit"] = true,
1583["collageSeed"] = 0,
1584["lowerName"] = ""
1585}
1586local Event = game:GetService("ReplicatedStorage").AvatarEditor.Remote.CommitCharacterAppearance
1587Event:FireServer(OOF)
1588end)
1589
1590MemeCreature.Name = "MemeCreature"
1591MemeCreature.Parent = mainframe
1592MemeCreature.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
1593MemeCreature.BorderColor3 = Color3.new(0, 0, 0)
1594MemeCreature.Position = UDim2.new(0.0472972952, 0, 0.5, 0)
1595MemeCreature.Size = UDim2.new(0, 86, 0, 13)
1596MemeCreature.Font = Enum.Font.SourceSans
1597MemeCreature.Text = "Meme Creature"
1598MemeCreature.TextColor3 = Color3.new(0, 0, 0)
1599MemeCreature.TextSize = 14
1600MemeCreature.MouseButton1Click:Connect(function()
1601 local weird =
1602{
1603["assets"] =
1604{
1605[1] =
1606{
1607["drotation"] =
1608{
1609["y"] = 90,
1610["x"] = 90,
1611["z"] = 90
1612},
1613["dposition"] =
1614{
1615["y"] = 200,
1616["x"] = 200,
1617["z"] = 200
1618},
1619["scale"] =
1620{
1621["y"] = 100,
1622["x"] = 100,
1623["z"] = 100
1624},
1625["dscale"] =
1626{
1627["y"] = 500,
1628["x"] = 500,
1629["z"] = 500
1630},
1631["vscale"] =
1632{
1633["y"] = 1,
1634["x"] = 1,
1635["z"] = 1
1636},
1637["rotation"] =
1638{
1639["y"] = 0,
1640["x"] = 0,
1641["z"] = 0
1642},
1643["assetId"] = 616980142,
1644["changedFX"] = false,
1645["position"] =
1646{
1647["y"] = 0,
1648["x"] = 0,
1649["z"] = 0
1650},
1651["fx"] =
1652{
1653[1] = true,
1654[2] = true,
1655[3] = true,
1656[4] = true,
1657[5] = true
1658},
1659["vrotation"] =
1660{
1661["y"] = 0,
1662["x"] = 0,
1663["z"] = 0
1664},
1665["vposition"] =
1666{
1667["y"] = 0,
1668["x"] = -0,
1669["z"] = -0
1670}
1671},
1672[2] =
1673{
1674["drotation"] =
1675{
1676["y"] = 90,
1677["x"] = 90,
1678["z"] = 90
1679},
1680["dposition"] =
1681{
1682["y"] = 200,
1683["x"] = 200,
1684["z"] = 200
1685},
1686["scale"] =
1687{
1688["y"] = 100,
1689["x"] = 100,
1690["z"] = 100
1691},
1692["dscale"] =
1693{
1694["y"] = 500,
1695["x"] = 500,
1696["z"] = 500
1697},
1698["vscale"] =
1699{
1700["y"] = 1,
1701["x"] = 1,
1702["z"] = 1
1703},
1704["rotation"] =
1705{
1706["y"] = 0,
1707["x"] = 0,
1708["z"] = 0
1709},
1710["assetId"] = 602599987,
1711["changedFX"] = false,
1712["position"] =
1713{
1714["y"] = 0,
1715["x"] = 0,
1716["z"] = 0
1717},
1718["fx"] =
1719{
1720[1] = true,
1721[2] = true,
1722[3] = true,
1723[4] = true,
1724[5] = true
1725},
1726["vrotation"] =
1727{
1728["y"] = 0,
1729["x"] = 0,
1730["z"] = 0
1731},
1732["vposition"] =
1733{
1734["y"] = 0,
1735["x"] = -0,
1736["z"] = -0
1737}
1738},
1739[3] =
1740{
1741["drotation"] =
1742{
1743["y"] = 180,
1744["x"] = 90,
1745["z"] = 90
1746},
1747["dposition"] =
1748{
1749["y"] = 100,
1750["x"] = 200,
1751["z"] = 200
1752},
1753["scale"] =
1754{
1755["y"] = 100,
1756["x"] = 100,
1757["z"] = 100
1758},
1759["dscale"] =
1760{
1761["y"] = 500,
1762["x"] = 500,
1763["z"] = 500
1764},
1765["vscale"] =
1766{
1767["y"] = 1,
1768["x"] = 1,
1769["z"] = 1
1770},
1771["rotation"] =
1772{
1773["y"] = 0,
1774["x"] = 0,
1775["z"] = 0
1776},
1777["assetId"] = 244159819,
1778["changedFX"] = false,
1779["position"] =
1780{
1781["y"] = 0,
1782["x"] = 0,
1783["z"] = 0
1784},
1785["fx"] =
1786{
1787[1] = true,
1788[2] = true,
1789[3] = true,
1790[4] = true,
1791[5] = true
1792},
1793["vrotation"] =
1794{
1795["y"] = 0,
1796["x"] = 0,
1797["z"] = 0
1798},
1799["vposition"] =
1800{
1801["y"] = 0,
1802["x"] = -0,
1803["z"] = -0
1804}
1805},
1806[4] =
1807{
1808["drotation"] =
1809{
1810["y"] = 90,
1811["x"] = 90,
1812["z"] = 90
1813},
1814["dposition"] =
1815{
1816["y"] = 200,
1817["x"] = 200,
1818["z"] = 200
1819},
1820["scale"] =
1821{
1822["y"] = 100,
1823["x"] = 100,
1824["z"] = 100
1825},
1826["dscale"] =
1827{
1828["y"] = 500,
1829["x"] = 500,
1830["z"] = 500
1831},
1832["vscale"] =
1833{
1834["y"] = 1,
1835["x"] = 1,
1836["z"] = 1
1837},
1838["rotation"] =
1839{
1840["y"] = 0,
1841["x"] = 0,
1842["z"] = 0
1843},
1844["assetId"] = 7075502,
1845["changedFX"] = false,
1846["position"] =
1847{
1848["y"] = 0,
1849["x"] = 0,
1850["z"] = 0
1851},
1852["fx"] =
1853{
1854[1] = true,
1855[2] = true,
1856[3] = true,
1857[4] = true,
1858[5] = true
1859},
1860["vrotation"] =
1861{
1862["y"] = 0,
1863["x"] = 0,
1864["z"] = 0
1865},
1866["vposition"] =
1867{
1868["y"] = 0,
1869["x"] = -0,
1870["z"] = -0
1871}
1872},
1873[5] =
1874{
1875["drotation"] =
1876{
1877["y"] = 90,
1878["x"] = 90,
1879["z"] = 90
1880},
1881["dposition"] =
1882{
1883["y"] = 200,
1884["x"] = 200,
1885["z"] = 200
1886},
1887["scale"] =
1888{
1889["y"] = 100,
1890["x"] = 100,
1891["z"] = 100
1892},
1893["dscale"] =
1894{
1895["y"] = 500,
1896["x"] = 500,
1897["z"] = 500
1898},
1899["vscale"] =
1900{
1901["y"] = 1,
1902["x"] = 1,
1903["z"] = 1
1904},
1905["rotation"] =
1906{
1907["y"] = 0,
1908["x"] = 0,
1909["z"] = 0
1910},
1911["assetId"] = 916733101,
1912["changedFX"] = false,
1913["position"] =
1914{
1915["y"] = 0,
1916["x"] = 0,
1917["z"] = 0
1918},
1919["fx"] =
1920{
1921[1] = true,
1922[2] = true,
1923[3] = true,
1924[4] = true,
1925[5] = true
1926},
1927["vrotation"] =
1928{
1929["y"] = 0,
1930["x"] = 0,
1931["z"] = 0
1932},
1933["vposition"] =
1934{
1935["y"] = 0,
1936["x"] = -0,
1937["z"] = -0
1938}
1939}
1940},
1941["description"] = "",
1942["createdDate"] = 1000,
1943["lowerDesc"] = "",
1944["bodyColors"] =
1945{
1946["HeadColor"] = Color3.new(1, 0, 0),
1947["TorsoColor"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
1948["LeftArmColor"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
1949["RightLegColor"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
1950["RightArmColor"] = Color3.new(1, 0, 0),
1951["LeftLegColor"] = Color3.new(1, 0, 0)
1952},
1953["scales"] =
1954{
1955["LowerLegHeight"] = 5,
1956["UpperTorsoWidth"] = 5,
1957["UpperArmHeight"] = 5,
1958["HandHeight"] = 5,
1959["UpperLegWidth"] = -1,
1960["LowerArmWidth"] = -1,
1961["FootWidth"] = 5,
1962["LowerArmHeight"] = -1,
1963["UpperArmWidth"] = -1,
1964["FootHeight"] = 5,
1965["LowerTorsoWidth"] = -1,
1966["UpperTorsoHeight"] = -1,
1967["HandWidth"] = -1,
1968["HeadScale"] = -1,
1969["UpperLegHeight"] = -1,
1970["LowerTorsoHeight"] = -1,
1971["LowerLegWidth"] = -1
1972},
1973["name"] = "",
1974["outfitId"] = 1,
1975["isOutfit"] = true,
1976["collageSeed"] = 0,
1977["lowerName"] = ""
1978}
1979local Event = game:GetService("ReplicatedStorage").AvatarEditor.Remote.CommitCharacterAppearance
1980Event:FireServer(weird)
1981end)
1982
1983RainbowChat.Name = "RainbowChat"
1984RainbowChat.Parent = mainframe
1985RainbowChat.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
1986RainbowChat.BorderColor3 = Color3.new(0, 0, 0)
1987RainbowChat.Position = UDim2.new(0.0472972952, 0, 0.651515126, 0)
1988RainbowChat.Size = UDim2.new(0, 86, 0, 13)
1989RainbowChat.Font = Enum.Font.SourceSans
1990RainbowChat.Text = "Rainbow Chat"
1991RainbowChat.TextColor3 = Color3.new(0, 0, 0)
1992RainbowChat.TextSize = 14
1993RainbowChat.MouseButton1Click:Connect(function()
1994while true do
1995wait()
1996local r = (math.sin(workspace.DistributedGameTime/2)/2)+0.5
1997local g = (math.sin(workspace.DistributedGameTime)/2)+0.5
1998local b = (math.sin(workspace.DistributedGameTime*1.5)/2)+0.5
1999local color = Color3.new(r, g, b)
2000local Event = game:GetService("ReplicatedStorage").ClientRequests.UpdateChatColorEvent
2001Event:FireServer(color)
2002end
2003end)
2004
2005BlackChat.Name = "BlackChat"
2006BlackChat.Parent = mainframe
2007BlackChat.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
2008BlackChat.BorderColor3 = Color3.new(0, 0, 0)
2009BlackChat.Position = UDim2.new(0.0472972952, 0, 0.803030252, 0)
2010BlackChat.Size = UDim2.new(0, 86, 0, 13)
2011BlackChat.Font = Enum.Font.SourceSans
2012BlackChat.Text = "Black Chat"
2013BlackChat.TextColor3 = Color3.new(0, 0, 0)
2014BlackChat.TextSize = 14
2015BlackChat.MouseButton1Click:Connect(function()
2016 local color = Color3.new(0,0,0) --Color you want here!
2017local Event = game:GetService("ReplicatedStorage").ClientRequests.UpdateChatColorEvent
2018Event:FireServer(color)
2019end)
2020
2021BodyConfigurationTab.Name = "BodyConfigurationTab"
2022BodyConfigurationTab.Parent = mainframe
2023BodyConfigurationTab.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
2024BodyConfigurationTab.BorderColor3 = Color3.new(0, 0, 0)
2025BodyConfigurationTab.Position = UDim2.new(0.92567569, 0, 0.189393938, 0)
2026BodyConfigurationTab.Size = UDim2.new(0, 11, 0, 13)
2027BodyConfigurationTab.Font = Enum.Font.SourceSans
2028BodyConfigurationTab.Text = "1"
2029BodyConfigurationTab.TextColor3 = Color3.new(0, 0, 0)
2030BodyConfigurationTab.TextSize = 14
2031BodyConfigurationTab.MouseButton1Click:Connect(function()
2032 if Sizeframe.Visible == false then
2033 Sizeframe.Visible = true
2034 else
2035 Sizeframe.Visible = false
2036 end
2037end)
2038
2039BodyConfigurationTab.MouseButton1Click:Connect(function()
2040
2041 if BodyConfigurationHelpFrame.Visible == false then
2042 BodyConfigurationHelpFrame.Visible = false
2043 else
2044 BodyConfigurationHelpFrame.Visible = false
2045 end
2046
2047end)
2048
2049Sizeframe.Name = "Sizeframe"
2050Sizeframe.Parent = RbxhighGUIv2
2051Sizeframe.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
2052Sizeframe.BorderColor3 = Color3.new(0, 0, 0)
2053Sizeframe.Position = UDim2.new(0.61105901, 0, 0.434108555, 0)
2054Sizeframe.Size = UDim2.new(0, 375, 0, 271)
2055Sizeframe.Active = true
2056Sizeframe.Draggable = true
2057Sizeframe.Visible = false
2058
2059title.Name = "title"
2060title.Parent = Sizeframe
2061title.BackgroundColor3 = Color3.new(0.380392, 0.380392, 0.380392)
2062title.BorderColor3 = Color3.new(0, 0, 0)
2063title.Position = UDim2.new(0.207310781, 0, 0, 0)
2064title.Size = UDim2.new(0, 219, 0, 26)
2065title.Font = Enum.Font.SourceSans
2066title.Text = "Custom Body Configuration"
2067title.TextColor3 = Color3.new(0, 0, 0)
2068title.TextSize = 16
2069title.TextWrapped = true
2070
2071HeadScaleBox.Name = "HeadScaleBox"
2072HeadScaleBox.Parent = Sizeframe
2073HeadScaleBox.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
2074HeadScaleBox.BorderColor3 = Color3.new(0, 0, 0)
2075HeadScaleBox.Position = UDim2.new(0.042871356, 0, 0.222484708, 0)
2076HeadScaleBox.Size = UDim2.new(0, 62, 0, 20)
2077HeadScaleBox.Font = Enum.Font.SourceSans
2078HeadScaleBox.Text = "INT"
2079HeadScaleBox.TextColor3 = Color3.new(0, 0, 0)
2080HeadScaleBox.TextScaled = true
2081HeadScaleBox.TextSize = 14
2082HeadScaleBox.TextWrapped = true
2083
2084LowerLegHeightBox.Name = "LowerLegHeightBox"
2085LowerLegHeightBox.Parent = Sizeframe
2086LowerLegHeightBox.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
2087LowerLegHeightBox.BorderColor3 = Color3.new(0, 0, 0)
2088LowerLegHeightBox.Position = UDim2.new(0.296204686, 0, 0.221601546, 0)
2089LowerLegHeightBox.Size = UDim2.new(0, 62, 0, 20)
2090LowerLegHeightBox.Font = Enum.Font.SourceSans
2091LowerLegHeightBox.Text = "INT"
2092LowerLegHeightBox.TextColor3 = Color3.new(0, 0, 0)
2093LowerLegHeightBox.TextScaled = true
2094LowerLegHeightBox.TextSize = 14
2095LowerLegHeightBox.TextWrapped = true
2096
2097UpperTorsoWidthBox.Name = "UpperTorsoWidthBox"
2098UpperTorsoWidthBox.Parent = Sizeframe
2099UpperTorsoWidthBox.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
2100UpperTorsoWidthBox.BorderColor3 = Color3.new(0, 0, 0)
2101UpperTorsoWidthBox.Position = UDim2.new(0.549538076, 0, 0.221949041, 0)
2102UpperTorsoWidthBox.Size = UDim2.new(0, 62, 0, 20)
2103UpperTorsoWidthBox.Font = Enum.Font.SourceSans
2104UpperTorsoWidthBox.Text = "INT"
2105UpperTorsoWidthBox.TextColor3 = Color3.new(0, 0, 0)
2106UpperTorsoWidthBox.TextScaled = true
2107UpperTorsoWidthBox.TextSize = 14
2108UpperTorsoWidthBox.TextWrapped = true
2109
2110LowerTorsoWidthBox.Name = "LowerTorsoWidthBox"
2111LowerTorsoWidthBox.Parent = Sizeframe
2112LowerTorsoWidthBox.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
2113LowerTorsoWidthBox.BorderColor3 = Color3.new(0, 0, 0)
2114LowerTorsoWidthBox.Position = UDim2.new(0.790871382, 0, 0.222313806, 0)
2115LowerTorsoWidthBox.Size = UDim2.new(0, 62, 0, 20)
2116LowerTorsoWidthBox.Font = Enum.Font.SourceSans
2117LowerTorsoWidthBox.Text = "INT"
2118LowerTorsoWidthBox.TextColor3 = Color3.new(0, 0, 0)
2119LowerTorsoWidthBox.TextScaled = true
2120LowerTorsoWidthBox.TextSize = 14
2121LowerTorsoWidthBox.TextWrapped = true
2122
2123UpperArmHeightBox.Name = "UpperArmHeightBox"
2124UpperArmHeightBox.Parent = Sizeframe
2125UpperArmHeightBox.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
2126UpperArmHeightBox.BorderColor3 = Color3.new(0, 0, 0)
2127UpperArmHeightBox.Position = UDim2.new(0.296204716, 0, 0.399800479, 0)
2128UpperArmHeightBox.Size = UDim2.new(0, 62, 0, 20)
2129UpperArmHeightBox.Font = Enum.Font.SourceSans
2130UpperArmHeightBox.Text = "INT"
2131UpperArmHeightBox.TextColor3 = Color3.new(0, 0, 0)
2132UpperArmHeightBox.TextScaled = true
2133UpperArmHeightBox.TextSize = 14
2134UpperArmHeightBox.TextWrapped = true
2135
2136HandHeightBox.Name = "HandHeightBox"
2137HandHeightBox.Parent = Sizeframe
2138HandHeightBox.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
2139HandHeightBox.BorderColor3 = Color3.new(0, 0, 0)
2140HandHeightBox.Position = UDim2.new(0.54838872, 0, 0.580418229, 0)
2141HandHeightBox.Size = UDim2.new(0, 62, 0, 20)
2142HandHeightBox.Font = Enum.Font.SourceSans
2143HandHeightBox.Text = "INT"
2144HandHeightBox.TextColor3 = Color3.new(0, 0, 0)
2145HandHeightBox.TextScaled = true
2146HandHeightBox.TextSize = 14
2147HandHeightBox.TextWrapped = true
2148
2149UpperLegWidthBox.Name = "UpperLegWidthBox"
2150UpperLegWidthBox.Parent = Sizeframe
2151UpperLegWidthBox.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
2152UpperLegWidthBox.BorderColor3 = Color3.new(0, 0, 0)
2153UpperLegWidthBox.Position = UDim2.new(0.550472975, 0, 0.398723304, 0)
2154UpperLegWidthBox.Size = UDim2.new(0, 62, 0, 20)
2155UpperLegWidthBox.Font = Enum.Font.SourceSans
2156UpperLegWidthBox.Text = "INT"
2157UpperLegWidthBox.TextColor3 = Color3.new(0, 0, 0)
2158UpperLegWidthBox.TextScaled = true
2159UpperLegWidthBox.TextSize = 14
2160UpperLegWidthBox.TextWrapped = true
2161
2162LowerArmWidthBox.Name = "LowerArmWidthBox"
2163LowerArmWidthBox.Parent = Sizeframe
2164LowerArmWidthBox.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
2165LowerArmWidthBox.BorderColor3 = Color3.new(0, 0, 0)
2166LowerArmWidthBox.Position = UDim2.new(0.787055373, 0, 0.39907074, 0)
2167LowerArmWidthBox.Size = UDim2.new(0, 62, 0, 20)
2168LowerArmWidthBox.Font = Enum.Font.SourceSans
2169LowerArmWidthBox.Text = "INT"
2170LowerArmWidthBox.TextColor3 = Color3.new(0, 0, 0)
2171LowerArmWidthBox.TextScaled = true
2172LowerArmWidthBox.TextSize = 14
2173LowerArmWidthBox.TextWrapped = true
2174
2175UpperArmWidthBox.Name = "UpperArmWidthBox"
2176UpperArmWidthBox.Parent = Sizeframe
2177UpperArmWidthBox.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
2178UpperArmWidthBox.BorderColor3 = Color3.new(0, 0, 0)
2179UpperArmWidthBox.Position = UDim2.new(0.0417220592, 0, 0.580721974, 0)
2180UpperArmWidthBox.Size = UDim2.new(0, 62, 0, 20)
2181UpperArmWidthBox.Font = Enum.Font.SourceSans
2182UpperArmWidthBox.Text = "INT"
2183UpperArmWidthBox.TextColor3 = Color3.new(0, 0, 0)
2184UpperArmWidthBox.TextScaled = true
2185UpperArmWidthBox.TextSize = 14
2186UpperArmWidthBox.TextWrapped = true
2187
2188FootWidthBox.Name = "FootWidthBox"
2189FootWidthBox.Parent = Sizeframe
2190FootWidthBox.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
2191FootWidthBox.BorderColor3 = Color3.new(0, 0, 0)
2192FootWidthBox.Position = UDim2.new(0.297139645, 0, 0.580137789, 0)
2193FootWidthBox.Size = UDim2.new(0, 62, 0, 20)
2194FootWidthBox.Font = Enum.Font.SourceSans
2195FootWidthBox.Text = "INT"
2196FootWidthBox.TextColor3 = Color3.new(0, 0, 0)
2197FootWidthBox.TextScaled = true
2198FootWidthBox.TextSize = 14
2199FootWidthBox.TextWrapped = true
2200
2201FootHeightBox.Name = "FootHeightBox"
2202FootHeightBox.Parent = Sizeframe
2203FootHeightBox.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
2204FootHeightBox.BorderColor3 = Color3.new(0, 0, 0)
2205FootHeightBox.Position = UDim2.new(0.418488264, 0, 0.912521541, 0)
2206FootHeightBox.Size = UDim2.new(0, 62, 0, 20)
2207FootHeightBox.Font = Enum.Font.SourceSans
2208FootHeightBox.Text = "INT"
2209FootHeightBox.TextColor3 = Color3.new(0, 0, 0)
2210FootHeightBox.TextScaled = true
2211FootHeightBox.TextSize = 14
2212FootHeightBox.TextWrapped = true
2213
2214LowerTorsoHeightBox.Name = "LowerTorsoHeightBox"
2215LowerTorsoHeightBox.Parent = Sizeframe
2216LowerTorsoHeightBox.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
2217LowerTorsoHeightBox.BorderColor3 = Color3.new(0, 0, 0)
2218LowerTorsoHeightBox.Position = UDim2.new(0.295821607, 0, 0.754811883, 0)
2219LowerTorsoHeightBox.Size = UDim2.new(0, 62, 0, 20)
2220LowerTorsoHeightBox.Font = Enum.Font.SourceSans
2221LowerTorsoHeightBox.Text = "INT"
2222LowerTorsoHeightBox.TextColor3 = Color3.new(0, 0, 0)
2223LowerTorsoHeightBox.TextScaled = true
2224LowerTorsoHeightBox.TextSize = 14
2225LowerTorsoHeightBox.TextWrapped = true
2226
2227UpperTorsoHeightBox.Name = "UpperTorsoHeightBox"
2228UpperTorsoHeightBox.Parent = Sizeframe
2229UpperTorsoHeightBox.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
2230UpperTorsoHeightBox.BorderColor3 = Color3.new(0, 0, 0)
2231UpperTorsoHeightBox.Position = UDim2.new(0.793154955, 0, 0.755159318, 0)
2232UpperTorsoHeightBox.Size = UDim2.new(0, 62, 0, 20)
2233UpperTorsoHeightBox.Font = Enum.Font.SourceSans
2234UpperTorsoHeightBox.Text = "INT"
2235UpperTorsoHeightBox.TextColor3 = Color3.new(0, 0, 0)
2236UpperTorsoHeightBox.TextScaled = true
2237UpperTorsoHeightBox.TextSize = 14
2238UpperTorsoHeightBox.TextWrapped = true
2239
2240UpperLegHeightBox.Name = "UpperLegHeightBox"
2241UpperLegHeightBox.Parent = Sizeframe
2242UpperLegHeightBox.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
2243UpperLegHeightBox.BorderColor3 = Color3.new(0, 0, 0)
2244UpperLegHeightBox.Position = UDim2.new(0.0438215733, 0, 0.755998671, 0)
2245UpperLegHeightBox.Size = UDim2.new(0, 62, 0, 20)
2246UpperLegHeightBox.Font = Enum.Font.SourceSans
2247UpperLegHeightBox.Text = "INT"
2248UpperLegHeightBox.TextColor3 = Color3.new(0, 0, 0)
2249UpperLegHeightBox.TextScaled = true
2250UpperLegHeightBox.TextSize = 14
2251UpperLegHeightBox.TextWrapped = true
2252
2253HandWidthBox.Name = "HandWidthBox"
2254HandWidthBox.Parent = Sizeframe
2255HandWidthBox.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
2256HandWidthBox.BorderColor3 = Color3.new(0, 0, 0)
2257HandWidthBox.Position = UDim2.new(0.549154937, 0, 0.755414486, 0)
2258HandWidthBox.Size = UDim2.new(0, 62, 0, 20)
2259HandWidthBox.Font = Enum.Font.SourceSans
2260HandWidthBox.Text = "INT"
2261HandWidthBox.TextColor3 = Color3.new(0, 0, 0)
2262HandWidthBox.TextScaled = true
2263HandWidthBox.TextSize = 14
2264HandWidthBox.TextWrapped = true
2265
2266LowerArmHeightbox.Name = "LowerArmHeightbox"
2267LowerArmHeightbox.Parent = Sizeframe
2268LowerArmHeightbox.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
2269LowerArmHeightbox.BorderColor3 = Color3.new(0, 0, 0)
2270LowerArmHeightbox.Position = UDim2.new(0.0415380001, 0, 0.398847759, 0)
2271LowerArmHeightbox.Size = UDim2.new(0, 62, 0, 20)
2272LowerArmHeightbox.Font = Enum.Font.SourceSans
2273LowerArmHeightbox.Text = "INT"
2274LowerArmHeightbox.TextColor3 = Color3.new(0, 0, 0)
2275LowerArmHeightbox.TextScaled = true
2276LowerArmHeightbox.TextSize = 14
2277LowerArmHeightbox.TextWrapped = true
2278
2279LowerLegWidthBox.Name = "LowerLegWidthBox"
2280LowerLegWidthBox.Parent = Sizeframe
2281LowerLegWidthBox.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
2282LowerLegWidthBox.BorderColor3 = Color3.new(0, 0, 0)
2283LowerLegWidthBox.Position = UDim2.new(0.791821599, 0, 0.578968227, 0)
2284LowerLegWidthBox.Size = UDim2.new(0, 62, 0, 20)
2285LowerLegWidthBox.Font = Enum.Font.SourceSans
2286LowerLegWidthBox.Text = "INT"
2287LowerLegWidthBox.TextColor3 = Color3.new(0, 0, 0)
2288LowerLegWidthBox.TextScaled = true
2289LowerLegWidthBox.TextSize = 14
2290LowerLegWidthBox.TextWrapped = true
2291
2292HelpBtnSizeFrame.Name = "HelpBtnSizeFrame"
2293HelpBtnSizeFrame.Parent = Sizeframe
2294HelpBtnSizeFrame.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
2295HelpBtnSizeFrame.BorderColor3 = Color3.new(0, 0, 0)
2296HelpBtnSizeFrame.Position = UDim2.new(0.961652815, 0, 0, 0)
2297HelpBtnSizeFrame.Size = UDim2.new(0, 13, 0, 12)
2298HelpBtnSizeFrame.Font = Enum.Font.SourceSans
2299HelpBtnSizeFrame.Text = "?"
2300HelpBtnSizeFrame.TextColor3 = Color3.new(0, 0, 0)
2301HelpBtnSizeFrame.TextSize = 14
2302HelpBtnSizeFrame.MouseButton1Click:Connect(function()
2303
2304 if BodyConfigurationHelpFrame.Visible == false then
2305 BodyConfigurationHelpFrame.Visible = true
2306 else
2307 BodyConfigurationHelpFrame.Visible = false
2308 end
2309
2310end)
2311
2312MorphButton.Name = "MorphButton"
2313MorphButton.Parent = Sizeframe
2314MorphButton.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
2315MorphButton.BorderColor3 = Color3.new(1, 1, 1)
2316MorphButton.Position = UDim2.new(0.765323579, 0, 0.89912641, 0)
2317MorphButton.Size = UDim2.new(0, 82, 0, 19)
2318MorphButton.Font = Enum.Font.SourceSans
2319MorphButton.Text = "Change"
2320MorphButton.TextColor3 = Color3.new(0, 0, 0)
2321MorphButton.TextSize = 14
2322MorphButton.MouseButton1Click:Connect(function()
2323 local OOF =
2324{
2325["assets"] =
2326{
2327[1] =
2328{
2329["drotation"] =
2330{
2331["y"] = 0,
2332["x"] = 0,
2333["z"] = 0
2334},
2335["dposition"] =
2336{
2337["y"] = 0,
2338["x"] = 0,
2339["z"] = 0
2340},
2341["scale"] =
2342{
2343["y"] = 0,
2344["x"] = 0,
2345["z"] = 0
2346},
2347["dscale"] =
2348{
2349["y"] = 0,
2350["x"] = 0,
2351["z"] = 0
2352},
2353["vscale"] =
2354{
2355["y"] = 0,
2356["x"] = 0,
2357["z"] = 0
2358},
2359["rotation"] =
2360{
2361["y"] = 0,
2362["x"] = 0,
2363["z"] = 0
2364},
2365["position"] =
2366{
2367["y"] = 0,
2368["x"] = 0,
2369["z"] = 0
2370},
2371["vrotation"] =
2372{
2373["y"] = 0,
2374["x"] = 0,
2375["z"] = 0
2376},
2377["vposition"] =
2378{
2379["y"] = 0,
2380["x"] = 0,
2381["z"] = 0
2382}
2383},
2384[2] =
2385{
2386["drotation"] =
2387{
2388["y"] = 0,
2389["x"] = 0,
2390["z"] = 0
2391},
2392["dposition"] =
2393{
2394["y"] = 0,
2395["x"] = 0,
2396["z"] = 0
2397},
2398["scale"] =
2399{
2400["y"] = 0,
2401["x"] = 0,
2402["z"] = 0
2403},
2404["dscale"] =
2405{
2406["y"] = 0,
2407["x"] = 0,
2408["z"] = 0
2409},
2410["vscale"] =
2411{
2412["y"] = 0,
2413["x"] = 0,
2414["z"] = 0
2415},
2416["rotation"] =
2417{
2418["y"] = 0,
2419["x"] = 0,
2420["z"] = 0
2421},
2422["position"] =
2423{
2424["y"] = 0,
2425["x"] = 0,
2426["z"] = 0
2427},
2428["vrotation"] =
2429{
2430["y"] = 0,
2431["x"] = 0,
2432["z"] = 0
2433},
2434["vposition"] =
2435{
2436["y"] = 0,
2437["x"] = 0,
2438["z"] = 0
2439}
2440},
2441[3] =
2442{
2443["drotation"] =
2444{
2445["y"] = 0,
2446["x"] = 0,
2447["z"] = 0
2448},
2449["dposition"] =
2450{
2451["y"] = 0,
2452["x"] = 0,
2453["z"] = 0
2454},
2455["scale"] =
2456{
2457["y"] = 0,
2458["x"] = 0,
2459["z"] = 0
2460},
2461["dscale"] =
2462{
2463["y"] = 0,
2464["x"] = 0,
2465["z"] = 0
2466},
2467["vscale"] =
2468{
2469["y"] = 0,
2470["x"] = 0,
2471["z"] = 0
2472},
2473["rotation"] =
2474{
2475["y"] = 0,
2476["x"] = 0,
2477["z"] = 0
2478},
2479["position"] =
2480{
2481["y"] = 0,
2482["x"] = 0,
2483["z"] = 0
2484},
2485["vrotation"] =
2486{
2487["y"] = 0,
2488["x"] = 0,
2489["z"] = 0
2490},
2491["vposition"] =
2492{
2493["y"] = 0,
2494["x"] = 0,
2495["z"] = 0
2496}
2497},
2498[4] =
2499{
2500["drotation"] =
2501{
2502["y"] = 0,
2503["x"] = 0,
2504["z"] = 0
2505},
2506["dposition"] =
2507{
2508["y"] = 0,
2509["x"] = 0,
2510["z"] = 0
2511},
2512["scale"] =
2513{
2514["y"] = 0,
2515["x"] = 0,
2516["z"] = 0
2517},
2518["dscale"] =
2519{
2520["y"] = 0,
2521["x"] = 0,
2522["z"] = 0
2523},
2524["vscale"] =
2525{
2526["y"] = 0,
2527["x"] = 0,
2528["z"] = 0
2529},
2530["rotation"] =
2531{
2532["y"] = 0,
2533["x"] = 0,
2534["z"] = 0
2535},
2536["position"] =
2537{
2538["y"] = 0,
2539["x"] = 0,
2540["z"] = 0
2541},
2542["vrotation"] =
2543{
2544["y"] = 0,
2545["x"] = 0,
2546["z"] = 0
2547},
2548["vposition"] =
2549{
2550["y"] = 0,
2551["x"] = 0,
2552["z"] = 0
2553}
2554},
2555[5] =
2556{
2557["drotation"] =
2558{
2559["y"] = 0,
2560["x"] = 0,
2561["z"] = 0
2562},
2563["dposition"] =
2564{
2565["y"] = 0,
2566["x"] = 0,
2567["z"] = 0
2568},
2569["scale"] =
2570{
2571["y"] = 0,
2572["x"] = 0,
2573["z"] = 0
2574},
2575["dscale"] =
2576{
2577["y"] = 0,
2578["x"] = 0,
2579["z"] = 0
2580},
2581["vscale"] =
2582{
2583["y"] = 0,
2584["x"] = 0,
2585["z"] = 0
2586},
2587["rotation"] =
2588{
2589["y"] = 0,
2590["x"] = 0,
2591["z"] = 0
2592},
2593["position"] =
2594{
2595["y"] = 0,
2596["x"] = 0,
2597["z"] = 0
2598},
2599["vrotation"] =
2600{
2601["y"] = 0,
2602["x"] = 0,
2603["z"] = 0
2604},
2605["vposition"] =
2606{
2607["y"] = 0,
2608["x"] = 0,
2609["z"] = 0
2610}
2611}
2612},
2613["description"] = "",
2614["createdDate"] = 1000,
2615["lowerDesc"] = "",
2616["scales"] =
2617{
2618["LowerLegHeight"] = (LowerLegHeightBox.Text),
2619["UpperTorsoWidth"] = (UpperTorsoHeightBox.Text),
2620["UpperArmHeight"] = (UpperArmHeightBox.Text),
2621["HandHeight"] = (HandHeightBox.Text),
2622["UpperLegWidth"] = (UpperLegWidthBox.Text),
2623["LowerArmWidth"] = (LowerArmWidthBox.Text),
2624["FootWidth"] = (FootWidthBox.Text),
2625["LowerArmHeight"] = (LowerArmHeightbox.Text),
2626["UpperArmWidth"] = (UpperArmWidthBox.Text),
2627["FootHeight"] = (FootHeightBox.Text),
2628["LowerTorsoWidth"] = (LowerTorsoWidthBox.Text),
2629["UpperTorsoHeight"] = (UpperTorsoHeightBox.Text),
2630["HandWidth"] = (HandWidthBox.Text),
2631["HeadScale"] = (HeadScaleBox.Text),
2632["UpperLegHeight"] = (UpperLegHeightBox.Text),
2633["LowerTorsoHeight"] = (LowerTorsoHeightBox.Text),
2634["LowerLegWidth"] = (LowerLegWidthBox.Text)
2635},
2636["name"] = "",
2637["outfitId"] = 1,
2638["isOutfit"] = true,
2639["collageSeed"] = 0,
2640["lowerName"] = ""
2641}
2642local Event = game:GetService("ReplicatedStorage").AvatarEditor.Remote.CommitCharacterAppearance
2643Event:FireServer(OOF)
2644end)
2645
2646DontMess.Name = "DontMess"
2647DontMess.Parent = Sizeframe
2648DontMess.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
2649DontMess.BorderSizePixel = 0
2650DontMess.Size = UDim2.new(0, 7, 0, 6)
2651DontMess.Visible = false
2652DontMess.Font = Enum.Font.SourceSans
2653DontMess.Text = ""
2654DontMess.TextSize = 14
2655
2656TextLabel.Parent = Sizeframe
2657TextLabel.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
2658TextLabel.BorderColor3 = Color3.new(0, 0, 0)
2659TextLabel.BorderSizePixel = 0
2660TextLabel.Position = UDim2.new(0, 0, 0.136531368, 0)
2661TextLabel.Size = UDim2.new(0, 95, 0, 16)
2662TextLabel.Font = Enum.Font.SourceSans
2663TextLabel.Text = "-- Head Scale --"
2664TextLabel.TextColor3 = Color3.new(0, 0, 0)
2665TextLabel.TextSize = 14
2666TextLabel.TextWrapped = true
2667
2668TextLabel_2.Parent = Sizeframe
2669TextLabel_2.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
2670TextLabel_2.BorderColor3 = Color3.new(0, 0, 0)
2671TextLabel_2.BorderSizePixel = 0
2672TextLabel_2.Position = UDim2.new(0.25333333, 0, 0.136531368, 0)
2673TextLabel_2.Size = UDim2.new(0, 95, 0, 16)
2674TextLabel_2.Font = Enum.Font.SourceSans
2675TextLabel_2.Text = "-- Low Leg Height --"
2676TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
2677TextLabel_2.TextScaled = true
2678TextLabel_2.TextSize = 14
2679TextLabel_2.TextWrapped = true
2680
2681TextLabel_3.Parent = Sizeframe
2682TextLabel_3.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
2683TextLabel_3.BorderColor3 = Color3.new(0, 0, 0)
2684TextLabel_3.BorderSizePixel = 0
2685TextLabel_3.Position = UDim2.new(0.50666666, 0, 0.136531368, 0)
2686TextLabel_3.Size = UDim2.new(0, 95, 0, 16)
2687TextLabel_3.Font = Enum.Font.SourceSans
2688TextLabel_3.Text = "-- Up Torso Width --"
2689TextLabel_3.TextColor3 = Color3.new(0, 0, 0)
2690TextLabel_3.TextScaled = true
2691TextLabel_3.TextSize = 14
2692TextLabel_3.TextWrapped = true
2693
2694TextLabel_4.Parent = Sizeframe
2695TextLabel_4.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
2696TextLabel_4.BorderColor3 = Color3.new(0, 0, 0)
2697TextLabel_4.BorderSizePixel = 0
2698TextLabel_4.Position = UDim2.new(-0.00133333332, 0, 0.317343175, 0)
2699TextLabel_4.Size = UDim2.new(0, 95, 0, 16)
2700TextLabel_4.Font = Enum.Font.SourceSans
2701TextLabel_4.Text = "-- Low Arm Height --"
2702TextLabel_4.TextColor3 = Color3.new(0, 0, 0)
2703TextLabel_4.TextScaled = true
2704TextLabel_4.TextSize = 14
2705TextLabel_4.TextWrapped = true
2706
2707TextLabel_5.Parent = Sizeframe
2708TextLabel_5.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
2709TextLabel_5.BorderColor3 = Color3.new(0, 0, 0)
2710TextLabel_5.BorderSizePixel = 0
2711TextLabel_5.Position = UDim2.new(0.252000004, 0, 0.317343175, 0)
2712TextLabel_5.Size = UDim2.new(0, 95, 0, 16)
2713TextLabel_5.Font = Enum.Font.SourceSans
2714TextLabel_5.Text = "-- Up Arm Height --"
2715TextLabel_5.TextColor3 = Color3.new(0, 0, 0)
2716TextLabel_5.TextScaled = true
2717TextLabel_5.TextSize = 14
2718TextLabel_5.TextWrapped = true
2719
2720TextLabel_6.Parent = Sizeframe
2721TextLabel_6.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
2722TextLabel_6.BorderColor3 = Color3.new(0, 0, 0)
2723TextLabel_6.BorderSizePixel = 0
2724TextLabel_6.Position = UDim2.new(0.745333314, 0, 0.136531368, 0)
2725TextLabel_6.Size = UDim2.new(0, 95, 0, 16)
2726TextLabel_6.Font = Enum.Font.SourceSans
2727TextLabel_6.Text = "-- Low Torso Width --"
2728TextLabel_6.TextColor3 = Color3.new(0, 0, 0)
2729TextLabel_6.TextScaled = true
2730TextLabel_6.TextSize = 14
2731TextLabel_6.TextWrapped = true
2732
2733TextLabel_7.Parent = Sizeframe
2734TextLabel_7.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
2735TextLabel_7.BorderColor3 = Color3.new(0, 0, 0)
2736TextLabel_7.BorderSizePixel = 0
2737TextLabel_7.Position = UDim2.new(-0.00133333332, 0, 0.498154998, 0)
2738TextLabel_7.Size = UDim2.new(0, 95, 0, 16)
2739TextLabel_7.Font = Enum.Font.SourceSans
2740TextLabel_7.Text = "-- Up Arm Width --"
2741TextLabel_7.TextColor3 = Color3.new(0, 0, 0)
2742TextLabel_7.TextSize = 14
2743TextLabel_7.TextWrapped = true
2744
2745TextLabel_8.Parent = Sizeframe
2746TextLabel_8.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
2747TextLabel_8.BorderColor3 = Color3.new(0, 0, 0)
2748TextLabel_8.BorderSizePixel = 0
2749TextLabel_8.Position = UDim2.new(0.742666662, 0, 0.317343175, 0)
2750TextLabel_8.Size = UDim2.new(0, 95, 0, 16)
2751TextLabel_8.Font = Enum.Font.SourceSans
2752TextLabel_8.Text = "-- Low Arm Width --"
2753TextLabel_8.TextColor3 = Color3.new(0, 0, 0)
2754TextLabel_8.TextScaled = true
2755TextLabel_8.TextSize = 14
2756TextLabel_8.TextWrapped = true
2757
2758TextLabel_9.Parent = Sizeframe
2759TextLabel_9.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
2760TextLabel_9.BorderColor3 = Color3.new(0, 0, 0)
2761TextLabel_9.BorderSizePixel = 0
2762TextLabel_9.Position = UDim2.new(0.505333304, 0, 0.317343175, 0)
2763TextLabel_9.Size = UDim2.new(0, 95, 0, 16)
2764TextLabel_9.Font = Enum.Font.SourceSans
2765TextLabel_9.Text = "-- Up Leg Width --"
2766TextLabel_9.TextColor3 = Color3.new(0, 0, 0)
2767TextLabel_9.TextSize = 14
2768TextLabel_9.TextWrapped = true
2769
2770TextLabel_10.Parent = Sizeframe
2771TextLabel_10.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
2772TextLabel_10.BorderColor3 = Color3.new(0, 0, 0)
2773TextLabel_10.BorderSizePixel = 0
2774TextLabel_10.Position = UDim2.new(0.252000004, 0, 0.498154998, 0)
2775TextLabel_10.Size = UDim2.new(0, 95, 0, 16)
2776TextLabel_10.Font = Enum.Font.SourceSans
2777TextLabel_10.Text = "-- Foot Width --"
2778TextLabel_10.TextColor3 = Color3.new(0, 0, 0)
2779TextLabel_10.TextSize = 14
2780
2781TextLabel_11.Parent = Sizeframe
2782TextLabel_11.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
2783TextLabel_11.BorderColor3 = Color3.new(0, 0, 0)
2784TextLabel_11.BorderSizePixel = 0
2785TextLabel_11.Position = UDim2.new(0.505333304, 0, 0.498154998, 0)
2786TextLabel_11.Size = UDim2.new(0, 95, 0, 16)
2787TextLabel_11.Font = Enum.Font.SourceSans
2788TextLabel_11.Text = "-- Hand Height --"
2789TextLabel_11.TextColor3 = Color3.new(0, 0, 0)
2790TextLabel_11.TextSize = 14
2791
2792TextLabel_12.Parent = Sizeframe
2793TextLabel_12.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
2794TextLabel_12.BorderColor3 = Color3.new(0, 0, 0)
2795TextLabel_12.BorderSizePixel = 0
2796TextLabel_12.Position = UDim2.new(0.742666602, 0, 0.498154998, 0)
2797TextLabel_12.Size = UDim2.new(0, 95, 0, 16)
2798TextLabel_12.Font = Enum.Font.SourceSans
2799TextLabel_12.Text = "-- Low Leg Width --"
2800TextLabel_12.TextColor3 = Color3.new(0, 0, 0)
2801TextLabel_12.TextSize = 14
2802TextLabel_12.TextWrapped = true
2803
2804TextLabel_13.Parent = Sizeframe
2805TextLabel_13.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
2806TextLabel_13.BorderColor3 = Color3.new(0, 0, 0)
2807TextLabel_13.BorderSizePixel = 0
2808TextLabel_13.Position = UDim2.new(-0.00133333332, 0, 0.675276756, 0)
2809TextLabel_13.Size = UDim2.new(0, 95, 0, 16)
2810TextLabel_13.Font = Enum.Font.SourceSans
2811TextLabel_13.Text = "-- Up Leg Width --"
2812TextLabel_13.TextColor3 = Color3.new(0, 0, 0)
2813TextLabel_13.TextSize = 14
2814
2815TextLabel_14.Parent = Sizeframe
2816TextLabel_14.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
2817TextLabel_14.BorderColor3 = Color3.new(0, 0, 0)
2818TextLabel_14.BorderSizePixel = 0
2819TextLabel_14.Position = UDim2.new(0.249333337, 0, 0.675276756, 0)
2820TextLabel_14.Size = UDim2.new(0, 95, 0, 16)
2821TextLabel_14.Font = Enum.Font.SourceSans
2822TextLabel_14.Text = "-- Low Torso Height --"
2823TextLabel_14.TextColor3 = Color3.new(0, 0, 0)
2824TextLabel_14.TextScaled = true
2825TextLabel_14.TextSize = 14
2826TextLabel_14.TextWrapped = true
2827
2828TextLabel_15.Parent = Sizeframe
2829TextLabel_15.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
2830TextLabel_15.BorderColor3 = Color3.new(0, 0, 0)
2831TextLabel_15.BorderSizePixel = 0
2832TextLabel_15.Position = UDim2.new(0.373333275, 0, 0.852398515, 0)
2833TextLabel_15.Size = UDim2.new(0, 95, 0, 13)
2834TextLabel_15.Font = Enum.Font.SourceSans
2835TextLabel_15.Text = "-- Foot Height --"
2836TextLabel_15.TextColor3 = Color3.new(0, 0, 0)
2837TextLabel_15.TextSize = 14
2838
2839TextLabel_16.Parent = Sizeframe
2840TextLabel_16.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
2841TextLabel_16.BorderColor3 = Color3.new(0, 0, 0)
2842TextLabel_16.BorderSizePixel = 0
2843TextLabel_16.Position = UDim2.new(0.742666662, 0, 0.675276756, 0)
2844TextLabel_16.Size = UDim2.new(0, 95, 0, 16)
2845TextLabel_16.Font = Enum.Font.SourceSans
2846TextLabel_16.Text = "-- Up Torso Height --"
2847TextLabel_16.TextColor3 = Color3.new(0, 0, 0)
2848TextLabel_16.TextSize = 14
2849
2850TextLabel_17.Parent = Sizeframe
2851TextLabel_17.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
2852TextLabel_17.BorderColor3 = Color3.new(0, 0, 0)
2853TextLabel_17.BorderSizePixel = 0
2854TextLabel_17.Position = UDim2.new(0.50666666, 0, 0.675276756, 0)
2855TextLabel_17.Size = UDim2.new(0, 95, 0, 16)
2856TextLabel_17.Font = Enum.Font.SourceSans
2857TextLabel_17.Text = "-- Hand Width --"
2858TextLabel_17.TextColor3 = Color3.new(0, 0, 0)
2859TextLabel_17.TextSize = 14
2860
2861BodyConfigurationHelpFrame.Name = "BodyConfigurationHelpFrame"
2862BodyConfigurationHelpFrame.Parent = RbxhighGUIv2
2863BodyConfigurationHelpFrame.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
2864BodyConfigurationHelpFrame.BorderColor3 = Color3.new(0, 0, 0)
2865BodyConfigurationHelpFrame.Position = UDim2.new(0.00140583515, 0, 0.585271299, 0)
2866BodyConfigurationHelpFrame.Size = UDim2.new(0, 179, 0, 193)
2867BodyConfigurationHelpFrame.Active = true
2868BodyConfigurationHelpFrame.Draggable = true
2869BodyConfigurationHelpFrame.Visible = false
2870
2871title_2.Name = "title"
2872title_2.Parent = BodyConfigurationHelpFrame
2873title_2.BackgroundColor3 = Color3.new(0.376471, 0.376471, 0.376471)
2874title_2.BorderColor3 = Color3.new(0, 0, 0)
2875title_2.Position = UDim2.new(0.0670391023, 0, 0.0310880821, 0)
2876title_2.Size = UDim2.new(0, 155, 0, 28)
2877title_2.Font = Enum.Font.SourceSans
2878title_2.Text = "~ Help ~"
2879title_2.TextColor3 = Color3.new(0, 0, 0)
2880title_2.TextSize = 20
2881
2882info.Name = "info"
2883info.Parent = BodyConfigurationHelpFrame
2884info.BackgroundColor3 = Color3.new(0.376471, 0.376471, 0.376471)
2885info.BorderColor3 = Color3.new(0, 0, 0)
2886info.Position = UDim2.new(0.0670391098, 0, 0.259067357, 0)
2887info.Size = UDim2.new(0, 155, 0, 131)
2888info.Font = Enum.Font.SourceSans
2889info.Text = "This part of the GUI allows you to customize the size and width of your body. It's simple! All you have to do is replace what is originally in the text box with a number. Once you hit the button, then the number you put in the box will take effect on your player."
2890info.TextColor3 = Color3.new(0, 0, 0)
2891info.TextScaled = true
2892info.TextSize = 20
2893info.TextWrapped = true
2894end)
2895
2896mm2.MouseButton1Click:connect(function()
2897-- Made by abs_0 (absoabsolute0)
2898-- Objects
2899
2900local mygui = Instance.new("ScreenGui")
2901local maintab = Instance.new("Frame")
2902local title = Instance.new("TextLabel")
2903local bodyframe = Instance.new("Frame")
2904local menuframe = Instance.new("Frame")
2905local generalbuttonframe = Instance.new("Frame")
2906local generalbutton = Instance.new("TextButton")
2907local generalbuttonlabel = Instance.new("ImageLabel")
2908local lpbuttonframe = Instance.new("Frame")
2909local lpbutton = Instance.new("TextButton")
2910local lpbuttonlabel = Instance.new("ImageLabel")
2911local tpbuttonframe = Instance.new("Frame")
2912local tpbutton = Instance.new("TextButton")
2913local tpbuttonlabel = Instance.new("ImageLabel")
2914local tptextbox = Instance.new("TextBox")
2915local tpunderline = Instance.new("Frame")
2916local tpunderlinebase = Instance.new("Frame")
2917local generalframe = Instance.new("Frame")
2918local generalespframe = Instance.new("Frame")
2919local generalespbutton = Instance.new("TextButton")
2920local generalesplabel = Instance.new("ImageLabel")
2921local generalcoinframe = Instance.new("Frame")
2922local generalcoinbutton = Instance.new("TextButton")
2923local generalcoinlabel = Instance.new("ImageLabel")
2924local generalgunframe = Instance.new("Frame")
2925local generalgunbutton = Instance.new("TextButton")
2926local generalgunlabel = Instance.new("ImageLabel")
2927local generallobbyframe = Instance.new("Frame")
2928local generallobbybutton = Instance.new("TextButton")
2929local generallobbylabel = Instance.new("ImageLabel")
2930local lpframe = Instance.new("Frame")
2931local lpjumpframe = Instance.new("Frame")
2932local lpjumpbutton = Instance.new("TextButton")
2933local lpjumplabel = Instance.new("ImageLabel")
2934local lpgravframe = Instance.new("Frame")
2935local lpgravbutton = Instance.new("TextButton")
2936local lpgravlabel = Instance.new("ImageLabel")
2937local lpwalkframe = Instance.new("Frame")
2938local lpwalkbutton = Instance.new("TextButton")
2939local lpwalklabel = Instance.new("ImageLabel")
2940local lpgodframe = Instance.new("Frame")
2941local lpgodbutton = Instance.new("TextButton")
2942local lpgodlabel = Instance.new("ImageLabel")
2943local backbutton1 = Instance.new("TextButton")
2944local backbutton1label = Instance.new("ImageLabel")
2945local backbutton2 = Instance.new("TextButton")
2946local backbutton2label = Instance.new("ImageLabel")
2947local creditsbutton = Instance.new("TextButton")
2948local creditsiconlabel1 = Instance.new("ImageLabel")
2949local creditsiconlabel2 = Instance.new("ImageLabel")
2950local toggle = Instance.new("Frame")
2951local closeall = Instance.new("TextButton")
2952local closeopen = Instance.new("TextButton")
2953local closeopenlabel = Instance.new("ImageLabel")
2954local creditstab = Instance.new("Frame")
2955local creditstitle = Instance.new("TextLabel")
2956local creditsframe = Instance.new("Frame")
2957local creditsmenuframe = Instance.new("Frame")
2958local creditsfield = Instance.new("TextLabel")
2959local closecredits = Instance.new("TextButton")
2960
2961-- Properties
2962
2963mygui.Name = "mygui"
2964mygui.Parent = game.CoreGui
2965
2966maintab.Name = "maintab"
2967maintab.Parent = mygui
2968maintab.Active = true
2969maintab.BackgroundColor3 = Color3.new(1, 1, 1)
2970maintab.BackgroundTransparency = 0.5
2971maintab.BorderSizePixel = 0
2972maintab.Draggable = true
2973maintab.Position = UDim2.new(0, 900, 0, 330)
2974maintab.Size = UDim2.new(0, 256, 0, 30)
2975
2976title.Name = "title"
2977title.Parent = maintab
2978title.BackgroundColor3 = Color3.new(0, 0.45098, 0.862745)
2979title.BorderSizePixel = 0
2980title.Size = UDim2.new(0, 256, 0, 30)
2981title.Font = Enum.Font.SourceSansBold
2982title.FontSize = Enum.FontSize.Size24
2983title.Text = "MM2 Gui"
2984title.TextColor3 = Color3.new(1, 1, 1)
2985title.TextSize = 23
2986
2987bodyframe.Name = "bodyframe"
2988bodyframe.Parent = maintab
2989bodyframe.BackgroundColor3 = Color3.new(0, 0.615686, 1)
2990bodyframe.BorderSizePixel = 0
2991bodyframe.ClipsDescendants = true
2992bodyframe.Position = UDim2.new(0, 0, 0, 30)
2993bodyframe.Size = UDim2.new(0, 256, 0, 222)
2994
2995menuframe.Name = "menuframe"
2996menuframe.Parent = bodyframe
2997menuframe.BackgroundColor3 = Color3.new(1, 1, 1)
2998menuframe.BackgroundTransparency = 1
2999menuframe.BorderSizePixel = 0
3000menuframe.Size = UDim2.new(0, 256, 0, 222)
3001
3002generalbuttonframe.Name = "generalbuttonframe"
3003generalbuttonframe.Parent = menuframe
3004generalbuttonframe.BackgroundColor3 = Color3.new(1, 1, 1)
3005generalbuttonframe.BorderSizePixel = 0
3006generalbuttonframe.Position = UDim2.new(0, 31, 0, 31)
3007generalbuttonframe.Size = UDim2.new(0, 194, 0, 31)
3008
3009generalbutton.Name = "generalbutton"
3010generalbutton.Parent = generalbuttonframe
3011generalbutton.BackgroundColor3 = Color3.new(1, 1, 1)
3012generalbutton.BackgroundTransparency = 1
3013generalbutton.BorderSizePixel = 0
3014generalbutton.ClipsDescendants = true
3015generalbutton.Size = UDim2.new(0, 194, 0, 30)
3016generalbutton.Font = Enum.Font.SourceSansSemibold
3017generalbutton.FontSize = Enum.FontSize.Size24
3018generalbutton.Text = "General"
3019generalbutton.TextColor3 = Color3.new(0, 0.615686, 1)
3020generalbutton.TextSize = 20
3021
3022generalbuttonlabel.Name = "generalbuttonlabel"
3023generalbuttonlabel.Parent = generalbutton
3024generalbuttonlabel.AnchorPoint = Vector2.new(0.5, 0.5)
3025generalbuttonlabel.BackgroundColor3 = Color3.new(1, 1, 1)
3026generalbuttonlabel.BackgroundTransparency = 1
3027generalbuttonlabel.BorderSizePixel = 0
3028generalbuttonlabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
3029generalbuttonlabel.Size = UDim2.new(0, 50, 0, 50)
3030generalbuttonlabel.Visible = false
3031generalbuttonlabel.Image = "rbxassetid://200182847"
3032generalbuttonlabel.ImageColor3 = Color3.new(0, 0.705882, 1)
3033generalbuttonlabel.ImageTransparency = 0.80000001192093
3034
3035lpbuttonframe.Name = "lpbuttonframe"
3036lpbuttonframe.Parent = menuframe
3037lpbuttonframe.BackgroundColor3 = Color3.new(1, 1, 1)
3038lpbuttonframe.BorderSizePixel = 0
3039lpbuttonframe.Position = UDim2.new(0, 31, 0, 96)
3040lpbuttonframe.Size = UDim2.new(0, 194, 0, 31)
3041
3042lpbutton.Name = "lpbutton"
3043lpbutton.Parent = lpbuttonframe
3044lpbutton.BackgroundColor3 = Color3.new(1, 1, 1)
3045lpbutton.BackgroundTransparency = 1
3046lpbutton.BorderSizePixel = 0
3047lpbutton.ClipsDescendants = true
3048lpbutton.Size = UDim2.new(0, 194, 0, 30)
3049lpbutton.Font = Enum.Font.SourceSansSemibold
3050lpbutton.FontSize = Enum.FontSize.Size24
3051lpbutton.Text = "Local Player"
3052lpbutton.TextColor3 = Color3.new(0, 0.615686, 1)
3053lpbutton.TextSize = 19
3054
3055lpbuttonlabel.Name = "lpbuttonlabel"
3056lpbuttonlabel.Parent = lpbutton
3057lpbuttonlabel.AnchorPoint = Vector2.new(0.5, 0.5)
3058lpbuttonlabel.BackgroundColor3 = Color3.new(1, 1, 1)
3059lpbuttonlabel.BackgroundTransparency = 1
3060lpbuttonlabel.BorderSizePixel = 0
3061lpbuttonlabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
3062lpbuttonlabel.Size = UDim2.new(0, 50, 0, 50)
3063lpbuttonlabel.Visible = false
3064lpbuttonlabel.Image = "rbxassetid://200182847"
3065lpbuttonlabel.ImageColor3 = Color3.new(0, 0.705882, 1)
3066lpbuttonlabel.ImageTransparency = 0.80000001192093
3067
3068tptextbox.Name = "tptextbox"
3069tptextbox.Parent = menuframe
3070tptextbox.BackgroundColor3 = Color3.new(1, 1, 1)
3071tptextbox.BackgroundTransparency = 1
3072tptextbox.BorderSizePixel = 0
3073tptextbox.Position = UDim2.new(0, 31, 0, 165)
3074tptextbox.Size = UDim2.new(0, 194, 0, 31)
3075tptextbox.Font = Enum.Font.SourceSans
3076tptextbox.FontSize = Enum.FontSize.Size18
3077tptextbox.Text = "Player Name"
3078tptextbox.TextColor3 = Color3.new(1, 1, 1)
3079tptextbox.TextSize = 15
3080
3081tpunderline.Name = "tpunderline"
3082tpunderline.Parent = tptextbox
3083tpunderline.AnchorPoint = Vector2.new(0, 0)
3084tpunderline.BackgroundColor3 = Color3.new(1, 1, 1)
3085tpunderline.BorderSizePixel = 0
3086tpunderline.Position = UDim2.new(0.496815294, 0, 0.967741966, 0)
3087tpunderline.Size = UDim2.new(0, 0, 0, 2)
3088
3089tpunderlinebase.Name = "tpunderlinebase"
3090tpunderlinebase.Parent = tptextbox
3091tpunderlinebase.AnchorPoint = Vector2.new(0.5, 0.5)
3092tpunderlinebase.BackgroundColor3 = Color3.new(1, 1, 1)
3093tpunderlinebase.BackgroundTransparency = 0.80000001192093
3094tpunderlinebase.BorderSizePixel = 0
3095tpunderlinebase.Position = UDim2.new(0.496815294, 0, 0.967741966, 0)
3096tpunderlinebase.Size = UDim2.new(0, 157, 0, 2)
3097tpunderlinebase.Visible = false --secretkey
3098
3099generalframe.Name = "generalframe"
3100generalframe.Parent = bodyframe
3101generalframe.BackgroundColor3 = Color3.new(1, 1, 1)
3102generalframe.BackgroundTransparency = 1
3103generalframe.BorderSizePixel = 0
3104generalframe.Position = UDim2.new(0, 256, 0, 0)
3105generalframe.Size = UDim2.new(0, 256, 0, 222)
3106
3107generalespframe.Name = "generalespframe"
3108generalespframe.Parent = generalframe
3109generalespframe.BackgroundColor3 = Color3.new(1, 1, 1)
3110generalespframe.BorderSizePixel = 0
3111generalespframe.Position = UDim2.new(0, 31, 0, 172)
3112generalespframe.Size = UDim2.new(0, 194, 0, 30)
3113
3114generalespbutton.Name = "generalespbutton"
3115generalespbutton.Parent = generalespframe
3116generalespbutton.BackgroundColor3 = Color3.new(1, 1, 1)
3117generalespbutton.BackgroundTransparency = 1
3118generalespbutton.BorderSizePixel = 0
3119generalespbutton.ClipsDescendants = true
3120generalespbutton.Size = UDim2.new(0, 194, 0, 30)
3121generalespbutton.Font = Enum.Font.SourceSansSemibold
3122generalespbutton.FontSize = Enum.FontSize.Size24
3123generalespbutton.Text = "ESP (Left Alt)"
3124generalespbutton.TextColor3 = Color3.new(0, 0.615686, 1)
3125generalespbutton.TextSize = 19
3126
3127generalesplabel.Name = "generalesplabel"
3128generalesplabel.Parent = generalespbutton
3129generalesplabel.AnchorPoint = Vector2.new(0.5, 0.5)
3130generalesplabel.BackgroundColor3 = Color3.new(1, 1, 1)
3131generalesplabel.BackgroundTransparency = 1
3132generalesplabel.BorderSizePixel = 0
3133generalesplabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
3134generalesplabel.Size = UDim2.new(0, 50, 0, 50)
3135generalesplabel.Visible = false
3136generalesplabel.Image = "rbxassetid://200182847"
3137generalesplabel.ImageColor3 = Color3.new(0, 0.705882, 1)
3138generalesplabel.ImageTransparency = 0.80000001192093
3139
3140generalcoinframe.Name = "generalcoinframe"
3141generalcoinframe.Parent = generalframe
3142generalcoinframe.BackgroundColor3 = Color3.new(1, 1, 1)
3143generalcoinframe.BorderSizePixel = 0
3144generalcoinframe.Position = UDim2.new(0, 31, 0, 120)
3145generalcoinframe.Size = UDim2.new(0, 194, 0, 30)
3146
3147generalcoinbutton.Name = "generalcoinbutton"
3148generalcoinbutton.Parent = generalcoinframe
3149generalcoinbutton.BackgroundColor3 = Color3.new(1, 1, 1)
3150generalcoinbutton.BackgroundTransparency = 1
3151generalcoinbutton.BorderSizePixel = 0
3152generalcoinbutton.ClipsDescendants = true
3153generalcoinbutton.Position = UDim2.new(0, 0, 0, -1)
3154generalcoinbutton.Size = UDim2.new(0, 194, 0, 31)
3155generalcoinbutton.Font = Enum.Font.SourceSansSemibold
3156generalcoinbutton.FontSize = Enum.FontSize.Size24
3157generalcoinbutton.Text = "Grab 10 Coins"
3158generalcoinbutton.TextColor3 = Color3.new(0, 0.615686, 1)
3159generalcoinbutton.TextSize = 19
3160
3161generalcoinlabel.Name = "generalcoinlabel"
3162generalcoinlabel.Parent = generalcoinbutton
3163generalcoinlabel.AnchorPoint = Vector2.new(0.5, 0.5)
3164generalcoinlabel.BackgroundColor3 = Color3.new(1, 1, 1)
3165generalcoinlabel.BackgroundTransparency = 1
3166generalcoinlabel.BorderSizePixel = 0
3167generalcoinlabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
3168generalcoinlabel.Size = UDim2.new(0, 50, 0, 50)
3169generalcoinlabel.Visible = false
3170generalcoinlabel.Image = "rbxassetid://200182847"
3171generalcoinlabel.ImageColor3 = Color3.new(0, 0.705882, 1)
3172generalcoinlabel.ImageTransparency = 0.80000001192093
3173
3174generalgunframe.Name = "generalgunframe"
3175generalgunframe.Parent = generalframe
3176generalgunframe.BackgroundColor3 = Color3.new(1, 1, 1)
3177generalgunframe.BorderSizePixel = 0
3178generalgunframe.Position = UDim2.new(0, 31, 0, 68)
3179generalgunframe.Size = UDim2.new(0, 194, 0, 30)
3180
3181generalgunbutton.Name = "generalgunbutton"
3182generalgunbutton.Parent = generalgunframe
3183generalgunbutton.BackgroundColor3 = Color3.new(1, 1, 1)
3184generalgunbutton.BackgroundTransparency = 1
3185generalgunbutton.BorderSizePixel = 0
3186generalgunbutton.ClipsDescendants = true
3187generalgunbutton.Size = UDim2.new(0, 194, 0, 30)
3188generalgunbutton.Font = Enum.Font.SourceSansSemibold
3189generalgunbutton.FontSize = Enum.FontSize.Size24
3190generalgunbutton.Text = "Grab Gun"
3191generalgunbutton.TextColor3 = Color3.new(0, 0.615686, 1)
3192generalgunbutton.TextSize = 19
3193
3194generalgunlabel.Name = "generalgunlabel"
3195generalgunlabel.Parent = generalgunbutton
3196generalgunlabel.AnchorPoint = Vector2.new(0.5, 0.5)
3197generalgunlabel.BackgroundColor3 = Color3.new(1, 1, 1)
3198generalgunlabel.BackgroundTransparency = 1
3199generalgunlabel.BorderSizePixel = 0
3200generalgunlabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
3201generalgunlabel.Size = UDim2.new(0, 50, 0, 50)
3202generalgunlabel.Visible = false
3203generalgunlabel.Image = "rbxassetid://200182847"
3204generalgunlabel.ImageColor3 = Color3.new(0, 0.705882, 1)
3205generalgunlabel.ImageTransparency = 0.80000001192093
3206
3207generallobbyframe.Name = "generallobbyframe"
3208generallobbyframe.Parent = generalframe
3209generallobbyframe.BackgroundColor3 = Color3.new(1, 1, 1)
3210generallobbyframe.BorderSizePixel = 0
3211generallobbyframe.Position = UDim2.new(0, 31, 0, 17)
3212generallobbyframe.Size = UDim2.new(0, 194, 0, 30)
3213
3214generallobbybutton.Name = "generallobbybutton"
3215generallobbybutton.Parent = generallobbyframe
3216generallobbybutton.BackgroundColor3 = Color3.new(1, 1, 1)
3217generallobbybutton.BackgroundTransparency = 1
3218generallobbybutton.BorderSizePixel = 0
3219generallobbybutton.ClipsDescendants = true
3220generallobbybutton.Size = UDim2.new(0, 194, 0, 30)
3221generallobbybutton.Font = Enum.Font.SourceSansSemibold
3222generallobbybutton.FontSize = Enum.FontSize.Size24
3223generallobbybutton.Text = "TP to Lobby"
3224generallobbybutton.TextColor3 = Color3.new(0, 0.615686, 1)
3225generallobbybutton.TextSize = 19
3226
3227generallobbylabel.Name = "generallobbylabel"
3228generallobbylabel.Parent = generallobbybutton
3229generallobbylabel.AnchorPoint = Vector2.new(0.5, 0.5)
3230generallobbylabel.BackgroundColor3 = Color3.new(1, 1, 1)
3231generallobbylabel.BackgroundTransparency = 1
3232generallobbylabel.BorderSizePixel = 0
3233generallobbylabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
3234generallobbylabel.Size = UDim2.new(0, 50, 0, 50)
3235generallobbylabel.Visible = false
3236generallobbylabel.Image = "rbxassetid://200182847"
3237generallobbylabel.ImageColor3 = Color3.new(0, 0.705882, 1)
3238generallobbylabel.ImageTransparency = 0.80000001192093
3239
3240lpframe.Name = "lpframe"
3241lpframe.Parent = bodyframe
3242lpframe.BackgroundColor3 = Color3.new(1, 1, 1)
3243lpframe.BackgroundTransparency = 1
3244lpframe.BorderSizePixel = 0
3245lpframe.Position = UDim2.new(0, 256, 0, 0)
3246lpframe.Size = UDim2.new(0, 256, 0, 222)
3247
3248lpjumpframe.Name = "lpjumpframe"
3249lpjumpframe.Parent = lpframe
3250lpjumpframe.BackgroundColor3 = Color3.new(1, 1, 1)
3251lpjumpframe.BorderSizePixel = 0
3252lpjumpframe.Position = UDim2.new(0, 31, 0, 172)
3253lpjumpframe.Size = UDim2.new(0, 194, 0, 30)
3254
3255lpjumpbutton.Name = "lpjumpbutton"
3256lpjumpbutton.Parent = lpjumpframe
3257lpjumpbutton.BackgroundColor3 = Color3.new(1, 1, 1)
3258lpjumpbutton.BackgroundTransparency = 1
3259lpjumpbutton.BorderSizePixel = 0
3260lpjumpbutton.ClipsDescendants = true
3261lpjumpbutton.Size = UDim2.new(0, 194, 0, 30)
3262lpjumpbutton.Font = Enum.Font.SourceSansSemibold
3263lpjumpbutton.FontSize = Enum.FontSize.Size24
3264lpjumpbutton.Text = "High Jump"
3265lpjumpbutton.TextColor3 = Color3.new(0, 0.615686, 1)
3266lpjumpbutton.TextSize = 19
3267
3268lpjumplabel.Name = "lpjumplabel"
3269lpjumplabel.Parent = lpjumpbutton
3270lpjumplabel.AnchorPoint = Vector2.new(0.5, 0.5)
3271lpjumplabel.BackgroundColor3 = Color3.new(1, 1, 1)
3272lpjumplabel.BackgroundTransparency = 1
3273lpjumplabel.BorderSizePixel = 0
3274lpjumplabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
3275lpjumplabel.Size = UDim2.new(0, 50, 0, 50)
3276lpjumplabel.Visible = false
3277lpjumplabel.Image = "rbxassetid://200182847"
3278lpjumplabel.ImageColor3 = Color3.new(0, 0.705882, 1)
3279lpjumplabel.ImageTransparency = 0.80000001192093
3280
3281lpgravframe.Name = "lpgravframe"
3282lpgravframe.Parent = lpframe
3283lpgravframe.BackgroundColor3 = Color3.new(1, 1, 1)
3284lpgravframe.BorderSizePixel = 0
3285lpgravframe.Position = UDim2.new(0, 31, 0, 120)
3286lpgravframe.Size = UDim2.new(0, 194, 0, 30)
3287
3288lpgravbutton.Name = "lpgravbutton"
3289lpgravbutton.Parent = lpgravframe
3290lpgravbutton.BackgroundColor3 = Color3.new(1, 1, 1)
3291lpgravbutton.BackgroundTransparency = 1
3292lpgravbutton.BorderSizePixel = 0
3293lpgravbutton.ClipsDescendants = true
3294lpgravbutton.Position = UDim2.new(0, 0, 0, -1)
3295lpgravbutton.Size = UDim2.new(0, 194, 0, 31)
3296lpgravbutton.Font = Enum.Font.SourceSansSemibold
3297lpgravbutton.FontSize = Enum.FontSize.Size24
3298lpgravbutton.Text = "Low Gravity"
3299lpgravbutton.TextColor3 = Color3.new(0, 0.615686, 1)
3300lpgravbutton.TextSize = 19
3301
3302lpgravlabel.Name = "lpgravlabel"
3303lpgravlabel.Parent = lpgravbutton
3304lpgravlabel.AnchorPoint = Vector2.new(0.5, 0.5)
3305lpgravlabel.BackgroundColor3 = Color3.new(1, 1, 1)
3306lpgravlabel.BackgroundTransparency = 1
3307lpgravlabel.BorderSizePixel = 0
3308lpgravlabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
3309lpgravlabel.Size = UDim2.new(0, 50, 0, 50)
3310lpgravlabel.Visible = false
3311lpgravlabel.Image = "rbxassetid://200182847"
3312lpgravlabel.ImageColor3 = Color3.new(0, 0.705882, 1)
3313lpgravlabel.ImageTransparency = 0.80000001192093
3314
3315lpwalkframe.Name = "lpwalkframe"
3316lpwalkframe.Parent = lpframe
3317lpwalkframe.BackgroundColor3 = Color3.new(1, 1, 1)
3318lpwalkframe.BorderSizePixel = 0
3319lpwalkframe.Position = UDim2.new(0, 31, 0, 68)
3320lpwalkframe.Size = UDim2.new(0, 194, 0, 30)
3321
3322lpwalkbutton.Name = "lpwalkbutton"
3323lpwalkbutton.Parent = lpwalkframe
3324lpwalkbutton.BackgroundColor3 = Color3.new(1, 1, 1)
3325lpwalkbutton.BackgroundTransparency = 1
3326lpwalkbutton.BorderSizePixel = 0
3327lpwalkbutton.ClipsDescendants = true
3328lpwalkbutton.Size = UDim2.new(0, 194, 0, 30)
3329lpwalkbutton.Font = Enum.Font.SourceSansSemibold
3330lpwalkbutton.FontSize = Enum.FontSize.Size24
3331lpwalkbutton.Text = "Fast Walk"
3332lpwalkbutton.TextColor3 = Color3.new(0, 0.615686, 1)
3333lpwalkbutton.TextSize = 19
3334
3335lpwalklabel.Name = "lpwalklabel"
3336lpwalklabel.Parent = lpwalkbutton
3337lpwalklabel.AnchorPoint = Vector2.new(0.5, 0.5)
3338lpwalklabel.BackgroundColor3 = Color3.new(1, 1, 1)
3339lpwalklabel.BackgroundTransparency = 1
3340lpwalklabel.BorderSizePixel = 0
3341lpwalklabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
3342lpwalklabel.Size = UDim2.new(0, 50, 0, 50)
3343lpwalklabel.Visible = false
3344lpwalklabel.Image = "rbxassetid://200182847"
3345lpwalklabel.ImageColor3 = Color3.new(0, 0.705882, 1)
3346lpwalklabel.ImageTransparency = 0.80000001192093
3347
3348lpgodframe.Name = "lpgodframe"
3349lpgodframe.Parent = lpframe
3350lpgodframe.BackgroundColor3 = Color3.new(1, 1, 1)
3351lpgodframe.BorderSizePixel = 0
3352lpgodframe.Position = UDim2.new(0, 31, 0, 17)
3353lpgodframe.Size = UDim2.new(0, 194, 0, 30)
3354
3355lpgodbutton.Name = "lpgodbutton"
3356lpgodbutton.Parent = lpgodframe
3357lpgodbutton.BackgroundColor3 = Color3.new(1, 1, 1)
3358lpgodbutton.BackgroundTransparency = 1
3359lpgodbutton.BorderSizePixel = 0
3360lpgodbutton.ClipsDescendants = true
3361lpgodbutton.Size = UDim2.new(0, 194, 0, 30)
3362lpgodbutton.Font = Enum.Font.SourceSansSemibold
3363lpgodbutton.FontSize = Enum.FontSize.Size24
3364lpgodbutton.Text = "God Mode"
3365lpgodbutton.TextColor3 = Color3.new(0, 0.615686, 1)
3366lpgodbutton.TextSize = 19
3367
3368lpgodlabel.Name = "lpgodlabel"
3369lpgodlabel.Parent = lpgodbutton
3370lpgodlabel.AnchorPoint = Vector2.new(0.5, 0.5)
3371lpgodlabel.BackgroundColor3 = Color3.new(1, 1, 1)
3372lpgodlabel.BackgroundTransparency = 1
3373lpgodlabel.BorderSizePixel = 0
3374lpgodlabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
3375lpgodlabel.Size = UDim2.new(0, 50, 0, 50)
3376lpgodlabel.Visible = false
3377lpgodlabel.Image = "rbxassetid://200182847"
3378lpgodlabel.ImageColor3 = Color3.new(0, 0.705882, 1)
3379lpgodlabel.ImageTransparency = 0.80000001192093
3380
3381backbutton1.Name = "backbutton1"
3382backbutton1.Parent = maintab
3383backbutton1.Active = false
3384backbutton1.BackgroundColor3 = Color3.new(0, 0.407843, 0.658824)
3385backbutton1.BackgroundTransparency = 1
3386backbutton1.BorderSizePixel = 0
3387backbutton1.ClipsDescendants = true
3388backbutton1.Size = UDim2.new(0, 29, 0, 30)
3389backbutton1.Visible = false
3390backbutton1.AutoButtonColor = false
3391backbutton1.Font = Enum.Font.SourceSansBold
3392backbutton1.FontSize = Enum.FontSize.Size24
3393backbutton1.Text = "<"
3394backbutton1.TextColor3 = Color3.new(1, 1, 1)
3395backbutton1.TextSize = 20
3396
3397backbutton1label.Name = "backbutton1label"
3398backbutton1label.Parent = backbutton1
3399backbutton1label.AnchorPoint = Vector2.new(0.5, 0.5)
3400backbutton1label.BackgroundColor3 = Color3.new(1, 1, 1)
3401backbutton1label.BackgroundTransparency = 1
3402backbutton1label.BorderSizePixel = 0
3403backbutton1label.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
3404backbutton1label.Size = UDim2.new(0, 50, 0, 50)
3405backbutton1label.Visible = false
3406backbutton1label.Image = "rbxassetid://200182847"
3407backbutton1label.ImageTransparency = 0.80000001192093
3408
3409backbutton2.Name = "backbutton2"
3410backbutton2.Parent = maintab
3411backbutton2.Active = false
3412backbutton2.BackgroundColor3 = Color3.new(0, 0.407843, 0.658824)
3413backbutton2.BackgroundTransparency = 1
3414backbutton2.BorderSizePixel = 0
3415backbutton2.ClipsDescendants = true
3416backbutton2.Size = UDim2.new(0, 29, 0, 30)
3417backbutton2.Visible = false
3418backbutton2.AutoButtonColor = false
3419backbutton2.Font = Enum.Font.SourceSansBold
3420backbutton2.FontSize = Enum.FontSize.Size24
3421backbutton2.Text = "<"
3422backbutton2.TextColor3 = Color3.new(1, 1, 1)
3423backbutton2.TextSize = 20
3424
3425backbutton2label.Name = "backbutton2label"
3426backbutton2label.Parent = backbutton2
3427backbutton2label.AnchorPoint = Vector2.new(0.5, 0.5)
3428backbutton2label.BackgroundColor3 = Color3.new(1, 1, 1)
3429backbutton2label.BackgroundTransparency = 1
3430backbutton2label.BorderSizePixel = 0
3431backbutton2label.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
3432backbutton2label.Size = UDim2.new(0, 50, 0, 50)
3433backbutton2label.Visible = false
3434backbutton2label.Image = "rbxassetid://200182847"
3435backbutton2label.ImageTransparency = 0.80000001192093
3436
3437creditsbutton.Name = "creditsbutton"
3438creditsbutton.Parent = maintab
3439creditsbutton.BackgroundColor3 = Color3.new(1, 1, 1)
3440creditsbutton.BackgroundTransparency = 1
3441creditsbutton.BorderSizePixel = 0
3442creditsbutton.ClipsDescendants = true
3443creditsbutton.Position = UDim2.new(0.87890625, 0, 0, 0)
3444creditsbutton.Size = UDim2.new(0, 31, 0, 30)
3445creditsbutton.Font = Enum.Font.SourceSansSemibold
3446creditsbutton.FontSize = Enum.FontSize.Size18
3447creditsbutton.Text = ""
3448creditsbutton.TextColor3 = Color3.new(0, 0.615686, 1)
3449creditsbutton.TextSize = 15
3450
3451creditsiconlabel1.Name = "creditsiconlabel1"
3452creditsiconlabel1.Parent = creditsbutton
3453creditsiconlabel1.AnchorPoint = Vector2.new(0.5, 0.5)
3454creditsiconlabel1.BackgroundColor3 = Color3.new(1, 1, 1)
3455creditsiconlabel1.BackgroundTransparency = 1
3456creditsiconlabel1.BorderSizePixel = 0
3457creditsiconlabel1.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
3458creditsiconlabel1.Size = UDim2.new(0, 50, 0, 50)
3459creditsiconlabel1.Visible = false
3460creditsiconlabel1.Image = "rbxassetid://200182847"
3461creditsiconlabel1.ImageTransparency = 0.80000001192093
3462
3463creditsiconlabel2.Name = "creditsiconlabel2"
3464creditsiconlabel2.Parent = creditsbutton
3465creditsiconlabel2.AnchorPoint = Vector2.new(0.5, 0.5)
3466creditsiconlabel2.BackgroundColor3 = Color3.new(1, 1, 1)
3467creditsiconlabel2.BackgroundTransparency = 1
3468creditsiconlabel2.BorderSizePixel = 0
3469creditsiconlabel2.Position = UDim2.new(0.5, 0, 0.5, 0)
3470creditsiconlabel2.Size = UDim2.new(0, 17, 0, 17)
3471creditsiconlabel2.Image = "rbxassetid://23151450"
3472
3473toggle.Name = "toggle"
3474toggle.Parent = mygui
3475toggle.Active = true
3476toggle.BackgroundColor3 = Color3.new(0.992157, 0.984314, 1)
3477toggle.BackgroundTransparency = 0.5
3478toggle.BorderSizePixel = 0
3479toggle.Draggable = true
3480toggle.Position = UDim2.new(0, 5, 0, 530)
3481toggle.Size = UDim2.new(0, 140, 0, 30)
3482
3483closeall.Name = "closeall"
3484closeall.Parent = toggle
3485closeall.BackgroundColor3 = Color3.new(1, 0, 0)
3486closeall.BorderSizePixel = 0
3487closeall.Position = UDim2.new(0, 110, 0, 0)
3488closeall.Size = UDim2.new(0, 30, 0, 30)
3489closeall.FontSize = Enum.FontSize.Size18
3490closeall.Text = ""
3491closeall.TextSize = 15
3492
3493closeopen.Name = "closeopen"
3494closeopen.Parent = toggle
3495closeopen.BackgroundColor3 = Color3.new(0, 0.615686, 1)
3496closeopen.BorderSizePixel = 0
3497closeopen.ClipsDescendants = true
3498closeopen.Size = UDim2.new(0, 110, 0, 30)
3499closeopen.AutoButtonColor = false
3500closeopen.Font = Enum.Font.SourceSansBold
3501closeopen.FontSize = Enum.FontSize.Size24
3502closeopen.Text = "Close"
3503closeopen.TextColor3 = Color3.new(1, 1, 1)
3504closeopen.TextSize = 20
3505
3506closeopenlabel.Name = "closeopenlabel"
3507closeopenlabel.Parent = closeopen
3508closeopenlabel.AnchorPoint = Vector2.new(0.5, 0.5)
3509closeopenlabel.BackgroundColor3 = Color3.new(1, 1, 1)
3510closeopenlabel.BackgroundTransparency = 1
3511closeopenlabel.BorderSizePixel = 0
3512closeopenlabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
3513closeopenlabel.Size = UDim2.new(0, 50, 0, 50)
3514closeopenlabel.Visible = false
3515closeopenlabel.Image = "rbxassetid://200182847"
3516closeopenlabel.ImageTransparency = 0.80000001192093
3517
3518creditstab.Name = "creditstab"
3519creditstab.Parent = mygui
3520creditstab.Active = true
3521creditstab.BackgroundColor3 = Color3.new(1, 1, 1)
3522creditstab.BackgroundTransparency = 0.5
3523creditstab.BorderSizePixel = 0
3524creditstab.Draggable = true
3525creditstab.Position = UDim2.new(0, 42, 0, 47)
3526creditstab.Size = UDim2.new(0, 256, 0, 30)
3527creditstab.Visible = false
3528
3529creditstitle.Name = "creditstitle"
3530creditstitle.Parent = creditstab
3531creditstitle.BackgroundColor3 = Color3.new(0, 0.45098, 0.862745)
3532creditstitle.BorderSizePixel = 0
3533creditstitle.Position = UDim2.new(-0.001953125, 0, 0, 0)
3534creditstitle.Size = UDim2.new(0, 256, 0, 30)
3535creditstitle.Font = Enum.Font.SourceSansBold
3536creditstitle.FontSize = Enum.FontSize.Size24
3537creditstitle.Text = "Credits"
3538creditstitle.TextColor3 = Color3.new(1, 1, 1)
3539creditstitle.TextSize = 23
3540
3541creditsframe.Name = "creditsframe"
3542creditsframe.Parent = creditstab
3543creditsframe.BackgroundColor3 = Color3.new(0, 0.615686, 1)
3544creditsframe.BorderSizePixel = 0
3545creditsframe.ClipsDescendants = true
3546creditsframe.Position = UDim2.new(0, 0, 0, 30)
3547creditsframe.Size = UDim2.new(0, 256, 0, 222)
3548
3549creditsmenuframe.Name = "menuframe"
3550creditsmenuframe.Parent = creditsframe
3551creditsmenuframe.BackgroundColor3 = Color3.new(1, 1, 1)
3552creditsmenuframe.BackgroundTransparency = 1
3553creditsmenuframe.BorderSizePixel = 0
3554creditsmenuframe.Size = UDim2.new(0, 256, 0, 222)
3555
3556creditsfield.Name = "creditsfield"
3557creditsfield.Parent = creditsmenuframe
3558creditsfield.BackgroundColor3 = Color3.new(1, 1, 1)
3559creditsfield.BorderSizePixel = 0
3560creditsfield.Position = UDim2.new(0, 31, 0, 31)
3561creditsfield.Size = UDim2.new(0, 194, 0, 31)
3562creditsfield.Font = Enum.Font.SourceSansSemibold
3563creditsfield.FontSize = Enum.FontSize.Size24
3564creditsfield.Text = "By: abs_0"
3565creditsfield.TextColor3 = Color3.new(0, 0.615686, 1)
3566creditsfield.TextSize = 20
3567
3568closecredits.Name = "closeall"
3569closecredits.Parent = creditstab
3570closecredits.BackgroundColor3 = Color3.new(1, 0, 0)
3571closecredits.BorderSizePixel = 0
3572closecredits.Position = UDim2.new(0, 226, 0, 0)
3573closecredits.Size = UDim2.new(0, 30, 0, 30)
3574closecredits.FontSize = Enum.FontSize.Size18
3575closecredits.Text = ""
3576closecredits.TextSize = 15
3577
3578--Appearance Scripts
3579
3580--mygui.maintab.bodyframe.generalframe.generallobbyframe.generallobbybutton.Script
3581local mouse = game.Players.LocalPlayer:GetMouse()
3582
3583
3584generallobbybutton.MouseButton1Down:connect(function()
3585 local x = (mouse.X) - (generallobbybutton.AbsolutePosition.X)
3586 local y = (mouse.Y) - (generallobbybutton.AbsolutePosition.Y)
3587 generallobbylabel.Position = UDim2.new(0,x,0,y)
3588 generallobbylabel.Size = UDim2.new(0,50,0,50)
3589 generallobbylabel.ImageTransparency = 0.8
3590 generallobbylabel.Visible = true
3591
3592 wait()
3593
3594 generallobbylabel:TweenSize(
3595 UDim2.new(0,390,0,390),
3596 "Out",
3597 "Quint",
3598 1
3599 )
3600end)
3601
3602generallobbybutton.MouseButton1Up:connect(function()
3603 wait(0.35)
3604 local TweenService = game:GetService("TweenService")
3605 local circle = generallobbylabel
3606
3607 local Info = TweenInfo.new(
3608 0.2, -- Length
3609 Enum.EasingStyle.Linear, -- Easing Style
3610 Enum.EasingDirection.Out, -- Easing Direction
3611 0, -- Times repeated
3612 false, -- Reverse
3613 0 -- Delay
3614 )
3615 local Goals =
3616 {
3617 ImageTransparency = 1;
3618 }
3619
3620 local tween = TweenService:Create(circle,Info,Goals)
3621 tween:Play()
3622end)
3623
3624--mygui.maintab.bodyframe.generalframe.generalgunframe.generalgunbutton.Script
3625local mouse = game.Players.LocalPlayer:GetMouse()
3626
3627
3628generalgunbutton.MouseButton1Down:connect(function()
3629 local x = (mouse.X) - (generalgunbutton.AbsolutePosition.X)
3630 local y = (mouse.Y) - (generalgunbutton.AbsolutePosition.Y)
3631 generalgunlabel.Position = UDim2.new(0,x,0,y)
3632 generalgunlabel.Size = UDim2.new(0,50,0,50)
3633 generalgunlabel.ImageTransparency = 0.8
3634 generalgunlabel.Visible = true
3635
3636 wait()
3637
3638 generalgunlabel:TweenSize(
3639 UDim2.new(0,390,0,390),
3640 "Out",
3641 "Quint",
3642 1
3643 )
3644end)
3645
3646generalgunbutton.MouseButton1Up:connect(function()
3647 wait(0.35)
3648 local TweenService = game:GetService("TweenService")
3649 local circle = generalgunlabel
3650
3651 local Info = TweenInfo.new(
3652 0.2, -- Length
3653 Enum.EasingStyle.Linear, -- Easing Style
3654 Enum.EasingDirection.Out, -- Easing Direction
3655 0, -- Times repeated
3656 false, -- Reverse
3657 0 -- Delay
3658 )
3659 local Goals =
3660 {
3661 ImageTransparency = 1;
3662 }
3663
3664 local tween = TweenService:Create(circle,Info,Goals)
3665 tween:Play()
3666end)
3667
3668--mygui.maintab.bodyframe.generalframe.generalcoinframe.generalcoinbutton.Script
3669local mouse = game.Players.LocalPlayer:GetMouse()
3670
3671
3672generalcoinbutton.MouseButton1Down:connect(function()
3673 local x = (mouse.X) - (generalcoinbutton.AbsolutePosition.X)
3674 local y = (mouse.Y) - (generalcoinbutton.AbsolutePosition.Y)
3675 generalcoinlabel.Position = UDim2.new(0,x,0,y)
3676 generalcoinlabel.Size = UDim2.new(0,50,0,50)
3677 generalcoinlabel.ImageTransparency = 0.8
3678 generalcoinlabel.Visible = true
3679
3680 wait()
3681
3682 generalcoinlabel:TweenSize(
3683 UDim2.new(0,390,0,390),
3684 "Out",
3685 "Quint",
3686 1
3687 )
3688end)
3689
3690generalcoinbutton.MouseButton1Up:connect(function()
3691 wait(0.35)
3692 local TweenService = game:GetService("TweenService")
3693 local circle = generalcoinlabel
3694
3695 local Info = TweenInfo.new(
3696 0.2, -- Length
3697 Enum.EasingStyle.Linear, -- Easing Style
3698 Enum.EasingDirection.Out, -- Easing Direction
3699 0, -- Times repeated
3700 false, -- Reverse
3701 0 -- Delay
3702 )
3703 local Goals =
3704 {
3705 ImageTransparency = 1;
3706 }
3707
3708 local tween = TweenService:Create(circle,Info,Goals)
3709 tween:Play()
3710end)
3711
3712--mygui.maintab.bodyframe.generalframe.generalespframe.generalespbutton.Script
3713local mouse = game.Players.LocalPlayer:GetMouse()
3714
3715
3716generalespbutton.MouseButton1Down:connect(function()
3717 local x = (mouse.X) - (generalespbutton.AbsolutePosition.X)
3718 local y = (mouse.Y) - (generalespbutton.AbsolutePosition.Y)
3719 generalesplabel.Position = UDim2.new(0,x,0,y)
3720 generalesplabel.Size = UDim2.new(0,50,0,50)
3721 generalesplabel.ImageTransparency = 0.8
3722 generalesplabel.Visible = true
3723
3724 wait()
3725
3726 generalesplabel:TweenSize(
3727 UDim2.new(0,390,0,390),
3728 "Out",
3729 "Quint",
3730 1
3731 )
3732end)
3733
3734generalespbutton.MouseButton1Up:connect(function()
3735 wait(0.35)
3736 local TweenService = game:GetService("TweenService")
3737 local circle = generalesplabel
3738
3739 local Info = TweenInfo.new(
3740 0.2, -- Length
3741 Enum.EasingStyle.Linear, -- Easing Style
3742 Enum.EasingDirection.Out, -- Easing Direction
3743 0, -- Times repeated
3744 false, -- Reverse
3745 0 -- Delay
3746 )
3747 local Goals =
3748 {
3749 ImageTransparency = 1;
3750 }
3751
3752 local tween = TweenService:Create(circle,Info,Goals)
3753 tween:Play()
3754end)
3755
3756--mygui.maintab.bodyframe.lpframe.lpgodframe.lpgodbutton.Script
3757local mouse = game.Players.LocalPlayer:GetMouse()
3758
3759
3760lpgodbutton.MouseButton1Down:connect(function()
3761 local x = (mouse.X) - (lpgodbutton.AbsolutePosition.X)
3762 local y = (mouse.Y) - (lpgodbutton.AbsolutePosition.Y)
3763 lpgodbutton.lpgodlabel.Position = UDim2.new(0,x,0,y)
3764 lpgodbutton.lpgodlabel.Size = UDim2.new(0,50,0,50)
3765 lpgodbutton.lpgodlabel.ImageTransparency = 0.8
3766 lpgodbutton.lpgodlabel.Visible = true
3767
3768 wait()
3769
3770 lpgodbutton.lpgodlabel:TweenSize(
3771 UDim2.new(0,390,0,390),
3772 "Out",
3773 "Quint",
3774 1
3775 )
3776end)
3777
3778lpgodbutton.MouseButton1Up:connect(function()
3779 wait(0.35)
3780 local TweenService = game:GetService("TweenService")
3781 local circle = lpgodbutton.lpgodlabel
3782
3783 local Info = TweenInfo.new(
3784 0.2, -- Length
3785 Enum.EasingStyle.Linear, -- Easing Style
3786 Enum.EasingDirection.Out, -- Easing Direction
3787 0, -- Times repeated
3788 false, -- Reverse
3789 0 -- Delay
3790 )
3791 local Goals =
3792 {
3793 ImageTransparency = 1;
3794 }
3795
3796 local tween = TweenService:Create(circle,Info,Goals)
3797 tween:Play()
3798end)
3799
3800--mygui.maintab.bodyframe.lpframe.lpwalkframe.lpwalkbutton.Script
3801local mouse = game.Players.LocalPlayer:GetMouse()
3802
3803
3804lpwalkbutton.MouseButton1Down:connect(function()
3805 if game.Players.LocalPlayer.Character.Humanoid.WalkSpeed == 16 * 5 then
3806 lpwalkbutton.TextColor3 = Color3.new(1,128/255,0)
3807 lpwalkbutton.lpwalklabel.ImageColor3 = Color3.new(1,128/255,0)
3808 else
3809 lpwalkbutton.TextColor3 = Color3.new(0,157/255,1)
3810 lpwalkbutton.lpwalklabel.ImageColor3 = Color3.new(0,157/255,1)
3811 end
3812
3813 local x = (mouse.X) - (lpwalkbutton.AbsolutePosition.X)
3814 local y = (mouse.Y) - (lpwalkbutton.AbsolutePosition.Y)
3815 lpwalkbutton.lpwalklabel.Position = UDim2.new(0,x,0,y)
3816 lpwalkbutton.lpwalklabel.Size = UDim2.new(0,50,0,50)
3817 lpwalkbutton.lpwalklabel.ImageTransparency = 0.8
3818 lpwalkbutton.lpwalklabel.Visible = true
3819
3820 wait()
3821
3822 lpwalkbutton.lpwalklabel:TweenSize(
3823 UDim2.new(0,390,0,390),
3824 "Out",
3825 "Quint",
3826 1
3827 )
3828end)
3829
3830lpwalkbutton.MouseButton1Up:connect(function()
3831 wait(0.35)
3832 local TweenService = game:GetService("TweenService")
3833 local circle = lpwalkbutton.lpwalklabel
3834
3835 local Info = TweenInfo.new(
3836 0.2, -- Length
3837 Enum.EasingStyle.Linear, -- Easing Style
3838 Enum.EasingDirection.Out, -- Easing Direction
3839 0, -- Times repeated
3840 false, -- Reverse
3841 0 -- Delay
3842 )
3843 local Goals =
3844 {
3845 ImageTransparency = 1;
3846 }
3847
3848 local tween = TweenService:Create(circle,Info,Goals)
3849 tween:Play()
3850end)
3851
3852--mygui.maintab.bodyframe.lpframe.lpgravframe.lpgravbutton.Script
3853local mouse = game.Players.LocalPlayer:GetMouse()
3854
3855lpgravbutton.MouseButton1Down:connect(function()
3856 if game.Workspace.Gravity < 196.1 then
3857 lpgravbutton.TextColor3 = Color3.new(1,128/255,0)
3858 lpgravbutton.lpgravlabel.ImageColor3 = Color3.new(1,128/255,0)
3859 else
3860 lpgravbutton.TextColor3 = Color3.new(0,157/255,1)
3861 lpgravbutton.lpgravlabel.ImageColor3 = Color3.new(0,157/255,1)
3862 end
3863
3864 local x = (mouse.X) - (lpgravbutton.AbsolutePosition.X)
3865 local y = (mouse.Y) - (lpgravbutton.AbsolutePosition.Y)
3866 lpgravbutton.lpgravlabel.Position = UDim2.new(0,x,0,y)
3867 lpgravbutton.lpgravlabel.Size = UDim2.new(0,50,0,50)
3868 lpgravbutton.lpgravlabel.ImageTransparency = 0.8
3869 lpgravbutton.lpgravlabel.Visible = true
3870
3871 wait()
3872
3873 lpgravbutton.lpgravlabel:TweenSize(
3874 UDim2.new(0,390,0,390),
3875 "Out",
3876 "Quint",
3877 1
3878 )
3879end)
3880
3881lpgravbutton.MouseButton1Up:connect(function()
3882 wait(0.35)
3883 local TweenService = game:GetService("TweenService")
3884 local circle = lpgravbutton.lpgravlabel
3885
3886 local Info = TweenInfo.new(
3887 0.2, -- Length
3888 Enum.EasingStyle.Linear, -- Easing Style
3889 Enum.EasingDirection.Out, -- Easing Direction
3890 0, -- Times repeated
3891 false, -- Reverse
3892 0 -- Delay
3893 )
3894 local Goals =
3895 {
3896 ImageTransparency = 1;
3897 }
3898
3899 local tween = TweenService:Create(circle,Info,Goals)
3900 tween:Play()
3901end)
3902
3903--mygui.maintab.bodyframe.lpframe.lpjumpframe.lpjumpbutton.Script
3904local mouse = game.Players.LocalPlayer:GetMouse()
3905
3906
3907lpjumpbutton.MouseButton1Down:connect(function()
3908 if game.Players.LocalPlayer.Character.Humanoid.JumpPower == 100 then
3909 lpjumpbutton.TextColor3 = Color3.new(1,128/255,0)
3910 lpjumpbutton.lpjumplabel.ImageColor3 = Color3.new(1,128/255,0)
3911 else
3912 lpjumpbutton.TextColor3 = Color3.new(0,157/255,1)
3913 lpjumpbutton.lpjumplabel.ImageColor3 = Color3.new(0,157/255,1)
3914 end
3915
3916 local x = (mouse.X) - (lpjumpbutton.AbsolutePosition.X)
3917 local y = (mouse.Y) - (lpjumpbutton.AbsolutePosition.Y)
3918 lpjumpbutton.lpjumplabel.Position = UDim2.new(0,x,0,y)
3919 lpjumpbutton.lpjumplabel.Size = UDim2.new(0,50,0,50)
3920 lpjumpbutton.lpjumplabel.ImageTransparency = 0.8
3921 lpjumpbutton.lpjumplabel.Visible = true
3922
3923 wait()
3924
3925 lpjumpbutton.lpjumplabel:TweenSize(
3926 UDim2.new(0,390,0,390),
3927 "Out",
3928 "Quint",
3929 1
3930 )
3931end)
3932
3933lpjumpbutton.MouseButton1Up:connect(function()
3934 wait(0.35)
3935 local TweenService = game:GetService("TweenService")
3936 local circle = lpjumpbutton.lpjumplabel
3937
3938 local Info = TweenInfo.new(
3939 0.2, -- Length
3940 Enum.EasingStyle.Linear, -- Easing Style
3941 Enum.EasingDirection.Out, -- Easing Direction
3942 0, -- Times repeated
3943 false, -- Reverse
3944 0 -- Delay
3945 )
3946 local Goals =
3947 {
3948 ImageTransparency = 1;
3949 }
3950
3951 local tween = TweenService:Create(circle,Info,Goals)
3952 tween:Play()
3953end)
3954
3955--mygui.maintab.bodyframe.menuframe.generalbuttonframe.generalbutton.Script
3956local mouse = game.Players.LocalPlayer:GetMouse()
3957
3958
3959generalbutton.MouseButton1Down:connect(function()
3960 local x = (mouse.X) - (generalbutton.AbsolutePosition.X)
3961 local y = (mouse.Y) - (generalbutton.AbsolutePosition.Y)
3962 generalbutton.generalbuttonlabel.Position = UDim2.new(0,x,0,y)
3963 generalbutton.generalbuttonlabel.Size = UDim2.new(0,50,0,50)
3964 generalbutton.generalbuttonlabel.ImageTransparency = 0.8
3965 generalbutton.generalbuttonlabel.Visible = true
3966
3967 wait()
3968
3969 generalbutton.generalbuttonlabel:TweenSize(
3970 UDim2.new(0,390,0,390),
3971 "Out",
3972 "Quint",
3973 1
3974 )
3975end)
3976
3977generalbutton.MouseButton1Up:connect(function()
3978 wait(0.35)
3979 local TweenService = game:GetService("TweenService")
3980 local circle = generalbutton.generalbuttonlabel
3981
3982 local Info = TweenInfo.new(
3983 0.2, -- Length
3984 Enum.EasingStyle.Linear, -- Easing Style
3985 Enum.EasingDirection.Out, -- Easing Direction
3986 0, -- Times repeated
3987 false, -- Reverse
3988 0 -- Delay
3989 )
3990 local Goals =
3991 {
3992 ImageTransparency = 1;
3993 }
3994
3995 local tween = TweenService:Create(circle,Info,Goals)
3996 tween:Play()
3997end)
3998
3999--mygui.maintab.bodyframe.menuframe.generalbuttonframe.generalbutton.TransitionScript
4000generalbutton.MouseButton1Click:connect(function()
4001 wait(0.25)
4002 menuframe:TweenPosition(
4003 UDim2.new(0,-256,0,0),
4004 "Out",
4005 "Quint",
4006 0.2
4007 )
4008 generalframe:TweenPosition(
4009 UDim2.new(0,0,0,0),
4010 "Out",
4011 "Quint",
4012 0.2
4013 )
4014 backbutton1.Visible = true
4015 backbutton1.Active = true
4016 maintab.title.Text = "General"
4017 maintab.title.TextSize = 19
4018end)
4019
4020--mygui.maintab.bodyframe.menuframe.lpbuttonframe.lpbutton.Script
4021local mouse = game.Players.LocalPlayer:GetMouse()
4022
4023
4024lpbutton.MouseButton1Down:connect(function()
4025 local x = (mouse.X) - (lpbutton.AbsolutePosition.X)
4026 local y = (mouse.Y) - (lpbutton.AbsolutePosition.Y)
4027 lpbutton.lpbuttonlabel.Position = UDim2.new(0,x,0,y)
4028 lpbutton.lpbuttonlabel.Size = UDim2.new(0,50,0,50)
4029 lpbutton.lpbuttonlabel.ImageTransparency = 0.8
4030 lpbutton.lpbuttonlabel.Visible = true
4031
4032 wait()
4033
4034 lpbuttonlabel:TweenSize(
4035 UDim2.new(0,390,0,390),
4036 "Out",
4037 "Quint",
4038 1
4039 )
4040end)
4041
4042lpbutton.MouseButton1Up:connect(function()
4043 wait(0.35)
4044 local TweenService = game:GetService("TweenService")
4045 local circle = lpbutton.lpbuttonlabel
4046
4047 local Info = TweenInfo.new(
4048 0.2, -- Length
4049 Enum.EasingStyle.Linear, -- Easing Style
4050 Enum.EasingDirection.Out, -- Easing Direction
4051 0, -- Times repeated
4052 false, -- Reverse
4053 0 -- Delay
4054 )
4055 local Goals =
4056 {
4057 ImageTransparency = 1;
4058 }
4059
4060 local tween = TweenService:Create(circle,Info,Goals)
4061 tween:Play()
4062end)
4063
4064--mygui.maintab.bodyframe.menuframe.lpbuttonframe.lpbutton.TransitionScript
4065lpbutton.MouseButton1Click:connect(function()
4066 wait(0.25)
4067 menuframe:TweenPosition(
4068 UDim2.new(0,-256,0,0),
4069 "Out",
4070 "Quint",
4071 0.2
4072 )
4073 lpframe:TweenPosition(
4074 UDim2.new(0,0,0,0),
4075 "Out",
4076 "Quint",
4077 0.2
4078 )
4079 backbutton2.Visible = true
4080 backbutton2.Active = true
4081 maintab.title.Text = "Local Player"
4082 maintab.title.TextSize = 19
4083end)
4084
4085--mygui.maintab.bodyframe.menuframe.tpbuttonframe.tpbutton.Script
4086local mouse = game.Players.LocalPlayer:GetMouse()
4087
4088
4089tpbutton.MouseButton1Down:connect(function()
4090 local x = (mouse.X) - (tpbutton.AbsolutePosition.X)
4091 local y = (mouse.Y) - (tpbutton.AbsolutePosition.Y)
4092 tpbutton.tpbuttonlabel.Position = UDim2.new(0,x,0,y)
4093 tpbutton.tpbuttonlabel.Size = UDim2.new(0,0,0,0)
4094 tpbutton.tpbuttonlabel.ImageTransparency = 0.8
4095 tpbutton.tpbuttonlabel.Visible = true
4096
4097 wait()
4098
4099 tpbutton.tpbuttonlabel:TweenSize(
4100 UDim2.new(0,75,0,75),
4101 "Out",
4102 "Quint",
4103 0.9
4104 )
4105end)
4106
4107tpbutton.MouseButton1Up:connect(function()
4108 wait(0.35)
4109 local TweenService = game:GetService("TweenService")
4110 local circle = tpbutton.tpbuttonlabel
4111
4112 local Info = TweenInfo.new(
4113 0.2, -- Length
4114 Enum.EasingStyle.Linear, -- Easing Style
4115 Enum.EasingDirection.Out, -- Easing Direction
4116 0, -- Times repeated
4117 false, -- Reverse
4118 0 -- Delay
4119 )
4120 local Goals =
4121 {
4122 ImageTransparency = 1;
4123 }
4124
4125 local tween = TweenService:Create(circle,Info,Goals)
4126 tween:Play()
4127end)
4128
4129--mygui.maintab.bodyframe.menuframe.tptextbox.matscript
4130--[[tptextbox.Focused:connect(function()
4131 local mouse = game.Players.LocalPlayer:GetMouse()
4132 tptextbox.tpunderline.BackgroundTransparency = 0
4133 local x = (mouse.X) - (tpbutton.AbsolutePosition.X)
4134 tpunderline.Position = UDim2.new(0,x,0,30) --insert correct offset in Y!!
4135
4136 wait()
4137 tptextbox.tpunderline:TweenSizeAndPosition(
4138 UDim2.new(0,156,0,2),
4139 UDim2.new(0,0,0,30),
4140 "Out",
4141 "Quint",
4142 0.2
4143 )
4144end)]]--
4145
4146--mygui.maintab.backbutton1.Script
4147local mouse = game.Players.LocalPlayer:GetMouse()
4148
4149backbutton1.MouseButton1Down:connect(function()
4150 backbutton1.backbutton1label.Position = UDim2.new(0.5,0,0.5,0)
4151 backbutton1.backbutton1label.Size = UDim2.new(0,0,0,0)
4152 backbutton1.backbutton1label.ImageTransparency = 0.8
4153 backbutton1.backbutton1label.Visible = true
4154
4155 wait()
4156
4157 backbutton1.backbutton1label:TweenSize(
4158 UDim2.new(0,60,0,60),
4159 "Out",
4160 "Quint",
4161 0.25
4162 )
4163end)
4164
4165backbutton1.MouseButton1Up:connect(function()
4166 wait(0.35)
4167 local TweenService = game:GetService("TweenService")
4168 local circle = backbutton1.backbutton1label
4169
4170 local Info = TweenInfo.new(
4171 0.2, -- Length
4172 Enum.EasingStyle.Linear, -- Easing Style
4173 Enum.EasingDirection.Out, -- Easing Direction
4174 0, -- Times repeated
4175 false, -- Reverse
4176 0 -- Delay
4177 )
4178 local Goals =
4179 {
4180 ImageTransparency = 1;
4181 }
4182
4183 local tween = TweenService:Create(circle,Info,Goals)
4184 tween:Play()
4185end)
4186
4187--mygui.maintab.backbutton1.TransitionScript
4188backbutton1.MouseButton1Click:connect(function()
4189 wait(0.2)
4190 menuframe:TweenPosition(
4191 UDim2.new(0,0,0,0),
4192 "Out",
4193 "Quint",
4194 0.2
4195 )
4196 generalframe:TweenPosition(
4197 UDim2.new(0,256,0,0),
4198 "Out",
4199 "Quint",
4200 0.2
4201 )
4202 backbutton1.Visible = false
4203 backbutton1.Active = false
4204 maintab.title.Text = "MM2 Gui"
4205 maintab.title.TextSize = 20
4206end)
4207
4208--mygui.maintab.backbutton2.Script
4209local mouse = game.Players.LocalPlayer:GetMouse()
4210
4211
4212backbutton2.MouseButton1Down:connect(function()
4213 backbutton2.backbutton2label.Position = UDim2.new(0.5,0,0.5,0)
4214 backbutton2.backbutton2label.Size = UDim2.new(0,0,0,0)
4215 backbutton2.backbutton2label.ImageTransparency = 0.8
4216 backbutton2.backbutton2label.Visible = true
4217
4218 wait()
4219
4220 backbutton2.backbutton2label:TweenSize(
4221 UDim2.new(0,60,0,60),
4222 "Out",
4223 "Quint",
4224 0.25
4225 )
4226end)
4227
4228backbutton2.MouseButton1Up:connect(function()
4229 wait(0.35)
4230 local TweenService = game:GetService("TweenService")
4231 local circle = backbutton2.backbutton2label
4232
4233 local Info = TweenInfo.new(
4234 0.2, -- Length
4235 Enum.EasingStyle.Linear, -- Easing Style
4236 Enum.EasingDirection.Out, -- Easing Direction
4237 0, -- Times repeated
4238 false, -- Reverse
4239 0 -- Delay
4240 )
4241 local Goals =
4242 {
4243 ImageTransparency = 1;
4244 }
4245
4246 local tween = TweenService:Create(circle,Info,Goals)
4247 tween:Play()
4248end)
4249
4250--mygui.maintab.backbutton2.TransitionScript
4251backbutton2.MouseButton1Click:connect(function()
4252 wait(0.2)
4253 menuframe:TweenPosition(
4254 UDim2.new(0,0,0,0),
4255 "Out",
4256 "Quint",
4257 0.2
4258 )
4259 lpframe:TweenPosition(
4260 UDim2.new(0,256,0,0),
4261 "Out",
4262 "Quint",
4263 0.2
4264 )
4265 backbutton2.Visible = false
4266 backbutton2.Active = false
4267 backbutton2.Parent.title.Text = "MM2 Gui"
4268 backbutton2.Parent.title.TextSize = 20
4269end)
4270
4271--mygui.maintab.creditsbutton.Script
4272local mouse = game.Players.LocalPlayer:GetMouse()
4273
4274
4275creditsbutton.MouseButton1Down:connect(function()
4276 local x = (mouse.X) - (creditsbutton.AbsolutePosition.X)
4277 local y = (mouse.Y) - (creditsbutton.AbsolutePosition.Y)
4278 creditsbutton.creditsiconlabel1.Position = UDim2.new(0,x,0,y)
4279 creditsbutton.creditsiconlabel1.Size = UDim2.new(0,0,0,0)
4280 creditsbutton.creditsiconlabel1.ImageTransparency = 0.8
4281 creditsbutton.creditsiconlabel1.Visible = true
4282
4283 wait()
4284
4285 creditsbutton.creditsiconlabel1:TweenSize(
4286 UDim2.new(0,75,0,75),
4287 "Out",
4288 "Quint",
4289 0.9
4290 )
4291end)
4292
4293creditsbutton.MouseButton1Up:connect(function()
4294 wait(0.35)
4295 local TweenService = game:GetService("TweenService")
4296 local circle = creditsbutton.creditsiconlabel1
4297
4298 local Info = TweenInfo.new(
4299 0.2, -- Length
4300 Enum.EasingStyle.Linear, -- Easing Style
4301 Enum.EasingDirection.Out, -- Easing Direction
4302 0, -- Times repeated
4303 false, -- Reverse
4304 0 -- Delay
4305 )
4306 local Goals =
4307 {
4308 ImageTransparency = 1;
4309 }
4310
4311 local tween = TweenService:Create(circle,Info,Goals)
4312 tween:Play()
4313end)
4314
4315--mygui.maintab.creditsbutton.CreditsWindowScript
4316creditsbutton.MouseButton1Click:connect(function()
4317 creditstab.Visible = true
4318 creditstab.Active = true
4319end)
4320
4321--mygui.creditstab.closecredits.Script
4322closecredits.MouseButton1Click:connect(function()
4323 creditstab.Visible = false
4324 creditstab.Active = false
4325end)
4326
4327--mygui.toggle.closeopen.CloseOpenScript
4328closeopen.MouseButton1Click:connect(function()
4329 if
4330 (maintab.Visible == true) and
4331 (maintab.Active == true) then
4332 maintab.Visible = false
4333 maintab.Active = false
4334 closeopen.Text = "Open"
4335 else
4336 maintab.Visible = true
4337 maintab.Active = true
4338 closeopen.Text = "Close"
4339 end
4340end)
4341
4342--mygui.toggle.closeopen.Script
4343local mouse = game.Players.LocalPlayer:GetMouse()
4344
4345
4346closeopen.MouseButton1Down:connect(function()
4347 local x = (mouse.X) - (closeopen.AbsolutePosition.X)
4348 local y = (mouse.Y) - (closeopen.AbsolutePosition.Y)
4349 closeopen.closeopenlabel.Position = UDim2.new(0,x,0,y)
4350 closeopen.closeopenlabel.Size = UDim2.new(0,50,0,50)
4351 closeopen.closeopenlabel.ImageTransparency = 0.8
4352 closeopen.closeopenlabel.Visible = true
4353
4354 wait()
4355
4356 closeopen.closeopenlabel:TweenSize(
4357 UDim2.new(0,240,0,240),
4358 "Out",
4359 "Quint",
4360 1
4361 )
4362end)
4363
4364closeopen.MouseButton1Up:connect(function()
4365 wait(0.35)
4366 local TweenService = game:GetService("TweenService")
4367 local circle = closeopen.closeopenlabel
4368
4369 local Info = TweenInfo.new(
4370 0.2, -- Length
4371 Enum.EasingStyle.Linear, -- Easing Style
4372 Enum.EasingDirection.Out, -- Easing Direction
4373 0, -- Times repeated
4374 false, -- Reverse
4375 0 -- Delay
4376 )
4377 local Goals =
4378 {
4379 ImageTransparency = 1;
4380 }
4381
4382 local tween = TweenService:Create(circle,Info,Goals)
4383 tween:Play()
4384end)
4385
4386--mygui.toggle.closeall.Script
4387closeall.MouseButton1Click:connect(function()
4388 mygui:Remove()
4389end)
4390
4391-- Scripts
4392
4393lpgravbutton.MouseButton1Down:connect(function()
4394 if game.Workspace.Gravity > 196.1 then
4395 game.Workspace.Gravity = 50
4396 else
4397 game.Workspace.Gravity = 196.2
4398 end
4399end)
4400
4401lpwalkbutton.MouseButton1Down:connect(function()
4402 if game.Players.LocalPlayer.Character.Humanoid.WalkSpeed == 16 then
4403 game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16 * 5
4404 else
4405 game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
4406 end
4407end)
4408
4409lpjumpbutton.MouseButton1Down:connect(function()
4410 if game.Players.LocalPlayer.Character.Humanoid.JumpPower == 50 then
4411 game.Players.LocalPlayer.Character.Humanoid.JumpPower = 100
4412 else
4413 game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
4414 end
4415end)
4416
4417lpgodbutton.MouseButton1Down:connect(function()
4418 game.Players.LocalPlayer.Character.Humanoid:Remove()
4419 Instance.new('Humanoid', game.Players.LocalPlayer.Character)
4420end)
4421
4422generallobbybutton.MouseButton1Down:connect(function()
4423 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-109.56, 140, -11.75) + Vector3.new(1, 0, 0)
4424end)
4425
4426generalgunbutton.MouseButton1Down:connect(function()
4427 game.Workspace.GunDrop.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(2,0,0)
4428end)
4429
4430generalcoinbutton.MouseButton1Down:connect(function()
4431 for i = 10, 1, -1 do
4432 for i,v in pairs(game.Workspace:GetChildren()) do
4433 local s = v:FindFirstChild("CoinContainer")
4434 local e = game.Players.LocalPlayer.Character:FindFirstChild("Torso")
4435 if e and s then
4436 for i,c in pairs(s:GetChildren()) do
4437 c.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame
4438 end
4439 end
4440 end
4441 wait(0.7)
4442 end
4443end)
4444
4445--[[tpbutton.MouseButton1Down:connect(function()
4446 for i,v in pairs(game.Workspace:GetChildren()) do
4447 if tptextbox.Text:lower() == v.Name:lower() then
4448 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[v.Name].HumanoidRootPart.CFrame
4449 else
4450 print("Player not found")
4451 end
4452 end
4453end)]]--
4454
4455
4456
4457
4458--script
4459local parent = tptextbox --insert textbox name!
4460local mouse = game.Players.LocalPlayer:GetMouse()
4461
4462local xsize = parent.Size.X.Offset
4463local ysize = parent.Size.Y.Offset
4464parent.Visible = true
4465parent.Active = true
4466parent.Selectable = true
4467
4468local Underline = Instance.new("Frame")
4469local UnderlineBase = Instance.new("Frame")
4470
4471Underline.Name = "Underline"
4472Underline.Parent = parent
4473Underline.BackgroundColor3 = parent.TextColor3
4474Underline.BorderSizePixel = 0
4475Underline.Position = UDim2.new(0, 0, 1, 0)
4476Underline.Size = UDim2.new(0, 0, 0, 1)
4477
4478UnderlineBase.Name = "UnderlineBase"
4479UnderlineBase.Parent = parent
4480UnderlineBase.BackgroundColor3 = parent.TextColor3
4481UnderlineBase.BackgroundTransparency = 0.85
4482UnderlineBase.BorderSizePixel = 0
4483UnderlineBase.Position = UDim2.new(0, 0, 1, 0)
4484UnderlineBase.Size = UDim2.new(0, xsize, 0, 1)
4485
4486parent.Focused:connect(function()
4487 local x = (mouse.X) - (parent.AbsolutePosition.X)
4488 Underline.BackgroundTransparency = 0
4489 Underline.Position = UDim2.new(0,x,1,0)
4490 wait()
4491 Underline:TweenSizeAndPosition(
4492 UDim2.new(0, xsize, 0, 1),
4493 UDim2.new(0, 0, 1, 0),
4494 "Out",
4495 "Quint",
4496 0.2
4497 )
4498end)
4499
4500parent.FocusLost:connect(function(enterPressed)
4501 if parent.Text == "" then
4502 parent.Text = "Player Name"
4503 end
4504
4505 local TweenService = game:GetService("TweenService")
4506
4507 local Info = TweenInfo.new(
4508 0.15,
4509 Enum.EasingStyle.Linear,
4510 Enum.EasingDirection.Out,
4511 0,
4512 false,
4513 0
4514 )
4515 local Goals =
4516 {
4517 BackgroundTransparency = 1;
4518 }
4519
4520 local tween = TweenService:Create(Underline,Info,Goals)
4521 tween:Play()
4522
4523 wait(0.15)
4524 Underline.Size = UDim2.new(0,0,0,1)
4525
4526 if enterPressed then
4527 for i,v in pairs(game.Workspace:GetChildren()) do
4528 if tptextbox.Text:lower() == v.Name:lower() then
4529 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[v.Name].HumanoidRootPart.CFrame
4530 else
4531 print("Player not found")
4532 end
4533 end
4534 print(true)
4535 elseif tptextbox.Text ~= "Player Name" then
4536 tptextbox.Text = "Press Enter to TP"
4537 end
4538end)
4539
4540--/script
4541
4542if enterPressed then
4543 for i,v in pairs(game.Workspace:GetChildren()) do
4544 if tptextbox.Text:lower() == v.Name:lower() then
4545 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[v.Name].HumanoidRootPart.CFrame
4546 else
4547 print("Player not found")
4548 end
4549 end
4550end
4551
4552generalespbutton.MouseButton1Down:connect(function()
4553 --credits to Nebula Hub for the esp + aimbot
4554 PLAYER = game.Players.LocalPlayer
4555 MOUSE = PLAYER:GetMouse()
4556 CC = game.Workspace.CurrentCamera
4557
4558 ENABLED = false
4559 ESP_ENABLED = false
4560
4561 _G.FREE_FOR_ALL = true
4562
4563 _G.BIND = 50
4564 _G.ESP_BIND = 52
4565 _G.CHANGE_AIM = 'q'
4566
4567 _G.AIM_AT = 'Head'
4568
4569 wait(1)
4570
4571 function GetNearestPlayerToMouse()
4572 local PLAYERS = {}
4573 local PLAYER_HOLD = {}
4574 local DISTANCES = {}
4575 for i, v in pairs(game.Players:GetPlayers()) do
4576 if v ~= PLAYER then
4577 table.insert(PLAYERS, v)
4578 end
4579 end
4580 for i, v in pairs(PLAYERS) do
4581 if _G.FREE_FOR_ALL == false then
4582 if v and (v.Character) ~= nil and v.TeamColor ~= PLAYER.TeamColor then
4583 local AIM = v.Character:FindFirstChild(_G.AIM_AT)
4584 if AIM ~= nil then
4585 local DISTANCE = (AIM.Position - game.Workspace.CurrentCamera.CoordinateFrame.p).magnitude
4586 local RAY = Ray.new(game.Workspace.CurrentCamera.CoordinateFrame.p, (MOUSE.Hit.p - CC.CoordinateFrame.p).unit * DISTANCE)
4587 local HIT,POS = game.Workspace:FindPartOnRay(RAY, game.Workspace)
4588 local DIFF = math.floor((POS - AIM.Position).magnitude)
4589 PLAYER_HOLD[v.Name .. i] = {}
4590 PLAYER_HOLD[v.Name .. i].dist = DISTANCE
4591 PLAYER_HOLD[v.Name .. i].plr = v
4592 PLAYER_HOLD[v.Name .. i].diff = DIFF
4593 table.insert(DISTANCES, DIFF)
4594 end
4595 end
4596 elseif _G.FREE_FOR_ALL == true then
4597 local AIM = v.Character:FindFirstChild(_G.AIM_AT)
4598 if AIM ~= nil then
4599 local DISTANCE = (AIM.Position - game.Workspace.CurrentCamera.CoordinateFrame.p).magnitude
4600 local RAY = Ray.new(game.Workspace.CurrentCamera.CoordinateFrame.p, (MOUSE.Hit.p - CC.CoordinateFrame.p).unit * DISTANCE)
4601 local HIT,POS = game.Workspace:FindPartOnRay(RAY, game.Workspace)
4602 local DIFF = math.floor((POS - AIM.Position).magnitude)
4603 PLAYER_HOLD[v.Name .. i] = {}
4604 PLAYER_HOLD[v.Name .. i].dist = DISTANCE
4605 PLAYER_HOLD[v.Name .. i].plr = v
4606 PLAYER_HOLD[v.Name .. i].diff = DIFF
4607 table.insert(DISTANCES, DIFF)
4608 end
4609 end
4610 end
4611
4612 if unpack(DISTANCES) == nil then
4613 return false
4614 end
4615
4616 local L_DISTANCE = math.floor(math.min(unpack(DISTANCES)))
4617 if L_DISTANCE > 20 then
4618 return false
4619 end
4620
4621 for i, v in pairs(PLAYER_HOLD) do
4622 if v.diff == L_DISTANCE then
4623 return v.plr
4624 end
4625 end
4626 return false
4627 end
4628
4629 GUI_MAIN = Instance.new('ScreenGui', game.CoreGui)
4630 GUI_TARGET = Instance.new('TextLabel', GUI_MAIN)
4631 GUI_AIM_AT = Instance.new('TextLabel', GUI_MAIN)
4632
4633 GUI_MAIN.Name = 'AIMBOT'
4634
4635 GUI_TARGET.Size = UDim2.new(0,200,0,30)
4636 GUI_TARGET.BackgroundTransparency = 0.5
4637 GUI_TARGET.BackgroundColor = BrickColor.new('Fossil')
4638 GUI_TARGET.BorderSizePixel = 0
4639 GUI_TARGET.Position = UDim2.new(0.5,-100,0,0)
4640 GUI_TARGET.Text = 'AIMBOT : OFF'
4641 GUI_TARGET.TextColor3 = Color3.new(1,1,1)
4642 GUI_TARGET.TextStrokeTransparency = 1
4643 GUI_TARGET.TextWrapped = true
4644 GUI_TARGET.FontSize = 'Size24'
4645 GUI_TARGET.Font = 'SourceSansBold'
4646
4647 GUI_AIM_AT.Size = UDim2.new(0,200,0,20)
4648 GUI_AIM_AT.BackgroundTransparency = 0.5
4649 GUI_AIM_AT.BackgroundColor = BrickColor.new('Fossil')
4650 GUI_AIM_AT.BorderSizePixel = 0
4651 GUI_AIM_AT.Position = UDim2.new(0.5,-100,0,30)
4652 GUI_AIM_AT.Text = 'AIMING : HEAD'
4653 GUI_AIM_AT.TextColor3 = Color3.new(1,1,1)
4654 GUI_AIM_AT.TextStrokeTransparency = 1
4655 GUI_AIM_AT.TextWrapped = true
4656 GUI_AIM_AT.FontSize = 'Size18'
4657 GUI_AIM_AT.Font = 'SourceSansBold'
4658
4659 local TRACK = false
4660
4661 function CREATE(BASE, COLOR)
4662 local ESP_MAIN = Instance.new('BillboardGui', PLAYER.PlayerGui)
4663 local ESP_DOT = Instance.new('Frame', ESP_MAIN)
4664 local ESP_NAME = Instance.new('TextLabel', ESP_MAIN)
4665
4666 ESP_MAIN.Name = 'ESP'
4667 ESP_MAIN.Adornee = BASE
4668 ESP_MAIN.AlwaysOnTop = true
4669 ESP_MAIN.ExtentsOffset = Vector3.new(0, 1, 0)
4670 ESP_MAIN.Size = UDim2.new(0, 5, 0, 5)
4671
4672 ESP_DOT.Name = 'DOT'
4673 ESP_DOT.BackgroundColor3 = COLOR
4674 ESP_DOT.BackgroundTransparency = 0.3
4675 ESP_DOT.BorderSizePixel = 0
4676 ESP_DOT.Position = UDim2.new(-0.5, 0, -0.5, 0)
4677 ESP_DOT.Size = UDim2.new(2, 0, 2, 0)
4678 ESP_DOT.Visible = true
4679 ESP_DOT.ZIndex = 10
4680
4681 ESP_NAME.Name = 'NAME'
4682 ESP_NAME.BackgroundColor3 = Color3.new(255, 255, 255)
4683 ESP_NAME.BackgroundTransparency = 1
4684 ESP_NAME.BorderSizePixel = 0
4685 ESP_NAME.Position = UDim2.new(0, 0, 0, -40)
4686 ESP_NAME.Size = UDim2.new(1, 0, 10, 0)
4687 ESP_NAME.Visible = true
4688 ESP_NAME.ZIndex = 10
4689 ESP_NAME.Font = 'ArialBold'
4690 ESP_NAME.FontSize = 'Size14'
4691 ESP_NAME.Text = BASE.Parent.Name:upper()
4692 ESP_NAME.TextColor3 = COLOR
4693 end
4694
4695 function CLEAR()
4696 for _,v in pairs(PLAYER.PlayerGui:children()) do
4697 if v.Name == 'ESP' and v:IsA('BillboardGui') then
4698 v:Destroy()
4699 end
4700 end
4701 end
4702
4703 local Remote = game:service'ReplicatedStorage'.GetPlayerData
4704 local player_roles = Remote:InvokeServer()
4705 function FIND()
4706 CLEAR()
4707 TRACK = true
4708 spawn(function()
4709 while wait() do
4710 if TRACK then
4711 CLEAR()
4712 local a,b = ypcall(function()
4713 for name,player in pairs(player_roles)do
4714 if game:service'Players':FindFirstChild(name) ~= nil then
4715 local v = game:service'Players':FindFirstChild(name)
4716 if v.Character and v.Character:FindFirstChild('Head') then
4717 if v.Character:FindFirstChild('Head') then
4718 if player.Dead ~= true then
4719 if player.Role == "Murderer"then
4720 CREATE(v.Character.Head, Color3.new(1,0,0))
4721 elseif player.Role == "Sheriff" or player.Role == "Hero" then
4722 CREATE(v.Character.Head, Color3.new(0,0,1))
4723 else
4724 CREATE(v.Character.Head, Color3.new(0,1,0))
4725 end
4726 end
4727 end
4728 end
4729 end
4730 end
4731 end)
4732 end
4733 end
4734 wait(1)
4735 end)
4736 end
4737 coroutine.wrap(function()
4738 while wait()do
4739 player_roles = Remote:InvokeServer()
4740 end
4741 end)()
4742
4743 MOUSE.KeyDown:connect(function(KEY)
4744 KEY = KEY:lower():byte()
4745 if KEY == _G.BIND then
4746 ENABLED = true
4747 end
4748 end)
4749
4750 MOUSE.KeyUp:connect(function(KEY)
4751 KEY = KEY:lower():byte()
4752 if KEY == _G.BIND then
4753 ENABLED = false
4754 end
4755 end)
4756
4757 MOUSE.KeyDown:connect(function(KEY)
4758 KEY = KEY:lower():byte()
4759 if KEY == _G.ESP_BIND then
4760 if ESP_ENABLED == false then
4761 FIND()
4762 ESP_ENABLED = true
4763 print('ESP : ON')
4764 elseif ESP_ENABLED == true then
4765 wait()
4766 CLEAR()
4767 TRACK = false
4768 ESP_ENABLED = false
4769 print('ESP : OFF')
4770 end
4771 end
4772 end)
4773
4774 MOUSE.KeyDown:connect(function(KEY)
4775 if KEY == _G.CHANGE_AIM then
4776 if _G.AIM_AT == 'Head' then
4777 _G.AIM_AT = 'Torso'
4778 GUI_AIM_AT.Text = 'AIMING : TORSO'
4779 elseif _G.AIM_AT == 'Torso' then
4780 _G.AIM_AT = 'Head'
4781 GUI_AIM_AT.Text = 'AIMING : HEAD'
4782 end
4783 end
4784 end)
4785
4786 game:GetService('RunService').RenderStepped:connect(function()
4787 if ENABLED then
4788 local TARGET = GetNearestPlayerToMouse()
4789 if (TARGET ~= false) then
4790 local AIM = TARGET.Character:FindFirstChild(_G.AIM_AT)
4791 if AIM then
4792 CC.CoordinateFrame = CFrame.new(CC.CoordinateFrame.p, AIM.CFrame.p)
4793 end
4794 GUI_TARGET.Text = 'AIMBOT : '.. TARGET.Name:sub(1, 5)
4795 else
4796 GUI_TARGET.Text = 'AIMBOT : OFF'
4797 end
4798 end
4799 end)
4800
4801 repeat
4802 wait()
4803 if ESP_ENABLED == true then
4804 FIND()
4805 end
4806 until ESP_ENABLED == false
4807
4808
4809 wait()
4810
4811 _G.FREE_FOR_ALL = true
4812
4813 _G.BIND = 50 -- LEFT CTRL
4814 _G.ESP_BIND = 52 -- LEFT ALT
4815end)
4816
4817local plr = game.Players.LocalPlayer
4818
4819plr:GetMouse().KeyDown:connect(function(KeyUp)
4820 if KeyUp == "0" then
4821 plr.Character.Humanoid.WalkSpeed = 35
4822 end
4823end)
4824
4825plr:GetMouse().KeyUp:connect(function(KeyUp)
4826 if KeyUp == "0" then
4827 plr.Character.Humanoid.WalkSpeed = 16
4828 end
4829end)
4830end)
4831
4832esp.MouseButton1Click:connect(function()
4833-- Issues:
4834-- Still need to make a patch for Jailbreak.
4835-- Phantom Forces: Weird positioning bug with tracers? Tracer positions a bit behind localplayer. (Maybe make the update faster? > RenderPriority.First ?
4836
4837local Plrs = game:GetService("Players")
4838local Run = game:GetService("RunService")
4839local CoreGui = game:GetService("CoreGui")
4840local StartGui = game:GetService("StarterGui")
4841local Teams = game:GetService("Teams")
4842local UserInput = game:GetService("UserInputService")
4843local Light = game:GetService("Lighting")
4844
4845function GetCamera() -- Just in case some game renames the player's camera.
4846 for _, v in next, workspace:GetChildren() do
4847 if v:IsA("Camera") then
4848 return v
4849 end
4850 end
4851
4852 return nil
4853end
4854
4855local ChamsFolder = Instance.new("Folder", CoreGui)
4856ChamsFolder.Name = "Chams"
4857
4858local MyPlr = Plrs.LocalPlayer
4859local MyChar = MyPlr.Character
4860local MyCam = GetCamera()
4861if MyCam == nil then
4862 error("WHAT KIND OF BLACK MAGIC IS THIS, CAMERA NOT FOUND.")
4863 return
4864end
4865
4866local Tracers = Instance.new("Folder", MyCam)
4867Tracers.Name = "Tracers"
4868local TracerData = { }
4869local TracerMT = setmetatable(TracerData, {
4870 __newindex = function(tab, index, val)
4871 rawset(tab, index, val)
4872 end
4873})
4874
4875local Bullshit = {
4876 ESPEnabled = false, -- Self explanatory. LEAVE OFF BY DEFAULT.
4877 CHAMSEnabled = false, -- Self explanatory. LEAVE OFF BY DEFAULT.
4878 TracersEnabled = false, -- Self explanatory. LEAVE OFF BY DEFAULT.
4879 DebugInfo = false, -- Self explanatory. LEAVE OFF BY DEFAULT.
4880 OutlinesEnabled = false,
4881 FullbrightEnabled = false,
4882 CrosshairEnabled = false,
4883 TracersLength = 2048, -- MAX DISTANCE IS 2048 DO NOT GO ABOVE OR YOU'LL ENCOUNTER PROBLEMS.
4884 PlaceTracersUnderCharacter = false, -- Change to true if you want tracers to be placed under your character instead of at the bottom of your camera.
4885 FreeForAll = false, -- use for games that don't have teams (Apocalypse Rising)
4886 Colors = {
4887 Enemy = Color3.new(1, 0, 0),
4888 Ally = Color3.new(0, 1, 0),
4889 Friend = Color3.new(1, 1, 0),
4890 ColorOverride = nil, -- Every player will have the chosen color regardless of enemy or ally.
4891 },
4892
4893 -- VVVV DON'T EDIT BELOW VVVV --
4894 ClosestEnemy = nil,
4895 CharAddedEvent = { },
4896 OutlinedParts = { },
4897 WorkspaceChildAddedEvent = nil,
4898 LightingEvent = nil,
4899 AmbientBackup = Light.Ambient,
4900 ColorShiftBotBackup = Light.ColorShift_Bottom,
4901 ColorShiftTopBackup = Light.ColorShift_Top,
4902}
4903
4904local DebugMenu = { }
4905DebugMenu["SC"] = Instance.new("ScreenGui", CoreGui)
4906DebugMenu["SC"].Name = "Debug"
4907DebugMenu["Main"] = Instance.new("Frame", DebugMenu["SC"])
4908DebugMenu["Main"].Name = "Debug Menu"
4909DebugMenu["Main"].Position = UDim2.new(0, 20, 1, -220)
4910DebugMenu["Main"].Size = UDim2.new(1, 0, 0, 200)
4911DebugMenu["Main"].BackgroundTransparency = 1
4912DebugMenu["Position"] = Instance.new("TextLabel", DebugMenu["Main"])
4913DebugMenu["Position"].BackgroundTransparency = 1
4914DebugMenu["Position"].Position = UDim2.new(0, 0, 0, 0)
4915DebugMenu["Position"].Size = UDim2.new(1, 0, 0, 15)
4916DebugMenu["Position"].Font = "Arcade"
4917DebugMenu["Position"].Text = ""
4918DebugMenu["Position"].TextColor3 = Color3.new(1, 1, 1)
4919DebugMenu["Position"].TextSize = 15
4920DebugMenu["Position"].TextStrokeColor3 = Color3.new(0, 0, 0)
4921DebugMenu["Position"].TextStrokeTransparency = 0.3
4922DebugMenu["Position"].TextXAlignment = "Left"
4923DebugMenu["PlayerSelected"] = Instance.new("TextLabel", DebugMenu["Main"])
4924DebugMenu["PlayerSelected"].BackgroundTransparency = 1
4925DebugMenu["PlayerSelected"].Position = UDim2.new(0, 0, 0, 20)
4926DebugMenu["PlayerSelected"].Size = UDim2.new(1, 0, 0, 15)
4927DebugMenu["PlayerSelected"].Font = "Arcade"
4928DebugMenu["PlayerSelected"].Text = ""
4929DebugMenu["PlayerSelected"].TextColor3 = Color3.new(1, 1, 1)
4930DebugMenu["PlayerSelected"].TextSize = 15
4931DebugMenu["PlayerSelected"].TextStrokeColor3 = Color3.new(0, 0, 0)
4932DebugMenu["PlayerSelected"].TextStrokeTransparency = 0.3
4933DebugMenu["PlayerSelected"].TextXAlignment = "Left"
4934DebugMenu["PlayerTeam"] = Instance.new("TextLabel", DebugMenu["Main"])
4935DebugMenu["PlayerTeam"].BackgroundTransparency = 1
4936DebugMenu["PlayerTeam"].Position = UDim2.new(0, 0, 0, 35)
4937DebugMenu["PlayerTeam"].Size = UDim2.new(1, 0, 0, 15)
4938DebugMenu["PlayerTeam"].Font = "Arcade"
4939DebugMenu["PlayerTeam"].Text = ""
4940DebugMenu["PlayerTeam"].TextColor3 = Color3.new(1, 1, 1)
4941DebugMenu["PlayerTeam"].TextSize = 15
4942DebugMenu["PlayerTeam"].TextStrokeColor3 = Color3.new(0, 0, 0)
4943DebugMenu["PlayerTeam"].TextStrokeTransparency = 0.3
4944DebugMenu["PlayerTeam"].TextXAlignment = "Left"
4945DebugMenu["PlayerHealth"] = Instance.new("TextLabel", DebugMenu["Main"])
4946DebugMenu["PlayerHealth"].BackgroundTransparency = 1
4947DebugMenu["PlayerHealth"].Position = UDim2.new(0, 0, 0, 50)
4948DebugMenu["PlayerHealth"].Size = UDim2.new(1, 0, 0, 15)
4949DebugMenu["PlayerHealth"].Font = "Arcade"
4950DebugMenu["PlayerHealth"].Text = ""
4951DebugMenu["PlayerHealth"].TextColor3 = Color3.new(1, 1, 1)
4952DebugMenu["PlayerHealth"].TextSize = 15
4953DebugMenu["PlayerHealth"].TextStrokeColor3 = Color3.new(0, 0, 0)
4954DebugMenu["PlayerHealth"].TextStrokeTransparency = 0.3
4955DebugMenu["PlayerHealth"].TextXAlignment = "Left"
4956DebugMenu["PlayerPosition"] = Instance.new("TextLabel", DebugMenu["Main"])
4957DebugMenu["PlayerPosition"].BackgroundTransparency = 1
4958DebugMenu["PlayerPosition"].Position = UDim2.new(0, 0, 0, 65)
4959DebugMenu["PlayerPosition"].Size = UDim2.new(1, 0, 0, 15)
4960DebugMenu["PlayerPosition"].Font = "Arcade"
4961DebugMenu["PlayerPosition"].Text = ""
4962DebugMenu["PlayerPosition"].TextColor3 = Color3.new(1, 1, 1)
4963DebugMenu["PlayerPosition"].TextSize = 15
4964DebugMenu["PlayerPosition"].TextStrokeColor3 = Color3.new(0, 0, 0)
4965DebugMenu["PlayerPosition"].TextStrokeTransparency = 0.3
4966DebugMenu["PlayerPosition"].TextXAlignment = "Left"
4967
4968if #Teams:GetChildren() <= 0 then
4969 Bullshit.FreeForAll = true
4970end
4971
4972if Bullshit.TracersLength > 2048 then
4973 Bullshit.TracersLength = 2048
4974end
4975
4976function GetTeamColor(Plr)
4977 local PickedColor = Color3.new(1, 1, 1)
4978
4979 if Bullshit.Colors.ColorOverride == nil then
4980 if not Bullshit.FreeForAll then
4981 if MyPlr.Team ~= Plr.Team and not MyPlr:IsFriendsWith(Plr.userId) then
4982 PickedColor = Bullshit.Colors.Enemy
4983 elseif MyPlr.Team == Plr.Team and not MyPlr:IsFriendsWith(Plr.userId) then
4984 PickedColor = Bullshit.Colors.Ally
4985 else
4986 PickedColor = Bullshit.Colors.Friend
4987 end
4988 else
4989 if MyPlr:IsFriendsWith(Plr.userId) then
4990 PickedColor = Bullshit.Colors.Friend
4991 else
4992 PickedColor = Bullshit.Colors.Enemy
4993 end
4994 end
4995 else
4996 PickedColor = Bullshit.Colors.ColorOverride
4997 end
4998
4999 return PickedColor
5000end
5001
5002function GetSizeOfObject(Obj)
5003 if Obj:IsA("BasePart") then
5004 return Obj.Size
5005 elseif Obj:IsA("Model") then
5006 return Obj:GetExtentsSize()
5007 end
5008end
5009
5010function GetClosestPlayer()
5011 local Players = { }
5012 local CurrentClosePlayer = nil
5013 local SelectedPlr = nil
5014
5015 for _, v in next, Plrs:GetPlayers() do
5016 if v ~= MyPlr then
5017 local IsAlly = GetTeamColor(v)
5018 if IsAlly ~= Bullshit.Colors.Ally and IsAlly ~= Bullshit.Colors.Friend then
5019 local GetChar = v.Character
5020 if MyChar and GetChar then
5021 local MyTor = MyChar:FindFirstChild("HumanoidRootPart")
5022 local GetTor = GetChar:FindFirstChild("HumanoidRootPart")
5023 local GetHum = GetChar:FindFirstChild("Humanoid")
5024 if MyTor and GetTor and GetHum then
5025 if GetHum.Health > 1 then
5026 local Dist = (MyTor.Position - GetTor.Position).magnitude
5027 Players[v] = Dist
5028 end
5029 end
5030 end
5031 end
5032 end
5033 end
5034
5035 for i, v in next, Players do
5036 if CurrentClosePlayer ~= nil then
5037 if v <= CurrentClosePlayer then
5038 CurrentClosePlayer = v
5039 SelectedPlr = i
5040 end
5041 else
5042 CurrentClosePlayer = v
5043 SelectedPlr = i
5044 end
5045 end
5046
5047 return SelectedPlr
5048end
5049
5050function UpdateESP(Plr)
5051 local Find = CoreGui:FindFirstChild("ESP Crap_" .. Plr.Name)
5052 if Find then
5053 local PickColor = GetTeamColor(Plr)
5054 Find.Frame.Names.TextColor3 = PickColor
5055 Find.Frame.Dist.TextColor3 = PickColor
5056 local GetChar = Plr.Character
5057 if MyChar and GetChar then
5058 local Find2 = MyChar:FindFirstChild("HumanoidRootPart")
5059 local Find3 = GetChar:FindFirstChild("HumanoidRootPart")
5060 if Find2 and Find3 then
5061 local Dist = (Find2.Position - Find3.Position).magnitude
5062 Find.Frame.Dist.Text = "Distance: " .. string.format("%.0f", Dist)
5063 end
5064 end
5065 end
5066end
5067
5068function RemoveESP(Plr)
5069 local ESP = CoreGui:FindFirstChild("ESP Crap_" .. Plr.Name)
5070 if ESP then
5071 ESP:Destroy()
5072 end
5073end
5074
5075function CreateESP(Plr)
5076 if Plr ~= nil then
5077 local GetChar = Plr.Character
5078 if not GetChar then return end
5079 local GetHead do
5080 repeat wait() until GetChar:FindFirstChild("Head")
5081 end
5082 GetHead = GetChar.Head
5083
5084 local bb = Instance.new("BillboardGui", CoreGui)
5085 bb.Adornee = GetHead
5086 bb.ExtentsOffset = Vector3.new(0, 1, 0)
5087 bb.AlwaysOnTop = true
5088 bb.Size = UDim2.new(0, 5, 0, 5)
5089 bb.StudsOffset = Vector3.new(0, 1, 0)
5090 bb.Name = "ESP Crap_" .. Plr.Name
5091
5092 local frame = Instance.new("Frame", bb)
5093 frame.ZIndex = 10
5094 frame.BackgroundTransparency = 1
5095 frame.Size = UDim2.new(1, 0, 1, 0)
5096
5097 local TxtName = Instance.new("TextLabel", frame)
5098 TxtName.Name = "Names"
5099 TxtName.ZIndex = 10
5100 TxtName.Text = Plr.Name
5101 TxtName.BackgroundTransparency = 1
5102 TxtName.Position = UDim2.new(0, 0, 0, -45)
5103 TxtName.Size = UDim2.new(1, 0, 10, 0)
5104 TxtName.Font = "SourceSansBold"
5105 TxtName.TextSize = 13
5106 TxtName.TextStrokeTransparency = 0.5
5107
5108 local TxtDist = Instance.new("TextLabel", frame)
5109 TxtDist.Name = "Dist"
5110 TxtDist.ZIndex = 10
5111 TxtDist.Text = ""
5112 TxtDist.BackgroundTransparency = 1
5113 TxtDist.Position = UDim2.new(0, 0, 0, -35)
5114 TxtDist.Size = UDim2.new(1, 0, 10, 0)
5115 TxtDist.Font = "SourceSansBold"
5116 TxtDist.TextSize = 13
5117 TxtDist.TextStrokeTransparency = 0.5
5118
5119 local PickColor = GetTeamColor(Plr)
5120 TxtName.TextColor3 = PickColor
5121 TxtDist.TextColor3 = PickColor
5122 end
5123end
5124
5125function UpdateTracers()
5126 if Bullshit.TracersEnabled then
5127 if MyChar then
5128 for _, v in next, Plrs:GetPlayers() do
5129 local MyTor = MyChar:FindFirstChild("HumanoidRootPart")
5130 local GetTor = TracerData[v.Name]
5131 if MyTor and GetTor ~= nil then
5132 local Dist = (MyTor.Position - GetTor.Position).magnitude
5133 if Dist < Bullshit.TracersLength then
5134 if not Bullshit.PlaceTracersUnderCharacter then
5135 local R = MyCam:ScreenPointToRay(MyCam.ViewportSize.X / 2, MyCam.ViewportSize.Y, 0)
5136 Dist = (R.Origin - (GetTor.Position - Vector3.new(0, 3, 0))).magnitude
5137 Tracers[v.Name].Transparency = 0
5138 Tracers[v.Name].Size = Vector3.new(0.05, 0.05, Dist)
5139 Tracers[v.Name].CFrame = CFrame.new(R.Origin, (GetTor.Position - Vector3.new(0, 4.5, 0))) * CFrame.new(0, 0, -Dist / 2)
5140 Tracers[v.Name].BrickColor = BrickColor.new(GetTeamColor(v))
5141 Tracers[v.Name].Mesh.Scale = Vector3.new(0.03, 0.03, Tracers[v.Name].Size.Z / Dist)
5142 else
5143 Dist = (MyTor.Position - (GetTor.Position - Vector3.new(0, 3, 0))).magnitude
5144 Tracers[v.Name].Transparency = 0
5145 Tracers[v.Name].Size = Vector3.new(0.3, 0.3, Dist)
5146 Tracers[v.Name].CFrame = CFrame.new(MyTor.Position - Vector3.new(0, 3, 0), (GetTor.Position - Vector3.new(0, 4.5, 0))) * CFrame.new(0, 0, -Dist / 2)
5147 Tracers[v.Name].BrickColor = BrickColor.new(GetTeamColor(v))
5148 Tracers[v.Name].Mesh.Scale = Vector3.new(0.3, 0.3, Tracers[v.Name].Size.Z / Dist)
5149 end
5150 else
5151 Tracers[v.Name].Transparency = 1
5152 end
5153 end
5154 end
5155 end
5156 end
5157end
5158
5159function RemoveTracers(Plr)
5160 local Find = Tracers:FindFirstChild(Plr.Name)
5161 if Find then
5162 Find:Destroy()
5163 end
5164end
5165
5166function CreateTracers(Plr)
5167 local Find = Tracers:FindFirstChild(Plr.Name)
5168 if not Find then
5169 local P = Instance.new("Part")
5170 P.Name = Plr.Name
5171 P.Material = "Neon"
5172 P.Transparency = 0
5173 P.Anchored = true
5174 P.Locked = true
5175 P.CanCollide = false
5176 local M = Instance.new("BlockMesh", P)
5177 M.Name = "Mesh"
5178 P.Parent = Tracers
5179 end
5180end
5181
5182function UpdateChams(Plr)
5183 local Find = ChamsFolder:FindFirstChild(Plr.Name)
5184 if Find then
5185 for _, v in next, Find:GetChildren() do
5186 v.Color3 = GetTeamColor(Plr)
5187 end
5188 end
5189end
5190
5191function RemoveChams(Plr)
5192 local Cham = ChamsFolder:FindFirstChild(Plr.Name)
5193 if Cham then
5194 Cham:Destroy()
5195 end
5196end
5197
5198function CreateChams(Plr)
5199 if Plr ~= nil then
5200 local GetChar = Plr.Character
5201 if not GetChar then return end
5202 local GetTor do
5203 repeat wait() until GetChar:FindFirstChild("HumanoidRootPart")
5204 end
5205 GetTor = GetChar.HumanoidRootPart
5206
5207 local GetHum do
5208 repeat wait() until GetChar:FindFirstChild("Humanoid")
5209 end
5210 GetHum = GetChar.Humanoid
5211
5212 local PlrCham = ChamsFolder:FindFirstChild(Plr.Name)
5213 if not PlrCham then
5214 PlrCham = Instance.new("Folder", ChamsFolder)
5215 PlrCham.Name = Plr.Name
5216 end
5217
5218 for _, P in next, GetChar:GetChildren() do
5219 if P:IsA("PVInstance") then
5220 local Box = Instance.new("BoxHandleAdornment")
5221 Box.Size = GetSizeOfObject(P) + Vector3.new(0.1, 0.1, 0.1)
5222 Box.Name = "Cham"
5223 Box.Adornee = P
5224 Box.AlwaysOnTop = true
5225 Box.ZIndex = 5
5226 Box.Transparency = 0.4
5227 Box.Color3 = GetTeamColor(Plr)
5228 Box.Parent = PlrCham
5229 end
5230 end
5231 end
5232end
5233
5234function CreateChildAddedEventFor(Obj)
5235 Obj.ChildAdded:connect(function(Obj2)
5236 if Bullshit.OutlinesEnabled then
5237 if Obj2:IsA("BasePart") and not Plrs:GetPlayerFromCharacter(Obj2.Parent) and not Obj2.Parent:IsA("Hat") and not Obj2.Parent:IsA("Accessory") and Obj2.Parent.Name ~= "Tracers" then
5238 local Data = { }
5239 Data[2] = Obj2.Transparency
5240 Obj2.Transparency = 1
5241 local outline = Instance.new("SelectionBox")
5242 outline.Name = "Outline"
5243 outline.Color3 = Color3.new(0, 1, 0)
5244 outline.SurfaceColor3 = Color3.new(0, 1, 0)
5245 outline.SurfaceTransparency = 0.9
5246 outline.LineThickness = 0.05
5247 outline.Transparency = 0.5
5248 outline.Transparency = 0.5
5249 outline.Adornee = Obj2
5250 outline.Parent = Obj2
5251 Data[1] = outline
5252 rawset(Bullshit.OutlinedParts, Obj2, Data)
5253 end
5254
5255 for i, v in next, Obj2:GetDescendants() do
5256 if v:IsA("BasePart") and not Plrs:GetPlayerFromCharacter(v.Parent) and not v.Parent:IsA("Hat") and not v.Parent:IsA("Accessory") and v.Parent.Name ~= "Tracers" then
5257 local Data = { }
5258 Data[2] = v.Transparency
5259 v.Transparency = 1
5260 local outline = Instance.new("SelectionBox")
5261 outline.Name = "Outline"
5262 outline.Color3 = Color3.new(0, 1, 0)
5263 outline.SurfaceColor3 = Color3.new(0, 1, 0)
5264 outline.SurfaceTransparency = 0.9
5265 outline.LineThickness = 0.05
5266 outline.Transparency = 0.5
5267 outline.Adornee = v
5268 outline.Parent = v
5269 Data[1] = outline
5270 rawset(Bullshit.OutlinedParts, v, Data)
5271 end
5272 CreateChildAddedEventFor(v)
5273 end
5274 end
5275 CreateChildAddedEventFor(Obj2)
5276 end)
5277end
5278
5279function LightingHax()
5280 if Bullshit.OutlinesEnabled then
5281 Light.TimeOfDay = "00:00:00"
5282 end
5283
5284 if Bullshit.FullbrightEnabled then
5285 Light.Ambient = Color3.new(1, 1, 1)
5286 Light.ColorShift_Bottom = Color3.new(1, 1, 1)
5287 Light.ColorShift_Top = Color3.new(1, 1, 1)
5288 end
5289end
5290
5291Plrs.PlayerAdded:connect(function(Plr)
5292 local P = Instance.new("Part")
5293 P.Name = Plr.Name
5294 P.Material = "Neon"
5295 P.Transparency = 0
5296 P.Anchored = true
5297 P.Locked = true
5298 P.CanCollide = false
5299 local M = Instance.new("BlockMesh", P)
5300 M.Name = "Mesh"
5301 P.Parent = Tracers
5302 if Bullshit.CharAddedEvent[Plr.Name] == nil then
5303 Bullshit.CharAddedEvent[Plr.Name] = Plr.CharacterAdded:connect(function(Char)
5304 if Bullshit.ESPEnabled then
5305 RemoveESP(Plr)
5306 CreateESP(Plr)
5307 end
5308 if Bullshit.CHAMSEnabled then
5309 RemoveChams(Plr)
5310 CreateChams(Plr)
5311 end
5312 if Bullshit.TracersEnabled then
5313 CreateTracers(Plr)
5314 end
5315 repeat wait() until Char:FindFirstChild("HumanoidRootPart")
5316 TracerMT[Plr.Name] = Char.HumanoidRootPart
5317 end)
5318 end
5319end)
5320
5321Plrs.PlayerRemoving:connect(function(Plr)
5322 if Bullshit.CharAddedEvent[Plr.Name] ~= nil then
5323 Bullshit.CharAddedEvent[Plr.Name]:Disconnect()
5324 Bullshit.CharAddedEvent[Plr.Name] = nil
5325 end
5326 RemoveESP(Plr)
5327 RemoveChams(Plr)
5328 RemoveTracers(Plr)
5329 TracerMT[Plr.Name] = nil
5330end)
5331
5332function CreateGUI()
5333 local BullshitM = Instance.new("ScreenGui")
5334 local Background = Instance.new("Frame")
5335 local ESPToggle = Instance.new("TextButton")
5336 local ChamsToggle = Instance.new("TextButton")
5337 local TracersToggle = Instance.new("TextButton")
5338 local DebugToggle = Instance.new("TextButton")
5339 local OutlineToggle = Instance.new("TextButton")
5340 local FullbrightToggle = Instance.new("TextButton")
5341 local Title = Instance.new("TextLabel")
5342
5343 BullshitM.Name = "Bullshit"
5344 BullshitM.Parent = CoreGui
5345
5346 Background.Name = "Background"
5347 Background.Parent = BullshitM
5348 Background.Active = true
5349 Background.BackgroundColor3 = Color3.new(1, 1, 1)
5350 Background.BackgroundTransparency = 0.5
5351 Background.BorderSizePixel = 0
5352 Background.Draggable = true
5353 Background.Position = UDim2.new(0, 100, 0.100000001, 0)
5354 Background.Size = UDim2.new(0, 250, 0, 210)
5355
5356 ESPToggle.Name = "ESPToggle"
5357 ESPToggle.Parent = Background
5358 ESPToggle.BackgroundColor3 = Color3.new(1, 1, 1)
5359 ESPToggle.Position = UDim2.new(0, 0, 0, 30)
5360 ESPToggle.Size = UDim2.new(1, 0, 0, 25)
5361 ESPToggle.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
5362 ESPToggle.Font = Enum.Font.Highway
5363 ESPToggle.Text = "Enable ESP"
5364 ESPToggle.TextColor3 = Color3.new(1, 0, 0)
5365 ESPToggle.TextSize = 20
5366
5367 ChamsToggle.Name = "ChamsToggle"
5368 ChamsToggle.Parent = Background
5369 ChamsToggle.BackgroundColor3 = Color3.new(1, 1, 1)
5370 ChamsToggle.Position = UDim2.new(0, 0, 0, 60)
5371 ChamsToggle.Size = UDim2.new(1, 0, 0, 25)
5372 ChamsToggle.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
5373 ChamsToggle.Font = Enum.Font.Highway
5374 ChamsToggle.Text = "Enable Chams"
5375 ChamsToggle.TextColor3 = Color3.new(1, 0, 0)
5376 ChamsToggle.TextSize = 20
5377
5378 TracersToggle.Name = "TracersToggle"
5379 TracersToggle.Parent = Background
5380 TracersToggle.BackgroundColor3 = Color3.new(1, 1, 1)
5381 TracersToggle.Position = UDim2.new(0, 0, 0, 90)
5382 TracersToggle.Size = UDim2.new(1, 0, 0, 25)
5383 TracersToggle.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
5384 TracersToggle.Font = Enum.Font.Highway
5385 TracersToggle.Text = "Enable Tracers"
5386 TracersToggle.TextColor3 = Color3.new(1, 0, 0)
5387 TracersToggle.TextSize = 20
5388
5389 DebugToggle.Name = "DebugToggle"
5390 DebugToggle.Parent = Background
5391 DebugToggle.BackgroundColor3 = Color3.new(1, 1, 1)
5392 DebugToggle.Position = UDim2.new(0, 0, 0, 120)
5393 DebugToggle.Size = UDim2.new(1, 0, 0, 25)
5394 DebugToggle.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
5395 DebugToggle.Font = Enum.Font.Highway
5396 DebugToggle.Text = "Enable Debug Info"
5397 DebugToggle.TextColor3 = Color3.new(1, 0, 0)
5398 DebugToggle.TextSize = 20
5399
5400 OutlineToggle.Name = "OutlineToggle"
5401 OutlineToggle.Parent = Background
5402 OutlineToggle.BackgroundColor3 = Color3.new(1, 1, 1)
5403 OutlineToggle.Position = UDim2.new(0, 0, 0, 150)
5404 OutlineToggle.Size = UDim2.new(1, 0, 0, 25)
5405 OutlineToggle.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
5406 OutlineToggle.Font = Enum.Font.Highway
5407 OutlineToggle.Text = "Enable Outlines"
5408 OutlineToggle.TextColor3 = Color3.new(1, 0, 0)
5409 OutlineToggle.TextSize = 20
5410
5411 FullbrightToggle.Name = "FullbrightToggle"
5412 FullbrightToggle.Parent = Background
5413 FullbrightToggle.BackgroundColor3 = Color3.new(1, 1, 1)
5414 FullbrightToggle.Position = UDim2.new(0, 0, 0, 180)
5415 FullbrightToggle.Size = UDim2.new(1, 0, 0, 25)
5416 FullbrightToggle.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
5417 FullbrightToggle.Font = Enum.Font.Highway
5418 FullbrightToggle.Text = "Enable Fullbright"
5419 FullbrightToggle.TextColor3 = Color3.new(1, 0, 0)
5420 FullbrightToggle.TextSize = 20
5421
5422 Title.Name = "Title"
5423 Title.Parent = Background
5424 Title.BackgroundColor3 = Color3.new(1, 1, 1)
5425 Title.BackgroundTransparency = 1
5426 Title.BorderSizePixel = 0
5427 Title.Size = UDim2.new(1, 0, 0, 25)
5428 Title.Font = Enum.Font.Highway
5429 Title.Text = "Made by: Racist Dolphin#5199"
5430 Title.TextColor3 = Color3.new(0, 0, 0)
5431 Title.TextSize = 20
5432
5433 ESPToggle.MouseButton1Click:connect(function()
5434 Bullshit.ESPEnabled = not Bullshit.ESPEnabled
5435 if Bullshit.ESPEnabled then
5436 ESPToggle.TextColor3 = Color3.new(0, 1, 0)
5437 ESPToggle.Text = "Disable ESP"
5438 for _, v in next, Plrs:GetPlayers() do
5439 if v ~= MyPlr then
5440 if Bullshit.CharAddedEvent[v.Name] == nil then
5441 Bullshit.CharAddedEvent[v.Name] = v.CharacterAdded:connect(function(Char)
5442 if Bullshit.ESPEnabled then
5443 RemoveESP(v)
5444 CreateESP(v)
5445 end
5446 if Bullshit.CHAMSEnabled then
5447 RemoveChams(v)
5448 CreateChams(v)
5449 end
5450 if Bullshit.TracersEnabled then
5451 RemoveTracers(v)
5452 CreateTracers(v)
5453 end
5454 repeat wait() until Char:FindFirstChild("HumanoidRootPart")
5455 TracerMT[v.Name] = Char.HumanoidRootPart
5456 end)
5457 end
5458 RemoveESP(v)
5459 CreateESP(v)
5460 end
5461 end
5462 else
5463 ESPToggle.TextColor3 = Color3.new(1, 0, 0)
5464 ESPToggle.Text = "Enable ESP"
5465 for _, v in next, Plrs:GetPlayers() do
5466 RemoveESP(v)
5467 end
5468 end
5469 end)
5470
5471 ChamsToggle.MouseButton1Click:connect(function()
5472 Bullshit.CHAMSEnabled = not Bullshit.CHAMSEnabled
5473 if Bullshit.CHAMSEnabled then
5474 ChamsToggle.TextColor3 = Color3.new(0, 1, 0)
5475 ChamsToggle.Text = "Disable Chams"
5476 for _, v in next, Plrs:GetPlayers() do
5477 if v ~= MyPlr then
5478 if Bullshit.CharAddedEvent[v.Name] == nil then
5479 Bullshit.CharAddedEvent[v.Name] = v.CharacterAdded:connect(function(Char)
5480 if Bullshit.ESPEnabled then
5481 RemoveESP(v)
5482 CreateESP(v)
5483 end
5484 if Bullshit.CHAMSEnabled then
5485 RemoveChams(v)
5486 CreateChams(v)
5487 end
5488 if Bullshit.TracersEnabled then
5489 RemoveTracers(v)
5490 CreateTracers(v)
5491 end
5492 repeat wait() until Char:FindFirstChild("HumanoidRootPart")
5493 TracerMT[v.Name] = Char.HumanoidRootPart
5494 end)
5495 end
5496 RemoveChams(v)
5497 CreateChams(v)
5498 end
5499 end
5500 else
5501 ChamsToggle.TextColor3 = Color3.new(1, 0, 0)
5502 ChamsToggle.Text = "Enable Chams"
5503 CoreGui.Chams:ClearAllChildren()
5504 end
5505 end)
5506
5507 TracersToggle.MouseButton1Click:connect(function()
5508 Bullshit.TracersEnabled = not Bullshit.TracersEnabled
5509 if Bullshit.TracersEnabled then
5510 TracersToggle.TextColor3 = Color3.new(0, 1, 0)
5511 TracersToggle.Text = "Disable Tracers"
5512 for _, v in next, Plrs:GetPlayers() do
5513 if v ~= MyPlr then
5514 if Bullshit.CharAddedEvent[v.Name] == nil then
5515 Bullshit.CharAddedEvent[v.Name] = v.CharacterAdded:connect(function(Char)
5516 if Bullshit.ESPEnabled then
5517 RemoveESP(v)
5518 CreateESP(v)
5519 end
5520 if Bullshit.CHAMSEnabled then
5521 RemoveChams(v)
5522 CreateChams(v)
5523 end
5524 if Bullshit.TracersEnabled then
5525 RemoveTracers(v)
5526 CreateTracers(v)
5527 end
5528 end)
5529 end
5530 if v.Character ~= nil then
5531 local Tor = v.Character:FindFirstChild("HumanoidRootPart")
5532 if Tor then
5533 TracerMT[v.Name] = Tor
5534 end
5535 end
5536 RemoveTracers(v)
5537 CreateTracers(v)
5538 end
5539 end
5540 else
5541 TracersToggle.TextColor3 = Color3.new(1, 0, 0)
5542 TracersToggle.Text = "Enable Tracers"
5543 for _, v in next, Plrs:GetPlayers() do
5544 RemoveTracers(v)
5545 end
5546 end
5547 end)
5548
5549 DebugToggle.MouseButton1Click:connect(function()
5550 Bullshit.DebugInfo = not Bullshit.DebugInfo
5551 if Bullshit.DebugInfo then
5552 DebugToggle.TextColor3 = Color3.new(0, 1, 0)
5553 DebugToggle.Text = "Disable Debug Info"
5554 else
5555 DebugToggle.TextColor3 = Color3.new(1, 0, 0)
5556 DebugToggle.Text = "Enable Debug Info"
5557 end
5558 end)
5559
5560 OutlineToggle.MouseButton1Click:connect(function()
5561 Bullshit.OutlinesEnabled = not Bullshit.OutlinesEnabled
5562 if Bullshit.OutlinesEnabled then
5563 OutlineToggle.TextColor3 = Color3.new(0, 1, 0)
5564 OutlineToggle.Text = "Disable Outlines"
5565 for _, v in next, workspace:GetDescendants() do
5566 if v:IsA("BasePart") and not Plrs:GetPlayerFromCharacter(v.Parent) and not v.Parent:IsA("Hat") and not v.Parent:IsA("Accessory") and v.Parent.Name ~= "Tracers" then
5567 local Data = { }
5568 Data[2] = v.Transparency
5569 v.Transparency = 1
5570 local outline = Instance.new("SelectionBox")
5571 outline.Name = "Outline"
5572 outline.Color3 = Color3.new(0, 1, 0)
5573 outline.SurfaceColor3 = Color3.new(0, 1, 0)
5574 outline.SurfaceTransparency = 0.9
5575 outline.LineThickness = 0.05
5576 outline.Transparency = 0.5
5577 outline.Adornee = v
5578 outline.Parent = v
5579 Data[1] = outline
5580 rawset(Bullshit.OutlinedParts, v, Data)
5581 end
5582 CreateChildAddedEventFor(v)
5583 end
5584 CreateChildAddedEventFor(workspace)
5585 if Bullshit.LightingEvent == nil then
5586 Bullshit.LightingEvent = game:GetService("Lighting").Changed:connect(LightingHax)
5587 end
5588 else
5589 OutlineToggle.TextColor3 = Color3.new(1, 0, 0)
5590 OutlineToggle.Text = "Enable Outlines"
5591 for i, v in next, Bullshit.OutlinedParts do
5592 i.Transparency = v[2]
5593 v[1]:Destroy()
5594 end
5595 end
5596 end)
5597
5598 FullbrightToggle.MouseButton1Click:connect(function()
5599 Bullshit.FullbrightEnabled = not Bullshit.FullbrightEnabled
5600 if Bullshit.FullbrightEnabled then
5601 FullbrightToggle.TextColor3 = Color3.new(0, 1, 0)
5602 FullbrightToggle.Text = "Disable Fullbright"
5603 if Bullshit.LightingEvent == nil then
5604 Bullshit.LightingEvent = Light.Changed:connect(LightingHax)
5605 end
5606 else
5607 FullbrightToggle.TextColor3 = Color3.new(1, 0, 0)
5608 FullbrightToggle.Text = "Enable Fullbright"
5609 Light.Ambient = Bullshit.AmbientBackup
5610 Light.ColorShift_Bottom = Bullshit.ColorShiftBotBackup
5611 Light.ColorShift_Top = Bullshit.ColorShiftTopBackup
5612 end
5613 end)
5614
5615 UserInput.InputBegan:connect(function(input, ingui)
5616 if not ingui then
5617 if input.UserInputType == Enum.UserInputType.Keyboard then
5618 if input.KeyCode == Enum.KeyCode.P then
5619 Background.Visible = not Background.Visible
5620 end
5621 end
5622 end
5623 end)
5624end
5625
5626CreateGUI()
5627
5628Run:BindToRenderStep("UpdateESPChams", Enum.RenderPriority.Last.Value - 1, function()
5629 for _, v in next, Plrs:GetPlayers() do
5630 UpdateESP(v)
5631 UpdateChams(v)
5632 end
5633end)
5634
5635Run:BindToRenderStep("UpdateTracers", Enum.RenderPriority.Last.Value - 1, UpdateTracers)
5636
5637Run:BindToRenderStep("UpdateInfo", Enum.RenderPriority.Last.Value - 1, function()
5638 MyChar = MyPlr.Character
5639 if Bullshit.DebugInfo then
5640 DebugMenu["Main"].Visible = true
5641 Bullshit.ClosestEnemy = GetClosestPlayer()
5642 local GetChar = nil
5643 if Bullshit.ClosestEnemy ~= nil then
5644 GetChar = Bullshit.ClosestEnemy.Character
5645 end
5646 local MyTor = MyChar:FindFirstChild("HumanoidRootPart")
5647 if MyTor then
5648 local Pos = MyTor.Position
5649 DebugMenu["Position"].Text = "My Position: (X: " .. string.format("%.3f", Pos.X) .. " Y: " .. string.format("%.3f", Pos.Y) .. " Z: " .. string.format("%.3f", Pos.Z) .. ")"
5650 end
5651
5652 DebugMenu["PlayerSelected"].Text = "Closest Enemy: " .. tostring(Bullshit.ClosestEnemy)
5653 if Bullshit.ClosestEnemy ~= nil then
5654 if Bullshit.ClosestEnemy.Team ~= nil then
5655 DebugMenu["PlayerTeam"].Text = "Team: " .. tostring(Bullshit.ClosestEnemy.Team.Name)
5656 else
5657 DebugMenu["PlayerTeam"].Text = "Team: nil (Free for All)"
5658 end
5659 end
5660 if GetChar then
5661 local Hum = GetChar:FindFirstChild("Humanoid")
5662 local Tor = GetChar:FindFirstChild("HumanoidRootPart")
5663 if Hum then
5664 DebugMenu["PlayerHealth"].Text = "Health: " .. string.format("%.0f", Hum.Health)
5665 end
5666 if MyTor and Tor then
5667 local Pos = Tor.Position
5668 local Dist = (MyTor.Position - Pos).magnitude
5669 DebugMenu["PlayerPosition"].Text = "Position: (X: " .. string.format("%.3f", Pos.X) .. " Y: " .. string.format("%.3f", Pos.Y) .. " Z: " .. string.format("%.3f", Pos.Z) .. ") Distance: " .. string.format("%.0f", Dist) .. " Studs"
5670 end
5671 end
5672 else
5673 DebugMenu["Main"].Visible = false
5674 end
5675end)
5676end)
5677
5678streetsgui.MouseButton1Click:connect(function()
5679-- Objects
5680
5681local ScreenGui = Instance.new("ScreenGui")
5682local Frame = Instance.new("Frame")
5683local ImageLabel = Instance.new("ImageLabel")
5684local Pipe = Instance.new("TextButton")
5685local CTP = Instance.new("TextButton")
5686local Anis = Instance.new("TextButton")
5687local FeGui = Instance.new("TextButton")
5688local Admin = Instance.new("TextButton")
5689local Name = Instance.new("TextButton")
5690local Fight = Instance.new("TextButton")
5691local JFlip = Instance.new("TextButton")
5692local Spit = Instance.new("TextButton")
5693local Punch = Instance.new("TextButton")
5694local CLogs = Instance.new("TextButton")
5695local Machete = Instance.new("TextButton")
5696local TextLabel = Instance.new("TextLabel")
5697
5698-- Properties
5699
5700ScreenGui.Parent = game.CoreGui
5701
5702Frame.Parent = ScreenGui
5703Frame.Active = true
5704Frame.BackgroundColor3 = Color3.new(1, 1, 1)
5705Frame.BorderColor3 = Color3.new(1, 1, 1)
5706Frame.BorderSizePixel = 3
5707Frame.Draggable = true
5708Frame.Position = UDim2.new(0, 0, 0, 92)
5709Frame.Selectable = true
5710Frame.Size = UDim2.new(0, 641, 0, 505)
5711Frame.Visible = false
5712
5713ImageLabel.Parent = Frame
5714ImageLabel.Active = true
5715ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
5716ImageLabel.Size = UDim2.new(0, 641, 0, 505)
5717ImageLabel.Image = "rbxassetid://587530945"
5718
5719Pipe.Name = "Pipe"
5720Pipe.Parent = Frame
5721Pipe.BackgroundColor3 = Color3.new(1, 1, 1)
5722Pipe.BackgroundTransparency = 0.60000002384186
5723Pipe.Position = UDim2.new(0, 38, 0, 151)
5724Pipe.Size = UDim2.new(0, 113, 0, 50)
5725Pipe.Font = Enum.Font.Arial
5726Pipe.FontSize = Enum.FontSize.Size28
5727Pipe.Text = "Pipe Auto"
5728Pipe.TextSize = 25
5729Pipe.TextWrapped = true
5730Pipe.MouseButton1Click:connect (function()
5731 local userinput = game:GetService("UserInputService")
5732userinput.InputBegan:connect(function(input)
5733 if userinput:GetFocusedTextBox() then
5734 return
5735 end
5736if input.KeyCode == Enum.KeyCode.R then
5737repeat
5738wait(0.001)
5739local plr = game.Players.LocalPlayer
5740plr.Backpack.ServerTraits.Touch:FireServer(plr.Backpack.Pipe, plr.Character.LeftHand,true)
5741plr.Backpack.ServerTraits.Touch:FireServer(plr.Backpack.Pipe, plr.Character.LeftHand,true)
5742plr.Backpack.ServerTraits.Touch:FireServer(plr.Backpack.Pipe, plr.Character.LeftHand,true)
5743until input.KeyCode == Enum.KeyCode.F
5744end
5745end)
5746end)
5747
5748CTP.Name = "CTP"
5749CTP.Parent = Frame
5750CTP.BackgroundColor3 = Color3.new(1, 1, 1)
5751CTP.BackgroundTransparency = 0.60000002384186
5752CTP.Position = UDim2.new(0, 38, 0, 251)
5753CTP.Size = UDim2.new(0, 113, 0, 50)
5754CTP.Font = Enum.Font.Arial
5755CTP.FontSize = Enum.FontSize.Size28
5756CTP.Text = "Click Tp"
5757CTP.TextSize = 25
5758CTP.TextWrapped = true
5759CTP.MouseButton1Click:connect (function()
5760 plr = game.Players.LocalPlayer
5761
5762hum = plr.Character.HumanoidRootPart
5763
5764mouse = plr:GetMouse()
5765
5766 --By Yn--
5767
5768mouse.KeyDown:connect(function(key)
5769
5770if key == "t" then
5771
5772if mouse.Target then
5773
5774hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
5775
5776end
5777 --By Yn--
5778end
5779end)
5780end)
5781
5782
5783Anis.Name = "Anis"
5784Anis.Parent = Frame
5785Anis.BackgroundColor3 = Color3.new(1, 1, 1)
5786Anis.BackgroundTransparency = 0.60000002384186
5787Anis.Position = UDim2.new(0, 38, 0, 51)
5788Anis.Size = UDim2.new(0, 113, 0, 50)
5789Anis.Font = Enum.Font.Arial
5790Anis.FontSize = Enum.FontSize.Size28
5791Anis.Text = "Animations"
5792Anis.TextSize = 25
5793Anis.TextWrapped = true
5794Anis.MouseButton1Click:connect (function()
5795 loadstring(game:GetObjects("rbxassetid://1295329334")[1].Source)()
5796end)
5797
5798FeGui.Name = "FeGui"
5799FeGui.Parent = Frame
5800FeGui.BackgroundColor3 = Color3.new(1, 1, 1)
5801FeGui.BackgroundTransparency = 0.60000002384186
5802FeGui.Position = UDim2.new(0, 238, 0, 51)
5803FeGui.Size = UDim2.new(0, 113, 0, 50)
5804FeGui.Font = Enum.Font.Arial
5805FeGui.FontSize = Enum.FontSize.Size28
5806FeGui.Text = "Gui"
5807FeGui.TextSize = 25
5808FeGui.TextWrapped = true
5809FeGui.MouseButton1Click:connect (function()
5810loadstring(game:GetObjects("rbxassetid://1295327106")[1].Source)()
5811end)
5812
5813
5814Admin.Name = "Admin"
5815Admin.Parent = Frame
5816Admin.BackgroundColor3 = Color3.new(1, 1, 1)
5817Admin.BackgroundTransparency = 0.60000002384186
5818Admin.Position = UDim2.new(0, 238, 0, 251)
5819Admin.Size = UDim2.new(0, 113, 0, 50)
5820Admin.Font = Enum.Font.Arial
5821Admin.FontSize = Enum.FontSize.Size28
5822Admin.Text = "Admin"
5823Admin.TextSize = 25
5824Admin.TextWrapped = true
5825Admin.MouseButton1Click:connect (function()
5826 loadstring(game:GetObjects("rbxassetid://1295323599")[1].Source)()
5827
5828end)
5829
5830
5831Name.Name = "Name"
5832Name.Parent = Frame
5833Name.BackgroundColor3 = Color3.new(1, 1, 1)
5834Name.BackgroundTransparency = 0.60000002384186
5835Name.Position = UDim2.new(0, 238, 0, 151)
5836Name.Size = UDim2.new(0, 113, 0, 50)
5837Name.Font = Enum.Font.Arial
5838Name.FontSize = Enum.FontSize.Size28
5839Name.Text = "Hide Name"
5840Name.TextSize = 25
5841Name.TextWrapped = true
5842Name.MouseButton1Click:connect (function()
5843 while true do
5844 game.Players.LocalPlayer.Backpack.ServerTraits.Crouch:FireServer({true})
5845wait()
5846end
5847end)
5848
5849Fight.Name = "Fight"
5850Fight.Parent = Frame
5851Fight.BackgroundColor3 = Color3.new(1, 1, 1)
5852Fight.BackgroundTransparency = 0.60000002384186
5853Fight.Position = UDim2.new(0, 438, 0, 51)
5854Fight.Size = UDim2.new(0, 113, 0, 50)
5855Fight.Font = Enum.Font.Arial
5856Fight.FontSize = Enum.FontSize.Size28
5857Fight.Text = "Fight Pack"
5858Fight.TextSize = 25
5859Fight.TextWrapped = true
5860Fight.MouseButton1Click:connect (function()
5861 loadstring(game:GetObjects("rbxassetid://1295318827")[1].Source)()
5862end)
5863
5864JFlip.Name = "JFlip"
5865JFlip.Parent = Frame
5866JFlip.BackgroundColor3 = Color3.new(1, 1, 1)
5867JFlip.BackgroundTransparency = 0.60000002384186
5868JFlip.Position = UDim2.new(0, 442, 0, 151)
5869JFlip.Size = UDim2.new(0, 113, 0, 50)
5870JFlip.Font = Enum.Font.Arial
5871JFlip.FontSize = Enum.FontSize.Size28
5872JFlip.Text = "Jump Flip"
5873JFlip.TextSize = 25
5874JFlip.TextWrapped = true
5875JFlip.MouseButton1Click:connect (function()
5876 -- Created By Qerzty / Yurza --
5877for _,v in pairs(game.Players.LocalPlayer.Character.Animate.jump:GetChildren()) do
5878 v.AnimationId = 'rbxassetid://229782914'
5879end
5880end)
5881
5882Spit.Name = "Spit"
5883Spit.Parent = Frame
5884Spit.BackgroundColor3 = Color3.new(1, 1, 1)
5885Spit.BackgroundTransparency = 0.60000002384186
5886Spit.Position = UDim2.new(0, 438, 0, 251)
5887Spit.Size = UDim2.new(0, 113, 0, 50)
5888Spit.Font = Enum.Font.Arial
5889Spit.FontSize = Enum.FontSize.Size28
5890Spit.Text = "Spit"
5891Spit.TextSize = 25
5892Spit.TextWrapped = true
5893Spit.MouseButton1Click:connect (function()
5894 loadstring(game:GetObjects("rbxassetid://1280225341")[1].Source)()
5895end)
5896
5897Punch.Name = "Punch"
5898Punch.Parent = Frame
5899Punch.BackgroundColor3 = Color3.new(1, 1, 1)
5900Punch.BackgroundTransparency = 0.60000002384186
5901Punch.Position = UDim2.new(0, 38, 0, 351)
5902Punch.Size = UDim2.new(0, 113, 0, 50)
5903Punch.Font = Enum.Font.SourceSans
5904Punch.FontSize = Enum.FontSize.Size28
5905Punch.Text = "Punch auto"
5906Punch.TextSize = 25
5907Punch.MouseButton1Click:connect (function()
5908 local userinput = game:GetService("UserInputService")
5909userinput.InputBegan:connect(function(input)
5910 if userinput:GetFocusedTextBox() then
5911 return
5912 end
5913if input.KeyCode == Enum.KeyCode.R then
5914repeat
5915wait(0.001)
5916local plr = game.Players.LocalPlayer
5917plr.Backpack.ServerTraits.Touch:FireServer(plr.Backpack.Punch, plr.Character.LeftHand,true)
5918plr.Backpack.ServerTraits.Touch:FireServer(plr.Backpack.Punch, plr.Character.LeftHand,true)
5919plr.Backpack.ServerTraits.Touch:FireServer(plr.Backpack.Punch, plr.Character.LeftHand,true)
5920until input.KeyCode == Enum.KeyCode.F
5921end
5922end)
5923end)
5924
5925CLogs.Name = "CLogs"
5926CLogs.Parent = Frame
5927CLogs.BackgroundColor3 = Color3.new(1, 1, 1)
5928CLogs.BackgroundTransparency = 0.60000002384186
5929CLogs.Position = UDim2.new(0, 238, 0, 351)
5930CLogs.Size = UDim2.new(0, 113, 0, 50)
5931CLogs.Font = Enum.Font.SourceSans
5932CLogs.FontSize = Enum.FontSize.Size28
5933CLogs.Text = "Chat logs"
5934CLogs.TextSize = 25
5935CLogs.MouseButton1Click:connect (function()
5936 loadstring(game:GetObjects("rbxassetid://1295331911")[1].Source)()
5937end)
5938
5939Machete.Name = "Machete"
5940Machete.Parent = Frame
5941Machete.BackgroundColor3 = Color3.new(1, 1, 1)
5942Machete.BackgroundTransparency = 0.60000002384186
5943Machete.Position = UDim2.new(0, 438, 0, 351)
5944Machete.Size = UDim2.new(0, 113, 0, 50)
5945Machete.Font = Enum.Font.SourceSans
5946Machete.FontSize = Enum.FontSize.Size28
5947Machete.Text = "Machete"
5948Machete.TextSize = 25
5949Machete.MouseButton1Click:connect (function()
5950 while true do
5951local chicken = game.Workspace["Machete | $70"].Head
5952chicken.CanCollide = false
5953wait()
5954chicken.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
5955wait(0.5)
5956end
5957end)
5958
5959TextLabel.Parent = Frame
5960TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
5961TextLabel.BackgroundTransparency = 0.40000000596046
5962TextLabel.Position = UDim2.new(0, 27, 0, 422)
5963TextLabel.Size = UDim2.new(0, 543, 0, 50)
5964TextLabel.Font = Enum.Font.SourceSans
5965TextLabel.FontSize = Enum.FontSize.Size28
5966TextLabel.Text = "Xuhron V1 Made By Yn#1341 / Xuhro"
5967TextLabel.TextSize = 28
5968
5969Player = game.Players.LocalPlayer
5970Mouse = Player:GetMouse()
5971gui = ScreenGui
5972box = Frame
5973Open = false
5974
5975function PressH(key)
5976 if (key == "h") then
5977 if (Open == false) then
5978 box.Visible = true
5979 Open = true
5980 elseif (Open == true) then
5981 box.Visible = false
5982 Open = false
5983 end
5984 end
5985end
5986
5987Mouse.KeyDown:connect(PressH)
5988end)
5989
5990fegod.MouseButton1Click:connect(function()
5991game.Players.LocalPlayer.Character.Humanoid.Name = 1
5992local l = game.Players.LocalPlayer.Character["1"]:Clone()
5993l.Parent = game.Players.LocalPlayer.Character
5994l.Name = "Humanoid"
5995wait(0.1)
5996game.Players.LocalPlayer.Character["1"]:Destroy()
5997game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
5998game.Players.LocalPlayer.Character.Animate.Disabled = true
5999wait(0.1)
6000game.Players.LocalPlayer.Character.Animate.Disabled = false
6001game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
6002end)
6003
6004cbroac.MouseButton1Click:connect(function()
6005local getupvalues = secret953 or debug.getupvalues;
6006local setupvalue = secret500 or debug.setupvalue;
6007local getreg = getreg or debug.getregistry;
6008
6009for i,v in pairs(getreg()) do
6010if typeof(v) == 'function' then
6011local ups = getupvalues(v);
6012
6013if ups.scanObject then ups = getupvalues(ups.scanObject) end
6014
6015if ups.post and typeof(ups.post) == 'Instance' and ups.post:IsA'RemoteEvent' then
6016setupvalue(v, 'game', Instance.new'Model');
6017game.StarterGui:SetCore('SendNotification', {Title='made by ic3w0lf'; Text='Anticheat bypassed', Duration=10;});
6018end
6019end
6020end
6021end)
6022
6023oogabooga.MouseButton1Click:connect(function()
6024function onKeyPress(actionName, userInputState, inputObject)
6025 if userInputState == Enum.UserInputState.Begin then
6026 local Item = 'Berry'
6027 game:GetService("ReplicatedStorage").Events.UseBagItem:FireServer(Item)
6028 end
6029end
6030
6031game.ContextActionService:BindAction("keyPress", onKeyPress, false, Enum.KeyCode.Q)
6032end)
6033
6034nextpage.MouseButton1Click:connect(function()
6035page1.Visible = false
6036page2.Visible = true
6037end)
6038
6039previouspage.MouseButton1Click:connect(function()
6040page1.Visible = true
6041page2.Visible = false
6042end)