· 7 years ago · Jul 02, 2018, 10:44 PM
1-- Made by abs_0 (chrislx2 [Roblox])
2(🥀Boruto Uzumaki🥀#5064)
3-- Objects
4
5local mygui = Instance.new("ScreenGui")
6local maintab = Instance.new("Frame")
7local title = Instance.new("TextLabel")
8local bodyframe = Instance.new("Frame")
9local menuframe = Instance.new("Frame")
10local generalbuttonframe = Instance.new("Frame")
11local generalbutton = Instance.new("TextButton")
12local generalbuttonlabel = Instance.new("ImageLabel")
13local lpbuttonframe = Instance.new("Frame")
14local lpbutton = Instance.new("TextButton")
15local lpbuttonlabel = Instance.new("ImageLabel")
16local tpbuttonframe = Instance.new("Frame")
17local tpbutton = Instance.new("TextButton")
18local tpbuttonlabel = Instance.new("ImageLabel")
19local tptextbox = Instance.new("TextBox")
20local tpunderline = Instance.new("Frame")
21local tpunderlinebase = Instance.new("Frame")
22local generalframe = Instance.new("Frame")
23local generalespframe = Instance.new("Frame")
24local generalespbutton = Instance.new("TextButton")
25local generalesplabel = Instance.new("ImageLabel")
26local generalcoinframe = Instance.new("Frame")
27local generalcoinbutton = Instance.new("TextButton")
28local generalcoinlabel = Instance.new("ImageLabel")
29local generalgunframe = Instance.new("Frame")
30local generalgunbutton = Instance.new("TextButton")
31local generalgunlabel = Instance.new("ImageLabel")
32local generallobbyframe = Instance.new("Frame")
33local generallobbybutton = Instance.new("TextButton")
34local generallobbylabel = Instance.new("ImageLabel")
35local lpframe = Instance.new("Frame")
36local lpjumpframe = Instance.new("Frame")
37local lpjumpbutton = Instance.new("TextButton")
38local lpjumplabel = Instance.new("ImageLabel")
39local lpgravframe = Instance.new("Frame")
40local lpgravbutton = Instance.new("TextButton")
41local lpgravlabel = Instance.new("ImageLabel")
42local lpwalkframe = Instance.new("Frame")
43local lpwalkbutton = Instance.new("TextButton")
44local lpwalklabel = Instance.new("ImageLabel")
45local lpgodframe = Instance.new("Frame")
46local lpgodbutton = Instance.new("TextButton")
47local lpgodlabel = Instance.new("ImageLabel")
48local backbutton1 = Instance.new("TextButton")
49local backbutton1label = Instance.new("ImageLabel")
50local backbutton2 = Instance.new("TextButton")
51local backbutton2label = Instance.new("ImageLabel")
52local creditsbutton = Instance.new("TextButton")
53local creditsiconlabel1 = Instance.new("ImageLabel")
54local creditsiconlabel2 = Instance.new("ImageLabel")
55local toggle = Instance.new("Frame")
56local closeall = Instance.new("TextButton")
57local closeopen = Instance.new("TextButton")
58local closeopenlabel = Instance.new("ImageLabel")
59local creditstab = Instance.new("Frame")
60local creditstitle = Instance.new("TextLabel")
61local creditsframe = Instance.new("Frame")
62local creditsmenuframe = Instance.new("Frame")
63local creditsfield = Instance.new("TextLabel")
64local closecredits = Instance.new("TextButton")
65
66-- Properties
67
68mygui.Name = "mygui"
69mygui.Parent = game.CoreGui
70
71maintab.Name = "maintab"
72maintab.Parent = mygui
73maintab.Active = true
74maintab.BackgroundColor3 = Color3.new(1, 1, 1)
75maintab.BackgroundTransparency = 0.5
76maintab.BorderSizePixel = 0
77maintab.Draggable = true
78maintab.Position = UDim2.new(0, 900, 0, 330)
79maintab.Size = UDim2.new(0, 256, 0, 30)
80
81title.Name = "title"
82title.Parent = maintab
83title.BackgroundColor3 = Color3.new(0, 0.45098, 0.862745)
84title.BorderSizePixel = 0
85title.Size = UDim2.new(0, 256, 0, 30)
86title.Font = Enum.Font.SourceSansBold
87title.FontSize = Enum.FontSize.Size24
88title.Text = "MM2 Gui"
89title.TextColor3 = Color3.new(1, 1, 1)
90title.TextSize = 23
91
92bodyframe.Name = "bodyframe"
93bodyframe.Parent = maintab
94bodyframe.BackgroundColor3 = Color3.new(0, 0.615686, 1)
95bodyframe.BorderSizePixel = 0
96bodyframe.ClipsDescendants = true
97bodyframe.Position = UDim2.new(0, 0, 0, 30)
98bodyframe.Size = UDim2.new(0, 256, 0, 222)
99
100menuframe.Name = "menuframe"
101menuframe.Parent = bodyframe
102menuframe.BackgroundColor3 = Color3.new(1, 1, 1)
103menuframe.BackgroundTransparency = 1
104menuframe.BorderSizePixel = 0
105menuframe.Size = UDim2.new(0, 256, 0, 222)
106
107generalbuttonframe.Name = "generalbuttonframe"
108generalbuttonframe.Parent = menuframe
109generalbuttonframe.BackgroundColor3 = Color3.new(1, 1, 1)
110generalbuttonframe.BorderSizePixel = 0
111generalbuttonframe.Position = UDim2.new(0, 31, 0, 31)
112generalbuttonframe.Size = UDim2.new(0, 194, 0, 31)
113
114generalbutton.Name = "generalbutton"
115generalbutton.Parent = generalbuttonframe
116generalbutton.BackgroundColor3 = Color3.new(1, 1, 1)
117generalbutton.BackgroundTransparency = 1
118generalbutton.BorderSizePixel = 0
119generalbutton.ClipsDescendants = true
120generalbutton.Size = UDim2.new(0, 194, 0, 30)
121generalbutton.Font = Enum.Font.SourceSansSemibold
122generalbutton.FontSize = Enum.FontSize.Size24
123generalbutton.Text = "General"
124generalbutton.TextColor3 = Color3.new(0, 0.615686, 1)
125generalbutton.TextSize = 20
126
127generalbuttonlabel.Name = "generalbuttonlabel"
128generalbuttonlabel.Parent = generalbutton
129generalbuttonlabel.AnchorPoint = Vector2.new(0.5, 0.5)
130generalbuttonlabel.BackgroundColor3 = Color3.new(1, 1, 1)
131generalbuttonlabel.BackgroundTransparency = 1
132generalbuttonlabel.BorderSizePixel = 0
133generalbuttonlabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
134generalbuttonlabel.Size = UDim2.new(0, 50, 0, 50)
135generalbuttonlabel.Visible = false
136generalbuttonlabel.Image = "rbxassetid://200182847"
137generalbuttonlabel.ImageColor3 = Color3.new(0, 0.705882, 1)
138generalbuttonlabel.ImageTransparency = 0.80000001192093
139
140lpbuttonframe.Name = "lpbuttonframe"
141lpbuttonframe.Parent = menuframe
142lpbuttonframe.BackgroundColor3 = Color3.new(1, 1, 1)
143lpbuttonframe.BorderSizePixel = 0
144lpbuttonframe.Position = UDim2.new(0, 31, 0, 96)
145lpbuttonframe.Size = UDim2.new(0, 194, 0, 31)
146
147lpbutton.Name = "lpbutton"
148lpbutton.Parent = lpbuttonframe
149lpbutton.BackgroundColor3 = Color3.new(1, 1, 1)
150lpbutton.BackgroundTransparency = 1
151lpbutton.BorderSizePixel = 0
152lpbutton.ClipsDescendants = true
153lpbutton.Size = UDim2.new(0, 194, 0, 30)
154lpbutton.Font = Enum.Font.SourceSansSemibold
155lpbutton.FontSize = Enum.FontSize.Size24
156lpbutton.Text = "Local Player"
157lpbutton.TextColor3 = Color3.new(0, 0.615686, 1)
158lpbutton.TextSize = 19
159
160lpbuttonlabel.Name = "lpbuttonlabel"
161lpbuttonlabel.Parent = lpbutton
162lpbuttonlabel.AnchorPoint = Vector2.new(0.5, 0.5)
163lpbuttonlabel.BackgroundColor3 = Color3.new(1, 1, 1)
164lpbuttonlabel.BackgroundTransparency = 1
165lpbuttonlabel.BorderSizePixel = 0
166lpbuttonlabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
167lpbuttonlabel.Size = UDim2.new(0, 50, 0, 50)
168lpbuttonlabel.Visible = false
169lpbuttonlabel.Image = "rbxassetid://200182847"
170lpbuttonlabel.ImageColor3 = Color3.new(0, 0.705882, 1)
171lpbuttonlabel.ImageTransparency = 0.80000001192093
172
173tptextbox.Name = "tptextbox"
174tptextbox.Parent = menuframe
175tptextbox.BackgroundColor3 = Color3.new(1, 1, 1)
176tptextbox.BackgroundTransparency = 1
177tptextbox.BorderSizePixel = 0
178tptextbox.Position = UDim2.new(0, 31, 0, 165)
179tptextbox.Size = UDim2.new(0, 194, 0, 31)
180tptextbox.Font = Enum.Font.SourceSans
181tptextbox.FontSize = Enum.FontSize.Size18
182tptextbox.Text = "Player Name"
183tptextbox.TextColor3 = Color3.new(1, 1, 1)
184tptextbox.TextSize = 15
185
186tpunderline.Name = "tpunderline"
187tpunderline.Parent = tptextbox
188tpunderline.AnchorPoint = Vector2.new(0, 0)
189tpunderline.BackgroundColor3 = Color3.new(1, 1, 1)
190tpunderline.BorderSizePixel = 0
191tpunderline.Position = UDim2.new(0.496815294, 0, 0.967741966, 0)
192tpunderline.Size = UDim2.new(0, 0, 0, 2)
193
194tpunderlinebase.Name = "tpunderlinebase"
195tpunderlinebase.Parent = tptextbox
196tpunderlinebase.AnchorPoint = Vector2.new(0.5, 0.5)
197tpunderlinebase.BackgroundColor3 = Color3.new(1, 1, 1)
198tpunderlinebase.BackgroundTransparency = 0.80000001192093
199tpunderlinebase.BorderSizePixel = 0
200tpunderlinebase.Position = UDim2.new(0.496815294, 0, 0.967741966, 0)
201tpunderlinebase.Size = UDim2.new(0, 157, 0, 2)
202tpunderlinebase.Visible = false --secretkey
203
204generalframe.Name = "generalframe"
205generalframe.Parent = bodyframe
206generalframe.BackgroundColor3 = Color3.new(1, 1, 1)
207generalframe.BackgroundTransparency = 1
208generalframe.BorderSizePixel = 0
209generalframe.Position = UDim2.new(0, 256, 0, 0)
210generalframe.Size = UDim2.new(0, 256, 0, 222)
211
212generalespframe.Name = "generalespframe"
213generalespframe.Parent = generalframe
214generalespframe.BackgroundColor3 = Color3.new(1, 1, 1)
215generalespframe.BorderSizePixel = 0
216generalespframe.Position = UDim2.new(0, 31, 0, 172)
217generalespframe.Size = UDim2.new(0, 194, 0, 30)
218
219generalespbutton.Name = "generalespbutton"
220generalespbutton.Parent = generalespframe
221generalespbutton.BackgroundColor3 = Color3.new(1, 1, 1)
222generalespbutton.BackgroundTransparency = 1
223generalespbutton.BorderSizePixel = 0
224generalespbutton.ClipsDescendants = true
225generalespbutton.Size = UDim2.new(0, 194, 0, 30)
226generalespbutton.Font = Enum.Font.SourceSansSemibold
227generalespbutton.FontSize = Enum.FontSize.Size24
228generalespbutton.Text = "ESP (Left Alt)"
229generalespbutton.TextColor3 = Color3.new(0, 0.615686, 1)
230generalespbutton.TextSize = 19
231
232generalesplabel.Name = "generalesplabel"
233generalesplabel.Parent = generalespbutton
234generalesplabel.AnchorPoint = Vector2.new(0.5, 0.5)
235generalesplabel.BackgroundColor3 = Color3.new(1, 1, 1)
236generalesplabel.BackgroundTransparency = 1
237generalesplabel.BorderSizePixel = 0
238generalesplabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
239generalesplabel.Size = UDim2.new(0, 50, 0, 50)
240generalesplabel.Visible = false
241generalesplabel.Image = "rbxassetid://200182847"
242generalesplabel.ImageColor3 = Color3.new(0, 0.705882, 1)
243generalesplabel.ImageTransparency = 0.80000001192093
244
245generalcoinframe.Name = "generalcoinframe"
246generalcoinframe.Parent = generalframe
247generalcoinframe.BackgroundColor3 = Color3.new(1, 1, 1)
248generalcoinframe.BorderSizePixel = 0
249generalcoinframe.Position = UDim2.new(0, 31, 0, 120)
250generalcoinframe.Size = UDim2.new(0, 194, 0, 30)
251
252generalcoinbutton.Name = "generalcoinbutton"
253generalcoinbutton.Parent = generalcoinframe
254generalcoinbutton.BackgroundColor3 = Color3.new(1, 1, 1)
255generalcoinbutton.BackgroundTransparency = 1
256generalcoinbutton.BorderSizePixel = 0
257generalcoinbutton.ClipsDescendants = true
258generalcoinbutton.Position = UDim2.new(0, 0, 0, -1)
259generalcoinbutton.Size = UDim2.new(0, 194, 0, 31)
260generalcoinbutton.Font = Enum.Font.SourceSansSemibold
261generalcoinbutton.FontSize = Enum.FontSize.Size24
262generalcoinbutton.Text = "Grab 10 Coins"
263generalcoinbutton.TextColor3 = Color3.new(0, 0.615686, 1)
264generalcoinbutton.TextSize = 19
265
266generalcoinlabel.Name = "generalcoinlabel"
267generalcoinlabel.Parent = generalcoinbutton
268generalcoinlabel.AnchorPoint = Vector2.new(0.5, 0.5)
269generalcoinlabel.BackgroundColor3 = Color3.new(1, 1, 1)
270generalcoinlabel.BackgroundTransparency = 1
271generalcoinlabel.BorderSizePixel = 0
272generalcoinlabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
273generalcoinlabel.Size = UDim2.new(0, 50, 0, 50)
274generalcoinlabel.Visible = false
275generalcoinlabel.Image = "rbxassetid://200182847"
276generalcoinlabel.ImageColor3 = Color3.new(0, 0.705882, 1)
277generalcoinlabel.ImageTransparency = 0.80000001192093
278
279generalgunframe.Name = "generalgunframe"
280generalgunframe.Parent = generalframe
281generalgunframe.BackgroundColor3 = Color3.new(1, 1, 1)
282generalgunframe.BorderSizePixel = 0
283generalgunframe.Position = UDim2.new(0, 31, 0, 68)
284generalgunframe.Size = UDim2.new(0, 194, 0, 30)
285
286generalgunbutton.Name = "generalgunbutton"
287generalgunbutton.Parent = generalgunframe
288generalgunbutton.BackgroundColor3 = Color3.new(1, 1, 1)
289generalgunbutton.BackgroundTransparency = 1
290generalgunbutton.BorderSizePixel = 0
291generalgunbutton.ClipsDescendants = true
292generalgunbutton.Size = UDim2.new(0, 194, 0, 30)
293generalgunbutton.Font = Enum.Font.SourceSansSemibold
294generalgunbutton.FontSize = Enum.FontSize.Size24
295generalgunbutton.Text = "Grab Gun"
296generalgunbutton.TextColor3 = Color3.new(0, 0.615686, 1)
297generalgunbutton.TextSize = 19
298
299generalgunlabel.Name = "generalgunlabel"
300generalgunlabel.Parent = generalgunbutton
301generalgunlabel.AnchorPoint = Vector2.new(0.5, 0.5)
302generalgunlabel.BackgroundColor3 = Color3.new(1, 1, 1)
303generalgunlabel.BackgroundTransparency = 1
304generalgunlabel.BorderSizePixel = 0
305generalgunlabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
306generalgunlabel.Size = UDim2.new(0, 50, 0, 50)
307generalgunlabel.Visible = false
308generalgunlabel.Image = "rbxassetid://200182847"
309generalgunlabel.ImageColor3 = Color3.new(0, 0.705882, 1)
310generalgunlabel.ImageTransparency = 0.80000001192093
311
312generallobbyframe.Name = "generallobbyframe"
313generallobbyframe.Parent = generalframe
314generallobbyframe.BackgroundColor3 = Color3.new(1, 1, 1)
315generallobbyframe.BorderSizePixel = 0
316generallobbyframe.Position = UDim2.new(0, 31, 0, 17)
317generallobbyframe.Size = UDim2.new(0, 194, 0, 30)
318
319generallobbybutton.Name = "generallobbybutton"
320generallobbybutton.Parent = generallobbyframe
321generallobbybutton.BackgroundColor3 = Color3.new(1, 1, 1)
322generallobbybutton.BackgroundTransparency = 1
323generallobbybutton.BorderSizePixel = 0
324generallobbybutton.ClipsDescendants = true
325generallobbybutton.Size = UDim2.new(0, 194, 0, 30)
326generallobbybutton.Font = Enum.Font.SourceSansSemibold
327generallobbybutton.FontSize = Enum.FontSize.Size24
328generallobbybutton.Text = "TP to Lobby"
329generallobbybutton.TextColor3 = Color3.new(0, 0.615686, 1)
330generallobbybutton.TextSize = 19
331
332generallobbylabel.Name = "generallobbylabel"
333generallobbylabel.Parent = generallobbybutton
334generallobbylabel.AnchorPoint = Vector2.new(0.5, 0.5)
335generallobbylabel.BackgroundColor3 = Color3.new(1, 1, 1)
336generallobbylabel.BackgroundTransparency = 1
337generallobbylabel.BorderSizePixel = 0
338generallobbylabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
339generallobbylabel.Size = UDim2.new(0, 50, 0, 50)
340generallobbylabel.Visible = false
341generallobbylabel.Image = "rbxassetid://200182847"
342generallobbylabel.ImageColor3 = Color3.new(0, 0.705882, 1)
343generallobbylabel.ImageTransparency = 0.80000001192093
344
345lpframe.Name = "lpframe"
346lpframe.Parent = bodyframe
347lpframe.BackgroundColor3 = Color3.new(1, 1, 1)
348lpframe.BackgroundTransparency = 1
349lpframe.BorderSizePixel = 0
350lpframe.Position = UDim2.new(0, 256, 0, 0)
351lpframe.Size = UDim2.new(0, 256, 0, 222)
352
353lpjumpframe.Name = "lpjumpframe"
354lpjumpframe.Parent = lpframe
355lpjumpframe.BackgroundColor3 = Color3.new(1, 1, 1)
356lpjumpframe.BorderSizePixel = 0
357lpjumpframe.Position = UDim2.new(0, 31, 0, 172)
358lpjumpframe.Size = UDim2.new(0, 194, 0, 30)
359
360lpjumpbutton.Name = "lpjumpbutton"
361lpjumpbutton.Parent = lpjumpframe
362lpjumpbutton.BackgroundColor3 = Color3.new(1, 1, 1)
363lpjumpbutton.BackgroundTransparency = 1
364lpjumpbutton.BorderSizePixel = 0
365lpjumpbutton.ClipsDescendants = true
366lpjumpbutton.Size = UDim2.new(0, 194, 0, 30)
367lpjumpbutton.Font = Enum.Font.SourceSansSemibold
368lpjumpbutton.FontSize = Enum.FontSize.Size24
369lpjumpbutton.Text = "High Jump"
370lpjumpbutton.TextColor3 = Color3.new(0, 0.615686, 1)
371lpjumpbutton.TextSize = 19
372
373lpjumplabel.Name = "lpjumplabel"
374lpjumplabel.Parent = lpjumpbutton
375lpjumplabel.AnchorPoint = Vector2.new(0.5, 0.5)
376lpjumplabel.BackgroundColor3 = Color3.new(1, 1, 1)
377lpjumplabel.BackgroundTransparency = 1
378lpjumplabel.BorderSizePixel = 0
379lpjumplabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
380lpjumplabel.Size = UDim2.new(0, 50, 0, 50)
381lpjumplabel.Visible = false
382lpjumplabel.Image = "rbxassetid://200182847"
383lpjumplabel.ImageColor3 = Color3.new(0, 0.705882, 1)
384lpjumplabel.ImageTransparency = 0.80000001192093
385
386lpgravframe.Name = "lpgravframe"
387lpgravframe.Parent = lpframe
388lpgravframe.BackgroundColor3 = Color3.new(1, 1, 1)
389lpgravframe.BorderSizePixel = 0
390lpgravframe.Position = UDim2.new(0, 31, 0, 120)
391lpgravframe.Size = UDim2.new(0, 194, 0, 30)
392
393lpgravbutton.Name = "lpgravbutton"
394lpgravbutton.Parent = lpgravframe
395lpgravbutton.BackgroundColor3 = Color3.new(1, 1, 1)
396lpgravbutton.BackgroundTransparency = 1
397lpgravbutton.BorderSizePixel = 0
398lpgravbutton.ClipsDescendants = true
399lpgravbutton.Position = UDim2.new(0, 0, 0, -1)
400lpgravbutton.Size = UDim2.new(0, 194, 0, 31)
401lpgravbutton.Font = Enum.Font.SourceSansSemibold
402lpgravbutton.FontSize = Enum.FontSize.Size24
403lpgravbutton.Text = "Low Gravity"
404lpgravbutton.TextColor3 = Color3.new(0, 0.615686, 1)
405lpgravbutton.TextSize = 19
406
407lpgravlabel.Name = "lpgravlabel"
408lpgravlabel.Parent = lpgravbutton
409lpgravlabel.AnchorPoint = Vector2.new(0.5, 0.5)
410lpgravlabel.BackgroundColor3 = Color3.new(1, 1, 1)
411lpgravlabel.BackgroundTransparency = 1
412lpgravlabel.BorderSizePixel = 0
413lpgravlabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
414lpgravlabel.Size = UDim2.new(0, 50, 0, 50)
415lpgravlabel.Visible = false
416lpgravlabel.Image = "rbxassetid://200182847"
417lpgravlabel.ImageColor3 = Color3.new(0, 0.705882, 1)
418lpgravlabel.ImageTransparency = 0.80000001192093
419
420lpwalkframe.Name = "lpwalkframe"
421lpwalkframe.Parent = lpframe
422lpwalkframe.BackgroundColor3 = Color3.new(1, 1, 1)
423lpwalkframe.BorderSizePixel = 0
424lpwalkframe.Position = UDim2.new(0, 31, 0, 68)
425lpwalkframe.Size = UDim2.new(0, 194, 0, 30)
426
427lpwalkbutton.Name = "lpwalkbutton"
428lpwalkbutton.Parent = lpwalkframe
429lpwalkbutton.BackgroundColor3 = Color3.new(1, 1, 1)
430lpwalkbutton.BackgroundTransparency = 1
431lpwalkbutton.BorderSizePixel = 0
432lpwalkbutton.ClipsDescendants = true
433lpwalkbutton.Size = UDim2.new(0, 194, 0, 30)
434lpwalkbutton.Font = Enum.Font.SourceSansSemibold
435lpwalkbutton.FontSize = Enum.FontSize.Size24
436lpwalkbutton.Text = "Fast Walk"
437lpwalkbutton.TextColor3 = Color3.new(0, 0.615686, 1)
438lpwalkbutton.TextSize = 19
439
440lpwalklabel.Name = "lpwalklabel"
441lpwalklabel.Parent = lpwalkbutton
442lpwalklabel.AnchorPoint = Vector2.new(0.5, 0.5)
443lpwalklabel.BackgroundColor3 = Color3.new(1, 1, 1)
444lpwalklabel.BackgroundTransparency = 1
445lpwalklabel.BorderSizePixel = 0
446lpwalklabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
447lpwalklabel.Size = UDim2.new(0, 50, 0, 50)
448lpwalklabel.Visible = false
449lpwalklabel.Image = "rbxassetid://200182847"
450lpwalklabel.ImageColor3 = Color3.new(0, 0.705882, 1)
451lpwalklabel.ImageTransparency = 0.80000001192093
452
453lpgodframe.Name = "lpgodframe"
454lpgodframe.Parent = lpframe
455lpgodframe.BackgroundColor3 = Color3.new(1, 1, 1)
456lpgodframe.BorderSizePixel = 0
457lpgodframe.Position = UDim2.new(0, 31, 0, 17)
458lpgodframe.Size = UDim2.new(0, 194, 0, 30)
459
460lpgodbutton.Name = "lpgodbutton"
461lpgodbutton.Parent = lpgodframe
462lpgodbutton.BackgroundColor3 = Color3.new(1, 1, 1)
463lpgodbutton.BackgroundTransparency = 1
464lpgodbutton.BorderSizePixel = 0
465lpgodbutton.ClipsDescendants = true
466lpgodbutton.Size = UDim2.new(0, 194, 0, 30)
467lpgodbutton.Font = Enum.Font.SourceSansSemibold
468lpgodbutton.FontSize = Enum.FontSize.Size24
469lpgodbutton.Text = "God Mode"
470lpgodbutton.TextColor3 = Color3.new(0, 0.615686, 1)
471lpgodbutton.TextSize = 19
472
473lpgodlabel.Name = "lpgodlabel"
474lpgodlabel.Parent = lpgodbutton
475lpgodlabel.AnchorPoint = Vector2.new(0.5, 0.5)
476lpgodlabel.BackgroundColor3 = Color3.new(1, 1, 1)
477lpgodlabel.BackgroundTransparency = 1
478lpgodlabel.BorderSizePixel = 0
479lpgodlabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
480lpgodlabel.Size = UDim2.new(0, 50, 0, 50)
481lpgodlabel.Visible = false
482lpgodlabel.Image = "rbxassetid://200182847"
483lpgodlabel.ImageColor3 = Color3.new(0, 0.705882, 1)
484lpgodlabel.ImageTransparency = 0.80000001192093
485
486backbutton1.Name = "backbutton1"
487backbutton1.Parent = maintab
488backbutton1.Active = false
489backbutton1.BackgroundColor3 = Color3.new(0, 0.407843, 0.658824)
490backbutton1.BackgroundTransparency = 1
491backbutton1.BorderSizePixel = 0
492backbutton1.ClipsDescendants = true
493backbutton1.Size = UDim2.new(0, 29, 0, 30)
494backbutton1.Visible = false
495backbutton1.AutoButtonColor = false
496backbutton1.Font = Enum.Font.SourceSansBold
497backbutton1.FontSize = Enum.FontSize.Size24
498backbutton1.Text = "<"
499backbutton1.TextColor3 = Color3.new(1, 1, 1)
500backbutton1.TextSize = 20
501
502backbutton1label.Name = "backbutton1label"
503backbutton1label.Parent = backbutton1
504backbutton1label.AnchorPoint = Vector2.new(0.5, 0.5)
505backbutton1label.BackgroundColor3 = Color3.new(1, 1, 1)
506backbutton1label.BackgroundTransparency = 1
507backbutton1label.BorderSizePixel = 0
508backbutton1label.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
509backbutton1label.Size = UDim2.new(0, 50, 0, 50)
510backbutton1label.Visible = false
511backbutton1label.Image = "rbxassetid://200182847"
512backbutton1label.ImageTransparency = 0.80000001192093
513
514backbutton2.Name = "backbutton2"
515backbutton2.Parent = maintab
516backbutton2.Active = false
517backbutton2.BackgroundColor3 = Color3.new(0, 0.407843, 0.658824)
518backbutton2.BackgroundTransparency = 1
519backbutton2.BorderSizePixel = 0
520backbutton2.ClipsDescendants = true
521backbutton2.Size = UDim2.new(0, 29, 0, 30)
522backbutton2.Visible = false
523backbutton2.AutoButtonColor = false
524backbutton2.Font = Enum.Font.SourceSansBold
525backbutton2.FontSize = Enum.FontSize.Size24
526backbutton2.Text = "<"
527backbutton2.TextColor3 = Color3.new(1, 1, 1)
528backbutton2.TextSize = 20
529
530backbutton2label.Name = "backbutton2label"
531backbutton2label.Parent = backbutton2
532backbutton2label.AnchorPoint = Vector2.new(0.5, 0.5)
533backbutton2label.BackgroundColor3 = Color3.new(1, 1, 1)
534backbutton2label.BackgroundTransparency = 1
535backbutton2label.BorderSizePixel = 0
536backbutton2label.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
537backbutton2label.Size = UDim2.new(0, 50, 0, 50)
538backbutton2label.Visible = false
539backbutton2label.Image = "rbxassetid://200182847"
540backbutton2label.ImageTransparency = 0.80000001192093
541
542creditsbutton.Name = "creditsbutton"
543creditsbutton.Parent = maintab
544creditsbutton.BackgroundColor3 = Color3.new(1, 1, 1)
545creditsbutton.BackgroundTransparency = 1
546creditsbutton.BorderSizePixel = 0
547creditsbutton.ClipsDescendants = true
548creditsbutton.Position = UDim2.new(0.87890625, 0, 0, 0)
549creditsbutton.Size = UDim2.new(0, 31, 0, 30)
550creditsbutton.Font = Enum.Font.SourceSansSemibold
551creditsbutton.FontSize = Enum.FontSize.Size18
552creditsbutton.Text = ""
553creditsbutton.TextColor3 = Color3.new(0, 0.615686, 1)
554creditsbutton.TextSize = 15
555
556creditsiconlabel1.Name = "creditsiconlabel1"
557creditsiconlabel1.Parent = creditsbutton
558creditsiconlabel1.AnchorPoint = Vector2.new(0.5, 0.5)
559creditsiconlabel1.BackgroundColor3 = Color3.new(1, 1, 1)
560creditsiconlabel1.BackgroundTransparency = 1
561creditsiconlabel1.BorderSizePixel = 0
562creditsiconlabel1.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
563creditsiconlabel1.Size = UDim2.new(0, 50, 0, 50)
564creditsiconlabel1.Visible = false
565creditsiconlabel1.Image = "rbxassetid://200182847"
566creditsiconlabel1.ImageTransparency = 0.80000001192093
567
568creditsiconlabel2.Name = "creditsiconlabel2"
569creditsiconlabel2.Parent = creditsbutton
570creditsiconlabel2.AnchorPoint = Vector2.new(0.5, 0.5)
571creditsiconlabel2.BackgroundColor3 = Color3.new(1, 1, 1)
572creditsiconlabel2.BackgroundTransparency = 1
573creditsiconlabel2.BorderSizePixel = 0
574creditsiconlabel2.Position = UDim2.new(0.5, 0, 0.5, 0)
575creditsiconlabel2.Size = UDim2.new(0, 17, 0, 17)
576creditsiconlabel2.Image = "rbxassetid://23151450"
577
578toggle.Name = "toggle"
579toggle.Parent = mygui
580toggle.Active = true
581toggle.BackgroundColor3 = Color3.new(0.992157, 0.984314, 1)
582toggle.BackgroundTransparency = 0.5
583toggle.BorderSizePixel = 0
584toggle.Draggable = true
585toggle.Position = UDim2.new(0, 5, 0, 530)
586toggle.Size = UDim2.new(0, 140, 0, 30)
587
588closeall.Name = "closeall"
589closeall.Parent = toggle
590closeall.BackgroundColor3 = Color3.new(1, 0, 0)
591closeall.BorderSizePixel = 0
592closeall.Position = UDim2.new(0, 110, 0, 0)
593closeall.Size = UDim2.new(0, 30, 0, 30)
594closeall.FontSize = Enum.FontSize.Size18
595closeall.Text = ""
596closeall.TextSize = 15
597
598closeopen.Name = "closeopen"
599closeopen.Parent = toggle
600closeopen.BackgroundColor3 = Color3.new(0, 0.615686, 1)
601closeopen.BorderSizePixel = 0
602closeopen.ClipsDescendants = true
603closeopen.Size = UDim2.new(0, 110, 0, 30)
604closeopen.AutoButtonColor = false
605closeopen.Font = Enum.Font.SourceSansBold
606closeopen.FontSize = Enum.FontSize.Size24
607closeopen.Text = "Close"
608closeopen.TextColor3 = Color3.new(1, 1, 1)
609closeopen.TextSize = 20
610
611closeopenlabel.Name = "closeopenlabel"
612closeopenlabel.Parent = closeopen
613closeopenlabel.AnchorPoint = Vector2.new(0.5, 0.5)
614closeopenlabel.BackgroundColor3 = Color3.new(1, 1, 1)
615closeopenlabel.BackgroundTransparency = 1
616closeopenlabel.BorderSizePixel = 0
617closeopenlabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
618closeopenlabel.Size = UDim2.new(0, 50, 0, 50)
619closeopenlabel.Visible = false
620closeopenlabel.Image = "rbxassetid://200182847"
621closeopenlabel.ImageTransparency = 0.80000001192093
622
623creditstab.Name = "creditstab"
624creditstab.Parent = mygui
625creditstab.Active = true
626creditstab.BackgroundColor3 = Color3.new(1, 1, 1)
627creditstab.BackgroundTransparency = 0.5
628creditstab.BorderSizePixel = 0
629creditstab.Draggable = true
630creditstab.Position = UDim2.new(0, 42, 0, 47)
631creditstab.Size = UDim2.new(0, 256, 0, 30)
632creditstab.Visible = false
633
634creditstitle.Name = "creditstitle"
635creditstitle.Parent = creditstab
636creditstitle.BackgroundColor3 = Color3.new(0, 0.45098, 0.862745)
637creditstitle.BorderSizePixel = 0
638creditstitle.Position = UDim2.new(-0.001953125, 0, 0, 0)
639creditstitle.Size = UDim2.new(0, 256, 0, 30)
640creditstitle.Font = Enum.Font.SourceSansBold
641creditstitle.FontSize = Enum.FontSize.Size24
642creditstitle.Text = "Credits"
643creditstitle.TextColor3 = Color3.new(1, 1, 1)
644creditstitle.TextSize = 23
645
646creditsframe.Name = "creditsframe"
647creditsframe.Parent = creditstab
648creditsframe.BackgroundColor3 = Color3.new(0, 0.615686, 1)
649creditsframe.BorderSizePixel = 0
650creditsframe.ClipsDescendants = true
651creditsframe.Position = UDim2.new(0, 0, 0, 30)
652creditsframe.Size = UDim2.new(0, 256, 0, 222)
653
654creditsmenuframe.Name = "menuframe"
655creditsmenuframe.Parent = creditsframe
656creditsmenuframe.BackgroundColor3 = Color3.new(1, 1, 1)
657creditsmenuframe.BackgroundTransparency = 1
658creditsmenuframe.BorderSizePixel = 0
659creditsmenuframe.Size = UDim2.new(0, 256, 0, 222)
660
661creditsfield.Name = "creditsfield"
662creditsfield.Parent = creditsmenuframe
663creditsfield.BackgroundColor3 = Color3.new(1, 1, 1)
664creditsfield.BorderSizePixel = 0
665creditsfield.Position = UDim2.new(0, 31, 0, 31)
666creditsfield.Size = UDim2.new(0, 194, 0, 31)
667creditsfield.Font = Enum.Font.SourceSansSemibold
668creditsfield.FontSize = Enum.FontSize.Size24
669creditsfield.Text = "By: abs_0"
670creditsfield.TextColor3 = Color3.new(0, 0.615686, 1)
671creditsfield.TextSize = 20
672
673closecredits.Name = "closeall"
674closecredits.Parent = creditstab
675closecredits.BackgroundColor3 = Color3.new(1, 0, 0)
676closecredits.BorderSizePixel = 0
677closecredits.Position = UDim2.new(0, 226, 0, 0)
678closecredits.Size = UDim2.new(0, 30, 0, 30)
679closecredits.FontSize = Enum.FontSize.Size18
680closecredits.Text = ""
681closecredits.TextSize = 15
682
683--Appearance Scripts
684
685--mygui.maintab.bodyframe.generalframe.generallobbyframe.generallobbybutton.Script
686local mouse = game.Players.LocalPlayer:GetMouse()
687
688
689generallobbybutton.MouseButton1Down:connect(function()
690 local x = (mouse.X) - (generallobbybutton.AbsolutePosition.X)
691 local y = (mouse.Y) - (generallobbybutton.AbsolutePosition.Y)
692 generallobbylabel.Position = UDim2.new(0,x,0,y)
693 generallobbylabel.Size = UDim2.new(0,50,0,50)
694 generallobbylabel.ImageTransparency = 0.8
695 generallobbylabel.Visible = true
696
697 wait()
698
699 generallobbylabel:TweenSize(
700 UDim2.new(0,390,0,390),
701 "Out",
702 "Quint",
703 1
704 )
705end)
706
707generallobbybutton.MouseButton1Up:connect(function()
708 wait(0.35)
709 local TweenService = game:GetService("TweenService")
710 local circle = generallobbylabel
711
712 local Info = TweenInfo.new(
713 0.2, -- Length
714 Enum.EasingStyle.Linear, -- Easing Style
715 Enum.EasingDirection.Out, -- Easing Direction
716 0, -- Times repeated
717 false, -- Reverse
718 0 -- Delay
719 )
720 local Goals =
721 {
722 ImageTransparency = 1;
723 }
724
725 local tween = TweenService:Create(circle,Info,Goals)
726 tween:Play()
727end)
728
729--mygui.maintab.bodyframe.generalframe.generalgunframe.generalgunbutton.Script
730local mouse = game.Players.LocalPlayer:GetMouse()
731
732
733generalgunbutton.MouseButton1Down:connect(function()
734 local x = (mouse.X) - (generalgunbutton.AbsolutePosition.X)
735 local y = (mouse.Y) - (generalgunbutton.AbsolutePosition.Y)
736 generalgunlabel.Position = UDim2.new(0,x,0,y)
737 generalgunlabel.Size = UDim2.new(0,50,0,50)
738 generalgunlabel.ImageTransparency = 0.8
739 generalgunlabel.Visible = true
740
741 wait()
742
743 generalgunlabel:TweenSize(
744 UDim2.new(0,390,0,390),
745 "Out",
746 "Quint",
747 1
748 )
749end)
750
751generalgunbutton.MouseButton1Up:connect(function()
752 wait(0.35)
753 local TweenService = game:GetService("TweenService")
754 local circle = generalgunlabel
755
756 local Info = TweenInfo.new(
757 0.2, -- Length
758 Enum.EasingStyle.Linear, -- Easing Style
759 Enum.EasingDirection.Out, -- Easing Direction
760 0, -- Times repeated
761 false, -- Reverse
762 0 -- Delay
763 )
764 local Goals =
765 {
766 ImageTransparency = 1;
767 }
768
769 local tween = TweenService:Create(circle,Info,Goals)
770 tween:Play()
771end)
772
773--mygui.maintab.bodyframe.generalframe.generalcoinframe.generalcoinbutton.Script
774local mouse = game.Players.LocalPlayer:GetMouse()
775
776
777generalcoinbutton.MouseButton1Down:connect(function()
778 local x = (mouse.X) - (generalcoinbutton.AbsolutePosition.X)
779 local y = (mouse.Y) - (generalcoinbutton.AbsolutePosition.Y)
780 generalcoinlabel.Position = UDim2.new(0,x,0,y)
781 generalcoinlabel.Size = UDim2.new(0,50,0,50)
782 generalcoinlabel.ImageTransparency = 0.8
783 generalcoinlabel.Visible = true
784
785 wait()
786
787 generalcoinlabel:TweenSize(
788 UDim2.new(0,390,0,390),
789 "Out",
790 "Quint",
791 1
792 )
793end)
794
795generalcoinbutton.MouseButton1Up:connect(function()
796 wait(0.35)
797 local TweenService = game:GetService("TweenService")
798 local circle = generalcoinlabel
799
800 local Info = TweenInfo.new(
801 0.2, -- Length
802 Enum.EasingStyle.Linear, -- Easing Style
803 Enum.EasingDirection.Out, -- Easing Direction
804 0, -- Times repeated
805 false, -- Reverse
806 0 -- Delay
807 )
808 local Goals =
809 {
810 ImageTransparency = 1;
811 }
812
813 local tween = TweenService:Create(circle,Info,Goals)
814 tween:Play()
815end)
816
817--mygui.maintab.bodyframe.generalframe.generalespframe.generalespbutton.Script
818local mouse = game.Players.LocalPlayer:GetMouse()
819
820
821generalespbutton.MouseButton1Down:connect(function()
822 local x = (mouse.X) - (generalespbutton.AbsolutePosition.X)
823 local y = (mouse.Y) - (generalespbutton.AbsolutePosition.Y)
824 generalesplabel.Position = UDim2.new(0,x,0,y)
825 generalesplabel.Size = UDim2.new(0,50,0,50)
826 generalesplabel.ImageTransparency = 0.8
827 generalesplabel.Visible = true
828
829 wait()
830
831 generalesplabel:TweenSize(
832 UDim2.new(0,390,0,390),
833 "Out",
834 "Quint",
835 1
836 )
837end)
838
839generalespbutton.MouseButton1Up:connect(function()
840 wait(0.35)
841 local TweenService = game:GetService("TweenService")
842 local circle = generalesplabel
843
844 local Info = TweenInfo.new(
845 0.2, -- Length
846 Enum.EasingStyle.Linear, -- Easing Style
847 Enum.EasingDirection.Out, -- Easing Direction
848 0, -- Times repeated
849 false, -- Reverse
850 0 -- Delay
851 )
852 local Goals =
853 {
854 ImageTransparency = 1;
855 }
856
857 local tween = TweenService:Create(circle,Info,Goals)
858 tween:Play()
859end)
860
861--mygui.maintab.bodyframe.lpframe.lpgodframe.lpgodbutton.Script
862local mouse = game.Players.LocalPlayer:GetMouse()
863
864
865lpgodbutton.MouseButton1Down:connect(function()
866 local x = (mouse.X) - (lpgodbutton.AbsolutePosition.X)
867 local y = (mouse.Y) - (lpgodbutton.AbsolutePosition.Y)
868 lpgodbutton.lpgodlabel.Position = UDim2.new(0,x,0,y)
869 lpgodbutton.lpgodlabel.Size = UDim2.new(0,50,0,50)
870 lpgodbutton.lpgodlabel.ImageTransparency = 0.8
871 lpgodbutton.lpgodlabel.Visible = true
872
873 wait()
874
875 lpgodbutton.lpgodlabel:TweenSize(
876 UDim2.new(0,390,0,390),
877 "Out",
878 "Quint",
879 1
880 )
881end)
882
883lpgodbutton.MouseButton1Up:connect(function()
884 wait(0.35)
885 local TweenService = game:GetService("TweenService")
886 local circle = lpgodbutton.lpgodlabel
887
888 local Info = TweenInfo.new(
889 0.2, -- Length
890 Enum.EasingStyle.Linear, -- Easing Style
891 Enum.EasingDirection.Out, -- Easing Direction
892 0, -- Times repeated
893 false, -- Reverse
894 0 -- Delay
895 )
896 local Goals =
897 {
898 ImageTransparency = 1;
899 }
900
901 local tween = TweenService:Create(circle,Info,Goals)
902 tween:Play()
903end)
904
905--mygui.maintab.bodyframe.lpframe.lpwalkframe.lpwalkbutton.Script
906local mouse = game.Players.LocalPlayer:GetMouse()
907
908
909lpwalkbutton.MouseButton1Down:connect(function()
910 if game.Players.LocalPlayer.Character.Humanoid.WalkSpeed == 16 * 5 then
911 lpwalkbutton.TextColor3 = Color3.new(1,128/255,0)
912 lpwalkbutton.lpwalklabel.ImageColor3 = Color3.new(1,128/255,0)
913 else
914 lpwalkbutton.TextColor3 = Color3.new(0,157/255,1)
915 lpwalkbutton.lpwalklabel.ImageColor3 = Color3.new(0,157/255,1)
916 end
917
918 local x = (mouse.X) - (lpwalkbutton.AbsolutePosition.X)
919 local y = (mouse.Y) - (lpwalkbutton.AbsolutePosition.Y)
920 lpwalkbutton.lpwalklabel.Position = UDim2.new(0,x,0,y)
921 lpwalkbutton.lpwalklabel.Size = UDim2.new(0,50,0,50)
922 lpwalkbutton.lpwalklabel.ImageTransparency = 0.8
923 lpwalkbutton.lpwalklabel.Visible = true
924
925 wait()
926
927 lpwalkbutton.lpwalklabel:TweenSize(
928 UDim2.new(0,390,0,390),
929 "Out",
930 "Quint",
931 1
932 )
933end)
934
935lpwalkbutton.MouseButton1Up:connect(function()
936 wait(0.35)
937 local TweenService = game:GetService("TweenService")
938 local circle = lpwalkbutton.lpwalklabel
939
940 local Info = TweenInfo.new(
941 0.2, -- Length
942 Enum.EasingStyle.Linear, -- Easing Style
943 Enum.EasingDirection.Out, -- Easing Direction
944 0, -- Times repeated
945 false, -- Reverse
946 0 -- Delay
947 )
948 local Goals =
949 {
950 ImageTransparency = 1;
951 }
952
953 local tween = TweenService:Create(circle,Info,Goals)
954 tween:Play()
955end)
956
957--mygui.maintab.bodyframe.lpframe.lpgravframe.lpgravbutton.Script
958local mouse = game.Players.LocalPlayer:GetMouse()
959
960lpgravbutton.MouseButton1Down:connect(function()
961 if game.Workspace.Gravity < 196.1 then
962 lpgravbutton.TextColor3 = Color3.new(1,128/255,0)
963 lpgravbutton.lpgravlabel.ImageColor3 = Color3.new(1,128/255,0)
964 else
965 lpgravbutton.TextColor3 = Color3.new(0,157/255,1)
966 lpgravbutton.lpgravlabel.ImageColor3 = Color3.new(0,157/255,1)
967 end
968
969 local x = (mouse.X) - (lpgravbutton.AbsolutePosition.X)
970 local y = (mouse.Y) - (lpgravbutton.AbsolutePosition.Y)
971 lpgravbutton.lpgravlabel.Position = UDim2.new(0,x,0,y)
972 lpgravbutton.lpgravlabel.Size = UDim2.new(0,50,0,50)
973 lpgravbutton.lpgravlabel.ImageTransparency = 0.8
974 lpgravbutton.lpgravlabel.Visible = true
975
976 wait()
977
978 lpgravbutton.lpgravlabel:TweenSize(
979 UDim2.new(0,390,0,390),
980 "Out",
981 "Quint",
982 1
983 )
984end)
985
986lpgravbutton.MouseButton1Up:connect(function()
987 wait(0.35)
988 local TweenService = game:GetService("TweenService")
989 local circle = lpgravbutton.lpgravlabel
990
991 local Info = TweenInfo.new(
992 0.2, -- Length
993 Enum.EasingStyle.Linear, -- Easing Style
994 Enum.EasingDirection.Out, -- Easing Direction
995 0, -- Times repeated
996 false, -- Reverse
997 0 -- Delay
998 )
999 local Goals =
1000 {
1001 ImageTransparency = 1;
1002 }
1003
1004 local tween = TweenService:Create(circle,Info,Goals)
1005 tween:Play()
1006end)
1007
1008--mygui.maintab.bodyframe.lpframe.lpjumpframe.lpjumpbutton.Script
1009local mouse = game.Players.LocalPlayer:GetMouse()
1010
1011
1012lpjumpbutton.MouseButton1Down:connect(function()
1013 if game.Players.LocalPlayer.Character.Humanoid.JumpPower == 100 then
1014 lpjumpbutton.TextColor3 = Color3.new(1,128/255,0)
1015 lpjumpbutton.lpjumplabel.ImageColor3 = Color3.new(1,128/255,0)
1016 else
1017 lpjumpbutton.TextColor3 = Color3.new(0,157/255,1)
1018 lpjumpbutton.lpjumplabel.ImageColor3 = Color3.new(0,157/255,1)
1019 end
1020
1021 local x = (mouse.X) - (lpjumpbutton.AbsolutePosition.X)
1022 local y = (mouse.Y) - (lpjumpbutton.AbsolutePosition.Y)
1023 lpjumpbutton.lpjumplabel.Position = UDim2.new(0,x,0,y)
1024 lpjumpbutton.lpjumplabel.Size = UDim2.new(0,50,0,50)
1025 lpjumpbutton.lpjumplabel.ImageTransparency = 0.8
1026 lpjumpbutton.lpjumplabel.Visible = true
1027
1028 wait()
1029
1030 lpjumpbutton.lpjumplabel:TweenSize(
1031 UDim2.new(0,390,0,390),
1032 "Out",
1033 "Quint",
1034 1
1035 )
1036end)
1037
1038lpjumpbutton.MouseButton1Up:connect(function()
1039 wait(0.35)
1040 local TweenService = game:GetService("TweenService")
1041 local circle = lpjumpbutton.lpjumplabel
1042
1043 local Info = TweenInfo.new(
1044 0.2, -- Length
1045 Enum.EasingStyle.Linear, -- Easing Style
1046 Enum.EasingDirection.Out, -- Easing Direction
1047 0, -- Times repeated
1048 false, -- Reverse
1049 0 -- Delay
1050 )
1051 local Goals =
1052 {
1053 ImageTransparency = 1;
1054 }
1055
1056 local tween = TweenService:Create(circle,Info,Goals)
1057 tween:Play()
1058end)
1059
1060--mygui.maintab.bodyframe.menuframe.generalbuttonframe.generalbutton.Script
1061local mouse = game.Players.LocalPlayer:GetMouse()
1062
1063
1064generalbutton.MouseButton1Down:connect(function()
1065 local x = (mouse.X) - (generalbutton.AbsolutePosition.X)
1066 local y = (mouse.Y) - (generalbutton.AbsolutePosition.Y)
1067 generalbutton.generalbuttonlabel.Position = UDim2.new(0,x,0,y)
1068 generalbutton.generalbuttonlabel.Size = UDim2.new(0,50,0,50)
1069 generalbutton.generalbuttonlabel.ImageTransparency = 0.8
1070 generalbutton.generalbuttonlabel.Visible = true
1071
1072 wait()
1073
1074 generalbutton.generalbuttonlabel:TweenSize(
1075 UDim2.new(0,390,0,390),
1076 "Out",
1077 "Quint",
1078 1
1079 )
1080end)
1081
1082generalbutton.MouseButton1Up:connect(function()
1083 wait(0.35)
1084 local TweenService = game:GetService("TweenService")
1085 local circle = generalbutton.generalbuttonlabel
1086
1087 local Info = TweenInfo.new(
1088 0.2, -- Length
1089 Enum.EasingStyle.Linear, -- Easing Style
1090 Enum.EasingDirection.Out, -- Easing Direction
1091 0, -- Times repeated
1092 false, -- Reverse
1093 0 -- Delay
1094 )
1095 local Goals =
1096 {
1097 ImageTransparency = 1;
1098 }
1099
1100 local tween = TweenService:Create(circle,Info,Goals)
1101 tween:Play()
1102end)
1103
1104--mygui.maintab.bodyframe.menuframe.generalbuttonframe.generalbutton.TransitionScript
1105generalbutton.MouseButton1Click:connect(function()
1106 wait(0.25)
1107 menuframe:TweenPosition(
1108 UDim2.new(0,-256,0,0),
1109 "Out",
1110 "Quint",
1111 0.2
1112 )
1113 generalframe:TweenPosition(
1114 UDim2.new(0,0,0,0),
1115 "Out",
1116 "Quint",
1117 0.2
1118 )
1119 backbutton1.Visible = true
1120 backbutton1.Active = true
1121 maintab.title.Text = "General"
1122 maintab.title.TextSize = 19
1123end)
1124
1125--mygui.maintab.bodyframe.menuframe.lpbuttonframe.lpbutton.Script
1126local mouse = game.Players.LocalPlayer:GetMouse()
1127
1128
1129lpbutton.MouseButton1Down:connect(function()
1130 local x = (mouse.X) - (lpbutton.AbsolutePosition.X)
1131 local y = (mouse.Y) - (lpbutton.AbsolutePosition.Y)
1132 lpbutton.lpbuttonlabel.Position = UDim2.new(0,x,0,y)
1133 lpbutton.lpbuttonlabel.Size = UDim2.new(0,50,0,50)
1134 lpbutton.lpbuttonlabel.ImageTransparency = 0.8
1135 lpbutton.lpbuttonlabel.Visible = true
1136
1137 wait()
1138
1139 lpbuttonlabel:TweenSize(
1140 UDim2.new(0,390,0,390),
1141 "Out",
1142 "Quint",
1143 1
1144 )
1145end)
1146
1147lpbutton.MouseButton1Up:connect(function()
1148 wait(0.35)
1149 local TweenService = game:GetService("TweenService")
1150 local circle = lpbutton.lpbuttonlabel
1151
1152 local Info = TweenInfo.new(
1153 0.2, -- Length
1154 Enum.EasingStyle.Linear, -- Easing Style
1155 Enum.EasingDirection.Out, -- Easing Direction
1156 0, -- Times repeated
1157 false, -- Reverse
1158 0 -- Delay
1159 )
1160 local Goals =
1161 {
1162 ImageTransparency = 1;
1163 }
1164
1165 local tween = TweenService:Create(circle,Info,Goals)
1166 tween:Play()
1167end)
1168
1169--mygui.maintab.bodyframe.menuframe.lpbuttonframe.lpbutton.TransitionScript
1170lpbutton.MouseButton1Click:connect(function()
1171 wait(0.25)
1172 menuframe:TweenPosition(
1173 UDim2.new(0,-256,0,0),
1174 "Out",
1175 "Quint",
1176 0.2
1177 )
1178 lpframe:TweenPosition(
1179 UDim2.new(0,0,0,0),
1180 "Out",
1181 "Quint",
1182 0.2
1183 )
1184 backbutton2.Visible = true
1185 backbutton2.Active = true
1186 maintab.title.Text = "Local Player"
1187 maintab.title.TextSize = 19
1188end)
1189
1190--mygui.maintab.bodyframe.menuframe.tpbuttonframe.tpbutton.Script
1191local mouse = game.Players.LocalPlayer:GetMouse()
1192
1193
1194tpbutton.MouseButton1Down:connect(function()
1195 local x = (mouse.X) - (tpbutton.AbsolutePosition.X)
1196 local y = (mouse.Y) - (tpbutton.AbsolutePosition.Y)
1197 tpbutton.tpbuttonlabel.Position = UDim2.new(0,x,0,y)
1198 tpbutton.tpbuttonlabel.Size = UDim2.new(0,0,0,0)
1199 tpbutton.tpbuttonlabel.ImageTransparency = 0.8
1200 tpbutton.tpbuttonlabel.Visible = true
1201
1202 wait()
1203
1204 tpbutton.tpbuttonlabel:TweenSize(
1205 UDim2.new(0,75,0,75),
1206 "Out",
1207 "Quint",
1208 0.9
1209 )
1210end)
1211
1212tpbutton.MouseButton1Up:connect(function()
1213 wait(0.35)
1214 local TweenService = game:GetService("TweenService")
1215 local circle = tpbutton.tpbuttonlabel
1216
1217 local Info = TweenInfo.new(
1218 0.2, -- Length
1219 Enum.EasingStyle.Linear, -- Easing Style
1220 Enum.EasingDirection.Out, -- Easing Direction
1221 0, -- Times repeated
1222 false, -- Reverse
1223 0 -- Delay
1224 )
1225 local Goals =
1226 {
1227 ImageTransparency = 1;
1228 }
1229
1230 local tween = TweenService:Create(circle,Info,Goals)
1231 tween:Play()
1232end)
1233
1234--mygui.maintab.bodyframe.menuframe.tptextbox.matscript
1235--[[tptextbox.Focused:connect(function()
1236 local mouse = game.Players.LocalPlayer:GetMouse()
1237 tptextbox.tpunderline.BackgroundTransparency = 0
1238 local x = (mouse.X) - (tpbutton.AbsolutePosition.X)
1239 tpunderline.Position = UDim2.new(0,x,0,30) --insert correct offset in Y!!
1240
1241 wait()
1242 tptextbox.tpunderline:TweenSizeAndPosition(
1243 UDim2.new(0,156,0,2),
1244 UDim2.new(0,0,0,30),
1245 "Out",
1246 "Quint",
1247 0.2
1248 )
1249end)]]--
1250
1251--mygui.maintab.backbutton1.Script
1252local mouse = game.Players.LocalPlayer:GetMouse()
1253
1254backbutton1.MouseButton1Down:connect(function()
1255 backbutton1.backbutton1label.Position = UDim2.new(0.5,0,0.5,0)
1256 backbutton1.backbutton1label.Size = UDim2.new(0,0,0,0)
1257 backbutton1.backbutton1label.ImageTransparency = 0.8
1258 backbutton1.backbutton1label.Visible = true
1259
1260 wait()
1261
1262 backbutton1.backbutton1label:TweenSize(
1263 UDim2.new(0,60,0,60),
1264 "Out",
1265 "Quint",
1266 0.25
1267 )
1268end)
1269
1270backbutton1.MouseButton1Up:connect(function()
1271 wait(0.35)
1272 local TweenService = game:GetService("TweenService")
1273 local circle = backbutton1.backbutton1label
1274
1275 local Info = TweenInfo.new(
1276 0.2, -- Length
1277 Enum.EasingStyle.Linear, -- Easing Style
1278 Enum.EasingDirection.Out, -- Easing Direction
1279 0, -- Times repeated
1280 false, -- Reverse
1281 0 -- Delay
1282 )
1283 local Goals =
1284 {
1285 ImageTransparency = 1;
1286 }
1287
1288 local tween = TweenService:Create(circle,Info,Goals)
1289 tween:Play()
1290end)
1291
1292--mygui.maintab.backbutton1.TransitionScript
1293backbutton1.MouseButton1Click:connect(function()
1294 wait(0.2)
1295 menuframe:TweenPosition(
1296 UDim2.new(0,0,0,0),
1297 "Out",
1298 "Quint",
1299 0.2
1300 )
1301 generalframe:TweenPosition(
1302 UDim2.new(0,256,0,0),
1303 "Out",
1304 "Quint",
1305 0.2
1306 )
1307 backbutton1.Visible = false
1308 backbutton1.Active = false
1309 maintab.title.Text = "MM2 Gui"
1310 maintab.title.TextSize = 20
1311end)
1312
1313--mygui.maintab.backbutton2.Script
1314local mouse = game.Players.LocalPlayer:GetMouse()
1315
1316
1317backbutton2.MouseButton1Down:connect(function()
1318 backbutton2.backbutton2label.Position = UDim2.new(0.5,0,0.5,0)
1319 backbutton2.backbutton2label.Size = UDim2.new(0,0,0,0)
1320 backbutton2.backbutton2label.ImageTransparency = 0.8
1321 backbutton2.backbutton2label.Visible = true
1322
1323 wait()
1324
1325 backbutton2.backbutton2label:TweenSize(
1326 UDim2.new(0,60,0,60),
1327 "Out",
1328 "Quint",
1329 0.25
1330 )
1331end)
1332
1333backbutton2.MouseButton1Up:connect(function()
1334 wait(0.35)
1335 local TweenService = game:GetService("TweenService")
1336 local circle = backbutton2.backbutton2label
1337
1338 local Info = TweenInfo.new(
1339 0.2, -- Length
1340 Enum.EasingStyle.Linear, -- Easing Style
1341 Enum.EasingDirection.Out, -- Easing Direction
1342 0, -- Times repeated
1343 false, -- Reverse
1344 0 -- Delay
1345 )
1346 local Goals =
1347 {
1348 ImageTransparency = 1;
1349 }
1350
1351 local tween = TweenService:Create(circle,Info,Goals)
1352 tween:Play()
1353end)
1354
1355--mygui.maintab.backbutton2.TransitionScript
1356backbutton2.MouseButton1Click:connect(function()
1357 wait(0.2)
1358 menuframe:TweenPosition(
1359 UDim2.new(0,0,0,0),
1360 "Out",
1361 "Quint",
1362 0.2
1363 )
1364 lpframe:TweenPosition(
1365 UDim2.new(0,256,0,0),
1366 "Out",
1367 "Quint",
1368 0.2
1369 )
1370 backbutton2.Visible = false
1371 backbutton2.Active = false
1372 backbutton2.Parent.title.Text = "MM2 Gui"
1373 backbutton2.Parent.title.TextSize = 20
1374end)
1375
1376--mygui.maintab.creditsbutton.Script
1377local mouse = game.Players.LocalPlayer:GetMouse()
1378
1379
1380creditsbutton.MouseButton1Down:connect(function()
1381 local x = (mouse.X) - (creditsbutton.AbsolutePosition.X)
1382 local y = (mouse.Y) - (creditsbutton.AbsolutePosition.Y)
1383 creditsbutton.creditsiconlabel1.Position = UDim2.new(0,x,0,y)
1384 creditsbutton.creditsiconlabel1.Size = UDim2.new(0,0,0,0)
1385 creditsbutton.creditsiconlabel1.ImageTransparency = 0.8
1386 creditsbutton.creditsiconlabel1.Visible = true
1387
1388 wait()
1389
1390 creditsbutton.creditsiconlabel1:TweenSize(
1391 UDim2.new(0,75,0,75),
1392 "Out",
1393 "Quint",
1394 0.9
1395 )
1396end)
1397
1398creditsbutton.MouseButton1Up:connect(function()
1399 wait(0.35)
1400 local TweenService = game:GetService("TweenService")
1401 local circle = creditsbutton.creditsiconlabel1
1402
1403 local Info = TweenInfo.new(
1404 0.2, -- Length
1405 Enum.EasingStyle.Linear, -- Easing Style
1406 Enum.EasingDirection.Out, -- Easing Direction
1407 0, -- Times repeated
1408 false, -- Reverse
1409 0 -- Delay
1410 )
1411 local Goals =
1412 {
1413 ImageTransparency = 1;
1414 }
1415
1416 local tween = TweenService:Create(circle,Info,Goals)
1417 tween:Play()
1418end)
1419
1420--mygui.maintab.creditsbutton.CreditsWindowScript
1421creditsbutton.MouseButton1Click:connect(function()
1422 creditstab.Visible = true
1423 creditstab.Active = true
1424end)
1425
1426--mygui.creditstab.closecredits.Script
1427closecredits.MouseButton1Click:connect(function()
1428 creditstab.Visible = false
1429 creditstab.Active = false
1430end)
1431
1432--mygui.toggle.closeopen.CloseOpenScript
1433closeopen.MouseButton1Click:connect(function()
1434 if
1435 (maintab.Visible == true) and
1436 (maintab.Active == true) then
1437 maintab.Visible = false
1438 maintab.Active = false
1439 closeopen.Text = "Open"
1440 else
1441 maintab.Visible = true
1442 maintab.Active = true
1443 closeopen.Text = "Close"
1444 end
1445end)
1446
1447--mygui.toggle.closeopen.Script
1448local mouse = game.Players.LocalPlayer:GetMouse()
1449
1450
1451closeopen.MouseButton1Down:connect(function()
1452 local x = (mouse.X) - (closeopen.AbsolutePosition.X)
1453 local y = (mouse.Y) - (closeopen.AbsolutePosition.Y)
1454 closeopen.closeopenlabel.Position = UDim2.new(0,x,0,y)
1455 closeopen.closeopenlabel.Size = UDim2.new(0,50,0,50)
1456 closeopen.closeopenlabel.ImageTransparency = 0.8
1457 closeopen.closeopenlabel.Visible = true
1458
1459 wait()
1460
1461 closeopen.closeopenlabel:TweenSize(
1462 UDim2.new(0,240,0,240),
1463 "Out",
1464 "Quint",
1465 1
1466 )
1467end)
1468
1469closeopen.MouseButton1Up:connect(function()
1470 wait(0.35)
1471 local TweenService = game:GetService("TweenService")
1472 local circle = closeopen.closeopenlabel
1473
1474 local Info = TweenInfo.new(
1475 0.2, -- Length
1476 Enum.EasingStyle.Linear, -- Easing Style
1477 Enum.EasingDirection.Out, -- Easing Direction
1478 0, -- Times repeated
1479 false, -- Reverse
1480 0 -- Delay
1481 )
1482 local Goals =
1483 {
1484 ImageTransparency = 1;
1485 }
1486
1487 local tween = TweenService:Create(circle,Info,Goals)
1488 tween:Play()
1489end)
1490
1491--mygui.toggle.closeall.Script
1492closeall.MouseButton1Click:connect(function()
1493 mygui:Remove()
1494end)
1495
1496-- Scripts
1497
1498lpgravbutton.MouseButton1Down:connect(function()
1499 if game.Workspace.Gravity > 196.1 then
1500 game.Workspace.Gravity = 50
1501 else
1502 game.Workspace.Gravity = 196.2
1503 end
1504end)
1505
1506lpwalkbutton.MouseButton1Down:connect(function()
1507 if game.Players.LocalPlayer.Character.Humanoid.WalkSpeed == 16 then
1508 game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16 * 5
1509 else
1510 game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
1511 end
1512end)
1513
1514lpjumpbutton.MouseButton1Down:connect(function()
1515 if game.Players.LocalPlayer.Character.Humanoid.JumpPower == 50 then
1516 game.Players.LocalPlayer.Character.Humanoid.JumpPower = 100
1517 else
1518 game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
1519 end
1520end)
1521
1522lpgodbutton.MouseButton1Down:connect(function()
1523 game.Players.LocalPlayer.Character.Humanoid:Remove()
1524 Instance.new('Humanoid', game.Players.LocalPlayer.Character)
1525end)
1526
1527generallobbybutton.MouseButton1Down:connect(function()
1528 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-109.56, 140, -11.75) + Vector3.new(1, 0, 0)
1529end)
1530
1531generalgunbutton.MouseButton1Down:connect(function()
1532 game.Workspace.GunDrop.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(2,0,0)
1533end)
1534
1535generalcoinbutton.MouseButton1Down:connect(function()
1536 for i = 10, 1, -1 do
1537 for i,v in pairs(game.Workspace:GetChildren()) do
1538 local s = v:FindFirstChild("CoinContainer")
1539 local e = game.Players.LocalPlayer.Character:FindFirstChild("Torso")
1540 if e and s then
1541 for i,c in pairs(s:GetChildren()) do
1542 c.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame
1543 end
1544 end
1545 end
1546 wait(0.7)
1547 end
1548end)
1549
1550--[[tpbutton.MouseButton1Down:connect(function()
1551 for i,v in pairs(game.Workspace:GetChildren()) do
1552 if tptextbox.Text:lower() == v.Name:lower() then
1553 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[v.Name].HumanoidRootPart.CFrame
1554 else
1555 print("Player not found")
1556 end
1557 end
1558end)]]--
1559
1560
1561
1562
1563--script
1564local parent = tptextbox --insert textbox name!
1565local mouse = game.Players.LocalPlayer:GetMouse()
1566
1567local xsize = parent.Size.X.Offset
1568local ysize = parent.Size.Y.Offset
1569parent.Visible = true
1570parent.Active = true
1571parent.Selectable = true
1572
1573local Underline = Instance.new("Frame")
1574local UnderlineBase = Instance.new("Frame")
1575
1576Underline.Name = "Underline"
1577Underline.Parent = parent
1578Underline.BackgroundColor3 = parent.TextColor3
1579Underline.BorderSizePixel = 0
1580Underline.Position = UDim2.new(0, 0, 1, 0)
1581Underline.Size = UDim2.new(0, 0, 0, 1)
1582
1583UnderlineBase.Name = "UnderlineBase"
1584UnderlineBase.Parent = parent
1585UnderlineBase.BackgroundColor3 = parent.TextColor3
1586UnderlineBase.BackgroundTransparency = 0.85
1587UnderlineBase.BorderSizePixel = 0
1588UnderlineBase.Position = UDim2.new(0, 0, 1, 0)
1589UnderlineBase.Size = UDim2.new(0, xsize, 0, 1)
1590
1591parent.Focused:connect(function()
1592 local x = (mouse.X) - (parent.AbsolutePosition.X)
1593 Underline.BackgroundTransparency = 0
1594 Underline.Position = UDim2.new(0,x,1,0)
1595 wait()
1596 Underline:TweenSizeAndPosition(
1597 UDim2.new(0, xsize, 0, 1),
1598 UDim2.new(0, 0, 1, 0),
1599 "Out",
1600 "Quint",
1601 0.2
1602 )
1603end)
1604
1605parent.FocusLost:connect(function(enterPressed)
1606 if parent.Text == "" then
1607 parent.Text = "Player Name"
1608 end
1609
1610 local TweenService = game:GetService("TweenService")
1611
1612 local Info = TweenInfo.new(
1613 0.15,
1614 Enum.EasingStyle.Linear,
1615 Enum.EasingDirection.Out,
1616 0,
1617 false,
1618 0
1619 )
1620 local Goals =
1621 {
1622 BackgroundTransparency = 1;
1623 }
1624
1625 local tween = TweenService:Create(Underline,Info,Goals)
1626 tween:Play()
1627
1628 wait(0.15)
1629 Underline.Size = UDim2.new(0,0,0,1)
1630
1631 if enterPressed then
1632 for i,v in pairs(game.Workspace:GetChildren()) do
1633 if tptextbox.Text:lower() == v.Name:lower() then
1634 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[v.Name].HumanoidRootPart.CFrame
1635 else
1636 print("Player not found")
1637 end
1638 end
1639 print(true)
1640 elseif tptextbox.Text ~= "Player Name" then
1641 tptextbox.Text = "Press Enter to TP"
1642 end
1643end)
1644
1645--/script
1646
1647if enterPressed then
1648 for i,v in pairs(game.Workspace:GetChildren()) do
1649 if tptextbox.Text:lower() == v.Name:lower() then
1650 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[v.Name].HumanoidRootPart.CFrame
1651 else
1652 print("Player not found")
1653 end
1654 end
1655end
1656
1657generalespbutton.MouseButton1Down:connect(function()
1658 --credits to Nebula Hub for the esp + aimbot
1659 PLAYER = game.Players.LocalPlayer
1660 MOUSE = PLAYER:GetMouse()
1661 CC = game.Workspace.CurrentCamera
1662
1663 ENABLED = false
1664 ESP_ENABLED = false
1665
1666 _G.FREE_FOR_ALL = true
1667
1668 _G.BIND = 50
1669 _G.ESP_BIND = 52
1670 _G.CHANGE_AIM = 'q'
1671
1672 _G.AIM_AT = 'Head'
1673
1674 wait(1)
1675
1676 function GetNearestPlayerToMouse()
1677 local PLAYERS = {}
1678 local PLAYER_HOLD = {}
1679 local DISTANCES = {}
1680 for i, v in pairs(game.Players:GetPlayers()) do
1681 if v ~= PLAYER then
1682 table.insert(PLAYERS, v)
1683 end
1684 end
1685 for i, v in pairs(PLAYERS) do
1686 if _G.FREE_FOR_ALL == false then
1687 if v and (v.Character) ~= nil and v.TeamColor ~= PLAYER.TeamColor then
1688 local AIM = v.Character:FindFirstChild(_G.AIM_AT)
1689 if AIM ~= nil then
1690 local DISTANCE = (AIM.Position - game.Workspace.CurrentCamera.CoordinateFrame.p).magnitude
1691 local RAY = Ray.new(game.Workspace.CurrentCamera.CoordinateFrame.p, (MOUSE.Hit.p - CC.CoordinateFrame.p).unit * DISTANCE)
1692 local HIT,POS = game.Workspace:FindPartOnRay(RAY, game.Workspace)
1693 local DIFF = math.floor((POS - AIM.Position).magnitude)
1694 PLAYER_HOLD[v.Name .. i] = {}
1695 PLAYER_HOLD[v.Name .. i].dist = DISTANCE
1696 PLAYER_HOLD[v.Name .. i].plr = v
1697 PLAYER_HOLD[v.Name .. i].diff = DIFF
1698 table.insert(DISTANCES, DIFF)
1699 end
1700 end
1701 elseif _G.FREE_FOR_ALL == true then
1702 local AIM = v.Character:FindFirstChild(_G.AIM_AT)
1703 if AIM ~= nil then
1704 local DISTANCE = (AIM.Position - game.Workspace.CurrentCamera.CoordinateFrame.p).magnitude
1705 local RAY = Ray.new(game.Workspace.CurrentCamera.CoordinateFrame.p, (MOUSE.Hit.p - CC.CoordinateFrame.p).unit * DISTANCE)
1706 local HIT,POS = game.Workspace:FindPartOnRay(RAY, game.Workspace)
1707 local DIFF = math.floor((POS - AIM.Position).magnitude)
1708 PLAYER_HOLD[v.Name .. i] = {}
1709 PLAYER_HOLD[v.Name .. i].dist = DISTANCE
1710 PLAYER_HOLD[v.Name .. i].plr = v
1711 PLAYER_HOLD[v.Name .. i].diff = DIFF
1712 table.insert(DISTANCES, DIFF)
1713 end
1714 end
1715 end
1716
1717 if unpack(DISTANCES) == nil then
1718 return false
1719 end
1720
1721 local L_DISTANCE = math.floor(math.min(unpack(DISTANCES)))
1722 if L_DISTANCE > 20 then
1723 return false
1724 end
1725
1726 for i, v in pairs(PLAYER_HOLD) do
1727 if v.diff == L_DISTANCE then
1728 return v.plr
1729 end
1730 end
1731 return false
1732 end
1733
1734 GUI_MAIN = Instance.new('ScreenGui', game.CoreGui)
1735 GUI_TARGET = Instance.new('TextLabel', GUI_MAIN)
1736 GUI_AIM_AT = Instance.new('TextLabel', GUI_MAIN)
1737
1738 GUI_MAIN.Name = 'AIMBOT'
1739
1740 GUI_TARGET.Size = UDim2.new(0,200,0,30)
1741 GUI_TARGET.BackgroundTransparency = 0.5
1742 GUI_TARGET.BackgroundColor = BrickColor.new('Fossil')
1743 GUI_TARGET.BorderSizePixel = 0
1744 GUI_TARGET.Position = UDim2.new(0.5,-100,0,0)
1745 GUI_TARGET.Text = 'AIMBOT : OFF'
1746 GUI_TARGET.TextColor3 = Color3.new(1,1,1)
1747 GUI_TARGET.TextStrokeTransparency = 1
1748 GUI_TARGET.TextWrapped = true
1749 GUI_TARGET.FontSize = 'Size24'
1750 GUI_TARGET.Font = 'SourceSansBold'
1751
1752 GUI_AIM_AT.Size = UDim2.new(0,200,0,20)
1753 GUI_AIM_AT.BackgroundTransparency = 0.5
1754 GUI_AIM_AT.BackgroundColor = BrickColor.new('Fossil')
1755 GUI_AIM_AT.BorderSizePixel = 0
1756 GUI_AIM_AT.Position = UDim2.new(0.5,-100,0,30)
1757 GUI_AIM_AT.Text = 'AIMING : HEAD'
1758 GUI_AIM_AT.TextColor3 = Color3.new(1,1,1)
1759 GUI_AIM_AT.TextStrokeTransparency = 1
1760 GUI_AIM_AT.TextWrapped = true
1761 GUI_AIM_AT.FontSize = 'Size18'
1762 GUI_AIM_AT.Font = 'SourceSansBold'
1763
1764 local TRACK = false
1765
1766 function CREATE(BASE, COLOR)
1767 local ESP_MAIN = Instance.new('BillboardGui', PLAYER.PlayerGui)
1768 local ESP_DOT = Instance.new('Frame', ESP_MAIN)
1769 local ESP_NAME = Instance.new('TextLabel', ESP_MAIN)
1770
1771 ESP_MAIN.Name = 'ESP'
1772 ESP_MAIN.Adornee = BASE
1773 ESP_MAIN.AlwaysOnTop = true
1774 ESP_MAIN.ExtentsOffset = Vector3.new(0, 1, 0)
1775 ESP_MAIN.Size = UDim2.new(0, 5, 0, 5)
1776
1777 ESP_DOT.Name = 'DOT'
1778 ESP_DOT.BackgroundColor3 = COLOR
1779 ESP_DOT.BackgroundTransparency = 0.3
1780 ESP_DOT.BorderSizePixel = 0
1781 ESP_DOT.Position = UDim2.new(-0.5, 0, -0.5, 0)
1782 ESP_DOT.Size = UDim2.new(2, 0, 2, 0)
1783 ESP_DOT.Visible = true
1784 ESP_DOT.ZIndex = 10
1785
1786 ESP_NAME.Name = 'NAME'
1787 ESP_NAME.BackgroundColor3 = Color3.new(255, 255, 255)
1788 ESP_NAME.BackgroundTransparency = 1
1789 ESP_NAME.BorderSizePixel = 0
1790 ESP_NAME.Position = UDim2.new(0, 0, 0, -40)
1791 ESP_NAME.Size = UDim2.new(1, 0, 10, 0)
1792 ESP_NAME.Visible = true
1793 ESP_NAME.ZIndex = 10
1794 ESP_NAME.Font = 'ArialBold'
1795 ESP_NAME.FontSize = 'Size14'
1796 ESP_NAME.Text = BASE.Parent.Name:upper()
1797 ESP_NAME.TextColor3 = COLOR
1798 end
1799
1800 function CLEAR()
1801 for _,v in pairs(PLAYER.PlayerGui:children()) do
1802 if v.Name == 'ESP' and v:IsA('BillboardGui') then
1803 v:Destroy()
1804 end
1805 end
1806 end
1807
1808 local Remote = game:service'ReplicatedStorage'.GetPlayerData
1809 local player_roles = Remote:InvokeServer()
1810 function FIND()
1811 CLEAR()
1812 TRACK = true
1813 spawn(function()
1814 while wait() do
1815 if TRACK then
1816 CLEAR()
1817 local a,b = ypcall(function()
1818 for name,player in pairs(player_roles)do
1819 if game:service'Players':FindFirstChild(name) ~= nil then
1820 local v = game:service'Players':FindFirstChild(name)
1821 if v.Character and v.Character:FindFirstChild('Head') then
1822 if v.Character:FindFirstChild('Head') then
1823 if player.Dead ~= true then
1824 if player.Role == "Murderer"then
1825 CREATE(v.Character.Head, Color3.new(1,0,0))
1826 elseif player.Role == "Sheriff" or player.Role == "Hero" then
1827 CREATE(v.Character.Head, Color3.new(0,0,1))
1828 else
1829 CREATE(v.Character.Head, Color3.new(0,1,0))
1830 end
1831 end
1832 end
1833 end
1834 end
1835 end
1836 end)
1837 end
1838 end
1839 wait(1)
1840 end)
1841 end
1842 coroutine.wrap(function()
1843 while wait()do
1844 player_roles = Remote:InvokeServer()
1845 end
1846 end)()
1847
1848 MOUSE.KeyDown:connect(function(KEY)
1849 KEY = KEY:lower():byte()
1850 if KEY == _G.BIND then
1851 ENABLED = true
1852 end
1853 end)
1854
1855 MOUSE.KeyUp:connect(function(KEY)
1856 KEY = KEY:lower():byte()
1857 if KEY == _G.BIND then
1858 ENABLED = false
1859 end
1860 end)
1861
1862 MOUSE.KeyDown:connect(function(KEY)
1863 KEY = KEY:lower():byte()
1864 if KEY == _G.ESP_BIND then
1865 if ESP_ENABLED == false then
1866 FIND()
1867 ESP_ENABLED = true
1868 print('ESP : ON')
1869 elseif ESP_ENABLED == true then
1870 wait()
1871 CLEAR()
1872 TRACK = false
1873 ESP_ENABLED = false
1874 print('ESP : OFF')
1875 end
1876 end
1877 end)
1878
1879 MOUSE.KeyDown:connect(function(KEY)
1880 if KEY == _G.CHANGE_AIM then
1881 if _G.AIM_AT == 'Head' then
1882 _G.AIM_AT = 'Torso'
1883 GUI_AIM_AT.Text = 'AIMING : TORSO'
1884 elseif _G.AIM_AT == 'Torso' then
1885 _G.AIM_AT = 'Head'
1886 GUI_AIM_AT.Text = 'AIMING : HEAD'
1887 end
1888 end
1889 end)
1890
1891 game:GetService('RunService').RenderStepped:connect(function()
1892 if ENABLED then
1893 local TARGET = GetNearestPlayerToMouse()
1894 if (TARGET ~= false) then
1895 local AIM = TARGET.Character:FindFirstChild(_G.AIM_AT)
1896 if AIM then
1897 CC.CoordinateFrame = CFrame.new(CC.CoordinateFrame.p, AIM.CFrame.p)
1898 end
1899 GUI_TARGET.Text = 'AIMBOT : '.. TARGET.Name:sub(1, 5)
1900 else
1901 GUI_TARGET.Text = 'AIMBOT : OFF'
1902 end
1903 end
1904 end)
1905
1906 repeat
1907 wait()
1908 if ESP_ENABLED == true then
1909 FIND()
1910 end
1911 until ESP_ENABLED == false
1912
1913
1914 wait()
1915
1916 _G.FREE_FOR_ALL = true
1917
1918 _G.BIND = 50 -- LEFT CTRL
1919 _G.ESP_BIND = 52 -- LEFT ALT
1920end)
1921
1922local plr = game.Players.LocalPlayer
1923
1924plr:GetMouse().KeyDown:connect(function(KeyUp)
1925 if KeyUp == "0" then
1926 plr.Character.Humanoid.WalkSpeed = 35
1927 end
1928end)
1929
1930plr:GetMouse().KeyUp:connect(function(KeyUp)
1931 if KeyUp == "0" then
1932 plr.Character.Humanoid.WalkSpeed = 16
1933 end
1934end)