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