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