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