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