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