· 6 years ago · Mar 29, 2019, 05:30 PM
1local GX = Instance.new("ScreenGui")
2local LoginFrame = Instance.new("Frame")
3local TextLabel = Instance.new("TextLabel")
4local Sumbit = Instance.new("TextButton")
5local TextLabel_2 = Instance.new("TextLabel")
6local TextLabel_3 = Instance.new("TextLabel")
7local UserBox = Instance.new("TextBox")
8local PassBox = Instance.new("TextBox")
9local SecurityFrame = Instance.new("Frame")
10local TextLabel_4 = Instance.new("TextLabel")
11local Sumbit2 = Instance.new("TextButton")
12local TextLabel_5 = Instance.new("TextLabel")
13local TextLabel_6 = Instance.new("TextLabel")
14local SecBox1 = Instance.new("TextBox")
15local SecBox1_2 = Instance.new("TextBox")
16local Wrong = Instance.new("TextLabel")
17local Correct = Instance.new("TextLabel")
18local MainGUI = Instance.new("Frame")
19local TextLabel_7 = Instance.new("TextLabel")
20local TextLabel_8 = Instance.new("TextLabel")
21local Close = Instance.new("TextButton")
22local ShatterVast = Instance.new("TextButton")
23local Aimbot = Instance.new("TextButton")
24local Logout = Instance.new("TextButton")
25local Info = Instance.new("TextButton")
26local InfoFrame = Instance.new("Frame")
27local TextLabel_9 = Instance.new("TextLabel")
28local CloseInfo = Instance.new("TextButton")
29local TextLabel_10 = Instance.new("TextLabel")
30local Redwood = Instance.new("TextButton")
31local Prison = Instance.new("TextButton")
32local Remote = Instance.new("TextButton")
33local Page2 = Instance.new("TextButton")
34local Page2Frame = Instance.new("Frame")
35local TextLabel_11 = Instance.new("TextLabel")
36local ClosePage = Instance.new("TextButton")
37local Page1 = Instance.new("TextButton")
38local FakeAdmin = Instance.new("TextButton")
39local Noclip = Instance.new("TextButton")
40local Spin = Instance.new("TextButton")
41local Soon = Instance.new("TextLabel")
42local OpenGUI = Instance.new("Frame")
43local Open = Instance.new("TextButton")
44local Intro = Instance.new("Frame")
45local IntroLabel = Instance.new("TextLabel")
46--Properties:
47GX.Name = "GX"
48GX.Parent = game.CoreGui
49
50MainGUI.Active = true
51MainGUI.Draggable = true
52InfoFrame.Active = true
53InfoFrame.Draggable = true
54Page2Frame.Active = true
55Page2Frame.Draggable = true
56
57LoginFrame.Name = "LoginFrame"
58LoginFrame.Parent = GX
59LoginFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
60LoginFrame.BorderSizePixel = 0
61LoginFrame.Position = UDim2.new(0, 0, 0.335863382, 0)
62LoginFrame.Size = UDim2.new(0, 176, 0, 254)
63LoginFrame.Visible = false
64
65TextLabel.Parent = LoginFrame
66TextLabel.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
67TextLabel.BorderSizePixel = 0
68TextLabel.Size = UDim2.new(0, 176, 0, 24)
69TextLabel.Font = Enum.Font.GothamBlack
70TextLabel.Text = "GX GUI - Login"
71TextLabel.TextColor3 = Color3.new(1, 1, 1)
72TextLabel.TextScaled = true
73TextLabel.TextSize = 14
74TextLabel.TextWrapped = true
75
76Sumbit.Name = "Sumbit"
77Sumbit.Parent = LoginFrame
78Sumbit.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
79Sumbit.BorderSizePixel = 0
80Sumbit.Position = UDim2.new(0.341886222, 0, 0.688976347, 0)
81Sumbit.Size = UDim2.new(0, 55, 0, 30)
82Sumbit.Font = Enum.Font.GothamBlack
83Sumbit.Text = "Login"
84Sumbit.TextColor3 = Color3.new(1, 1, 1)
85Sumbit.TextScaled = true
86Sumbit.TextSize = 14
87Sumbit.TextWrapped = true
88Sumbit.MouseButton1Click:connect(function()
89 if UserBox.Text == "NeverScript" and PassBox.Text == "GX5" then
90 LoginFrame.Visible = false
91 SecurityFrame.Visible = true
92 TextLabel_8.Text = "Welcome NeverScript"
93 elseif
94 UserBox.Text == "JasgTony" and PassBox.Text == "milole123" then
95 LoginFrame.Visible = false
96 SecurityFrame.Visible = true
97 TextLabel_8.Text = "Welcome JasgTony"
98 elseif
99 UserBox.Text == "Animus" and PassBox.Text == "RealAnimus" then
100 LoginFrame.Visible = false
101 SecurityFrame.Visible = true
102 TextLabel_8.Text = "Welcome Animus"
103 elseif
104 UserBox.Text == "LegoBlox" and PassBox.Text == "Bloxy89" then
105 LoginFrame.Visible = false
106 SecurityFrame.Visible = true
107 TextLabel_8.Text = "Welcome LegoBlox"
108 elseif
109 UserBox.Text == "Jonah" and PassBox.Text == "JE12" then
110 LoginFrame.Visible = false
111 SecurityFrame.Visible = true
112 TextLabel_8.Text = "Welcome Jonah"
113 elseif
114 UserBox.Text == "Toy" and PassBox.Text == "Cxsi00" then
115 LoginFrame.Visible = false
116 SecurityFrame.Visible = true
117 TextLabel_8.Text = "Welcome Toy"
118 end
119end)
120
121TextLabel_2.Parent = LoginFrame
122TextLabel_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
123TextLabel_2.BorderSizePixel = 0
124TextLabel_2.Position = UDim2.new(0, 0, 0.240157485, 0)
125TextLabel_2.Size = UDim2.new(0, 72, 0, 22)
126TextLabel_2.Font = Enum.Font.GothamBlack
127TextLabel_2.Text = "Username:"
128TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
129TextLabel_2.TextScaled = true
130TextLabel_2.TextSize = 14
131TextLabel_2.TextWrapped = true
132
133TextLabel_3.Parent = LoginFrame
134TextLabel_3.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
135TextLabel_3.BorderSizePixel = 0
136TextLabel_3.Position = UDim2.new(0, 0, 0.362204731, 0)
137TextLabel_3.Size = UDim2.new(0, 72, 0, 22)
138TextLabel_3.Font = Enum.Font.GothamBlack
139TextLabel_3.Text = "Password:"
140TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
141TextLabel_3.TextScaled = true
142TextLabel_3.TextSize = 14
143TextLabel_3.TextWrapped = true
144
145UserBox.Name = "UserBox"
146UserBox.Parent = LoginFrame
147UserBox.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
148UserBox.BorderColor3 = Color3.new(0, 0, 0)
149UserBox.Position = UDim2.new(0.448863626, 0, 0.240157485, 0)
150UserBox.Size = UDim2.new(0, 85, 0, 25)
151UserBox.Font = Enum.Font.GothamBlack
152UserBox.PlaceholderText = "Username"
153UserBox.Text = ""
154UserBox.TextColor3 = Color3.new(1, 1, 1)
155UserBox.TextSize = 14
156
157PassBox.Name = "PassBox"
158PassBox.Parent = LoginFrame
159PassBox.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
160PassBox.BorderColor3 = Color3.new(0, 0, 0)
161PassBox.Position = UDim2.new(0.448863626, 0, 0.354330719, 0)
162PassBox.Size = UDim2.new(0, 85, 0, 25)
163PassBox.Font = Enum.Font.GothamBlack
164PassBox.PlaceholderText = "Password"
165PassBox.Text = ""
166PassBox.TextColor3 = Color3.new(1, 1, 1)
167PassBox.TextSize = 14
168
169SecurityFrame.Name = "SecurityFrame"
170SecurityFrame.Parent = GX
171SecurityFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
172SecurityFrame.Position = UDim2.new(0.284222752, 0, 0.335863382, 0)
173SecurityFrame.Size = UDim2.new(0, 425, 0, 262)
174SecurityFrame.Visible = false
175
176TextLabel_4.Parent = SecurityFrame
177TextLabel_4.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
178TextLabel_4.BorderSizePixel = 0
179TextLabel_4.Size = UDim2.new(0, 425, 0, 24)
180TextLabel_4.Font = Enum.Font.GothamBlack
181TextLabel_4.Text = "GX GUI - Security"
182TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
183TextLabel_4.TextScaled = true
184TextLabel_4.TextSize = 14
185TextLabel_4.TextWrapped = true
186
187Sumbit2.Name = "Sumbit2"
188Sumbit2.Parent = SecurityFrame
189Sumbit2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
190Sumbit2.BorderSizePixel = 0
191Sumbit2.Position = UDim2.new(0.433650911, 0, 0.732283413, 0)
192Sumbit2.Size = UDim2.new(0, 55, 0, 30)
193Sumbit2.Font = Enum.Font.GothamBlack
194Sumbit2.Text = "Sumbit"
195Sumbit2.TextColor3 = Color3.new(1, 1, 1)
196Sumbit2.TextScaled = true
197Sumbit2.TextSize = 14
198Sumbit2.TextWrapped = true
199Sumbit2.MouseButton1Click:connect(function()
200 if SecBox1.Text == "NeverScript#4346" and SecBox1_2.Text == "Yes" then
201 Correct.Visible = true
202 wait(3)
203 Correct.Visible = false
204 SecurityFrame.Visible = false
205 OpenGUI.Visible = true
206 else
207 Wrong.Visible = true
208 wait(3)
209 Wrong.Visible = false
210 end
211end)
212
213TextLabel_5.Parent = SecurityFrame
214TextLabel_5.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
215TextLabel_5.BorderSizePixel = 0
216TextLabel_5.Position = UDim2.new(0.0705882385, 0, 0.181102365, 0)
217TextLabel_5.Size = UDim2.new(0, 125, 0, 22)
218TextLabel_5.Font = Enum.Font.GothamBlack
219TextLabel_5.Text = "Who made this GUI? :"
220TextLabel_5.TextColor3 = Color3.new(1, 1, 1)
221TextLabel_5.TextScaled = true
222TextLabel_5.TextSize = 14
223TextLabel_5.TextWrapped = true
224
225TextLabel_6.Parent = SecurityFrame
226TextLabel_6.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
227TextLabel_6.BorderSizePixel = 0
228TextLabel_6.Position = UDim2.new(0.0705882385, 0, 0.338582695, 0)
229TextLabel_6.Size = UDim2.new(0, 125, 0, 22)
230TextLabel_6.Font = Enum.Font.GothamBlack
231TextLabel_6.Text = "is lordgeo gay? :"
232TextLabel_6.TextColor3 = Color3.new(1, 1, 1)
233TextLabel_6.TextScaled = true
234TextLabel_6.TextSize = 14
235TextLabel_6.TextWrapped = true
236
237SecBox1.Name = "SecBox1"
238SecBox1.Parent = SecurityFrame
239SecBox1.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
240SecBox1.BorderColor3 = Color3.new(0, 0, 0)
241SecBox1.Position = UDim2.new(0.399451822, 0, 0.18110238, 0)
242SecBox1.Size = UDim2.new(0, 125, 0, 25)
243SecBox1.Font = Enum.Font.GothamBlack
244SecBox1.Text = ""
245SecBox1.TextColor3 = Color3.new(1, 1, 1)
246SecBox1.TextSize = 14
247
248SecBox1_2.Name = "SecBox1"
249SecBox1_2.Parent = SecurityFrame
250SecBox1_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
251SecBox1_2.BorderColor3 = Color3.new(0, 0, 0)
252SecBox1_2.Position = UDim2.new(0.397098899, 0, 0.338582635, 0)
253SecBox1_2.Size = UDim2.new(0, 126, 0, 25)
254SecBox1_2.Font = Enum.Font.GothamBlack
255SecBox1_2.Text = ""
256SecBox1_2.TextColor3 = Color3.new(1, 1, 1)
257SecBox1_2.TextSize = 14
258
259Wrong.Name = "Wrong"
260Wrong.Parent = SecurityFrame
261Wrong.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
262Wrong.BorderSizePixel = 0
263Wrong.Position = UDim2.new(0.331764698, 0, 0.507874012, 0)
264Wrong.Size = UDim2.new(0, 143, 0, 46)
265Wrong.Visible = false
266Wrong.Font = Enum.Font.GothamBlack
267Wrong.Text = "Answers are wrong."
268Wrong.TextColor3 = Color3.new(1, 0, 0)
269Wrong.TextScaled = true
270Wrong.TextSize = 14
271Wrong.TextStrokeColor3 = Color3.new(1, 0, 0)
272Wrong.TextWrapped = true
273
274Correct.Name = "Correct"
275Correct.Parent = SecurityFrame
276Correct.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
277Correct.BorderSizePixel = 0
278Correct.Position = UDim2.new(0.385882378, 0, 0.884744883, 0)
279Correct.Size = UDim2.new(0, 102, 0, 30)
280Correct.Visible = false
281Correct.Font = Enum.Font.GothamBlack
282Correct.Text = "Logging in..."
283Correct.TextColor3 = Color3.new(0.156863, 1, 0.113725)
284Correct.TextScaled = true
285Correct.TextSize = 14
286Correct.TextStrokeColor3 = Color3.new(1, 0, 0)
287Correct.TextWrapped = true
288
289MainGUI.Name = "MainGUI"
290MainGUI.Parent = GX
291MainGUI.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
292MainGUI.BorderSizePixel = 0
293MainGUI.Position = UDim2.new(0.292343378, 0, 0.258064508, 0)
294MainGUI.Size = UDim2.new(0, 357, 0, 254)
295MainGUI.Visible = false
296
297TextLabel_7.Parent = MainGUI
298TextLabel_7.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
299TextLabel_7.BorderSizePixel = 0
300TextLabel_7.Size = UDim2.new(0, 357, 0, 24)
301TextLabel_7.Font = Enum.Font.GothamBlack
302TextLabel_7.Text = "GX GUI - Beta 1.0"
303TextLabel_7.TextColor3 = Color3.new(1, 1, 1)
304TextLabel_7.TextScaled = true
305TextLabel_7.TextSize = 14
306TextLabel_7.TextWrapped = true
307
308TextLabel_8.Parent = MainGUI
309TextLabel_8.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
310TextLabel_8.BorderSizePixel = 0
311TextLabel_8.Position = UDim2.new(0.355070055, 0, 0.703642547, 0)
312TextLabel_8.Size = UDim2.new(0, 96, 0, 30)
313TextLabel_8.Font = Enum.Font.GothamBlack
314TextLabel_8.Text = "Welcome NeverScript"
315TextLabel_8.TextColor3 = Color3.new(0.156863, 1, 0.113725)
316TextLabel_8.TextScaled = true
317TextLabel_8.TextSize = 14
318TextLabel_8.TextStrokeColor3 = Color3.new(1, 0, 0)
319TextLabel_8.TextWrapped = true
320
321Close.Name = "Close"
322Close.Parent = MainGUI
323Close.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
324Close.BorderSizePixel = 0
325Close.Position = UDim2.new(0.851540625, 0, 0.803149581, 0)
326Close.Size = UDim2.new(0, 43, 0, 40)
327Close.Font = Enum.Font.GothamBlack
328Close.Text = "X"
329Close.TextColor3 = Color3.new(1, 0, 0)
330Close.TextScaled = true
331Close.TextSize = 14
332Close.TextWrapped = true
333Close.MouseButton1Click:Connect(function()
334 MainGUI.Visible = false
335 OpenGUI.Visible = true
336end)
337
338ShatterVast.Name = "ShatterVast"
339ShatterVast.Parent = MainGUI
340ShatterVast.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
341ShatterVast.BorderSizePixel = 0
342ShatterVast.Position = UDim2.new(0.109243698, 0, 0.169291347, 0)
343ShatterVast.Size = UDim2.new(0, 120, 0, 31)
344ShatterVast.Font = Enum.Font.GothamBlack
345ShatterVast.Text = "ShatterVast"
346ShatterVast.TextColor3 = Color3.new(1, 1, 1)
347ShatterVast.TextScaled = true
348ShatterVast.TextSize = 14
349ShatterVast.TextWrapped = true
350ShatterVast.MouseButton1Click:connect(function()
351 -- By illremember#3799
352
353-- Important Loading
354trueSettings = {
355 commandPrefix = ";";
356 hotkeys = {};
357 fchotkeymode = "unfc";
358}
359
360-- Important Variables
361gsPlayers = game:GetService("Players")
362gsWorkspace = game:GetService("Workspace")
363gsLighting = game:GetService("Lighting")
364gsReplicatedStorage = game:GetService("ReplicatedStorage")
365gsCoreGui = game:GetService("CoreGui")
366gsTween = game:GetService("TweenService")
367gsHttp = game:GetService("HttpService")
368
369LP = gsPlayers.LocalPlayer
370Mouse = LP:GetMouse()
371
372defaultSettings = gsHttp:JSONEncode(trueSettings)
373function CreateSave()
374 writefile("Shattervast.txt", defaultSettings)
375 wait(0.5)
376 local content = readfile("Shattervast.txt")
377 local trueValue = gsHttp:JSONDecode(content)
378 commandPrefix = trueValue.commandPrefix
379 hotkeys = trueValue.hotkeys
380 fchotkeymode = trueValue.fchotkeymode
381end
382function fullUpdate()
383 local updatedSettings = {
384 commandPrefix = commandPrefix;
385 hotkeys = hotkeys;
386 fchotkeymode = fchotkeymode;
387 }
388 local fullUPDATED = gsHttp:JSONEncode(updatedSettings)
389 wait(0.2)
390 writefile("Shattervast.txt", fullUPDATED)
391end
392if writefile ~= nil then
393 function builder()
394 local TESTsave = readfile("Shattervast.txt")
395 if TESTsave == nil then
396 return false
397 else
398 return true
399 end
400 end
401 local success, message = pcall(builder)
402 if success == true then
403 function reader()
404 local content = readfile("Shattervast.txt")
405 local trueValue = gsHttp:JSONDecode(content)
406 commandPrefix = trueValue.commandPrefix
407 hotkeys = trueValue.hotkeys
408 if trueValue.fchotkeymode == nil then
409 fchotkeymode = "unfc"
410 fullUpdate()
411 else
412 fchotkeymode = trueValue.fchotkeymode
413 end
414 end
415 reader()
416 elseif success == false then
417 CreateSave()
418 end
419else
420 commandPrefix = ";"
421 hotkeys = {}
422 fchotkeymode = "unfc"
423end
424
425CurrentGravity = gsWorkspace.Gravity
426CurrentWalkspeed = LP.Character.Humanoid.WalkSpeed
427CurrentJumppower = LP.Character.Humanoid.JumpPower
428CurrentHipheight = LP.Character.Humanoid.HipHeight
429CurrentNormal = LP.DevCameraOcclusionMode
430
431gsWorkspace.Camera.Changed:Connect(function()
432 gsWorkspace.Camera.FieldOfView = 70
433end)
434
435-- Important Functions
436function view(plr)
437 if plr.Character.Humanoid ~= nil then
438 gsWorkspace.CurrentCamera.CameraSubject = plr.Character.Humanoid
439 else
440 gsWorkspace.CurrentCamera.CameraSubject = plr.Character.Head
441 end
442end
443function unlockWS()
444 for i,part in pairs(gsWorkspace:GetDescendants()) do
445 if part:IsA("Part") then
446 part.Locked = false
447 end
448 end
449end
450function lockWS()
451 for i,part in pairs(gsWorkspace:GetDescendants()) do
452 if part:IsA("Part") then
453 part.Locked = true
454 end
455 end
456end
457function FEGodmode()
458 local changeview = false
459 if gsWorkspace.CurrentCamera.CameraSubject == LP.Character.Humanoid or gsWorkspace.CurrentCamera.CameraSubject == LP.Character then
460 changeview = true
461 end
462 LP.Character.Humanoid.Name = 1
463 local l = LP.Character["1"]:Clone()
464 l.Parent = LP.Character
465 l.Name = "Humanoid"
466 wait(0.1)
467 LP.Character["1"]:Destroy()
468 if changeview then
469 game:GetService("Workspace").CurrentCamera.CameraSubject = LP.Character
470 end
471 LP.Character.Animate.Disabled = true
472 wait(0.1)
473 LP.Character.Animate.Disabled = false
474 LP.Character.Humanoid.DisplayDistanceType = "None"
475end
476function RocketPropulsion(maxthrust,maxspeed,thrustp,targetplr,name)
477 local l = Instance.new("RocketPropulsion")
478 l.Parent = LP.Character.HumanoidRootPart
479 l.CartoonFactor = 1
480 l.MaxThrust = maxthrust
481 l.MaxSpeed = maxspeed
482 l.ThrustP = thrustp
483 l.Name = name
484 l.Target = targetplr.Character.HumanoidRootPart
485 l:Fire()
486end
487function createIntro(style, msg, length)
488 if gsCoreGui:FindFirstChild("Notification") then
489 gsCoreGui:FindFirstChild("Notification"):Destroy()
490 end
491 local info = "http://www.roblox.com/asset/?id=1281284684"
492 local warning = "http://www.roblox.com/asset/?id=1281286925"
493 if style == "info" then
494 style = info
495 elseif style == "warning" then
496 style = warning
497 end
498 local Notification = Instance.new("ScreenGui")
499 local Frame = Instance.new("Frame")
500 local TextLabel = Instance.new("TextLabel")
501 local IMAGE = Instance.new("ImageLabel")
502 Notification.Name = "Notification"
503 Notification.Parent = gsCoreGui
504 Frame.Parent = Notification
505 Frame.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
506 Frame.BackgroundTransparency = 0.20000000298023
507 Frame.BorderSizePixel = 0
508 Frame.Position = UDim2.new(0, 0, -0.2, 0)
509 Frame.Size = UDim2.new(1, 0, 0, 30)
510 TextLabel.Parent = Frame
511 TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
512 TextLabel.BackgroundTransparency = 1
513 TextLabel.Size = UDim2.new(1, 0, 1, 0)
514 TextLabel.Font = Enum.Font.SourceSansLight
515 TextLabel.Text = msg
516 TextLabel.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
517 TextLabel.TextScaled = true
518 TextLabel.TextSize = 14
519 TextLabel.TextWrapped = true
520 IMAGE.Parent = Frame
521 IMAGE.BackgroundTransparency = 1
522 IMAGE.Size = UDim2.new(0, 50, 0, 50)
523 IMAGE.Position = UDim2.new(0.1, 0, 0, 0)
524 IMAGE.Image = style
525 local Intro = Instance.new("ScreenGui")
526 local Frame2 = Instance.new("Frame")
527 local IMAGE2 = Instance.new("ImageLabel")
528 Intro.Name = "Intro"
529 Intro.Parent = gsCoreGui
530 Frame2.Parent = Intro
531 Frame2.BackgroundTransparency = 1
532 Frame2.BorderSizePixel = 0
533 Frame2.Position = UDim2.new(0, 0, -0.2, 0)
534 Frame2.Size = UDim2.new(1, 0, 0, 30)
535 IMAGE2.Parent = Frame
536 IMAGE2.BackgroundTransparency = 1
537 IMAGE2.AnchorPoint = Vector2.new(0.5, 0)
538 IMAGE2.Size = UDim2.new(0, 240, 0, 120)
539 IMAGE2.Position = UDim2.new(0.5, 0, 0, 0)
540 IMAGE2.Image = "http://www.roblox.com/asset/?id=1795472522"
541 Frame2:TweenPosition(UDim2.new(0, 0, 0, 200), "Out", "Quad", 1.5)
542 Frame:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Quad", 1.5)
543 wait(length)
544 pcall(function()
545 Frame:TweenPosition(UDim2.new(0, 0, -1.5, 0), "Out", "Quad", 3)
546 Frame2:TweenPosition(UDim2.new(0, 0, -1.5, 0), "Out", "Quad", 3)
547 end)
548 wait(3.01)
549 Intro:Destroy()
550 Notification:Destroy()
551end
552function Notification(style, msg, length)
553 if gsCoreGui:FindFirstChild("Notification") then
554 gsCoreGui:FindFirstChild("Notification"):Destroy()
555 end
556 local info = "http://www.roblox.com/asset/?id=1281284684"
557 local warning = "http://www.roblox.com/asset/?id=1281286925"
558 if style == "info" then
559 style = info
560 elseif style == "warning" then
561 style = warning
562 end
563 local Notification = Instance.new("ScreenGui")
564 local Frame = Instance.new("Frame")
565 local TextLabel = Instance.new("TextLabel")
566 local IMAGE = Instance.new("ImageLabel")
567 Notification.Name = "Notification"
568 Notification.Parent = gsCoreGui
569 Frame.Parent = Notification
570 Frame.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
571 Frame.BackgroundTransparency = 0.20000000298023
572 Frame.BorderSizePixel = 0
573 Frame.Position = UDim2.new(0, 0, -0.2, 0)
574 Frame.Size = UDim2.new(1, 0, 0, 30)
575 TextLabel.Parent = Frame
576 TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
577 TextLabel.BackgroundTransparency = 1
578 TextLabel.Size = UDim2.new(1, 0, 1, 0)
579 TextLabel.Font = Enum.Font.SourceSansLight
580 TextLabel.Text = msg
581 TextLabel.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
582 TextLabel.TextScaled = true
583 TextLabel.TextSize = 14
584 TextLabel.TextWrapped = true
585 IMAGE.Parent = Frame
586 IMAGE.BackgroundTransparency = 1
587 IMAGE.Size = UDim2.new(0, 50, 0, 50)
588 IMAGE.Position = UDim2.new(0.1, 0, 0, 0)
589 IMAGE.Image = style
590 Frame:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Quad", 1.5)
591 wait(length)
592 pcall(function()
593 Frame:TweenPosition(UDim2.new(0, 0, -1.5, 0), "Out", "Quad", 3)
594 end)
595 wait(3.01)
596 Notification:Destroy()
597end
598function hasTools()
599 local a = false
600 local b = false
601 for i,v in pairs(LP.Character:GetDescendants()) do
602 if v:IsA("Tool") then
603 if v ~= nil then
604 a = true
605 else
606 a = false
607 end
608 end
609 end
610 for i,k in pairs(LP.Backpack:GetDescendants()) do
611 if k:IsA("Tool") then
612 if k ~= nil then
613 b = true
614 else
615 b = false
616 end
617 end
618 end
619 return a or b
620end
621Compliments = {" is the coolest person in this server!", ", I really like your avatar!", ", I really want to be your friend!", " is truly amazing. Truly!", " is incredible!", ", you are my favourite here!!", ", I am complimenting you right now at this very moment.", " you are really awesome", " when will you be my friend!?", " is such a great person", " is a fantastic person!"}
622function complimentplr(player)
623 local plrName = player.Name
624 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(plrName..Compliments[math.random(1, #Compliments)], "All")
625end
626function createINFO(player)
627 local InfoGUIv2 = Instance.new("ScreenGui")
628 local Frame = Instance.new("Frame")
629 local Frame_2 = Instance.new("Frame")
630 local infoguiCLOSE = Instance.new("TextButton")
631 local Frame_3 = Instance.new("Frame")
632 local playerName = Instance.new("TextLabel")
633 local Frame_4 = Instance.new("Frame")
634 local playerAvatar = Instance.new("ImageLabel")
635 local playerAccAge = Instance.new("TextLabel")
636 local playerId = Instance.new("TextLabel")
637 local playerOs = Instance.new("TextLabel")
638 local playerMembership = Instance.new("TextLabel")
639 local Frame_5 = Instance.new("Frame")
640 local Frame_6 = Instance.new("Frame")
641 InfoGUIv2.Name = "InfoGUIv2"
642 InfoGUIv2.Parent = gsCoreGui
643 Frame.Parent = InfoGUIv2
644 Frame.BackgroundColor3 = Color3.new(0, 0, 0)
645 Frame.BackgroundTransparency = 1
646 Frame.BorderColor3 = Color3.new(0, 0, 0)
647 Frame.ClipsDescendants = true
648 Frame.Position = UDim2.new(0.45, 0, 1, 0)
649 Frame.Size = UDim2.new(0, 265, 0, 302)
650 Frame.ZIndex = -1
651 Frame_2.Parent = Frame
652 Frame_2.BackgroundColor3 = Color3.new(0.290196, 0, 0.447059)
653 Frame_2.BorderSizePixel = 0
654 Frame_2.Size = UDim2.new(0, 260, 0, 20)
655 infoguiCLOSE.Name = "infoguiCLOSE"
656 infoguiCLOSE.Parent = Frame_2
657 infoguiCLOSE.BackgroundColor3 = Color3.new(1, 1, 1)
658 infoguiCLOSE.BackgroundTransparency = 1
659 infoguiCLOSE.BorderSizePixel = 0
660 infoguiCLOSE.Position = UDim2.new(0, 230, 0, 0)
661 infoguiCLOSE.Size = UDim2.new(0, 30, 0, 20)
662 infoguiCLOSE.Font = Enum.Font.SourceSansBold
663 infoguiCLOSE.Text = "X"
664 infoguiCLOSE.TextColor3 = Color3.new(0.992157, 0.992157, 0.992157)
665 infoguiCLOSE.TextSize = 20
666 Frame_3.Parent = Frame
667 Frame_3.BackgroundColor3 = Color3.new(0.482353, 0.121569, 0.635294)
668 Frame_3.BorderSizePixel = 0
669 Frame_3.Position = UDim2.new(0, 0, 0, 20)
670 Frame_3.Size = UDim2.new(0, 260, 0, 40)
671 playerName.Name = "playerName"
672 playerName.Parent = Frame_3
673 playerName.BackgroundColor3 = Color3.new(1, 1, 1)
674 playerName.BackgroundTransparency = 1
675 playerName.Position = UDim2.new(0, 10, 0, 5)
676 playerName.Size = UDim2.new(0, 240, 0, 30)
677 playerName.Font = Enum.Font.SourceSansLight
678 playerName.Text = player.Name
679 playerName.TextColor3 = Color3.new(0.988235, 0.988235, 0.988235)
680 playerName.TextScaled = true
681 playerName.TextSize = 14
682 playerName.TextWrapped = true
683 Frame_4.Parent = Frame
684 Frame_4.BackgroundColor3 = Color3.new(0.956863, 0.956863, 0.956863)
685 Frame_4.BorderSizePixel = 0
686 Frame_4.Position = UDim2.new(0, 0, 0, 60)
687 Frame_4.Size = UDim2.new(0, 260, 0, 237)
688 playerAvatar.Name = "playerAvatar"
689 playerAvatar.Parent = Frame_4
690 playerAvatar.BackgroundColor3 = Color3.new(1, 1, 1)
691 playerAvatar.Position = UDim2.new(0, 85, 0, 10)
692 playerAvatar.Size = UDim2.new(0, 85, 0, 85)
693 playerAvatar.Image = "http://www.roblox.com/Thumbs/Avatar.ashx?x=150&y=150&Format=Png&username="..player.Name
694 playerAccAge.Name = "playerAccAge"
695 playerAccAge.Parent = Frame_4
696 playerAccAge.BackgroundColor3 = Color3.new(1, 1, 1)
697 playerAccAge.BackgroundTransparency = 1
698 playerAccAge.Position = UDim2.new(0, 5, 0, 101)
699 playerAccAge.Size = UDim2.new(0, 250, 0, 30)
700 playerAccAge.Font = Enum.Font.SourceSans
701 playerAccAge.Text = "Account Age: "..player.AccountAge
702 playerAccAge.TextColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
703 playerAccAge.TextScaled = true
704 playerAccAge.TextSize = 14
705 playerAccAge.TextWrapped = true
706 playerId.Name = "playerId"
707 playerId.Parent = Frame_4
708 playerId.BackgroundColor3 = Color3.new(1, 1, 1)
709 playerId.BackgroundTransparency = 1
710 playerId.Position = UDim2.new(0, 5, 0, 131)
711 playerId.Size = UDim2.new(0, 250, 0, 30)
712 playerId.Font = Enum.Font.SourceSans
713 playerId.Text = "Account ID: "..player.UserId
714 playerId.TextColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
715 playerId.TextScaled = true
716 playerId.TextSize = 14
717 playerId.TextWrapped = true
718 playerOs.Name = "playerOs"
719 playerOs.Parent = Frame_4
720 playerOs.BackgroundColor3 = Color3.new(1, 1, 1)
721 playerOs.BackgroundTransparency = 1
722 playerOs.Position = UDim2.new(0, 5, 0, 161)
723 playerOs.Size = UDim2.new(0, 250, 0, 30)
724 playerOs.Font = Enum.Font.SourceSansLight
725 playerOs.Text = "Player OS: "..player.OsPlatform
726 playerOs.TextColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
727 playerOs.TextScaled = true
728 playerOs.TextSize = 14
729 playerOs.TextWrapped = true
730 playerMembership.Name = "playerMembership"
731 playerMembership.Parent = Frame_4
732 playerMembership.BackgroundColor3 = Color3.new(1, 1, 1)
733 playerMembership.BackgroundTransparency = 1
734 playerMembership.Position = UDim2.new(0, 5, 0, 191)
735 playerMembership.Size = UDim2.new(0, 250, 0, 30)
736 playerMembership.Font = Enum.Font.SourceSansLight
737 if player.MembershipType == Enum.MembershipType.None then
738 playerMembership.Text = "No builder's club."
739 elseif player.MembershipType == Enum.MembershipType.BuildersClub then
740 playerMembership.Text = "Builder's club!"
741 elseif player.MembershipType == Enum.MembershipType.TurboBuildersClub then
742 playerMembership.Text = "Turbo Builder's club!"
743 elseif player.MembershipType == Enum.MembershipType.OutrageousBuildersClub then
744 playerMembership.Text = "Outrageous Builder's club!"
745 end
746 playerMembership.TextColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
747 playerMembership.TextScaled = true
748 playerMembership.TextSize = 14
749 playerMembership.TextWrapped = true
750 Frame_5.Parent = Frame
751 Frame_5.BackgroundColor3 = Color3.new(0, 0, 0)
752 Frame_5.BackgroundTransparency = 0.69999998807907
753 Frame_5.BorderColor3 = Color3.new(0, 0, 0)
754 Frame_5.BorderSizePixel = 0
755 Frame_5.ClipsDescendants = true
756 Frame_5.Position = UDim2.new(0, 10, 0, 10)
757 Frame_5.Selectable = true
758 Frame_5.Size = UDim2.new(0, 255, 0, 292)
759 Frame_5.ZIndex = -1
760 Frame_6.Parent = Frame
761 Frame_6.BackgroundColor3 = Color3.new(0, 0, 0)
762 Frame_6.BackgroundTransparency = 0.69999998807907
763 Frame_6.BorderColor3 = Color3.new(0, 0, 0)
764 Frame_6.BorderSizePixel = 0
765 Frame_6.ClipsDescendants = true
766 Frame_6.Position = UDim2.new(0, 8, 0, 8)
767 Frame_6.Selectable = true
768 Frame_6.Size = UDim2.new(0, 255, 0, 292)
769 Frame_6.ZIndex = -1
770 local closeGet = {}
771 closeGet.Size = UDim2.new(0, 0, 0, 0)
772 local openGet = {}
773 openGet.Position = UDim2.new(0.45, 0, 0.45, 0)
774 local closeFunction = gsTween:Create(Frame, TweenInfo.new(2, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), closeGet)
775 local openFunction = gsTween:Create(Frame, TweenInfo.new(1, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), openGet)
776 infoguiCLOSE.MouseButton1Click:Connect(function()
777 closeFunction:Play()
778 Frame:TweenPosition((Frame.Position + UDim2.new(0, 265 / 2, 0, 302 / 2)), "InOut", "Sine", 2)
779 wait(2.01)
780 Frame:Destroy()
781 end)
782 openFunction:Play()
783 local UserInputService = game:GetService("UserInputService")
784 local dragging
785 local dragInput
786 local dragStart
787 local startPos
788 local function update(input)
789 local delta = input.Position - dragStart
790 local dragTime = 0.055
791 local SmoothDrag = {}
792 SmoothDrag.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
793 local dragSmoothFunction = gsTween:Create(Frame, TweenInfo.new(dragTime, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), SmoothDrag)
794 dragSmoothFunction:Play()
795 end
796 Frame.InputBegan:Connect(function(input)
797 if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
798 dragging = true
799 dragStart = input.Position
800 startPos = Frame.Position
801 input.Changed:Connect(function()
802 if input.UserInputState == Enum.UserInputState.End then
803 dragging = false
804 end
805 end)
806 end
807 end)
808 Frame.InputChanged:Connect(function(input)
809 if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
810 dragInput = input
811 end
812 end)
813 UserInputService.InputChanged:Connect(function(input)
814 if input == dragInput and dragging and Frame.Size == UDim2.new(0, 265, 0, 302) then
815 update(input)
816 end
817 end)
818end
819function clientSided()
820 Notification("info", "This command is for the client (you) only, no one else can see!", 6)
821end
822searchCmds={"1 print [msg] - Prints a message to the developer console","2 warn [msg] - Warns a message to the developer console","3 sit - Makes you sit","4 god - Activates FE Godmode (breaks tools)","5 view [plr] - Changes your camera subject to another player","6 unview - Changes your camera back to your player","7 gravity [num] - Changes workspace gravity to [num]","8 ungravity - Reverts workspace gravity to game's default","9 goto [plr] - Teleports you to a player","10 fecheck - Checks whether the game is FE or not","11 lockws - Locks the whole workspace","12 unlockws - Unlocks the whole workspace","13 noclip - Allows you to walk through walls and other objects","14 clip - Stops noclip, can collide","15 follow [plr] / [num] - Makes you follow a player constantly, optional [num] for how far away to follow","16 unfollow - Stops you from following","17 fling [plr] / [pow] - Uses your character to fling a player, optional [pow] for how much power to put into the fling","18 unfling - Stops you from flinging","19 trail [plr] / [num] - Makes you trail (walk infront) of a player constantly, optional [num] for how far away to trail","20 untrail - Stops you from trailing","21 annoy [plr] - Loop teleports you to the player","22 unannoy - Stops loop teleporting you","23 reset - Resets your character","24 grespawn - Respawns your character, best for use after FE godmode","25 respawn - Respawns your character, best to use if grespawn fails to work","26 speed // ws [num] - Changes your walkspeed (speed or ws) to [num]","27 jumppower // jp [num] - Changes your jumppower (jumppower or jp) to [num]","28 hipheight // hh [num] - Changes your hipheight (hipheight or hh) to [num]","29 default - Changes your walkspeed, jumppower and hipheight back to normal","30 credits - Displays admin credits (by illremember#3799)","31 attach [plr] - Attaches you to a player, tool required","32 fly / [speed] - Enables fly, optional [speed] for how fast to fly","33 unfly - Disables fly","34 kill [plr] - Kills a player, tool required","35 bring [plr] - Brings a player, tool required","36 naked - Displays avatar body colours","37 nolimbs - Deletes all your arms and legs","38 noarms - Deletes both your arms","39 nolegs - Deletes both your legs","40 antikick [on/off] - Blocks all remotes for antikick when on, disables when off","41 blockremote [remote] / [service] - Blocks a remote from firing, optional [service] for where the remote is located","42 remotespy [on/off] - Prints all remotes to developer console when on when fired, stops printing when off","43 bang [plr] / [speed] - Bangs a player, optional [speed] to set animation adjust speed","44 unbang - Stops bang player","45 spam [msg] - Spams [msg] in chat","46 spamdelay [num] - Sets how long to wait in between spamming","47 unspam - Stops spamming","48 info [plr] - Creates GUI with information about player account, shows Account age, membership and account ID","49 age [plr] - Chats account age of player","50 invisible - Enables FE invisibility, by Timeless","51 walk [plr] - Begins to make you loop walk towards player","52 glitch [plr] / [num] - Glitches a player, tool required, optional [num] for strength of glitch","53 tp [plr] [plr] - Teleports a player to another player, tool required","54 givetool [plr] / [tool] - Gives your current equipped tool to player, optional [tool] to pick a tool by name from your inventory","55 givealltools [plr] - Gives all tools currently equipped and in inventory to player","56 blockhats - Removes mesh of all accessories","57 blocktool - Removes mesh of currently equipped tool","58 orbit [plr] - Begins to make you orbit around a player","59 unorbit - Stops you orbiting a player","60 pos - Shows your current position","61 savepos - Saves your current position","62 loadpos - Loads your current position from savepos","63 tppos [num] [num] [num] - Teleports you to position [num], [num], [num]","64 pmspam [plr] [msg] - Makes you spam a player's pm with [msg]","65 unpmspam - Stops spamming a player's pm","66 wsvis [num] - Changes all parts in workspace to [num] transparency","67 bringobj [obj] / [num] - Brings an object in the workspace to you, optional [num] for how far away to bring object","68 cbring [plr] - Brings a player to you constantly on client","69 uncbring - Stops bringing a player to you on client","70 cfreeze [plr] - Freezes a player on your client","71 uncfreeze / [plr] - Unfreezes a player on your cleint","72 unattach - Unattaches you from a player","73 reach [on/off] / [num] - Activates/Deactivates reach for currently equipped tool, optional [num] for how long the reach should be","74 droptool / [tool] - Drops a tool into the workspace, optional [tool] command for which tool to drop","75 drophats - Drops all your accessories into the workspace","76 hidecmdbar - Hides the command bar","77 showcmdbar - Shows the command bar","78 prefix [key] - Changes your prefix to [key] must be 1 character","79 removeinvis - Removes all invisible parts in workspace","80 removefog - Removes fog in lighting","81 animation [id/gui] / [speed] - Makes you play an animation with [id], optional [speed] for adjusting animation speed OR [gui] to open Energize animation GUI","82 btools - Gives you btools for deleting, copying and dragging (client side)","83 esp [plr] - Enables an esp for that player, credits to Infinite Yield","84 unesp / [plr] - Disables all esp, optional [plr] for disabling esp just for that player","85 dice - Chats you rolling a dice for 1, 2, 3, 4, 5 or 6","86 random [min] [max] - Chats you picking a random number between [min] and [max]","87 closegame - Shutsdown/closes your game","88 savetool / [tool] - Saves a tool to your player equipped, optional [tool] for which tool to save in your inventory","89 loadtool / [tool] - Loads a tool from your player, optional [tool] for which tool to load by name","90 savealltool - Saves all tools in your character/inventory","91 loadalltool - Loads all tools in your player saved tools","92 clicktp / [key] - Enables click teleport, optional [key] to set a key instead of clicking","93 clickdel / [key] - Enables click delete part, optional [key] to set a key instead of clicking","94 unclicktp - Disables clicktp","95 unclickdel - Disables clickdel","96 shutdown - Attempts a server shutdown","97 chatlogs - Opens up a chat log gui with options to print chat to developer console","98 stopadmin - Disables currently running admin completely","99 freecam / [speed] - Enables freecam (like flying but not in character), optional [speed] for how fast the freecam should go","100 unfreecam // unfc - Disables freecam","101 fctp [plr] - Teleports your freecam to player","102 gotofc - Teleports you to current freecam position","103 cmds - Opens up this GUI with commands","104 fullcredits - Shows full individual credits for all help with the admin","105 hotkey [key] [cmd] - Creates a hotkey that executes [cmd] when [key] is pressed","106 removehotkey [key] - Removes a hotkey with [key]","107 removeallhotkey - Removes all current hotkeys for commands","108 printhotkeys - Prints all current existing hotkeys","109 os [plr] - Chats the current OS of a player","110 spin [plr] - Makes you spin with a player, tool required","111 unspin - Stops you spinning a player/teleporting to a player","112 explorer - Loads DEX explorer","113 maxzoom [num] - Changes your maxzoom to number","114 stare [plr] - Makes you stare at another player","115 unstare [plr] - Makes you stop staring at player","116 tempgod - Enables temporary FE godmode, does not work on all games, does not break tools","117 void [plr] - Teleports you and a player to the void, requires a tool","118 freefall [plr] - Makes you and a player freefall to the ground","119 version - Shows current admin's version","120 shiftlockon - Enables shift lock if not enabled by game developer","121 copychat [plr] - Makes you copy the chat player says, use uncopychat to stop copying chat","122 newattach [plr] - Does not FE Godmode you, requires 2 tools, attaches you to player","123 newkill [plr] - Does not FE Godmode you, requires 2 tools, kills player","124 newbring [plr] - Does not FE Godmode you, requires 2 tools, brings player","125 spawn [ws/jp/hh/god] [num] - Sets your walkspeed/jumppower/hipheight to number whenever you respawn, or makes you FE Godded whenever you respawn","126 unspawn - Stops you spawning with stats set by "..commandPrefix.."spawn","127 autosavetool [on/off] - Auto saves your tools when you reset","128 beginbot / [mode] - Makes you a bot for other players, type just "..commandPrefix.."beginbot to print available modes","129 endbot / [mode] - Ends "..commandPrefix.."beginbot, optional [mode] to disable one mode only","130 stopsit - Disables your ability to sit","131 gosit - Enables your ability to sit","132 spawnpoint - Sets your spawnpoint for whenever you reset to where you are","133 nospawn - Removes your spawnpoint","134 chaterror - Creates a chat error, works best first time","135 bypass [on/off] - Changes certain commands like "..commandPrefix.."fly so they are not detected by most anti-exploits", "136 fixcam - Fixes your camera in case it breaks", "137 gotoobj [obj] - Teleports you to a part in the workspace, make sure you put the name properly!", "138 breakcam - Makes it so your camera can go through parts, fixed with "..commandPrefix.."fixcam", "139 inviscam - Makes it so your camera goes through parts and makes them transparent so your character is always visible, fixed with "..commandPrefix.."fixcam", "140 printobj / [key] - Prints the object's path clicked to developer console, optional [key] for key pressed instead of click", "141 unprintobj - Stops printobj from running", "142 hotkeyfc [goto/unfc] - If freecam is set as a hotkey, chooses whether to use unfreecam or gotofc when disabling through a hotkey", "143 carpet [plr] - Makes you a carpet for a player", "144 uncarpet - Stops carpet", "145 brickcreate [num] / [pos] [pos] [pos] - Creates [num] amount of bricks from accessories, wont work in all games, optional [pos] for position to create bricks", "146 uncopychat - Stops copying chat", "147 forward / [speed] - Makes you automatically move forward default speed is 1", "148 unforward - Stops you moving automatically forward from forward", "149 id [plr] - Makes you chat the user ID of the player", "150 spinhats / [pow] - Makes all your accessories begin to spin around! Credit to xFunnieuss.", "151 unspinhats - Stops spinhats from spinning accessories", "152 headless - Makes you headless, but cannot control your character after, use grespawn to reset", "153 savemap - Saves the current workspace/map", "154 loadmap - Loads map saved by savemap", "155 creatorid - Changes your user ID to the game creator's user ID", "156 gameid - Shows the game's ID", "157 delobj [obj] - Allows you to delete an object in the workspace by name", "158 glide [plr] / [speed] - Makes you glide towards a player, optional [speed] for the speed of gliding", "159 stutter [on/off] - Makes your character begin stuttering as you move", "160 platform - Creates a platform on your client that you can stand on, deletes in 20 seconds", "161 servertime - Gets the server time", "162 ride [plr] - Makes you ride a player's head", "163 unride [plr] - Makes you stop riding a player's head", "164 cmute [plr] - Client mutes a player, useful for muting spammers", "165 uncmute - Unmutes a player that has been cmuted", "166 hat [plr] - Makes you carpet a player, but on their head", "167 unhat - Stops hat from running", "168 chat [msg] - Makes you chat a string, useful for hotkeys"}
823CMDS={"print [msg]","warn [msg]","sit","god","view [plr]","unview","gravity [num]","ungravity","goto [plr]","fecheck","lockws","unlockws","noclip","clip","follow [plr] / [num]","unfollow","fling [plr] / [pow]","unfling","trail [plr] / [num]","untrail","annoy [plr]","unannoy","reset","grespawn","respawn","speed // ws [num]","jumppower // jp [num]","hipheight // hh [num]","default","credits","attach [plr]","fly / [speed]","unfly","kill [plr]","bring [plr]","naked","nolimbs","noarms","nolegs","antikick [on/off]","blockremote [remote] / [service]","remotespy [on/off]","bang [plr] / [speed]","unbang","spam [msg]","spamdelay [num]","unspam","info [plr]","age [plr]","invisible","walk [plr]","glitch [plr] / [num]","tp [plr] [plr]","givetool [plr] / [tool]","givealltools [plr]","blockhats","blocktool","orbit [plr]","unorbit","pos","savepos","loadpos","tppos [num] [num] [num]","pmspam [plr] [msg]","unpmspam","wsvis [num]","bringobj [obj] / [num]","cbring [plr] / [num]","uncbring","cfreeze [plr]","uncfreeze / [plr]","unattach","reach [on/off] / [num]","droptool / [tool]","drophats","hidecmdbar","showcmdbar","prefix [key]","removeinvis","removefog","animation [id/gui] / [speed]","btools","esp [plr]","unesp / [plr]","dice","random [min] [max]","closegame","savetool / [tool]","loadtool / [tool]","savealltool","loadalltool","clicktp / [key]","clickdel / [key]","unclicktp","unclickdel","oof","chatlogs","stopadmin","freecam / [speed] // fc / [speed]","unfreecam // unfc","gotofc","cmds","fullcredits","hotkey [key] [cmd]","removehotkey [key]","removeallhotkey","printhotkeys","os [plr]","spin [plr]","unspin","fctp [plr]","explorer","maxzoom [num]","stare [plr]","unstare [plr]","tempgod","void [plr]","freefall [plr]","version","shiftlockon","copychat [plr]","newattach [plr]","newkill [plr]","newbring [plr]","spawn [ws/jp/hh/god] [num]","unspawn","autosavetool [on/off]","beginbot / [mode]","endbot / [mode]","stopsit","gosit","spawnpoint","nospawn","chaterror", "bypass [on/off]", "fixcam", "gotoobj [obj]", "breakcam", "inviscam", "printobj / [key]", "unprintobj", "hotkeyfc [goto/unfc]", "carpet [plr]", "uncarpet", "brickcreate [num] / [pos] [pos] [pos]", "uncopychat", "forward / [speed]", "unforward", "id [plr]", "spinhats / [pow]", "unspinhats", "headless", "savemap", "loadmap", "creatorid", "gameid", "delobj [obj]", "glide [plr] / [speed]", "stutter [on/off]", "platform", "servertime", "ride [plr]", "unride", "cmute [plr]", "uncmute", "hat [plr]", "unhat", "chat [msg]"} -- 168
824local CMDS_GUI_V2 = Instance.new("ScreenGui")
825local CMDSmain = Instance.new("Frame")
826local CMDSframemain = Instance.new("Frame")
827local cmdgui_topframe = Instance.new("Frame")
828local closecmdsgui = Instance.new("TextButton")
829local cmdgui_midframe = Instance.new("Frame")
830local cmdsgui_SearchFunction = Instance.new("TextBox")
831local cmdsgui_searchDETAILFRAME = Instance.new("Frame")
832local cmdsgui_searchDETAILTEXT = Instance.new("TextLabel")
833local ListofCMDS = Instance.new("ScrollingFrame")
834local cmdTutorial = Instance.new("TextLabel")
835local cmdTutorial_2 = Instance.new("TextLabel")
836local cmdTutorial_3 = Instance.new("TextLabel")
837local CMDS_Shadow = Instance.new("Frame")
838local CMDS_Shadow2 = Instance.new("Frame")
839CMDS_GUI_V2.Name = "CMDS_GUI_V2"
840CMDS_GUI_V2.Parent = gsCoreGui
841CMDSmain.Name = "CMDSmain"
842CMDSmain.Parent = CMDS_GUI_V2
843CMDSmain.BackgroundColor3 = Color3.new(1, 1, 1)
844CMDSmain.BackgroundTransparency = 1
845CMDSmain.Position = UDim2.new(0, 695, 0, 297)
846CMDSmain.Size = UDim2.new(0, 440, 0, 367)
847CMDSmain.AnchorPoint = Vector2.new(0.5, 0.5)
848CMDSmain.Visible = false
849CMDSmain.ClipsDescendants = true
850CMDSframemain.Name = "CMDSframemain"
851CMDSframemain.Parent = CMDSmain
852CMDSframemain.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
853CMDSframemain.BorderSizePixel = 0
854CMDSframemain.Size = UDim2.new(0, 440, 0, 367)
855cmdgui_topframe.Name = "cmdgui_topframe"
856cmdgui_topframe.Parent = CMDSframemain
857cmdgui_topframe.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
858cmdgui_topframe.BorderSizePixel = 0
859cmdgui_topframe.Size = UDim2.new(0, 440, 0, 15)
860closecmdsgui.Name = "closecmdsgui"
861closecmdsgui.Parent = cmdgui_topframe
862closecmdsgui.BackgroundColor3 = Color3.new(1, 1, 1)
863closecmdsgui.BackgroundTransparency = 1
864closecmdsgui.Position = UDim2.new(0, 410, 0, 0)
865closecmdsgui.Size = UDim2.new(0, 30, 0, 15)
866closecmdsgui.Font = Enum.Font.SourceSansBold
867closecmdsgui.Text = "X"
868closecmdsgui.TextColor3 = Color3.new(0.968628, 0.968628, 0.968628)
869closecmdsgui.TextSize = 20
870cmdgui_midframe.Name = "cmdgui_midframe"
871cmdgui_midframe.Parent = CMDSframemain
872cmdgui_midframe.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
873cmdgui_midframe.BorderSizePixel = 0
874cmdgui_midframe.Position = UDim2.new(0, 0, 0, 15)
875cmdgui_midframe.Size = UDim2.new(0, 440, 0, 45)
876cmdsgui_SearchFunction.Name = "cmdsgui_SearchFunction"
877cmdsgui_SearchFunction.Parent = cmdgui_midframe
878cmdsgui_SearchFunction.BackgroundColor3 = Color3.new(1, 1, 1)
879cmdsgui_SearchFunction.BackgroundTransparency = 1
880cmdsgui_SearchFunction.BorderSizePixel = 0
881cmdsgui_SearchFunction.Position = UDim2.new(0, 120, 0, 10)
882cmdsgui_SearchFunction.Size = UDim2.new(0, 200, 0, 25)
883cmdsgui_SearchFunction.Font = Enum.Font.SourceSans
884cmdsgui_SearchFunction.Text = ""
885cmdsgui_SearchFunction.TextColor3 = Color3.new(0.972549, 0.972549, 0.972549)
886cmdsgui_SearchFunction.TextScaled = true
887cmdsgui_SearchFunction.TextSize = 14
888cmdsgui_SearchFunction.TextWrapped = true
889cmdsgui_searchDETAILFRAME.Name = "cmdsgui_searchDETAILFRAME"
890cmdsgui_searchDETAILFRAME.Parent = cmdsgui_SearchFunction
891cmdsgui_searchDETAILFRAME.BackgroundColor3 = Color3.fromRGB(240, 240, 240)
892cmdsgui_searchDETAILFRAME.BorderSizePixel = 0
893cmdsgui_searchDETAILFRAME.Position = UDim2.new(0, 0, 0, 25)
894cmdsgui_searchDETAILFRAME.Size = UDim2.new(0, 200, 0, 2)
895cmdsgui_searchDETAILTEXT.Name = "cmdsgui_searchDETAILTEXT"
896cmdsgui_searchDETAILTEXT.Parent = cmdsgui_SearchFunction
897cmdsgui_searchDETAILTEXT.BackgroundColor3 = Color3.fromRGB(240, 240, 240)
898cmdsgui_searchDETAILTEXT.BackgroundTransparency = 1
899cmdsgui_searchDETAILTEXT.Size = UDim2.new(0, 200, 0, 25)
900cmdsgui_searchDETAILTEXT.Font = Enum.Font.SourceSansLight
901cmdsgui_searchDETAILTEXT.Text = "Search"
902cmdsgui_searchDETAILTEXT.TextColor3 = Color3.fromRGB(240, 240, 240)
903cmdsgui_searchDETAILTEXT.TextSize = 30
904ListofCMDS.Name = "ListofCMDS"
905ListofCMDS.Parent = CMDSframemain
906ListofCMDS.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
907ListofCMDS.BorderSizePixel = 0
908ListofCMDS.Position = UDim2.new(0, 0, 0, 60)
909ListofCMDS.Size = UDim2.new(0, 440, 0, 307)
910ListofCMDS.CanvasSize = UDim2.new(5, 0, 8, 0)
911ListofCMDS.ScrollingDirection = Enum.ScrollingDirection.XY
912cmdTutorial.Name = "cmdTutorial"
913cmdTutorial.Parent = ListofCMDS
914cmdTutorial.BackgroundColor3 = Color3.new(1, 1, 1)
915cmdTutorial.BackgroundTransparency = 1
916cmdTutorial.BorderSizePixel = 0
917cmdTutorial.Position = UDim2.new(0, 5, 0, 5)
918cmdTutorial.Size = UDim2.new(0, 420, 0, 20)
919cmdTutorial.Font = Enum.Font.SourceSansBold
920cmdTutorial.Text = "\"/\" means OPTIONAL argument after"
921cmdTutorial.TextColor3 = Color3.new(0.956863, 0.956863, 0.956863)
922cmdTutorial.TextScaled = true
923cmdTutorial.TextSize = 14
924cmdTutorial.TextWrapped = true
925cmdTutorial.TextXAlignment = Enum.TextXAlignment.Left
926cmdTutorial_2.Name = "cmdTutorial"
927cmdTutorial_2.Parent = ListofCMDS
928cmdTutorial_2.BackgroundColor3 = Color3.new(1, 1, 1)
929cmdTutorial_2.BackgroundTransparency = 1
930cmdTutorial_2.BorderSizePixel = 0
931cmdTutorial_2.Position = UDim2.new(0, 5, 0, 25)
932cmdTutorial_2.Size = UDim2.new(0, 420, 0, 20)
933cmdTutorial_2.Font = Enum.Font.SourceSansBold
934cmdTutorial_2.Text = "\"//\" means another way of running command"
935cmdTutorial_2.TextColor3 = Color3.new(0.956863, 0.956863, 0.956863)
936cmdTutorial_2.TextScaled = true
937cmdTutorial_2.TextSize = 14
938cmdTutorial_2.TextWrapped = true
939cmdTutorial_2.TextXAlignment = Enum.TextXAlignment.Left
940cmdTutorial_3.Name = "cmdTutorial"
941cmdTutorial_3.Parent = ListofCMDS
942cmdTutorial_3.BackgroundColor3 = Color3.new(1, 1, 1)
943cmdTutorial_3.BackgroundTransparency = 1
944cmdTutorial_3.BorderSizePixel = 0
945cmdTutorial_3.Position = UDim2.new(0, 5, 0, 45)
946cmdTutorial_3.Size = UDim2.new(0, 420, 0, 20)
947cmdTutorial_3.Font = Enum.Font.SourceSansBold
948cmdTutorial_3.Text = "Anything inside \"[ ]\" is an argument for the command"
949cmdTutorial_3.TextColor3 = Color3.new(0.956863, 0.956863, 0.956863)
950cmdTutorial_3.TextScaled = true
951cmdTutorial_3.TextSize = 14
952cmdTutorial_3.TextWrapped = true
953cmdTutorial_3.TextXAlignment = Enum.TextXAlignment.Left
954CMDS_Shadow.Name = "CMDS_Shadow"
955CMDS_Shadow.Parent = CMDSmain
956CMDS_Shadow.BackgroundColor3 = Color3.new(0, 0, 0)
957CMDS_Shadow.BackgroundTransparency = 0.60000002384186
958CMDS_Shadow.BorderSizePixel = 0
959CMDS_Shadow.Position = UDim2.new(0, 2, 0, 2)
960CMDS_Shadow.Size = UDim2.new(0, 440, 0, 367)
961CMDS_Shadow.ZIndex = -1
962CMDS_Shadow2.Name = "CMDS_Shadow2"
963CMDS_Shadow2.Parent = CMDSmain
964CMDS_Shadow2.BackgroundColor3 = Color3.new(0, 0, 0)
965CMDS_Shadow2.BackgroundTransparency = 0.80000001192093
966CMDS_Shadow2.BorderSizePixel = 0
967CMDS_Shadow2.Position = UDim2.new(0, 5, 0, 5)
968CMDS_Shadow2.Size = UDim2.new(0, 440, 0, 367)
969CMDS_Shadow2.ZIndex = -1
970closecmdsgui.MouseButton1Click:Connect(function()
971 CMDSmain:TweenSize(UDim2.new(0, 0, 0, 0), "InOut", "Sine", 2)
972end)
973function CreateCMDlabel(position, text)
974 local sizenow = 15
975 local cmdHere = Instance.new("TextLabel")
976 cmdHere.Name = "cmdHere"
977 cmdHere.TextWrapped = true
978 cmdHere.Parent = ListofCMDS
979 cmdHere.BackgroundColor3 = Color3.new(1, 1, 1)
980 cmdHere.BackgroundTransparency = 1
981 cmdHere.BorderSizePixel = 0
982 cmdHere.Position = position
983 cmdHere.Size = UDim2.new(0, 1950, 0, sizenow)
984 cmdHere.Font = Enum.Font.SourceSans
985 cmdHere.Text = text
986 cmdHere.TextWrapped = true
987 cmdHere.TextColor3 = Color3.new(0.956863, 0.956863, 0.956863)
988 cmdHere.TextScaled = false
989 cmdHere.TextSize = 20
990 cmdHere.TextXAlignment = Enum.TextXAlignment.Left
991end
992for i,_cmds in pairs(searchCmds) do
993 CreateCMDlabel(UDim2.new(0, 5, 0, 50 + (i * 15)), _cmds)
994end
995local UserInputService = game:GetService("UserInputService")
996local dragging
997local dragInput
998local dragStart
999local startPos
1000local function updateCMDS(input)
1001 local delta = input.Position - dragStart
1002 local dragTime = 0.055
1003 local SmoothDrag = {}
1004 SmoothDrag.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
1005 local dragSmoothFunction = gsTween:Create(CMDSmain, TweenInfo.new(dragTime, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), SmoothDrag)
1006 dragSmoothFunction:Play()
1007end
1008cmdgui_topframe.InputBegan:Connect(function(input)
1009 if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
1010 dragging = true
1011 dragStart = input.Position
1012 startPos = CMDSmain.Position
1013 input.Changed:Connect(function()
1014 if input.UserInputState == Enum.UserInputState.End then
1015 dragging = false
1016 end
1017 end)
1018 end
1019end)
1020cmdgui_topframe.InputChanged:Connect(function(input)
1021 if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
1022 dragInput = input
1023 end
1024end)
1025cmdgui_midframe.InputBegan:Connect(function(input)
1026 if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
1027 dragging = true
1028 dragStart = input.Position
1029 startPos = CMDSmain.Position
1030 input.Changed:Connect(function()
1031 if input.UserInputState == Enum.UserInputState.End then
1032 dragging = false
1033 end
1034 end)
1035 end
1036end)
1037cmdgui_midframe.InputChanged:Connect(function(input)
1038 if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
1039 dragInput = input
1040 end
1041end)
1042UserInputService.InputChanged:Connect(function(input)
1043 if input == dragInput and dragging then
1044 updateCMDS(input)
1045 end
1046end)
1047cmdsgui_SearchFunction.Focused:Connect(function()
1048 cmdsgui_SearchFunction.TextTransparency = 0
1049 local searchTween = {}
1050 searchTween.TextColor3 = Color3.new(0.0980392, 0.462745, 0.823529)
1051 searchTween.TextSize = 18
1052 searchTween.Position = UDim2.new(0, -70, 0, -15)
1053 local frameTweenblue = {}
1054 frameTweenblue.BackgroundColor3 = Color3.new(0.0980392, 0.462745, 0.823529)
1055 local searchTween1 = gsTween:Create(cmdsgui_searchDETAILTEXT, TweenInfo.new(0.3, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), searchTween)
1056 searchTween1:Play()
1057 local frameTweenblue1 = gsTween:Create(cmdsgui_searchDETAILFRAME, TweenInfo.new(0.3, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), frameTweenblue)
1058 frameTweenblue1:Play()
1059end)
1060cmdsgui_SearchFunction.FocusLost:Connect(function(enterPressed)
1061 if not enterPressed then
1062 cmdsgui_SearchFunction.TextTransparency = 1
1063 else
1064 cmdsgui_SearchFunction.Text = " "
1065 end
1066 local searchTween = {}
1067 searchTween.TextColor3 = Color3.fromRGB(240, 240, 240)
1068 searchTween.TextSize = 30
1069 searchTween.Position = UDim2.new(0, 0, 0, 0)
1070 local frameTweenblue = {}
1071 frameTweenblue.BackgroundColor3 = Color3.fromRGB(240, 240, 240)
1072 local searchTween1 = gsTween:Create(cmdsgui_searchDETAILTEXT, TweenInfo.new(0.3, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), searchTween)
1073 searchTween1:Play()
1074 local frameTweenblue1 = gsTween:Create(cmdsgui_searchDETAILFRAME, TweenInfo.new(0.3, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), frameTweenblue)
1075 frameTweenblue1:Play()
1076end)
1077cmdsgui_SearchFunction.Changed:Connect(function()
1078 local index = 0
1079 if cmdsgui_SearchFunction.Text ~= "" then
1080 for i,v in pairs(ListofCMDS:GetChildren()) do
1081 if v.Name == "cmdHere" then
1082 if not string.find(v.Text, cmdsgui_SearchFunction.Text) then
1083 v.Visible = false
1084 else
1085 v.Visible = true
1086 index = index + 1
1087 v.Position = UDim2.new(0, 5, 0, 50 + (index * 15))
1088 end
1089 end
1090 end
1091 end
1092end)
1093
1094-- Command Execution
1095LP.Chatted:Connect(function(chat)
1096 run(chat)
1097end)
1098
1099function run(msg)
1100 if string.lower(string.sub(msg, 2, 5)) == "chat" then
1101 msg = msg
1102 elseif string.match(msg, "hotkey") and string.match(msg, "chat") then
1103 msg = msg
1104 else
1105 msg = string.lower(msg)
1106 end
1107 local cmdPrefix = string.sub(msg, 1, 1)
1108 if cmdPrefix == commandPrefix then
1109 msg = string.sub(msg, 2)
1110 local args = {}
1111 for arg in string.gmatch(msg,"[^%s]+") do
1112 table.insert(args,arg)
1113 end
1114 local cmdName = args[1]
1115 table.remove(args,1)
1116 local doCmd = Commands[cmdName]
1117
1118 if doCmd ~= nil then
1119 doCmd(args)
1120 end
1121 end
1122end
1123
1124-- Command bar
1125local CommandBar = Instance.new("ScreenGui")
1126local CMDBAR = Instance.new("Frame")
1127local CMDBARText = Instance.new("TextBox")
1128CommandBar.Name = "CommandBar"
1129CommandBar.Parent = gsCoreGui
1130CMDBAR.Name = "CMDBAR"
1131CMDBAR.Parent = CommandBar
1132CMDBAR.BackgroundColor3 = Color3.new(0.164706, 0.152941, 0.172549)
1133CMDBAR.BorderSizePixel = 0
1134CMDBAR.Position = UDim2.new(0.025, 0, 1, 0)
1135CMDBAR.Size = UDim2.new(0, 270, 0, 35)
1136CMDBARText.Name = "CMDBARText"
1137CMDBARText.Parent = CMDBAR
1138CMDBARText.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
1139CMDBARText.BorderSizePixel = 0
1140CMDBARText.Position = UDim2.new(0, 5, 0, 5)
1141CMDBARText.Size = UDim2.new(0, 260, 0, 25)
1142CMDBARText.Font = Enum.Font.SourceSansLight
1143CMDBARText.Text = ""
1144CMDBARText.TextColor3 = Color3.new(0.933333, 0.933333, 0.933333)
1145CMDBARText.TextScaled = true
1146CMDBARText.TextSize = 14
1147CMDBARText.TextWrapped = true
1148Mouse.KeyDown:connect(function(Key)
1149 if Key == string.lower(commandPrefix) then
1150 CMDBARText:CaptureFocus()
1151 CMDBAR:TweenPosition(UDim2.new(0.015, 0, 0.95, 0), "Out", "Elastic", 0.5, true)
1152 end
1153end)
1154CMDBARText.FocusLost:connect(function(enterPressed)
1155 CMDBAR:TweenPosition(UDim2.new(0.015, 0, 1, 0), "Out", "Quad", 0.5, true)
1156 if enterPressed then
1157 local cmdmsg = CMDBARText.Text
1158 CMDBARText.Text = ""
1159 run(commandPrefix..cmdmsg)
1160 end
1161end)
1162local Match = Instance.new("Frame")
1163Match.Name = "Match"
1164Match.Parent = CMDBAR
1165Match.BackgroundColor3 = Color3.new(0.164706, 0.152941, 0.172549)
1166Match.BorderSizePixel = 0
1167Match.Position = UDim2.new(0, 0, -4, 0)
1168Match.Size = UDim2.new(1, 0, 4, 0)
1169Match.Visible = false
1170function CreateOption(Text)
1171 local Option1 = Instance.new("TextLabel")
1172 Option1.Name = "Option"
1173 Option1.Parent = Match
1174 Option1.BackgroundColor3 = Color3.new(1, 1, 1)
1175 Option1.BackgroundTransparency = 1
1176 Option1.Position = UDim2.new(-10, 0, 0, 0)
1177 Option1.Size = UDim2.new(1, 0, 0, 20)
1178 Option1.Font = Enum.Font.SourceSans
1179 Option1.Text = Text
1180 Option1.TextColor3 = Color3.new(0.952941, 0.952941, 0.952941)
1181 Option1.TextScaled = true
1182 Option1.TextWrapped = true
1183end
1184for i,cmdtext2 in pairs(CMDS) do
1185 CreateOption(cmdtext2)
1186end
1187CMDBARText.Changed:Connect(function()
1188 if CMDBARText.Text ~= "" and CMDBARText.Text ~= commandPrefix then
1189 Match.Visible = true
1190 local PositionMatch = 0
1191 for i,cmdtext in pairs(Match:GetChildren()) do
1192 if cmdtext.Name == "Option" then
1193 if string.find(cmdtext.Text, CMDBARText.Text) then
1194 cmdtext.Position = UDim2.new(0, 0, 0, 2 + (PositionMatch * 20))
1195 PositionMatch = PositionMatch + 1
1196 if cmdtext.Position == UDim2.new(0, 0, 0, 142) then
1197 cmdtext.Position = UDim2.new(-10, 0, 0, 0)
1198 PositionMatch = PositionMatch - 1
1199 end
1200 else
1201 cmdtext.Position = UDim2.new(-10, 0, 0, 0)
1202 end
1203 end
1204 end
1205 else
1206 Match.Visible = false
1207 end
1208end)
1209
1210-- Chat
1211local ChatLogsv2 = Instance.new("ScreenGui")
1212local MainChatFrame = Instance.new("Frame")
1213local Framess = Instance.new("Frame")
1214local CloseChatGUI = Instance.new("TextButton")
1215local Frame_222 = Instance.new("Frame")
1216local PrintChat = Instance.new("TextButton")
1217local Shadow1 = Instance.new("Frame")
1218local Shadow2 = Instance.new("Frame")
1219local ScrollingFrame = Instance.new("ScrollingFrame")
1220ChatLogsv2.Name = "ChatLogsv2"
1221ChatLogsv2.Parent = gsCoreGui
1222MainChatFrame.Name = "MainChatFrame"
1223MainChatFrame.Parent = ChatLogsv2
1224MainChatFrame.BackgroundColor3 = Color3.new(1, 1, 1)
1225MainChatFrame.BackgroundTransparency = 1
1226MainChatFrame.Position = UDim2.new(0, 760, 0, 261)
1227MainChatFrame.Size = UDim2.new(0, 525, 0, 337)
1228MainChatFrame.Visible = false
1229Framess.Parent = MainChatFrame
1230Framess.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
1231Framess.BorderSizePixel = 0
1232Framess.Size = UDim2.new(0, 525, 0, 15)
1233CloseChatGUI.Name = "CloseChatGUI"
1234CloseChatGUI.Parent = Framess
1235CloseChatGUI.BackgroundColor3 = Color3.new(1, 1, 1)
1236CloseChatGUI.BackgroundTransparency = 1
1237CloseChatGUI.BorderSizePixel = 0
1238CloseChatGUI.Position = UDim2.new(0, 495, 0, 0)
1239CloseChatGUI.Size = UDim2.new(0, 30, 0, 15)
1240CloseChatGUI.Font = Enum.Font.SourceSansBold
1241CloseChatGUI.Text = "X"
1242CloseChatGUI.TextColor3 = Color3.new(0.945098, 0.945098, 0.945098)
1243CloseChatGUI.TextSize = 20
1244Frame_222.Parent = MainChatFrame
1245Frame_222.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
1246Frame_222.BorderSizePixel = 0
1247Frame_222.Position = UDim2.new(0, 0, 0, 15)
1248Frame_222.Size = UDim2.new(0, 525, 0, 50)
1249PrintChat.Name = "PrintChat"
1250PrintChat.Parent = Frame_222
1251PrintChat.BackgroundColor3 = Color3.new(0.870588, 0.25098, 0.25098)
1252PrintChat.BorderSizePixel = 0
1253PrintChat.Position = UDim2.new(0, 15, 0, 0)
1254PrintChat.Size = UDim2.new(0, 170, 0, 30)
1255PrintChat.Font = Enum.Font.SourceSansLight
1256PrintChat.Text = "Print Chat"
1257PrintChat.TextColor3 = Color3.new(0.960784, 0.960784, 0.960784)
1258PrintChat.TextSize = 30
1259PrintChat.TextWrapped = true
1260Shadow1.Name = "Shadow1"
1261Shadow1.Parent = MainChatFrame
1262Shadow1.BackgroundColor3 = Color3.new(0, 0, 0)
1263Shadow1.BackgroundTransparency = 0.5
1264Shadow1.Position = UDim2.new(0, 2, 0, 2)
1265Shadow1.Size = UDim2.new(0, 525, 0, 337)
1266Shadow1.ZIndex = -1
1267Shadow2.Name = "Shadow2"
1268Shadow2.Parent = MainChatFrame
1269Shadow2.BackgroundColor3 = Color3.new(0, 0, 0)
1270Shadow2.BackgroundTransparency = 0.80000001192093
1271Shadow2.Position = UDim2.new(0, 5, 0, 5)
1272Shadow2.Size = UDim2.new(0, 525, 0, 337)
1273Shadow2.ZIndex = -1
1274ScrollingFrame.Parent = MainChatFrame
1275ScrollingFrame.BackgroundColor3 = Color3.new(0.266667, 0.266667, 0.266667)
1276ScrollingFrame.BorderSizePixel = 0
1277ScrollingFrame.Position = UDim2.new(0, 0, 0, 65)
1278ScrollingFrame.Size = UDim2.new(0, 525, 0, 271)
1279ScrollingFrame.CanvasPosition = Vector2.new(0, 403)
1280ScrollingFrame.ScrollBarThickness = 8
1281function CreateChatText(plr, chat)
1282 for i,v in pairs(ScrollingFrame:GetDescendants()) do
1283 v.Position = v.Position - UDim2.new(0, 0, 0, 20)
1284 if v.Position == UDim2.new(0, 5, 0, 10) then
1285 v:Destroy()
1286 end
1287 end
1288 local Example = Instance.new("TextLabel")
1289 Example.Name = "Example"
1290 Example.Parent = ScrollingFrame
1291 Example.BackgroundColor3 = Color3.new(1, 1, 1)
1292 Example.BackgroundTransparency = 1
1293 Example.Position = UDim2.new(0, 5, 0, 650)
1294 Example.Size = UDim2.new(0, 500, 0, 20)
1295 Example.Font = Enum.Font.SourceSans
1296 Example.Text = "["..plr.Name.."]: "..chat
1297 Example.TextColor3 = Color3.new(0.960784, 0.960784, 0.960784)
1298 Example.TextScaled = true
1299 Example.TextSize = 20
1300 Example.TextWrapped = true
1301 Example.TextXAlignment = Enum.TextXAlignment.Left
1302end
1303CloseChatGUI.MouseButton1Click:Connect(function()
1304 MainChatFrame:TweenPosition(UDim2.new(0, 550, 0, -550), "InOut", "Sine", 2)
1305 wait(2.01)
1306 MainChatFrame.Visible = false
1307end)
1308printingChat = false
1309PrintChat.MouseButton1Click:Connect(function()
1310 if printingChat == false then
1311 printingChat = true
1312 PrintChat.BackgroundColor3 = Color3.fromRGB(60, 200, 60)
1313 elseif printingChat == true then
1314 printingChat = false
1315 PrintChat.BackgroundColor3 = Color3.new(0.870588, 0.25098, 0.25098)
1316 end
1317end)
1318local UserInputService = game:GetService("UserInputService")
1319local dragging
1320local dragInput
1321local dragStart
1322local startPos
1323local function updateChat(input)
1324 local delta = input.Position - dragStart
1325 local dragTime = 0.055
1326 local SmoothDrag = {}
1327 SmoothDrag.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
1328 local dragSmoothFunction = gsTween:Create(MainChatFrame, TweenInfo.new(dragTime, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), SmoothDrag)
1329 dragSmoothFunction:Play()
1330end
1331Frame_222.InputBegan:Connect(function(input)
1332 if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
1333 dragging = true
1334 dragStart = input.Position
1335 startPos = MainChatFrame.Position
1336 input.Changed:Connect(function()
1337 if input.UserInputState == Enum.UserInputState.End then
1338 dragging = false
1339 end
1340 end)
1341 end
1342end)
1343Frame_222.InputChanged:Connect(function(input)
1344 if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
1345 dragInput = input
1346 end
1347end)
1348UserInputService.InputChanged:Connect(function(input)
1349 if input == dragInput and dragging then
1350 updateChat(input)
1351 end
1352end)
1353
1354function printChat(player, chat)
1355 print("["..player.Name.."]: "..chat)
1356end
1357complimentReady = true
1358for i,currentPlayersChatting in pairs(game:GetService("Players"):GetPlayers()) do
1359 currentPlayersChatting.Chatted:connect(function(chat)
1360 CreateChatText(currentPlayersChatting, chat)
1361 if printingChat then
1362 printChat(currentPlayersChatting, chat)
1363 end
1364 if copychatACTIVE then
1365 if currentPlayersChatting == copychatplayer then
1366 gsReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(chat, "All")
1367 end
1368 end
1369 if modeFling == true then
1370 if string.lower(string.sub(chat, 1, 7)) == "!fling " then
1371 if gsWorkspace:PGSIsEnabled() == false then
1372 FEGodmode()
1373 end
1374 if string.lower(string.sub(chat, 8)) == "me" then
1375 run(commandPrefix.."unfling")
1376 LP.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + Vector3.new(0, 10, 0)
1377 run(commandPrefix.."fling "..currentPlayersChatting.Name.." 2000000")
1378 else
1379 for i,notAll in pairs(findSinglePlayer(string.lower(string.sub(chat, 8)))) do
1380 if notAll ~= LP then
1381 run(commandPrefix.."unfling")
1382 LP.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + Vector3.new(0, 10, 0)
1383 run(commandPrefix.."fling "..notAll.Name.." 2000000")
1384 end
1385 end
1386 end
1387 end
1388 end
1389 if modeCompliment == true then
1390 if string.lower(string.sub(chat, 1, 3)) == "!c " then
1391 if complimentReady then
1392 complimentReady = false
1393 if string.lower(string.sub(chat, 4)) == "me" then
1394 complimentplr(currentPlayersChatting)
1395 else
1396 for i,Others in pairs(findSinglePlayer(string.lower(string.sub(chat, 4)))) do
1397 if Others == LP then
1398 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Don't be silly, I can't compliment myself!", "All")
1399 else
1400 complimentplr(Others)
1401 end
1402 end
1403 end
1404 wait(1)
1405 complimentReady = true
1406 end
1407 end
1408 end
1409 if modeMove == true then
1410 if string.lower(string.sub(chat, 1, 9)) == "!bringbot" then
1411 run(commandPrefix.."unfollow")
1412 run(commandPrefix.."unwalk")
1413 run(commandPrefix.."goto "..currentPlayersChatting.Name)
1414 elseif string.lower(string.sub(chat, 1, 6)) == "!walk " then
1415 for i,getWalkPlayer in pairs(findSinglePlayer(string.lower(string.sub(chat, 7)))) do
1416 if getWalkPlayer == LP then
1417 run(commandPrefix.."unfollow")
1418 run(commandPrefix.."walk "..currentPlayersChatting.Name)
1419 else
1420 run(commandPrefix.."unfollow")
1421 run(commandPrefix.."walk "..getWalkPlayer.Name)
1422 end
1423 end
1424 elseif string.lower(string.sub(chat, 1, 8)) == "!follow " then
1425 for i,getFollowPlayer in pairs(findSinglePlayer(string.lower(string.sub(chat, 9)))) do
1426 if getFollowPlayer == LP then
1427 run(commandPrefix.."unwalk")
1428 run(commandPrefix.."follow "..currentPlayersChatting.Name)
1429 else
1430 run(commandPrefix.."unwalk")
1431 run(commandPrefix.."follow "..getFollowPlayer.Name)
1432 end
1433 end
1434 end
1435 end
1436 if modeInfo == true then
1437 if infoReady then
1438 infoReady = false
1439 if string.lower(string.sub(chat, 1, 5)) == "!age " then
1440 for i,v in pairs(findSinglePlayer(string.lower(string.sub(chat, 6)))) do
1441 if v == LP then
1442 run(commandPrefix.."age "..currentPlayersChatting.Name)
1443 else
1444 run(commandPrefix.."age "..v.Name)
1445 end
1446 end
1447 end
1448 if string.lower(string.sub(chat, 1, 4)) == "!id " then
1449 for i,a in pairs(findSinglePlayer(string.lower(string.sub(chat, 5)))) do
1450 if a == LP then
1451 run(commandPrefix.."id "..currentPlayersChatting.Name)
1452 else
1453 run(commandPrefix.."id "..a.Name)
1454 end
1455 end
1456 end
1457 wait(1)
1458 infoReady = true
1459 end
1460 end
1461 end)
1462end
1463game:GetService("Players").PlayerAdded:connect(function(plr)
1464 plr.Chatted:connect(function(chat)
1465 CreateChatText(plr, chat)
1466 if printingChat then
1467 printChat(plr, chat)
1468 end
1469 if modeFling == true then
1470 if string.lower(string.sub(chat, 1, 7)) == "!fling " then
1471 if gsWorkspace:PGSIsEnabled() == false then
1472 FEGodmode()
1473 end
1474 if string.lower(string.sub(chat, 8)) == "me" then
1475 run(commandPrefix.."unfling")
1476 LP.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + Vector3.new(0, 10, 0)
1477 run(commandPrefix.."fling "..plr.Name.." 2000000")
1478 else
1479 for i,notAll in pairs(findSinglePlayer(string.lower(string.sub(chat, 8)))) do
1480 if notAll ~= LP then
1481 run(commandPrefix.."unfling")
1482 LP.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + Vector3.new(0, 10, 0)
1483 run(commandPrefix.."fling "..notAll.Name.." 2000000")
1484 end
1485 end
1486 end
1487 end
1488 end
1489 if modeCompliment == true then
1490 if string.lower(string.sub(chat, 1, 3)) == "!c " then
1491 if complimentReady == true then
1492 complimentReady = false
1493 if string.lower(string.sub(chat, 4)) == "me" then
1494 complimentplr(plr)
1495 else
1496 for i,Others in pairs(findSinglePlayer(string.lower(string.sub(chat, 4)))) do
1497 if Others == LP then
1498 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Don't be silly, I can't compliment myself!", "All")
1499 else
1500 complimentplr(Others)
1501 end
1502 end
1503 end
1504 wait(1)
1505 complimentReady = true
1506 end
1507 end
1508 end
1509 if modeMove == true then
1510 if string.lower(string.sub(chat, 1, 9)) == "!bringbot" then
1511 run(commandPrefix.."unfollow")
1512 run(commandPrefix.."unwalk")
1513 run(commandPrefix.."goto "..plr.Name)
1514 elseif string.lower(string.sub(chat, 1, 6)) == "!walk " then
1515 for i,getWalkPlayer in pairs(findSinglePlayer(string.lower(string.sub(chat, 7)))) do
1516 if getWalkPlayer == LP then
1517 run(commandPrefix.."unfollow")
1518 run(commandPrefix.."walk "..plr.Name)
1519 else
1520 run(commandPrefix.."unfollow")
1521 run(commandPrefix.."walk "..getWalkPlayer.Name)
1522 end
1523 end
1524 elseif string.lower(string.sub(chat, 1, 8)) == "!follow " then
1525 for i,getFollowPlayer in pairs(findSinglePlayer(string.lower(string.sub(chat, 9)))) do
1526 if getFollowPlayer == LP then
1527 run(commandPrefix.."unwalk")
1528 run(commandPrefix.."follow "..plr.Name)
1529 else
1530 run(commandPrefix.."unwalk")
1531 run(commandPrefix.."follow "..getFollowPlayer.Name)
1532 end
1533 end
1534 end
1535 end
1536 if modeInfo == true then
1537 if infoReady then
1538 infoReady = false
1539 if string.lower(string.sub(chat, 1, 5)) == "!age " then
1540 for i,v in pairs(findSinglePlayer(string.lower(string.sub(chat, 6)))) do
1541 if v == LP then
1542 run(commandPrefix.."age "..plr.Name)
1543 else
1544 run(commandPrefix.."age "..v.Name)
1545 end
1546 end
1547 end
1548 if string.lower(string.sub(chat, 1, 4)) == "!id " then
1549 for i,a in pairs(findSinglePlayer(string.lower(string.sub(chat, 5)))) do
1550 if a == LP then
1551 run(commandPrefix.."id "..plr.Name)
1552 else
1553 run(commandPrefix.."id "..a.Name)
1554 end
1555 end
1556 end
1557 wait(1)
1558 infoReady = true
1559 end
1560 end
1561 end)
1562end)
1563
1564-- Loops
1565noclip = false
1566following = false
1567trailing = false
1568annoying = false
1569flingnoclip = false
1570staring = false
1571stopsitting = false
1572stareplr = ""
1573CBRINGamount = 3
1574spawnWS = CurrentWalkspeed
1575spawnJP = CurrentJumppower
1576spawnHH = CurrentHipheight
1577spawningfegod = false
1578looptpbypassfly = false
1579if game.GameId == 245662005 or game.GameId == 601130232 then
1580 bypassMODE = true
1581else
1582 bypassMODE = false
1583end
1584viewplr = ""
1585loopview = false
1586cmdForward = false
1587forwardSpeed = 1
1588loopviewfc = false
1589spinTOhead = false
1590spinObj = ""
1591rideACTIVE = false
1592ridePLAYER = ""
1593
1594LPcurrenthumanoid = LP.Character.Humanoid
1595game:GetService('RunService').Stepped:connect(function()
1596 if LP.Character.Humanoid ~= nil then
1597 LPcurrenthumanoid = LP.Character.Humanoid
1598 end
1599 if noclip then
1600 if LP.Character then
1601 if LP.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
1602 LP.Character.Head.CanCollide = false
1603 LP.Character.Torso.CanCollide = false
1604 LP.Character["Left Leg"].CanCollide = false
1605 LP.Character["Right Leg"].CanCollide = false
1606 LP.Character["Left Arm"].CanCollide = false
1607 LP.Character["Right Arm"].CanCollide = false
1608 elseif LP.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
1609 LP.Character.Head.CanCollide = false
1610 LP.Character.UpperTorso.CanCollide = false
1611 LP.Character.LowerTorso.CanCollide = false
1612 LP.Character.HumanoidRootPart.CanCollide = false
1613 end
1614 end
1615 end
1616 if following then
1617 LP.Character.HumanoidRootPart.CFrame = gsPlayers[flwplr.Name].Character.HumanoidRootPart.CFrame + gsPlayers[flwplr.Name].Character.HumanoidRootPart.CFrame.lookVector * flwnum
1618 end
1619 if trailing then
1620 LP.Character.HumanoidRootPart.CFrame = gsPlayers[trlplr.Name].Character.HumanoidRootPart.CFrame + gsPlayers[trlplr.Name].Character.HumanoidRootPart.CFrame.lookVector * trlnum
1621 end
1622 if annoying then
1623 LP.Character.HumanoidRootPart.CFrame = gsPlayers[annplr.Name].Character.HumanoidRootPart.CFrame
1624 end
1625 if walkto then
1626 LP.Character.Humanoid:MoveTo(walkplr.Character.HumanoidRootPart.Position)
1627 end
1628 if cbringing then
1629 CBRINGplr.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + LP.Character.HumanoidRootPart.CFrame.lookVector * CBRINGamount
1630 end
1631 if cbringingall then
1632 for i,getbringplrs in pairs(gsPlayers:GetPlayers()) do
1633 if getbringplrs ~= LP then
1634 getbringplrs.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + LP.Character.HumanoidRootPart.CFrame.lookVector * CBRINGamount
1635 end
1636 end
1637 end
1638 if staring then
1639 LP.Character.HumanoidRootPart.CFrame = CFrame.new(LP.Character.Torso.Position, gsPlayers[stareplr.Name].Character.Torso.Position)
1640 end
1641 if stopsitting then
1642 LP.Character.Humanoid.Sit = false
1643 end
1644 if looptpbypassfly then
1645 pcall(function()
1646 LP.Character.Head.Anchored = false
1647 LP.Character.HumanoidRootPart.CFrame = gsWorkspace.rGETpartNUMBER2.CFrame
1648 LP.Character.Head.Anchored = true
1649 end)
1650 end
1651 if loopview then
1652 view(viewplr)
1653 end
1654 if cmdForward then
1655 LP.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + LP.Character.HumanoidRootPart.CFrame.lookVector * forwardSpeed
1656 end
1657 if loopviewfc then
1658 pcall(function()
1659 gsWorkspace.CurrentCamera.CameraSubject = gsWorkspace.rGETpartNUMBER2
1660 end)
1661 end
1662 if spinTOhead then
1663 pcall(function()
1664 spinObj.Position = LP.Character.Head.Position
1665 end)
1666 end
1667 if rideACTIVE == true then
1668 LP.character.HumanoidRootPart.CFrame = ridePLAYER.Character.HumanoidRootPart.CFrame + Vector3.new(0, 3, 0)
1669 end
1670end)
1671spawningatreset = false
1672spawnresetpoint = LP.Character.Head.CFrame
1673
1674LPcurrenthumanoid.Died:Connect(function()
1675 flying = false
1676 doFREECAM = false
1677 if savingtoolsloop then
1678 run(commandPrefix.."savealltool")
1679 end
1680 if spawningatreset == true then
1681 spawnresetpoint = LP.Character.Head.CFrame + Vector3.new(0, 5, 0)
1682 end
1683end)
1684
1685LP.CharacterAdded:Connect(function()
1686 wait(0.2)
1687 LP.Character.Humanoid.WalkSpeed = spawnWS
1688 LP.Character.Humanoid.JumpPower = spawnJP
1689 LP.Character.Humanoid.HipHeight = spawnHH
1690 if spawningfegod then
1691 FEGodmode()
1692 end
1693 if spawningpos and spawnpos ~= nil then
1694 LP.Character.HumanoidRootPart.CFrame = spawnpos
1695 end
1696 if spawningatreset == true then
1697 LP.Character.HumanoidRootPart.CFrame = spawnresetpoint
1698 end
1699end)
1700
1701-- Commands
1702Commands = {}
1703
1704Commands.print = function(args)
1705 local msg = table.concat(args," ")
1706 print(msg)
1707end
1708
1709Commands.warn = function(args)
1710 local msg = table.concat(args," ")
1711 warn(msg)
1712end
1713
1714Commands.sit = function(args)
1715 LP.Character.Humanoid.Sit = true
1716end
1717
1718Commands.god = function(args)
1719 FEGodmode()
1720 Notification("warning", "You have enabled FE Godmode, tools will not work. Use "..commandPrefix.."grespawn to remove.", 7)
1721end
1722
1723Commands.view = function(args)
1724 if args[1] then
1725 for i,v in pairs(findSinglePlayer(args[1])) do
1726 if bypassMODE == false then
1727 view(v)
1728 Notification("info", "Now viewing "..v.Name..". Use "..commandPrefix.."unview to stop viewing.", 3)
1729 elseif bypassMODE == true then
1730 viewplr = v
1731 loopview = true
1732 end
1733 end
1734 end
1735end
1736
1737Commands.unview = function(args)
1738 view(LP)
1739 loopview = false
1740end
1741
1742Commands.gravity = function(args)
1743 if args[1] then
1744 gsWorkspace.Gravity = args[1]
1745 end
1746end
1747
1748Commands.ungravity = function(args)
1749 gsWorkspace.Gravity = CurrentGravity
1750end
1751
1752Commands.goto = function(args)
1753 if args[1] then
1754 if bypassMODE == false then
1755 for i,v in pairs(findPlayer(args[1])) do
1756 LP.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame
1757 end
1758 elseif bypassMODE == true then
1759 for i,v in pairs(findPlayer(args[1])) do
1760 local TPbypass = {}
1761 TPbypass.CFrame = v.Character.HumanoidRootPart.CFrame + Vector3.new(0, 5, 0)
1762 local TPFunction = gsTween:Create(LP.Character.HumanoidRootPart, TweenInfo.new(1.5, Enum.EasingStyle.Sine, Enum.EasingDirection.In), TPbypass)
1763 TPFunction:Play()
1764 end
1765 end
1766 end
1767end
1768
1769Commands.fecheck = function(args)
1770 if gsWorkspace.FilteringEnabled == true then
1771 Notification("warning", "FE is enabled!", 7)
1772 else
1773 Notification("warning", "FE is disabled. Consider using a different script.", 7)
1774 end
1775end
1776
1777Commands.lockws = function(args)
1778 lockWS()
1779 Notification("info", "Workspace locked.", 4)
1780end
1781
1782Commands.unlockws = function(args)
1783 unlockWS()
1784 Notification("info", "Workspace unlocked.", 4)
1785end
1786
1787Commands.noclip = function(args)
1788 noclip = true
1789 Notification("info", "Noclip enabled.", 4)
1790end
1791
1792Commands.clip = function(args)
1793 noclip = false
1794 Notification("info", "Noclip disabled.", 4)
1795end
1796
1797Commands.follow = function(args)
1798 if args[1] then
1799 for i,v in pairs(findPlayer(args[1])) do
1800 flwplr = v
1801 end
1802 if args[2] then
1803 flwnum = args[2]
1804 else
1805 flwnum = -5
1806 end
1807 following = true
1808 else
1809 Notification("warning", "No player selected to follow! Use: "..commandPrefix.."follow player", 4)
1810 end
1811end
1812
1813Commands.unfollow = function(args)
1814 following = false
1815end
1816
1817Commands.fling = function(args)
1818 if args[1] then
1819 for i,v in pairs(findSinglePlayer(args[1])) do
1820 if v ~= LP then
1821 view(v)
1822 pcall(function()
1823 LP.Character.HumanoidRootPart.Fling:Destroy()
1824 end)
1825 if not args[2] then
1826 RocketPropulsion(800000,1000,400000,v,"Fling")
1827 else
1828 RocketPropulsion(args[2],1500,400000,v,"Fling")
1829 end
1830 if noclip ~= true then
1831 flingnoclip = true
1832 noclip = true
1833 end
1834 end
1835 end
1836 else
1837 Notification("warning", "No player selected to fling! Use: "..commandPrefix.."fling player", 4)
1838 end
1839end
1840
1841Commands.unfling = function(args)
1842 view(LP)
1843 pcall(function()
1844 if LP.Character.HumanoidRootPart.Fling then
1845 for i,v in pairs(LP.Character:GetDescendants()) do
1846 if v.Name == "Fling" and v:IsA("RocketPropulsion") then
1847 v:Destroy()
1848 end
1849 end
1850 end
1851 end)
1852 if flingnoclip == true then
1853 noclip = false
1854 flingnoclip = false
1855 end
1856end
1857
1858Commands.trail = function(args)
1859 if args[1] then
1860 for i,v in pairs(findPlayer(args[1])) do
1861 trlplr = v
1862 end
1863 if args[2] then
1864 trlnum = args[2]
1865 else
1866 trlnum = 5
1867 end
1868 trailing = true
1869 else
1870 Notification("warning", "No player selected to trail! Use: "..commandPrefix.."trail player", 4)
1871 end
1872end
1873
1874Commands.untrail = function(args)
1875 trailing = false
1876end
1877
1878Commands.annoy = function(args)
1879 if args[1] then
1880 for i,v in pairs(findPlayer(args[1])) do
1881 annplr = v
1882 end
1883 annoying = true
1884 else
1885 Notification("warning", "No player selected to annoy! Use: "..commandPrefix.."annoy player", 4)
1886 end
1887end
1888
1889Commands.unannoy = function(args)
1890 annoying = false
1891end
1892
1893Commands.reset = function(args)
1894 LP.Character:BreakJoints()
1895end
1896
1897Commands.grespawn = function(args)
1898 LP.Character.Humanoid.Health = 0
1899 wait(1)
1900 LP.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
1901 LP.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
1902end
1903
1904Commands.respawn = function(args)
1905 local mod = Instance.new('Model', workspace) mod.Name = 'new '..LP.Name
1906 local hum = Instance.new('Humanoid', mod)
1907 local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
1908 LP.Character = mod
1909end
1910
1911Commands.speed = function(args)
1912 if args[1] then
1913 run(commandPrefix.."ws "..args[1])
1914 end
1915end
1916
1917bypassingwalkspeed = false
1918Commands.ws = function(args)
1919 if args[1] then
1920 if bypassMODE == false then
1921 LP.Character.Humanoid.WalkSpeed = args[1]
1922 elseif bypassMODE == true then
1923 if game.GameId == 245662005 then
1924 bypassingwalkspeed = true
1925 bypassWalkspeed = args[1]
1926 end
1927 end
1928 end
1929end
1930
1931game:GetService("RunService").Heartbeat:Connect(function()
1932 if bypassingwalkspeed then
1933 LP.Character.Humanoid.WalkSpeed = bypassWalkspeed
1934 end
1935end)
1936
1937Commands.jumppower = function(args)
1938 if args[1] then
1939 LP.Character.Humanoid.JumpPower = args[1]
1940 end
1941end
1942
1943Commands.jp = function(args)
1944 if args[1] then
1945 LP.Character.Humanoid.JumpPower = args[1]
1946 end
1947end
1948
1949Commands.hipheight = function(args)
1950 if args[1] then
1951 LP.Character.Humanoid.HipHeight = args[1]
1952 end
1953end
1954
1955Commands.hh = function(args)
1956 if args[1] then
1957 LP.Character.Humanoid.HipHeight = args[1]
1958 end
1959end
1960
1961Commands.default = function(args)
1962 LP.Character.Humanoid.WalkSpeed = CurrentWalkspeed
1963 LP.Character.Humanoid.HipHeight = CurrentHipheight
1964 LP.Character.Humanoid.JumpPower = CurrentJumppower
1965end
1966
1967Commands.credits = function(args)
1968 Notification("info", "Shattervast was made by illremember#3799 , "..commandPrefix.."fullcredits for all credits.", 8)
1969end
1970
1971Commands.attach = function(args)
1972 if hasTools() == false then
1973 Notification("warning", "You need a tool in your backpack/inventory to use this command.", 8)
1974 else
1975 FEGodmode()
1976 for i,v in pairs(LP.Backpack:GetChildren())do
1977 LP.Character.Humanoid:EquipTool(v)
1978 end
1979 if args[1] then
1980 for i,v in pairs(findSinglePlayer(args[1])) do
1981 if v ~= LP then
1982 LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
1983 wait(0.3)
1984 LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
1985 end
1986 end
1987 end
1988 end
1989end
1990
1991Commands.fly = function(args)
1992 if bypassMODE == false then
1993 local speedget = 1
1994 repeat wait() until LP and LP.Character and LP.Character:FindFirstChild('HumanoidRootPart') and LP.Character:FindFirstChild('Humanoid')
1995 repeat wait() until Mouse
1996 if args[1] then
1997 speedfly = args[1]
1998 else
1999 speedfly = 1
2000 end
2001
2002 local T = LP.Character.HumanoidRootPart
2003 local CONTROL = {F = 0, B = 0, L = 0, R = 0}
2004 local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
2005 local SPEED = speedget
2006
2007 local function fly()
2008 flying = true
2009 local BG = Instance.new('BodyGyro', T)
2010 local BV = Instance.new('BodyVelocity', T)
2011 BG.P = 9e4
2012 BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
2013 BG.cframe = T.CFrame
2014 BV.velocity = Vector3.new(0, 0.1, 0)
2015 BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
2016 spawn(function()
2017 repeat wait()
2018 LP.Character.Humanoid.PlatformStand = true
2019 if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
2020 SPEED = 50
2021 elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
2022 SPEED = 0
2023 end
2024 if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
2025 BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (CONTROL.F + CONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(CONTROL.L + CONTROL.R, (CONTROL.F + CONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
2026 lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
2027 elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
2028 BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (lCONTROL.F + lCONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(lCONTROL.L + lCONTROL.R, (lCONTROL.F + lCONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
2029 else
2030 BV.velocity = Vector3.new(0, 0.1, 0)
2031 end
2032 BG.cframe = workspace.CurrentCamera.CoordinateFrame
2033 until not flying
2034 CONTROL = {F = 0, B = 0, L = 0, R = 0}
2035 lCONTROL = {F = 0, B = 0, L = 0, R = 0}
2036 SPEED = 0
2037 BG:destroy()
2038 BV:destroy()
2039 LP.Character.Humanoid.PlatformStand = false
2040 end)
2041 end
2042 Mouse.KeyDown:connect(function(KEY)
2043 if KEY:lower() == 'w' then
2044 CONTROL.F = speedfly
2045 elseif KEY:lower() == 's' then
2046 CONTROL.B = -speedfly
2047 elseif KEY:lower() == 'a' then
2048 CONTROL.L = -speedfly
2049 elseif KEY:lower() == 'd' then
2050 CONTROL.R = speedfly
2051 end
2052 end)
2053 Mouse.KeyUp:connect(function(KEY)
2054 if KEY:lower() == 'w' then
2055 CONTROL.F = 0
2056 elseif KEY:lower() == 's' then
2057 CONTROL.B = 0
2058 elseif KEY:lower() == 'a' then
2059 CONTROL.L = 0
2060 elseif KEY:lower() == 'd' then
2061 CONTROL.R = 0
2062 end
2063 end)
2064 fly()
2065 elseif bypassMODE == true then
2066 if not args[1] then
2067 run(commandPrefix.."fc")
2068 else
2069 run(commandPrefix.."fc "..args[1])
2070 end
2071 LP.Character.Head.Anchored = false
2072 looptpbypassfly = true
2073 view(LP)
2074 end
2075end
2076
2077Commands.unfly = function(args)
2078 if bypassMODE == false then
2079 flying = false
2080 LP.Character.Humanoid.PlatformStand = false
2081 else
2082 looptpbypassfly = false
2083 run(commandPrefix.."unfreecam")
2084 local goalTP = LP.Character.HumanoidRootPart.CFrame
2085 if game.GameId == 245662005 then
2086 for i = 1, 5 do wait(0.2)
2087 LP.Character.HumanoidRootPart.CFrame = goalTP
2088 end
2089 else
2090 LP.Character.HumanoidRootPart.CFrame = goalTP
2091 end
2092 LP.Character.Head.Anchored = false
2093 end
2094end
2095
2096Commands.kill = function(args)
2097 if args[1] then
2098 for i,v in pairs(findSinglePlayer(args[1])) do
2099 if v == LP then
2100 LP.Character:BreakJoints()
2101 else
2102 if hasTools() == false then
2103 Notification("warning", "You need a tool in your backpack/inventory to use this command.", 8)
2104 else
2105 FEGodmode()
2106 for i,v in pairs(LP.Backpack:GetChildren())do
2107 LP.Character.Humanoid:EquipTool(v)
2108 end
2109 local NOW = LP.Character.HumanoidRootPart.CFrame
2110 LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
2111 wait(0.3)
2112 LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
2113 local function tp(player,player2)
2114 local char1,char2=player.Character,player2.Character
2115 if char1 and char2 then
2116 char1:MoveTo(char2.Head.Position)
2117 end
2118 end
2119 wait(0.5)
2120 LP.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(100000,0,100000))
2121 wait(0.5)
2122 tp(LP,game:GetService("Players")[v.Name])
2123 wait(0.7)
2124 LP.Character.HumanoidRootPart.CFrame = NOW
2125 view(LP)
2126 end
2127 end
2128 end
2129 end
2130end
2131Commands.bring = function(args)
2132 if hasTools() == false then
2133 Notification("warning", "You need a tool in your backpack/inventory to use this command.", 8)
2134 else
2135 FEGodmode()
2136 for i,v in pairs(LP.Backpack:GetChildren())do
2137 LP.Character.Humanoid:EquipTool(v)
2138 end
2139 if args[1] then
2140 for i,v in pairs(findSinglePlayer(args[1])) do
2141 if v ~= LP then
2142 local NOW = LP.Character.HumanoidRootPart.CFrame
2143 local function tp(player,player2)
2144 local char1,char2=player.Character,player2.Character
2145 if char1 and char2 then
2146 char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
2147 end
2148 end
2149 local function getout(player,player2)
2150 local char1,char2=player.Character,player2.Character
2151 if char1 and char2 then
2152 char1:MoveTo(char2.Head.Position)
2153 end
2154 end
2155 tp(game:GetService("Players")[v.Name], LP)
2156 wait(0.2)
2157 tp(game:GetService("Players")[v.Name], LP)
2158 wait(0.5)
2159 LP.Character.HumanoidRootPart.CFrame = NOW
2160 wait(0.5)
2161 getout(LP, game:GetService("Players")[v.Name])
2162 wait(0.3)
2163 LP.Character.HumanoidRootPart.CFrame = NOW
2164 end
2165 end
2166 end
2167 end
2168end
2169
2170Commands.naked = function(args)
2171 for i,v in pairs(LP.Character:GetDescendants()) do
2172 if v:IsA("Clothing") then
2173 v:Destroy()
2174 end
2175 end
2176end
2177
2178Commands.nolimbs = function(args)
2179 LP.Character["Left Arm"]:Destroy()
2180 LP.Character["Right Arm"]:Destroy()
2181 LP.Character["Left Leg"]:Destroy()
2182 LP.Character["Right Leg"]:Destroy()
2183end
2184
2185Commands.noarms = function(args)
2186 LP.Character["Left Arm"]:Destroy()
2187 LP.Character["Right Arm"]:Destroy()
2188end
2189
2190Commands.nolegs = function(args)
2191 LP.Character["Left Leg"]:Destroy()
2192 LP.Character["Right Leg"]:Destroy()
2193end
2194
2195Commands.headless = function(args)
2196 local l = LP.Character.Humanoid:Clone()
2197 LP.Character.Humanoid:Destroy()
2198 wait(0.2)
2199 LP.Character.Head.CanCollide = false
2200 for i,v in pairs(LP.Character:GetDescendants()) do
2201 if string.sub(v.Name, 1, 4) == "Neck" then
2202 v:Destroy()
2203 end
2204 end
2205 wait(0.2)
2206 l.Name = "Humanoid"
2207 l.Parent = LP.Character
2208 wait(0.1)
2209 game:GetService("Workspace").CurrentCamera.CameraSubject = LP.Character
2210 LP.Character.Animate:Destroy()
2211end
2212
2213antiremotes = false
2214Commands.antikick = function(args)
2215 if args[1] then
2216 if args[1] == "on" then
2217 antiremotes = true
2218 wait(0.2)
2219 for i,v in pairs(LP.Character:GetChildren()) do
2220 if string.find(string.lower(v.Name), "exploit") and v:IsA("LocalScript") then
2221 v.Disabled = true
2222 end
2223 end
2224 Notification("warning", "This command disables all remotes incase they are kick remotes, may break game.", 8)
2225 Notification("info", "Does not prevent serverside kicks, use "..commandPrefix.."antikick off to turn off.", 8)
2226 elseif args[1] == "off" then
2227 antiremotes = false
2228 Notification("warning", "Remote anti-kick turned off.", 8)
2229 end
2230 end
2231end
2232
2233blockedremotes = {}
2234Commands.blockremote = function(args)
2235 local getService = ""
2236 if args[1] then
2237 local remoteName = string.lower(tostring(args[1]))
2238 if args[2] then
2239 local serviceRemote = string.lower(tostring(args[2]))
2240 if serviceRemote == "workspace" then
2241 getService = "Workspace"
2242 elseif serviceRemote == "replicatedstorage" then
2243 getService = "ReplicatedStorage"
2244 elseif serviceRemote == "players" then
2245 getService = "Players"
2246 elseif serviceRemote == "lighting" then
2247 getService = "Lighting"
2248 elseif serviceRemote == "startergui" then
2249 getService = "StarterGui"
2250 elseif serviceRemote == "starterpack" then
2251 getService = "StarterPack"
2252 elseif serviceRemote == "starterplayer" then
2253 getService = "StarterPlayer"
2254 else
2255 getService = "ReplicatedStorage"
2256 end
2257 else
2258 getService = "ReplicatedStorage"
2259 end
2260 for i,getRemote in pairs(game:GetService(getService):GetDescendants()) do
2261 if string.lower(getRemote.Name) == remoteName then
2262 table.insert(blockedremotes, getRemote.Name)
2263 end
2264 end
2265 end
2266 Notification("warning", "If this command does not work, make sure you type remote name/service fully correct.", 8)
2267end
2268
2269spyingremotes = false
2270Commands.remotespy = function(args)
2271 if args[1] then
2272 if args[1] == "on" then
2273 spyingremotes = true
2274 Notification("info", "Remotespy turned on.", 4)
2275 elseif args[1] == "off" then
2276 spyingremotes = false
2277 Notification("info", "Remotespy turned off.", 4)
2278 end
2279 end
2280end
2281
2282Commands.bang = function(args)
2283 if args[1] then
2284 for i,v in pairs(findSinglePlayer(args[1])) do
2285 if v ~= nil then
2286 following = true
2287 flwplr = v
2288 flwnum = -1
2289 local bangAnimation = Instance.new("Animation")
2290 bangAnimation.AnimationId = "rbxassetid://148840371"
2291 bangTrack = LP.Character.Humanoid:LoadAnimation(bangAnimation)
2292 if args[2] then
2293 bangTrack:Play(.1, 1, args[2])
2294 else
2295 bangTrack:Play(.1, 1, 1)
2296 end
2297 end
2298 end
2299 else
2300 Notification("warning", "No player selected to follow! Use: "..commandPrefix.."follow player", 4)
2301 end
2302end
2303
2304Commands.unbang = function(args)
2305 following = false
2306 bangTrack:Stop()
2307end
2308
2309spamdelay = 1
2310spamtext = "Spam"
2311spamming = false
2312Commands.spam = function(args)
2313 if args[1] then
2314 spamtext = args[1]
2315 spamming = true
2316 end
2317end
2318Commands.spamdelay = function(args)
2319 if args[1] then
2320 spamdelay = args[1]
2321 end
2322end
2323spawn(function()
2324 while wait(spamdelay) do
2325 if spamming then
2326 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(spamtext, "All")
2327 end
2328 end
2329end)
2330
2331Commands.unspam = function(args)
2332 spamming = false
2333end
2334
2335Commands.info = function(args)
2336 if args[1] then
2337 for i,v in pairs(findSinglePlayer(args[1])) do
2338 createINFO(v)
2339 end
2340 end
2341end
2342
2343Commands.age = function(args)
2344 if args[1] then
2345 for i,v in pairs(findPlayer(args[1])) do
2346 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(v.Name.." Account Age: "..v.AccountAge.." days!", "All")
2347 end
2348 end
2349end
2350
2351Commands.invisible = function(args)
2352 local Character = LP.Character
2353 if LP.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
2354 local Clone = Character.HumanoidRootPart:Clone()
2355 Character.HumanoidRootPart:Destroy()
2356 Clone.Parent = Character
2357 else
2358 local Clone = Character.LowerTorso.Root:Clone()
2359 Character.LowerTorso.Root:Destroy()
2360 Clone.Parent = Character.LowerTorso
2361 end
2362end
2363
2364walkto = false
2365walkplr = ""
2366Commands.walk = function(args)
2367 if args[1] then
2368 for i,v in pairs(findSinglePlayer(args[1])) do
2369 walkplr = v
2370 walkto = true
2371 noclip = true
2372 end
2373 end
2374end
2375
2376Commands.unwalk = function(args)
2377 walkto = false
2378 noclip = false
2379 LP.Character.Humanoid:MoveTo(LP.Character.HumanoidRootPart.Position)
2380end
2381
2382Commands.glitch = function(args)
2383 if hasTools() == false then
2384 Notification("warning", "You need a tool in your backpack/inventory to use this command.", 8)
2385 else
2386 FEGodmode()
2387 for i,v in pairs(LP.Backpack:GetChildren())do
2388 LP.Character.Humanoid:EquipTool(v)
2389 end
2390 if args[1] then
2391 for i,v in pairs(findSinglePlayer(args[1])) do
2392 local function tp(player,player2)
2393 local char1,char2=player.Character,player2.Character
2394 if char1 and char2 then
2395 char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
2396 end
2397 end
2398 tp(game:GetService("Players")[v.Name], LP)
2399 wait(0.2)
2400 tp(game:GetService("Players")[v.Name], LP)
2401 wait(0.5)
2402 local b = Instance.new("BodyForce")
2403 b.Parent = LP.Character.HumanoidRootPart
2404 b.Name = "Glitch"
2405 if args[2] then
2406 b.Force = Vector3.new(args[2],5000,0)
2407 else
2408 b.Force = Vector3.new(100000000,5000,0)
2409 end
2410 wait(6)
2411 b:Destroy()
2412 end
2413 end
2414 end
2415end
2416
2417Commands.tp = function(args)
2418 if args[1] then
2419 for i,v in pairs(findSinglePlayer(args[1])) do
2420 if v == LP then
2421 if args[2] then
2422 for i,a in pairs(findSinglePlayer(args[2])) do
2423 v.Character.HumanoidRootPart.CFrame = a.Character.HumanoidRootPart.CFrame
2424 end
2425 end
2426 else
2427 if hasTools() == false then
2428 Notification("warning", "You need a tool in your backpack/inventory to use this command.", 8)
2429 else
2430 FEGodmode()
2431 for i,v in pairs(LP.Backpack:GetChildren())do
2432 LP.Character.Humanoid:EquipTool(v)
2433 end
2434 if args[1] then
2435 for i,first in pairs(findSinglePlayer(args[1])) do
2436 if args[2] then
2437 for i,second in pairs(findSinglePlayer(args[2])) do
2438 local function tp(player,player2)
2439 local char1,char2=player.Character,player2.Character
2440 if char1 and char2 then
2441 char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
2442 end
2443 end
2444 local function getout(player,player2)
2445 local char1,char2=player.Character,player2.Character
2446 if char1 and char2 then
2447 char1:MoveTo(char2.Head.Position)
2448 end
2449 end
2450 tp(LP, first)
2451 wait(0.2)
2452 tp(LP, first)
2453 wait(0.5)
2454 tp(LP, second)
2455 wait(0.2)
2456 tp(LP, second)
2457 wait(0.2)
2458 getout(LP, first)
2459 end
2460 end
2461 end
2462 end
2463 end
2464 end
2465 end
2466 end
2467end
2468
2469Commands.givetool = function(args)
2470 if args[1] then
2471 if args[2] then
2472 local selectedTool = ""
2473 for i,allTools in pairs(LP.Character:GetDescendants()) do
2474 if allTools:IsA("Tool") and string.lower(allTools.Name) == string.lower(args[2]) then
2475 selectedTool = allTools
2476 else
2477 for i,otherTools in pairs(LP.Backpack:GetDescendants()) do
2478 if otherTools:IsA("Tool") and string.lower(otherTools.Name) == string.lower(args[2]) then
2479 selectedTool = otherTools
2480 end
2481 end
2482 end
2483 end
2484 for i,v in pairs(findSinglePlayer(args[1])) do
2485 if selectedTool ~= "" then
2486 selectedTool.Parent = v.Character
2487 end
2488 end
2489 else
2490 for i,plr in pairs(findSinglePlayer(args[1])) do
2491 for i,tool in pairs(LP.Character:GetDescendants()) do
2492 if tool:IsA("Tool") then
2493 tool.Parent = plr.Character
2494 end
2495 end
2496 end
2497 end
2498 end
2499end
2500
2501Commands.givealltools = function(args)
2502 LP.Character.Humanoid:UnequipTools()
2503 for i,plr in pairs(findSinglePlayer(args[1])) do
2504 for i,v in pairs(LP.Character:GetDescendants()) do
2505 if v:IsA("Tool") then
2506 v.Parent = plr.Character
2507 end
2508 end
2509 for i,a in pairs(LP.Backpack:GetDescendants()) do
2510 if a:IsA("Tool") then
2511 a.Parent = plr.Character
2512 end
2513 end
2514 end
2515end
2516
2517Commands.blockhats = function(args)
2518 for i,v in pairs(LP.Character:GetDescendants()) do
2519 if v:IsA("Accessory") or v:IsA("Hat") then
2520 for i,mesh in pairs(v:GetDescendants()) do
2521 if mesh.Name == "Mesh" then
2522 mesh:Destroy()
2523 end
2524 end
2525 end
2526 end
2527end
2528
2529Commands.blocktool = function(args)
2530 for i,v in pairs(LP.Character:GetDescendants()) do
2531 if v:IsA("Tool") then
2532 for i,mesh in pairs(v:GetDescendants()) do
2533 if mesh.Name == "Mesh" then
2534 mesh:Destroy()
2535 end
2536 end
2537 end
2538 end
2539end
2540
2541Commands.orbit = function(args)
2542 if args[1] then
2543 for i,v in pairs(findSinglePlayer(args[1])) do
2544 view(v)
2545 RocketPropulsion(5000,100,5000,v,"OrbitMove")
2546 end
2547 else
2548 Notification("warning", "No player selected to orbit! Use: "..commandPrefix.."orbit player", 4)
2549 end
2550end
2551
2552Commands.unorbit = function(args)
2553 for i,v in pairs(LP.Character:GetDescendants()) do
2554 if v.Name == "OrbitMove" then
2555 v:Destroy()
2556 end
2557 end
2558 view(LP)
2559end
2560
2561Commands.pos = function(args)
2562 Notification("info", "Your current position is ".. tostring(LP.Character.HumanoidRootPart.Position), 9)
2563end
2564
2565SavedPosition = ""
2566Commands.savepos = function(args)
2567 SavedPosition = LP.Character.HumanoidRootPart.CFrame
2568end
2569Commands.loadpos = function(args)
2570 if SavedPosition ~= "" then
2571 LP.Character.HumanoidRootPart.CFrame = SavedPosition
2572 end
2573end
2574
2575Commands.tppos = function(args)
2576 if args[1] and args[2] and args[3] then
2577 LP.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(args[1], args[2], args[3]))
2578 end
2579end
2580
2581Commands.pmspam = function(args)
2582 if args[1] then
2583 local gotPlayer = ""
2584 for i,v in pairs(findPlayer(args[1])) do
2585 gotPlayer = v
2586 end
2587 table.remove(args, 1)
2588 local pmSpamMsg = table.concat(args," ")
2589 spamtext = "/w "..gotPlayer.Name.." "..pmSpamMsg
2590 spamming = true
2591 end
2592end
2593
2594Commands.unpmspam = function(args)
2595 spamming = false
2596end
2597
2598Commands.wsvis = function(args)
2599 if args[1] then
2600 for i,v in pairs(gsWorkspace:GetDescendants()) do
2601 if v:IsA("Part") or v:IsA("Decal") then
2602 if tonumber(args[1]) > 1 then
2603 v.Transparency = 0.5
2604 else
2605 v.Transparency = args[1]
2606 end
2607 end
2608 end
2609 end
2610 clientSided()
2611end
2612
2613Commands.bringobj = function(args)
2614 if args[1] then
2615 local Object = ""
2616 for i,v in pairs(gsWorkspace:GetDescendants()) do
2617 if string.lower(v.Name) == string.lower(args[1]) then
2618 Object = v
2619 end
2620 end
2621 if Object == "" then
2622 Notification("warning", "Object was not found in the workspace.", 6)
2623 end
2624 if args[2] then
2625 Object.CFrame = LP.Character.HumanoidRootPart.CFrame + LP.Character.HumanoidRootPart.CFrame.lookVector * args[2]
2626 else
2627 Object.CFrame = LP.Character.HumanoidRootPart.CFrame + LP.Character.HumanoidRootPart.CFrame.lookVector * 3
2628 end
2629 clientSided()
2630 end
2631end
2632
2633CBRINGplr = ""
2634cbringing = false
2635cbringingall = false
2636Commands.cbring = function(args)
2637 if args[1] then
2638 if string.lower(tostring(args[1])) == "all" or string.lower(tostring(args[1])) == "others" then
2639 cbringingall = true
2640 else
2641 for i,v in pairs(findPlayer(args[1])) do
2642 CBRINGplr = v
2643 cbringing = true
2644 end
2645 end
2646 if args[2] then
2647 CBRINGamount = args[2]
2648 else
2649 CBRINGamount = 3
2650 end
2651 clientSided()
2652 end
2653end
2654
2655Commands.uncbring = function(args)
2656 cbringing = false
2657 cbringingall = false
2658end
2659
2660Commands.cfreeze = function(args)
2661 if args[1] then
2662 for i,v in pairs(findPlayer(args[1])) do
2663 v.Character.HumanoidRootPart.Anchored = true
2664 end
2665 clientSided()
2666 end
2667end
2668
2669Commands.uncfreeze = function(args)
2670 if args[1] then
2671 for i,v in pairs(findPlayer(args[1])) do
2672 v.Character.HumanoidRootPart.Anchored = false
2673 end
2674 else
2675 for i,all in pairs(gsPlayers:GetPlayers()) do
2676 all.Character.HumanoidRootPart.Anchored = false
2677 end
2678 end
2679end
2680
2681Commands.unattach = function(args)
2682 local function getout(player,player2)
2683 local char1,char2=player.Character,player2.Character
2684 if char1 and char2 then
2685 char1:MoveTo(char2.Head.Position)
2686 end
2687 end
2688 getout(LP, LP)
2689end
2690
2691currentToolSize = ""
2692Commands.reach = function(args)
2693 if args[1] then
2694 for i,v in pairs(LP.Character:GetDescendants()) do
2695 if v:IsA("Tool") then
2696 if string.lower(tostring(args[1])) == "off" then
2697 v.Handle.Size = currentToolSize
2698 v.Handle.SelectionBoxCreated:Destroy()
2699 LP.Character.Humanoid:UnequipTools()
2700 elseif string.lower(tostring(args[1])) == "on" then
2701 if args[2] then
2702 currentToolSize = v.Handle.Size
2703 local a = Instance.new("SelectionBox",v.Handle)
2704 a.Name = "SelectionBoxCreated"
2705 a.Adornee = v.Handle
2706 v.Handle.Size = Vector3.new(0.5,0.5,args[2])
2707 v.GripPos = Vector3.new(0,0,0)
2708 LP.Character.Humanoid:UnequipTools()
2709 else
2710 currentToolSize = v.Handle.Size
2711 local a = Instance.new("SelectionBox",v.Handle)
2712 a.Name = "SelectionBoxCreated"
2713 a.Adornee = v.Handle
2714 v.Handle.Size = Vector3.new(0.5,0.5,60)
2715 v.GripPos = Vector3.new(0,0,0)
2716 LP.Character.Humanoid:UnequipTools()
2717 end
2718 end
2719 end
2720 end
2721 end
2722end
2723
2724Commands.droptool = function(args)
2725 for i,v in pairs(LP.Character:GetDescendants()) do
2726 if v:IsA("Tool") then
2727 v.Parent = gsWorkspace
2728 end
2729 end
2730 for i,a in pairs(LP.Backpack:GetDescendants()) do
2731 if a:IsA("Tool") then
2732 a.Parent = gsWorkspace
2733 end
2734 end
2735end
2736
2737Commands.drophats = function(args)
2738 for i,v in pairs(LP.Character:GetDescendants()) do
2739 if v:IsA("Accessory") or v:IsA("Hat") then
2740 v.Parent = gsWorkspace
2741 end
2742 end
2743end
2744
2745Commands.hidecmdbar = function(args)
2746 CMDBAR.Visible = false
2747end
2748
2749Commands.showcmdbar = function(args)
2750 CMDBAR.Visible = true
2751end
2752
2753Commands.prefix = function(args)
2754 if args[1] then
2755 commandPrefix = string.sub(tostring(args[1]), 1, 1)
2756 fullUpdate()
2757 end
2758end
2759
2760Commands.removeinvis = function(args)
2761 for i,v in pairs(gsWorkspace:GetDescendants()) do
2762 if v:IsA("Part") and v.Name ~= "HumanoidRootPart" then
2763 if v.Transparency == 1 then
2764 v:Destroy()
2765 end
2766 end
2767 end
2768 clientSided()
2769end
2770
2771Commands.removefog = function(args)
2772 gsLighting.FogStart = 0
2773 gsLighting.FogEnd = 9999999999999
2774 clientSided()
2775end
2776
2777Commands.animation = function(args)
2778 if args[1] then
2779 if string.lower(tostring(args[1])) == "gui" then
2780 loadstring(game:HttpGet(("https://pastebin.com/raw/mdbTSP4d"),true))()
2781 else
2782 local Anim = Instance.new("Animation")
2783 Anim.AnimationId = "rbxassetid://".. tostring(args[1])
2784 local track = LP.Character.Humanoid:LoadAnimation(Anim)
2785 if args[2] then
2786 track:Play(.1, 1, args[2])
2787 else
2788 track:Play(.1, 1, 1)
2789 end
2790 end
2791 end
2792end
2793
2794Commands.btools = function(args)
2795 local Clone_T = Instance.new("HopperBin",LP.Backpack)
2796 Clone_T.BinType = "Clone"
2797 local Destruct = Instance.new("HopperBin",LP.Backpack)
2798 Destruct.BinType = "Hammer"
2799 local Hold_T = Instance.new("HopperBin",LP.Backpack)
2800 Hold_T.BinType = "Grab"
2801 clientSided()
2802end
2803
2804Commands.esp = function(args)
2805 if args[1] then
2806 for i,v in pairs(findPlayer(args[1])) do
2807 local espPlayer = v
2808 for i,createESP in pairs(espPlayer.Character:GetDescendants()) do
2809 if createESP:IsA("Part") or createESP:IsA("MeshPart") then
2810 if createESP.Name ~= "HumanoidRootPart" and createESP.Name ~= "Handle" then
2811 local current = true
2812 local espBOX = Instance.new("BoxHandleAdornment")
2813 espBOX.Parent = gsCoreGui
2814 espBOX.Name = "rGET"..espPlayer.Name
2815 espBOX.Adornee = createESP
2816 espBOX.AlwaysOnTop = true
2817 espBOX.ZIndex = 0
2818 espBOX.Size = createESP.Size
2819 espBOX.Transparency = 0.3
2820 local AboveHead = Instance.new("BillboardGui")
2821 AboveHead.Parent = gsCoreGui
2822 AboveHead.Adornee = espPlayer.Character.Head
2823 AboveHead.Name = "rGET"..espPlayer.Name
2824 AboveHead.Size = UDim2.new(0, 100, 0, 100)
2825 AboveHead.StudsOffset = Vector3.new(0, 1, 0)
2826 AboveHead.AlwaysOnTop = true
2827 local Info = Instance.new("TextLabel")
2828 Info.Parent = AboveHead
2829 Info.BackgroundTransparency = 1
2830 Info.Position = UDim2.new(0, 0, 0, 0)
2831 Info.Size = UDim2.new(1, 0, 0, 40)
2832 Info.TextColor3 = Color3.fromRGB(200,200,200)
2833 Info.TextStrokeTransparency = 0.5
2834 Info.TextSize = 15
2835 if espPlayer.TeamColor == LP.TeamColor then
2836 espBOX.Color = BrickColor.new("Lime green")
2837 Info.TextStrokeColor3 = Color3.fromRGB(10,100,10)
2838 else
2839 espBOX.Color = BrickColor.new("Really red")
2840 Info.TextStrokeColor3 = Color3.fromRGB(100,10,10)
2841 end
2842 game:GetService('RunService').Stepped:connect(function()
2843 if current and LP.Character.Humanoid and espPlayer.Character.HumanoidRootPart then
2844 Info.Text = espPlayer.Name.." (".. math.floor((LP.Character.HumanoidRootPart.Position - espPlayer.Character.HumanoidRootPart.Position).magnitude)..")"
2845 end
2846 end)
2847 espPlayer.Character.Humanoid.Died:Connect(function()
2848 current = false
2849 espBOX:Destroy()
2850 AboveHead:Destroy()
2851 end)
2852 gsPlayers.PlayerRemoving:Connect(function(plr)
2853 if plr == espPlayer then
2854 current = false
2855 espBOX:Destroy()
2856 AboveHead:Destroy()
2857 end
2858 end)
2859 end
2860 end
2861 end
2862 end
2863 clientSided()
2864 end
2865end
2866
2867Commands.unesp = function(args)
2868 if not args[1] then
2869 for i,v in pairs(gsCoreGui:GetDescendants()) do
2870 if string.sub(v.Name, 1, 4) == "rGET" then
2871 v:Destroy()
2872 end
2873 end
2874 else
2875 for i,v in pairs(gsCoreGui:GetDescendants()) do
2876 if string.sub(v.Name, 1, 4) == "rGET" then
2877 for i,a in pairs(findPlayer(args[1])) do
2878 if string.sub(v.Name, 5) == a.Name then
2879 v:Destroy()
2880 end
2881 end
2882 end
2883 end
2884 end
2885end
2886
2887Commands.dice = function(args)
2888 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("You rolled a dice for ".. tostring(math.random(1, 6)), "All")
2889end
2890
2891Commands.random = function(args)
2892 if args[1] and args[2] then
2893 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Picking random number between "..args[1].." and "..args[2].."... The number is ".. tostring(math.random(args[1], args[2])), "All")
2894 end
2895end
2896
2897Commands.closegame = function(args)
2898 game:Shutdown()
2899end
2900
2901Commands.savetool = function(args)
2902 if args[1] then
2903 for i,a in pairs(LP.Character:GetDescendants()) do
2904 if a:IsA("Tool") and string.lower(a.Name) == string.lower(tostring(args[1])) then
2905 a.Parent = LP
2906 local oldName = a.Name
2907 a.Name = "saved "..oldName
2908 else
2909 for i,n in pairs(LP.Backpack:GetDescendants()) do
2910 if n:IsA("Tool") and string.lower(n.Name) == string.lower(tostring(args[1])) then
2911 n.Parent = LP
2912 local sOldName = n.Name
2913 n.Name = "saved "..sOldName
2914 end
2915 end
2916 end
2917 end
2918 else
2919 for i,v in pairs(LP.Character:GetDescendants()) do
2920 if v:IsA("Tool") then
2921 v.Parent = LP
2922 local oldName = v.Name
2923 v.Name = "saved "..oldName
2924 end
2925 end
2926 end
2927end
2928
2929Commands.loadtool = function(args)
2930 if args[1] then
2931 for i,a in pairs(LP:GetChildren()) do
2932 if a:IsA("Tool") and string.sub(a.Name, 1, 5) == "saved" and string.lower(string.sub(a.Name, 7)) == string.lower(tostring(args[1])) then
2933 a.Parent = LP.Backpack
2934 local currentName = a.Name
2935 a.Name = string.sub(currentName, 7)
2936 end
2937 end
2938 else
2939 for i,v in pairs(LP:GetChildren()) do
2940 if string.sub(v.Name, 1, 5) == "saved" then
2941 v.Parent = LP.Backpack
2942 local currentName = v.Name
2943 v.Name = string.sub(currentName, 7)
2944 end
2945 end
2946 end
2947end
2948
2949Commands.savealltool = function(args)
2950 for i,v in pairs(LP.Character:GetDescendants()) do
2951 if v:IsA("Tool") then
2952 v.Parent = LP
2953 local oldName = v.Name
2954 v.Name = "saved "..oldName
2955 end
2956 end
2957 for i,v in pairs(LP.Backpack:GetDescendants()) do
2958 if v:IsA("Tool") then
2959 v.Parent = LP
2960 local oldName = v.Name
2961 v.Name = "saved "..oldName
2962 end
2963 end
2964end
2965
2966Commands.loadalltool = function(args)
2967 for i,v in pairs(LP:GetChildren()) do
2968 if v:IsA("Tool") and string.sub(v.Name, 1, 5) == "saved" then
2969 v.Parent = LP.Backpack
2970 local currentName = v.Name
2971 v.Name = string.sub(currentName, 7)
2972 end
2973 end
2974end
2975
2976Mouse.KeyDown:Connect(function(key)
2977 if key == clicktpKEY and clicktpACTIVE == true then
2978 if Mouse.Target then
2979 LP.Character.HumanoidRootPart.CFrame = CFrame.new(Mouse.Hit.x, Mouse.Hit.y + 5, Mouse.Hit.z)
2980 end
2981 end
2982 if key == clickdelKEY and clickdelACTIVE == true then
2983 if Mouse.Target then
2984 Mouse.Target:Destroy()
2985 end
2986 end
2987end)
2988Mouse.Button1Down:Connect(function()
2989 if clicktpACTIVE == true and clicktpCLICK == true then
2990 if Mouse.Target then
2991 LP.Character.HumanoidRootPart.CFrame = CFrame.new(Mouse.Hit.x, Mouse.Hit.y + 5, Mouse.Hit.z)
2992 end
2993 end
2994 if clickdelACTIVE == true and clickdelCLICK == true then
2995 if Mouse.Target then
2996 Mouse.Target:Destroy()
2997 end
2998 end
2999end)
3000
3001clicktpKEY = ""
3002clickdelKEY = ""
3003clicktpACTIVE = false
3004clickdelACTIVE = false
3005clicktpCLICK = false
3006clickdelCLICK = false
3007
3008Commands.clicktp = function(args)
3009 if args[1] then
3010 clicktpKEY = string.sub(tostring(args[1]), 1, 1)
3011 clicktpACTIVE = true
3012 clicktpCLICK = false
3013 else
3014 clicktpKEY = ""
3015 clicktpACTIVE = true
3016 clicktpCLICK = true
3017 end
3018 clientSided()
3019end
3020
3021Commands.clickdel = function(args)
3022 if args[1] then
3023 clickdelKEY = string.sub(tostring(args[1]), 1, 1)
3024 clickdelACTIVE = true
3025 clickdelCLICK = false
3026 else
3027 clickdelKEY = ""
3028 clickdelACTIVE = true
3029 clickdelCLICK = true
3030 end
3031 clientSided()
3032end
3033
3034Commands.unclicktp = function(args)
3035 clicktpACTIVE = false
3036end
3037
3038Commands.unclickdel = function(args)
3039 clickdelACTIVE = false
3040end
3041
3042Commands.oof = function(args)
3043 spawn(function()
3044 while wait() do
3045 for i,v in pairs(game:GetService'Players':GetPlayers()) do
3046 if v.Character ~= nil and v.Character:FindFirstChild'Head' then
3047 for _,x in pairs(v.Character.Head:GetChildren()) do
3048 if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true) end
3049 end
3050 end
3051 end
3052 end
3053 end)
3054end
3055
3056Commands.chatlogs = function(args)
3057 MainChatFrame.Position = UDim2.new(0, 760, 0, 261)
3058 MainChatFrame.Visible = true
3059end
3060
3061Commands.stopadmin = function(args)
3062 commandPrefix = " "
3063 following = false
3064 trailing = false
3065 annoying = false
3066 CMDBAR.Visible = false
3067 Match.Visible = false
3068 flying = false
3069end
3070
3071Commands.freecam = function(args)
3072 for i,getFC in pairs(gsWorkspace:GetDescendants()) do
3073 if getFC.Name == "rGETpartNUMBER2" then
3074 getFC:Destroy()
3075 end
3076 end
3077 local CameraPart = Instance.new("Part")
3078 CameraPart.CanCollide = false
3079 CameraPart.CFrame = LP.Character.Head.CFrame
3080 CameraPart.Locked = true
3081 CameraPart.Transparency = 1
3082 CameraPart.Size = Vector3.new(1, 1, 1)
3083 CameraPart.Parent = gsWorkspace
3084 CameraPart.Name = "rGETpartNUMBER2"
3085 if bypassMODE == true then
3086 loopviewfc = true
3087 elseif bypassMODE == false then
3088 gsWorkspace.CurrentCamera.CameraSubject = CameraPart
3089 end
3090 local speedget = 1
3091 local T = CameraPart
3092 local CONTROL = {F = 0, B = 0, L = 0, R = 0}
3093 local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
3094 local SPEED = speedget
3095 if args[1] then
3096 speedfly = tonumber(args[1])
3097 else
3098 speedfly = 1
3099 end
3100 local function freecamfly()
3101 LP.Character.Head.Anchored = true
3102 doFREECAM = true
3103 local BG = Instance.new('BodyGyro', T)
3104 local BV = Instance.new('BodyVelocity', T)
3105 BG.P = 9e4
3106 BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
3107 BG.cframe = T.CFrame
3108 BV.velocity = Vector3.new(0, 0.1, 0)
3109 BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
3110 spawn(function()
3111 repeat wait()
3112 if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
3113 SPEED = 50
3114 elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
3115 SPEED = 0
3116 end
3117 if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
3118 BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (CONTROL.F + CONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(CONTROL.L + CONTROL.R, (CONTROL.F + CONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
3119 lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
3120 elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
3121 BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (lCONTROL.F + lCONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(lCONTROL.L + lCONTROL.R, (lCONTROL.F + lCONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
3122 else
3123 BV.velocity = Vector3.new(0, 0.1, 0)
3124 end
3125 BG.cframe = workspace.CurrentCamera.CoordinateFrame
3126 until not doFREECAM
3127 CONTROL = {F = 0, B = 0, L = 0, R = 0}
3128 lCONTROL = {F = 0, B = 0, L = 0, R = 0}
3129 SPEED = 0
3130 BG:destroy()
3131 BV:destroy()
3132 end)
3133 end
3134 Mouse.KeyDown:connect(function(KEY)
3135 if KEY:lower() == 'w' then
3136 CONTROL.F = speedfly
3137 elseif KEY:lower() == 's' then
3138 CONTROL.B = -speedfly
3139 elseif KEY:lower() == 'a' then
3140 CONTROL.L = -speedfly
3141 elseif KEY:lower() == 'd' then
3142 CONTROL.R = speedfly
3143 end
3144 end)
3145 Mouse.KeyUp:connect(function(KEY)
3146 if KEY:lower() == 'w' then
3147 CONTROL.F = 0
3148 elseif KEY:lower() == 's' then
3149 CONTROL.B = 0
3150 elseif KEY:lower() == 'a' then
3151 CONTROL.L = 0
3152 elseif KEY:lower() == 'd' then
3153 CONTROL.R = 0
3154 end
3155 end)
3156 freecamfly()
3157end
3158
3159Commands.fc = function(args)
3160 if args[1] then
3161 run(commandPrefix.."freecam "..args[1])
3162 else
3163 run(commandPrefix.."freecam")
3164 end
3165end
3166
3167Commands.unfreecam = function(args)
3168 doFREECAM = false
3169 LP.Character.Head.Anchored = false
3170 view(LP)
3171 if gsWorkspace.rGETpartNUMBER2 then
3172 gsWorkspace.rGETpartNUMBER2:Destroy()
3173 end
3174 loopviewfc = false
3175end
3176
3177Commands.unfc = function(args)
3178 doFREECAM = false
3179 LP.Character.Head.Anchored = false
3180 view(LP)
3181 if gsWorkspace.rGETpartNUMBER2 then
3182 gsWorkspace.rGETpartNUMBER2:Destroy()
3183 end
3184 loopviewfc = false
3185end
3186
3187Commands.gotofc = function(args)
3188 doFREECAM = false
3189 LP.Character.Head.Anchored = false
3190 view(LP)
3191 pcall(function()
3192 LP.Character.HumanoidRootPart.CFrame = gsWorkspace.rGETpartNUMBER2.CFrame
3193 gsWorkspace.rGETpartNUMBER2:Destroy()
3194 end)
3195 loopviewfc = false
3196end
3197
3198Commands.fctp = function(args)
3199 if args[1] then
3200 for i,v in pairs(findPlayer(args[1])) do
3201 pcall(function()
3202 gsWorkspace.rGETpartNUMBER2.CFrame = v.Character.Head.CFrame
3203 end)
3204 end
3205 end
3206end
3207
3208Commands.cmds = function(args)
3209 CMDSmain.Position = UDim2.new(0, 695, 0, 297)
3210 CMDSmain.Visible = true
3211 CMDSmain:TweenSize(UDim2.new(0, 440, 0, 367), "InOut", "Sine", 1)
3212end
3213
3214Commands.fullcredits = function(args)
3215 Notification("info", "Credit to Autumn, Josh and 3dsboy08 (Help with "..commandPrefix.."remotespy and anti client kick)", 1)
3216 Notification("info", "Credit to Infinite Yield developers (Assisted in "..commandPrefix.."esp and "..commandPrefix.."fly commands)", 1)
3217 Notification("info", "Credit to Timeless ("..commandPrefix.."invisible) and Harkinian ("..commandPrefix.."shutdown)", 1)
3218 Notification("info", "Credit to DEX creators ("..commandPrefix.."explorer) and xFunnieuss ("..commandPrefix.."spinhats)", 1)
3219 Notification("info", "Only creator is illremember", 2)
3220end
3221
3222Commands.hotkey = function(args)
3223 if args[1] then
3224 local hotkeyKEY = string.sub(tostring(args[1]), 1, 3)
3225 if args[2] then
3226 table.remove(args, 1)
3227 local hotkeyCMD = table.concat(args, " ")
3228 table.insert(hotkeys, hotkeyCMD.."//"..hotkeyKEY)
3229 fullUpdate()
3230 Notification("info", "Hotkey added!", 1)
3231 end
3232 end
3233end
3234
3235Mouse.KeyDown:Connect(function(key)
3236 for i,v in pairs(hotkeys) do
3237 local currentKey = string.match(v, "[%a%d]+$")
3238 if string.len(currentKey) == 1 then
3239 if key == string.sub(v, #v, #v) then
3240 local commandtoRUN = string.match(v, "^[%w%s]+")
3241 if string.sub(string.lower(tostring(commandtoRUN)), 1, 3) == "fly" then
3242 if bypassMODE == true then
3243 if doFREECAM == false then
3244 run(commandPrefix..tostring(commandtoRUN))
3245 else
3246 run(commandPrefix.."unfly")
3247 end
3248 else
3249 if flying == false then
3250 run(commandPrefix..tostring(commandtoRUN))
3251 else
3252 run(commandPrefix.."unfly")
3253 end
3254 end
3255 elseif tostring(commandtoRUN) == "noclip" then
3256 if noclip == false then
3257 run(commandPrefix..tostring(commandtoRUN))
3258 else
3259 run(commandPrefix.."clip")
3260 end
3261 elseif tostring(commandtoRUN) == "freecam" or tostring(commandtoRUN) == "fc" then
3262 if doFREECAM == false then
3263 run(commandPrefix..tostring(commandtoRUN))
3264 else
3265 if fchotkeymode == "goto" then
3266 run(commandPrefix.."gotofc")
3267 elseif fchotkeymode == "unfc" then
3268 run(commandPrefix.."unfreecam")
3269 end
3270 end
3271 else
3272 run(commandPrefix..tostring(commandtoRUN))
3273 end
3274 end
3275 else
3276 if string.lower(string.sub(tostring(currentKey), 1, 1)) == "f" then
3277 local commandtoRUN = string.match(v, "^[%w%s]+")
3278 local hotkeyadjust = tonumber(string.sub(currentKey, 2, 3)) + 25
3279 if string.byte(key) == hotkeyadjust then
3280 if string.sub(string.lower(tostring(commandtoRUN)), 1, 3) == "fly" then
3281 if bypassMODE == true then
3282 if doFREECAM == false then
3283 run(commandPrefix..tostring(commandtoRUN))
3284 else
3285 run(commandPrefix.."unfly")
3286 end
3287 else
3288 if flying == false then
3289 run(commandPrefix..tostring(commandtoRUN))
3290 else
3291 run(commandPrefix.."unfly")
3292 end
3293 end
3294 elseif tostring(commandtoRUN) == "noclip" then
3295 if noclip == false then
3296 run(commandPrefix..tostring(commandtoRUN))
3297 else
3298 run(commandPrefix.."clip")
3299 end
3300 elseif tostring(commandtoRUN) == "freecam" or tostring(commandtoRUN) == "fc" then
3301 if doFREECAM == false then
3302 run(commandPrefix..tostring(commandtoRUN))
3303 else
3304 if fchotkeymode == "goto" then
3305 run(commandPrefix.."gotofc")
3306 elseif fchotkeymode == "unfc" then
3307 run(commandPrefix.."unfreecam")
3308 end
3309 end
3310 else
3311 run(commandPrefix..tostring(commandtoRUN))
3312 end
3313 end
3314 end
3315 end
3316 end
3317end)
3318
3319Commands.removeallhotkey = function(args)
3320 hotkeys = {}
3321 fullUpdate()
3322 Notification("warning", "All hotkeys reset/removed", 6)
3323end
3324
3325Commands.removehotkey = function(args)
3326 if args[1] then
3327 for i,v in pairs(hotkeys) do
3328 local currentKey = string.match(v, "[%a%d]+$")
3329 if currentKey == string.lower(tostring(args[1])) then
3330 table.remove(hotkeys, i)
3331 fullUpdate()
3332 end
3333 end
3334 end
3335end
3336
3337Commands.printhotkeys = function(args)
3338 for i,v in pairs(hotkeys) do
3339 warn("HOTKEYS:")
3340 print(v)
3341 end
3342end
3343
3344Commands.os = function(args)
3345 if args[1] then
3346 for i,v in pairs(findPlayer(args[1])) do
3347 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(v.Name.." is on "..v.OsPlatform, "All")
3348 end
3349 end
3350end
3351
3352spinning = false
3353Commands.spin = function(args)
3354 if args[1] then
3355 for i,v in pairs(findSinglePlayer(args[1])) do
3356 run(commandPrefix.."attach "..v.Name)
3357 annplr = v
3358 annoying = true
3359 spinning = true
3360 end
3361 end
3362end
3363
3364Commands.unspin = function(args)
3365 if spinning then
3366 annoying = false
3367 spinning = false
3368 end
3369 run(""..commandPrefix.."unattach")
3370end
3371
3372Commands.explorer = function(args)
3373 loadstring(game:GetObjects("rbxassetid://418957341")[1].Source)()
3374 Notification("info", "Loaded DEX explorer!", 5)
3375end
3376
3377Commands.maxzoom = function(args)
3378 if args[1] then
3379 LP.CameraMaxZoomDistance = args[1]
3380 end
3381end
3382
3383Commands.stare = function(args)
3384 if args[1] then
3385 for i,v in pairs(findSinglePlayer(args[1])) do
3386 stareplr = v
3387 staring = true
3388 end
3389 end
3390end
3391
3392Commands.unstare = function(args)
3393 staring = false
3394end
3395
3396Commands.tempgod = function(args)
3397 local hu = LP.Character.Humanoid
3398 local l = Instance.new("Humanoid")
3399 l.Parent = LP.Character
3400 l.Name = "Humanoid"
3401 wait(0.1)
3402 hu.Parent = LP
3403 gsWorkspace.CurrentCamera.CameraSubject = LP.Character
3404 LP.Character.Animate.Disabled = true
3405 wait(0.1)
3406 LP.Character.Animate.Disabled = false
3407 Notification("info", "Enabled Temp FE Godmode", 4)
3408end
3409
3410Commands.void = function(args)
3411 if hasTools() == false then
3412 Notification("warning", "You need a tool in your backpack/inventory to use this command.", 8)
3413 else
3414 FEGodmode()
3415 for i,v in pairs(LP.Backpack:GetChildren())do
3416 LP.Character.Humanoid:EquipTool(v)
3417 end
3418 if args[1] then
3419 for i,v in pairs(findSinglePlayer(args[1])) do
3420 local NOW = LP.Character.HumanoidRootPart.CFrame
3421 LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
3422 wait(0.3)
3423 LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
3424 local function tp(player,player2)
3425 local char1,char2=player.Character,player2.Character
3426 if char1 and char2 then
3427 char1:MoveTo(char2.Head.Position)
3428 end
3429 end
3430 wait(0.5)
3431 LP.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(999999999999999,0,999999999999999))
3432 end
3433 end
3434 end
3435end
3436
3437Commands.freefall = function(args)
3438 if hasTools() == false then
3439 Notification("warning", "You need a tool in your backpack/inventory to use this command.", 8)
3440 else
3441 FEGodmode()
3442 for i,v in pairs(LP.Backpack:GetChildren())do
3443 LP.Character.Humanoid:EquipTool(v)
3444 end
3445 if args[1] then
3446 for i,v in pairs(findSinglePlayer(args[1])) do
3447 local NOW = LP.Character.HumanoidRootPart.CFrame
3448 LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
3449 wait(0.3)
3450 LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
3451 wait(0.5)
3452 LP.Character.HumanoidRootPart.CFrame = NOW
3453 wait(0.5)
3454 LP.Character.HumanoidRootPart.CFrame = NOW
3455 wait(0.6)
3456 LP.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
3457 end
3458 end
3459 end
3460end
3461
3462Commands.version = function(args)
3463 Notification("info", "Current Shattervast Version: V2.8", 7)
3464end
3465
3466Commands.shiftlockon = function(args)
3467 LP.DevEnableMouseLock = true
3468 Notification("info", "Shift lock enabled!", 5)
3469end
3470
3471for i,needChat in pairs(gsPlayers:GetPlayers()) do
3472 needChat.Chatted:Connect(function(msg)
3473 if copychatall then
3474 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(msg, "All")
3475 end
3476 end)
3477end
3478gsPlayers.PlayerAdded:Connect(function(plr)
3479 plr.Chatted:Connect(function(msg)
3480 if copychatall then
3481 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(msg, "All")
3482 end
3483 end)
3484end)
3485
3486copychatplayer = nil
3487copychatall = false
3488copychatACTIVE = false
3489Commands.copychat = function(args)
3490 if args[1] then
3491 if string.lower(args[1]) == "all" or string.lower(args[1]) == "others" then
3492 copychatall = true
3493 else
3494 for i,v in pairs(findPlayer(args[1])) do
3495 if v ~= LP then
3496 copychatplayer = v
3497 copychatACTIVE = true
3498 end
3499 end
3500 end
3501 end
3502end
3503
3504Commands.uncopychat = function(args)
3505 copychatall = false
3506 copychatACTIVE = false
3507end
3508
3509Commands.newkill = function(args)
3510 if hasTools() == false then
3511 Notification("warning", "You need TWO tools in your backpack/inventory to use this command.", 8)
3512 else
3513 if args[1] then
3514 for i,plr in pairs(findSinglePlayer(args[1])) do
3515 for i,v in pairs(LP.Backpack:GetChildren())do
3516 LP.Character.Humanoid:EquipTool(v)
3517 end
3518 for i,v in pairs(LP.Backpack:GetDescendants()) do
3519 if v:IsA("Tool") then
3520 v.Parent = LP.Character
3521 wait()
3522 v.Parent = plr.Character
3523 end
3524 end
3525 wait(0.4)
3526 LP.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(4000000, -10, 200000))
3527 end
3528 end
3529 end
3530end
3531
3532Commands.newattach = function(args)
3533 if hasTools() == false then
3534 Notification("warning", "You need TWO tools in your backpack/inventory to use this command.", 8)
3535 else
3536 if args[1] then
3537 for i,plr in pairs(findSinglePlayer(args[1])) do
3538 for i,v in pairs(LP.Backpack:GetChildren())do
3539 LP.Character.Humanoid:EquipTool(v)
3540 end
3541 for i,v in pairs(LP.Backpack:GetDescendants()) do
3542 if v:IsA("Tool") then
3543 v.Parent = LP.Character
3544 wait()
3545 v.Parent = plr.Character
3546 end
3547 end
3548 end
3549 end
3550 end
3551end
3552
3553Commands.newbring = function(args)
3554 if hasTools() == false then
3555 Notification("warning", "You need TWO tools in your backpack/inventory to use this command.", 8)
3556 else
3557 if args[1] then
3558 for i,plr in pairs(findSinglePlayer(args[1])) do
3559 local NOW = LP.Character.HumanoidRootPart.CFrame
3560 for i,v in pairs(LP.Backpack:GetChildren())do
3561 LP.Character.Humanoid:EquipTool(v)
3562 end
3563 for i,v in pairs(LP.Backpack:GetDescendants()) do
3564 if v:IsA("Tool") then
3565 v.Parent = LP.Character
3566 wait()
3567 v.Parent = plr.Character
3568 end
3569 end
3570 wait(0.4)
3571 LP.Character.HumanoidRootPart.CFrame = NOW
3572 wait(0.4)
3573 LP.Character.HumanoidRootPart.CFrame = NOW
3574 end
3575 end
3576 end
3577end
3578
3579Commands.spawn = function(args)
3580 if args[1] then
3581 if string.lower(tostring(args[1])) == "ws" then
3582 spawnWS = args[2] or CurrentWalkspeed
3583 LP.Character.Humanoid.WalkSpeed = args[2] or CurrentWalkspeed
3584 elseif string.lower(tostring(args[1])) == "jp" then
3585 spawnJP = args[2] or CurrentJumppower
3586 LP.Character.Humanoid.JumpPower = args[2] or CurrentJumppower
3587 elseif string.lower(tostring(args[1])) == "hh" then
3588 spawnHH = args[2] or CurrentHipheight
3589 LP.Character.Humanoid.HipHeight = args[2] or CurrentHipheight
3590 elseif string.lower(tostring(args[1])) == "god" then
3591 spawningfegod = true
3592 FEGodmode()
3593 end
3594 end
3595end
3596
3597Commands.unspawn = function(args)
3598 spawnWS = CurrentWalkspeed
3599 spawnJP = CurrentJumppower
3600 spawnHH = CurrentHipheight
3601 spawningfegod = false
3602 Notification("info", "Reset spawning stats", 5)
3603end
3604
3605savingtoolsloop = false
3606Commands.autosavetool = function(args)
3607 if args[1] then
3608 if string.lower(tostring(args[1])) == "on" then
3609 savingtoolsloop = true
3610 elseif string.lower(tostring(args[1])) == "off" then
3611 savingtoolsloop = false
3612 end
3613 end
3614end
3615
3616modeFling = false
3617modeCompliment = false
3618modeMove = false
3619modeInfo = false
3620Commands.beginbot = function(args)
3621 if not args[1] then
3622 print("fling // compliment // move // info")
3623 Notification("info", ""..commandPrefix.."beginbot Modes printed", 5)
3624 else
3625 if string.lower(tostring(args[1])) == "fling" then
3626 modeFling = true
3627 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Hello! I am Fling-Bot 5000! Say !fling [Player] to fling that player!", "All")
3628 elseif string.lower(tostring(args[1])) == "compliment" then
3629 modeCompliment = true
3630 complimentReady = true
3631 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Good day, I am Compliment-Bot. Say !c [Player] to give them a compliment.", "All")
3632 elseif string.lower(tostring(args[1])) == "move" then
3633 modeMove = true
3634 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Hi, I am movement bot. Commands you can use: !walk [Player], !bringbot, !follow [Player].", "All")
3635 elseif string.lower(tostring(args[1])) == "info" then
3636 modeInfo = true
3637 infoReady = true
3638 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Hey, I'm Info-Bot. Commands you can use: !age [Player], !id [Player].", "All")
3639 end
3640 end
3641end
3642
3643Commands.endbot = function(args)
3644 if not args[1] then
3645 modeFling = false
3646 modeCompliment = false
3647 modeMove = false
3648 modeInfo = false
3649 else
3650 if string.lower(tostring(args[1])) == "fling" then
3651 modeFling = false
3652 elseif string.lower(tostring(args[1])) == "compliment" then
3653 modeCompliment = false
3654 elseif string.lower(tostring(args[1])) == "move" then
3655 modeMove = false
3656 elseif string.lower(tostring(args[1])) == "info" then
3657 modeInfo = false
3658 end
3659 end
3660end
3661
3662Commands.stopsit = function(args)
3663 stopsitting = true
3664end
3665
3666Commands.gosit = function(args)
3667 stopsitting = false
3668end
3669
3670chattingerror = true
3671Commands.chaterror = function(args)
3672 if chattingerror then
3673 chattingerror = false
3674 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(" ", "All")
3675 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(" ", "All")
3676 wait(4)
3677 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(" ", "All")
3678 wait(3)
3679 chattingerror = true
3680 end
3681end
3682
3683spawnpos = nil
3684spawningpos = true
3685Commands.spawnpoint = function(args)
3686 spawnpos = LP.Character.HumanoidRootPart.CFrame
3687 spawningpos = true
3688 Notification("info", "Spawn point has been set! Use "..commandPrefix.."nospawn to remove.", 6)
3689end
3690
3691Commands.nospawn = function(args)
3692 spawningpos = false
3693 Notification("info", "Spawn point has been removed. Use "..commandPrefix.."spawnpoint to enable.", 6)
3694end
3695
3696Commands.bypass = function(args)
3697 if args[1] then
3698 if string.lower(tostring(args[1])) == "on" then
3699 bypassMODE = true
3700 Notification("warning", "Bypass mode turned on, this changes functions of "..commandPrefix.."fly and other commands to bypass most anti-exploits.", 7)
3701 elseif string.lower(tostring(args[1])) == "off" then
3702 bypassMODE = false
3703 Notification("warning", "Bypass mode has been turned off.", 7)
3704 end
3705 end
3706end
3707
3708Commands.fixcam = function(args)
3709 gsWorkspace.CurrentCamera:Destroy()
3710 wait(0.1)
3711 game:GetService("Workspace").CurrentCamera.CameraSubject = LP.Character.Humanoid
3712 game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
3713 LP.CameraMinZoomDistance = 0.5
3714 LP.CameraMaxZoomDistance = 400
3715 LP.CameraMode = "Classic"
3716 LP.DevCameraOcclusionMode = CurrentNormal
3717end
3718
3719Commands.gotoobj = function(args)
3720 if args[1] then
3721 for i,v in pairs(gsWorkspace:GetDescendants()) do
3722 if string.lower(v.Name) == string.lower(tostring(args[1])) then
3723 LP.Character.HumanoidRootPart.CFrame = v.CFrame + Vector3.new(0, 3, 0)
3724 end
3725 end
3726 end
3727end
3728
3729Commands.breakcam = function(args)
3730 gsWorkspace.CurrentCamera.CameraSubject = LP.Character.Head
3731end
3732
3733Commands.inviscam = function(args)
3734 LP.DevCameraOcclusionMode = "Invisicam"
3735end
3736
3737printobjKEY = ""
3738printobjCLICKING = false
3739printobjACTIVE = false
3740
3741Commands.printobj = function(args)
3742 if args[1] then
3743 printobjKEY = string.sub(tostring(args[1]), 1, 1)
3744 printobjACTIVE = true
3745 printobjCLICKING = false
3746 else
3747 printobjKEY = ""
3748 printobjACTIVE = true
3749 printobjCLICKING = true
3750 end
3751end
3752
3753Mouse.KeyDown:Connect(function(key)
3754 if key == printobjKEY and printobjACTIVE == true then
3755 if Mouse.Target then
3756 local path = Mouse.Target:GetFullName()
3757 local getPath = "game:GetService(\"Workspace\")"
3758 local getSpaces = ""
3759 local separate = {}
3760 local a = nil
3761 for v in string.gmatch(string.sub(path, 10), "[^.]+") do
3762 if string.match(v, " ") then
3763 a = "["..v.."]"
3764 table.insert(separate, a)
3765 else
3766 a = "."..v
3767 table.insert(separate, a)
3768 end
3769 getSpaces = table.concat(separate, "")
3770 end
3771 local fullPath = getPath..getSpaces
3772 print(fullPath)
3773 end
3774 end
3775end)
3776Mouse.Button1Down:Connect(function()
3777 if printobjCLICKING == true and printobjACTIVE == true then
3778 if Mouse.Target then
3779 local path = Mouse.Target:GetFullName()
3780 local getPath = "game:GetService(\"Workspace\")"
3781 local getSpaces = ""
3782 local separate = {}
3783 local a = nil
3784 for v in string.gmatch(string.sub(path, 10), "[^.]+") do
3785 if string.match(v, " ") then
3786 a = "["..v.."]"
3787 table.insert(separate, a)
3788 else
3789 a = "."..v
3790 table.insert(separate, a)
3791 end
3792 getSpaces = table.concat(separate, "")
3793 end
3794 local fullPath = getPath..getSpaces
3795 print(fullPath)
3796 end
3797 end
3798end)
3799
3800Commands.unprintobj = function(args)
3801 printobjACTIVE = false
3802 printobjCLICKING = false
3803end
3804
3805Commands.hotkeyfc = function(args)
3806 if args[1] then
3807 if string.lower(tostring(args[1])) == "goto" then
3808 fchotkeymode = "goto"
3809 elseif string.lower(tostring(args[1])) == "unfc" then
3810 fchotkeymode = "unfc"
3811 end
3812 fullUpdate()
3813 end
3814end
3815
3816Commands.carpet = function(args)
3817 if args[1] then
3818 for i,v in pairs(findSinglePlayer(args[1])) do
3819 if v ~= nil then
3820 annoying = true
3821 annplr = v
3822 local carpetAnimation = Instance.new("Animation")
3823 carpetAnimation.AnimationId = "rbxassetid://282574440"
3824 carpetTrack = LP.Character.Humanoid:LoadAnimation(carpetAnimation)
3825 carpetTrack:Play(.1, 1, 1)
3826 end
3827 end
3828 end
3829end
3830
3831Commands.uncarpet = function(args)
3832 annoying = false
3833 carpetTrack:Stop()
3834end
3835
3836Commands.brickcreate = function(args)
3837 if args[1] then
3838 local createPosition = LP.Character.HumanoidRootPart.CFrame
3839 if args[2] and args[3] and args[4] then
3840 createPosition = CFrame.new(Vector3.new(args[2], args[3], args[4]))
3841 else
3842 createPosition = LP.Character.HumanoidRootPart.CFrame
3843 end
3844 for i = 1, args[1] do
3845 LP.Character.HumanoidRootPart.CFrame = createPosition
3846 run(commandPrefix.."blockhats")
3847 wait(0.2)
3848 run(commandPrefix.."drophats")
3849 wait(0.2)
3850 run(commandPrefix.."reset")
3851 wait(6)
3852 end
3853 end
3854end
3855
3856Commands.forward = function(args)
3857 if args[1] then
3858 forwardSpeed = args[1]
3859 else
3860 forwardSpeed = 1
3861 end
3862 cmdForward = true
3863end
3864
3865Commands.unforward = function(args)
3866 cmdForward = false
3867end
3868
3869Commands.id = function(args)
3870 if args[1] then
3871 for i,v in pairs(findPlayer(args[1])) do
3872 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(v.Name.." Account ID: "..v.UserId.."!", "All")
3873 end
3874 end
3875end
3876
3877Commands.spinhats = function(args) -- Credit to xFunnieuss
3878 for i,v in pairs(LP.Character:GetDescendants()) do
3879 if v:IsA("Accessory") or v:IsA("Hat") then
3880 local keep = Instance.new("BodyPosition") keep.Parent = v.Handle keep.Name = "no"
3881 local spin = Instance.new("BodyAngularVelocity") spin.Parent = v.Handle spin.Name = "ha"
3882 if v.Handle.AccessoryWeld then
3883 v.Handle.AccessoryWeld:Destroy()
3884 end
3885 if args[1] then
3886 spin.AngularVelocity = Vector3.new(0, args[1], 0)
3887 spin.MaxTorque = Vector3.new(0, args[1] * 2, 0)
3888 else
3889 spin.AngularVelocity = Vector3.new(0, 100, 0)
3890 spin.MaxTorque = Vector3.new(0, 200, 0)
3891 end
3892 keep.P = 30000
3893 keep.D = 50
3894 spinObj = keep
3895 spinTOhead = true
3896 end
3897 end
3898end
3899
3900Commands.unspinhats = function(args)
3901 for i,v in pairs(LP.Character:GetDescendants()) do
3902 if v:IsA("Accessory") or v:IsA("Hat") then
3903 pcall(function()
3904 run(commandPrefix.."drophats")
3905 wait(2)
3906 v.Handle.spin:Destroy()
3907 v.Handle.keep:Destroy()
3908 end)
3909 end
3910 end
3911end
3912
3913savedmap = {}
3914Commands.savemap = function(args)
3915 for i,v in pairs(gsWorkspace:GetChildren()) do
3916 v.Archivable = true
3917 if not v:IsA("Terrain") and not v:IsA("Camera") then
3918 if not gsPlayers:FindFirstChild(v.Name) then
3919 table.insert(savedmap, v:Clone())
3920 end
3921 end
3922 end
3923 clientSided()
3924end
3925
3926Commands.loadmap = function(args)
3927 for i,v in pairs(gsWorkspace:GetChildren()) do
3928 if not v:IsA("Terrain") and not v:IsA("Camera") then
3929 if not gsPlayers:FindFirstChild(v.Name) then
3930 pcall(function()
3931 v:Destroy()
3932 end)
3933 end
3934 end
3935 end
3936 for i,a in ipairs(savedmap) do
3937 a:Clone().Parent = gsWorkspace
3938 end
3939 clientSided()
3940end
3941
3942Commands.creatorid = function(args)
3943 LP.UserId = game.CreatorId
3944end
3945
3946Commands.gameid = function(args)
3947 Notification("info", "Current game's ID = "..game.GameId, 8)
3948end
3949
3950Commands.delobj = function(args)
3951 if args[1] then
3952 for i,v in pairs(gsWorkspace:GetDescendants()) do
3953 if string.lower(v.Name) == string.lower(tostring(args[1])) then
3954 v:Destroy()
3955 clientSided()
3956 end
3957 end
3958 end
3959end
3960
3961Commands.glide = function(args)
3962 if args[1] then
3963 for i,v in pairs(findSinglePlayer(args[1])) do
3964 local goal = {}
3965 goal.CFrame = v.Character.HumanoidRootPart.CFrame
3966 local defaultSpeed = 3
3967 if args[2] then
3968 if tonumber(args[2]) < 10 then
3969 defaultSpeed = tonumber(args[2])
3970 else
3971 defaultSpeed = 5
3972 end
3973 else
3974 defaultSpeed = 3
3975 end
3976 local goalFunction = gsTween:Create(LP.Character.HumanoidRootPart, TweenInfo.new(defaultSpeed, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), goal)
3977 goalFunction:Play()
3978 end
3979 end
3980end
3981
3982stutterON = false
3983Commands.stutter = function(args)
3984 if args[1] then
3985 if string.lower(tostring(args[1])) == "on" then
3986 stutterON = true
3987 elseif string.lower(tostring(args[1])) == "off" then
3988 stutterON = false
3989 wait(0.4)
3990 LP.Character.HumanoidRootPart.Anchored = false
3991 end
3992 end
3993end
3994
3995spawn(function()
3996 while wait(0.1) do
3997 if stutterON == true then
3998 LP.Character.HumanoidRootPart.Anchored = false
3999 wait(0.1)
4000 LP.Character.HumanoidRootPart.Anchored = true
4001 end
4002 end
4003end)
4004
4005Commands.platform = function(args)
4006 local a = Instance.new("Part")
4007 a.Parent = gsWorkspace
4008 a.Size = Vector3.new(10, 1, 10)
4009 a.Anchored = true
4010 a.CFrame = LP.Character.HumanoidRootPart.CFrame + Vector3.new(0, 5, 0)
4011 LP.Character.HumanoidRootPart.CFrame = a.CFrame + Vector3.new(0, 2, 0)
4012 clientSided()
4013 wait(20)
4014 a:Destroy()
4015end
4016
4017Commands.servertime = function(args)
4018 Notification("info", "Server time is "..math.ceil(tonumber(gsWorkspace.DistributedGameTime)).." seconds.", 8)
4019end
4020
4021Commands.ride = function(args)
4022 if args[1] then
4023 for i,v in pairs(findSinglePlayer(args[1])) do
4024 local Anim = Instance.new("Animation")
4025 Anim.AnimationId = "rbxassetid://179224234"
4026 RIDEtrack = LP.Character.Humanoid:LoadAnimation(Anim)
4027 rideACTIVE = true
4028 ridePLAYER = v
4029 RIDEtrack:Play()
4030 end
4031 end
4032end
4033
4034Commands.unride = function(args)
4035 RIDEtrack:Stop()
4036 rideACTIVE = false
4037end
4038
4039Commands.cmute = function(args)
4040 if args[1] then
4041 for i,v in pairs(findSinglePlayer(args[1])) do
4042 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/mute "..v.Name, "All")
4043 clientSided()
4044 end
4045 end
4046end
4047
4048Commands.uncmute = function(args)
4049 if args[1] then
4050 for i,v in pairs(findSinglePlayer(args[1])) do
4051 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/unmute "..v.Name, "All")
4052 end
4053 end
4054end
4055
4056Commands.hat = function(args)
4057 if args[1] then
4058 for i,v in pairs(findSinglePlayer(args[1])) do
4059 local Anim = Instance.new("Animation")
4060 Anim.AnimationId = "rbxassetid://282574440"
4061 HATtrack = LP.Character.Humanoid:LoadAnimation(Anim)
4062 rideACTIVE = true
4063 ridePLAYER = v
4064 HATtrack:Play()
4065 view(v)
4066 end
4067 end
4068end
4069
4070Commands.unhat = function(args)
4071 HATtrack:Stop()
4072 rideACTIVE = false
4073 view(LP)
4074end
4075
4076--[[Commands.spawnreset = function(args)
4077 if args[1] then
4078 if string.lower(tostring(args[1])) == "on" then
4079 spawningatreset = true
4080 elseif string.lower(tostring(args[1])) == "off" then
4081 spawningatreset = false
4082 end
4083 end
4084end]]
4085
4086Commands.chat = function(args)
4087 if args[1] then
4088 local Chatmsg = table.concat(args, " ")
4089 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(Chatmsg, "All")
4090 end
4091end
4092
4093-- findPlayer function (ALL, OTHERS, ME, NOOBS, VETERANS, OLDVETERANS, FRIENDS, NOFRIENDS, DEFAULT, RANDOM, SAMETEAM, NOTEAM, OTHERTEAM, TEAMname)
4094function findPlayer(plr)
4095 local players = {}
4096 local find = plr:lower()
4097 local getAllNames = getmultipleplayers(find)
4098 for i,mplr in pairs(getAllNames) do
4099 if mplr == "all" then
4100 for i,v in pairs(gsPlayers:GetPlayers()) do
4101 table.insert(players,v)
4102 end
4103 elseif mplr == "others" then
4104 for i,v in pairs(gsPlayers:GetPlayers()) do
4105 if v.Name ~= LP.Name then
4106 table.insert(players,v)
4107 end
4108 end
4109 elseif mplr == "me" then
4110 table.insert(players,LP)
4111 elseif mplr == "noobs" then
4112 for i,v in pairs(gsPlayers:GetPlayers()) do
4113 if v.AccountAge <= 3 then
4114 table.insert(players,v)
4115 end
4116 end
4117 elseif mplr == "veterans" then
4118 for i,v in pairs(gsPlayers:GetPlayers()) do
4119 if v.AccountAge >= 365 then
4120 table.insert(players,v)
4121 end
4122 end
4123 elseif mplr == "oldveterans" then
4124 for i,v in pairs(gsPlayers:GetPlayers()) do
4125 if v.AccountAge >= 1500 then
4126 table.insert(players,v)
4127 end
4128 end
4129 elseif mplr == "friends" then
4130 for i,v in pairs(gsPlayers:GetPlayers()) do
4131 if v:IsFriendsWith(LP.UserId) and v.Name ~= LP.Name then
4132 table.insert(players,v)
4133 end
4134 end
4135 elseif mplr == "nofriends" then
4136 for i,v in pairs(gsPlayers:GetPlayers()) do
4137 if not v:IsFriendsWith(LP.UserId) and v.Name ~= LP.Name then
4138 table.insert(players,v)
4139 end
4140 end
4141 elseif mplr == "default" then
4142 for i,v in pairs(gsPlayers:GetPlayers()) do
4143 if v.Character:FindFirstChild("Pal Hair") or v.Character:FindFirstChild("Kate Hair") then
4144 table.insert(players,v)
4145 end
4146 end
4147 elseif mplr == "random" then
4148 for i,v in pairs(gsPlayers:GetPlayers()) do
4149 table.insert(players,v[math.random(1, #v)])
4150 end
4151 elseif mplr == "sameteam" then
4152 for i,v in pairs(gsPlayers:GetPlayers()) do
4153 if v.Team == LP.Team then
4154 table.insert(players,v)
4155 end
4156 end
4157 elseif mplr == "noteam" then
4158 for i,v in pairs(gsPlayers:GetPlayers()) do
4159 if v.Team == nil then
4160 table.insert(players,v)
4161 end
4162 end
4163 elseif mplr == "otherteam" then
4164 for i,v in pairs(gsPlayers:GetPlayers()) do
4165 if v.Team ~= LP.Team then
4166 table.insert(players,v)
4167 end
4168 end
4169 elseif string.sub(mplr, 1, 4) == "team" then
4170 for i,v in pairs(gsPlayers:GetPlayers()) do
4171 local spaceTEAM = {}
4172 for teamValues in (string.gmatch(string.sub(mplr, 5), "[^_]+")) do
4173 spaceTEAM[#spaceTEAM + 1] = teamValues
4174 end
4175 local gottrueteam = table.concat(spaceTEAM, " ")
4176 if string.lower(tostring(v.Team)) == string.lower(gottrueteam) then
4177 table.insert(players,v)
4178 end
4179 end
4180 else
4181 for i,v in pairs(gsPlayers:GetPlayers()) do
4182 if string.lower(v.Name):sub(1, #mplr) == string.lower(mplr) then
4183 table.insert(players,v)
4184 end
4185 end
4186 end
4187 end
4188
4189 return players
4190end
4191function getmultipleplayers(plr)
4192 local plrsgotten = {}
4193 for i in string.gmatch(plr,"[^,]+") do
4194 table.insert(plrsgotten,i)
4195 end
4196 return plrsgotten
4197end
4198function findSinglePlayer(plr)
4199 local players = {}
4200 local find = plr:lower()
4201 if find == "me" then
4202 table.insert(players,LP)
4203 else
4204 for i,v in pairs(gsPlayers:GetPlayers()) do
4205 if string.lower(v.Name):sub(1, #find) == string.lower(find) then
4206 table.insert(players,v)
4207 end
4208 end
4209 end
4210 local oneplayer = {}
4211 pcall(function()
4212 table.insert(oneplayer, players[math.random(1, #players)])
4213 end)
4214 return oneplayer
4215end
4216
4217-- Anti Kick
4218
4219if getrawmetatable then
4220 function formatargs(getArgs,v)
4221 if #getArgs == 0 then
4222 return ""
4223 end
4224
4225 local collectArgs = {}
4226 for k,v in next,getArgs do
4227 local argument = ""
4228 if type(v) == "string" then
4229 argument = "\""..v.."\""
4230 elseif type(v) == "table" then
4231 argument = "{" .. formatargs(v,true) .. "}"
4232 else
4233 argument = tostring(v)
4234 end
4235 if v and type(k) ~= "number" then
4236 table.insert(collectArgs,k.."="..argument)
4237 else
4238 table.insert(collectArgs,argument)
4239 end
4240 end
4241 return table.concat(collectArgs, ", ")
4242 end
4243
4244 kicknum = 0
4245 local game_meta = getrawmetatable(game)
4246 local game_namecall = game_meta.__namecall
4247 local game_index = game_meta.__index
4248 local w = (setreadonly or fullaccess or make_writeable)
4249 pcall(w, game_meta, false)
4250 game_meta.__namecall = function(out, ...)
4251 local args = {...}
4252 local Method = args[#args]
4253 args[#args] = nil
4254
4255 if Method == "Kick" and out == LP then
4256 kicknum = kicknum + 1
4257 warn("Blocked client-kick attempt "..kicknum)
4258 return
4259 end
4260
4261 if antiremotes then
4262 if Method == "FireServer" or Method == "InvokeServer" then
4263 if out.Name ~= "CharacterSoundEvent" and out.Name ~= "SayMessageRequest" and out.Name ~= "AddCharacterLoadedEvent" and out.Name ~= "RemoveCharacterEvent" and out.Name ~= "DefaultServerSoundEvent" and out.Parent ~= "DefaultChatSystemChatEvents" then
4264 warn("Blocked remote: "..out.Name.." // Method: "..Method)
4265 return
4266 end
4267 end
4268 else
4269 if Method == "FireServer" or Method == "InvokeServer" then
4270 for i,noremote in pairs(blockedremotes) do
4271 if out.Name == noremote and out.Name ~= "SayMessageRequest" then
4272 warn("Blocked remote: "..out.Name.." // Method: "..Method)
4273 return
4274 end
4275 end
4276 end
4277 end
4278
4279 if spyingremotes then
4280 if Method == "FireServer" or Method == "InvokeServer" then
4281 if out.Name ~= "CharacterSoundEvent" and out.Name ~= "AddCharacterLoadedEvent" and out.Name ~= "RemoveCharacterEvent" and out.Name ~= "DefaultServerSoundEvent" and out.Name ~= "SayMessageRequest" then
4282 local arguments = {}
4283 for i = 1,#args do
4284 arguments[i] = args[i]
4285 end
4286 local getScript = getfenv(2).script
4287 if getScript == nil then
4288 getScript = "??? (Not Found) ???"
4289 end
4290 warn("<> <> <> A "..out.ClassName.." has been fired! How to fire:\ngame."..out:GetFullName()..":"..Method.."("..formatargs(arguments)..")\n\nFired from script: ".. tostring(getScript:GetFullName()))
4291 end
4292 end
4293 end
4294
4295 return game_namecall(out, ...)
4296 end
4297end
4298
4299-- FE Check
4300function FEcheckDefault()
4301 if gsWorkspace.FilteringEnabled == true then
4302 createIntro("warning", "FE is enabled! Press "..commandPrefix.." to bring Command Bar.", 7)
4303 else
4304 createIntro("warning", "FE is disabled. Consider using a different script.", 7)
4305 end
4306end
4307FEcheckDefault()
4308end)
4309
4310Aimbot.Name = "Aimbot"
4311Aimbot.Parent = MainGUI
4312Aimbot.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
4313Aimbot.BorderSizePixel = 0
4314Aimbot.Position = UDim2.new(0.540616274, 0, 0.169291332, 0)
4315Aimbot.Size = UDim2.new(0, 119, 0, 31)
4316Aimbot.Font = Enum.Font.GothamBlack
4317Aimbot.Text = "Aimbot"
4318Aimbot.TextColor3 = Color3.new(1, 1, 1)
4319Aimbot.TextScaled = true
4320Aimbot.TextSize = 14
4321Aimbot.TextWrapped = true
4322Aimbot.MouseButton1Click:connect(function()
4323 -- Issues:
4324-- I'm still working on Tracers, I know they can cause huge frame rate drops. (I think I got it running as smooth as it's going to get.)
4325-- Phantom Forces: Weird positioning bug with tracers? Tracer positions a bit behind localplayer. (Maybe make the update faster? > RenderPriority.First ?
4326
4327-- Settings can be found on line: 51
4328-- Don't change anything if you don't understand.
4329
4330local Plrs = game:GetService("Players")
4331local Run = game:GetService("RunService")
4332local CoreGui = game:GetService("CoreGui")
4333local StartGui = game:GetService("StarterGui")
4334local Teams = game:GetService("Teams")
4335local UserInput = game:GetService("UserInputService")
4336local Light = game:GetService("Lighting")
4337local HTTP = game:GetService("HttpService")
4338local RepStor = game:GetService("ReplicatedStorage")
4339
4340function GetCamera() -- Just in case some game renames the player's camera.
4341 return workspace:FindFirstChildOfClass("Camera")
4342end
4343
4344local ChamsFolder = Instance.new("Folder", CoreGui)
4345ChamsFolder.Name = "Chams"
4346local PlayerChams = Instance.new("Folder", ChamsFolder)
4347PlayerChams.Name = "PlayerChams"
4348local ItemChams = Instance.new("Folder", ChamsFolder)
4349ItemChams.Name = "ItemChams"
4350
4351local ESPFolder = Instance.new("Folder", CoreGui)
4352ESPFolder.Name = "ESP Stuff"
4353local PlayerESP = Instance.new("Folder", ESPFolder)
4354PlayerESP.Name = "PlayerESP"
4355local ItemESP = Instance.new("Folder", ESPFolder)
4356ItemESP.Name = "ItemESP"
4357
4358local MyPlr = Plrs.LocalPlayer
4359local MyChar = MyPlr.Character
4360local MyMouse = MyPlr:GetMouse()
4361local MyCam = GetCamera()
4362if MyCam == nil then
4363 error("WHAT KIND OF BLACK MAGIC IS THIS, CAMERA NOT FOUND.")
4364 return
4365end
4366
4367local Tracers = Instance.new("Folder", MyCam)
4368Tracers.Name = "Tracers"
4369local TracerData = { }
4370local TracerMT = setmetatable(TracerData, {
4371 __newindex = function(tab, index, val)
4372 rawset(tab, index, val)
4373 end
4374})
4375
4376function RemoveSpacesFromString(Str)
4377 local newstr = ""
4378 for i = 1, #Str do
4379 if Str:sub(i, i) ~= " " then
4380 newstr = newstr .. Str:sub(i, i)
4381 end
4382 end
4383
4384 return newstr
4385end
4386
4387function CloneTable(T)
4388 local temp = { }
4389 for i,v in next, T do
4390 if type(v) == "table" then
4391 temp[i] = CloneTable(v)
4392 else
4393 temp[i] = v
4394 end
4395 end
4396 return temp
4397end
4398
4399local Bullshit = {
4400 ESPEnabled = false, -- Self explanatory. LEAVE OFF BY DEFAULT.
4401 CHAMSEnabled = false, -- Self explanatory. LEAVE OFF BY DEFAULT.
4402 TracersEnabled = false, -- Self explanatory. LEAVE OFF BY DEFAULT.
4403 DebugInfo = false, -- Self explanatory. LEAVE OFF BY DEFAULT.
4404 OutlinesEnabled = false,
4405 FullbrightEnabled = false,
4406 CrosshairEnabled = false,
4407 AimbotEnabled = false,
4408 Aimbot = false,
4409 TracersLength = 500, -- MAX DISTANCE IS 2048 DO NOT GO ABOVE OR YOU'LL ENCOUNTER PROBLEMS.
4410 ESPLength = 10000,
4411 CHAMSLength = 500,
4412 PlaceTracersUnderCharacter = false, -- Change to true if you want tracers to be placed under your character instead of at the bottom of your camera.
4413 FreeForAll = false, -- use for games that don't have teams (Apocalypse Rising)
4414 AutoFire = false,
4415 MobChams = false,
4416 MobESP = false,
4417 AimbotKey = "Enum.UserInputType.MouseButton2", -- Doesn't do anything yet.
4418 Colors = {
4419 Enemy = Color3.new(1, 0, 0),
4420 Ally = Color3.new(0, 1, 0),
4421 Friend = Color3.new(1, 1, 0),
4422 Neutral = Color3.new(1, 1, 1),
4423 Crosshair = Color3.new(1, 0, 0),
4424 ColorOverride = nil, -- Every player will have the chosen color regardless of enemy or ally.
4425 },
4426
4427 -- VVVV DON'T EDIT BELOW VVVV --
4428 ClosestEnemy = nil,
4429 CharAddedEvent = { },
4430 OutlinedParts = { },
4431 WorkspaceChildAddedEvent = nil,
4432 LightingEvent = nil,
4433 AmbientBackup = Light.Ambient,
4434 ColorShiftBotBackup = Light.ColorShift_Bottom,
4435 ColorShiftTopBackup = Light.ColorShift_Top,
4436 FPSAverage = { },
4437 Blacklist = { },
4438 FriendList = { },
4439 CameraModeBackup = MyPlr.CameraMode,
4440 GameSpecificCrap = {
4441 },
4442 Mob_ESP_CHAMS_Ran_Once = false,
4443}
4444
4445function SaveBullshitSettings()
4446 local temp = { }
4447 local succ, out = pcall(function()
4448 temp.TracersLength = Bullshit.TracersLength
4449 temp.ESPLength = Bullshit.ESPLength
4450 temp.CHAMSLength = Bullshit.CHAMSLength
4451 temp.PlaceTracersUnderCharacter = Bullshit.PlaceTracersUnderCharacter
4452 temp.FreeForAll = Bullshit.FreeForAll
4453 temp.AutoFire = Bullshit.AutoFire
4454 temp.AimbotKey = tostring(Bullshit.AimbotKey)
4455 temp.MobChams = Bullshit.MobChams
4456 temp.MobESP = Bullshit.MobESP
4457 temp.Colors = { }
4458 for i, v in next, Bullshit.Colors do
4459 temp.Colors[i] = tostring(v)
4460 end
4461 writefile("ProjectBullshit.txt", HTTP:JSONEncode(temp))
4462 end)
4463 if not succ then
4464 error(out)
4465 end
4466end
4467
4468fuck = pcall(function()
4469 local temp = HTTP:JSONDecode(readfile("ProjectBullshit.txt"))
4470 if temp.MobChams ~= nil and temp.MobESP ~= nil then
4471 for i, v in next, temp do
4472 if i ~= "Colors" then
4473 Bullshit[i] = v
4474 end
4475 end
4476 for i, v in next, temp.Colors do
4477 local r, g, b = string.match(RemoveSpacesFromString(v), "(%d+),(%d+),(%d+)")
4478 r = tonumber(r)
4479 g = tonumber(g)
4480 b = tonumber(b)
4481
4482 temp.Colors[i] = Color3.new(r, g, b)
4483 end
4484 Bullshit.Colors = temp.Colors
4485 else
4486 spawn(function()
4487 SaveBullshitSettings()
4488 local hint = Instance.new("Hint", CoreGui)
4489 hint.Text = "Major update requried your settings to be wiped! Sorry!"
4490 wait(5)
4491 hint:Destroy()
4492 end)
4493 end
4494
4495 Bullshit.AutoFire = false
4496end)
4497
4498-- Load blacklist file if it exists
4499fuck2 = pcall(function()
4500 Bullshit.Blacklist = HTTP:JSONDecode(readfile("Blacklist.txt"))
4501end)
4502
4503fuck3 = pcall(function()
4504 Bullshit.FriendList = HTTP:JSONDecode(readfile("Whitelist.txt"))
4505end)
4506
4507local DebugMenu = { }
4508DebugMenu["SC"] = Instance.new("ScreenGui", CoreGui)
4509DebugMenu["SC"].Name = "Debug"
4510DebugMenu["Main"] = Instance.new("Frame", DebugMenu["SC"])
4511DebugMenu["Main"].Name = "Debug Menu"
4512DebugMenu["Main"].Position = UDim2.new(0, 20, 1, -220)
4513DebugMenu["Main"].Size = UDim2.new(1, 0, 0, 200)
4514DebugMenu["Main"].BackgroundTransparency = 1
4515DebugMenu["Main"].Visible = false
4516if game.PlaceId == 606849621 then
4517 DebugMenu["Main"].Position = UDim2.new(0, 230, 1, -220)
4518end
4519DebugMenu["Main"].Draggable = true
4520DebugMenu["Main"].Active = true
4521DebugMenu["Position"] = Instance.new("TextLabel", DebugMenu["Main"])
4522DebugMenu["Position"].BackgroundTransparency = 1
4523DebugMenu["Position"].Position = UDim2.new(0, 0, 0, 0)
4524DebugMenu["Position"].Size = UDim2.new(1, 0, 0, 15)
4525DebugMenu["Position"].Font = "Arcade"
4526DebugMenu["Position"].Text = ""
4527DebugMenu["Position"].TextColor3 = Color3.new(1, 1, 1)
4528DebugMenu["Position"].TextSize = 15
4529DebugMenu["Position"].TextStrokeColor3 = Color3.new(0, 0, 0)
4530DebugMenu["Position"].TextStrokeTransparency = 0.3
4531DebugMenu["Position"].TextXAlignment = "Left"
4532DebugMenu["FPS"] = Instance.new("TextLabel", DebugMenu["Main"])
4533DebugMenu["FPS"].BackgroundTransparency = 1
4534DebugMenu["FPS"].Position = UDim2.new(0, 0, 0, 15)
4535DebugMenu["FPS"].Size = UDim2.new(1, 0, 0, 15)
4536DebugMenu["FPS"].Font = "Arcade"
4537DebugMenu["FPS"].Text = ""
4538DebugMenu["FPS"].TextColor3 = Color3.new(1, 1, 1)
4539DebugMenu["FPS"].TextSize = 15
4540DebugMenu["FPS"].TextStrokeColor3 = Color3.new(0, 0, 0)
4541DebugMenu["FPS"].TextStrokeTransparency = 0.3
4542DebugMenu["FPS"].TextXAlignment = "Left"
4543DebugMenu["PlayerSelected"] = Instance.new("TextLabel", DebugMenu["Main"])
4544DebugMenu["PlayerSelected"].BackgroundTransparency = 1
4545DebugMenu["PlayerSelected"].Position = UDim2.new(0, 0, 0, 35)
4546DebugMenu["PlayerSelected"].Size = UDim2.new(1, 0, 0, 15)
4547DebugMenu["PlayerSelected"].Font = "Arcade"
4548DebugMenu["PlayerSelected"].Text = ""
4549DebugMenu["PlayerSelected"].TextColor3 = Color3.new(1, 1, 1)
4550DebugMenu["PlayerSelected"].TextSize = 15
4551DebugMenu["PlayerSelected"].TextStrokeColor3 = Color3.new(0, 0, 0)
4552DebugMenu["PlayerSelected"].TextStrokeTransparency = 0.3
4553DebugMenu["PlayerSelected"].TextXAlignment = "Left"
4554DebugMenu["PlayerTeam"] = Instance.new("TextLabel", DebugMenu["Main"])
4555DebugMenu["PlayerTeam"].BackgroundTransparency = 1
4556DebugMenu["PlayerTeam"].Position = UDim2.new(0, 0, 0, 50)
4557DebugMenu["PlayerTeam"].Size = UDim2.new(1, 0, 0, 15)
4558DebugMenu["PlayerTeam"].Font = "Arcade"
4559DebugMenu["PlayerTeam"].Text = ""
4560DebugMenu["PlayerTeam"].TextColor3 = Color3.new(1, 1, 1)
4561DebugMenu["PlayerTeam"].TextSize = 15
4562DebugMenu["PlayerTeam"].TextStrokeColor3 = Color3.new(0, 0, 0)
4563DebugMenu["PlayerTeam"].TextStrokeTransparency = 0.3
4564DebugMenu["PlayerTeam"].TextXAlignment = "Left"
4565DebugMenu["PlayerHealth"] = Instance.new("TextLabel", DebugMenu["Main"])
4566DebugMenu["PlayerHealth"].BackgroundTransparency = 1
4567DebugMenu["PlayerHealth"].Position = UDim2.new(0, 0, 0, 65)
4568DebugMenu["PlayerHealth"].Size = UDim2.new(1, 0, 0, 15)
4569DebugMenu["PlayerHealth"].Font = "Arcade"
4570DebugMenu["PlayerHealth"].Text = ""
4571DebugMenu["PlayerHealth"].TextColor3 = Color3.new(1, 1, 1)
4572DebugMenu["PlayerHealth"].TextSize = 15
4573DebugMenu["PlayerHealth"].TextStrokeColor3 = Color3.new(0, 0, 0)
4574DebugMenu["PlayerHealth"].TextStrokeTransparency = 0.3
4575DebugMenu["PlayerHealth"].TextXAlignment = "Left"
4576DebugMenu["PlayerPosition"] = Instance.new("TextLabel", DebugMenu["Main"])
4577DebugMenu["PlayerPosition"].BackgroundTransparency = 1
4578DebugMenu["PlayerPosition"].Position = UDim2.new(0, 0, 0, 80)
4579DebugMenu["PlayerPosition"].Size = UDim2.new(1, 0, 0, 15)
4580DebugMenu["PlayerPosition"].Font = "Arcade"
4581DebugMenu["PlayerPosition"].Text = ""
4582DebugMenu["PlayerPosition"].TextColor3 = Color3.new(1, 1, 1)
4583DebugMenu["PlayerPosition"].TextSize = 15
4584DebugMenu["PlayerPosition"].TextStrokeColor3 = Color3.new(0, 0, 0)
4585DebugMenu["PlayerPosition"].TextStrokeTransparency = 0.3
4586DebugMenu["PlayerPosition"].TextXAlignment = "Left"
4587DebugMenu["BehindWall"] = Instance.new("TextLabel", DebugMenu["Main"])
4588DebugMenu["BehindWall"].BackgroundTransparency = 1
4589DebugMenu["BehindWall"].Position = UDim2.new(0, 0, 0, 95)
4590DebugMenu["BehindWall"].Size = UDim2.new(1, 0, 0, 15)
4591DebugMenu["BehindWall"].Font = "Arcade"
4592DebugMenu["BehindWall"].Text = ""
4593DebugMenu["BehindWall"].TextColor3 = Color3.new(1, 1, 1)
4594DebugMenu["BehindWall"].TextSize = 15
4595DebugMenu["BehindWall"].TextStrokeColor3 = Color3.new(0, 0, 0)
4596DebugMenu["BehindWall"].TextStrokeTransparency = 0.3
4597DebugMenu["BehindWall"].TextXAlignment = "Left"
4598
4599local LastTick = tick()
4600local FPSTick = tick()
4601
4602if #Teams:GetChildren() <= 0 then
4603 Bullshit.FreeForAll = true
4604end
4605
4606if Bullshit.TracersLength > 2048 then
4607 Bullshit.TracersLength = 2048
4608end
4609
4610if Bullshit.CHAMSLength > 2048 then
4611 Bullshit.CHAMSLength = 2048
4612end
4613
4614local wildrevolvertick = tick()
4615local wildrevolverteamdata = nil
4616function GetTeamColor(Plr)
4617 if Plr == nil then return nil end
4618 if not Plr:IsA("Player") then
4619 return nil
4620 end
4621 local PickedColor = Bullshit.Colors.Enemy
4622
4623 if Plr ~= nil then
4624 if game.PlaceId == 606849621 then
4625 if Bullshit.Colors.ColorOverride == nil then
4626 if not Bullshit.FreeForAll then
4627 if MyPlr.Team ~= nil and Plr.Team ~= nil then
4628 if Bullshit.FriendList[Plr.Name] == nil then
4629 if MyPlr.Team.Name == "Prisoner" then
4630 if Plr.Team == MyPlr.Team or Plr.Team.Name == "Criminal" then
4631 PickedColor = Bullshit.Colors.Ally
4632 else
4633 PickedColor = Bullshit.Colors.Enemy
4634 end
4635 elseif MyPlr.Team.Name == "Criminal" then
4636 if Plr.Team == MyPlr.Team or Plr.Team.Name == "Prisoner" then
4637 PickedColor = Bullshit.Colors.Ally
4638 else
4639 PickedColor = Bullshit.Colors.Enemy
4640 end
4641 elseif MyPlr.Team.Name == "Police" then
4642 if Plr.Team == MyPlr.Team then
4643 PickedColor = Bullshit.Colors.Ally
4644 else
4645 if Plr.Team.Name == "Criminal" then
4646 PickedColor = Bullshit.Colors.Enemy
4647 elseif Plr.Team.Name == "Prisoner" then
4648 PickedColor = Bullshit.Colors.Neutral
4649 end
4650 end
4651 end
4652 else
4653 PickedColor = Bullshit.Colors.Friend
4654 end
4655 end
4656 else
4657 if Bullshit.FriendList[Plr.Name] ~= nil then
4658 PickedColor = Bullshit.Colors.Friend
4659 else
4660 PickedColor = Bullshit.Colors.Enemy
4661 end
4662 end
4663 else
4664 PickedColor = Bullshit.Colors.ColorOverride
4665 end
4666 elseif game.PlaceId == 155615604 then
4667 if Bullshit.Colors.ColorOverride == nil then
4668 if MyPlr.Team ~= nil and Plr.Team ~= nil then
4669 if Bullshit.FriendList[Plr.Name] == nil then
4670 if MyPlr.Team.Name == "Inmates" then
4671 if Plr.Team.Name == "Inmates" then
4672 PickedColor = Bullshit.Colors.Ally
4673 elseif Plr.Team.Name == "Guards" or Plr.Team.Name == "Criminals" then
4674 PickedColor = Bullshit.Colors.Enemy
4675 else
4676 PickedColor = Bullshit.Colors.Neutral
4677 end
4678 elseif MyPlr.Team.Name == "Guards" then
4679 if Plr.Team.Name == "Inmates" then
4680 PickedColor = Bullshit.Colors.Neutral
4681 elseif Plr.Team.Name == "Criminals" then
4682 PickedColor = Bullshit.Colors.Enemy
4683 elseif Plr.Team.Name == "Guards" then
4684 PickColor = Bullshit.Colors.Ally
4685 end
4686 elseif MyPlr.Team.Name == "Criminals" then
4687 if Plr.Team.Name == "Inmates" then
4688 PickedColor = Bullshit.Colors.Ally
4689 elseif Plr.Team.Name == "Guards" then
4690 PickedColor = Bullshit.Colors.Enemy
4691 else
4692 PickedColor = Bullshit.Colors.Neutral
4693 end
4694 end
4695 else
4696 PickedColor = Bullshit.Colors.Friend
4697 end
4698 end
4699 else
4700 PickedColor = Bullshit.Colors.ColorOverride
4701 end
4702 elseif game.PlaceId == 746820961 then
4703 if Bullshit.Colors.ColorOverride == nil then
4704 if MyPlr:FindFirstChild("TeamC") and Plr:FindFirstChild("TeamC") then
4705 if Plr.TeamC.Value == MyPlr.TeamC.Value then
4706 PickedColor = Bullshit.Colors.Ally
4707 else
4708 PickedColor = Bullshit.Colors.Enemy
4709 end
4710 end
4711 else
4712 PickedColor = Bullshit.Colors.ColorOverride
4713 end
4714 elseif game.PlaceId == 1382113806 then
4715 if Bullshit.Colors.ColorOverride == nil then
4716 if MyPlr:FindFirstChild("role") and Plr:FindFirstChild("role") then
4717 if MyPlr.role.Value == "assassin" then
4718 if Plr.role.Value == "target" then
4719 PickedColor = Bullshit.Colors.Enemy
4720 elseif Plr.role.Value == "guard" then
4721 PickedColor = Color3.new(1, 135 / 255, 0)
4722 else
4723 PickedColor = Bullshit.Colors.Neutral
4724 end
4725 elseif MyPlr.role.Value == "target" then
4726 if Plr.role.Value == "guard" then
4727 PickedColor = Bullshit.Colors.Ally
4728 elseif Plr.role.Value == "assassin" then
4729 PickedColor = Bullshit.Colors.Enemy
4730 else
4731 PickedColor = Bullshit.Colors.Neutral
4732 end
4733 elseif MyPlr.role.Value == "guard" then
4734 if Plr.role.Value == "target" then
4735 PickedColor = Bullshit.Colors.Friend
4736 elseif Plr.role.Value == "guard" then
4737 PickedColor = Bullshit.Colors.Ally
4738 elseif Plr.role.Value == "assassin" then
4739 PickedColor = Bullshit.Colors.Enemy
4740 else
4741 PickedColor = Bullshit.Colors.Neutral
4742 end
4743 else
4744 if MyPlr.role.Value == "none" then
4745 PickedColor = Bullshit.Colors.Neutral
4746 end
4747 end
4748 end
4749 else
4750 PickedColor = Bullshit.Colors.ColorOverride
4751 end
4752 elseif game.PlaceId == 1072809192 then
4753 if MyPlr:FindFirstChild("Backpack") and Plr:FindFirstChild("Backpack") then
4754 if MyPlr.Backpack:FindFirstChild("Knife") or MyChar:FindFirstChild("Knife") then
4755 if Plr.Backpack:FindFirstChild("Revolver") or Plr.Character:FindFirstChild("Revolver") then
4756 PickedColor = Bullshit.Colors.Enemy
4757 else
4758 PickedColor = Color3.new(1, 135 / 255, 0)
4759 end
4760 elseif MyPlr.Backpack:FindFirstChild("Revolver") or MyChar:FindFirstChild("Revolver") then
4761 if Plr.Backpack:FindFirstChild("Knife") or Plr.Character:FindFirstChild("Knife") then
4762 PickedColor = Bullshit.Colors.Enemy
4763 elseif Plr.Backpack:FindFirstChild("Revolver") or Plr.Character:FindFirstChild("Revolver") then
4764 PickedColor = Bullshit.Colors.Enemy
4765 else
4766 PickedColor = Bullshit.Colors.Ally
4767 end
4768 else
4769 if Plr.Backpack:FindFirstChild("Knife") or Plr.Character:FindFirstChild("Knife") then
4770 PickedColor = Bullshit.Colors.Enemy
4771 elseif Plr.Backpack:FindFirstChild("Revolver") or Plr.Character:FindFirstChild("Revolver") then
4772 PickedColor = Bullshit.Colors.Ally
4773 else
4774 PickedColor = Bullshit.Colors.Neutral
4775 end
4776 end
4777 end
4778 elseif game.PlaceId == 142823291 or game.PlaceId == 1122507250 then
4779 if MyPlr:FindFirstChild("Backpack") and Plr:FindFirstChild("Backpack") then
4780 if MyPlr.Backpack:FindFirstChild("Knife") or MyChar:FindFirstChild("Knife") then
4781 if (Plr.Backpack:FindFirstChild("Gun") or Plr.Backpack:FindFirstChild("Revolver")) or (Plr.Character:FindFirstChild("Gun") or Plr.Character:FindFirstChild("Revolver")) then
4782 PickedColor = Bullshit.Colors.Enemy
4783 else
4784 PickedColor = Color3.new(1, 135 / 255, 0)
4785 end
4786 elseif (MyPlr.Backpack:FindFirstChild("Gun") or MyPlr.Backpack:FindFirstChild("Revolver")) or (MyChar:FindFirstChild("Gun") or MyChar:FindFirstChild("Revolver")) then
4787 if Plr.Backpack:FindFirstChild("Knife") or Plr.Character:FindFirstChild("Knife") then
4788 PickedColor = Bullshit.Colors.Enemy
4789 else
4790 PickedColor = Bullshit.Colors.Ally
4791 end
4792 else
4793 if Plr.Backpack:FindFirstChild("Knife") or Plr.Character:FindFirstChild("Knife") then
4794 PickedColor = Bullshit.Colors.Enemy
4795 elseif (Plr.Backpack:FindFirstChild("Gun") or Plr.Backpack:FindFirstChild("Revolver")) or (Plr.Character:FindFirstChild("Gun") or Plr.Character:FindFirstChild("Revolver")) then
4796 PickedColor = Bullshit.Colors.Ally
4797 else
4798 PickedColor = Bullshit.Colors.Neutral
4799 end
4800 end
4801 end
4802 elseif game.PlaceId == 379614936 then
4803 if Bullshit.Colors.ColorOverride == nil then
4804 if not Bullshit.FriendList[Plr.Name] then
4805 local targ = MyPlr:FindFirstChild("PlayerGui"):FindFirstChild("ScreenGui"):FindFirstChild("UI"):FindFirstChild("Target"):FindFirstChild("Img"):FindFirstChild("PlayerText")
4806 if targ then
4807 if Plr.Name:lower() == targ.Text:lower() then
4808 PickedColor = Bullshit.Colors.Enemy
4809 else
4810 PickedColor = Bullshit.Colors.Neutral
4811 end
4812 else
4813 PickedColor = Bullshit.Colors.Neutral
4814 end
4815 else
4816 PickedColor = Bullshit.Colors.Friend
4817 end
4818 else
4819 PickedColor = Bullshit.Colors.ColorOverride
4820 end
4821 elseif game.PlaceId == 983224898 then
4822 if (tick() - wildrevolvertick) > 10 or wildrevolverteamdata == nil then
4823 wildrevolverteamdata = RepStor.Functions.RequestGameData:InvokeServer()
4824 wildrevolvertick = tick()
4825 return Bullshit.Colors.Neutral
4826 end
4827 local succ = pcall(function()
4828 if wildrevolverteamdata[Plr.Name] ~= nil then
4829 if Bullshit.Colors.ColorOverride == nil then
4830 if not Bullshit.FriendList[Plr.Name] then
4831 if wildrevolverteamdata[Plr.Name]["TeamName"] == wildrevolverteamdata[MyPlr.Name]["TeamName"] then
4832 PickedColor = Bullshit.Colors.Ally
4833 else
4834 PickedColor = Bullshit.Colors.Enemy
4835 end
4836 else
4837 PickedColor = Bullshit.Colors.Friend
4838 end
4839 else
4840 PickedColor = Bullshit.Colors.ColorOverride
4841 end
4842 else
4843 PickedColor = Bullshit.Colors.Neutral
4844 end
4845 end)
4846 if not succ then
4847 wildrevolverteamdata = RepStor.Functions.RequestGameData:InvokeServer()
4848 wildrevolvertick = tick()
4849 return Bullshit.Colors.Neutral
4850 end
4851 else
4852 if Bullshit.Colors.ColorOverride == nil then
4853 if not Bullshit.FreeForAll then
4854 if MyPlr.Team ~= Plr.Team and not Bullshit.FriendList[Plr.Name] then
4855 PickedColor = Bullshit.Colors.Enemy
4856 elseif MyPlr.Team == Plr.Team and not Bullshit.FriendList[Plr.Name] then
4857 PickedColor = Bullshit.Colors.Ally
4858 else
4859 PickedColor = Bullshit.Colors.Friend
4860 end
4861 else
4862 if Bullshit.FriendList[Plr.Name] ~= nil then
4863 PickedColor = Bullshit.Colors.Friend
4864 else
4865 PickedColor = Bullshit.Colors.Enemy
4866 end
4867 end
4868 else
4869 PickedColor = Bullshit.Colors.ColorOverride
4870 end
4871 end
4872 end
4873
4874 return PickedColor
4875end
4876
4877function FindCham(Obj)
4878 for i, v in next, ItemChams:GetChildren() do
4879 if v.className == "ObjectValue" then
4880 if v.Value == Obj then
4881 return v.Parent
4882 end
4883 end
4884 end
4885
4886 return nil
4887end
4888
4889function FindESP(Obj)
4890 for i, v in next, ItemESP:GetChildren() do
4891 if v.className == "ObjectValue" then
4892 if v.Value == Obj then
4893 return v.Parent
4894 end
4895 end
4896 end
4897
4898 return nil
4899end
4900
4901function GetFirstPart(Obj)
4902 for i, v in next, Obj:GetDescendants() do
4903 if v:IsA("BasePart") then
4904 return v
4905 end
4906 end
4907
4908 return nil
4909end
4910
4911function GetSizeOfObject(Obj)
4912 if Obj:IsA("BasePart") then
4913 return Obj.Size
4914 elseif Obj:IsA("Model") then
4915 return Obj:GetExtentsSize()
4916 end
4917end
4918
4919function GetClosestPlayerNotBehindWall()
4920 local Players = { }
4921 local CurrentClosePlayer = nil
4922 local SelectedPlr = nil
4923
4924 for _, v in next, Plrs:GetPlayers() do
4925 if v ~= MyPlr and not Bullshit.Blacklist[v.Name] then
4926 local IsAlly = GetTeamColor(v)
4927 if IsAlly ~= Bullshit.Colors.Ally and IsAlly ~= Bullshit.Colors.Friend and IsAlly ~= Bullshit.Colors.Neutral then
4928 local GetChar = v.Character
4929 if MyChar and GetChar then
4930 local MyHead, MyTor = MyChar:FindFirstChild("Head"), MyChar:FindFirstChild("HumanoidRootPart")
4931 local GetHead, GetTor, GetHum = GetChar:FindFirstChild("Head"), GetChar:FindFirstChild("HumanoidRootPart"), GetChar:FindFirstChild("Humanoid")
4932
4933 if MyHead and MyTor and GetHead and GetTor and GetHum then
4934 if game.PlaceId == 455366377 then
4935 if not GetChar:FindFirstChild("KO") and GetHum.Health > 1 then
4936 local Ray = Ray.new(MyCam.CFrame.p, (GetHead.Position - MyCam.CFrame.p).unit * 2048)
4937 local part = workspace:FindPartOnRayWithIgnoreList(Ray, {MyChar})
4938 if part ~= nil then
4939 if part:IsDescendantOf(GetChar) then
4940 local Dist = (MyTor.Position - GetTor.Position).magnitude
4941 Players[v] = Dist
4942 end
4943 end
4944 end
4945 elseif game.PlaceId == 746820961 then
4946 if GetHum.Health > 1 then
4947 local Ray = Ray.new(MyCam.CFrame.p, (GetHead.Position - MyCam.CFrame.p).unit * 2048)
4948 local part = workspace:FindPartOnRayWithIgnoreList(Ray, {MyChar, MyCam})
4949 if part ~= nil then
4950 if part:IsDescendantOf(GetChar) then
4951 local Dist = (MyTor.Position - GetTor.Position).magnitude
4952 Players[v] = Dist
4953 end
4954 end
4955 end
4956 else
4957 if GetHum.Health > 1 then
4958 local Ray = Ray.new(MyCam.CFrame.p, (GetHead.Position - MyCam.CFrame.p).unit * 2048)
4959 local part = workspace:FindPartOnRayWithIgnoreList(Ray, {MyChar})
4960 if part ~= nil then
4961 if part:IsDescendantOf(GetChar) then
4962 local Dist = (MyTor.Position - GetTor.Position).magnitude
4963 Players[v] = Dist
4964 end
4965 end
4966 end
4967 end
4968 end
4969 end
4970 end
4971 end
4972 end
4973
4974 for i, v in next, Players do
4975 if CurrentClosePlayer ~= nil then
4976 if v <= CurrentClosePlayer then
4977 CurrentClosePlayer = v
4978 SelectedPlr = i
4979 end
4980 else
4981 CurrentClosePlayer = v
4982 SelectedPlr = i
4983 end
4984 end
4985
4986 return SelectedPlr
4987end
4988
4989function GetClosestPlayer()
4990 local Players = { }
4991 local CurrentClosePlayer = nil
4992 local SelectedPlr = nil
4993
4994 for _, v in next, Plrs:GetPlayers() do
4995 if v ~= MyPlr then
4996 local IsAlly = GetTeamColor(v)
4997 if IsAlly ~= Bullshit.Colors.Ally and IsAlly ~= Bullshit.Colors.Friend and IsAlly ~= Bullshit.Colors.Neutral then
4998 local GetChar = v.Character
4999 if MyChar and GetChar then
5000 local MyTor = MyChar:FindFirstChild("HumanoidRootPart")
5001 local GetTor = GetChar:FindFirstChild("HumanoidRootPart")
5002 local GetHum = GetChar:FindFirstChild("Humanoid")
5003 if MyTor and GetTor and GetHum then
5004 if game.PlaceId == 455366377 then
5005 if not GetChar:FindFirstChild("KO") and GetHum.Health > 1 then
5006 local Dist = (MyTor.Position - GetTor.Position).magnitude
5007 Players[v] = Dist
5008 end
5009 else
5010 if GetHum.Health > 1 then
5011 local Dist = (MyTor.Position - GetTor.Position).magnitude
5012 Players[v] = Dist
5013 end
5014 end
5015 end
5016 end
5017 end
5018 end
5019 end
5020
5021 for i, v in next, Players do
5022 if CurrentClosePlayer ~= nil then
5023 if v <= CurrentClosePlayer then
5024 CurrentClosePlayer = v
5025 SelectedPlr = i
5026 end
5027 else
5028 CurrentClosePlayer = v
5029 SelectedPlr = i
5030 end
5031 end
5032
5033 return SelectedPlr
5034end
5035
5036function FindPlayer(Txt)
5037 local ps = { }
5038 for _, v in next, Plrs:GetPlayers() do
5039 if string.lower(string.sub(v.Name, 1, string.len(Txt))) == string.lower(Txt) then
5040 table.insert(ps, v)
5041 end
5042 end
5043
5044 if #ps == 1 then
5045 if ps[1] ~= MyPlr then
5046 return ps[1]
5047 else
5048 return nil
5049 end
5050 else
5051 return nil
5052 end
5053end
5054
5055function UpdateESP(Plr)
5056 if Plr ~= nil then
5057 local Find = PlayerESP:FindFirstChild("ESP Crap_" .. Plr.Name)
5058 if Find then
5059 local PickColor = GetTeamColor(Plr)
5060 Find.Frame.Names.TextColor3 = PickColor
5061 Find.Frame.Dist.TextColor3 = PickColor
5062 Find.Frame.Health.TextColor3 = PickColor
5063 --Find.Frame.Pos.TextColor3 = PickColor
5064 local GetChar = Plr.Character
5065 if MyChar and GetChar then
5066 local Find2 = MyChar:FindFirstChild("HumanoidRootPart")
5067 local Find3 = GetChar:FindFirstChild("HumanoidRootPart")
5068 local Find4 = GetChar:FindFirstChildOfClass("Humanoid")
5069 if Find2 and Find3 then
5070 local pos = Find3.Position
5071 local Dist = (Find2.Position - pos).magnitude
5072 if Dist > Bullshit.ESPLength or Bullshit.Blacklist[Plr.Name] then
5073 Find.Frame.Names.Visible = false
5074 Find.Frame.Dist.Visible = false
5075 Find.Frame.Health.Visible = false
5076 return
5077 else
5078 Find.Frame.Names.Visible = true
5079 Find.Frame.Dist.Visible = true
5080 Find.Frame.Health.Visible = true
5081 end
5082 Find.Frame.Dist.Text = "Distance: " .. string.format("%.0f", Dist)
5083 --Find.Frame.Pos.Text = "(X: " .. string.format("%.0f", pos.X) .. ", Y: " .. string.format("%.0f", pos.Y) .. ", Z: " .. string.format("%.0f", pos.Z) .. ")"
5084 if Find4 then
5085 Find.Frame.Health.Text = "Health: " .. string.format("%.0f", Find4.Health)
5086 else
5087 Find.Frame.Health.Text = ""
5088 end
5089 end
5090 end
5091 end
5092 end
5093end
5094
5095function RemoveESP(Obj)
5096 if Obj ~= nil then
5097 local IsPlr = Obj:IsA("Player")
5098 local UseFolder = ItemESP
5099 if IsPlr then UseFolder = PlayerESP end
5100
5101 local FindESP = ((IsPlr) and UseFolder:FindFirstChild("ESP Crap_" .. Obj.Name)) or FindESP(Obj)
5102 if FindESP then
5103 FindESP:Destroy()
5104 end
5105 end
5106end
5107
5108function CreateESP(Obj)
5109 if Obj ~= nil then
5110 local IsPlr = Obj:IsA("Player")
5111 local UseFolder = ItemESP
5112 local GetChar = ((IsPlr) and Obj.Character) or Obj
5113 local Head = GetChar:FindFirstChild("Head")
5114 local t = tick()
5115 if IsPlr then UseFolder = PlayerESP end
5116 if Head == nil then
5117 repeat
5118 Head = GetChar:FindFirstChild("Head")
5119 wait()
5120 until Head ~= nil or (tick() - t) >= 10
5121 end
5122 if Head == nil then return end
5123
5124 local bb = Instance.new("BillboardGui")
5125 bb.Adornee = Head
5126 bb.ExtentsOffset = Vector3.new(0, 1, 0)
5127 bb.AlwaysOnTop = true
5128 bb.Size = UDim2.new(0, 5, 0, 5)
5129 bb.StudsOffset = Vector3.new(0, 3, 0)
5130 bb.Name = "ESP Crap_" .. Obj.Name
5131 bb.Parent = UseFolder
5132
5133 local frame = Instance.new("Frame", bb)
5134 frame.ZIndex = 10
5135 frame.BackgroundTransparency = 1
5136 frame.Size = UDim2.new(1, 0, 1, 0)
5137
5138 local TxtName = Instance.new("TextLabel", frame)
5139 TxtName.Name = "Names"
5140 TxtName.ZIndex = 10
5141 TxtName.Text = Obj.Name
5142 TxtName.BackgroundTransparency = 1
5143 TxtName.Position = UDim2.new(0, 0, 0, -45)
5144 TxtName.Size = UDim2.new(1, 0, 10, 0)
5145 TxtName.Font = "SourceSansBold"
5146 TxtName.TextSize = 13
5147 TxtName.TextStrokeTransparency = 0.5
5148
5149 local TxtDist = nil
5150 local TxtHealth = nil
5151 if IsPlr then
5152 TxtDist = Instance.new("TextLabel", frame)
5153 TxtDist.Name = "Dist"
5154 TxtDist.ZIndex = 10
5155 TxtDist.Text = ""
5156 TxtDist.BackgroundTransparency = 1
5157 TxtDist.Position = UDim2.new(0, 0, 0, -35)
5158 TxtDist.Size = UDim2.new(1, 0, 10, 0)
5159 TxtDist.Font = "SourceSansBold"
5160 TxtDist.TextSize = 13
5161 TxtDist.TextStrokeTransparency = 0.5
5162
5163 TxtHealth = Instance.new("TextLabel", frame)
5164 TxtHealth.Name = "Health"
5165 TxtHealth.ZIndex = 10
5166 TxtHealth.Text = ""
5167 TxtHealth.BackgroundTransparency = 1
5168 TxtHealth.Position = UDim2.new(0, 0, 0, -25)
5169 TxtHealth.Size = UDim2.new(1, 0, 10, 0)
5170 TxtHealth.Font = "SourceSansBold"
5171 TxtHealth.TextSize = 13
5172 TxtHealth.TextStrokeTransparency = 0.5
5173 else
5174 local ObjVal = Instance.new("ObjectValue", bb)
5175 ObjVal.Value = Obj
5176 end
5177
5178 local PickColor = GetTeamColor(Obj) or Bullshit.Colors.Neutral
5179 TxtName.TextColor3 = PickColor
5180
5181 if IsPlr then
5182 TxtDist.TextColor3 = PickColor
5183 TxtHealth.TextColor3 = PickColor
5184 end
5185 end
5186end
5187
5188function UpdateTracer(Plr)
5189 if Bullshit.TracersEnabled then
5190 if MyChar then
5191 local MyTor = MyChar:FindFirstChild("HumanoidRootPart")
5192 local GetTor = TracerData[Plr.Name]
5193 if MyTor and GetTor ~= nil and GetTor.Parent ~= nil then
5194 local Dist = (MyTor.Position - GetTor.Position).magnitude
5195 if (Dist < Bullshit.TracersLength and not Bullshit.Blacklist[Plr.Name]) and not (MyChar:FindFirstChild("InVehicle") or GetTor.Parent:FindFirstChild("InVehicle")) then
5196 if not Bullshit.PlaceTracersUnderCharacter then
5197 local R = MyCam:ScreenPointToRay(MyCam.ViewportSize.X / 2, MyCam.ViewportSize.Y, 0)
5198 Dist = (R.Origin - (GetTor.Position - Vector3.new(0, 3, 0))).magnitude
5199 Tracers[Plr.Name].Transparency = 1
5200 Tracers[Plr.Name].Size = Vector3.new(0.05, 0.05, Dist)
5201 Tracers[Plr.Name].CFrame = CFrame.new(R.Origin, (GetTor.Position - Vector3.new(0, 4.5, 0))) * CFrame.new(0, 0, -Dist / 2)
5202 Tracers[Plr.Name].BrickColor = BrickColor.new(GetTeamColor(Plr))
5203 Tracers[Plr.Name].BoxHandleAdornment.Transparency = 0
5204 Tracers[Plr.Name].BoxHandleAdornment.Size = Vector3.new(0.001, 0.001, Dist)
5205 Tracers[Plr.Name].BoxHandleAdornment.Color3 = GetTeamColor(Plr)
5206 else
5207 Dist = (MyTor.Position - (GetTor.Position - Vector3.new(0, 3, 0))).magnitude
5208 Tracers[Plr.Name].Transparency = 1
5209 Tracers[Plr.Name].Size = Vector3.new(0.3, 0.3, Dist)
5210 Tracers[Plr.Name].CFrame = CFrame.new(MyTor.Position - Vector3.new(0, 3, 0), (GetTor.Position - Vector3.new(0, 4.5, 0))) * CFrame.new(0, 0, -Dist / 2)
5211 Tracers[Plr.Name].BrickColor = BrickColor.new(GetTeamColor(Plr))
5212 Tracers[Plr.Name].BoxHandleAdornment.Transparency = 0
5213 Tracers[Plr.Name].BoxHandleAdornment.Size = Vector3.new(0.05, 0.05, Dist)
5214 Tracers[Plr.Name].BoxHandleAdornment.Color3 = GetTeamColor(Plr)
5215 end
5216 else
5217 Tracers[Plr.Name].Transparency = 1
5218 Tracers[Plr.Name].BoxHandleAdornment.Transparency = 1
5219 end
5220 end
5221 end
5222 end
5223end
5224
5225function RemoveTracers(Plr)
5226 local Find = Tracers:FindFirstChild(Plr.Name)
5227 if Find then
5228 Find:Destroy()
5229 end
5230end
5231
5232function CreateTracers(Plr)
5233 local Find = Tracers:FindFirstChild(Plr.Name)
5234 if not Find then
5235 local P = Instance.new("Part")
5236 P.Name = Plr.Name
5237 P.Material = "Neon"
5238 P.Transparency = 1
5239 P.Anchored = true
5240 P.Locked = true
5241 P.CanCollide = false
5242 local B = Instance.new("BoxHandleAdornment", P)
5243 B.Adornee = P
5244 B.Size = GetSizeOfObject(P)
5245 B.AlwaysOnTop = true
5246 B.ZIndex = 5
5247 B.Transparency = 0
5248 B.Color3 = GetTeamColor(Plr) or Bullshit.Colors.Neutral
5249 P.Parent = Tracers
5250
5251 coroutine.resume(coroutine.create(function()
5252 while Tracers:FindFirstChild(Plr.Name) do
5253 UpdateTracer(Plr)
5254 Run.RenderStepped:wait()
5255 end
5256 end))
5257 end
5258end
5259
5260function UpdateChams(Obj)
5261 if Obj == nil then return end
5262
5263 if Obj:IsA("Player") then
5264 local Find = PlayerChams:FindFirstChild(Obj.Name)
5265 local GetChar = Obj.Character
5266
5267 local Trans = 0
5268 if GetChar and MyChar then
5269 local GetHead = GetChar:FindFirstChild("Head")
5270 local GetTor = GetChar:FindFirstChild("HumanoidRootPart")
5271 local MyHead = MyChar:FindFirstChild("Head")
5272 local MyTor = MyChar:FindFirstChild("HumanoidRootPart")
5273 if GetHead and GetTor and MyHead and MyTor then
5274 if (MyTor.Position - GetTor.Position).magnitude > Bullshit.CHAMSLength or Bullshit.Blacklist[Obj.Name] then
5275 Trans = 1
5276 else
5277 --local MyCharStuff = MyChar:GetDescendants()
5278 local Ray = Ray.new(MyCam.CFrame.p, (GetTor.Position - MyCam.CFrame.p).unit * 2048)
5279 local part = workspace:FindPartOnRayWithIgnoreList(Ray, {MyChar})
5280 if part ~= nil then
5281 if part:IsDescendantOf(GetChar) then
5282 Trans = 0.9
5283 else
5284 Trans = 0
5285 end
5286 end
5287 end
5288 end
5289 end
5290
5291 if Find then
5292 for i, v in next, Find:GetChildren() do
5293 if v.className ~= "ObjectValue" then
5294 v.Color3 = GetTeamColor(Obj) or Bullshit.Colors.Neutral
5295 v.Transparency = Trans
5296 end
5297 end
5298 end
5299 end
5300end
5301
5302function RemoveChams(Obj)
5303 if Obj ~= nil then
5304 local IsPlr = Obj:IsA("Player")
5305 local UseFolder = ItemChams
5306 if IsPlr then UseFolder = PlayerChams end
5307
5308 local FindC = UseFolder:FindFirstChild(tostring(Obj)) or FindCham(Obj)
5309 if FindC then
5310 FindC:Destroy()
5311 end
5312 end
5313end
5314
5315function CreateChams(Obj)
5316 if Obj ~= nil then
5317 local IsPlr = Obj:IsA("Player")
5318 local UseFolder = ItemChams
5319 local Crap = nil
5320 local GetTor = nil
5321 local t = tick()
5322 if IsPlr then
5323 Obj = Obj.Character
5324 UseFolder = PlayerChams
5325 end
5326 if Obj == nil then return end
5327 GetTor = Obj:FindFirstChild("HumanoidRootPart") or Obj:WaitForChild("HumanoidRootPart")
5328 if IsPlr then Crap = Obj:GetChildren() else Crap = Obj:GetDescendants() end
5329
5330 local FindC = ((IsPlr) and UseFolder:FindFirstChild(Obj.Name)) or FindCham(Obj)
5331 if not FindC then
5332 FindC = Instance.new("Folder", UseFolder)
5333 FindC.Name = Obj.Name
5334 local ObjVal = Instance.new("ObjectValue", FindC)
5335 ObjVal.Value = Obj
5336 end
5337
5338 for _, P in next, Crap do
5339 if P:IsA("PVInstance") and P.Name ~= "HumanoidRootPart" then
5340 local Box = Instance.new("BoxHandleAdornment")
5341 Box.Size = GetSizeOfObject(P)
5342 Box.Name = "Cham"
5343 Box.Adornee = P
5344 Box.AlwaysOnTop = true
5345 Box.ZIndex = 5
5346 Box.Transparency = 0
5347 Box.Color3 = ((IsPlr) and GetTeamColor(Plrs:GetPlayerFromCharacter(Obj))) or Bullshit.Colors.Neutral
5348 Box.Parent = FindC
5349 end
5350 end
5351 end
5352end
5353
5354function CreateMobESPChams()
5355 local mobspawn = { }
5356
5357 for i, v in next, workspace:GetDescendants() do
5358 local hum = v:FindFirstChildOfClass("Humanoid")
5359 if hum and not Plrs:GetPlayerFromCharacter(hum.Parent) and FindCham(v) == nil and FindESP(v) == nil then
5360 mobspawn[tostring(v.Parent)] = v.Parent
5361 if Bullshit.CHAMSEnabled and Bullshit.MobChams then
5362 CreateChams(v)
5363 end
5364 if Bullshit.ESPEnabled and Bullshit.MobESP then
5365 CreateESP(v)
5366 end
5367 end
5368 end
5369
5370 if Bullshit.Mob_ESP_CHAMS_Ran_Once == false then
5371 for i, v in next, mobspawn do
5372 v.ChildAdded:connect(function(Obj)
5373 if Bullshit.MobChams then
5374 local t = tick()
5375 local GetHum = Obj:FindFirstChildOfClass("Humanoid")
5376 if GetHum == nil then
5377 repeat
5378 GetHum = Obj:FindFirstChildOfClass("Humanoid")
5379 wait()
5380 until GetHum ~= nil or (tick() - t) >= 10
5381 end
5382 if GetHum == nil then return end
5383
5384 CreateChams(Obj)
5385 end
5386
5387 if Bullshit.MobESP then
5388 local t = tick()
5389 local GetHum = Obj:FindFirstChildOfClass("Humanoid")
5390 if GetHum == nil then
5391 repeat
5392 GetHum = Obj:FindFirstChildOfClass("Humanoid")
5393 wait()
5394 until GetHum ~= nil or (tick() - t) >= 10
5395 end
5396 if GetHum == nil then return end
5397
5398 CreateESP(Obj)
5399 end
5400 end)
5401 end
5402
5403 Bullshit.Mob_ESP_CHAMS_Ran_Once = true
5404 end
5405end
5406
5407function CreateChildAddedEventFor(Obj)
5408 Obj.ChildAdded:connect(function(Obj2)
5409 if Bullshit.OutlinesEnabled then
5410 if Obj2:IsA("BasePart") and not Plrs:GetPlayerFromCharacter(Obj2.Parent) and not Obj2.Parent:IsA("Hat") and not Obj2.Parent:IsA("Accessory") and Obj2.Parent.Name ~= "Tracers" then
5411 local Data = { }
5412 Data[2] = Obj2.Transparency
5413 Obj2.Transparency = 1
5414 local outline = Instance.new("SelectionBox")
5415 outline.Name = "Outline"
5416 outline.Color3 = Color3.new(0, 0, 0)
5417 outline.SurfaceColor3 = Color3.new(0, 1, 0)
5418 --outline.SurfaceTransparency = 0.9
5419 outline.LineThickness = 0.01
5420 outline.Transparency = 0.5
5421 outline.Transparency = 0.5
5422 outline.Adornee = Obj2
5423 outline.Parent = Obj2
5424 Data[1] = outline
5425 rawset(Bullshit.OutlinedParts, Obj2, Data)
5426 end
5427
5428 for i, v in next, Obj2:GetDescendants() do
5429 if v:IsA("BasePart") and not Plrs:GetPlayerFromCharacter(v.Parent) and not v.Parent:IsA("Hat") and not v.Parent:IsA("Accessory") and v.Parent.Name ~= "Tracers" then
5430 local Data = { }
5431 Data[2] = v.Transparency
5432 v.Transparency = 1
5433 local outline = Instance.new("SelectionBox")
5434 outline.Name = "Outline"
5435 outline.Color3 = Color3.new(0, 0, 0)
5436 outline.SurfaceColor3 = Color3.new(0, 1, 0)
5437 --outline.SurfaceTransparency = 0.9
5438 outline.LineThickness = 0.01
5439 outline.Transparency = 0.5
5440 outline.Adornee = v
5441 outline.Parent = v
5442 Data[1] = outline
5443 rawset(Bullshit.OutlinedParts, v, Data)
5444 end
5445 CreateChildAddedEventFor(v)
5446 end
5447 end
5448 CreateChildAddedEventFor(Obj2)
5449 end)
5450end
5451
5452function LightingHax()
5453 if Bullshit.OutlinesEnabled then
5454 Light.TimeOfDay = "00:00:00"
5455 end
5456
5457 if Bullshit.FullbrightEnabled then
5458 Light.Ambient = Color3.new(1, 1, 1)
5459 Light.ColorShift_Bottom = Color3.new(1, 1, 1)
5460 Light.ColorShift_Top = Color3.new(1, 1, 1)
5461 end
5462end
5463
5464Plrs.PlayerAdded:connect(function(Plr)
5465 if Bullshit.CharAddedEvent[Plr.Name] == nil then
5466 Bullshit.CharAddedEvent[Plr.Name] = Plr.CharacterAdded:connect(function(Char)
5467 if Bullshit.ESPEnabled then
5468 RemoveESP(Plr)
5469 CreateESP(Plr)
5470 end
5471 if Bullshit.CHAMSEnabled then
5472 RemoveChams(Plr)
5473 CreateChams(Plr)
5474 end
5475 if Bullshit.TracersEnabled then
5476 CreateTracers(Plr)
5477 end
5478 repeat wait() until Char:FindFirstChild("HumanoidRootPart")
5479 TracerMT[Plr.Name] = Char.HumanoidRootPart
5480 end)
5481 end
5482end)
5483
5484Plrs.PlayerRemoving:connect(function(Plr)
5485 if Bullshit.CharAddedEvent[Plr.Name] ~= nil then
5486 Bullshit.CharAddedEvent[Plr.Name]:Disconnect()
5487 Bullshit.CharAddedEvent[Plr.Name] = nil
5488 end
5489 RemoveESP(Plr)
5490 RemoveChams(Plr)
5491 RemoveTracers(Plr)
5492 TracerMT[Plr.Name] = nil
5493end)
5494
5495function InitMain()
5496 -- Objects
5497
5498 local Bullshit20 = Instance.new("ScreenGui")
5499 local MainFrame = Instance.new("Frame")
5500 local Title = Instance.new("TextLabel")
5501 local design = Instance.new("Frame")
5502 local buttons = Instance.new("Frame")
5503 local ESPToggle = Instance.new("TextButton")
5504 local ChamsToggle = Instance.new("TextButton")
5505 local TracersToggle = Instance.new("TextButton")
5506 local OutlineToggle = Instance.new("TextButton")
5507 local DebugToggle = Instance.new("TextButton")
5508 local FullbrightToggle = Instance.new("TextButton")
5509 local BlacklistToggle = Instance.new("TextButton")
5510 local WhitelistToggle = Instance.new("TextButton")
5511 local Crosshair = Instance.new("TextButton")
5512 local AimbotToggle = Instance.new("TextButton")
5513 local Settings = Instance.new("TextButton")
5514 local Information = Instance.new("TextButton")
5515 local Information_2 = Instance.new("Frame")
5516 local Title_2 = Instance.new("TextLabel")
5517 local design_2 = Instance.new("Frame")
5518 local buttons_2 = Instance.new("ScrollingFrame")
5519 local TextLabel = Instance.new("TextLabel")
5520 local Settings_2 = Instance.new("Frame")
5521 local Title_3 = Instance.new("TextLabel")
5522 local design_3 = Instance.new("Frame")
5523 local buttons_3 = Instance.new("ScrollingFrame")
5524 local AllyColor = Instance.new("TextBox")
5525 local CHAMSLength = Instance.new("TextBox")
5526 local CrosshairColor = Instance.new("TextBox")
5527 local ESPLength = Instance.new("TextBox")
5528 local EnemyColor = Instance.new("TextBox")
5529 local FreeForAll = Instance.new("TextButton")
5530 local FriendColor = Instance.new("TextBox")
5531 local NeutralColor = Instance.new("TextBox")
5532 local TracersLength = Instance.new("TextBox")
5533 local TracersUnderChars = Instance.new("TextButton")
5534 local AutoFireToggle = Instance.new("TextButton")
5535 local AimbotKey = Instance.new("TextButton")
5536 local MobESPButton = Instance.new("TextButton")
5537 local MobChamsButton = Instance.new("TextButton")
5538 local TextLabel_2 = Instance.new("TextLabel")
5539 local TextLabel_3 = Instance.new("TextLabel")
5540 local TextLabel_4 = Instance.new("TextLabel")
5541 local TextLabel_5 = Instance.new("TextLabel")
5542 local TextLabel_6 = Instance.new("TextLabel")
5543 local TextLabel_7 = Instance.new("TextLabel")
5544 local TextLabel_8 = Instance.new("TextLabel")
5545 local TextLabel_9 = Instance.new("TextLabel")
5546 local TextLabel_10 = Instance.new("TextLabel")
5547 local TextLabel_11 = Instance.new("TextLabel")
5548 local TextLabel_12 = Instance.new("TextLabel")
5549 local TextLabel_13 = Instance.new("TextLabel")
5550 local TextLabel_14 = Instance.new("TextLabel")
5551 local TextLabel_15 = Instance.new("TextLabel")
5552 local SaveSettings = Instance.new("TextButton")
5553 local Blacklist = Instance.new("Frame")
5554 local nigga = Instance.new("TextLabel")
5555 local niggerfaggot = Instance.new("Frame")
5556 local players = Instance.new("ScrollingFrame")
5557 local buttonsex = Instance.new("Frame")
5558 local Playername = Instance.new("TextBox")
5559 local AddToBlacklist = Instance.new("TextButton")
5560 local RemoveToBlacklist = Instance.new("TextButton")
5561 local SaveBlacklist = Instance.new("TextButton")
5562 local Whitelist = Instance.new("Frame")
5563 local nigga2 = Instance.new("TextLabel")
5564 local niggerfaggot2 = Instance.new("Frame")
5565 local players2 = Instance.new("ScrollingFrame")
5566 local buttonsex2 = Instance.new("Frame")
5567 local Playername2 = Instance.new("TextBox")
5568 local AddToWhitelist = Instance.new("TextButton")
5569 local RemoveToWhitelist = Instance.new("TextButton")
5570 local SaveWhitelist = Instance.new("TextButton")
5571
5572 -- Properties
5573
5574 Bullshit20.Name = "Bullshit 3.0"
5575 Bullshit20.Parent = CoreGui
5576 Bullshit20.ResetOnSpawn = false
5577
5578 MainFrame.Name = "MainFrame"
5579 MainFrame.Parent = Bullshit20
5580 MainFrame.Active = true
5581 MainFrame.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
5582 MainFrame.BorderSizePixel = 0
5583 MainFrame.Draggable = true
5584 MainFrame.Position = UDim2.new(0.200000003, -175, 0.5, -100)
5585 MainFrame.Size = UDim2.new(0, 350, 0, 315)
5586
5587 Title.Name = "Title"
5588 Title.Parent = MainFrame
5589 Title.BackgroundColor3 = Color3.new(1, 1, 1)
5590 Title.BackgroundTransparency = 1
5591 Title.Size = UDim2.new(1, 0, 0, 50)
5592 Title.Font = Enum.Font.SourceSansBold
5593 Title.Text = "Project: Bullshit\nMade by: Racist Dolphin#5199\nVersion 3.5.5 (RE-WORK IN THE WORKS)"
5594 Title.TextColor3 = Color3.new(1, 1, 1)
5595 Title.TextSize = 18
5596 Title.TextTransparency = 0.5
5597
5598 design.Name = "design"
5599 design.Parent = MainFrame
5600 design.BackgroundColor3 = Color3.new(1, 1, 1)
5601 design.BackgroundTransparency = 0.5
5602 design.BorderSizePixel = 0
5603 design.Position = UDim2.new(0.0500000007, 0, 0, 50)
5604 design.Size = UDim2.new(0.899999976, 0, 0, 2)
5605
5606 buttons.Name = "buttons"
5607 buttons.Parent = MainFrame
5608 buttons.BackgroundColor3 = Color3.new(1, 1, 1)
5609 buttons.BackgroundTransparency = 1
5610 buttons.Position = UDim2.new(0, 20, 0, 70)
5611 buttons.Size = UDim2.new(1, -40, 1, -80)
5612
5613 Blacklist.Name = "Blacklist"
5614 Blacklist.Parent = MainFrame
5615 Blacklist.Active = true
5616 Blacklist.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
5617 Blacklist.BorderSizePixel = 0
5618 Blacklist.Position = UDim2.new(1, 3, 0.5, -138)
5619 Blacklist.Size = UDim2.new(0, 350, 0, 375)
5620 Blacklist.Visible = false
5621
5622 nigga.Name = "nigga"
5623 nigga.Parent = Blacklist
5624 nigga.BackgroundColor3 = Color3.new(1, 1, 1)
5625 nigga.BackgroundTransparency = 1
5626 nigga.Size = UDim2.new(1, 0, 0, 50)
5627 nigga.Font = Enum.Font.SourceSansBold
5628 nigga.Text = "Blacklist Menu"
5629 nigga.TextColor3 = Color3.new(1, 1, 1)
5630 nigga.TextSize = 18
5631 nigga.TextTransparency = 0.5
5632
5633 niggerfaggot.Name = "niggerfaggot"
5634 niggerfaggot.Parent = Blacklist
5635 niggerfaggot.BackgroundColor3 = Color3.new(1, 1, 1)
5636 niggerfaggot.BackgroundTransparency = 0.5
5637 niggerfaggot.BorderSizePixel = 0
5638 niggerfaggot.Position = UDim2.new(0.0500000007, 0, 0, 50)
5639 niggerfaggot.Size = UDim2.new(0.899999976, 0, 0, 2)
5640
5641 players.Name = "players"
5642 players.Parent = Blacklist
5643 players.BackgroundColor3 = Color3.new(1, 1, 1)
5644 players.BackgroundTransparency = 1
5645 players.BorderSizePixel = 0
5646 players.Position = UDim2.new(0, 20, 0, 60)
5647 players.Size = UDim2.new(1, -40, 1, -175)
5648 players.CanvasSize = UDim2.new(0, 0, 5, 0)
5649 players.ScrollBarThickness = 8
5650
5651 buttonsex.Name = "buttonsex"
5652 buttonsex.Parent = Blacklist
5653 buttonsex.BackgroundColor3 = Color3.new(1, 1, 1)
5654 buttonsex.BackgroundTransparency = 1
5655 buttonsex.Position = UDim2.new(0, 20, 0, 250)
5656 buttonsex.Size = UDim2.new(1, -40, 0, 100)
5657
5658 Playername.Name = "Playername"
5659 Playername.Parent = buttonsex
5660 Playername.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
5661 Playername.BackgroundTransparency = 0.5
5662 Playername.BorderSizePixel = 0
5663 Playername.Size = UDim2.new(1, 0, 0, 20)
5664 Playername.Font = Enum.Font.SourceSansBold
5665 Playername.Text = "Enter Player Name"
5666 Playername.TextSize = 14
5667 Playername.TextWrapped = true
5668
5669 AddToBlacklist.Name = "AddToBlacklist"
5670 AddToBlacklist.Parent = buttonsex
5671 AddToBlacklist.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
5672 AddToBlacklist.BackgroundTransparency = 0.5
5673 AddToBlacklist.BorderSizePixel = 0
5674 AddToBlacklist.Position = UDim2.new(0, 0, 0, 30)
5675 AddToBlacklist.Size = UDim2.new(1, 0, 0, 20)
5676 AddToBlacklist.Font = Enum.Font.SourceSansBold
5677 AddToBlacklist.Text = "Add to Blacklist"
5678 AddToBlacklist.TextSize = 14
5679 AddToBlacklist.TextWrapped = true
5680
5681 RemoveToBlacklist.Name = "RemoveToBlacklist"
5682 RemoveToBlacklist.Parent = buttonsex
5683 RemoveToBlacklist.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
5684 RemoveToBlacklist.BackgroundTransparency = 0.5
5685 RemoveToBlacklist.BorderSizePixel = 0
5686 RemoveToBlacklist.Position = UDim2.new(0, 0, 0, 60)
5687 RemoveToBlacklist.Size = UDim2.new(1, 0, 0, 20)
5688 RemoveToBlacklist.Font = Enum.Font.SourceSansBold
5689 RemoveToBlacklist.Text = "Remove from Blacklist"
5690 RemoveToBlacklist.TextSize = 14
5691 RemoveToBlacklist.TextWrapped = true
5692
5693 SaveBlacklist.Name = "SaveBlacklist"
5694 SaveBlacklist.Parent = buttonsex
5695 SaveBlacklist.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
5696 SaveBlacklist.BackgroundTransparency = 0.5
5697 SaveBlacklist.BorderSizePixel = 0
5698 SaveBlacklist.Position = UDim2.new(0, 0, 0, 90)
5699 SaveBlacklist.Size = UDim2.new(1, 0, 0, 20)
5700 SaveBlacklist.Font = Enum.Font.SourceSansBold
5701 SaveBlacklist.Text = "Save Blacklist"
5702 SaveBlacklist.TextSize = 14
5703 SaveBlacklist.TextWrapped = true
5704
5705 Whitelist.Name = "Whitelist"
5706 Whitelist.Parent = MainFrame
5707 Whitelist.Active = true
5708 Whitelist.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
5709 Whitelist.BorderSizePixel = 0
5710 Whitelist.Position = UDim2.new(1, 3, 0.5, -138)
5711 Whitelist.Size = UDim2.new(0, 350, 0, 375)
5712 Whitelist.Visible = false
5713
5714 nigga2.Name = "nigga2"
5715 nigga2.Parent = Whitelist
5716 nigga2.BackgroundColor3 = Color3.new(1, 1, 1)
5717 nigga2.BackgroundTransparency = 1
5718 nigga2.Size = UDim2.new(1, 0, 0, 50)
5719 nigga2.Font = Enum.Font.SourceSansBold
5720 nigga2.Text = "Friends List Menu"
5721 nigga2.TextColor3 = Color3.new(1, 1, 1)
5722 nigga2.TextSize = 18
5723 nigga2.TextTransparency = 0.5
5724
5725 niggerfaggot2.Name = "niggerfaggot2"
5726 niggerfaggot2.Parent = Whitelist
5727 niggerfaggot2.BackgroundColor3 = Color3.new(1, 1, 1)
5728 niggerfaggot2.BackgroundTransparency = 0.5
5729 niggerfaggot2.BorderSizePixel = 0
5730 niggerfaggot2.Position = UDim2.new(0.0500000007, 0, 0, 50)
5731 niggerfaggot2.Size = UDim2.new(0.899999976, 0, 0, 2)
5732
5733 players2.Name = "players2"
5734 players2.Parent = Whitelist
5735 players2.BackgroundColor3 = Color3.new(1, 1, 1)
5736 players2.BackgroundTransparency = 1
5737 players2.BorderSizePixel = 0
5738 players2.Position = UDim2.new(0, 20, 0, 60)
5739 players2.Size = UDim2.new(1, -40, 1, -175)
5740 players2.CanvasSize = UDim2.new(0, 0, 5, 0)
5741 players2.ScrollBarThickness = 8
5742
5743 buttonsex2.Name = "buttonsex2"
5744 buttonsex2.Parent = Whitelist
5745 buttonsex2.BackgroundColor3 = Color3.new(1, 1, 1)
5746 buttonsex2.BackgroundTransparency = 1
5747 buttonsex2.Position = UDim2.new(0, 20, 0, 250)
5748 buttonsex2.Size = UDim2.new(1, -40, 0, 100)
5749
5750 Playername2.Name = "Playername2"
5751 Playername2.Parent = buttonsex2
5752 Playername2.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
5753 Playername2.BackgroundTransparency = 0.5
5754 Playername2.BorderSizePixel = 0
5755 Playername2.Size = UDim2.new(1, 0, 0, 20)
5756 Playername2.Font = Enum.Font.SourceSansBold
5757 Playername2.Text = "Enter Player Name"
5758 Playername2.TextSize = 14
5759 Playername2.TextWrapped = true
5760
5761 AddToWhitelist.Name = "AddToWhitelist"
5762 AddToWhitelist.Parent = buttonsex2
5763 AddToWhitelist.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
5764 AddToWhitelist.BackgroundTransparency = 0.5
5765 AddToWhitelist.BorderSizePixel = 0
5766 AddToWhitelist.Position = UDim2.new(0, 0, 0, 30)
5767 AddToWhitelist.Size = UDim2.new(1, 0, 0, 20)
5768 AddToWhitelist.Font = Enum.Font.SourceSansBold
5769 AddToWhitelist.Text = "Add to Friends List"
5770 AddToWhitelist.TextSize = 14
5771 AddToWhitelist.TextWrapped = true
5772
5773 RemoveToWhitelist.Name = "RemoveToWhitelist"
5774 RemoveToWhitelist.Parent = buttonsex2
5775 RemoveToWhitelist.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
5776 RemoveToWhitelist.BackgroundTransparency = 0.5
5777 RemoveToWhitelist.BorderSizePixel = 0
5778 RemoveToWhitelist.Position = UDim2.new(0, 0, 0, 60)
5779 RemoveToWhitelist.Size = UDim2.new(1, 0, 0, 20)
5780 RemoveToWhitelist.Font = Enum.Font.SourceSansBold
5781 RemoveToWhitelist.Text = "Remove from Friends List"
5782 RemoveToWhitelist.TextSize = 14
5783 RemoveToWhitelist.TextWrapped = true
5784
5785 SaveWhitelist.Name = "SaveWhitelist"
5786 SaveWhitelist.Parent = buttonsex2
5787 SaveWhitelist.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
5788 SaveWhitelist.BackgroundTransparency = 0.5
5789 SaveWhitelist.BorderSizePixel = 0
5790 SaveWhitelist.Position = UDim2.new(0, 0, 0, 90)
5791 SaveWhitelist.Size = UDim2.new(1, 0, 0, 20)
5792 SaveWhitelist.Font = Enum.Font.SourceSansBold
5793 SaveWhitelist.Text = "Save Friends List"
5794 SaveWhitelist.TextSize = 14
5795 SaveWhitelist.TextWrapped = true
5796
5797 BlacklistToggle.Name = "BlacklistToggle"
5798 BlacklistToggle.Parent = buttons
5799 BlacklistToggle.BackgroundColor3 = Color3.new(1, 1, 1)
5800 BlacklistToggle.BackgroundTransparency = 0.5
5801 BlacklistToggle.BorderSizePixel = 0
5802 BlacklistToggle.Position = UDim2.new(0, 0, 0, 200)
5803 BlacklistToggle.Size = UDim2.new(0, 150, 0, 30)
5804 BlacklistToggle.Font = Enum.Font.SourceSansBold
5805 BlacklistToggle.Text = "Blacklist"
5806 BlacklistToggle.TextColor3 = Color3.new(0.176471, 0.176471, 0.176471)
5807 BlacklistToggle.TextSize = 14
5808 BlacklistToggle.TextWrapped = true
5809
5810 WhitelistToggle.Name = "WhitelistToggle"
5811 WhitelistToggle.Parent = buttons
5812 WhitelistToggle.BackgroundColor3 = Color3.new(1, 1, 1)
5813 WhitelistToggle.BackgroundTransparency = 0.5
5814 WhitelistToggle.BorderSizePixel = 0
5815 WhitelistToggle.Position = UDim2.new(1, -150, 0, 200)
5816 WhitelistToggle.Size = UDim2.new(0, 150, 0, 30)
5817 WhitelistToggle.Font = Enum.Font.SourceSansBold
5818 WhitelistToggle.Text = "Friends List"
5819 WhitelistToggle.TextColor3 = Color3.new(0.176471, 0.176471, 0.176471)
5820 WhitelistToggle.TextSize = 14
5821 WhitelistToggle.TextWrapped = true
5822
5823 ESPToggle.Name = "ESPToggle"
5824 ESPToggle.Parent = buttons
5825 ESPToggle.BackgroundColor3 = Color3.new(1, 1, 1)
5826 ESPToggle.BackgroundTransparency = 0.5
5827 ESPToggle.BorderSizePixel = 0
5828 ESPToggle.Size = UDim2.new(0, 150, 0, 30)
5829 ESPToggle.Font = Enum.Font.SourceSansBold
5830 ESPToggle.Text = "ESP"
5831 ESPToggle.TextColor3 = Color3.new(0.176471, 0.176471, 0.176471)
5832 ESPToggle.TextSize = 14
5833 ESPToggle.TextWrapped = true
5834
5835 ChamsToggle.Name = "ChamsToggle"
5836 ChamsToggle.Parent = buttons
5837 ChamsToggle.BackgroundColor3 = Color3.new(1, 1, 1)
5838 ChamsToggle.BackgroundTransparency = 0.5
5839 ChamsToggle.BorderSizePixel = 0
5840 ChamsToggle.Position = UDim2.new(1, -150, 0, 0)
5841 ChamsToggle.Size = UDim2.new(0, 150, 0, 30)
5842 ChamsToggle.Font = Enum.Font.SourceSansBold
5843 ChamsToggle.Text = "Chams"
5844 ChamsToggle.TextColor3 = Color3.new(0.176471, 0.176471, 0.176471)
5845 ChamsToggle.TextSize = 14
5846 ChamsToggle.TextWrapped = true
5847
5848 TracersToggle.Name = "TracersToggle"
5849 TracersToggle.Parent = buttons
5850 TracersToggle.BackgroundColor3 = Color3.new(1, 1, 1)
5851 TracersToggle.BackgroundTransparency = 0.5
5852 TracersToggle.BorderSizePixel = 0
5853 TracersToggle.Position = UDim2.new(0, 0, 0, 40)
5854 TracersToggle.Size = UDim2.new(0, 150, 0, 30)
5855 TracersToggle.Font = Enum.Font.SourceSansBold
5856 TracersToggle.Text = "Tracers"
5857 TracersToggle.TextColor3 = Color3.new(0.176471, 0.176471, 0.176471)
5858 TracersToggle.TextSize = 14
5859 TracersToggle.TextWrapped = true
5860
5861 OutlineToggle.Name = "OutlineToggle"
5862 OutlineToggle.Parent = buttons
5863 OutlineToggle.BackgroundColor3 = Color3.new(1, 1, 1)
5864 OutlineToggle.BackgroundTransparency = 0.5
5865 OutlineToggle.BorderSizePixel = 0
5866 OutlineToggle.Position = UDim2.new(1, -150, 0, 40)
5867 OutlineToggle.Size = UDim2.new(0, 150, 0, 30)
5868 OutlineToggle.Font = Enum.Font.SourceSansBold
5869 OutlineToggle.Text = "Outlines"
5870 OutlineToggle.TextColor3 = Color3.new(0.176471, 0.176471, 0.176471)
5871 OutlineToggle.TextSize = 14
5872 OutlineToggle.TextWrapped = true
5873
5874 DebugToggle.Name = "DebugToggle"
5875 DebugToggle.Parent = buttons
5876 DebugToggle.BackgroundColor3 = Color3.new(1, 1, 1)
5877 DebugToggle.BackgroundTransparency = 0.5
5878 DebugToggle.BorderSizePixel = 0
5879 DebugToggle.Position = UDim2.new(1, -150, 0, 80)
5880 DebugToggle.Size = UDim2.new(0, 150, 0, 30)
5881 DebugToggle.Font = Enum.Font.SourceSansBold
5882 DebugToggle.Text = "Debug Info"
5883 DebugToggle.TextColor3 = Color3.new(0.176471, 0.176471, 0.176471)
5884 DebugToggle.TextSize = 14
5885 DebugToggle.TextWrapped = true
5886
5887 FullbrightToggle.Name = "FullbrightToggle"
5888 FullbrightToggle.Parent = buttons
5889 FullbrightToggle.BackgroundColor3 = Color3.new(1, 1, 1)
5890 FullbrightToggle.BackgroundTransparency = 0.5
5891 FullbrightToggle.BorderSizePixel = 0
5892 FullbrightToggle.Position = UDim2.new(0, 0, 0, 80)
5893 FullbrightToggle.Size = UDim2.new(0, 150, 0, 30)
5894 FullbrightToggle.Font = Enum.Font.SourceSansBold
5895 FullbrightToggle.Text = "Fullbright"
5896 FullbrightToggle.TextColor3 = Color3.new(0.176471, 0.176471, 0.176471)
5897 FullbrightToggle.TextSize = 14
5898 FullbrightToggle.TextWrapped = true
5899
5900 Crosshair.Name = "Crosshair"
5901 Crosshair.Parent = buttons
5902 Crosshair.BackgroundColor3 = Color3.new(1, 1, 1)
5903 Crosshair.BackgroundTransparency = 0.5
5904 Crosshair.BorderSizePixel = 0
5905 Crosshair.Position = UDim2.new(0, 0, 0, 120)
5906 Crosshair.Size = UDim2.new(0, 150, 0, 30)
5907 Crosshair.Font = Enum.Font.SourceSansBold
5908 Crosshair.Text = "Crosshair"
5909 Crosshair.TextColor3 = Color3.new(0.176471, 0.176471, 0.176471)
5910 Crosshair.TextSize = 14
5911 Crosshair.TextWrapped = true
5912
5913 AimbotToggle.Name = "AimbotToggle"
5914 AimbotToggle.Parent = buttons
5915 AimbotToggle.BackgroundColor3 = Color3.new(1, 1, 1)
5916 AimbotToggle.BackgroundTransparency = 0.5
5917 AimbotToggle.BorderSizePixel = 0
5918 AimbotToggle.Position = UDim2.new(1, -150, 0, 120)
5919 AimbotToggle.Size = UDim2.new(0, 150, 0, 30)
5920 AimbotToggle.Font = Enum.Font.SourceSansBold
5921 AimbotToggle.Text = "Aimlock"
5922 AimbotToggle.TextColor3 = Color3.new(0.176471, 0.176471, 0.176471)
5923 AimbotToggle.TextSize = 14
5924 AimbotToggle.TextWrapped = true
5925
5926 Settings.Name = "Settings"
5927 Settings.Parent = buttons
5928 Settings.BackgroundColor3 = Color3.new(1, 1, 1)
5929 Settings.BackgroundTransparency = 0.5
5930 Settings.BorderSizePixel = 0
5931 Settings.Position = UDim2.new(1, -150, 0, 160)
5932 Settings.Size = UDim2.new(0, 150, 0, 30)
5933 Settings.Font = Enum.Font.SourceSansBold
5934 Settings.Text = "Settings"
5935 Settings.TextColor3 = Color3.new(0.176471, 0.176471, 0.176471)
5936 Settings.TextSize = 14
5937 Settings.TextWrapped = true
5938
5939 Information.Name = "Information"
5940 Information.Parent = buttons
5941 Information.BackgroundColor3 = Color3.new(1, 1, 1)
5942 Information.BackgroundTransparency = 0.5
5943 Information.BorderSizePixel = 0
5944 Information.Position = UDim2.new(0, 0, 0, 160)
5945 Information.Size = UDim2.new(0, 150, 0, 30)
5946 Information.Font = Enum.Font.SourceSansBold
5947 Information.Text = "Information"
5948 Information.TextColor3 = Color3.new(0.176471, 0.176471, 0.176471)
5949 Information.TextSize = 14
5950 Information.TextWrapped = true
5951
5952 Information_2.Name = "Information"
5953 Information_2.Parent = MainFrame
5954 Information_2.Active = true
5955 Information_2.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
5956 Information_2.BorderSizePixel = 0
5957 Information_2.Position = UDim2.new(1, 3, 0.5, -138)
5958 Information_2.Size = UDim2.new(0, 350, 0, 365)
5959 Information_2.Visible = false
5960
5961 Title_2.Name = "Title"
5962 Title_2.Parent = Information_2
5963 Title_2.BackgroundColor3 = Color3.new(1, 1, 1)
5964 Title_2.BackgroundTransparency = 1
5965 Title_2.Size = UDim2.new(1, 0, 0, 50)
5966 Title_2.Font = Enum.Font.SourceSansBold
5967 Title_2.Text = "Information"
5968 Title_2.TextColor3 = Color3.new(1, 1, 1)
5969 Title_2.TextSize = 18
5970 Title_2.TextTransparency = 0.5
5971
5972 design_2.Name = "design"
5973 design_2.Parent = Information_2
5974 design_2.BackgroundColor3 = Color3.new(1, 1, 1)
5975 design_2.BackgroundTransparency = 0.5
5976 design_2.BorderSizePixel = 0
5977 design_2.Position = UDim2.new(0.0500000007, 0, 0, 50)
5978 design_2.Size = UDim2.new(0.899999976, 0, 0, 2)
5979
5980 buttons_2.Name = "buttons"
5981 buttons_2.Parent = Information_2
5982 buttons_2.BackgroundColor3 = Color3.new(1, 1, 1)
5983 buttons_2.BackgroundTransparency = 1
5984 buttons_2.BorderSizePixel = 0
5985 buttons_2.Position = UDim2.new(0, 20, 0, 60)
5986 buttons_2.Size = UDim2.new(1, -40, 1, -70)
5987 buttons_2.CanvasSize = UDim2.new(5, 0, 5, 0)
5988 buttons_2.ScrollBarThickness = 5
5989
5990 TextLabel.Parent = buttons_2
5991 TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
5992 TextLabel.BackgroundTransparency = 1
5993 TextLabel.Size = UDim2.new(1, -20, 1, 0)
5994 TextLabel.Font = Enum.Font.SourceSansBold
5995 TextLabel.Text = [[
5996Scripting by: Racist Dolphin#5199
5997GUI by: SOMEONE WHO WANTS HIS NAME HIDDEN.
5998
5999To hide/show the GUI press the "P" key on your keyboard.
6000
6001NOTICE: Since my string manipulation skills aren't the greatest, changing esp/cham colors might be quite buggy.
6002NOTICE #2: The blacklist feature will return! I just didn't have enough time to make the gui.
6003NOTICE #3: Save Settings might still be bugged. Message me if it's fucked up still.
6004
6005This works on every game, though the Aimbot does NOT! (Doesn't work on: Jailbreak, and Phantom Forces)
6006
6007FAQ:
60081) How do I use the aimbot?
6009A: Activate it, and hold right-click in-game. The aimbot will lock on to the closest enemy NOT behind a wall. (If said player is behind a wall, it will find the next closest player not behind a wall.)
6010
60112) ESP/Chams don't work on the game I play?
6012A: Some games require me to make patches (ex: Murder Mystery, Murder Mystery X) to request a patch or a game message me on discord.
6013
60143) How did I detect when a player is behind a wall?
6015A: Raycasting the camera to another player.
6016
60174) My bullets still miss when using aimbot?!
6018A: Blame bullet spread, try and control how often you fire. (Murder Mystery 2 = trash) (Why the fuck does a single shot pistol have bullet spread? lol wtf?)
6019
6020Change Log:
60213/10/2018:
6022+ Fixed more bugs with chams
6023
60243/10/2018:
6025+ Fixed how chams broke when a player respawned.
6026
60273/10/2018:
6028+ Fixed ESP not updating correctly.
6029+ Fixed Chams not updating correctly. (MAYBE? IDK WHAT IS BREAKING THIS)
6030
60313/9/2018:
6032+ Mob ESP/Chams! (BETA!)
6033
60343/8/2018:
6035+ Fixed the error you get when not entering a valid number for esp/chams/tracer lengths.
6036+ Fixed lag issues with aimlock.
6037+ Fixed lag issues with chams.
6038
60393/8/2018:
6040+ Patch for Murder 15
6041- Temporarily removed auto fire since mouse1click is broken on Synapse :(
6042
60433/7/2018:
6044+ Updated save settings.
6045+ Can now customize aimlock key.
6046
60473/7/2018:
6048+ Patch for Wild Revolver.
6049+ Fix for autofire. (Hopefully)
6050
60513/6/2018:
6052- Removed :IsFriendsWith check. (Use Friends List GUI instead)
6053
60543/4/2018:
6055+ Added Friend List Menu
6056+ Patch for Assassin!
6057
60583/4/2018:
6059+ Fixed crosshair toggle.
6060+ Aimlock patch for Island Royal.
6061+ Finally fixed save settings.
6062
60633/4/2018:
6064+ Aimlock fixed for Unit 1968: Vietnam
6065+ Autofire setting for aimlock
6066+ Fixed how you sometimes had to double click buttons to activate a option
6067
60683/4/2018:
6069+ Fixed FreeForAll setting bug.
6070+ Using aimlock on Phantom Forces / Jailbreak will now tell you it will not work.
6071* Renamed Aimbot back to Aimlock
6072
60733/3/2018:
6074+ Blacklist feature re-added.
6075+ Aimbot will no longer focus people in the blacklist.
6076+ Compatible on exploits that have readfile and writefile.
6077
60783/3/2018:
6079+ GUI Overhaul
6080+ Aimbot now only targets people NOT behind walls
6081+ Chams now dim when x player is visible on your screen.
6082+ Chams no longer have the humanoid root part. (Your welcome)
6083+ Patch for Silent Assassin
6084+ My discord was deleted, so I'm using pastebin now. (Auto updates :)
6085]]
6086 TextLabel.TextColor3 = Color3.new(1, 1, 1)
6087 TextLabel.TextSize = 16
6088 TextLabel.TextTransparency = 0.5
6089 TextLabel.TextXAlignment = Enum.TextXAlignment.Left
6090 TextLabel.TextYAlignment = Enum.TextYAlignment.Top
6091
6092 Settings_2.Name = "Settings"
6093 Settings_2.Parent = MainFrame
6094 Settings_2.Active = true
6095 Settings_2.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
6096 Settings_2.BorderSizePixel = 0
6097 Settings_2.Position = UDim2.new(1, 3, 0.5, -138)
6098 Settings_2.Size = UDim2.new(0, 350, 0, 365)
6099 Settings_2.Visible = false
6100
6101 Title_3.Name = "Title"
6102 Title_3.Parent = Settings_2
6103 Title_3.BackgroundColor3 = Color3.new(1, 1, 1)
6104 Title_3.BackgroundTransparency = 1
6105 Title_3.Size = UDim2.new(1, 0, 0, 50)
6106 Title_3.Font = Enum.Font.SourceSansBold
6107 Title_3.Text = "Settings Menu"
6108 Title_3.TextColor3 = Color3.new(1, 1, 1)
6109 Title_3.TextSize = 18
6110 Title_3.TextTransparency = 0.5
6111
6112 design_3.Name = "design"
6113 design_3.Parent = Settings_2
6114 design_3.BackgroundColor3 = Color3.new(1, 1, 1)
6115 design_3.BackgroundTransparency = 0.5
6116 design_3.BorderSizePixel = 0
6117 design_3.Position = UDim2.new(0.0500000007, 0, 0, 50)
6118 design_3.Size = UDim2.new(0.899999976, 0, 0, 2)
6119
6120 buttons_3.Name = "buttons"
6121 buttons_3.Parent = Settings_2
6122 buttons_3.BackgroundColor3 = Color3.new(1, 1, 1)
6123 buttons_3.BackgroundTransparency = 1
6124 buttons_3.BorderSizePixel = 0
6125 buttons_3.Position = UDim2.new(0, 20, 0, 60)
6126 buttons_3.Size = UDim2.new(1, -40, 1, -70)
6127 buttons_3.ScrollBarThickness = 8
6128
6129 AllyColor.Name = "AllyColor"
6130 AllyColor.Parent = buttons_3
6131 AllyColor.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
6132 AllyColor.BackgroundTransparency = 0.5
6133 AllyColor.BorderSizePixel = 0
6134 AllyColor.Position = UDim2.new(1, -150, 0, 180)
6135 AllyColor.Size = UDim2.new(0, 135, 0, 20)
6136 AllyColor.Font = Enum.Font.SourceSansBold
6137 AllyColor.Text = tostring(Bullshit.Colors.Ally)
6138 AllyColor.TextSize = 14
6139 AllyColor.TextWrapped = true
6140
6141 CHAMSLength.Name = "CHAMSLength"
6142 CHAMSLength.Parent = buttons_3
6143 CHAMSLength.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
6144 CHAMSLength.BackgroundTransparency = 0.5
6145 CHAMSLength.BorderSizePixel = 0
6146 CHAMSLength.Position = UDim2.new(1, -150, 0, 60)
6147 CHAMSLength.Size = UDim2.new(0, 135, 0, 20)
6148 CHAMSLength.Font = Enum.Font.SourceSansBold
6149 CHAMSLength.Text = tostring(Bullshit.CHAMSLength)
6150 CHAMSLength.TextSize = 14
6151 CHAMSLength.TextWrapped = true
6152
6153 CrosshairColor.Name = "CrosshairColor"
6154 CrosshairColor.Parent = buttons_3
6155 CrosshairColor.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
6156 CrosshairColor.BackgroundTransparency = 0.5
6157 CrosshairColor.BorderSizePixel = 0
6158 CrosshairColor.Position = UDim2.new(1, -150, 0, 270)
6159 CrosshairColor.Size = UDim2.new(0, 135, 0, 20)
6160 CrosshairColor.Font = Enum.Font.SourceSansBold
6161 CrosshairColor.Text = tostring(Bullshit.Colors.Crosshair)
6162 CrosshairColor.TextSize = 14
6163 CrosshairColor.TextWrapped = true
6164
6165 ESPLength.Name = "ESPLength"
6166 ESPLength.Parent = buttons_3
6167 ESPLength.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
6168 ESPLength.BackgroundTransparency = 0.5
6169 ESPLength.BorderSizePixel = 0
6170 ESPLength.Position = UDim2.new(1, -150, 0, 30)
6171 ESPLength.Size = UDim2.new(0, 135, 0, 20)
6172 ESPLength.Font = Enum.Font.SourceSansBold
6173 ESPLength.Text = tostring(Bullshit.ESPLength)
6174 ESPLength.TextSize = 14
6175 ESPLength.TextWrapped = true
6176
6177 EnemyColor.Name = "EnemyColor"
6178 EnemyColor.Parent = buttons_3
6179 EnemyColor.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
6180 EnemyColor.BackgroundTransparency = 0.5
6181 EnemyColor.BorderSizePixel = 0
6182 EnemyColor.Position = UDim2.new(1, -150, 0, 150)
6183 EnemyColor.Size = UDim2.new(0, 135, 0, 20)
6184 EnemyColor.Font = Enum.Font.SourceSansBold
6185 EnemyColor.Text = tostring(Bullshit.Colors.Enemy)
6186 EnemyColor.TextSize = 14
6187 EnemyColor.TextWrapped = true
6188
6189 FreeForAll.Name = "FreeForAll"
6190 FreeForAll.Parent = buttons_3
6191 FreeForAll.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
6192 FreeForAll.BackgroundTransparency = 0.5
6193 FreeForAll.BorderSizePixel = 0
6194 FreeForAll.Position = UDim2.new(1, -150, 0, 120)
6195 FreeForAll.Size = UDim2.new(0, 135, 0, 20)
6196 FreeForAll.Font = Enum.Font.SourceSansBold
6197 FreeForAll.Text = tostring(Bullshit.FreeForAll)
6198 FreeForAll.TextSize = 14
6199 FreeForAll.TextWrapped = true
6200
6201 FriendColor.Name = "FriendColor"
6202 FriendColor.Parent = buttons_3
6203 FriendColor.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
6204 FriendColor.BackgroundTransparency = 0.5
6205 FriendColor.BorderSizePixel = 0
6206 FriendColor.Position = UDim2.new(1, -150, 0, 210)
6207 FriendColor.Size = UDim2.new(0, 135, 0, 20)
6208 FriendColor.Font = Enum.Font.SourceSansBold
6209 FriendColor.Text = tostring(Bullshit.Colors.Friend)
6210 FriendColor.TextSize = 14
6211 FriendColor.TextWrapped = true
6212
6213 NeutralColor.Name = "NeutralColor"
6214 NeutralColor.Parent = buttons_3
6215 NeutralColor.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
6216 NeutralColor.BackgroundTransparency = 0.5
6217 NeutralColor.BorderSizePixel = 0
6218 NeutralColor.Position = UDim2.new(1, -150, 0, 240)
6219 NeutralColor.Size = UDim2.new(0, 135, 0, 20)
6220 NeutralColor.Font = Enum.Font.SourceSansBold
6221 NeutralColor.Text = tostring(Bullshit.Colors.Neutral)
6222 NeutralColor.TextSize = 14
6223 NeutralColor.TextWrapped = true
6224
6225 TracersLength.Name = "TracersLength"
6226 TracersLength.Parent = buttons_3
6227 TracersLength.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
6228 TracersLength.BackgroundTransparency = 0.5
6229 TracersLength.BorderSizePixel = 0
6230 TracersLength.Position = UDim2.new(1, -150, 0, 0)
6231 TracersLength.Size = UDim2.new(0, 135, 0, 20)
6232 TracersLength.Font = Enum.Font.SourceSansBold
6233 TracersLength.Text = tostring(Bullshit.TracersLength)
6234 TracersLength.TextSize = 14
6235 TracersLength.TextWrapped = true
6236
6237 TracersUnderChars.Name = "TracersUnderChars"
6238 TracersUnderChars.Parent = buttons_3
6239 TracersUnderChars.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
6240 TracersUnderChars.BackgroundTransparency = 0.5
6241 TracersUnderChars.BorderSizePixel = 0
6242 TracersUnderChars.Position = UDim2.new(1, -150, 0, 90)
6243 TracersUnderChars.Size = UDim2.new(0, 135, 0, 20)
6244 TracersUnderChars.Font = Enum.Font.SourceSansBold
6245 TracersUnderChars.Text = tostring(Bullshit.PlaceTracersUnderCharacter)
6246 TracersUnderChars.TextSize = 14
6247 TracersUnderChars.TextWrapped = true
6248
6249 AutoFireToggle.Name = "AutoFireToggle"
6250 AutoFireToggle.Parent = buttons_3
6251 AutoFireToggle.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
6252 AutoFireToggle.BackgroundTransparency = 0.5
6253 AutoFireToggle.BorderSizePixel = 0
6254 AutoFireToggle.Position = UDim2.new(1, -150, 0, 300)
6255 AutoFireToggle.Size = UDim2.new(0, 135, 0, 20)
6256 AutoFireToggle.Font = Enum.Font.SourceSansBold
6257 AutoFireToggle.Text = tostring(Bullshit.AutoFire)
6258 AutoFireToggle.TextSize = 14
6259 AutoFireToggle.TextWrapped = true
6260
6261 AimbotKey.Name = "AimbotKey"
6262 AimbotKey.Parent = buttons_3
6263 AimbotKey.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
6264 AimbotKey.BackgroundTransparency = 0.5
6265 AimbotKey.BorderSizePixel = 0
6266 AimbotKey.Position = UDim2.new(1, -150, 0, 330)
6267 AimbotKey.Size = UDim2.new(0, 135, 0, 20)
6268 AimbotKey.Font = Enum.Font.SourceSansBold
6269 AimbotKey.Text = tostring(Bullshit.AimbotKey)
6270 AimbotKey.TextSize = 14
6271 AimbotKey.TextWrapped = true
6272
6273 MobESPButton.Name = "MobESPButton"
6274 MobESPButton.Parent = buttons_3
6275 MobESPButton.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
6276 MobESPButton.BackgroundTransparency = 0.5
6277 MobESPButton.BorderSizePixel = 0
6278 MobESPButton.Position = UDim2.new(1, -150, 0, 360)
6279 MobESPButton.Size = UDim2.new(0, 135, 0, 20)
6280 MobESPButton.Font = Enum.Font.SourceSansBold
6281 MobESPButton.Text = tostring(Bullshit.MobESP)
6282 MobESPButton.TextSize = 14
6283 MobESPButton.TextWrapped = true
6284
6285 MobChamsButton.Name = "MobChamsButton"
6286 MobChamsButton.Parent = buttons_3
6287 MobChamsButton.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
6288 MobChamsButton.BackgroundTransparency = 0.5
6289 MobChamsButton.BorderSizePixel = 0
6290 MobChamsButton.Position = UDim2.new(1, -150, 0, 390)
6291 MobChamsButton.Size = UDim2.new(0, 135, 0, 20)
6292 MobChamsButton.Font = Enum.Font.SourceSansBold
6293 MobChamsButton.Text = tostring(Bullshit.MobChams)
6294 MobChamsButton.TextSize = 14
6295 MobChamsButton.TextWrapped = true
6296
6297 TextLabel_2.Parent = buttons_3
6298 TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
6299 TextLabel_2.BackgroundTransparency = 1
6300 TextLabel_2.Size = UDim2.new(0.5, 0, 0, 20)
6301 TextLabel_2.Font = Enum.Font.SourceSansBold
6302 TextLabel_2.Text = "Tracers Length"
6303 TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
6304 TextLabel_2.TextSize = 16
6305 TextLabel_2.TextTransparency = 0.5
6306
6307 TextLabel_3.Parent = buttons_3
6308 TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
6309 TextLabel_3.BackgroundTransparency = 1
6310 TextLabel_3.Position = UDim2.new(0, 0, 0, 30)
6311 TextLabel_3.Size = UDim2.new(0.5, 0, 0, 20)
6312 TextLabel_3.Font = Enum.Font.SourceSansBold
6313 TextLabel_3.Text = "ESP Length"
6314 TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
6315 TextLabel_3.TextSize = 16
6316 TextLabel_3.TextTransparency = 0.5
6317
6318 TextLabel_4.Parent = buttons_3
6319 TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
6320 TextLabel_4.BackgroundTransparency = 1
6321 TextLabel_4.Position = UDim2.new(0, 0, 0, 60)
6322 TextLabel_4.Size = UDim2.new(0.5, 0, 0, 20)
6323 TextLabel_4.Font = Enum.Font.SourceSansBold
6324 TextLabel_4.Text = "Chams Length"
6325 TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
6326 TextLabel_4.TextSize = 16
6327 TextLabel_4.TextTransparency = 0.5
6328
6329 TextLabel_5.Parent = buttons_3
6330 TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
6331 TextLabel_5.BackgroundTransparency = 1
6332 TextLabel_5.Position = UDim2.new(0, 0, 0, 90)
6333 TextLabel_5.Size = UDim2.new(0.5, 0, 0, 20)
6334 TextLabel_5.Font = Enum.Font.SourceSansBold
6335 TextLabel_5.Text = "Tracers Under Chars"
6336 TextLabel_5.TextColor3 = Color3.new(1, 1, 1)
6337 TextLabel_5.TextSize = 16
6338 TextLabel_5.TextTransparency = 0.5
6339
6340 TextLabel_6.Parent = buttons_3
6341 TextLabel_6.BackgroundColor3 = Color3.new(1, 1, 1)
6342 TextLabel_6.BackgroundTransparency = 1
6343 TextLabel_6.Position = UDim2.new(0, 0, 0, 270)
6344 TextLabel_6.Size = UDim2.new(0.5, 0, 0, 20)
6345 TextLabel_6.Font = Enum.Font.SourceSansBold
6346 TextLabel_6.Text = "Crosshair Color"
6347 TextLabel_6.TextColor3 = Color3.new(1, 1, 1)
6348 TextLabel_6.TextSize = 16
6349 TextLabel_6.TextTransparency = 0.5
6350
6351 TextLabel_7.Parent = buttons_3
6352 TextLabel_7.BackgroundColor3 = Color3.new(1, 1, 1)
6353 TextLabel_7.BackgroundTransparency = 1
6354 TextLabel_7.Position = UDim2.new(0, 0, 0, 120)
6355 TextLabel_7.Size = UDim2.new(0.5, 0, 0, 20)
6356 TextLabel_7.Font = Enum.Font.SourceSansBold
6357 TextLabel_7.Text = "Free For All"
6358 TextLabel_7.TextColor3 = Color3.new(1, 1, 1)
6359 TextLabel_7.TextSize = 16
6360 TextLabel_7.TextTransparency = 0.5
6361
6362 TextLabel_8.Parent = buttons_3
6363 TextLabel_8.BackgroundColor3 = Color3.new(1, 1, 1)
6364 TextLabel_8.BackgroundTransparency = 1
6365 TextLabel_8.Position = UDim2.new(0, 0, 0, 240)
6366 TextLabel_8.Size = UDim2.new(0.5, 0, 0, 20)
6367 TextLabel_8.Font = Enum.Font.SourceSansBold
6368 TextLabel_8.Text = "Neutral Color"
6369 TextLabel_8.TextColor3 = Color3.new(1, 1, 1)
6370 TextLabel_8.TextSize = 16
6371 TextLabel_8.TextTransparency = 0.5
6372
6373 TextLabel_9.Parent = buttons_3
6374 TextLabel_9.BackgroundColor3 = Color3.new(1, 1, 1)
6375 TextLabel_9.BackgroundTransparency = 1
6376 TextLabel_9.Position = UDim2.new(0, 0, 0, 150)
6377 TextLabel_9.Size = UDim2.new(0.5, 0, 0, 20)
6378 TextLabel_9.Font = Enum.Font.SourceSansBold
6379 TextLabel_9.Text = "Enemy Color"
6380 TextLabel_9.TextColor3 = Color3.new(1, 1, 1)
6381 TextLabel_9.TextSize = 16
6382 TextLabel_9.TextTransparency = 0.5
6383
6384 TextLabel_10.Parent = buttons_3
6385 TextLabel_10.BackgroundColor3 = Color3.new(1, 1, 1)
6386 TextLabel_10.BackgroundTransparency = 1
6387 TextLabel_10.Position = UDim2.new(0, 0, 0, 180)
6388 TextLabel_10.Size = UDim2.new(0.5, 0, 0, 20)
6389 TextLabel_10.Font = Enum.Font.SourceSansBold
6390 TextLabel_10.Text = "Ally Color"
6391 TextLabel_10.TextColor3 = Color3.new(1, 1, 1)
6392 TextLabel_10.TextSize = 16
6393 TextLabel_10.TextTransparency = 0.5
6394
6395 TextLabel_11.Parent = buttons_3
6396 TextLabel_11.BackgroundColor3 = Color3.new(1, 1, 1)
6397 TextLabel_11.BackgroundTransparency = 1
6398 TextLabel_11.Position = UDim2.new(0, 0, 0, 210)
6399 TextLabel_11.Size = UDim2.new(0.5, 0, 0, 20)
6400 TextLabel_11.Font = Enum.Font.SourceSansBold
6401 TextLabel_11.Text = "Friend Color"
6402 TextLabel_11.TextColor3 = Color3.new(1, 1, 1)
6403 TextLabel_11.TextSize = 16
6404 TextLabel_11.TextTransparency = 0.5
6405
6406 TextLabel_12.Parent = buttons_3
6407 TextLabel_12.BackgroundColor3 = Color3.new(1, 1, 1)
6408 TextLabel_12.BackgroundTransparency = 1
6409 TextLabel_12.Position = UDim2.new(0, 0, 0, 300)
6410 TextLabel_12.Size = UDim2.new(0.5, 0, 0, 20)
6411 TextLabel_12.Font = Enum.Font.SourceSansBold
6412 TextLabel_12.Text = "Aimlock Auto Fire"
6413 TextLabel_12.TextColor3 = Color3.new(1, 1, 1)
6414 TextLabel_12.TextSize = 16
6415 TextLabel_12.TextTransparency = 0.5
6416
6417 TextLabel_13.Parent = buttons_3
6418 TextLabel_13.BackgroundColor3 = Color3.new(1, 1, 1)
6419 TextLabel_13.BackgroundTransparency = 1
6420 TextLabel_13.Position = UDim2.new(0, 0, 0, 330)
6421 TextLabel_13.Size = UDim2.new(0.5, 0, 0, 20)
6422 TextLabel_13.Font = Enum.Font.SourceSansBold
6423 TextLabel_13.Text = "Aimbot Key"
6424 TextLabel_13.TextColor3 = Color3.new(1, 1, 1)
6425 TextLabel_13.TextSize = 16
6426 TextLabel_13.TextTransparency = 0.5
6427
6428 TextLabel_14.Parent = buttons_3
6429 TextLabel_14.BackgroundColor3 = Color3.new(1, 1, 1)
6430 TextLabel_14.BackgroundTransparency = 1
6431 TextLabel_14.Position = UDim2.new(0, 0, 0, 360)
6432 TextLabel_14.Size = UDim2.new(0.5, 0, 0, 20)
6433 TextLabel_14.Font = Enum.Font.SourceSansBold
6434 TextLabel_14.Text = "Mob ESP"
6435 TextLabel_14.TextColor3 = Color3.new(1, 1, 1)
6436 TextLabel_14.TextSize = 16
6437 TextLabel_14.TextTransparency = 0.5
6438
6439 TextLabel_15.Parent = buttons_3
6440 TextLabel_15.BackgroundColor3 = Color3.new(1, 1, 1)
6441 TextLabel_15.BackgroundTransparency = 1
6442 TextLabel_15.Position = UDim2.new(0, 0, 0, 390)
6443 TextLabel_15.Size = UDim2.new(0.5, 0, 0, 20)
6444 TextLabel_15.Font = Enum.Font.SourceSansBold
6445 TextLabel_15.Text = "Mob CHAMS"
6446 TextLabel_15.TextColor3 = Color3.new(1, 1, 1)
6447 TextLabel_15.TextSize = 16
6448 TextLabel_15.TextTransparency = 0.5
6449
6450 SaveSettings.Name = "SaveSettings"
6451 SaveSettings.Parent = buttons_3
6452 SaveSettings.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
6453 SaveSettings.BackgroundTransparency = 0.5
6454 SaveSettings.BorderSizePixel = 0
6455 SaveSettings.Position = UDim2.new(0, 0, 0, 420)
6456 SaveSettings.Size = UDim2.new(1, -15, 0, 20)
6457 SaveSettings.Font = Enum.Font.SourceSansBold
6458 SaveSettings.Text = "Save Settings"
6459 SaveSettings.TextSize = 14
6460 SaveSettings.TextWrapped = true
6461
6462 function CreatePlayerLabel(Str, frame)
6463 local n = #frame:GetChildren()
6464 local playername = Instance.new("TextLabel")
6465 playername.Name = Str
6466 playername.Parent = frame
6467 playername.BackgroundColor3 = Color3.new(1, 1, 1)
6468 playername.BackgroundTransparency = 1
6469 playername.BorderSizePixel = 0
6470 playername.Position = UDim2.new(0, 5, 0, (n * 15))
6471 playername.Size = UDim2.new(1, -25, 0, 15)
6472 playername.Font = Enum.Font.SourceSans
6473 playername.Text = Str
6474 playername.TextColor3 = Color3.new(1, 1, 1)
6475 playername.TextSize = 16
6476 playername.TextXAlignment = Enum.TextXAlignment.Left
6477 end
6478
6479 function RefreshPlayerLabels(frame, t)
6480 frame:ClearAllChildren()
6481 for i, v in next, t do
6482 CreatePlayerLabel(i, frame)
6483 end
6484 end
6485
6486 RefreshPlayerLabels(players, Bullshit.Blacklist)
6487 RefreshPlayerLabels(players2, Bullshit.FriendList)
6488
6489 ESPToggle.MouseButton1Click:connect(function()
6490 Bullshit.ESPEnabled = not Bullshit.ESPEnabled
6491 if Bullshit.ESPEnabled then
6492 ESPToggle.BackgroundColor3 = Color3.new(0/255,171/255,11/255)
6493 for _, v in next, Plrs:GetPlayers() do
6494 if v ~= MyPlr then
6495 if Bullshit.CharAddedEvent[v.Name] == nil then
6496 Bullshit.CharAddedEvent[v.Name] = v.CharacterAdded:connect(function(Char)
6497 if Bullshit.ESPEnabled then
6498 RemoveESP(v)
6499 CreateESP(v)
6500 end
6501 if Bullshit.CHAMSEnabled then
6502 RemoveChams(v)
6503 CreateChams(v)
6504 end
6505 if Bullshit.TracersEnabled then
6506 RemoveTracers(v)
6507 CreateTracers(v)
6508 end
6509 repeat wait() until Char:FindFirstChild("HumanoidRootPart")
6510 TracerMT[v.Name] = Char.HumanoidRootPart
6511 end)
6512 end
6513 RemoveESP(v)
6514 CreateESP(v)
6515 end
6516 end
6517 CreateMobESPChams()
6518 else
6519 ESPToggle.BackgroundColor3 = Color3.new(1, 1, 1)
6520 PlayerESP:ClearAllChildren()
6521 ItemESP:ClearAllChildren()
6522 end
6523 end)
6524
6525 ChamsToggle.MouseButton1Click:connect(function()
6526 Bullshit.CHAMSEnabled = not Bullshit.CHAMSEnabled
6527 if Bullshit.CHAMSEnabled then
6528 ChamsToggle.BackgroundColor3 = Color3.new(0/255,171/255,11/255)
6529 for _, v in next, Plrs:GetPlayers() do
6530 if v ~= MyPlr then
6531 if Bullshit.CharAddedEvent[v.Name] == nil then
6532 Bullshit.CharAddedEvent[v.Name] = v.CharacterAdded:connect(function(Char)
6533 if Bullshit.ESPEnabled then
6534 RemoveESP(v)
6535 CreateESP(v)
6536 end
6537 if Bullshit.CHAMSEnabled then
6538 RemoveChams(v)
6539 CreateChams(v)
6540 end
6541 if Bullshit.TracersEnabled then
6542 RemoveTracers(v)
6543 CreateTracers(v)
6544 end
6545 repeat wait() until Char:FindFirstChild("HumanoidRootPart")
6546 TracerMT[v.Name] = Char.HumanoidRootPart
6547 end)
6548 end
6549 RemoveChams(v)
6550 CreateChams(v)
6551 end
6552 end
6553 CreateMobESPChams()
6554 else
6555 ChamsToggle.BackgroundColor3 = Color3.new(1, 1, 1)
6556 PlayerChams:ClearAllChildren()
6557 ItemChams:ClearAllChildren()
6558 end
6559 end)
6560
6561 TracersToggle.MouseButton1Click:connect(function()
6562 Bullshit.TracersEnabled = not Bullshit.TracersEnabled
6563 if Bullshit.TracersEnabled then
6564 TracersToggle.BackgroundColor3 = Color3.new(0/255,171/255,11/255)
6565 for _, v in next, Plrs:GetPlayers() do
6566 if v ~= MyPlr then
6567 if Bullshit.CharAddedEvent[v.Name] == nil then
6568 Bullshit.CharAddedEvent[v.Name] = v.CharacterAdded:connect(function(Char)
6569 if Bullshit.ESPEnabled then
6570 RemoveESP(v)
6571 CreateESP(v)
6572 end
6573 if Bullshit.CHAMSEnabled then
6574 RemoveChams(v)
6575 CreateChams(v)
6576 end
6577 if Bullshit.TracersEnabled then
6578 RemoveTracers(v)
6579 CreateTracers(v)
6580 end
6581 end)
6582 end
6583 if v.Character ~= nil then
6584 local Tor = v.Character:FindFirstChild("HumanoidRootPart")
6585 if Tor then
6586 TracerMT[v.Name] = Tor
6587 end
6588 end
6589 RemoveTracers(v)
6590 CreateTracers(v)
6591 end
6592 end
6593 else
6594 TracersToggle.BackgroundColor3 = Color3.new(1, 1, 1)
6595 for _, v in next, Plrs:GetPlayers() do
6596 RemoveTracers(v)
6597 end
6598 end
6599 end)
6600
6601 DebugToggle.MouseButton1Click:connect(function()
6602 Bullshit.DebugInfo = not Bullshit.DebugInfo
6603 DebugMenu["Main"].Visible = Bullshit.DebugInfo
6604 if Bullshit.DebugInfo then
6605 DebugToggle.BackgroundColor3 = Color3.new(0/255,171/255,11/255)
6606 else
6607 DebugToggle.BackgroundColor3 = Color3.new(1, 1, 1)
6608 end
6609 end)
6610
6611 OutlineToggle.MouseButton1Click:connect(function()
6612 Bullshit.OutlinesEnabled = not Bullshit.OutlinesEnabled
6613 if Bullshit.OutlinesEnabled then
6614 OutlineToggle.BackgroundColor3 = Color3.new(0/255,171/255,11/255)
6615 for _, v in next, workspace:GetDescendants() do
6616 if v:IsA("BasePart") and not Plrs:GetPlayerFromCharacter(v.Parent) and not v.Parent:IsA("Hat") and not v.Parent:IsA("Accessory") and v.Parent.Name ~= "Tracers" then
6617 local Data = { }
6618 Data[2] = v.Transparency
6619 v.Transparency = 1
6620 local outline = Instance.new("SelectionBox")
6621 outline.Name = "Outline"
6622 outline.Color3 = Color3.new(0, 0, 0)
6623 outline.SurfaceColor3 = Color3.new(0, 1, 0)
6624 --outline.SurfaceTransparency = 0.9
6625 outline.LineThickness = 0.01
6626 outline.Transparency = 0.3
6627 outline.Adornee = v
6628 outline.Parent = v
6629 Data[1] = outline
6630 rawset(Bullshit.OutlinedParts, v, Data)
6631 end
6632 CreateChildAddedEventFor(v)
6633 end
6634 CreateChildAddedEventFor(workspace)
6635 if Bullshit.LightingEvent == nil then
6636 Bullshit.LightingEvent = game:GetService("Lighting").Changed:connect(LightingHax)
6637 end
6638 else
6639 OutlineToggle.BackgroundColor3 = Color3.new(1, 1, 1)
6640 for i, v in next, Bullshit.OutlinedParts do
6641 i.Transparency = v[2]
6642 v[1]:Destroy()
6643 end
6644 end
6645 end)
6646
6647 FullbrightToggle.MouseButton1Click:connect(function()
6648 Bullshit.FullbrightEnabled = not Bullshit.FullbrightEnabled
6649 if Bullshit.FullbrightEnabled then
6650 FullbrightToggle.BackgroundColor3 = Color3.new(0/255,171/255,11/255)
6651 if Bullshit.LightingEvent == nil then
6652 Bullshit.LightingEvent = Light.Changed:connect(LightingHax)
6653 end
6654 else
6655 FullbrightToggle.BackgroundColor3 = Color3.new(1, 1, 1)
6656 Light.Ambient = Bullshit.AmbientBackup
6657 Light.ColorShift_Bottom = Bullshit.ColorShiftBotBackup
6658 Light.ColorShift_Top = Bullshit.ColorShiftTopBackup
6659 end
6660 end)
6661
6662 Crosshair.MouseButton1Click:connect(function()
6663 Bullshit.CrosshairEnabled = not Bullshit.CrosshairEnabled
6664 if Bullshit.CrosshairEnabled then
6665 local g = Instance.new("ScreenGui", CoreGui)
6666 g.Name = "Corsshair"
6667 local line1 = Instance.new("TextLabel", g)
6668 line1.Text = ""
6669 line1.Size = UDim2.new(0, 35, 0, 1)
6670 line1.BackgroundColor3 = Bullshit.Colors.Crosshair
6671 line1.BorderSizePixel = 0
6672 line1.ZIndex = 10
6673 local line2 = Instance.new("TextLabel", g)
6674 line2.Text = ""
6675 line2.Size = UDim2.new(0, 1, 0, 35)
6676 line2.BackgroundColor3 = Bullshit.Colors.Crosshair
6677 line2.BorderSizePixel = 0
6678 line2.ZIndex = 10
6679
6680 local viewport = MyCam.ViewportSize
6681 local centerx = viewport.X / 2
6682 local centery = viewport.Y / 2
6683
6684 line1.Position = UDim2.new(0, centerx - (35 / 2), 0, centery - 35)
6685 line2.Position = UDim2.new(0, centerx, 0, centery - (35 / 2) - 35)
6686
6687 Crosshair.BackgroundColor3 = Color3.new(0/255,171/255,11/255)
6688 else
6689 local find = CoreGui:FindFirstChild("Corsshair")
6690 if find then
6691 find:Destroy()
6692 end
6693
6694 Crosshairs.BackgroundColor3 = Color3.new(1, 1, 1)
6695 end
6696 end)
6697
6698 AimbotToggle.MouseButton1Click:connect(function()
6699 if not (game.PlaceId == 292439477 or game.PlaceId == 606849621) then
6700 Bullshit.AimbotEnabled = not Bullshit.AimbotEnabled
6701 if Bullshit.AimbotEnabled then
6702 AimbotToggle.BackgroundColor3 = Color3.new(0/255,171/255,11/255)
6703 else
6704 AimbotToggle.BackgroundColor3 = Color3.new(1, 1, 1)
6705 end
6706 else
6707 local hint = Instance.new("Hint", CoreGui)
6708 hint.Text = "This game prevents camera manipulation!"
6709 wait(5)
6710 hint:Destroy()
6711 end
6712 end)
6713
6714 TracersUnderChars.MouseButton1Click:connect(function()
6715 Bullshit.PlaceTracersUnderCharacter = not Bullshit.PlaceTracersUnderCharacter
6716 if Bullshit.PlaceTracersUnderCharacter then
6717 TracersUnderChars.Text = "true"
6718 else
6719 TracersUnderChars.Text = "false"
6720 end
6721 end)
6722
6723 FreeForAll.MouseButton1Click:connect(function()
6724 Bullshit.FreeForAll = not Bullshit.FreeForAll
6725 if Bullshit.FreeForAll then
6726 FreeForAll.Text = "true"
6727 else
6728 FreeForAll.Text = "false"
6729 end
6730 end)
6731
6732 ESPLength.FocusLost:connect(function()
6733 local txt = ESPLength.Text
6734 local num = tonumber(txt) or 10000
6735 if num ~= nil then
6736 if num < 100 then
6737 num = 100
6738 ESPLength.Text = num
6739 elseif num > 10000 then
6740 num = 10000
6741 ESPLength.Text = num
6742 end
6743 end
6744
6745 Bullshit.ESPLength = num
6746 ESPLength.Text = num
6747 end)
6748
6749 CHAMSLength.FocusLost:connect(function()
6750 local txt = CHAMSLength.Text
6751 local num = tonumber(txt) or 500
6752 if num ~= nil then
6753 if num < 100 then
6754 num = 100
6755 CHAMSLength.Text = num
6756 elseif num > 2048 then
6757 num = 2048
6758 CHAMSLength.Text = num
6759 end
6760 end
6761
6762 Bullshit.CHAMSLength = num
6763 CHAMSLength.Text = num
6764 end)
6765
6766 TracersLength.FocusLost:connect(function()
6767 local txt = TracersLength.Text
6768 local num = tonumber(txt) or 500
6769 if num ~= nil then
6770 if num < 100 then
6771 num = 100
6772 TracersLength.Text = num
6773 elseif num > 2048 then
6774 num = 2048
6775 TracersLength.Text = num
6776 end
6777 end
6778
6779 Bullshit.TracersLength = num
6780 TracersLength.Text = num
6781 end)
6782
6783 EnemyColor.FocusLost:connect(function()
6784 local R, G, B = string.match(RemoveSpacesFromString(EnemyColor.Text), "(%d+),(%d+),(%d+)")
6785 R = tonumber(R)
6786 G = tonumber(G)
6787 B = tonumber(B)
6788 if R > 1 then
6789 R = R / 255
6790 end
6791 if G > 1 then
6792 G = G / 255
6793 end
6794 if B > 1 then
6795 B = B / 255
6796 end
6797
6798 if R ~= nil and G ~= nil and B ~= nil then
6799 if not (R > 1 and G > 1 and B > 1) and not (R < 0 and G < 0 and B < 0) then
6800 Bullshit.Colors.Enemy = Color3.new(R, G, B)
6801 EnemyColor.Text = tostring(Bullshit.Colors.Enemy)
6802 else
6803 EnemyColor.Text = tostring(Bullshit.Colors.Enemy)
6804 end
6805 else
6806 EnemyColor.Text = tostring(Bullshit.Colors.Enemy)
6807 end
6808 end)
6809
6810 AllyColor.FocusLost:connect(function()
6811 local R, G, B = string.match(RemoveSpacesFromString(AllyColor.Text), "(%d+),(%d+),(%d+)")
6812 R = tonumber(R)
6813 G = tonumber(G)
6814 B = tonumber(B)
6815 if R > 1 then
6816 R = R / 255
6817 end
6818 if G > 1 then
6819 G = G / 255
6820 end
6821 if B > 1 then
6822 B = B / 255
6823 end
6824
6825 if R ~= nil and G ~= nil and B ~= nil then
6826 if not (R > 1 and G > 1 and B > 1) and not (R < 0 and G < 0 and B < 0) then
6827 Bullshit.Colors.Ally = Color3.new(R, G, B)
6828 AllyColor.Text = tostring(Bullshit.Colors.Ally)
6829 else
6830 AllyColor.Text = tostring(Bullshit.Colors.Ally)
6831 end
6832 else
6833 AllyColor.Text = tostring(Bullshit.Colors.Ally)
6834 end
6835 end)
6836
6837 FriendColor.FocusLost:connect(function()
6838 local R, G, B = string.match(RemoveSpacesFromString(FriendColor.Text), "(%d+),(%d+),(%d+)")
6839 R = tonumber(R)
6840 G = tonumber(G)
6841 B = tonumber(B)
6842 if R > 1 then
6843 R = R / 255
6844 end
6845 if G > 1 then
6846 G = G / 255
6847 end
6848 if B > 1 then
6849 B = B / 255
6850 end
6851
6852 if R ~= nil and G ~= nil and B ~= nil then
6853 if not (R > 1 and G > 1 and B > 1) and not (R < 0 and G < 0 and B < 0) then
6854 Bullshit.Colors.Ally = Color3.new(R, G, B)
6855 FriendColor.Text = tostring(Bullshit.Colors.Friend)
6856 else
6857 FriendColor.Text = tostring(Bullshit.Colors.Friend)
6858 end
6859 else
6860 FriendColor.Text = tostring(Bullshit.Colors.Friend)
6861 end
6862 end)
6863
6864 NeutralColor.FocusLost:connect(function()
6865 local R, G, B = string.match(RemoveSpacesFromString(NeutralColor.Text), "(%d+),(%d+),(%d+)")
6866 R = tonumber(R)
6867 G = tonumber(G)
6868 B = tonumber(B)
6869 if R > 1 then
6870 R = R / 255
6871 end
6872 if G > 1 then
6873 G = G / 255
6874 end
6875 if B > 1 then
6876 B = B / 255
6877 end
6878
6879 if R ~= nil and G ~= nil and B ~= nil then
6880 if not (R > 1 and G > 1 and B > 1) and not (R < 0 and G < 0 and B < 0) then
6881 Bullshit.Colors.Ally = Color3.new(R, G, B)
6882 NeutralColor.Text = tostring(Bullshit.Colors.Neutral)
6883 else
6884 NeutralColor.Text = tostring(Bullshit.Colors.Neutral)
6885 end
6886 else
6887 NeutralColor.Text = tostring(Bullshit.Colors.Neutral)
6888 end
6889 end)
6890
6891 CrosshairColor.FocusLost:connect(function()
6892 local R, G, B = string.match(RemoveSpacesFromString(CrosshairColor.Text), "(%d+),(%d+),(%d+)")
6893 R = tonumber(R)
6894 G = tonumber(G)
6895 B = tonumber(B)
6896 if R > 1 then
6897 R = R / 255
6898 end
6899 if G > 1 then
6900 G = G / 255
6901 end
6902 if B > 1 then
6903 B = B / 255
6904 end
6905
6906 if R ~= nil and G ~= nil and B ~= nil then
6907 if not (R > 1 and G > 1 and B > 1) and not (R < 0 and G < 0 and B < 0) then
6908 Bullshit.Colors.Ally = Color3.new(R, G, B)
6909 EnemyColor.Text = tostring(Bullshit.Colors.Crosshair)
6910 else
6911 EnemyColor.Text = tostring(Bullshit.Colors.Crosshair)
6912 end
6913 else
6914 EnemyColor.Text = tostring(Bullshit.Colors.Crosshair)
6915 end
6916 end)
6917
6918 AutoFireToggle.MouseButton1Click:connect(function()
6919 local hint = Instance.new("Hint", CoreGui)
6920 hint.Text = "Currently broken. :("
6921 wait(3)
6922 hint:Destroy()
6923 --Bullshit.AutoFire = not Bullshit.AutoFire
6924 --AutoFireToggle.Text = tostring(Bullshit.AutoFire)
6925 end)
6926
6927 AimbotKey.MouseButton1Click:connect(function()
6928 AimbotKey.Text = "Press any Key now."
6929 local input = UserInput.InputBegan:wait()
6930 if input.UserInputType == Enum.UserInputType.Keyboard then
6931 Bullshit.AimbotKey = tostring(input.KeyCode)
6932 AimbotKey.Text = string.sub(tostring(input.KeyCode), 14)
6933 else
6934 Bullshit.AimbotKey = tostring(input.UserInputType)
6935 AimbotKey.Text = string.sub(tostring(input.UserInputType), 20)
6936 end
6937 end)
6938
6939 MobESPButton.MouseButton1Click:connect(function()
6940 Bullshit.MobESP = not Bullshit.MobESP
6941 MobESPButton.Text = tostring(Bullshit.MobESP)
6942 if Bullshit.MobESP then
6943 local hint = Instance.new("Hint", CoreGui)
6944 hint.Text = "Turn ESP/Chams off and on again to see mob ESP."
6945 wait(5)
6946 hint.Text = "This is still in beta, expect problems! Message Racist Dolphin#5199 on discord if you encounter a bug!"
6947 wait(10)
6948 hint:Destroy()
6949 end
6950 end)
6951
6952 MobChamsButton.MouseButton1Click:connect(function()
6953 Bullshit.MobChams = not Bullshit.MobChams
6954 MobChamsButton.Text = tostring(Bullshit.MobChams)
6955 if Bullshit.MobChams then
6956 local hint = Instance.new("Hint", CoreGui)
6957 hint.Text = "Turn ESP/Chams off and on again to see mob chams."
6958 wait(5)
6959 hint.Text = "This is still in beta, expect problems! Message Racist Dolphin#5199 on discord if you encounter a bug!"
6960 wait(10)
6961 hint:Destroy()
6962 end
6963 end)
6964
6965 Playername.FocusLost:connect(function()
6966 local FindPlr = FindPlayer(Playername.Text)
6967 if FindPlr then
6968 Playername.Text = FindPlr.Name
6969 elseif not Bullshit.Blacklist[Playername.Text] then
6970 Playername.Text = "Player not Found!"
6971 wait(1)
6972 Playername.Text = "Enter Player Name"
6973 end
6974 end)
6975
6976 AddToBlacklist.MouseButton1Click:connect(function()
6977 local FindPlr = FindPlayer(Playername.Text)
6978 if FindPlr then
6979 if not Bullshit.Blacklist[FindPlr.Name] then
6980 Bullshit.Blacklist[FindPlr.Name] = true
6981 UpdateChams(FindPlr)
6982 CreatePlayerLabel(FindPlr.Name, players)
6983 end
6984 end
6985 end)
6986
6987 RemoveToBlacklist.MouseButton1Click:connect(function()
6988 local FindPlr = FindPlayer(Playername.Text)
6989 if FindPlr then
6990 if Bullshit.Blacklist[FindPlr.Name] then
6991 Bullshit.Blacklist[FindPlr.Name] = nil
6992 UpdateChams(FindPlr)
6993 RefreshPlayerLabels(players, Bullshit.Blacklist)
6994 end
6995 else
6996 if Bullshit.Blacklist[Playername.Text] then
6997 Bullshit.Blacklist[Playername.Text] = nil
6998 RefreshPlayerLabels(players, Bullshit.Blacklist)
6999 end
7000 end
7001 end)
7002
7003 Playername2.FocusLost:connect(function()
7004 local FindPlr = FindPlayer(Playername2.Text)
7005 if FindPlr then
7006 Playername2.Text = FindPlr.Name
7007 elseif not Bullshit.FriendList[Playername2.Text] then
7008 Playername2.Text = "Player not Found!"
7009 wait(1)
7010 Playername2.Text = "Enter Player Name"
7011 end
7012 end)
7013
7014 AddToWhitelist.MouseButton1Click:connect(function()
7015 local FindPlr = FindPlayer(Playername2.Text)
7016 if FindPlr then
7017 if not Bullshit.FriendList[FindPlr.Name] then
7018 Bullshit.FriendList[FindPlr.Name] = true
7019 UpdateChams(FindPlr)
7020 CreatePlayerLabel(FindPlr.Name, players2)
7021 end
7022 end
7023 end)
7024
7025 RemoveToWhitelist.MouseButton1Click:connect(function()
7026 local FindPlr = FindPlayer(Playername2.Text)
7027 if FindPlr then
7028 if Bullshit.FriendList[FindPlr.Name] then
7029 Bullshit.FriendList[FindPlr.Name] = nil
7030 UpdateChams(FindPlr)
7031 RefreshPlayerLabels(players2, Bullshit.FriendList)
7032 end
7033 else
7034 if Bullshit.FriendList[Playername2.Text] then
7035 Bullshit.FriendList[Playername2.Text] = nil
7036 RefreshPlayerLabels(players2, Bullshit.FriendList)
7037 end
7038 end
7039 end)
7040
7041 SaveWhitelist.MouseButton1Click:connect(function()
7042 pcall(function()
7043 writefile("Whitelist.txt", HTTP:JSONEncode(Bullshit.FriendList))
7044 end)
7045 SaveWhitelist.Text = "Saved!"
7046 wait(1)
7047 SaveWhitelist.Text = "Save Friends List"
7048 end)
7049
7050 SaveBlacklist.MouseButton1Click:connect(function()
7051 pcall(function()
7052 writefile("Blacklist.txt", HTTP:JSONEncode(Bullshit.Blacklist))
7053 end)
7054 SaveBlacklist.Text = "Saved!"
7055 wait(1)
7056 SaveBlacklist.Text = "Save Blacklist"
7057 end)
7058
7059 Settings.MouseButton1Click:connect(function()
7060 Settings_2.Visible = not Settings_2.Visible
7061 Information_2.Visible = false
7062 Blacklist.Visible = false
7063 Whitelist.Visible = false
7064 if Settings_2.Visible then
7065 Settings.BackgroundColor3 = Color3.new(0/255,171/255,11/255)
7066 Information.BackgroundColor3 = Color3.new(1, 1, 1)
7067 BlacklistToggle.BackgroundColor3 = Color3.new(1, 1, 1)
7068 WhitelistToggle.BackgroundColor3 = Color3.new(1, 1, 1)
7069 else
7070 Settings.BackgroundColor3 = Color3.new(1, 1, 1)
7071 end
7072 end)
7073
7074 Information.MouseButton1Click:connect(function()
7075 Information_2.Visible = not Information_2.Visible
7076 Settings_2.Visible = false
7077 Blacklist.Visible = false
7078 Whitelist.Visible = false
7079 if Information_2.Visible then
7080 Information.BackgroundColor3 = Color3.new(0/255,171/255,11/255)
7081 Settings.BackgroundColor3 = Color3.new(1, 1, 1)
7082 BlacklistToggle.BackgroundColor3 = Color3.new(1, 1, 1)
7083 WhitelistToggle.BackgroundColor3 = Color3.new(1, 1, 1)
7084 else
7085 Information.BackgroundColor3 = Color3.new(1, 1, 1)
7086 end
7087 end)
7088
7089 BlacklistToggle.MouseButton1Click:connect(function()
7090 Blacklist.Visible = not Blacklist.Visible
7091 Settings_2.Visible = false
7092 Information_2.Visible = false
7093 Whitelist.Visible = false
7094 if Blacklist.Visible then
7095 BlacklistToggle.BackgroundColor3 = Color3.new(0/255,171/255,11/255)
7096 Settings.BackgroundColor3 = Color3.new(1, 1, 1)
7097 Information.BackgroundColor3 = Color3.new(1, 1, 1)
7098 WhitelistToggle.BackgroundColor3 = Color3.new(1, 1, 1)
7099 else
7100 BlacklistToggle.BackgroundColor3 = Color3.new(1, 1, 1)
7101 end
7102 end)
7103
7104 WhitelistToggle.MouseButton1Click:connect(function()
7105 Whitelist.Visible = not Whitelist.Visible
7106 Settings_2.Visible = false
7107 Information_2.Visible = false
7108 Blacklist.Visible = false
7109 if Whitelist.Visible then
7110 WhitelistToggle.BackgroundColor3 = Color3.new(0/255,171/255,11/255)
7111 Settings.BackgroundColor3 = Color3.new(1, 1, 1)
7112 Information.BackgroundColor3 = Color3.new(1, 1, 1)
7113 BlacklistToggle.BackgroundColor3 = Color3.new(1, 1, 1)
7114 else
7115 WhitelistToggle.BackgroundColor3 = Color3.new(1, 1, 1)
7116 end
7117 end)
7118
7119 SaveSettings.MouseButton1Click:connect(function()
7120 SaveBullshitSettings()
7121 SaveSettings.Text = "Saved!"
7122 wait(1)
7123 SaveSettings.Text = "Save Settings"
7124 end)
7125
7126 UserInput.InputBegan:connect(function(input, ingui)
7127 if not ingui then
7128 if input.UserInputType == Enum.UserInputType.Keyboard then
7129 if input.KeyCode == Enum.KeyCode.P then
7130 MainFrame.Visible = not MainFrame.Visible
7131 end
7132 end
7133
7134 if tostring(input.KeyCode) == Bullshit.AimbotKey or tostring(input.UserInputType) == Bullshit.AimbotKey then
7135 Bullshit.Aimbot = true
7136 end
7137 end
7138 end)
7139
7140 UserInput.InputEnded:connect(function(input)
7141 if tostring(input.KeyCode) == Bullshit.AimbotKey or tostring(input.UserInputType) == Bullshit.AimbotKey then
7142 Bullshit.Aimbot = false
7143 end
7144 end)
7145end
7146
7147InitMain()
7148
7149Run:BindToRenderStep("UpdateESP", Enum.RenderPriority.Character.Value, function()
7150 for _, v in next, Plrs:GetPlayers() do
7151 if v ~= MyPlr then
7152 UpdateESP(v)
7153 end
7154 end
7155end)
7156
7157Run:BindToRenderStep("UpdateInfo", 1000, function()
7158 Bullshit.ClosestEnemy = GetClosestPlayer()
7159 MyChar = MyPlr.Character
7160 if Bullshit.DebugInfo then
7161 local MyHead, MyTor, MyHum = MyChar:FindFirstChild("Head"), MyChar:FindFirstChild("HumanoidRootPart"), MyChar:FindFirstChild("Humanoid")
7162
7163 local GetChar, GetHead, GetTor, GetHum = nil, nil, nil, nil
7164 if Bullshit.ClosestEnemy ~= nil then
7165 GetChar = Bullshit.ClosestEnemy.Character
7166 GetHead = GetChar:FindFirstChild("Head")
7167 GetTor = GetChar:FindFirstChild("HumanoidRootPart")
7168 GetHum = GetChar:FindFirstChild("Humanoid")
7169
7170 DebugMenu["PlayerSelected"].Text = "Closest Enemy: " .. tostring(Bullshit.ClosestEnemy)
7171
7172 if Bullshit.ClosestEnemy.Team ~= nil then
7173 DebugMenu["PlayerTeam"].Text = "Team: " .. tostring(Bullshit.ClosestEnemy.Team)
7174 else
7175 DebugMenu["PlayerTeam"].Text = "Team: nil"
7176 end
7177
7178 if GetHum then
7179 DebugMenu["PlayerHealth"].Text = "Health: " .. string.format("%.0f", GetHum.Health)
7180 end
7181 if MyTor and GetTor then
7182 local Pos = GetTor.Position
7183 local Dist = (MyTor.Position - Pos).magnitude
7184 DebugMenu["PlayerPosition"].Text = "Position: (X: " .. string.format("%.3f", Pos.X) .. " Y: " .. string.format("%.3f", Pos.Y) .. " Z: " .. string.format("%.3f", Pos.Z) .. ") Distance: " .. string.format("%.0f", Dist) .. " Studs"
7185
7186 local MyCharStuff = MyChar:GetDescendants()
7187 local GetCharStuff = GetChar:GetDescendants()
7188 for _, v in next, GetCharStuff do
7189 if v ~= GetTor then
7190 table.insert(MyCharStuff, v)
7191 end
7192 end
7193 local Ray = Ray.new(MyTor.Position, (Pos - MyTor.Position).unit * 300)
7194 local part = workspace:FindPartOnRayWithIgnoreList(Ray, MyCharStuff)
7195 if part == GetTor then
7196 DebugMenu["BehindWall"].Text = "Behind Wall: false"
7197 else
7198 DebugMenu["BehindWall"].Text = "Behind Wall: true"
7199 end
7200
7201 DebugMenu["Main"].Size = UDim2.new(0, DebugMenu["PlayerPosition"].TextBounds.X, 0, 200)
7202 end
7203 end
7204
7205 -- My Position
7206 if MyTor then
7207 local Pos = MyTor.Position
7208 DebugMenu["Position"].Text = "My Position: (X: " .. string.format("%.3f", Pos.x) .. " Y: " .. string.format("%.3f", Pos.Y) .. " Z: " .. string.format("%.3f", Pos.Z) .. ")"
7209 end
7210
7211 -- FPS
7212 local fps = math.floor(.5 + (1 / (tick() - LastTick)))
7213 local sum = 0
7214 local ave = 0
7215 table.insert(Bullshit.FPSAverage, fps)
7216 for i = 1, #Bullshit.FPSAverage do
7217 sum = sum + Bullshit.FPSAverage[i]
7218 end
7219 DebugMenu["FPS"].Text = "FPS: " .. tostring(fps) .. " Average: " .. string.format("%.0f", (sum / #Bullshit.FPSAverage))
7220 if (tick() - LastTick) >= 15 then
7221 Bullshit.FPSAverage = { }
7222 LastTick = tick()
7223 end
7224 LastTick = tick()
7225 end
7226end)
7227
7228Run:BindToRenderStep("Aimbot", Enum.RenderPriority.First.Value, function()
7229 ClosestEnemy = GetClosestPlayerNotBehindWall()
7230 if Bullshit.AimbotEnabled and Bullshit.Aimbot then
7231 if ClosestEnemy ~= nil then
7232 local GetChar = ClosestEnemy.Character
7233 if MyChar and GetChar then
7234 local MyCharStuff = MyChar:GetDescendants()
7235 local MyHead = MyChar:FindFirstChild("Head")
7236 local MyTor = MyChar:FindFirstChild("HumanoidRootPart")
7237 local MyHum = MyChar:FindFirstChild("Humanoid")
7238 local GetHead = GetChar:FindFirstChild("Head")
7239 local GetTor = GetChar:FindFirstChild("HumanoidRootPart")
7240 local GetHum = GetChar:FindFirstChild("Humanoid")
7241 if MyHead and MyTor and MyHum and GetHead and GetTor and GetHum then
7242 if MyHum.Health > 1 and (GetHum.Health > 1 and not GetChar:FindFirstChild("KO")) then
7243 MyPlr.CameraMode = Enum.CameraMode.LockFirstPerson
7244 MyCam.CFrame = CFrame.new(MyHead.CFrame.p, GetHead.CFrame.p)
7245 if Bullshit.AutoFire then
7246 mouse1click() -- >:(
7247 end
7248 end
7249 end
7250 end
7251 end
7252 else
7253 MyPlr.CameraMode = Bullshit.CameraModeBackup
7254 end
7255end)
7256
7257local succ, out = coroutine.resume(coroutine.create(function()
7258 while true do
7259 for _, v in next, Plrs:GetPlayers() do
7260 UpdateChams(v)
7261 Run.RenderStepped:wait()
7262 end
7263 end
7264end))
7265
7266if not succ then
7267 error(out)
7268end
7269end)
7270
7271Logout.Name = "Logout"
7272Logout.Parent = MainGUI
7273Logout.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
7274Logout.BorderSizePixel = 0
7275Logout.Position = UDim2.new(0.0560224131, 0, 0.822834671, 0)
7276Logout.Size = UDim2.new(0, 70, 0, 29)
7277Logout.Font = Enum.Font.GothamBlack
7278Logout.Text = "Logout"
7279Logout.TextColor3 = Color3.new(1, 1, 1)
7280Logout.TextScaled = true
7281Logout.TextSize = 14
7282Logout.TextWrapped = true
7283Logout.MouseButton1Click:connect(function()
7284 MainGUI.Visible = false
7285 LoginFrame.Visible = true
7286 OpenGUI.Visible = false
7287 Page2Frame.Visible = false
7288end)
7289
7290Info.Name = "Info"
7291Info.Parent = MainGUI
7292Info.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
7293Info.BorderSizePixel = 0
7294Info.Position = UDim2.new(0.621848762, 0, 0.822834671, 0)
7295Info.Size = UDim2.new(0, 60, 0, 30)
7296Info.Font = Enum.Font.GothamBlack
7297Info.Text = "Info"
7298Info.TextColor3 = Color3.new(1, 1, 1)
7299Info.TextScaled = true
7300Info.TextSize = 14
7301Info.TextWrapped = true
7302Info.MouseButton1Click:connect(function()
7303 InfoFrame.Visible = true
7304end)
7305
7306
7307InfoFrame.Name = "InfoFrame"
7308InfoFrame.Parent = Info
7309InfoFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
7310InfoFrame.BorderSizePixel = 0
7311InfoFrame.Position = UDim2.new(2.8499999, 0, -6.9666667, 0)
7312InfoFrame.Size = UDim2.new(0, 181, 0, 254)
7313InfoFrame.Visible = false
7314
7315TextLabel_9.Parent = InfoFrame
7316TextLabel_9.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
7317TextLabel_9.BorderSizePixel = 0
7318TextLabel_9.Size = UDim2.new(0, 181, 0, 24)
7319TextLabel_9.Font = Enum.Font.GothamBlack
7320TextLabel_9.Text = "GX GUI - Info"
7321TextLabel_9.TextColor3 = Color3.new(1, 1, 1)
7322TextLabel_9.TextScaled = true
7323TextLabel_9.TextSize = 14
7324TextLabel_9.TextWrapped = true
7325
7326CloseInfo.Name = "CloseInfo"
7327CloseInfo.Parent = InfoFrame
7328CloseInfo.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
7329CloseInfo.BorderSizePixel = 0
7330CloseInfo.Position = UDim2.new(0.741043329, 0, 0.842519701, 0)
7331CloseInfo.Size = UDim2.new(0, 35, 0, 30)
7332CloseInfo.Font = Enum.Font.GothamBlack
7333CloseInfo.Text = "X"
7334CloseInfo.TextColor3 = Color3.new(1, 0, 0)
7335CloseInfo.TextScaled = true
7336CloseInfo.TextSize = 14
7337CloseInfo.TextWrapped = true
7338CloseInfo.MouseButton1Click:connect(function()
7339 InfoFrame.Visible = false
7340end)
7341
7342TextLabel_10.Parent = InfoFrame
7343TextLabel_10.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
7344TextLabel_10.BorderSizePixel = 0
7345TextLabel_10.Position = UDim2.new(0, 0, 0.120965429, 0)
7346TextLabel_10.Size = UDim2.new(0, 180, 0, 178)
7347TextLabel_10.Font = Enum.Font.GothamBlack
7348TextLabel_10.Text = "GUI by NeverScript#4346 Do not leak or u gey enjoy thiz shit"
7349TextLabel_10.TextColor3 = Color3.new(1, 1, 1)
7350TextLabel_10.TextScaled = true
7351TextLabel_10.TextSize = 14
7352TextLabel_10.TextStrokeColor3 = Color3.new(1, 0, 0)
7353TextLabel_10.TextWrapped = true
7354
7355Redwood.Name = "Redwood"
7356Redwood.Parent = MainGUI
7357Redwood.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
7358Redwood.BorderSizePixel = 0
7359Redwood.Position = UDim2.new(0.109243698, 0, 0.346456707, 0)
7360Redwood.Size = UDim2.new(0, 120, 0, 31)
7361Redwood.Font = Enum.Font.GothamBlack
7362Redwood.Text = "RedWood fe btools"
7363Redwood.TextColor3 = Color3.new(1, 1, 1)
7364Redwood.TextScaled = true
7365Redwood.TextSize = 14
7366Redwood.TextWrapped = true
7367Redwood.MouseButton1Click:connect(function()
7368 local btool = Instance.new("Tool",game.Players.LocalPlayer.Backpack)
7369 local SelectionBox = Instance.new("SelectionBox",game.Workspace)
7370 SelectionBox.Name = "oof"
7371 SelectionBox.LineThickness = 0.05
7372 SelectionBox.Adornee = nil
7373 SelectionBox.Color3 = Color3.fromRGB(0,0,255)
7374 SelectionBox.Visible = false
7375 btool.Name = "Delete Tool"
7376 btool.RequiresHandle = false
7377 local IsEquipped = false
7378 local Mouse = game.Players.LocalPlayer:GetMouse()
7379
7380 btool.Equipped:connect(function()
7381 IsEquipped = true
7382 SelectionBox.Visible = true
7383 SelectionBox.Adornee = nil
7384 end)
7385
7386 btool.Unequipped:connect(function()
7387 IsEquipped = false
7388 SelectionBox.Visible = false
7389 SelectionBox.Adornee = nil
7390 end)
7391
7392
7393 btool.Activated:connect(function()
7394 if IsEquipped then
7395 game.Workspace.resources.RemoteEvent:FireServer("toggleShield", Mouse.Target)
7396 end
7397 end)
7398
7399 while true do
7400 SelectionBox.Adornee = Mouse.Target or nil
7401 wait(0.1)
7402 end
7403 ------:Arrest All:
7404local A_1 = "requestTeam"
7405local A_2 = "prisoners"
7406local Event = game:GetService("Workspace").resources.RemoteFunction
7407Event:InvokeServer(A_1, A_2)
7408for _, v in pairs(game.Players:GetChildren()) do
7409game.Workspace.resources.RemoteEvent:FireServer("cuff", v)
7410end
7411wait(2)
7412game.Workspace.resources.RemoteFunction:InvokeServer("requestTeam", "police")
7413for _, v in pairs(game.Players:GetChildren()) do
7414game.Workspace.resources.RemoteEvent:FireServer("cuff", v)
7415end
7416end)
7417
7418Prison.Name = "Prison"
7419Prison.Parent = MainGUI
7420Prison.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
7421Prison.BorderSizePixel = 0
7422Prison.Position = UDim2.new(0.540616274, 0, 0.346456707, 0)
7423Prison.Size = UDim2.new(0, 119, 0, 31)
7424Prison.Font = Enum.Font.GothamBlack
7425Prison.Text = "Prison life op gui"
7426Prison.TextColor3 = Color3.new(1, 1, 1)
7427Prison.TextScaled = true
7428Prison.TextSize = 14
7429Prison.TextWrapped = true
7430Prison.MouseButton1Click:Connect(function()
7431 -- Objects
7432
7433local PrisonLife = Instance.new("ScreenGui")
7434local Topbar = Instance.new("TextLabel")
7435local MainFrame = Instance.new("Frame")
7436local Frame4 = Instance.new("Frame")
7437local ESP = Instance.new("TextButton")
7438local TextLabel = Instance.new("TextLabel")
7439local SuperPunch = Instance.new("TextButton")
7440local TextLabel_2 = Instance.new("TextLabel")
7441local Noclip = Instance.new("TextButton")
7442local TextLabel_3 = Instance.new("TextLabel")
7443local LA = Instance.new("TextButton")
7444local TextLabel_4 = Instance.new("TextLabel")
7445local KillAura = Instance.new("TextButton")
7446local TextLabel_5 = Instance.new("TextLabel")
7447local ClickTp = Instance.new("TextButton")
7448local TextLabel_6 = Instance.new("TextLabel")
7449local BPT = Instance.new("TextButton")
7450local TextLabel_7 = Instance.new("TextLabel")
7451local ArrestAura = Instance.new("TextButton")
7452local TextLabel_8 = Instance.new("TextLabel")
7453local Frame2 = Instance.new("Frame")
7454local Tp1 = Instance.new("TextButton")
7455local Tp5 = Instance.new("TextButton")
7456local Tp10 = Instance.new("TextButton")
7457local Tp9 = Instance.new("TextButton")
7458local Tp6 = Instance.new("TextButton")
7459local Tp2 = Instance.new("TextButton")
7460local Tp3 = Instance.new("TextButton")
7461local Tp4 = Instance.new("TextButton")
7462local Tp8 = Instance.new("TextButton")
7463local Players = Instance.new("ScrollingFrame")
7464local Player = Instance.new("TextButton")
7465local Frame3 = Instance.new("Frame")
7466local M9 = Instance.new("TextButton")
7467local Ak47 = Instance.new("TextButton")
7468local Shotgun = Instance.new("TextButton")
7469local M4A1 = Instance.new("TextButton")
7470local Knife = Instance.new("TextButton")
7471local Mirror = Instance.new("TextButton")
7472local Frame1 = Instance.new("ScrollingFrame")
7473local BT = Instance.new("TextButton")
7474local God = Instance.new("TextButton")
7475local LOCK = Instance.new("TextButton")
7476local QuickEscape = Instance.new("TextButton")
7477local RemDoors = Instance.new("TextButton")
7478local TPArrest = Instance.new("TextButton")
7479local TpCar = Instance.new("TextButton")
7480local Value = Instance.new("TextBox")
7481local WS = Instance.new("TextButton")
7482local melee = Instance.new("TextButton")
7483local PlayerNameBox = Instance.new("TextBox")
7484local ArrestPlr = Instance.new("TextButton")
7485local KillAll = Instance.new("TextButton")
7486local HeadTp = Instance.new("TextButton")
7487local KillPlr = Instance.new("TextButton")
7488local TeamC1 = Instance.new("TextButton")
7489local TeamC2 = Instance.new("TextButton")
7490local TeamC3 = Instance.new("TextButton")
7491local Blackout = Instance.new("Frame")
7492local SettingsTab = Instance.new("Frame")
7493local Hotkeys = Instance.new("ScrollingFrame")
7494local Hotkey1 = Instance.new("Frame")
7495local HotkeyLabel = Instance.new("TextLabel")
7496local Hotkey = Instance.new("TextBox")
7497local Menu = Instance.new("Frame")
7498local Functions = Instance.new("TextButton")
7499local MenuB = Instance.new("TextButton")
7500local Guns = Instance.new("TextButton")
7501local Togglables = Instance.new("TextButton")
7502local Teleports = Instance.new("TextButton")
7503local Settings = Instance.new("TextButton")
7504local Open = Instance.new("TextButton")
7505local LoginScreen = Instance.new("Frame")
7506local LoginButton = Instance.new("TextButton")
7507local LoginDesc = Instance.new("TextLabel")
7508local LoginTitle = Instance.new("TextLabel")
7509
7510-- Properties
7511
7512PrisonLife.Name = "PrisonLife"
7513PrisonLife.Parent = game.Players.LocalPlayer.PlayerGui
7514PrisonLife.ResetOnSpawn = false
7515
7516Topbar.Name = "Topbar"
7517Topbar.Parent = PrisonLife
7518Topbar.Active = true
7519Topbar.BackgroundColor3 = Color3.new(0, 0.666667, 1)
7520Topbar.Draggable = true
7521Topbar.Position = UDim2.new(0, 800, 0, 200)
7522Topbar.Size = UDim2.new(0, 500, 0, 25)
7523Topbar.Visible = false
7524Topbar.Font = Enum.Font.SourceSans
7525Topbar.Text = "Prisoners GUI by Noobdudeispro2 @V3RM"
7526Topbar.TextColor3 = Color3.new(1, 1, 1)
7527Topbar.TextScaled = true
7528Topbar.TextSize = 14
7529Topbar.TextWrapped = true
7530
7531MainFrame.Name = "MainFrame"
7532MainFrame.Parent = Topbar
7533MainFrame.Active = true
7534MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
7535MainFrame.BackgroundTransparency = 1
7536MainFrame.BorderColor3 = Color3.new(0.223529, 0.34902, 0.439216)
7537MainFrame.BorderSizePixel = 0
7538MainFrame.Position = UDim2.new(0, 0, 0, 25)
7539MainFrame.Size = UDim2.new(0, 500, 0, 300)
7540
7541SettingsTab.Name = "SettingsTab"
7542SettingsTab.Parent = MainFrame
7543SettingsTab.BackgroundColor3 = Color3.new(1, 1, 1)
7544SettingsTab.BorderSizePixel = 0
7545SettingsTab.Selectable = true
7546SettingsTab.Size = UDim2.new(0, 500, 0, 300)
7547
7548Frame4.Name = "Frame4"
7549Frame4.Parent = MainFrame
7550Frame4.BackgroundColor3 = Color3.new(1, 1, 1)
7551Frame4.BorderColor3 = Color3.new(0.223529, 0.34902, 0.439216)
7552Frame4.BorderSizePixel = 0
7553Frame4.Size = UDim2.new(0, 500, 0, 300)
7554
7555ESP.Name = "ESP"
7556ESP.Parent = Frame4
7557ESP.BackgroundColor3 = Color3.new(1, 1, 1)
7558ESP.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
7559ESP.BorderSizePixel = 5
7560ESP.Position = UDim2.new(0, 170, 0, 40)
7561ESP.Size = UDim2.new(0, 25, 0, 25)
7562ESP.Font = Enum.Font.SourceSans
7563ESP.Text = ""
7564ESP.TextSize = 14
7565
7566TextLabel.Parent = ESP
7567TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
7568TextLabel.BorderSizePixel = 0
7569TextLabel.Position = UDim2.new(0, 35, 0, 0)
7570TextLabel.Size = UDim2.new(0, 110, 0, 25)
7571TextLabel.Font = Enum.Font.SourceSansBold
7572TextLabel.Text = "Player ESP"
7573TextLabel.TextScaled = true
7574TextLabel.TextSize = 50
7575TextLabel.TextWrapped = true
7576TextLabel.TextXAlignment = Enum.TextXAlignment.Left
7577
7578SuperPunch.Name = "Super Punch"
7579SuperPunch.Parent = Frame4
7580SuperPunch.BackgroundColor3 = Color3.new(1, 1, 1)
7581SuperPunch.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
7582SuperPunch.BorderSizePixel = 5
7583SuperPunch.Position = UDim2.new(0, 10, 0, 240)
7584SuperPunch.Size = UDim2.new(0, 25, 0, 25)
7585SuperPunch.Font = Enum.Font.SourceSans
7586SuperPunch.Text = ""
7587SuperPunch.TextSize = 14
7588SuperPunch.TextXAlignment = Enum.TextXAlignment.Left
7589
7590TextLabel_2.Parent = SuperPunch
7591TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
7592TextLabel_2.BorderSizePixel = 0
7593TextLabel_2.Position = UDim2.new(0, 35, 0, 0)
7594TextLabel_2.Size = UDim2.new(0, 110, 0, 25)
7595TextLabel_2.Font = Enum.Font.SourceSansBold
7596TextLabel_2.Text = "Super Punch"
7597TextLabel_2.TextScaled = true
7598TextLabel_2.TextSize = 50
7599TextLabel_2.TextWrapped = true
7600
7601Noclip.Name = "Noclip"
7602Noclip.Parent = Frame4
7603Noclip.BackgroundColor3 = Color3.new(1, 1, 1)
7604Noclip.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
7605Noclip.BorderSizePixel = 5
7606Noclip.Position = UDim2.new(0, 10, 0, 80)
7607Noclip.Size = UDim2.new(0, 25, 0, 25)
7608Noclip.Font = Enum.Font.SourceSans
7609Noclip.Text = ""
7610Noclip.TextSize = 14
7611
7612TextLabel_3.Parent = Noclip
7613TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
7614TextLabel_3.BorderSizePixel = 0
7615TextLabel_3.Position = UDim2.new(0, 35, 0, 0)
7616TextLabel_3.Size = UDim2.new(0, 75, 0, 25)
7617TextLabel_3.Font = Enum.Font.SourceSansBold
7618TextLabel_3.Text = "Noclip"
7619TextLabel_3.TextScaled = true
7620TextLabel_3.TextSize = 50
7621TextLabel_3.TextWrapped = true
7622TextLabel_3.TextXAlignment = Enum.TextXAlignment.Left
7623
7624LA.Name = "Airwalk"
7625LA.Parent = Frame4
7626LA.BackgroundColor3 = Color3.new(1, 1, 1)
7627LA.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
7628LA.BorderSizePixel = 5
7629LA.Position = UDim2.new(0, 10, 0, 120)
7630LA.Size = UDim2.new(0, 25, 0, 25)
7631LA.Font = Enum.Font.SourceSans
7632LA.Text = ""
7633LA.TextSize = 14
7634
7635TextLabel_4.Parent = LA
7636TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
7637TextLabel_4.BorderSizePixel = 0
7638TextLabel_4.Position = UDim2.new(0, 35, 0, 0)
7639TextLabel_4.Size = UDim2.new(0, 110, 0, 25)
7640TextLabel_4.Font = Enum.Font.SourceSansBold
7641TextLabel_4.Text = "Air Walk"
7642TextLabel_4.TextScaled = true
7643TextLabel_4.TextSize = 50
7644TextLabel_4.TextWrapped = true
7645TextLabel_4.TextXAlignment = Enum.TextXAlignment.Left
7646
7647KillAura.Name = "KillAura"
7648KillAura.Parent = Frame4
7649KillAura.BackgroundColor3 = Color3.new(1, 1, 1)
7650KillAura.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
7651KillAura.BorderSizePixel = 5
7652KillAura.Position = UDim2.new(0, 10, 0, 200)
7653KillAura.Size = UDim2.new(0, 25, 0, 25)
7654KillAura.Font = Enum.Font.SourceSans
7655KillAura.Text = ""
7656KillAura.TextSize = 14
7657
7658TextLabel_5.Parent = KillAura
7659TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
7660TextLabel_5.BorderSizePixel = 0
7661TextLabel_5.Position = UDim2.new(0, 35, 0, 0)
7662TextLabel_5.Size = UDim2.new(0, 100, 0, 25)
7663TextLabel_5.Font = Enum.Font.SourceSansBold
7664TextLabel_5.Text = "Kill Aura"
7665TextLabel_5.TextScaled = true
7666TextLabel_5.TextSize = 50
7667TextLabel_5.TextWrapped = true
7668TextLabel_5.TextXAlignment = Enum.TextXAlignment.Left
7669
7670ClickTp.Name = "Click Tp"
7671ClickTp.Parent = Frame4
7672ClickTp.BackgroundColor3 = Color3.new(1, 1, 1)
7673ClickTp.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
7674ClickTp.BorderSizePixel = 5
7675ClickTp.Position = UDim2.new(0, 10, 0, 40)
7676ClickTp.Size = UDim2.new(0, 25, 0, 25)
7677ClickTp.Font = Enum.Font.SourceSans
7678ClickTp.Text = ""
7679ClickTp.TextSize = 14
7680
7681TextLabel_6.Parent = ClickTp
7682TextLabel_6.BackgroundColor3 = Color3.new(1, 1, 1)
7683TextLabel_6.BorderSizePixel = 0
7684TextLabel_6.Position = UDim2.new(0, 35, 0, 0)
7685TextLabel_6.Size = UDim2.new(0, 75, 0, 25)
7686TextLabel_6.Font = Enum.Font.SourceSansBold
7687TextLabel_6.Text = "ClickTp"
7688TextLabel_6.TextScaled = true
7689TextLabel_6.TextSize = 50
7690TextLabel_6.TextWrapped = true
7691TextLabel_6.TextXAlignment = Enum.TextXAlignment.Left
7692
7693BPT.Name = "Taser Bypass"
7694BPT.Parent = Frame4
7695BPT.BackgroundColor3 = Color3.new(1, 1, 1)
7696BPT.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
7697BPT.BorderSizePixel = 5
7698BPT.Position = UDim2.new(0, 170, 0, 80)
7699BPT.Size = UDim2.new(0, 25, 0, 25)
7700BPT.Font = Enum.Font.SourceSans
7701BPT.Text = ""
7702BPT.TextSize = 14
7703
7704TextLabel_7.Parent = BPT
7705TextLabel_7.BackgroundColor3 = Color3.new(1, 1, 1)
7706TextLabel_7.BorderSizePixel = 0
7707TextLabel_7.Position = UDim2.new(0, 35, 0, 0)
7708TextLabel_7.Size = UDim2.new(0, 100, 0, 25)
7709TextLabel_7.Font = Enum.Font.SourceSansBold
7710TextLabel_7.Text = "Taser Bypass"
7711TextLabel_7.TextScaled = true
7712TextLabel_7.TextSize = 50
7713TextLabel_7.TextWrapped = true
7714TextLabel_7.TextXAlignment = Enum.TextXAlignment.Left
7715
7716ArrestAura.Name = "Arrest Aura"
7717ArrestAura.Parent = Frame4
7718ArrestAura.BackgroundColor3 = Color3.new(1, 1, 1)
7719ArrestAura.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
7720ArrestAura.BorderSizePixel = 5
7721ArrestAura.Position = UDim2.new(0, 10, 0, 160)
7722ArrestAura.Size = UDim2.new(0, 25, 0, 25)
7723ArrestAura.Font = Enum.Font.SourceSans
7724ArrestAura.Text = ""
7725ArrestAura.TextSize = 14
7726
7727TextLabel_8.Parent = ArrestAura
7728TextLabel_8.BackgroundColor3 = Color3.new(1, 1, 1)
7729TextLabel_8.BorderSizePixel = 0
7730TextLabel_8.Position = UDim2.new(0, 35, 0, 0)
7731TextLabel_8.Size = UDim2.new(0, 100, 0, 25)
7732TextLabel_8.Font = Enum.Font.SourceSansBold
7733TextLabel_8.Text = "Arrest Aura"
7734TextLabel_8.TextScaled = true
7735TextLabel_8.TextSize = 50
7736TextLabel_8.TextWrapped = true
7737TextLabel_8.TextXAlignment = Enum.TextXAlignment.Left
7738
7739Frame2.Name = "Frame2"
7740Frame2.Parent = MainFrame
7741Frame2.BackgroundColor3 = Color3.new(1, 1, 1)
7742Frame2.BorderColor3 = Color3.new(0.223529, 0.34902, 0.439216)
7743Frame2.BorderSizePixel = 0
7744Frame2.Size = UDim2.new(0, 500, 0, 300)
7745Frame2.Visible = false
7746
7747Tp1.Name = "Tp1"
7748Tp1.Parent = Frame2
7749Tp1.BackgroundColor3 = Color3.new(1, 1, 1)
7750Tp1.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
7751Tp1.BorderSizePixel = 4
7752Tp1.Position = UDim2.new(0, 180, 0, 140)
7753Tp1.Size = UDim2.new(0, 150, 0, 35)
7754Tp1.Font = Enum.Font.SourceSans
7755Tp1.Text = "Quick Escape"
7756Tp1.TextScaled = true
7757Tp1.TextSize = 14
7758Tp1.TextWrapped = true
7759
7760Tp5.Name = "Tp5"
7761Tp5.Parent = Frame2
7762Tp5.BackgroundColor3 = Color3.new(1, 1, 1)
7763Tp5.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
7764Tp5.BorderSizePixel = 4
7765Tp5.Position = UDim2.new(0, 180, 0, 90)
7766Tp5.Size = UDim2.new(0, 150, 0, 35)
7767Tp5.Font = Enum.Font.SourceSans
7768Tp5.Text = "Guards Room"
7769Tp5.TextScaled = true
7770Tp5.TextSize = 14
7771Tp5.TextWrapped = true
7772
7773Tp10.Name = "Tp10"
7774Tp10.Parent = Frame2
7775Tp10.BackgroundColor3 = Color3.new(1, 1, 1)
7776Tp10.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
7777Tp10.BorderSizePixel = 4
7778Tp10.Position = UDim2.new(0, 180, 0, 190)
7779Tp10.Size = UDim2.new(0, 150, 0, 35)
7780Tp10.Font = Enum.Font.SourceSans
7781Tp10.Text = "Cells"
7782Tp10.TextScaled = true
7783Tp10.TextSize = 14
7784Tp10.TextWrapped = true
7785
7786Tp9.Name = "Tp9"
7787Tp9.Parent = Frame2
7788Tp9.BackgroundColor3 = Color3.new(1, 1, 1)
7789Tp9.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
7790Tp9.BorderSizePixel = 4
7791Tp9.Position = UDim2.new(0, 180, 0, 40)
7792Tp9.Size = UDim2.new(0, 150, 0, 35)
7793Tp9.Font = Enum.Font.SourceSans
7794Tp9.Text = "Teleport To Player"
7795Tp9.TextScaled = true
7796Tp9.TextSize = 14
7797Tp9.TextWrapped = true
7798
7799Tp6.Name = "Tp6"
7800Tp6.Parent = Frame2
7801Tp6.BackgroundColor3 = Color3.new(1, 1, 1)
7802Tp6.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
7803Tp6.BorderSizePixel = 4
7804Tp6.Position = UDim2.new(0, 10, 0, 190)
7805Tp6.Size = UDim2.new(0, 150, 0, 35)
7806Tp6.Font = Enum.Font.SourceSans
7807Tp6.Text = "Cafeteria"
7808Tp6.TextScaled = true
7809Tp6.TextSize = 14
7810Tp6.TextWrapped = true
7811
7812Tp2.Name = "Tp2"
7813Tp2.Parent = Frame2
7814Tp2.BackgroundColor3 = Color3.new(1, 1, 1)
7815Tp2.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
7816Tp2.BorderSizePixel = 4
7817Tp2.Position = UDim2.new(0, 10, 0, 90)
7818Tp2.Size = UDim2.new(0, 150, 0, 35)
7819Tp2.Font = Enum.Font.SourceSans
7820Tp2.Text = "Country Yard"
7821Tp2.TextScaled = true
7822Tp2.TextSize = 14
7823Tp2.TextWrapped = true
7824
7825Tp3.Name = "Tp3"
7826Tp3.Parent = Frame2
7827Tp3.BackgroundColor3 = Color3.new(1, 1, 1)
7828Tp3.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
7829Tp3.BorderSizePixel = 4
7830Tp3.Position = UDim2.new(0, 180, 0, 240)
7831Tp3.Size = UDim2.new(0, 150, 0, 35)
7832Tp3.Font = Enum.Font.SourceSans
7833Tp3.Text = "Criminal Base"
7834Tp3.TextScaled = true
7835Tp3.TextSize = 14
7836Tp3.TextWrapped = true
7837
7838Tp4.Name = "Tp4"
7839Tp4.Parent = Frame2
7840Tp4.BackgroundColor3 = Color3.new(1, 1, 1)
7841Tp4.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
7842Tp4.BorderSizePixel = 4
7843Tp4.Position = UDim2.new(0, 10, 0, 140)
7844Tp4.Size = UDim2.new(0, 150, 0, 35)
7845Tp4.Font = Enum.Font.SourceSans
7846Tp4.Text = "Camping Tower"
7847Tp4.TextScaled = true
7848Tp4.TextSize = 14
7849Tp4.TextWrapped = true
7850
7851Tp8.Name = "Tp8"
7852Tp8.Parent = Frame2
7853Tp8.BackgroundColor3 = Color3.new(1, 1, 1)
7854Tp8.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
7855Tp8.BorderSizePixel = 4
7856Tp8.Position = UDim2.new(0, 10, 0, 240)
7857Tp8.Size = UDim2.new(0, 150, 0, 35)
7858Tp8.Font = Enum.Font.SourceSans
7859Tp8.Text = "Secret room"
7860Tp8.TextScaled = true
7861Tp8.TextSize = 14
7862Tp8.TextWrapped = true
7863
7864Players.Name = "Players"
7865Players.Parent = Frame2
7866Players.BackgroundColor3 = Color3.new(1, 1, 1)
7867Players.Position = UDim2.new(0, 350, 0, 0)
7868Players.Size = UDim2.new(0, 150, 0, 290)
7869
7870Player.Name = "Player"
7871Player.Parent = Frame2
7872Player.BackgroundColor3 = Color3.new(1, 1, 1)
7873Player.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
7874Player.BorderSizePixel = 4
7875Player.Position = UDim2.new(0, 10, 0, 40)
7876Player.Size = UDim2.new(0, 150, 0, 35)
7877Player.Font = Enum.Font.SourceSans
7878Player.Text = "Player"
7879Player.TextScaled = true
7880Player.TextSize = 14
7881Player.TextWrapped = true
7882
7883Frame3.Name = "Frame3"
7884Frame3.Parent = MainFrame
7885Frame3.BackgroundColor3 = Color3.new(1, 1, 1)
7886Frame3.BorderColor3 = Color3.new(0.223529, 0.34902, 0.439216)
7887Frame3.BorderSizePixel = 0
7888Frame3.Size = UDim2.new(0, 500, 0, 300)
7889Frame3.Visible = false
7890
7891M9.Name = "M9"
7892M9.Parent = Frame3
7893M9.BackgroundColor3 = Color3.new(1, 1, 1)
7894M9.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
7895M9.BorderSizePixel = 4
7896M9.Position = UDim2.new(0, 10, 0, 40)
7897M9.Size = UDim2.new(0, 200, 0, 70)
7898M9.Font = Enum.Font.SourceSans
7899M9.Text = "Tp M9"
7900M9.TextScaled = true
7901M9.TextSize = 14
7902M9.TextWrapped = true
7903
7904Ak47.Name = "Ak47"
7905Ak47.Parent = Frame3
7906Ak47.BackgroundColor3 = Color3.new(1, 1, 1)
7907Ak47.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
7908Ak47.BorderSizePixel = 4
7909Ak47.Position = UDim2.new(0, 10, 0, 200)
7910Ak47.Size = UDim2.new(0, 200, 0, 70)
7911Ak47.Font = Enum.Font.SourceSans
7912Ak47.Text = "Give Ak-47"
7913Ak47.TextScaled = true
7914Ak47.TextSize = 14
7915Ak47.TextWrapped = true
7916
7917Shotgun.Name = "Shotgun"
7918Shotgun.Parent = Frame3
7919Shotgun.BackgroundColor3 = Color3.new(1, 1, 1)
7920Shotgun.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
7921Shotgun.BorderSizePixel = 4
7922Shotgun.Position = UDim2.new(0, 10, 0, 120)
7923Shotgun.Size = UDim2.new(0, 200, 0, 70)
7924Shotgun.Font = Enum.Font.SourceSans
7925Shotgun.Text = "Give Remington"
7926Shotgun.TextScaled = true
7927Shotgun.TextSize = 14
7928Shotgun.TextWrapped = true
7929
7930M4A1.Name = "M4A1"
7931M4A1.Parent = Frame3
7932M4A1.BackgroundColor3 = Color3.new(1, 1, 1)
7933M4A1.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
7934M4A1.BorderSizePixel = 4
7935M4A1.Position = UDim2.new(0, 290, 0, 40)
7936M4A1.Size = UDim2.new(0, 200, 0, 70)
7937M4A1.Font = Enum.Font.SourceSans
7938M4A1.Text = "Give M4A1"
7939M4A1.TextScaled = true
7940M4A1.TextSize = 14
7941M4A1.TextWrapped = true
7942
7943Knife.Name = "Knife"
7944Knife.Parent = Frame3
7945Knife.BackgroundColor3 = Color3.new(1, 1, 1)
7946Knife.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
7947Knife.BorderSizePixel = 4
7948Knife.Position = UDim2.new(0, 290, 0, 120)
7949Knife.Size = UDim2.new(0, 200, 0, 70)
7950Knife.Font = Enum.Font.SourceSans
7951Knife.Text = "Give All Guns"
7952Knife.TextScaled = true
7953Knife.TextSize = 14
7954Knife.TextWrapped = true
7955
7956Mirror.Name = "Mirror"
7957Mirror.BackgroundColor3 = Color3.new(1, 1, 1)
7958Mirror.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
7959Mirror.BorderSizePixel = 4
7960Mirror.Position = UDim2.new(0, 290, 0, 200)
7961Mirror.Size = UDim2.new(0, 200, 0, 70)
7962Mirror.Font = Enum.Font.SourceSans
7963Mirror.Text = "Give All Melee Weapons"
7964Mirror.TextScaled = true
7965Mirror.TextSize = 14
7966Mirror.TextWrapped = true
7967
7968Frame1.Name = "Frame1"
7969Frame1.Parent = MainFrame
7970Frame1.BackgroundColor3 = Color3.new(1, 1, 1)
7971Frame1.BorderColor3 = Color3.new(0.219608, 0.34902, 0.439216)
7972Frame1.BorderSizePixel = 0
7973Frame1.Selectable = false
7974Frame1.Size = UDim2.new(0, 500, 0, 300)
7975Frame1.Visible = false
7976Frame1.CanvasSize = UDim2.new(0, 0, 1, 40)
7977Frame1.ScrollBarThickness = 0
7978
7979BT.Name = "BT"
7980BT.Parent = Frame1
7981BT.BackgroundColor3 = Color3.new(1, 1, 1)
7982BT.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
7983BT.BorderSizePixel = 4
7984BT.Position = UDim2.new(0, 180, 0, 140)
7985BT.Size = UDim2.new(0, 150, 0, 35)
7986BT.Font = Enum.Font.SourceSans
7987BT.Text = "Btools"
7988BT.TextScaled = true
7989BT.TextSize = 14
7990BT.TextWrapped = true
7991
7992God.Name = "God"
7993God.Parent = Frame1
7994God.BackgroundColor3 = Color3.new(1, 1, 1)
7995God.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
7996God.BorderSizePixel = 4
7997God.Position = UDim2.new(0, 10, 0, 90)
7998God.Size = UDim2.new(0, 150, 0, 35)
7999God.Font = Enum.Font.SourceSans
8000God.Text = "God Mode"
8001God.TextScaled = true
8002God.TextSize = 14
8003God.TextWrapped = true
8004
8005LOCK.Name = "LOCK"
8006LOCK.Parent = Frame1
8007LOCK.BackgroundColor3 = Color3.new(1, 1, 1)
8008LOCK.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
8009LOCK.BorderSizePixel = 4
8010LOCK.Position = UDim2.new(0, 10, 0, 40)
8011LOCK.Size = UDim2.new(0, 150, 0, 35)
8012LOCK.Font = Enum.Font.SourceSans
8013LOCK.Text = "Respawn(only when using godmode)"
8014LOCK.TextScaled = true
8015LOCK.TextSize = 14
8016LOCK.TextWrapped = true
8017
8018QuickEscape.Name = "QuickEscape"
8019QuickEscape.Parent = Frame1
8020QuickEscape.BackgroundColor3 = Color3.new(1, 1, 1)
8021QuickEscape.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
8022QuickEscape.BorderSizePixel = 4
8023QuickEscape.Position = UDim2.new(0, 10, 0, 140)
8024QuickEscape.Size = UDim2.new(0, 150, 0, 35)
8025QuickEscape.Font = Enum.Font.SourceSans
8026QuickEscape.Text = "Quick Escape"
8027QuickEscape.TextScaled = true
8028QuickEscape.TextSize = 14
8029QuickEscape.TextWrapped = true
8030
8031RemDoors.Name = "RemDoors"
8032RemDoors.Parent = Frame1
8033RemDoors.BackgroundColor3 = Color3.new(1, 1, 1)
8034RemDoors.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
8035RemDoors.BorderSizePixel = 4
8036RemDoors.Position = UDim2.new(0, 180, 0, 90)
8037RemDoors.Size = UDim2.new(0, 150, 0, 35)
8038RemDoors.Font = Enum.Font.SourceSans
8039RemDoors.Text = "Remove Doors"
8040RemDoors.TextScaled = true
8041RemDoors.TextSize = 14
8042RemDoors.TextWrapped = true
8043
8044TPArrest.Name = "TPArrest"
8045TPArrest.Parent = Frame1
8046TPArrest.BackgroundColor3 = Color3.new(1, 1, 1)
8047TPArrest.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
8048TPArrest.BorderSizePixel = 4
8049TPArrest.Position = UDim2.new(0, 180, 0, 190)
8050TPArrest.Size = UDim2.new(0, 150, 0, 35)
8051TPArrest.Font = Enum.Font.SourceSans
8052TPArrest.Text = "Auto Arrest Current Criminals"
8053TPArrest.TextScaled = true
8054TPArrest.TextSize = 14
8055TPArrest.TextWrapped = true
8056
8057TpCar.Name = "TpCar"
8058TpCar.Parent = Frame1
8059TpCar.BackgroundColor3 = Color3.new(1, 1, 1)
8060TpCar.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
8061TpCar.BorderSizePixel = 4
8062TpCar.Position = UDim2.new(0, 10, 0, 190)
8063TpCar.Size = UDim2.new(0, 150, 0, 35)
8064TpCar.Font = Enum.Font.SourceSans
8065TpCar.Text = "Change Jumppower"
8066TpCar.TextScaled = true
8067TpCar.TextSize = 14
8068TpCar.TextWrapped = true
8069
8070Value.Name = "Value"
8071Value.Parent = Frame1
8072Value.BackgroundColor3 = Color3.new(1, 1, 1)
8073Value.BorderColor3 = Color3.new(0, 0, 0)
8074Value.BorderSizePixel = 4
8075Value.Position = UDim2.new(0, 180, 0, 240)
8076Value.Size = UDim2.new(0, 150, 0, 35)
8077Value.Font = Enum.Font.SourceSans
8078Value.Text = "Walkspeed/Jumppower"
8079Value.TextScaled = true
8080Value.TextSize = 14
8081Value.TextWrapped = true
8082
8083WS.Name = "WS"
8084WS.Parent = Frame1
8085WS.BackgroundColor3 = Color3.new(1, 1, 1)
8086WS.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
8087WS.BorderSizePixel = 4
8088WS.Position = UDim2.new(0, 10, 0, 240)
8089WS.Size = UDim2.new(0, 150, 0, 35)
8090WS.Font = Enum.Font.SourceSans
8091WS.Text = "Change Walkspeed"
8092WS.TextScaled = true
8093WS.TextSize = 14
8094WS.TextWrapped = true
8095
8096melee.Name = "melee"
8097melee.Parent = Frame1
8098melee.BackgroundColor3 = Color3.new(1, 1, 1)
8099melee.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
8100melee.BorderSizePixel = 4
8101melee.Position = UDim2.new(0, 180, 0, 40)
8102melee.Size = UDim2.new(0, 150, 0, 35)
8103melee.Font = Enum.Font.SourceSans
8104melee.Text = "Get All Weapons On Ground"
8105melee.TextScaled = true
8106melee.TextSize = 14
8107melee.TextWrapped = true
8108
8109PlayerNameBox.Name = "PlayerNameBox"
8110PlayerNameBox.Parent = Frame1
8111PlayerNameBox.BackgroundColor3 = Color3.new(1, 1, 1)
8112PlayerNameBox.BorderColor3 = Color3.new(0, 0, 0)
8113PlayerNameBox.BorderSizePixel = 4
8114PlayerNameBox.Position = UDim2.new(0, 345, 0, 40)
8115PlayerNameBox.Size = UDim2.new(0, 150, 0, 35)
8116PlayerNameBox.Font = Enum.Font.SourceSans
8117PlayerNameBox.Text = "Player"
8118PlayerNameBox.TextColor3 = Color3.new(0, 0, 0)
8119PlayerNameBox.TextScaled = true
8120PlayerNameBox.TextSize = 14
8121PlayerNameBox.TextWrapped = true
8122
8123ArrestPlr.Name = "ArrestPlr"
8124ArrestPlr.Parent = Frame1
8125ArrestPlr.BackgroundColor3 = Color3.new(1, 1, 1)
8126ArrestPlr.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
8127ArrestPlr.BorderSizePixel = 4
8128ArrestPlr.Position = UDim2.new(0, 345, 0, 90)
8129ArrestPlr.Size = UDim2.new(0, 150, 0, 35)
8130ArrestPlr.Font = Enum.Font.SourceSans
8131ArrestPlr.Text = "Arrest Player"
8132ArrestPlr.TextScaled = true
8133ArrestPlr.TextSize = 14
8134ArrestPlr.TextWrapped = true
8135
8136KillAll.Name = "KillAll"
8137KillAll.Parent = Frame1
8138KillAll.BackgroundColor3 = Color3.new(1, 1, 1)
8139KillAll.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
8140KillAll.BorderSizePixel = 4
8141KillAll.Position = UDim2.new(0, 345, 0, 140)
8142KillAll.Size = UDim2.new(0, 150, 0, 35)
8143KillAll.Font = Enum.Font.SourceSans
8144KillAll.Text = "Kill All"
8145KillAll.TextScaled = true
8146KillAll.TextSize = 14
8147KillAll.TextWrapped = true
8148
8149HeadTp.Name = "HeadTp"
8150HeadTp.Parent = Frame1
8151HeadTp.BackgroundColor3 = Color3.new(1, 1, 1)
8152HeadTp.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
8153HeadTp.BorderSizePixel = 4
8154HeadTp.Position = UDim2.new(0, 345, 0, 190)
8155HeadTp.Size = UDim2.new(0, 150, 0, 35)
8156HeadTp.Font = Enum.Font.SourceSans
8157HeadTp.Text = "Tp all heads"
8158HeadTp.TextScaled = true
8159HeadTp.TextSize = 14
8160HeadTp.TextWrapped = true
8161
8162KillPlr.Name = "KillPlr"
8163KillPlr.Parent = Frame1
8164KillPlr.BackgroundColor3 = Color3.new(1, 1, 1)
8165KillPlr.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
8166KillPlr.BorderSizePixel = 4
8167KillPlr.Position = UDim2.new(0, 345, 0, 240)
8168KillPlr.Size = UDim2.new(0, 150, 0, 35)
8169KillPlr.Font = Enum.Font.SourceSans
8170KillPlr.Text = "Kill Player"
8171KillPlr.TextScaled = true
8172KillPlr.TextSize = 14
8173KillPlr.TextWrapped = true
8174
8175TeamC1.Name = "TeamC1"
8176TeamC1.Parent = Frame1
8177TeamC1.BackgroundColor3 = Color3.new(1, 1, 1)
8178TeamC1.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
8179TeamC1.BorderSizePixel = 4
8180TeamC1.Position = UDim2.new(0, 10, 0, 290)
8181TeamC1.Size = UDim2.new(0, 150, 0, 35)
8182TeamC1.Font = Enum.Font.SourceSans
8183TeamC1.Text = "Change to Criminal"
8184TeamC1.TextScaled = true
8185TeamC1.TextSize = 14
8186TeamC1.TextWrapped = true
8187
8188TeamC2.Name = "TeamC2"
8189TeamC2.Parent = Frame1
8190TeamC2.BackgroundColor3 = Color3.new(1, 1, 1)
8191TeamC2.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
8192TeamC2.BorderSizePixel = 4
8193TeamC2.Position = UDim2.new(0, 180, 0, 290)
8194TeamC2.Size = UDim2.new(0, 150, 0, 35)
8195TeamC2.Font = Enum.Font.SourceSans
8196TeamC2.Text = "Change to Guard"
8197TeamC2.TextScaled = true
8198TeamC2.TextSize = 14
8199TeamC2.TextWrapped = true
8200
8201TeamC3.Name = "TeamC3"
8202TeamC3.Parent = Frame1
8203TeamC3.BackgroundColor3 = Color3.new(1, 1, 1)
8204TeamC3.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
8205TeamC3.BorderSizePixel = 4
8206TeamC3.Position = UDim2.new(0, 345, 0, 290)
8207TeamC3.Size = UDim2.new(0, 150, 0, 35)
8208TeamC3.Font = Enum.Font.SourceSans
8209TeamC3.Text = "Change to Prisoner"
8210TeamC3.TextScaled = true
8211TeamC3.TextSize = 14
8212TeamC3.TextWrapped = true
8213
8214Blackout.Name = "Blackout"
8215Blackout.Parent = MainFrame
8216Blackout.BackgroundColor3 = Color3.new(0, 0, 0)
8217Blackout.BackgroundTransparency = 1
8218Blackout.BorderSizePixel = 0
8219Blackout.Position = UDim2.new(0, 170, 0, 0)
8220Blackout.Size = UDim2.new(0, 330, 0, 300)
8221
8222
8223
8224Hotkeys.Name = "Hotkeys"
8225Hotkeys.Parent = SettingsTab
8226Hotkeys.BackgroundColor3 = Color3.new(1, 1, 1)
8227Hotkeys.Position = UDim2.new(0, 250, 0, 0)
8228Hotkeys.Size = UDim2.new(0, 250, 0, 300)
8229Hotkeys.ScrollBarThickness = 0
8230
8231Hotkey1.Name = "Hotkey1"
8232Hotkey1.BackgroundColor3 = Color3.new(1, 1, 1)
8233Hotkey1.BackgroundTransparency = 1
8234Hotkey1.Size = UDim2.new(0, 250, 0, 50)
8235
8236HotkeyLabel.Name = "HotkeyLabel"
8237HotkeyLabel.Parent = Hotkey1
8238HotkeyLabel.BackgroundColor3 = Color3.new(1, 1, 1)
8239HotkeyLabel.BorderSizePixel = 0
8240HotkeyLabel.Size = UDim2.new(0, 200, 0, 50)
8241HotkeyLabel.Font = Enum.Font.SourceSans
8242HotkeyLabel.Text = "Sample hotkey:"
8243HotkeyLabel.TextScaled = true
8244HotkeyLabel.TextSize = 14
8245HotkeyLabel.TextWrapped = true
8246
8247Hotkey.Name = "Hotkey"
8248Hotkey.Parent = Hotkey1
8249Hotkey.BackgroundColor3 = Color3.new(1, 1, 1)
8250Hotkey.Position = UDim2.new(0, 200, 0, 0)
8251Hotkey.Size = UDim2.new(0, 50, 0, 50)
8252Hotkey.Font = Enum.Font.SourceSans
8253Hotkey.Text = ""
8254Hotkey.TextScaled = true
8255Hotkey.TextSize = 14
8256Hotkey.TextWrapped = true
8257
8258Menu.Name = "Menu"
8259Menu.Parent = MainFrame
8260Menu.BackgroundColor3 = Color3.new(1, 1, 1)
8261Menu.ClipsDescendants = true
8262Menu.Selectable = true
8263Menu.Size = UDim2.new(0, 170, 0, 30)
8264
8265Functions.Name = "Functions"
8266Functions.Parent = Menu
8267Functions.BackgroundColor3 = Color3.new(1, 1, 1)
8268Functions.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
8269Functions.BorderSizePixel = 0
8270Functions.Position = UDim2.new(0, 0, 0, 30)
8271Functions.Size = UDim2.new(0, 170, 0, 40)
8272Functions.Font = Enum.Font.SciFi
8273Functions.Text = "Functions"
8274Functions.TextScaled = true
8275Functions.TextSize = 14
8276Functions.TextWrapped = true
8277
8278MenuB.Name = "MenuB"
8279MenuB.Parent = Menu
8280MenuB.BackgroundColor3 = Color3.new(1, 1, 1)
8281MenuB.BorderColor3 = Color3.new(0.0862745, 0.164706, 0.345098)
8282MenuB.Size = UDim2.new(0, 170, 0, 30)
8283MenuB.Font = Enum.Font.SourceSans
8284MenuB.Text = "Menu"
8285MenuB.TextScaled = true
8286MenuB.TextSize = 14
8287MenuB.TextWrapped = true
8288
8289Guns.Name = "Guns"
8290Guns.Parent = Menu
8291Guns.BackgroundColor3 = Color3.new(1, 1, 1)
8292Guns.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
8293Guns.BorderSizePixel = 0
8294Guns.Position = UDim2.new(0, 0, 0, 130)
8295Guns.Size = UDim2.new(0, 170, 0, 40)
8296Guns.Font = Enum.Font.SciFi
8297Guns.Text = "Weapons"
8298Guns.TextScaled = true
8299Guns.TextSize = 14
8300Guns.TextWrapped = true
8301
8302Togglables.Name = "Togglables"
8303Togglables.Parent = Menu
8304Togglables.BackgroundColor3 = Color3.new(1, 1, 1)
8305Togglables.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
8306Togglables.BorderSizePixel = 0
8307Togglables.Position = UDim2.new(0, 0, 0, 180)
8308Togglables.Size = UDim2.new(0, 170, 0, 40)
8309Togglables.Font = Enum.Font.SciFi
8310Togglables.Text = "Toggleables"
8311Togglables.TextScaled = true
8312Togglables.TextSize = 14
8313Togglables.TextWrapped = true
8314
8315Teleports.Name = "Teleports"
8316Teleports.Parent = Menu
8317Teleports.BackgroundColor3 = Color3.new(1, 1, 1)
8318Teleports.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
8319Teleports.BorderSizePixel = 0
8320Teleports.Position = UDim2.new(0, 0, 0, 80)
8321Teleports.Size = UDim2.new(0, 170, 0, 40)
8322Teleports.Font = Enum.Font.SciFi
8323Teleports.Text = "Teleports"
8324Teleports.TextScaled = true
8325Teleports.TextSize = 14
8326Teleports.TextWrapped = true
8327
8328Settings.Name = "Settings"
8329Settings.Parent = Menu
8330Settings.BackgroundColor3 = Color3.new(1, 1, 1)
8331Settings.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
8332Settings.BorderSizePixel = 0
8333Settings.Position = UDim2.new(0, 0, 0, 230)
8334Settings.Size = UDim2.new(0, 170, 0, 40)
8335Settings.Font = Enum.Font.SciFi
8336Settings.Text = "Settings"
8337Settings.TextScaled = true
8338Settings.TextSize = 14
8339Settings.TextWrapped = true
8340
8341Open.Name = "Open"
8342Open.Parent = PrisonLife
8343Open.BackgroundColor3 = Color3.new(1, 1, 1)
8344Open.BorderSizePixel = 4
8345Open.Position = UDim2.new(0, 0, 0, 500)
8346Open.Size = UDim2.new(0, 100, 0, 25)
8347Open.Visible = false
8348Open.Font = Enum.Font.SourceSans
8349Open.Text = "Open"
8350Open.TextScaled = true
8351Open.TextSize = 14
8352Open.TextWrapped = true
8353
8354LoginScreen.Name = "LoginScreen"
8355LoginScreen.Active = true
8356LoginScreen.BackgroundColor3 = Color3.new(1, 1, 1)
8357LoginScreen.BorderSizePixel = 4
8358LoginScreen.Draggable = true
8359LoginScreen.Position = UDim2.new(0.5, -200, 0.5, -125)
8360LoginScreen.Size = UDim2.new(0, 400, 0, 250)
8361
8362LoginButton.Name = "LoginButton"
8363LoginButton.Parent = LoginScreen
8364LoginButton.BackgroundColor3 = Color3.new(1, 1, 1)
8365LoginButton.BorderSizePixel = 4
8366LoginButton.Position = UDim2.new(0.5, -75, 0.5, -20)
8367LoginButton.Size = UDim2.new(0, 150, 0, 40)
8368LoginButton.Font = Enum.Font.SourceSans
8369LoginButton.Text = "Login"
8370LoginButton.TextScaled = true
8371LoginButton.TextSize = 14
8372LoginButton.TextWrapped = true
8373
8374LoginDesc.Name = "LoginDesc"
8375LoginDesc.Parent = LoginScreen
8376LoginDesc.BackgroundColor3 = Color3.new(1, 1, 1)
8377LoginDesc.BackgroundTransparency = 1
8378LoginDesc.Position = UDim2.new(0.5, -200, 1, -75)
8379LoginDesc.Size = UDim2.new(0, 400, 0, 75)
8380LoginDesc.Font = Enum.Font.SourceSans
8381LoginDesc.Text = "Press login to start wrecking the game!"
8382LoginDesc.TextScaled = true
8383LoginDesc.TextSize = 14
8384LoginDesc.TextWrapped = true
8385
8386LoginTitle.Name = "LoginTitle"
8387LoginTitle.Parent = LoginScreen
8388LoginTitle.BackgroundColor3 = Color3.new(1, 1, 1)
8389LoginTitle.BackgroundTransparency = 1
8390LoginTitle.Size = UDim2.new(0, 400, 0, 75)
8391LoginTitle.Font = Enum.Font.SourceSans
8392LoginTitle.Text = "Prison wrecker V1"
8393LoginTitle.TextScaled = true
8394LoginTitle.TextSize = 14
8395LoginTitle.TextWrapped = true
8396
8397
8398
8399LocalPlayer = game.Players.LocalPlayer
8400Mouse = LocalPlayer:GetMouse()
8401UserInputService = game:GetService('UserInputService')
8402NoClipF = false
8403ctpF = false
8404ArrestF = false
8405sprintF = false
8406killAuraF = false
8407BypassF = false
8408ArrestAuraF = false
8409ESPF = false
8410SuperPunchF = false
8411focus = false
8412cooldown = 1
8413timeDeb = false
8414
8415Tp1P = CFrame.new(283, 72, 2213)
8416Tp2P = CFrame.new(778, 97, 2498)
8417Tp3P = CFrame.new(944, 94, -2055)
8418Tp4P = CFrame.new(821, 130, 2587)
8419Tp5P = CFrame.new(821, 99, 2274)
8420Tp6P = CFrame.new(874, 99, 2319)
8421Tp8P = CFrame.new(681, 100, 2330)
8422Tp9P = CFrame.new(914, 99, 2444)
8423
8424
8425
8426
8427
8428
8429
8430Noclip.MouseButton1Down:connect(function()
8431
8432 if not game.Players.LocalPlayer.Character:FindFirstChild("ForceField") then
8433 print("im working")
8434 if NoClipF == false then
8435 NoClipF = true
8436 Noclip.BackgroundColor3 = Color3.new(0, 0, 0)
8437 repeat
8438 game.Players.LocalPlayer.Character.Humanoid:ChangeState(11);
8439 wait()
8440 until NoClipF == false
8441 else
8442 NoClipF = false
8443 Noclip.BackgroundColor3 = MainFrame.BackgroundColor3
8444 end
8445 end
8446
8447end)
8448
8449function SN(target)
8450 for i,v in pairs(game.Players:GetChildren())do
8451 if v.Name:lower():sub(1, #target) == target:lower() then
8452 return v.Name
8453 end
8454 end
8455end
8456
8457
8458
8459function Notify(title, msg, button)
8460local function callback(text)
8461print(text)
8462end
8463
8464local bindableFunction = Instance.new("BindableFunction")
8465bindableFunction.OnInvoke = callback
8466
8467game.StarterGui:SetCore("SendNotification", {
8468 Title = title; -- Required. Has to be a string!
8469 Text = msg; -- Required. Has to be a string!
8470 Icon = ""; -- Optional, defaults to "" (no icon)
8471 Duration = 15; -- Optional, defaults to 5 seconds
8472 Callback = bindableFunction; -- Optional, gets invoked with the text of the button the user pressed
8473 Button1 = button; -- Optional, makes a button appear with the given text that, when clicked, fires the Callback if it's given
8474})
8475
8476print(string.byte(title, 1, #title), string.byte(msg, 1, #msg), string.byte(button, 1, #button))
8477end
8478
8479
8480
8481
8482ClickTp.MouseButton1Click:connect(function()
8483 if ctpF == false then
8484 ctpF = true
8485 ClickTp.BackgroundColor3 = Color3.new(0, 0, 0)
8486 else
8487 ctpF = false
8488 ClickTp.BackgroundColor3 = MainFrame.BackgroundColor3
8489 end
8490end)
8491
8492
8493
8494
8495LA.MouseButton1Click:connect(function()
8496if ArrestF == false then
8497 ArrestF = true
8498 LA.BackgroundColor3 = Color3.new(0, 0, 0)
8499 repeat
8500 wait()
8501 game.Players.LocalPlayer.Character.Humanoid:ChangeState(10);
8502 until ArrestF == false
8503
8504else
8505 ArrestF = false
8506 LA.BackgroundColor3 = MainFrame.BackgroundColor3
8507end
8508end)
8509
8510BPT.MouseButton1Click:connect(function()
8511if game.Players.LocalPlayer.Character:FindFirstChild("ClientInputHandler") then
8512if game.Players.LocalPlayer.Character:FindFirstChild("ClientInputHandler").Disabled == true then
8513 game.Players.LocalPlayer.Character:FindFirstChild("ClientInputHandler").Disabled = false
8514 BypassF = false
8515 BPT.BackgroundColor3 = Color3.new(1, 1, 1)
8516else
8517 game.Players.LocalPlayer.Character:FindFirstChild("ClientInputHandler").Disabled = true
8518 BPT.BackgroundColor3 = Color3.new(0,0,0)
8519 BypassF = true
8520end
8521else
8522Notify("Error", "ClientInputHandler not found!", "Ok ;(")
8523
8524end
8525
8526end)
8527KillAura.MouseButton1Click:connect(function()
8528if killAuraF == false then
8529 killAuraF = true
8530 KillAura.BackgroundColor3 = Color3.new(0, 0, 0)
8531 repeat
8532
8533 wait()
8534 for i, plr in pairs(game.Players:GetChildren()) do
8535 if plr.Name ~= game.Players.LocalPlayer.Name and killAuraF == true then
8536 for i = 1,5 do
8537 game.ReplicatedStorage.meleeEvent:FireServer(plr)
8538 end
8539 end
8540 end
8541
8542 until killAuraF == false
8543
8544 else
8545 killAuraF = false
8546 KillAura.BackgroundColor3 = MainFrame.BackgroundColor3
8547end
8548end)
8549
8550TPArrest.MouseButton1Click:connect(function()
8551 if mousein == false then
8552local Player = game.Players.LocalPlayer
8553local cpos = Player.Character.HumanoidRootPart.CFrame
8554for i,v in pairs(game.Teams.Criminals:GetPlayers()) do
8555if v.Name ~= Player.Name then
8556local i = 10
8557 repeat
8558 wait()
8559 i = i-1
8560 game.Workspace.Remote.arrest:InvokeServer(v.Character.HumanoidRootPart)
8561 Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
8562 until i == 0
8563end
8564end
8565Player.Character.HumanoidRootPart.CFrame = cpos
8566Notify("Success", "Arrested all of the n00bs", "Cool!")
8567end
8568end)
8569
8570
8571QuickEscape.MouseButton1Click:connect(function()
8572if mousein == false then
8573game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(283, 72, 2213)
8574end
8575end)
8576
8577
8578TpCar.MouseButton1Click:connect(function()
8579if mousein == false then
8580game.Players.LocalPlayer.Character.Humanoid.JumpPower = tonumber(Value.Text)
8581end
8582end)
8583
8584
8585BT.MouseButton1Click:connect(function()
8586if mousein == false then
8587local tool = Instance.new("HopperBin", game.Players.LocalPlayer.Backpack)
8588tool.BinType = "Hammer"
8589local tool = Instance.new("HopperBin", game.Players.LocalPlayer.Backpack)
8590tool.BinType = "Clone"
8591local tool = Instance.new("HopperBin", game.Players.LocalPlayer.Backpack)
8592tool.BinType = "GameTool"
8593end
8594end)
8595
8596WS.MouseButton1Click:connect(function()
8597 if mousein == false then
8598 game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = tonumber(Value.Text)
8599 end
8600end)
8601
8602
8603LOCK.MouseButton1Click:connect(function()
8604 if mousein == false then
8605local a1 = Instance.new("Model", workspace)
8606local a2 = Instance.new("Part", a1)
8607a2.CanCollide = true
8608a2.Anchored = true
8609a2.CFrame = CFrame.new(10000, 10000, 10000)
8610a2.Name = "Torso"
8611local a3 = Instance.new("Humanoid", a1)
8612a3.MaxHealth=100;a3.Health=100
8613game.Players.LocalPlayer.Character = a1
8614a3.Health=0
8615end
8616end)
8617
8618melee.MouseButton1Click:connect(function()
8619 if mousein == false then
8620local weapons = {"Crude Knife", "Sharpened stick", "Extendo mirror"}
8621 for i, v in pairs(game.ReplicatedStorage.Tools:GetChildren()) do
8622 for j, k in pairs(weapons) do
8623 if v.Name == k then
8624 v:Clone().Parent = game.Players.LocalPlayer.Backpack
8625 end
8626 end
8627 end
8628end
8629end)
8630
8631RemDoors.MouseButton1Down:connect(function()
8632game.Workspace.Doors:Destroy()
8633end)
8634
8635God.MouseButton1Down:connect(function()
8636 if mousein == false then
8637 game.Players.LocalPlayer.Character.Humanoid.Name = 1
8638local l = game.Players.LocalPlayer.Character["1"]:Clone()
8639l.Parent = game.Players.LocalPlayer.Character
8640l.Name = "Humanoid"
8641wait(0.1)
8642game.Players.LocalPlayer.Character["1"]:Destroy()
8643game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
8644game.Players.LocalPlayer.Character.Animate.Disabled = true
8645wait(0.1)
8646game.Players.LocalPlayer.Character.Animate.Disabled = false
8647game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
8648end
8649end)
8650
8651
8652
8653KillAll.MouseButton1Down:connect(function()
8654 if mousein == false then
8655
8656
8657local Player = game.Players.LocalPlayer
8658local prevCFrame = Player.Character.HumanoidRootPart.CFrame
8659for i,v in pairs(game.Players:GetChildren()) do
8660if v.Name ~= game.Players.LocalPlayer.Name then
8661if not v.Character:FindFirstChild("ForceField") then
8662local playerName = v.Name
8663local PlayerToKill = game.Players:FindFirstChild(playerName)
8664
8665
8666
8667repeat
8668if Player.Character.Humanoid.Sit == true then
8669Player.Character.Humanoid.Sit = false
8670end
8671Player.Character.HumanoidRootPart.CFrame = PlayerToKill.Character.HumanoidRootPart.CFrame
8672for h = 1,10 do
8673game.ReplicatedStorage.meleeEvent:FireServer(PlayerToKill)
8674end
8675game:GetService("RunService").RenderStepped:wait()
8676until PlayerToKill.Character.Humanoid.Health == 0 or v == nil
8677
8678Player.Character.HumanoidRootPart.CFrame = prevCFrame
8679end
8680end
8681end
8682
8683end
8684end)
8685
8686function createTag(Color, Tag)
8687
8688 for i,v in pairs(game.Teams[Tag]:GetPlayers())do
8689 if v.Character then
8690 if not v.Character.Head:FindFirstChild("ESPTag") then
8691 local BBG = Instance.new("BillboardGui")
8692 BBG.Parent = v.Character.Head
8693 BBG.Adornee = v.Character.Head
8694 BBG.Name = "ESPTag"
8695 BBG.Size = UDim2.new(2, 0, 1, 0)
8696 BBG.StudsOffset = Vector3.new(-2.5, 6, 0)
8697 BBG.AlwaysOnTop = true
8698 local text = Instance.new("TextLabel", BBG)
8699 text.Text = Tag
8700 text.Size = UDim2.new(4, 0, 8, 0)
8701 text.Position = UDim2.new(0, 0, 0, 0)
8702 text.TextScaled = true
8703 text.TextColor3 = Color
8704 text.BackgroundTransparency = 1
8705 end
8706 end
8707 end
8708end
8709
8710function removeTag()
8711 for i,v in pairs(game.Players:GetChildren())do
8712 if v.Character then
8713 if v.Character.Head:FindFirstChild("ESPTag") then
8714 v.Character.Head.ESPTag:Destroy()
8715 end
8716 end
8717 end
8718end
8719
8720ESP.MouseButton1Down:connect(function()
8721if mousein == false then
8722if ESPF == false then
8723 ESPF = true
8724 ESP.BackgroundColor3 = Color3.new(0,0,0)
8725 repeat
8726 wait()
8727
8728 createTag(Color3.new(255,0,0), "Criminals")
8729 createTag(Color3.new(0,0,255), "Guards")
8730 createTag(Color3.new(255,85,0), "Inmates")
8731 until ESPF == false
8732 removeTag()
8733else
8734 ESP.BackgroundColor3 = Color3.new(1,1,1)
8735 ESPF = false
8736end
8737end
8738end)
8739
8740
8741SuperPunch.MouseButton1Down:connect(function()
8742 if SuperPunchF == false then
8743 SuperPunchF = true
8744 SuperPunch.BackgroundColor3 = Color3.new(0,0,0)
8745 else
8746 SuperPunch.BackgroundColor3 = Color3.new(1,1,1)
8747 SuperPunchF = false
8748 end
8749
8750end)
8751
8752
8753
8754mousein = false
8755Menu.MouseLeave:connect(function()
8756 Menu:TweenSize(UDim2.new(0, 170, 0, 30), "Out", "Quad", 0.10)
8757 mousein = false
8758 wait()
8759 if mousein == false then
8760 Blackout.BackgroundTransparency = 0.7
8761 end
8762 wait()
8763 if mousein == false then
8764 Blackout.BackgroundTransparency = 1
8765 end
8766end)
8767
8768Menu.MouseEnter:connect(function()
8769 Menu:TweenSize(UDim2.new(0, 170, 0, 300), "Out", "Quad", 0.10)
8770 mousein = true
8771 wait()
8772 if mousein == true then
8773 Blackout.BackgroundTransparency = 0.9
8774 end
8775 wait()
8776 if mousein == true then
8777 Blackout.BackgroundTransparency = 0.7
8778 end
8779 wait()
8780 if mousein == true then
8781 Blackout.BackgroundTransparency = 0.5
8782 end
8783end)
8784
8785
8786Functions.MouseButton1Down:connect(function()
8787 Frame1.Visible = true
8788 Frame2.Visible = false
8789 Frame3.Visible = false
8790 Frame4.Visible = false
8791 SettingsTab = false
8792end)
8793
8794Teleports.MouseButton1Down:connect(function()
8795 Frame2.Visible = true
8796 Frame1.Visible = false
8797 Frame3.Visible = false
8798 Frame4.Visible = false
8799 SettingsTab = false
8800end)
8801Guns.MouseButton1Down:connect(function()
8802 Frame2.Visible = false
8803 Frame1.Visible = false
8804 Frame3.Visible = true
8805 Frame4.Visible = false
8806 SettingsTab = false
8807end)
8808Togglables.MouseButton1Down:connect(function()
8809 Frame2.Visible = false
8810 Frame1.Visible = false
8811 Frame3.Visible = false
8812 Frame4.Visible = true
8813 SettingsTab = false
8814end)
8815
8816Settings.MouseButton1Down:connect(function()
8817 Frame2.Visible = false
8818 Frame1.Visible = false
8819 Frame3.Visible = false
8820 Frame4.Visible = false
8821 SettingsTab = true
8822end)
8823
8824
8825
8826HeadTp.MouseButton1Down:connect(function()
8827
8828
8829
8830for i,v in pairs(game.Players:GetChildren()) do
8831if v.Name ~= game.Players.LocalPlayer.Name then
8832if v.Character then
8833v.Character.Head.Position = game.Players.LocalPlayer.Character.Torso.Position + Vector3.new(0,0,2)
8834end
8835end
8836end
8837
8838
8839
8840
8841end)
8842
8843
8844
8845
8846ArrestAura.MouseButton1Click:connect(function()
8847if ArrestAuraF == false then
8848 ArrestAuraF = true
8849 ArrestAura.BackgroundColor3 = Color3.new(0, 0, 0)
8850 repeat
8851 wait()
8852 for i = 1,10 do
8853 local arrestEvent = game.Workspace.Remote.arrest
8854 for _, plr in pairs (game:GetService('Players'):GetChildren()) do
8855 if plr.Name ~= game.Players.LocalPlayer.Name then
8856 local obj = plr.Character.HumanoidRootPart
8857 local response =arrestEvent:InvokeServer(obj)
8858 end
8859 end
8860 end
8861
8862 until ArrestAuraF == false
8863else
8864 ArrestAuraF = false
8865 ArrestAura.BackgroundColor3 = MainFrame.BackgroundColor3
8866
8867end
8868end)
8869
8870
8871--[[wait()
8872char = game.Players.LocalPlayer.CharacterAdded:wait()
8873game.Players.LocalPlayer.Character.HumanoidRootPart.Touched:connect(function(part)
8874 if NoClipF == true then
8875 part.CanCollide = false
8876 wait(1)
8877 part.CanCollide = true
8878 end
8879end)
8880
8881game.Players.LocalPlayer.Character.Humanoid.Died:connect(function()
8882 char = game.Players.LocalPlayer.CharacterAdded:wait()
8883game.Players.LocalPlayer.Character.HumanoidRootPart.Touched:connect(function(part)
8884 if NoClipF == true then
8885 part.CanCollide = false
8886 wait(1)
8887 part.CanCollide = true
8888 end
8889end)
8890end)]]
8891
8892
8893
8894
8895------------------Hotkeys---------------------
8896
8897
8898
8899
8900
8901
8902local Scooldown = false
8903
8904function punch()
8905
8906 local mainRemotes = game.ReplicatedStorage
8907 local meleeRemote = mainRemotes['meleeEvent']
8908 local mouse = game.Players.LocalPlayer:GetMouse()
8909 local punching = false
8910 Scooldown = true
8911 local part = Instance.new("Part", game.Players.LocalPlayer.Character)
8912 part.Transparency = 1
8913 part.Size = Vector3.new(5, 2, 3)
8914 part.CanCollide = false
8915 local w1 = Instance.new("Weld", part)
8916 w1.Part0 = game.Players.LocalPlayer.Character.Torso
8917 w1.Part1 = part
8918 w1.C1 = CFrame.new(0,0,2)
8919 part.Touched:connect(function(hit)
8920 if game.Players:FindFirstChild(hit.Parent.Name) then
8921 local plr = game.Players:FindFirstChild(hit.Parent.Name)
8922 if plr.Name ~= game.Players.LocalPlayer.Name then
8923 part:Destroy()
8924
8925 for i = 1,100 do
8926 meleeRemote:FireServer(plr)
8927 end
8928 end
8929 end
8930 end)
8931
8932 wait(1)
8933 Scooldown = false
8934 part:Destroy()
8935end
8936
8937
8938Mouse.KeyDown:connect(function(key)
8939 if SuperPunchF == true then
8940if Scooldown == false then
8941if key:lower() == "f" then
8942
8943punch()
8944
8945end
8946end
8947end
8948end)
8949
8950
8951print("hi")
8952hotkeypos = 0
8953for i,v in pairs(Frame4:GetChildren())do
8954 local HotkeyFrame = Hotkey1:Clone()
8955 HotkeyFrame.Name = v.Name
8956 HotkeyFrame.Parent = Hotkeys
8957 HotkeyFrame.Position = UDim2.new(0,0,0, hotkeypos)
8958 HotkeyFrame.HotkeyLabel.Text = v.Name.." Hotkey:"
8959 hotkeypos = hotkeypos+50
8960 HotkeyFrame.Hotkey.FocusLost:connect(function(pressed)
8961 if pressed then
8962
8963 Notify("Error", "The "..v.Name.." hotkey is invalid.", "Ok. ;(")
8964
8965 end
8966 end)
8967
8968end
8969
8970
8971UserInputService.InputBegan:connect(function(Input, Processed)
8972
8973if Input.UserInputType == Enum.UserInputType.Keyboard then
8974 print("1")
8975if focus == false then
8976 print("2")
8977if Hotkeys["Noclip"].Hotkey.Text ~= "" then
8978if Input.KeyCode == Enum.KeyCode[Hotkeys["Noclip"].Hotkey.Text:upper()] then
8979 if not game.Players.LocalPlayer.Character:FindFirstChild("ForceField") then
8980 print("im working")
8981 if NoClipF == false then
8982 NoClipF = true
8983 Noclip.BackgroundColor3 = Color3.new(0, 0, 0)
8984 repeat
8985 game.Players.LocalPlayer.Character.Humanoid:ChangeState(11);
8986 wait()
8987 until NoClipF == false
8988 else
8989 NoClipF = false
8990 Noclip.BackgroundColor3 = MainFrame.BackgroundColor3
8991 end
8992 end
8993
8994end
8995end
8996
8997
8998if Hotkeys["Click Tp"].Hotkey.Text ~= "" then
8999if Input.KeyCode == Enum.KeyCode[Hotkeys["Click Tp"].Hotkey.Text:upper()] then
9000if ctpF == false then
9001 ctpF = true
9002 ClickTp.BackgroundColor3 = Color3.new(0, 0, 0)
9003else
9004 ctpF = false
9005 ClickTp.BackgroundColor3 = MainFrame.BackgroundColor3
9006end
9007end
9008end
9009
9010if Hotkeys["ESP"].Hotkey.Text ~= "" then
9011if Input.KeyCode == Enum.KeyCode[Hotkeys["ESP"].Hotkey.Text:upper()] then
9012if ESPF == false then
9013 ESPF = true
9014 ESP.BackgroundColor3 = Color3.new(0,0,0)
9015 repeat
9016 wait()
9017
9018 createTag(Color3.new(255,0,0), "Criminals")
9019 createTag(Color3.new(0,0,255), "Guards")
9020 createTag(Color3.new(255,85,0), "Inmates")
9021 until ESPF == false
9022 removeTag()
9023else
9024 ESP.BackgroundColor3 = Color3.new(1,1,1)
9025 ESPF = false
9026end
9027end
9028end
9029
9030if Hotkeys["Airwalk"].Hotkey.Text ~= "" then
9031if Input.KeyCode == Enum.KeyCode[Hotkeys["Airwalk"].Hotkey.Text:upper()] then
9032if ArrestF == false then
9033 ArrestF = true
9034 LA.BackgroundColor3 = Color3.new(0, 0, 0)
9035 repeat
9036 wait()
9037 game.Players.LocalPlayer.Character.Humanoid:ChangeState(10);
9038 until ArrestF == false
9039
9040else
9041 ArrestF = false
9042 LA.BackgroundColor3 = MainFrame.BackgroundColor3
9043end
9044end
9045end
9046
9047
9048if Hotkeys["Arrest Aura"].Hotkey.Text ~= "" then
9049if Input.KeyCode == Enum.KeyCode[Hotkeys["Arrest Aura"].Hotkey.Text:upper()] then
9050if ArrestAuraF == false then
9051 ArrestAuraF = true
9052 ArrestAura.BackgroundColor3 = Color3.new(0, 0, 0)
9053 repeat
9054 wait()
9055 for i = 1,10 do
9056 local arrestEvent = game.Workspace.Remote.arrest
9057 for _, plr in pairs (game:GetService('Players'):GetChildren()) do
9058 if plr.Name ~= game.Players.LocalPlayer.Name then
9059 local obj = plr.Character.HumanoidRootPart
9060 local response =arrestEvent:InvokeServer(obj)
9061 end
9062 end
9063 end
9064
9065 until ArrestAuraF == false
9066else
9067 ArrestAuraF = false
9068 ArrestAura.BackgroundColor3 = MainFrame.BackgroundColor3
9069
9070end
9071end
9072end
9073
9074if Hotkeys["KillAura"].Hotkey.Text ~= "" then
9075if Input.KeyCode == Enum.KeyCode[Hotkeys["KillAura"].Hotkey.Text:upper()] then
9076if killAuraF == false then
9077 killAuraF = true
9078 KillAura.BackgroundColor3 = Color3.new(0, 0, 0)
9079 repeat
9080
9081 wait()
9082 for i, plr in pairs(game.Players:GetChildren()) do
9083 if plr.Name ~= game.Players.LocalPlayer.Name and killAuraF == true then
9084 for i = 1,5 do
9085 game.ReplicatedStorage.meleeEvent:FireServer(plr)
9086 end
9087 end
9088 end
9089
9090 until killAuraF == false
9091
9092 else
9093 killAuraF = false
9094 KillAura.BackgroundColor3 = MainFrame.BackgroundColor3
9095end
9096end
9097end
9098
9099if Hotkeys["Taser Bypass"].Hotkey.Text ~= "" then
9100if Input.KeyCode == Enum.KeyCode[Hotkeys["Bypass Taser"].Hotkey.Text:upper()] then
9101if game.Players.LocalPlayer.Character:FindFirstChild("ClientInputHandler") then
9102if game.Players.LocalPlayer.Character:FindFirstChild("ClientInputHandler").Disabled == true then
9103 game.Players.LocalPlayer.Character:FindFirstChild("ClientInputHandler").Disabled = false
9104 BypassF = false
9105 BPT.BackgroundColor3 = Color3.new(0, 0, 0)
9106else
9107 game.Players.LocalPlayer.Character:FindFirstChild("ClientInputHandler").Disabled = true
9108 BPT.BackgroundColor3 = MainFrame.BackgroundColor3
9109 BypassF = true
9110end
9111else
9112Notify("Error", "ClientInputHandler not found!", "Ok ;(")
9113
9114end
9115
9116end
9117
9118
9119end
9120
9121
9122
9123end
9124
9125if Hotkeys["Super Punch"].Hotkey.Text ~= nil then
9126 if Input.KeyCode == Enum.KeyCode[Hotkeys["Super Punch"].Hotkey.Text:upper()] then
9127 if SuperPunchF == true then
9128 SuperPunchF = false
9129 SuperPunch.BackgroundColor3 = Color3.new(1,1,1)
9130 else
9131 SuperPunch.BackgroundColor3 = Color3.new(0,0,0)
9132 SuperPunchF = true
9133 end
9134 end
9135end
9136
9137end
9138
9139
9140
9141
9142end)
9143
9144
9145
9146
9147
9148
9149
9150
9151
9152
9153
9154
9155-------------------------------------------
9156
9157Tp1.MouseButton1Down:connect(function()
9158 if mousein == false then
9159 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Tp1P
9160 end
9161end)
9162
9163Tp2.MouseButton1Down:connect(function()
9164 if mousein == false then
9165 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Tp2P
9166 end
9167end)
9168Tp3.MouseButton1Down:connect(function()
9169 if mousein == false then
9170 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Tp3P
9171 end
9172end)
9173Tp4.MouseButton1Down:connect(function()
9174
9175 if mousein == false then
9176 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Tp4P
9177 end
9178end)
9179Tp5.MouseButton1Down:connect(function()
9180 if mousein == false then
9181 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Tp5P
9182 end
9183end)
9184Tp6.MouseButton1Down:connect(function()
9185 if mousein == false then
9186 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Tp6P
9187 end
9188end)
9189Tp8.MouseButton1Down:connect(function()
9190 if mousein == false then
9191 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Tp8P
9192 end
9193
9194end)
9195Tp9.MouseButton1Down:connect(function()
9196 if mousein == false then
9197 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[Player.Text].Character.HumanoidRootPart.CFrame
9198 end
9199end)
9200Tp10.MouseButton1Down:connect(function()
9201 if mousein == false then
9202 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Tp9P
9203 end
9204end)
9205
9206
9207
9208
9209
9210 game.Players.LocalPlayer.CharacterAdded:connect(function()
9211 game.Players.LocalPlayer.Character.Humanoid.Died:connect(function()
9212 game.Players.LocalPlayer.Character:WaitForChild("ClientInputHandler").Disabled = BypassF
9213 end)
9214 end)
9215
9216
9217
9218
9219
9220Mouse.Button1Down:connect(function()
9221if ctpF == true then
9222LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Mouse.Hit.p)
9223end
9224end)
9225
9226
9227open = false
9228Open.MouseButton1Down:connect(function()
9229 if open == false then
9230 Topbar.Visible = true
9231 open = true
9232 Open.Text = "Close"
9233 else
9234 Topbar.Visible = false
9235 open = false
9236 Open.Text = "Open"
9237 end
9238end)
9239
9240
9241
9242
9243
9244
9245
9246
9247
9248
9249
9250TeamC1.MouseButton1Down:connect(function()
9251if mousein == false then
9252local prevposition = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
9253wait(0.1)
9254game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-975, 112, 2055)
9255wait(0.5)
9256game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = prevposition
9257end
9258end)
9259
9260TeamC2.MouseButton1Down:connect(function()
9261 if mousein == false then
9262 workspace.Remote.TeamEvent:FireServer("Bright blue")
9263 end
9264end)
9265
9266TeamC3.MouseButton1Down:connect(function()
9267 if mousein == false then
9268 workspace.Remote.TeamEvent:FireServer("Bright orange")
9269 end
9270end)
9271
9272ArrestPlr.MouseButton1Down:connect(function()
9273 if mousein == false then
9274local target
9275if SN(PlayerNameBox.Text) ~= nil then
9276target = game.Players:FindFirstChild(SN(PlayerNameBox.Text))
9277
9278end
9279
9280
9281if target ~= nil then
9282
9283local Player = game.Players.LocalPlayer
9284local prevPos = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
9285for i,v in pairs(game.Teams.Criminals:GetPlayers()) do
9286if v.Name:lower() == target.Name:lower() then
9287local i = 5
9288 repeat
9289 wait()
9290 i = i-1
9291 if Player.Character.Humanoid.Sit == true then
9292 Player.Character.Humanoid.Sit = false
9293 end
9294 game.Workspace.Remote.arrest:InvokeServer(v.Character.HumanoidRootPart)
9295 Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
9296 until i == 0
9297 Player.Character.HumanoidRootPart.CFrame = prevPos
9298end
9299end
9300else
9301 Notify("Error", "Player isnt in game.", "Ok.")
9302end
9303end
9304
9305end)
9306
9307
9308KillPlr.MouseButton1Down:connect(function()
9309if mousein == false then
9310local target
9311if SN(PlayerNameBox.Text) ~= nil then
9312target = game.Players:FindFirstChild(SN(PlayerNameBox.Text))
9313end
9314
9315
9316
9317
9318
9319
9320
9321
9322
9323
9324
9325
9326
9327
9328
9329
9330
9331
9332
9333
9334
9335
9336
9337
9338
9339
9340
9341
9342
9343
9344
9345
9346if target ~= nil then
9347local Player = game.Players.LocalPlayer
9348for i,v in pairs(game.Players:GetChildren()) do
9349if v.Name == target.Name then
9350if not v.Character:FindFirstChild("ForceField") then
9351
9352local PlayerToKill = game.Players:FindFirstChild(target.Name)
9353local prevCFrame = Player.Character.HumanoidRootPart.CFrame
9354
9355
9356repeat
9357Player.Character.HumanoidRootPart.CFrame = PlayerToKill.Character.HumanoidRootPart.CFrame
9358for h = 1,10 do
9359game.ReplicatedStorage.meleeEvent:FireServer(PlayerToKill)
9360end
9361wait()
9362until PlayerToKill.Character.Humanoid.Health == 0 or v == nil
9363wait()
9364Player.Character.HumanoidRootPart.CFrame = prevCFrame
9365end
9366end
9367end
9368else
9369Notify("Error", "Player isnt in game.", "Ok.")
9370end
9371end
9372end)
9373
9374local function getclass(t)
9375 for i,v in pairs(t:GetChildren()) do
9376 if v.ClassName == "TextBox" then
9377 v.Focused:connect(function()
9378
9379 print("3")
9380 end)
9381 v.FocusLost:connect(function()
9382 focused = false
9383
9384 end)
9385 end
9386 getclass(v)
9387 end
9388end
9389
9390
9391
9392
9393labelPos = 0
9394function resetPlayerList()
9395 wait(1)
9396 Players:ClearAllChildren()
9397 labelPos = 0
9398for i,v in pairs(game.Players:GetChildren())do
9399 if v.Name ~= game.Players.LocalPlayer.Name then
9400 local label = Instance.new("TextButton", Players)
9401 label.Text = v.Name
9402 label.Size = UDim2.new(0, 140, 0, 35)
9403 label.Position = UDim2.new(0, 0, 0, labelPos)
9404 label.TextScaled = true
9405 label.BackgroundColor3 = Color3.new(1,1,1)
9406 labelPos = labelPos+35
9407 Players.CanvasSize = UDim2.new(0, 0, 0, labelPos)
9408 label.MouseButton1Down:connect(function()
9409 Player.Text = label.Text
9410 end)
9411 end
9412end
9413end
9414
9415
9416
9417
9418
9419
9420
9421
9422resetPlayerList()
9423game.Players.PlayerAdded:connect(function()
9424 resetPlayerList()
9425end)
9426game.Players.PlayerRemoving:connect(function()
9427 wait(1)
9428 resetPlayerList()
9429end)
9430
9431
9432
9433
9434Ak47.MouseButton1Down:connect(function()
9435 if mousein == false then
9436 local Weapon = {"AK-47"}
9437for i,v in pairs(workspace.Prison_ITEMS.giver:GetChildren()) do
9438if v.Name == Weapon[1] then
9439local lol = workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
9440end
9441end
9442end
9443end)
9444M4A1.MouseButton1Down:connect(function()
9445 if mousein == false then
9446 local Weapon = {"M4A1"}
9447for i,v in pairs(workspace.Prison_ITEMS.giver:GetChildren()) do
9448if v.Name == Weapon[1] then
9449local lol = workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
9450end
9451end
9452end
9453end)
9454M9.MouseButton1Down:connect(function()
9455if mousein == false then
9456 local Weapon = {"M9"}
9457for i,v in pairs(workspace.Prison_ITEMS.giver:GetChildren()) do
9458if v.Name == Weapon[1] then
9459local lol = workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
9460end
9461end
9462end
9463end)
9464Shotgun.MouseButton1Down:connect(function()
9465 if mousein == false then
9466 local Weapon = {"Remington 870"}
9467for i,v in pairs(workspace.Prison_ITEMS.giver:GetChildren()) do
9468if v.Name == Weapon[1] then
9469local lol = workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
9470end
9471end
9472end
9473end)
9474
9475Knife.MouseButton1Down:connect(function()
9476for i,v in pairs(workspace.Prison_ITEMS.giver:GetChildren()) do
9477
9478local lol = workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
9479
9480end
9481end)
9482
9483melee.MouseButton1Down:connect(function()
9484 if mousein == false then
9485for i,v in pairs(workspace.Prison_ITEMS.single:GetChildren()) do
9486
9487local lol = workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
9488end
9489end
9490end)
9491
9492
9493LoginButton.MouseButton1Down:connect(function()
9494 LoginScreen:Destroy()
9495 Notify("Loading...", "Be patient.", ">:(")
9496 wait(math.random(2,3))
9497
9498 Open.Visible = true
9499 open = false
9500 for i = 1,10 do
9501 print("WRECK THE GAME!")
9502 end
9503Notify("Loaded!", "You can start wrecking the game now!", "Cool!")
9504end)
9505
9506getclass(PrisonLife)
9507LoginScreen.Parent = PrisonLife
9508Notify("Launcher Loaded!", "Press login to start wrecking the game!", "Cool!")
9509end)
9510
9511Remote.Name = "Remote"
9512Remote.Parent = MainGUI
9513Remote.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
9514Remote.BorderSizePixel = 0
9515Remote.Position = UDim2.new(0.333333373, 0, 0.535433054, 0)
9516Remote.Size = UDim2.new(0, 119, 0, 31)
9517Remote.Font = Enum.Font.GothamBlack
9518Remote.Text = "RemoteSpy"
9519Remote.TextColor3 = Color3.new(1, 1, 1)
9520Remote.TextScaled = true
9521Remote.TextSize = 14
9522Remote.TextWrapped = true
9523Remote.MouseButton1Click:Connect(function()
9524 --Settings:
9525
9526local RemoteIgnores = {
9527 ["RemoteFunction"] = true;
9528 ["RemoteEvent"] = true;
9529 ["BindableFunction"] = false;
9530 ["BindableEvent"] = false;
9531}
9532
9533------------------------------------------
9534
9535local MrSpyV2RebugKurokkusGhost = Instance.new("ScreenGui")
9536local Hub = Instance.new("TextButton")
9537local Main = Instance.new("Frame")
9538local BG = Instance.new("ImageLabel")
9539local ShadowHolder = Instance.new("Frame")
9540local Shadow = Instance.new("ImageLabel")
9541local Shadow_2 = Instance.new("ImageLabel")
9542local Shadow_3 = Instance.new("ImageLabel")
9543local Animate = Instance.new("Frame")
9544local Texture = Instance.new("ImageLabel")
9545local Texture2 = Instance.new("ImageLabel")
9546local Texture3 = Instance.new("ImageLabel")
9547local Texture4 = Instance.new("ImageLabel")
9548local TabsFolder = Instance.new("Frame")
9549local Output = Instance.new("Frame")
9550local OutputWindow = Instance.new("ScrollingFrame")
9551local R2S = Instance.new("Frame")
9552local Warning = Instance.new("Frame")
9553local Logo = Instance.new("ImageLabel")
9554local Shadow_4 = Instance.new("ImageLabel")
9555local Shadow_5 = Instance.new("ImageLabel")
9556local Shadow_6 = Instance.new("ImageLabel")
9557local WarningLabel = Instance.new("TextLabel")
9558local Shadow_7 = Instance.new("TextLabel")
9559local Shadow_8 = Instance.new("TextLabel")
9560local Shadow_9 = Instance.new("TextLabel")
9561local Window = Instance.new("Frame")
9562local ScriptWindow = Instance.new("ScrollingFrame")
9563local RemoteScript = Instance.new("TextLabel")
9564local CopyClip = Instance.new("TextButton")
9565local Shadow_10 = Instance.new("Frame")
9566local Shadow_11 = Instance.new("Frame")
9567local Shadow_12 = Instance.new("Frame")
9568local CopyText = Instance.new("TextLabel")
9569local BG_2 = Instance.new("TextLabel")
9570local BG_3 = Instance.new("TextLabel")
9571local BG_4 = Instance.new("TextLabel")
9572local Remotes = Instance.new("ScrollingFrame")
9573local Explorer = Instance.new("Frame")
9574local Warning_2 = Instance.new("Frame")
9575local Logo_2 = Instance.new("ImageLabel")
9576local Shadow_13 = Instance.new("ImageLabel")
9577local Shadow_14 = Instance.new("ImageLabel")
9578local Shadow_15 = Instance.new("ImageLabel")
9579local WarningLabel_2 = Instance.new("TextLabel")
9580local Shadow_16 = Instance.new("TextLabel")
9581local Shadow_17 = Instance.new("TextLabel")
9582local Shadow_18 = Instance.new("TextLabel")
9583local Window_2 = Instance.new("Frame")
9584local ExplorerWindow = Instance.new("ScrollingFrame")
9585local Shadow_19 = Instance.new("Frame")
9586local Shadow_20 = Instance.new("Frame")
9587local Shadow_21 = Instance.new("Frame")
9588local Shadow_22 = Instance.new("Frame")
9589local Title = Instance.new("TextLabel")
9590local Credits = Instance.new("TextLabel")
9591local Icon = Instance.new("ImageLabel")
9592local Exit = Instance.new("ImageButton")
9593local ShadowHolder_2 = Instance.new("Frame")
9594local Shadow_23 = Instance.new("ImageLabel")
9595local Shadow_24 = Instance.new("ImageLabel")
9596local Shadow_25 = Instance.new("ImageLabel")
9597local Tabs = Instance.new("Frame")
9598local TabLine = Instance.new("Frame")
9599local Remotes_2 = Instance.new("TextButton")
9600local Spys = Instance.new("Frame")
9601local Spyer = Instance.new("ImageButton")
9602local Shadow_26 = Instance.new("ImageLabel")
9603local Shadow_27 = Instance.new("ImageLabel")
9604local Shadow_28 = Instance.new("ImageLabel")
9605local Words = Instance.new("TextLabel")
9606local Output_2 = Instance.new("TextButton")
9607local ClearHolder = Instance.new("Frame")
9608local Clear = Instance.new("ImageButton")
9609local Shadow_29 = Instance.new("ImageLabel")
9610local Shadow_30 = Instance.new("ImageLabel")
9611local Shadow_31 = Instance.new("ImageLabel")
9612local TextLabel = Instance.new("TextLabel")
9613local Explorer_2 = Instance.new("TextButton")
9614local R2S_2 = Instance.new("TextButton")
9615local Holder = Instance.new("Frame")
9616local Icon_2 = Instance.new("Frame")
9617local IconMap = Instance.new("ImageLabel")
9618local RemoteGrid = Instance.new("UIGridLayout")
9619local RemoteTemplate = Instance.new("Frame")
9620local Icon_3 = Instance.new("Frame")
9621local IconMap_2 = Instance.new("ImageLabel")
9622local RemoteName = Instance.new("TextLabel")
9623local Spy = Instance.new("TextButton")
9624local Shadow_32 = Instance.new("Frame")
9625local Shadow_33 = Instance.new("Frame")
9626local Shadow_34 = Instance.new("Frame")
9627local View = Instance.new("TextButton")
9628local Shadow_35 = Instance.new("Frame")
9629local Shadow_36 = Instance.new("Frame")
9630local Shadow_37 = Instance.new("Frame")
9631local ExplorerTemplate = Instance.new("Frame")
9632local Arrow = Instance.new("Frame")
9633local Open = Instance.new("TextButton")
9634local IconMap_3 = Instance.new("ImageLabel")
9635local Icon_4 = Instance.new("Frame")
9636local IconMap_4 = Instance.new("ImageLabel")
9637local InstanceName = Instance.new("TextLabel")
9638local Open_2 = Instance.new("TextButton")
9639local Holder_2 = Instance.new("Frame")
9640local BG_5 = Instance.new("Frame")
9641local RemoteOutputTemplate = Instance.new("Frame")
9642local Icon_5 = Instance.new("Frame")
9643local IconMap_5 = Instance.new("ImageLabel")
9644local RemoteName_2 = Instance.new("TextLabel")
9645local R2S_3 = Instance.new("TextButton")
9646local Shadow_38 = Instance.new("Frame")
9647local Shadow_39 = Instance.new("Frame")
9648local Shadow_40 = Instance.new("Frame")
9649--Properties:
9650MrSpyV2RebugKurokkusGhost.Name = "Mr.Spy V2 - Rebug/KurokkusGhost"
9651MrSpyV2RebugKurokkusGhost.Parent = game:GetService("Players").LocalPlayer:WaitForChild("PlayerGui")
9652MrSpyV2RebugKurokkusGhost.ResetOnSpawn = false
9653
9654Hub.Name = "Hub"
9655Hub.Parent = MrSpyV2RebugKurokkusGhost
9656Hub.AnchorPoint = Vector2.new(0.5, 0.5)
9657Hub.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
9658Hub.BorderSizePixel = 0
9659Hub.Position = UDim2.new(0.5, 0, 0.349999994, 0)
9660Hub.Size = UDim2.new(0, 550, 0, 50)
9661Hub.ZIndex = 10
9662Hub.AutoButtonColor = false
9663Hub.Font = Enum.Font.SourceSans
9664Hub.Text = ""
9665Hub.TextColor3 = Color3.new(0, 0, 0)
9666Hub.TextSize = 14
9667
9668Main.Name = "Main"
9669Main.Parent = Hub
9670Main.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
9671Main.BackgroundTransparency = 1
9672Main.BorderSizePixel = 0
9673Main.Position = UDim2.new(0, 0, 1, 0)
9674Main.Size = UDim2.new(1, 50, 0, 300)
9675Main.ZIndex = 5
9676
9677BG.Name = "BG"
9678BG.Parent = Main
9679BG.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
9680BG.BackgroundTransparency = 1
9681BG.Position = UDim2.new(0, 0, 0, -25)
9682BG.Size = UDim2.new(1, 0, 1, 25)
9683BG.ZIndex = 5
9684BG.Image = "rbxassetid://2052866575"
9685BG.ImageColor3 = Color3.new(0.137255, 0.137255, 0.137255)
9686BG.ScaleType = Enum.ScaleType.Slice
9687BG.SliceCenter = Rect.new(8, 8, 8, 8)
9688
9689ShadowHolder.Name = "ShadowHolder"
9690ShadowHolder.Parent = BG
9691ShadowHolder.BackgroundColor3 = Color3.new(1, 1, 1)
9692ShadowHolder.BackgroundTransparency = 1
9693ShadowHolder.ClipsDescendants = true
9694ShadowHolder.Position = UDim2.new(0, 0, 0, 25)
9695ShadowHolder.Size = UDim2.new(1, 100, 1, 100)
9696
9697Shadow.Name = "Shadow"
9698Shadow.Parent = ShadowHolder
9699Shadow.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
9700Shadow.BackgroundTransparency = 1
9701Shadow.Position = UDim2.new(0, 1, 0, -24)
9702Shadow.Size = UDim2.new(1, -100, 1, -100)
9703Shadow.ZIndex = 4
9704Shadow.Image = "rbxassetid://2052866575"
9705Shadow.ImageColor3 = Color3.new(0, 0, 0)
9706Shadow.ImageTransparency = 0.85000002384186
9707Shadow.ScaleType = Enum.ScaleType.Slice
9708Shadow.SliceCenter = Rect.new(8, 8, 8, 8)
9709
9710Shadow_2.Name = "Shadow"
9711Shadow_2.Parent = ShadowHolder
9712Shadow_2.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
9713Shadow_2.BackgroundTransparency = 1
9714Shadow_2.Position = UDim2.new(0, 2, 0, -23)
9715Shadow_2.Size = UDim2.new(1, -100, 1, -100)
9716Shadow_2.ZIndex = 4
9717Shadow_2.Image = "rbxassetid://2052866575"
9718Shadow_2.ImageColor3 = Color3.new(0, 0, 0)
9719Shadow_2.ImageTransparency = 0.85000002384186
9720Shadow_2.ScaleType = Enum.ScaleType.Slice
9721Shadow_2.SliceCenter = Rect.new(8, 8, 8, 8)
9722
9723Shadow_3.Name = "Shadow"
9724Shadow_3.Parent = ShadowHolder
9725Shadow_3.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
9726Shadow_3.BackgroundTransparency = 1
9727Shadow_3.Position = UDim2.new(0, 3, 0, -22)
9728Shadow_3.Size = UDim2.new(1, -100, 1, -100)
9729Shadow_3.ZIndex = 4
9730Shadow_3.Image = "rbxassetid://2052866575"
9731Shadow_3.ImageColor3 = Color3.new(0, 0, 0)
9732Shadow_3.ImageTransparency = 0.85000002384186
9733Shadow_3.ScaleType = Enum.ScaleType.Slice
9734Shadow_3.SliceCenter = Rect.new(8, 8, 8, 8)
9735
9736Animate.Name = "Animate"
9737Animate.Parent = Main
9738Animate.BackgroundColor3 = Color3.new(0.156863, 0.176471, 0.184314)
9739Animate.BackgroundTransparency = 1
9740Animate.BorderSizePixel = 0
9741Animate.ClipsDescendants = true
9742Animate.Size = UDim2.new(1, 0, 1, 0)
9743
9744Texture.Name = "Texture"
9745Texture.Parent = Animate
9746Texture.BackgroundColor3 = Color3.new(1, 1, 1)
9747Texture.BackgroundTransparency = 1
9748Texture.BorderSizePixel = 0
9749Texture.Position = UDim2.new(0.00333333341, 0, 0.00999999978, 0)
9750Texture.Size = UDim2.new(2, 0, 2, 0)
9751Texture.ZIndex = 6
9752Texture.Image = "rbxassetid://922275274"
9753Texture.ImageColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
9754Texture.ImageTransparency = 0.5
9755Texture.ScaleType = Enum.ScaleType.Tile
9756Texture.TileSize = UDim2.new(0, 50, 0, 50)
9757
9758Texture2.Name = "Texture2"
9759Texture2.Parent = Animate
9760Texture2.BackgroundColor3 = Color3.new(1, 1, 1)
9761Texture2.BackgroundTransparency = 1
9762Texture2.BorderSizePixel = 0
9763Texture2.Position = UDim2.new(2, 0, 2, 0)
9764Texture2.Size = UDim2.new(2, 0, 2, 0)
9765Texture2.ZIndex = 6
9766Texture2.Image = "rbxassetid://922275274"
9767Texture2.ImageColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
9768Texture2.ImageTransparency = 0.5
9769Texture2.ScaleType = Enum.ScaleType.Tile
9770Texture2.TileSize = UDim2.new(0, 50, 0, 50)
9771
9772Texture3.Name = "Texture3"
9773Texture3.Parent = Animate
9774Texture3.BackgroundColor3 = Color3.new(1, 1, 1)
9775Texture3.BackgroundTransparency = 1
9776Texture3.BorderSizePixel = 0
9777Texture3.Position = UDim2.new(0, 0, 2, 0)
9778Texture3.Size = UDim2.new(2, 0, 2, 0)
9779Texture3.ZIndex = 6
9780Texture3.Image = "rbxassetid://922275274"
9781Texture3.ImageColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
9782Texture3.ImageTransparency = 0.5
9783Texture3.ScaleType = Enum.ScaleType.Tile
9784Texture3.TileSize = UDim2.new(0, 50, 0, 50)
9785
9786Texture4.Name = "Texture4"
9787Texture4.Parent = Animate
9788Texture4.BackgroundColor3 = Color3.new(1, 1, 1)
9789Texture4.BackgroundTransparency = 1
9790Texture4.BorderSizePixel = 0
9791Texture4.Position = UDim2.new(2, 0, 0, 0)
9792Texture4.Size = UDim2.new(2, 0, 2, 0)
9793Texture4.ZIndex = 6
9794Texture4.Image = "rbxassetid://922275274"
9795Texture4.ImageColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
9796Texture4.ImageTransparency = 0.5
9797Texture4.ScaleType = Enum.ScaleType.Tile
9798Texture4.TileSize = UDim2.new(0, 50, 0, 50)
9799
9800TabsFolder.Name = "TabsFolder"
9801TabsFolder.Parent = Main
9802TabsFolder.BackgroundColor3 = Color3.new(1, 1, 1)
9803TabsFolder.BackgroundTransparency = 1
9804TabsFolder.ClipsDescendants = true
9805TabsFolder.Size = UDim2.new(1, 0, 1, 0)
9806
9807Output.Name = "Output"
9808Output.Parent = TabsFolder
9809Output.BackgroundColor3 = Color3.new(1, 1, 1)
9810Output.BackgroundTransparency = 1
9811Output.Position = UDim2.new(1, 0, 0, 0)
9812Output.Size = UDim2.new(1, 0, 1, 0)
9813
9814OutputWindow.Name = "OutputWindow"
9815OutputWindow.Parent = Output
9816OutputWindow.BackgroundColor3 = Color3.new(1, 1, 1)
9817OutputWindow.BackgroundTransparency = 1
9818OutputWindow.BorderSizePixel = 0
9819OutputWindow.Size = UDim2.new(1, 0, 1, 0)
9820OutputWindow.ZIndex = 7
9821OutputWindow.BottomImage = "rbxassetid://2504831909"
9822OutputWindow.CanvasSize = UDim2.new(0, 0, 0, 0)
9823OutputWindow.MidImage = "rbxassetid://2504831909"
9824OutputWindow.ScrollBarThickness = 6
9825OutputWindow.TopImage = "rbxassetid://2504831909"
9826
9827R2S.Name = "R2S"
9828R2S.Parent = TabsFolder
9829R2S.BackgroundColor3 = Color3.new(1, 1, 1)
9830R2S.BackgroundTransparency = 1
9831R2S.Position = UDim2.new(3, 0, 0, 0)
9832R2S.Size = UDim2.new(1, 0, 1, 0)
9833
9834Warning.Name = "Warning"
9835Warning.Parent = R2S
9836Warning.BackgroundColor3 = Color3.new(1, 1, 1)
9837Warning.BackgroundTransparency = 1
9838Warning.Size = UDim2.new(1, 0, 1, 0)
9839
9840Logo.Name = "Logo"
9841Logo.Parent = Warning
9842Logo.AnchorPoint = Vector2.new(0.5, 0)
9843Logo.BackgroundColor3 = Color3.new(1, 1, 1)
9844Logo.BackgroundTransparency = 1
9845Logo.Position = UDim2.new(0.5, 0, 0.125, 0)
9846Logo.Size = UDim2.new(0, 150, 0, 150)
9847Logo.ZIndex = 7
9848Logo.Image = "rbxassetid://2512823206"
9849
9850Shadow_4.Name = "Shadow"
9851Shadow_4.Parent = Logo
9852Shadow_4.BackgroundColor3 = Color3.new(1, 1, 1)
9853Shadow_4.BackgroundTransparency = 1
9854Shadow_4.Position = UDim2.new(0, 1, 0, 1)
9855Shadow_4.Size = UDim2.new(1, 0, 1, 0)
9856Shadow_4.ZIndex = 6
9857Shadow_4.Image = "rbxassetid://2512823206"
9858Shadow_4.ImageColor3 = Color3.new(0, 0, 0)
9859Shadow_4.ImageTransparency = 0.80000001192093
9860
9861Shadow_5.Name = "Shadow"
9862Shadow_5.Parent = Logo
9863Shadow_5.BackgroundColor3 = Color3.new(1, 1, 1)
9864Shadow_5.BackgroundTransparency = 1
9865Shadow_5.Position = UDim2.new(0, 2, 0, 2)
9866Shadow_5.Size = UDim2.new(1, 0, 1, 0)
9867Shadow_5.ZIndex = 6
9868Shadow_5.Image = "rbxassetid://2512823206"
9869Shadow_5.ImageColor3 = Color3.new(0, 0, 0)
9870Shadow_5.ImageTransparency = 0.80000001192093
9871
9872Shadow_6.Name = "Shadow"
9873Shadow_6.Parent = Logo
9874Shadow_6.BackgroundColor3 = Color3.new(1, 1, 1)
9875Shadow_6.BackgroundTransparency = 1
9876Shadow_6.Position = UDim2.new(0, 3, 0, 3)
9877Shadow_6.Size = UDim2.new(1, 0, 1, 0)
9878Shadow_6.ZIndex = 6
9879Shadow_6.Image = "rbxassetid://2512823206"
9880Shadow_6.ImageColor3 = Color3.new(0, 0, 0)
9881Shadow_6.ImageTransparency = 0.80000001192093
9882
9883WarningLabel.Name = "WarningLabel"
9884WarningLabel.Parent = Warning
9885WarningLabel.AnchorPoint = Vector2.new(0.5, 1)
9886WarningLabel.BackgroundColor3 = Color3.new(1, 1, 1)
9887WarningLabel.BackgroundTransparency = 1
9888WarningLabel.Position = UDim2.new(0.5, 0, 0.899999976, 0)
9889WarningLabel.Size = UDim2.new(0.800000012, 0, 0.200000003, 0)
9890WarningLabel.ZIndex = 7
9891WarningLabel.Font = Enum.Font.SourceSansBold
9892WarningLabel.Text = "Please make sure you have selected a remote in the output to convert into a script"
9893WarningLabel.TextColor3 = Color3.new(1, 0.8, 0.301961)
9894WarningLabel.TextScaled = true
9895WarningLabel.TextSize = 30
9896WarningLabel.TextWrapped = true
9897
9898Shadow_7.Name = "Shadow"
9899Shadow_7.Parent = WarningLabel
9900Shadow_7.BackgroundColor3 = Color3.new(1, 1, 1)
9901Shadow_7.BackgroundTransparency = 1
9902Shadow_7.Position = UDim2.new(0, 1, 0, 1)
9903Shadow_7.Size = UDim2.new(1, 0, 1, 0)
9904Shadow_7.ZIndex = 6
9905Shadow_7.Font = Enum.Font.SourceSansBold
9906Shadow_7.Text = "Please make sure you have selected a remote in the output to convert into a script"
9907Shadow_7.TextColor3 = Color3.new(0, 0, 0)
9908Shadow_7.TextScaled = true
9909Shadow_7.TextSize = 30
9910Shadow_7.TextTransparency = 0.80000001192093
9911Shadow_7.TextWrapped = true
9912
9913Shadow_8.Name = "Shadow"
9914Shadow_8.Parent = WarningLabel
9915Shadow_8.BackgroundColor3 = Color3.new(1, 1, 1)
9916Shadow_8.BackgroundTransparency = 1
9917Shadow_8.Position = UDim2.new(0, 2, 0, 2)
9918Shadow_8.Size = UDim2.new(1, 0, 1, 0)
9919Shadow_8.ZIndex = 6
9920Shadow_8.Font = Enum.Font.SourceSansBold
9921Shadow_8.Text = "Please make sure you have selected a remote in the output to convert into a script"
9922Shadow_8.TextColor3 = Color3.new(0, 0, 0)
9923Shadow_8.TextScaled = true
9924Shadow_8.TextSize = 30
9925Shadow_8.TextTransparency = 0.80000001192093
9926Shadow_8.TextWrapped = true
9927
9928Shadow_9.Name = "Shadow"
9929Shadow_9.Parent = WarningLabel
9930Shadow_9.BackgroundColor3 = Color3.new(1, 1, 1)
9931Shadow_9.BackgroundTransparency = 1
9932Shadow_9.Position = UDim2.new(0, 3, 0, 3)
9933Shadow_9.Size = UDim2.new(1, 0, 1, 0)
9934Shadow_9.ZIndex = 6
9935Shadow_9.Font = Enum.Font.SourceSansBold
9936Shadow_9.Text = "Please make sure you have selected a remote in the output to convert into a script"
9937Shadow_9.TextColor3 = Color3.new(0, 0, 0)
9938Shadow_9.TextScaled = true
9939Shadow_9.TextSize = 30
9940Shadow_9.TextTransparency = 0.80000001192093
9941Shadow_9.TextWrapped = true
9942
9943Window.Name = "Window"
9944Window.Parent = R2S
9945Window.BackgroundColor3 = Color3.new(1, 1, 1)
9946Window.BackgroundTransparency = 1
9947Window.Size = UDim2.new(1, 0, 1, 0)
9948Window.Visible = false
9949
9950ScriptWindow.Name = "ScriptWindow"
9951ScriptWindow.Parent = Window
9952ScriptWindow.BackgroundColor3 = Color3.new(1, 1, 1)
9953ScriptWindow.BackgroundTransparency = 1
9954ScriptWindow.BorderSizePixel = 0
9955ScriptWindow.Position = UDim2.new(0, 2, 0, 0)
9956ScriptWindow.Size = UDim2.new(1, -2, 1, -50)
9957ScriptWindow.ZIndex = 7
9958ScriptWindow.BottomImage = "rbxassetid://2504831909"
9959ScriptWindow.CanvasSize = UDim2.new(0, 0, 0, 0)
9960ScriptWindow.MidImage = "rbxassetid://2504831909"
9961ScriptWindow.ScrollBarThickness = 6
9962ScriptWindow.TopImage = "rbxassetid://2504831909"
9963
9964RemoteScript.Name = "RemoteScript"
9965RemoteScript.Parent = ScriptWindow
9966RemoteScript.BackgroundColor3 = Color3.new(1, 1, 1)
9967RemoteScript.BackgroundTransparency = 1
9968RemoteScript.Size = UDim2.new(1, 0, 1, 0)
9969RemoteScript.ZIndex = 7
9970RemoteScript.Font = Enum.Font.SourceSansSemibold
9971RemoteScript.Text = ""
9972RemoteScript.TextColor3 = Color3.new(1, 1, 1)
9973RemoteScript.TextSize = 16
9974RemoteScript.TextXAlignment = Enum.TextXAlignment.Left
9975RemoteScript.TextYAlignment = Enum.TextYAlignment.Top
9976
9977CopyClip.Name = "CopyClip"
9978CopyClip.Parent = Window
9979CopyClip.AnchorPoint = Vector2.new(0, 1)
9980CopyClip.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
9981CopyClip.BorderSizePixel = 0
9982CopyClip.Position = UDim2.new(0, 10, 1, -10)
9983CopyClip.Size = UDim2.new(1, -20, 0, 30)
9984CopyClip.ZIndex = 8
9985CopyClip.AutoButtonColor = false
9986CopyClip.Font = Enum.Font.SourceSansBold
9987CopyClip.Text = ""
9988CopyClip.TextColor3 = Color3.new(1, 1, 1)
9989CopyClip.TextSize = 20
9990
9991Shadow_10.Name = "Shadow"
9992Shadow_10.Parent = CopyClip
9993Shadow_10.BackgroundColor3 = Color3.new(0, 0, 0)
9994Shadow_10.BackgroundTransparency = 0.80000001192093
9995Shadow_10.BorderSizePixel = 0
9996Shadow_10.Position = UDim2.new(0, 1, 0, 1)
9997Shadow_10.Size = UDim2.new(1, 0, 1, 0)
9998Shadow_10.ZIndex = 7
9999
10000Shadow_11.Name = "Shadow"
10001Shadow_11.Parent = CopyClip
10002Shadow_11.BackgroundColor3 = Color3.new(0, 0, 0)
10003Shadow_11.BackgroundTransparency = 0.80000001192093
10004Shadow_11.BorderSizePixel = 0
10005Shadow_11.Position = UDim2.new(0, 2, 0, 2)
10006Shadow_11.Size = UDim2.new(1, 0, 1, 0)
10007Shadow_11.ZIndex = 7
10008
10009Shadow_12.Name = "Shadow"
10010Shadow_12.Parent = CopyClip
10011Shadow_12.BackgroundColor3 = Color3.new(0, 0, 0)
10012Shadow_12.BackgroundTransparency = 0.80000001192093
10013Shadow_12.BorderSizePixel = 0
10014Shadow_12.Position = UDim2.new(0, 3, 0, 3)
10015Shadow_12.Size = UDim2.new(1, 0, 1, 0)
10016Shadow_12.ZIndex = 7
10017
10018CopyText.Name = "CopyText"
10019CopyText.Parent = CopyClip
10020CopyText.BackgroundColor3 = Color3.new(1, 1, 1)
10021CopyText.BackgroundTransparency = 1
10022CopyText.Size = UDim2.new(1, 0, 1, 0)
10023CopyText.ZIndex = 10
10024CopyText.Font = Enum.Font.SourceSansBold
10025CopyText.Text = "Copy to clipboard"
10026CopyText.TextColor3 = Color3.new(1, 1, 1)
10027CopyText.TextSize = 20
10028
10029BG_2.Name = "BG"
10030BG_2.Parent = CopyClip
10031BG_2.BackgroundColor3 = Color3.new(1, 1, 1)
10032BG_2.BackgroundTransparency = 1
10033BG_2.Position = UDim2.new(0, 1, 0, 1)
10034BG_2.Size = UDim2.new(1, 0, 1, 0)
10035BG_2.ZIndex = 9
10036BG_2.Font = Enum.Font.SourceSansBold
10037BG_2.Text = "Copy to clipboard"
10038BG_2.TextColor3 = Color3.new(0, 0, 0)
10039BG_2.TextSize = 20
10040BG_2.TextTransparency = 0.80000001192093
10041
10042BG_3.Name = "BG"
10043BG_3.Parent = CopyClip
10044BG_3.BackgroundColor3 = Color3.new(1, 1, 1)
10045BG_3.BackgroundTransparency = 1
10046BG_3.Position = UDim2.new(0, 2, 0, 2)
10047BG_3.Size = UDim2.new(1, 0, 1, 0)
10048BG_3.ZIndex = 9
10049BG_3.Font = Enum.Font.SourceSansBold
10050BG_3.Text = "Copy to clipboard"
10051BG_3.TextColor3 = Color3.new(0, 0, 0)
10052BG_3.TextSize = 20
10053BG_3.TextTransparency = 0.80000001192093
10054
10055BG_4.Name = "BG"
10056BG_4.Parent = CopyClip
10057BG_4.BackgroundColor3 = Color3.new(1, 1, 1)
10058BG_4.BackgroundTransparency = 1
10059BG_4.Position = UDim2.new(0, 3, 0, 3)
10060BG_4.Size = UDim2.new(1, 0, 1, 0)
10061BG_4.ZIndex = 9
10062BG_4.Font = Enum.Font.SourceSansBold
10063BG_4.Text = "Copy to clipboard"
10064BG_4.TextColor3 = Color3.new(0, 0, 0)
10065BG_4.TextSize = 20
10066BG_4.TextTransparency = 0.80000001192093
10067
10068Remotes.Name = "Remotes"
10069Remotes.Parent = TabsFolder
10070Remotes.BackgroundColor3 = Color3.new(1, 1, 1)
10071Remotes.BackgroundTransparency = 1
10072Remotes.BorderSizePixel = 0
10073Remotes.Size = UDim2.new(1, 0, 1, 0)
10074Remotes.ZIndex = 7
10075Remotes.BottomImage = "rbxassetid://2504831909"
10076Remotes.CanvasSize = UDim2.new(0, 0, 0, 0)
10077Remotes.MidImage = "rbxassetid://2504831909"
10078Remotes.ScrollBarThickness = 6
10079Remotes.TopImage = "rbxassetid://2504831909"
10080
10081Explorer.Name = "Explorer"
10082Explorer.Parent = TabsFolder
10083Explorer.BackgroundColor3 = Color3.new(1, 1, 1)
10084Explorer.BackgroundTransparency = 1
10085Explorer.Position = UDim2.new(2, 0, 0, 0)
10086Explorer.Size = UDim2.new(1, 0, 1, 0)
10087
10088Warning_2.Name = "Warning"
10089Warning_2.Parent = Explorer
10090Warning_2.BackgroundColor3 = Color3.new(1, 1, 1)
10091Warning_2.BackgroundTransparency = 1
10092Warning_2.Size = UDim2.new(1, 0, 1, 0)
10093
10094Logo_2.Name = "Logo"
10095Logo_2.Parent = Warning_2
10096Logo_2.AnchorPoint = Vector2.new(0.5, 0)
10097Logo_2.BackgroundColor3 = Color3.new(1, 1, 1)
10098Logo_2.BackgroundTransparency = 1
10099Logo_2.Position = UDim2.new(0.5, 0, 0.125, 0)
10100Logo_2.Size = UDim2.new(0, 150, 0, 150)
10101Logo_2.ZIndex = 7
10102Logo_2.Image = "rbxassetid://2512823206"
10103
10104Shadow_13.Name = "Shadow"
10105Shadow_13.Parent = Logo_2
10106Shadow_13.BackgroundColor3 = Color3.new(1, 1, 1)
10107Shadow_13.BackgroundTransparency = 1
10108Shadow_13.Position = UDim2.new(0, 1, 0, 1)
10109Shadow_13.Size = UDim2.new(1, 0, 1, 0)
10110Shadow_13.ZIndex = 6
10111Shadow_13.Image = "rbxassetid://2512823206"
10112Shadow_13.ImageColor3 = Color3.new(0, 0, 0)
10113Shadow_13.ImageTransparency = 0.80000001192093
10114
10115Shadow_14.Name = "Shadow"
10116Shadow_14.Parent = Logo_2
10117Shadow_14.BackgroundColor3 = Color3.new(1, 1, 1)
10118Shadow_14.BackgroundTransparency = 1
10119Shadow_14.Position = UDim2.new(0, 2, 0, 2)
10120Shadow_14.Size = UDim2.new(1, 0, 1, 0)
10121Shadow_14.ZIndex = 6
10122Shadow_14.Image = "rbxassetid://2512823206"
10123Shadow_14.ImageColor3 = Color3.new(0, 0, 0)
10124Shadow_14.ImageTransparency = 0.80000001192093
10125
10126Shadow_15.Name = "Shadow"
10127Shadow_15.Parent = Logo_2
10128Shadow_15.BackgroundColor3 = Color3.new(1, 1, 1)
10129Shadow_15.BackgroundTransparency = 1
10130Shadow_15.Position = UDim2.new(0, 3, 0, 3)
10131Shadow_15.Size = UDim2.new(1, 0, 1, 0)
10132Shadow_15.ZIndex = 6
10133Shadow_15.Image = "rbxassetid://2512823206"
10134Shadow_15.ImageColor3 = Color3.new(0, 0, 0)
10135Shadow_15.ImageTransparency = 0.80000001192093
10136
10137WarningLabel_2.Name = "WarningLabel"
10138WarningLabel_2.Parent = Warning_2
10139WarningLabel_2.AnchorPoint = Vector2.new(0.5, 1)
10140WarningLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
10141WarningLabel_2.BackgroundTransparency = 1
10142WarningLabel_2.Position = UDim2.new(0.5, 0, 0.899999976, 0)
10143WarningLabel_2.Size = UDim2.new(0.800000012, 0, 0.200000003, 0)
10144WarningLabel_2.ZIndex = 7
10145WarningLabel_2.Font = Enum.Font.SourceSansBold
10146WarningLabel_2.Text = "Please make sure you select a remote in the remotes tab to view its location"
10147WarningLabel_2.TextColor3 = Color3.new(1, 0.8, 0.301961)
10148WarningLabel_2.TextScaled = true
10149WarningLabel_2.TextSize = 30
10150WarningLabel_2.TextWrapped = true
10151
10152Shadow_16.Name = "Shadow"
10153Shadow_16.Parent = WarningLabel_2
10154Shadow_16.BackgroundColor3 = Color3.new(1, 1, 1)
10155Shadow_16.BackgroundTransparency = 1
10156Shadow_16.Position = UDim2.new(0, 1, 0, 1)
10157Shadow_16.Size = UDim2.new(1, 0, 1, 0)
10158Shadow_16.ZIndex = 6
10159Shadow_16.Font = Enum.Font.SourceSansBold
10160Shadow_16.Text = "Please make sure you select a remote in the remotes tab to view its location"
10161Shadow_16.TextColor3 = Color3.new(0, 0, 0)
10162Shadow_16.TextScaled = true
10163Shadow_16.TextSize = 30
10164Shadow_16.TextTransparency = 0.80000001192093
10165Shadow_16.TextWrapped = true
10166
10167Shadow_17.Name = "Shadow"
10168Shadow_17.Parent = WarningLabel_2
10169Shadow_17.BackgroundColor3 = Color3.new(1, 1, 1)
10170Shadow_17.BackgroundTransparency = 1
10171Shadow_17.Position = UDim2.new(0, 2, 0, 2)
10172Shadow_17.Size = UDim2.new(1, 0, 1, 0)
10173Shadow_17.ZIndex = 6
10174Shadow_17.Font = Enum.Font.SourceSansBold
10175Shadow_17.Text = "Please make sure you select a remote in the remotes tab to view its location"
10176Shadow_17.TextColor3 = Color3.new(0, 0, 0)
10177Shadow_17.TextScaled = true
10178Shadow_17.TextSize = 30
10179Shadow_17.TextTransparency = 0.80000001192093
10180Shadow_17.TextWrapped = true
10181
10182Shadow_18.Name = "Shadow"
10183Shadow_18.Parent = WarningLabel_2
10184Shadow_18.BackgroundColor3 = Color3.new(1, 1, 1)
10185Shadow_18.BackgroundTransparency = 1
10186Shadow_18.Position = UDim2.new(0, 3, 0, 3)
10187Shadow_18.Size = UDim2.new(1, 0, 1, 0)
10188Shadow_18.ZIndex = 6
10189Shadow_18.Font = Enum.Font.SourceSansBold
10190Shadow_18.Text = "Please make sure you select a remote in the remotes tab to view its location"
10191Shadow_18.TextColor3 = Color3.new(0, 0, 0)
10192Shadow_18.TextScaled = true
10193Shadow_18.TextSize = 30
10194Shadow_18.TextTransparency = 0.80000001192093
10195Shadow_18.TextWrapped = true
10196
10197Window_2.Name = "Window"
10198Window_2.Parent = Explorer
10199Window_2.BackgroundColor3 = Color3.new(1, 1, 1)
10200Window_2.BackgroundTransparency = 1
10201Window_2.Size = UDim2.new(1, 0, 1, 0)
10202Window_2.Visible = false
10203Window_2.ZIndex = 7
10204
10205ExplorerWindow.Name = "ExplorerWindow"
10206ExplorerWindow.Parent = Window_2
10207ExplorerWindow.BackgroundColor3 = Color3.new(1, 1, 1)
10208ExplorerWindow.BackgroundTransparency = 1
10209ExplorerWindow.Size = UDim2.new(1, 0, 1, 0)
10210ExplorerWindow.ZIndex = 7
10211ExplorerWindow.BottomImage = "rbxassetid://2504831909"
10212ExplorerWindow.CanvasSize = UDim2.new(0, 0, 0, 0)
10213ExplorerWindow.MidImage = "rbxassetid://2504831909"
10214ExplorerWindow.ScrollBarThickness = 6
10215ExplorerWindow.TopImage = "rbxassetid://2504831909"
10216
10217Shadow_19.Name = "Shadow"
10218Shadow_19.Parent = Hub
10219Shadow_19.BackgroundColor3 = Color3.new(0, 0, 0)
10220Shadow_19.BackgroundTransparency = 0.89999997615814
10221Shadow_19.BorderSizePixel = 0
10222Shadow_19.Position = UDim2.new(0, 0, 0.5, 1)
10223Shadow_19.Size = UDim2.new(1, 50, 0.5, 0)
10224Shadow_19.ZIndex = 9
10225
10226Shadow_20.Name = "Shadow"
10227Shadow_20.Parent = Hub
10228Shadow_20.BackgroundColor3 = Color3.new(0, 0, 0)
10229Shadow_20.BackgroundTransparency = 0.89999997615814
10230Shadow_20.BorderSizePixel = 0
10231Shadow_20.Position = UDim2.new(0, 0, 0.5, 2)
10232Shadow_20.Size = UDim2.new(1, 50, 0.5, 0)
10233Shadow_20.ZIndex = 9
10234
10235Shadow_21.Name = "Shadow"
10236Shadow_21.Parent = Hub
10237Shadow_21.BackgroundColor3 = Color3.new(0, 0, 0)
10238Shadow_21.BackgroundTransparency = 0.89999997615814
10239Shadow_21.BorderSizePixel = 0
10240Shadow_21.Position = UDim2.new(0, 0, 0.5, 3)
10241Shadow_21.Size = UDim2.new(1, 50, 0.5, 0)
10242Shadow_21.ZIndex = 9
10243
10244Shadow_22.Name = "Shadow"
10245Shadow_22.Parent = Hub
10246Shadow_22.BackgroundColor3 = Color3.new(0, 0, 0)
10247Shadow_22.BackgroundTransparency = 0.89999997615814
10248Shadow_22.BorderSizePixel = 0
10249Shadow_22.Position = UDim2.new(0, 0, 0.5, 4)
10250Shadow_22.Size = UDim2.new(1, 50, 0.5, 0)
10251Shadow_22.ZIndex = 9
10252
10253Title.Name = "Title"
10254Title.Parent = Hub
10255Title.BackgroundColor3 = Color3.new(1, 1, 1)
10256Title.BackgroundTransparency = 1
10257Title.Position = UDim2.new(0, 50, 0, 0)
10258Title.Size = UDim2.new(0, 150, 1, 0)
10259Title.ZIndex = 25
10260Title.Font = Enum.Font.SourceSansLight
10261Title.Text = "Mr.Spy V2"
10262Title.TextColor3 = Color3.new(1, 1, 1)
10263Title.TextSize = 30
10264Title.TextXAlignment = Enum.TextXAlignment.Left
10265
10266Credits.Name = "Credits"
10267Credits.Parent = Hub
10268Credits.BackgroundColor3 = Color3.new(1, 1, 1)
10269Credits.BackgroundTransparency = 1
10270Credits.Position = UDim2.new(0, 50, 0, 0)
10271Credits.Size = UDim2.new(0, 150, 1, -1)
10272Credits.ZIndex = 25
10273Credits.Font = Enum.Font.SourceSansSemibold
10274Credits.Text = "Created by - Rebug/KurokkusGhost"
10275Credits.TextColor3 = Color3.new(0.333333, 0.333333, 0.333333)
10276Credits.TextSize = 10
10277Credits.TextXAlignment = Enum.TextXAlignment.Left
10278Credits.TextYAlignment = Enum.TextYAlignment.Bottom
10279
10280Icon.Name = "Icon"
10281Icon.Parent = Hub
10282Icon.BackgroundColor3 = Color3.new(1, 1, 1)
10283Icon.BackgroundTransparency = 1
10284Icon.Position = UDim2.new(0, 5, 0, 10)
10285Icon.Size = UDim2.new(0, 40, 0, 40)
10286Icon.ZIndex = 25
10287Icon.Image = "rbxassetid://2502312317"
10288
10289Exit.Name = "Exit"
10290Exit.Parent = Hub
10291Exit.BackgroundColor3 = Color3.new(1, 1, 1)
10292Exit.BackgroundTransparency = 1
10293Exit.Position = UDim2.new(1, 0, 0, 0)
10294Exit.Size = UDim2.new(0, 50, 0, 50)
10295Exit.ZIndex = 25
10296Exit.Image = "rbxassetid://985583019"
10297
10298ShadowHolder_2.Name = "ShadowHolder"
10299ShadowHolder_2.Parent = Exit
10300ShadowHolder_2.BackgroundColor3 = Color3.new(1, 1, 1)
10301ShadowHolder_2.BackgroundTransparency = 1
10302ShadowHolder_2.ClipsDescendants = true
10303ShadowHolder_2.Size = UDim2.new(1, 10, 1, 0)
10304
10305Shadow_23.Name = "Shadow"
10306Shadow_23.Parent = ShadowHolder_2
10307Shadow_23.BackgroundColor3 = Color3.new(1, 1, 1)
10308Shadow_23.BackgroundTransparency = 1
10309Shadow_23.Position = UDim2.new(0, 1, 0, 1)
10310Shadow_23.Size = UDim2.new(0, 50, 0, 50)
10311Shadow_23.ZIndex = 24
10312Shadow_23.Image = "rbxassetid://985583019"
10313Shadow_23.ImageColor3 = Color3.new(0, 0, 0)
10314Shadow_23.ImageTransparency = 0.85000002384186
10315
10316Shadow_24.Name = "Shadow"
10317Shadow_24.Parent = ShadowHolder_2
10318Shadow_24.BackgroundColor3 = Color3.new(1, 1, 1)
10319Shadow_24.BackgroundTransparency = 1
10320Shadow_24.Position = UDim2.new(0, 2, 0, 2)
10321Shadow_24.Size = UDim2.new(0, 50, 0, 50)
10322Shadow_24.ZIndex = 24
10323Shadow_24.Image = "rbxassetid://985583019"
10324Shadow_24.ImageColor3 = Color3.new(0, 0, 0)
10325Shadow_24.ImageTransparency = 0.85000002384186
10326
10327Shadow_25.Name = "Shadow"
10328Shadow_25.Parent = ShadowHolder_2
10329Shadow_25.BackgroundColor3 = Color3.new(1, 1, 1)
10330Shadow_25.BackgroundTransparency = 1
10331Shadow_25.Position = UDim2.new(0, 3, 0, 3)
10332Shadow_25.Size = UDim2.new(0, 50, 0, 50)
10333Shadow_25.ZIndex = 24
10334Shadow_25.Image = "rbxassetid://985583019"
10335Shadow_25.ImageColor3 = Color3.new(0, 0, 0)
10336Shadow_25.ImageTransparency = 0.85000002384186
10337
10338Tabs.Name = "Tabs"
10339Tabs.Parent = Hub
10340Tabs.BackgroundColor3 = Color3.new(1, 1, 1)
10341Tabs.BackgroundTransparency = 1
10342Tabs.Position = UDim2.new(0.400000006, 0, 0, 0)
10343Tabs.Size = UDim2.new(0.600000024, 0, 1, 0)
10344Tabs.ZIndex = 25
10345
10346TabLine.Name = "TabLine"
10347TabLine.Parent = Tabs
10348TabLine.AnchorPoint = Vector2.new(0, 1)
10349TabLine.BackgroundColor3 = Color3.new(0.666667, 0.333333, 1)
10350TabLine.BorderSizePixel = 0
10351TabLine.Position = UDim2.new(0, 0, 1, 0)
10352TabLine.Size = UDim2.new(0.25, -1, 0, 3)
10353TabLine.ZIndex = 30
10354
10355Remotes_2.Name = "Remotes"
10356Remotes_2.Parent = Tabs
10357Remotes_2.BackgroundColor3 = Color3.new(1, 1, 1)
10358Remotes_2.BackgroundTransparency = 1
10359Remotes_2.LayoutOrder = 1
10360Remotes_2.Size = UDim2.new(0.25, 0, 0, 50)
10361Remotes_2.ZIndex = 25
10362Remotes_2.Font = Enum.Font.SourceSansBold
10363Remotes_2.Text = "Remotes"
10364Remotes_2.TextColor3 = Color3.new(1, 1, 1)
10365Remotes_2.TextSize = 20
10366
10367Spys.Name = "Spys"
10368Spys.Parent = Remotes_2
10369Spys.BackgroundColor3 = Color3.new(1, 1, 1)
10370Spys.BackgroundTransparency = 1
10371Spys.ClipsDescendants = true
10372Spys.Size = UDim2.new(1, 3, 1.75, 3)
10373Spys.ZIndex = 9
10374
10375Spyer.Name = "Spyer"
10376Spyer.Parent = Spys
10377Spyer.BackgroundColor3 = Color3.new(0.843137, 0.352941, 0.290196)
10378Spyer.BackgroundTransparency = 1
10379Spyer.Position = UDim2.new(0, 0, 0, -7)
10380Spyer.Size = UDim2.new(1, -4, 0.5, 3)
10381Spyer.ZIndex = 8
10382Spyer.Image = "rbxassetid://2052866575"
10383Spyer.ImageColor3 = Color3.new(0, 0.666667, 0.364706)
10384Spyer.ScaleType = Enum.ScaleType.Slice
10385Spyer.SliceCenter = Rect.new(8, 8, 8, 8)
10386
10387Shadow_26.Name = "Shadow"
10388Shadow_26.Parent = Spyer
10389Shadow_26.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
10390Shadow_26.BackgroundTransparency = 1
10391Shadow_26.Position = UDim2.new(0, 1, 0, 1)
10392Shadow_26.Size = UDim2.new(1, 0, 1, 0)
10393Shadow_26.ZIndex = 7
10394Shadow_26.Image = "rbxassetid://2052866575"
10395Shadow_26.ImageColor3 = Color3.new(0, 0, 0)
10396Shadow_26.ImageTransparency = 0.85000002384186
10397Shadow_26.ScaleType = Enum.ScaleType.Slice
10398Shadow_26.SliceCenter = Rect.new(8, 8, 8, 8)
10399
10400Shadow_27.Name = "Shadow"
10401Shadow_27.Parent = Spyer
10402Shadow_27.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
10403Shadow_27.BackgroundTransparency = 1
10404Shadow_27.Position = UDim2.new(0, 2, 0, 2)
10405Shadow_27.Size = UDim2.new(1, 0, 1, 0)
10406Shadow_27.ZIndex = 7
10407Shadow_27.Image = "rbxassetid://2052866575"
10408Shadow_27.ImageColor3 = Color3.new(0, 0, 0)
10409Shadow_27.ImageTransparency = 0.85000002384186
10410Shadow_27.ScaleType = Enum.ScaleType.Slice
10411Shadow_27.SliceCenter = Rect.new(8, 8, 8, 8)
10412
10413Shadow_28.Name = "Shadow"
10414Shadow_28.Parent = Spyer
10415Shadow_28.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
10416Shadow_28.BackgroundTransparency = 1
10417Shadow_28.Position = UDim2.new(0, 3, 0, 3)
10418Shadow_28.Size = UDim2.new(1, 0, 1, 0)
10419Shadow_28.ZIndex = 7
10420Shadow_28.Image = "rbxassetid://2052866575"
10421Shadow_28.ImageColor3 = Color3.new(0, 0, 0)
10422Shadow_28.ImageTransparency = 0.85000002384186
10423Shadow_28.ScaleType = Enum.ScaleType.Slice
10424Shadow_28.SliceCenter = Rect.new(8, 8, 8, 8)
10425
10426Words.Name = "Words"
10427Words.Parent = Spyer
10428Words.BackgroundColor3 = Color3.new(1, 1, 1)
10429Words.BackgroundTransparency = 1
10430Words.Position = UDim2.new(0, 0, 0.25, -1)
10431Words.Size = UDim2.new(1, 0, 0.75, 0)
10432Words.ZIndex = 8
10433Words.Font = Enum.Font.SourceSansBold
10434Words.Text = "Spy All"
10435Words.TextColor3 = Color3.new(1, 1, 1)
10436Words.TextSize = 20
10437
10438Output_2.Name = "Output"
10439Output_2.Parent = Tabs
10440Output_2.BackgroundColor3 = Color3.new(1, 1, 1)
10441Output_2.BackgroundTransparency = 1
10442Output_2.LayoutOrder = 2
10443Output_2.Position = UDim2.new(0.25, 0, 0, 0)
10444Output_2.Size = UDim2.new(0.25, 0, 0, 50)
10445Output_2.ZIndex = 25
10446Output_2.Font = Enum.Font.SourceSansBold
10447Output_2.Text = "Output"
10448Output_2.TextColor3 = Color3.new(1, 1, 1)
10449Output_2.TextSize = 20
10450
10451ClearHolder.Name = "ClearHolder"
10452ClearHolder.Parent = Output_2
10453ClearHolder.BackgroundColor3 = Color3.new(1, 1, 1)
10454ClearHolder.BackgroundTransparency = 1
10455ClearHolder.ClipsDescendants = true
10456ClearHolder.Size = UDim2.new(1, 3, 1.75, 3)
10457ClearHolder.ZIndex = 9
10458
10459Clear.Name = "Clear"
10460Clear.Parent = ClearHolder
10461Clear.BackgroundColor3 = Color3.new(0.843137, 0.352941, 0.290196)
10462Clear.BackgroundTransparency = 1
10463Clear.Position = UDim2.new(0, 0, 0, -7)
10464Clear.Size = UDim2.new(1, -4, 0.5, 3)
10465Clear.ZIndex = 8
10466Clear.Image = "rbxassetid://2052866575"
10467Clear.ImageColor3 = Color3.new(0.843137, 0.352941, 0.290196)
10468Clear.ScaleType = Enum.ScaleType.Slice
10469Clear.SliceCenter = Rect.new(8, 8, 8, 8)
10470
10471Shadow_29.Name = "Shadow"
10472Shadow_29.Parent = Clear
10473Shadow_29.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
10474Shadow_29.BackgroundTransparency = 1
10475Shadow_29.Position = UDim2.new(0, 1, 0, 1)
10476Shadow_29.Size = UDim2.new(1, 0, 1, 0)
10477Shadow_29.ZIndex = 7
10478Shadow_29.Image = "rbxassetid://2052866575"
10479Shadow_29.ImageColor3 = Color3.new(0, 0, 0)
10480Shadow_29.ImageTransparency = 0.85000002384186
10481Shadow_29.ScaleType = Enum.ScaleType.Slice
10482Shadow_29.SliceCenter = Rect.new(8, 8, 8, 8)
10483
10484Shadow_30.Name = "Shadow"
10485Shadow_30.Parent = Clear
10486Shadow_30.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
10487Shadow_30.BackgroundTransparency = 1
10488Shadow_30.Position = UDim2.new(0, 2, 0, 2)
10489Shadow_30.Size = UDim2.new(1, 0, 1, 0)
10490Shadow_30.ZIndex = 7
10491Shadow_30.Image = "rbxassetid://2052866575"
10492Shadow_30.ImageColor3 = Color3.new(0, 0, 0)
10493Shadow_30.ImageTransparency = 0.85000002384186
10494Shadow_30.ScaleType = Enum.ScaleType.Slice
10495Shadow_30.SliceCenter = Rect.new(8, 8, 8, 8)
10496
10497Shadow_31.Name = "Shadow"
10498Shadow_31.Parent = Clear
10499Shadow_31.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
10500Shadow_31.BackgroundTransparency = 1
10501Shadow_31.Position = UDim2.new(0, 3, 0, 3)
10502Shadow_31.Size = UDim2.new(1, 0, 1, 0)
10503Shadow_31.ZIndex = 7
10504Shadow_31.Image = "rbxassetid://2052866575"
10505Shadow_31.ImageColor3 = Color3.new(0, 0, 0)
10506Shadow_31.ImageTransparency = 0.85000002384186
10507Shadow_31.ScaleType = Enum.ScaleType.Slice
10508Shadow_31.SliceCenter = Rect.new(8, 8, 8, 8)
10509
10510TextLabel.Parent = Clear
10511TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
10512TextLabel.BackgroundTransparency = 1
10513TextLabel.Position = UDim2.new(0, 0, 0.25, -1)
10514TextLabel.Size = UDim2.new(1, 0, 0.75, 0)
10515TextLabel.ZIndex = 8
10516TextLabel.Font = Enum.Font.SourceSansBold
10517TextLabel.Text = "Clear"
10518TextLabel.TextColor3 = Color3.new(1, 1, 1)
10519TextLabel.TextSize = 20
10520
10521Explorer_2.Name = "Explorer"
10522Explorer_2.Parent = Tabs
10523Explorer_2.BackgroundColor3 = Color3.new(1, 1, 1)
10524Explorer_2.BackgroundTransparency = 1
10525Explorer_2.LayoutOrder = 3
10526Explorer_2.Position = UDim2.new(0.5, 0, 0, 0)
10527Explorer_2.Size = UDim2.new(0.25, 0, 0, 50)
10528Explorer_2.ZIndex = 25
10529Explorer_2.Font = Enum.Font.SourceSansBold
10530Explorer_2.Text = "Explorer"
10531Explorer_2.TextColor3 = Color3.new(1, 1, 1)
10532Explorer_2.TextSize = 20
10533
10534R2S_2.Name = "R2S"
10535R2S_2.Parent = Tabs
10536R2S_2.BackgroundColor3 = Color3.new(1, 1, 1)
10537R2S_2.BackgroundTransparency = 1
10538R2S_2.LayoutOrder = 3
10539R2S_2.Position = UDim2.new(0.75, 0, 0, 0)
10540R2S_2.Size = UDim2.new(0.25, 0, 0, 50)
10541R2S_2.ZIndex = 25
10542R2S_2.Font = Enum.Font.SourceSansBold
10543R2S_2.Text = "R2S"
10544R2S_2.TextColor3 = Color3.new(1, 1, 1)
10545R2S_2.TextSize = 20
10546
10547Holder.Name = "Holder"
10548Holder.Parent = MrSpyV2RebugKurokkusGhost
10549Holder.BackgroundColor3 = Color3.new(1, 1, 1)
10550Holder.Size = UDim2.new(0, 100, 0, 100)
10551Holder.Visible = false
10552
10553Icon_2.Name = "Icon"
10554Icon_2.Parent = Holder
10555Icon_2.BackgroundColor3 = Color3.new(1, 1, 1)
10556Icon_2.BackgroundTransparency = 1
10557Icon_2.ClipsDescendants = true
10558Icon_2.Size = UDim2.new(0, 16, 0, 16)
10559Icon_2.ZIndex = 7
10560
10561IconMap.Name = "IconMap"
10562IconMap.Parent = Icon_2
10563IconMap.BackgroundColor3 = Color3.new(1, 1, 1)
10564IconMap.BackgroundTransparency = 1
10565IconMap.Position = UDim2.new(0, -93, 0, -21)
10566IconMap.Size = UDim2.new(0, 256, 0, 256)
10567IconMap.ZIndex = 7
10568IconMap.Image = "rbxassetid://483448923"
10569
10570RemoteGrid.Name = "RemoteGrid"
10571RemoteGrid.Parent = Holder
10572RemoteGrid.HorizontalAlignment = Enum.HorizontalAlignment.Right
10573RemoteGrid.CellPadding = UDim2.new(0, 0, 0, 4)
10574RemoteGrid.CellSize = UDim2.new(1, -5, 0, 16)
10575
10576RemoteTemplate.Name = "RemoteTemplate"
10577RemoteTemplate.Parent = Holder
10578RemoteTemplate.BackgroundColor3 = Color3.new(1, 1, 1)
10579RemoteTemplate.BackgroundTransparency = 1
10580RemoteTemplate.Size = UDim2.new(1, -5, 0, 16)
10581RemoteTemplate.ZIndex = 7
10582
10583Icon_3.Name = "Icon"
10584Icon_3.Parent = RemoteTemplate
10585Icon_3.BackgroundColor3 = Color3.new(1, 1, 1)
10586Icon_3.BackgroundTransparency = 1
10587Icon_3.ClipsDescendants = true
10588Icon_3.Size = UDim2.new(0, 16, 0, 16)
10589Icon_3.ZIndex = 7
10590
10591IconMap_2.Name = "IconMap"
10592IconMap_2.Parent = Icon_3
10593IconMap_2.BackgroundColor3 = Color3.new(1, 1, 1)
10594IconMap_2.BackgroundTransparency = 1
10595IconMap_2.Position = UDim2.new(0, -183, 0, -93)
10596IconMap_2.Size = UDim2.new(0, 256, 0, 256)
10597IconMap_2.ZIndex = 7
10598IconMap_2.Image = "rbxassetid://483448923"
10599
10600RemoteName.Name = "RemoteName"
10601RemoteName.Parent = RemoteTemplate
10602RemoteName.BackgroundColor3 = Color3.new(1, 1, 1)
10603RemoteName.BackgroundTransparency = 1
10604RemoteName.Position = UDim2.new(0, 20, 0, 0)
10605RemoteName.Size = UDim2.new(0, 200, 0, 16)
10606RemoteName.ZIndex = 7
10607RemoteName.Font = Enum.Font.SourceSans
10608RemoteName.Text = "GiveMoney"
10609RemoteName.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
10610RemoteName.TextSize = 14
10611RemoteName.TextXAlignment = Enum.TextXAlignment.Left
10612
10613Spy.Name = "Spy"
10614Spy.Parent = RemoteTemplate
10615Spy.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
10616Spy.BorderSizePixel = 0
10617Spy.Position = UDim2.new(0, 82, 0, 0)
10618Spy.Size = UDim2.new(0, 50, 1, 0)
10619Spy.ZIndex = 8
10620Spy.AutoButtonColor = false
10621Spy.Font = Enum.Font.SourceSansSemibold
10622Spy.Text = "Spy"
10623Spy.TextColor3 = Color3.new(1, 1, 1)
10624Spy.TextSize = 14
10625
10626Shadow_32.Name = "Shadow"
10627Shadow_32.Parent = Spy
10628Shadow_32.BackgroundColor3 = Color3.new(0, 0, 0)
10629Shadow_32.BackgroundTransparency = 0.80000001192093
10630Shadow_32.BorderSizePixel = 0
10631Shadow_32.Position = UDim2.new(0, 1, 0, 1)
10632Shadow_32.Size = UDim2.new(1, 0, 1, 0)
10633Shadow_32.ZIndex = 7
10634
10635Shadow_33.Name = "Shadow"
10636Shadow_33.Parent = Spy
10637Shadow_33.BackgroundColor3 = Color3.new(0, 0, 0)
10638Shadow_33.BackgroundTransparency = 0.80000001192093
10639Shadow_33.BorderSizePixel = 0
10640Shadow_33.Position = UDim2.new(0, 2, 0, 2)
10641Shadow_33.Size = UDim2.new(1, 0, 1, 0)
10642Shadow_33.ZIndex = 7
10643
10644Shadow_34.Name = "Shadow"
10645Shadow_34.Parent = Spy
10646Shadow_34.BackgroundColor3 = Color3.new(0, 0, 0)
10647Shadow_34.BackgroundTransparency = 0.80000001192093
10648Shadow_34.BorderSizePixel = 0
10649Shadow_34.Position = UDim2.new(0, 3, 0, 3)
10650Shadow_34.Size = UDim2.new(1, 0, 1, 0)
10651Shadow_34.ZIndex = 7
10652
10653View.Name = "View"
10654View.Parent = RemoteTemplate
10655View.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
10656View.BorderSizePixel = 0
10657View.Position = UDim2.new(0, 142, 0, 0)
10658View.Size = UDim2.new(0, 50, 1, 0)
10659View.ZIndex = 8
10660View.AutoButtonColor = false
10661View.Font = Enum.Font.SourceSansSemibold
10662View.Text = "View"
10663View.TextColor3 = Color3.new(1, 1, 1)
10664View.TextSize = 14
10665
10666Shadow_35.Name = "Shadow"
10667Shadow_35.Parent = View
10668Shadow_35.BackgroundColor3 = Color3.new(0, 0, 0)
10669Shadow_35.BackgroundTransparency = 0.80000001192093
10670Shadow_35.BorderSizePixel = 0
10671Shadow_35.Position = UDim2.new(0, 1, 0, 1)
10672Shadow_35.Size = UDim2.new(1, 0, 1, 0)
10673Shadow_35.ZIndex = 7
10674
10675Shadow_36.Name = "Shadow"
10676Shadow_36.Parent = View
10677Shadow_36.BackgroundColor3 = Color3.new(0, 0, 0)
10678Shadow_36.BackgroundTransparency = 0.80000001192093
10679Shadow_36.BorderSizePixel = 0
10680Shadow_36.Position = UDim2.new(0, 2, 0, 2)
10681Shadow_36.Size = UDim2.new(1, 0, 1, 0)
10682Shadow_36.ZIndex = 7
10683
10684Shadow_37.Name = "Shadow"
10685Shadow_37.Parent = View
10686Shadow_37.BackgroundColor3 = Color3.new(0, 0, 0)
10687Shadow_37.BackgroundTransparency = 0.80000001192093
10688Shadow_37.BorderSizePixel = 0
10689Shadow_37.Position = UDim2.new(0, 3, 0, 3)
10690Shadow_37.Size = UDim2.new(1, 0, 1, 0)
10691Shadow_37.ZIndex = 7
10692
10693ExplorerTemplate.Name = "ExplorerTemplate"
10694ExplorerTemplate.Parent = Holder
10695ExplorerTemplate.BackgroundColor3 = Color3.new(0.0431373, 0.352941, 0.686275)
10696ExplorerTemplate.BackgroundTransparency = 1
10697ExplorerTemplate.BorderSizePixel = 0
10698ExplorerTemplate.Size = UDim2.new(0, 275, 0, 20)
10699ExplorerTemplate.ZIndex = 7
10700
10701Arrow.Name = "Arrow"
10702Arrow.Parent = ExplorerTemplate
10703Arrow.BackgroundColor3 = Color3.new(1, 1, 1)
10704Arrow.BackgroundTransparency = 1
10705Arrow.ClipsDescendants = true
10706Arrow.Position = UDim2.new(0, 0, 0, 2)
10707Arrow.Size = UDim2.new(0, 16, 0, 16)
10708Arrow.ZIndex = 8
10709
10710Open.Name = "Open"
10711Open.Parent = Arrow
10712Open.BackgroundColor3 = Color3.new(1, 1, 1)
10713Open.BackgroundTransparency = 1
10714Open.Size = UDim2.new(1, 0, 1, 0)
10715Open.ZIndex = 8
10716Open.Font = Enum.Font.SourceSans
10717Open.Text = ""
10718Open.TextColor3 = Color3.new(0, 0, 0)
10719Open.TextSize = 14
10720
10721IconMap_3.Name = "IconMap"
10722IconMap_3.Parent = Arrow
10723IconMap_3.BackgroundColor3 = Color3.new(1, 1, 1)
10724IconMap_3.BackgroundTransparency = 1
10725IconMap_3.Position = UDim2.new(0, -219, 0, -201)
10726IconMap_3.Size = UDim2.new(0, 256, 0, 256)
10727IconMap_3.ZIndex = 8
10728IconMap_3.Image = "rbxassetid://483448923"
10729
10730Icon_4.Name = "Icon"
10731Icon_4.Parent = ExplorerTemplate
10732Icon_4.BackgroundColor3 = Color3.new(1, 1, 1)
10733Icon_4.BackgroundTransparency = 1
10734Icon_4.ClipsDescendants = true
10735Icon_4.Position = UDim2.new(0, 20, 0, 2)
10736Icon_4.Size = UDim2.new(0, 16, 0, 16)
10737Icon_4.ZIndex = 8
10738
10739IconMap_4.Name = "IconMap"
10740IconMap_4.Parent = Icon_4
10741IconMap_4.BackgroundColor3 = Color3.new(1, 1, 1)
10742IconMap_4.BackgroundTransparency = 1
10743IconMap_4.Position = UDim2.new(0, -93, 0, -21)
10744IconMap_4.Size = UDim2.new(0, 256, 0, 256)
10745IconMap_4.ZIndex = 8
10746IconMap_4.Image = "rbxassetid://483448923"
10747
10748InstanceName.Name = "InstanceName"
10749InstanceName.Parent = ExplorerTemplate
10750InstanceName.BackgroundColor3 = Color3.new(0.0431373, 0.352941, 0.686275)
10751InstanceName.BackgroundTransparency = 1
10752InstanceName.BorderSizePixel = 0
10753InstanceName.Position = UDim2.new(0, 42, 0, 0)
10754InstanceName.Size = UDim2.new(0, 275, 1, 0)
10755InstanceName.ZIndex = 8
10756InstanceName.Font = Enum.Font.SourceSans
10757InstanceName.Text = "Workspace"
10758InstanceName.TextColor3 = Color3.new(0.784314, 0.784314, 0.784314)
10759InstanceName.TextSize = 14
10760InstanceName.TextXAlignment = Enum.TextXAlignment.Left
10761
10762Open_2.Name = "Open"
10763Open_2.Parent = InstanceName
10764Open_2.BackgroundColor3 = Color3.new(1, 1, 1)
10765Open_2.BackgroundTransparency = 1
10766Open_2.Size = UDim2.new(1, 0, 1, 0)
10767Open_2.ZIndex = 8
10768Open_2.Font = Enum.Font.SourceSans
10769Open_2.Text = ""
10770Open_2.TextColor3 = Color3.new(0, 0, 0)
10771Open_2.TextSize = 14
10772
10773Holder_2.Name = "Holder"
10774Holder_2.Parent = ExplorerTemplate
10775Holder_2.BackgroundColor3 = Color3.new(1, 1, 1)
10776Holder_2.BackgroundTransparency = 1
10777Holder_2.Position = UDim2.new(0, 20, 0, 20)
10778Holder_2.Size = UDim2.new(1, 0, 0, 20)
10779Holder_2.ZIndex = 8
10780
10781BG_5.Name = "BG"
10782BG_5.Parent = ExplorerTemplate
10783BG_5.BackgroundColor3 = Color3.new(0.0431373, 0.352941, 0.686275)
10784BG_5.BackgroundTransparency = 1
10785BG_5.BorderSizePixel = 0
10786BG_5.Position = UDim2.new(0, 16, 0, 0)
10787BG_5.Size = UDim2.new(0, 100, 1, 0)
10788BG_5.ZIndex = 7
10789
10790RemoteOutputTemplate.Name = "RemoteOutputTemplate"
10791RemoteOutputTemplate.Parent = Holder
10792RemoteOutputTemplate.BackgroundColor3 = Color3.new(1, 1, 1)
10793RemoteOutputTemplate.BackgroundTransparency = 1
10794RemoteOutputTemplate.Size = UDim2.new(1, -5, 0, 16)
10795RemoteOutputTemplate.ZIndex = 7
10796
10797Icon_5.Name = "Icon"
10798Icon_5.Parent = RemoteOutputTemplate
10799Icon_5.BackgroundColor3 = Color3.new(1, 1, 1)
10800Icon_5.BackgroundTransparency = 1
10801Icon_5.ClipsDescendants = true
10802Icon_5.Size = UDim2.new(0, 16, 0, 16)
10803Icon_5.ZIndex = 7
10804
10805IconMap_5.Name = "IconMap"
10806IconMap_5.Parent = Icon_5
10807IconMap_5.BackgroundColor3 = Color3.new(1, 1, 1)
10808IconMap_5.BackgroundTransparency = 1
10809IconMap_5.Position = UDim2.new(0, -183, 0, -93)
10810IconMap_5.Size = UDim2.new(0, 256, 0, 256)
10811IconMap_5.ZIndex = 7
10812IconMap_5.Image = "rbxassetid://483448923"
10813
10814RemoteName_2.Name = "RemoteName"
10815RemoteName_2.Parent = RemoteOutputTemplate
10816RemoteName_2.BackgroundColor3 = Color3.new(1, 1, 1)
10817RemoteName_2.BackgroundTransparency = 1
10818RemoteName_2.Position = UDim2.new(0, 20, 0, 0)
10819RemoteName_2.Size = UDim2.new(1, -20, 0, 16)
10820RemoteName_2.ZIndex = 7
10821RemoteName_2.Font = Enum.Font.SourceSans
10822RemoteName_2.Text = "GiveMoney | Args: {}"
10823RemoteName_2.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
10824RemoteName_2.TextSize = 14
10825RemoteName_2.TextXAlignment = Enum.TextXAlignment.Left
10826
10827R2S_3.Name = "R2S"
10828R2S_3.Parent = RemoteOutputTemplate
10829R2S_3.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
10830R2S_3.BorderSizePixel = 0
10831R2S_3.Position = UDim2.new(0, 82, 0, 0)
10832R2S_3.Size = UDim2.new(0, 50, 1, 0)
10833R2S_3.ZIndex = 8
10834R2S_3.AutoButtonColor = false
10835R2S_3.Font = Enum.Font.SourceSansSemibold
10836R2S_3.Text = "R2S"
10837R2S_3.TextColor3 = Color3.new(1, 1, 1)
10838R2S_3.TextSize = 14
10839
10840Shadow_38.Name = "Shadow"
10841Shadow_38.Parent = R2S_3
10842Shadow_38.BackgroundColor3 = Color3.new(0, 0, 0)
10843Shadow_38.BackgroundTransparency = 0.80000001192093
10844Shadow_38.BorderSizePixel = 0
10845Shadow_38.Position = UDim2.new(0, 1, 0, 1)
10846Shadow_38.Size = UDim2.new(1, 0, 1, 0)
10847Shadow_38.ZIndex = 7
10848
10849Shadow_39.Name = "Shadow"
10850Shadow_39.Parent = R2S_3
10851Shadow_39.BackgroundColor3 = Color3.new(0, 0, 0)
10852Shadow_39.BackgroundTransparency = 0.80000001192093
10853Shadow_39.BorderSizePixel = 0
10854Shadow_39.Position = UDim2.new(0, 2, 0, 2)
10855Shadow_39.Size = UDim2.new(1, 0, 1, 0)
10856Shadow_39.ZIndex = 7
10857
10858Shadow_40.Name = "Shadow"
10859Shadow_40.Parent = R2S_3
10860Shadow_40.BackgroundColor3 = Color3.new(0, 0, 0)
10861Shadow_40.BackgroundTransparency = 0.80000001192093
10862Shadow_40.BorderSizePixel = 0
10863Shadow_40.Position = UDim2.new(0, 3, 0, 3)
10864Shadow_40.Size = UDim2.new(1, 0, 1, 0)
10865Shadow_40.ZIndex = 7
10866
10867getfenv().script = Instance.new('LocalScript', MrSpyV2RebugKurokkusGhost)
10868
10869repeat wait() until game:GetService("Players").LocalPlayer.Character:WaitForChild("HumanoidRootPart")
10870local Hub = script.Parent.Hub
10871local plr = game:GetService("Players").LocalPlayer
10872local Animate = Hub.Main.Animate
10873local Animate_Time = 30
10874local Exit = Hub.Exit
10875local colSize = 14
10876script.Parent.Hub.Draggable = true
10877local Tabs = Hub.Tabs
10878local TF = Hub.Main.TabsFolder
10879local Remotes = TF.Remotes
10880local Output = TF.Output
10881local Supplies = script.Parent.Holder
10882local Opened = true;
10883local OutputTab = Tabs.Output
10884local RemoteTab = Tabs.Remotes
10885local Explorer = TF.Explorer
10886local R2S = TF.R2S
10887
10888local Instances = {
10889 ["BadgeService"] = 76;
10890 ["Humanoid"] = 10;
10891 ["GuiService"] = 48;
10892 ["CylinderHandleAdornment"] = 55;
10893 ["BallSocketConstraint"] = 90;
10894 ["BrickColorValue"] = 5;
10895 ["Accoutrement"] = 33;
10896 ["AdService"] = 74;
10897 ["AssetService"] = 73;
10898 ["GuiMain"] = 48;
10899 ["ImageButton"] = 53;
10900 ["HapticService"] = 85;
10901 ["DialogChoice"] = 64;
10902 ["Handles"] = 54;
10903 ["ReflectionMetadataClasses"] = 87;
10904 ["JointInstance"] = 35;
10905 ["AnimationController"] = 61;
10906 ["RemoteEvent"] = 81;
10907 ["CollectionService"] = 31;
10908 ["Smoke"] = 60;
10909 ["Configuration"] = 59;
10910 ["KeyframeSequenceProvider"] = 61;
10911 ["Accessory"] = 33;
10912 ["SelectionPointLasso"] = 58;
10913 ["GamePassService"] = 20;
10914 ["CFrameValue"] = 5;
10915 ["TextureTrail"] = 5;
10916 ["ImageLabel"] = 50;
10917 ["ReflectionMetadataMember"] = 87;
10918 ["Animation"] = 61;
10919 ["IntConstrainedValue"] = 5;
10920 ["HttpService"] = 77;
10921 ["PointLight"] = 14;
10922 ["Model"] = 3;
10923 ["DoubleConstrainedValue"] = 5;
10924 ["Snap"] = 35;
10925 ["BodyAngularVelocity"] = 15;
10926 ["VelocityMotor"] = 35;
10927 ["RocketPropulsion"] = 15;
10928 ["SurfaceSelection"] = 56;
10929 ["CoreGui"] = 47;
10930 ["Part"] = 2;
10931 ["ReplicatedFirst"] = 73;
10932 ["BindableEvent"] = 68;
10933 ["SelectionPartLasso"] = 58;
10934 ["NegateOperation"] = 79;
10935 ["PyramidPart"] = 2;
10936 ["ArcHandles"] = 57;
10937 ["Hint"] = 34;
10938 ["Players"] = 22;
10939 ["Script"] = 7;
10940 ["ParallelRampPart"] = 2;
10941 ["RayValue"] = 5;
10942 ["LineHandleAdornment"] = 55;
10943 ["Camera"] = 6;
10944 ["RunService"] = 67;
10945 ["BodyForce"] = 15;
10946 ["KeyframeSequence"] = 61;
10947 ["ServerScriptService"] = 1;
10948 ["BillboardGui"] = 65;
10949 ["BodyThrust"] = 15;
10950 ["RemoteFunction"] = 80;
10951 ["Team"] = 25;
10952 ["Sound"] = 12;
10953 ["GuiButton"] = 53;
10954 ["Workspace"] = 20;
10955 ["Lighting"] = 14;
10956 ["JointsService"] = 35;
10957 ["BlurEffect"] = 91;
10958 ["WedgePart"] = 2;
10959 ["BloomEffect"] = 91;
10960 ["ReflectionMetadata"] = 87;
10961 ["Vector3Value"] = 5;
10962 ["PointsService"] = 84;
10963 ["UserInputService"] = 85;
10964 ["Sparkles"] = 43;
10965 ["BodyGyro"] = 15;
10966 ["Rotate"] = 35;
10967 ["HopperBin"] = 23;
10968 ["ForceField"] = 38;
10969 ["Tool"] = 18;
10970 ["Texture"] = 11;
10971 ["Teams"] = 24;
10972 ["ReflectionMetadataFunctions"] = 87;
10973 ["RodConstraint"] = 90;
10974 ["Folder"] = 71;
10975 ["BodyVelocity"] = 15;
10976 ["Shirt"] = 44;
10977 ["SlidingBallConstraint"] = 90;
10978 ["Animator"] = 61;
10979 ["TextButton"] = 52;
10980 ["Color3Value"] = 5;
10981 ["TextBox"] = 52;
10982 ["NetworkReplicator"] = 30;
10983 ["Platform"] = 36;
10984 ["TerrainRegion"] = 66;
10985 ["SkateboardPlatform"] = 36;
10986 ["Seat"] = 36;
10987 ["Terrain"] = 66;
10988 ["Explosion"] = 37;
10989 ["BlockMesh"] = 9;
10990 ["TeleportService"] = 82;
10991 ["PlayerGui"] = 47;
10992 ["TextLabel"] = 51;
10993 ["SurfaceLight"] = 14;
10994 ["SurfaceGui"] = 65;
10995 ["Debris"] = 31;
10996 ["FlagStand"] = 40;
10997 ["StarterPack"] = 21;
10998 ["BindableFunction"] = 67;
10999 ["ReflectionMetadataCallbacks"] = 87;
11000 ["NetworkClient"] = 17;
11001 ["ModuleScript"] = 72;
11002 ["Flag"] = 39;
11003 ["Status"] = 3;
11004 ["ParticleEmitter"] = 70;
11005 ["StarterPlayer"] = 89;
11006 ["StringValue"] = 5;
11007 ["ObjectValue"] = 5;
11008 ["CharacterMesh"] = 61;
11009 ["StarterGui"] = 47;
11010 ["ReplicatedStorage"] = 73;
11011 ["StarterCharacterScripts"] = 83;
11012 ["NetworkServer"] = 16;
11013 ["Backpack"] = 21;
11014 ["ReflectionMetadataEnum"] = 87;
11015 ["StarterPlayerScripts"] = 83;
11016 ["SpotLight"] = 14;
11017 ["CustomEventReceiver"] = 5;
11018 ["SphereHandleAdornment"] = 55;
11019 ["SoundService"] = 32;
11020 ["SpecialMesh"] = 9;
11021 ["SpawnLocation"] = 26;
11022 ["PlayerScripts"] = 83;
11023 ["PartPairLasso"] = 58;
11024 ["ColorCorrectionEffect"] = 91;
11025 ["UnionOperation"] = 78;
11026 ["Sky"] = 29;
11027 ["MoveToConstraint"] = 90;
11028 ["RopeConstraint"] = 90;
11029 ["RightAngleRampPart"] = 2;
11030 ["ShirtGraphic"] = 41;
11031 ["ScreenGui"] = 48;
11032 ["SelectionSphere"] = 55;
11033 ["RotateV"] = 35;
11034 ["SelectionBox"] = 55;
11035 ["VehicleSeat"] = 36;
11036 ["CustomEvent"] = 5;
11037 ["Chat"] = 34;
11038 ["ServerStorage"] = 75;
11039 ["Selection"] = 56;
11040 ["IntValue"] = 5;
11041 ["RotateP"] = 35;
11042 ["FloorWire"] = 5;
11043 ["TrussPart"] = 2;
11044 ["StarterGear"] = 21;
11045 ["ReflectionMetadataYieldFunctions"] = 87;
11046 ["ReflectionMetadataProperties"] = 87;
11047 ["ReflectionMetadataEvents"] = 87;
11048 ["ReflectionMetadataEnums"] = 87;
11049 ["ReflectionMetadataEnumItem"] = 87;
11050 ["ReflectionMetadataClass"] = 87;
11051 ["PrismPart"] = 2;
11052 ["BinaryStringValue"] = 5;
11053 ["Glue"] = 35;
11054 ["PrismaticConstraint"] = 90;
11055 ["TouchTransmitter"] = 38;
11056 ["CornerWedgePart"] = 2;
11057 ["PathfindingService"] = 38;
11058 ["SpringConstraint"] = 90;
11059 ["Fire"] = 62;
11060 ["Pants"] = 45;
11061 ["NumberValue"] = 5;
11062 ["TestService"] = 69;
11063 ["Motor6D"] = 35;
11064 ["Motor"] = 35;
11065 ["CylindricalConstraint"] = 90;
11066 ["MarketplaceService"] = 47;
11067 ["CoreScript"] = 19;
11068 ["CylinderMesh"] = 9;
11069 ["ConeHandleAdornment"] = 55;
11070 ["SunRaysEffect"] = 91;
11071 ["LocalScript"] = 19;
11072 ["Weld"] = 35;
11073 ["Attachment"] = 35;
11074 ["BoolValue"] = 5;
11075 ["Dialog"] = 63;
11076 ["Pose"] = 61;
11077 ["Decal"] = 8;
11078 ["Hat"] = 46;
11079 ["AnimationTrack"] = 61;
11080 ["ClickDetector"] = 42;
11081 ["Frame"] = 49;
11082 ["LogService"] = 88;
11083 ["FileMesh"] = 9;
11084 ["InsertService"] = 73;
11085 ["HingeConstraint"] = 90;
11086 ["Message"] = 34;
11087 ["Player"] = 13;
11088 ["ContextActionService"] = 42;
11089 ["ContentProvider"] = 73;
11090 ["BodyPosition"] = 15;
11091 ["BoxHandleAdornment"] = 55;
11092 ["ScrollingFrame"] = 49;
11093 ["Keyframe"] = 61;
11094}
11095
11096function LoadIcon(service, frame, numb)
11097 if Instances[service] or numb then
11098 local row = 1
11099 local col = 0
11100 if numb then
11101 for i = 1,numb do
11102 if i > colSize*row then
11103 col = 1
11104 row = row+1
11105 else
11106 col = col+1
11107 end
11108 end
11109 else
11110 for i = 1,Instances[service] do
11111 if i > colSize*row then
11112 col = 1
11113 row = row+1
11114 else
11115 col = col+1
11116 end
11117 end
11118 end
11119 frame.IconMap.Position = UDim2.new(0,(-3+(-18*col))+18,0,(-3+(-18*row))+18)
11120 end
11121end
11122
11123Exit.MouseEnter:Connect(function()
11124 game:GetService("TweenService"):Create(Exit, TweenInfo.new(0.1), {
11125 ['ImageColor3'] = Color3.fromRGB(200,200,200);
11126 }):Play();
11127end)
11128
11129Exit.MouseLeave:Connect(function()
11130 game:GetService("TweenService"):Create(Exit, TweenInfo.new(0.1), {
11131 ['ImageColor3'] = Color3.fromRGB(255,255,255);
11132 }):Play();
11133end)
11134
11135Exit.MouseButton1Down:Connect(function()
11136 Opened = false
11137 Hub:TweenPosition(UDim2.new(0.5,0,1.1,0),"InOut","Sine",0.25,true)
11138end)
11139
11140Hub.MouseEnter:Connect(function()
11141 game:GetService("TweenService"):Create(Hub, TweenInfo.new(0.1), {
11142 ['BackgroundColor3'] = Color3.fromRGB(50,50,50);
11143 }):Play();
11144end)
11145
11146Hub.MouseLeave:Connect(function()
11147 game:GetService("TweenService"):Create(Hub, TweenInfo.new(0.1), {
11148 ['BackgroundColor3'] = Color3.fromRGB(40, 40, 40);
11149 }):Play();
11150end)
11151
11152local CHO = false
11153local BTH = false
11154
11155OutputTab.ClearHolder.MouseEnter:Connect(function()
11156 CHO = true
11157end)
11158
11159OutputTab.ClearHolder.MouseLeave:Connect(function()
11160 CHO = false
11161end)
11162
11163OutputTab.MouseEnter:Connect(function()
11164 BTH = true
11165 OutputTab.ClearHolder.Clear:TweenPosition(UDim2.new(0,0,0.5,-7),"InOut","Sine",0.2,true)
11166 repeat wait() until not BTH or not CHO
11167 OutputTab.ClearHolder.Clear:TweenPosition(UDim2.new(0,0,0,-7),"InOut","Sine",0.2,true)
11168end)
11169
11170local SH = false
11171local RH = false
11172
11173RemoteTab.Spys.MouseEnter:Connect(function()
11174 SH = true
11175end)
11176
11177RemoteTab.Spys.MouseLeave:Connect(function()
11178 SH = false
11179end)
11180
11181RemoteTab.MouseEnter:Connect(function()
11182 RH = true
11183 RemoteTab.Spys.Spyer:TweenPosition(UDim2.new(0,0,0.5,-7),"InOut","Sine",0.2,true)
11184 repeat wait() until not SH or not RH
11185 RemoteTab.Spys.Spyer:TweenPosition(UDim2.new(0,0,0,-7),"InOut","Sine",0.2,true)
11186end)
11187
11188function OpenUI()
11189 if Opened then
11190 Opened = not Opened
11191 Hub:TweenPosition(UDim2.new(0.5,0,1.1,0),"InOut","Sine",0.25,true)
11192 else
11193 Opened = not Opened
11194 Hub:TweenPosition(UDim2.new(0.5,0,0.35,0),"InOut","Sine",0.25,true)
11195 end
11196end
11197
11198plr.Chatted:Connect(function(msg)
11199 if msg:lower() == "/e open" then
11200 OpenUI()
11201 end
11202end)
11203
11204game:GetService("UserInputService").InputBegan:Connect(function(input, proc)
11205 if not proc and input.KeyCode == Enum.KeyCode.F4 then
11206 OpenUI()
11207 end
11208end)
11209
11210function SwitchTab(tab,x)
11211 Tabs.TabLine:TweenPosition(UDim2.new(x,0,1,0),"InOut","Sine",0.25,true)
11212 if tab == "Remotes" then
11213 TF.Remotes:TweenPosition(UDim2.new(0,0,0,0),"InOut","Sine",0.25,true)
11214 TF.Output:TweenPosition(UDim2.new(1,0,0,0),"InOut","Sine",0.25,true)
11215 TF.Explorer:TweenPosition(UDim2.new(2,0,0,0),"InOut","Sine",0.25,true)
11216 TF.R2S:TweenPosition(UDim2.new(3,0,0,0),"InOut","Sine",0.25,true)
11217 elseif tab == "Output" then
11218 TF.Remotes:TweenPosition(UDim2.new(-1,0,0,0),"InOut","Sine",0.25,true)
11219 TF.Output:TweenPosition(UDim2.new(0,0,0,0),"InOut","Sine",0.25,true)
11220 TF.Explorer:TweenPosition(UDim2.new(1,0,0,0),"InOut","Sine",0.25,true)
11221 TF.R2S:TweenPosition(UDim2.new(2,0,0,0),"InOut","Sine",0.25,true)
11222 elseif tab == "Explorer" then
11223 TF.Remotes:TweenPosition(UDim2.new(-2,0,0,0),"InOut","Sine",0.25,true)
11224 TF.Output:TweenPosition(UDim2.new(-1,0,0,0),"InOut","Sine",0.25,true)
11225 TF.Explorer:TweenPosition(UDim2.new(0,0,0,0),"InOut","Sine",0.25,true)
11226 TF.R2S:TweenPosition(UDim2.new(1,0,0,0),"InOut","Sine",0.25,true)
11227 elseif tab == "R2S" then
11228 TF.Remotes:TweenPosition(UDim2.new(-3,0,0,0),"InOut","Sine",0.25,true)
11229 TF.Output:TweenPosition(UDim2.new(-2,0,0,0),"InOut","Sine",0.25,true)
11230 TF.Explorer:TweenPosition(UDim2.new(-1,0,0,0),"InOut","Sine",0.25,true)
11231 TF.R2S:TweenPosition(UDim2.new(0,0,0,0),"InOut","Sine",0.25,true)
11232 end
11233end
11234
11235for i,v in pairs(Tabs:GetChildren()) do
11236 if v:IsA("TextButton") then
11237 v.MouseButton1Down:Connect(function()
11238 SwitchTab(v.Name,v.Position.X.Scale)
11239 end)
11240 end
11241end
11242
11243local Ignores = {
11244 ["CharacterSoundEvent"] = true;
11245 ["MovementUpdate"] = true;
11246 ["OnNewMessage"] = true;
11247 ["OnMessageDoneFiltering"] = true;
11248 ["OnNewSystemMessage"] = true;
11249 ["OnChannelJoined"] = true;
11250 ["OnChannelLeft"] = true;
11251 ["OnMuted"] = true;
11252 ["OnUnmuted"] = true;
11253 ["OnMainChannelSet"] = true;
11254 ["ChannelNameColorUpdated"] = true;
11255 ["SayMessageRequest"] = true;
11256 ["SetBlockedUserIdsRequest"] = true;
11257 ["GetInitDataRequest"] = true;
11258 ["MutePlayerRequest"] = true;
11259 ["UnMutePlayerRequest"] = true;
11260 ["DefaultServerSoundEvent"] = true;
11261 ["AddCharacterLoadedEvent"] = true;
11262 ["RemoveCharacterEvent"] = true;
11263 ["SoundDispatcher"] = true;
11264 ["GamepadNotifications"] = true;
11265 ["SendNotificationInfo"] = true;
11266 ["FollowRelationshipChanged"] = true;
11267 ["NewFollower"] = true;
11268 ["GetFollowRelationships"] = true;
11269 ["SetPlayerBlockList"] = true;
11270 ["UpdatePlayerBlockList"] = true;
11271 ["SetDialogInUse"] = true;
11272 ["GetServerVersion"] = true;
11273}
11274
11275local RemotesToSpy = {}
11276local SpyingRemotes = {}
11277local BiggestTB = 0;
11278
11279function UpdateOutput()
11280 Output.OutputWindow.CanvasSize = UDim2.new(0,89+BiggestTB,0,(#Output.OutputWindow:GetChildren()*20)+1)
11281end
11282
11283function ClearOutput()
11284 BiggestTB = 0
11285 Output.OutputWindow:ClearAllChildren()
11286 UpdateOutput()
11287end
11288
11289OutputTab.ClearHolder.Clear.MouseButton1Down:Connect(function()
11290 BTH = false
11291 CHO = false
11292 ClearOutput()
11293end)
11294
11295local TextToCopy = ""
11296
11297function LoadR2S(obj,args)
11298 R2S.Warning.Visible = false
11299 R2S.Window.Visible = true
11300
11301 local InstancesTable = {}
11302 local String = ""
11303 for i in string.gmatch(obj:GetFullName(),".") do
11304 if i == "." then
11305 InstancesTable[#InstancesTable+1] = String
11306 String = ""
11307 else
11308 String = String .. i
11309 end
11310 end
11311 InstancesTable[#InstancesTable+1] = String
11312
11313 local TextToLoad = "local Remote = game"
11314
11315 for i,v in pairs(InstancesTable) do
11316 if i == #InstancesTable then
11317 TextToLoad = TextToLoad.."['"..v.."']"
11318 else
11319 TextToLoad = TextToLoad.."."..v
11320 end
11321 end
11322
11323 TextToLoad = TextToLoad.."\n\nlocal Arguments = "
11324
11325 local function GenerateScript()
11326 local Tabs = 0
11327 local function AddTabs()
11328 if Tabs == 0 then return end
11329 for i = 0,Tabs do
11330 TextToLoad = TextToLoad.." "
11331 end
11332 end
11333 local IgnoreCommaBreak = false
11334 local last = ""
11335 for i in string.gmatch(args,".") do
11336 if i == "{" then
11337 TextToLoad = TextToLoad.."{\n"
11338 Tabs = Tabs + 1
11339 AddTabs()
11340 elseif i == "}" then
11341 TextToLoad = TextToLoad.."\n"
11342 Tabs = Tabs - 1
11343 AddTabs()
11344 TextToLoad = TextToLoad.."}"
11345 elseif i == "(" then
11346 IgnoreCommaBreak = true
11347 TextToLoad = TextToLoad..i
11348 elseif i == ")" and IgnoreCommaBreak then
11349 IgnoreCommaBreak = false
11350 TextToLoad = TextToLoad..i
11351 elseif i == "," and not IgnoreCommaBreak then
11352 TextToLoad = TextToLoad..",\n"
11353 AddTabs()
11354 elseif i == " " and last == "," then
11355 --lol goteeem im doing nothing here cuz it's mainly for visuals
11356 else
11357 TextToLoad = TextToLoad..i
11358 end
11359 last = i
11360 end
11361 end
11362 GenerateScript()
11363 TextToLoad = TextToLoad.."\n\nRemote:"..((obj.ClassName == "RemoteEvent" and "FireServer") or (obj.ClassName == "RemoteFunction" and "InvokeServer") or (obj.ClassName == "BindableEvent" and "Fire") or (obj.ClassName == "BindableFunction" and "Invoke")).."(unpack(Arguments))"
11364
11365 TextToCopy = TextToLoad
11366
11367 R2S.Window.ScriptWindow.RemoteScript.Text = TextToLoad
11368 R2S.Window.ScriptWindow.CanvasSize = UDim2.new(0,R2S.Window.ScriptWindow.RemoteScript.TextBounds.X+6,0,R2S.Window.ScriptWindow.RemoteScript.TextBounds.Y+6)
11369end
11370
11371R2S.Window.CopyClip.MouseEnter:Connect(function()
11372 game:GetService("TweenService"):Create(R2S.Window.CopyClip, TweenInfo.new(0.1), {
11373 ['BackgroundColor3'] = Color3.fromRGB(60, 60, 60);
11374 }):Play();
11375end)
11376
11377R2S.Window.CopyClip.MouseLeave:Connect(function()
11378 game:GetService("TweenService"):Create(R2S.Window.CopyClip, TweenInfo.new(0.1), {
11379 ['BackgroundColor3'] = Color3.fromRGB(50, 50, 50);
11380 }):Play();
11381end)
11382
11383R2S.Window.CopyClip.MouseButton1Down:Connect(function()
11384 R2S.Window.CopyClip.BackgroundColor3 = Color3.fromRGB(100, 100, 100)
11385 game:GetService("TweenService"):Create(R2S.Window.CopyClip, TweenInfo.new(0.1), {
11386 ['BackgroundColor3'] = Color3.fromRGB(50, 50, 50);
11387 }):Play();
11388 if setclipboard then
11389 setclipboard(TextToCopy)
11390 elseif toclipboard then
11391 toclipboard(TextToCopy)
11392 elseif syn and syn.write_clipboard then
11393 syn.write_clipboard(TextToCopy)
11394 end
11395end)
11396
11397local ViewDB = false
11398
11399function AddToOutput(obj,args)
11400 local temp = Supplies.RemoteOutputTemplate:Clone()
11401 temp.RemoteName.Text = obj.Name.." | Args: "..args
11402 LoadIcon(obj.ClassName,temp.Icon)
11403 temp.Position = UDim2.new(0,5,0,#Output.OutputWindow:GetChildren()*20)
11404 temp.Parent = Output.OutputWindow
11405 temp.R2S.Position = UDim2.new(0,25+temp.RemoteName.TextBounds.X,0,0)
11406 if temp.RemoteName.TextBounds.X >= BiggestTB then
11407 BiggestTB = temp.RemoteName.TextBounds.X
11408 end
11409 UpdateOutput()
11410 temp.R2S.MouseEnter:Connect(function()
11411 game:GetService("TweenService"):Create(temp.R2S, TweenInfo.new(0.1), {
11412 ['BackgroundColor3'] = Color3.fromRGB(75,75,75);
11413 }):Play();
11414 end)
11415 temp.R2S.MouseLeave:Connect(function()
11416 game:GetService("TweenService"):Create(temp.R2S, TweenInfo.new(0.1), {
11417 ['BackgroundColor3'] = Color3.fromRGB(60, 60, 60);
11418 }):Play();
11419 end)
11420 temp.R2S.MouseButton1Down:Connect(function()
11421 if not ViewDB then
11422 ViewDB = true
11423 LoadR2S(obj,args)
11424 SwitchTab("R2S",0.75)
11425 wait(0.5)
11426 ViewDB = false
11427 end
11428 end)
11429end
11430
11431--Do Spy stuff boyssssss
11432
11433local IgnoreThis = {
11434 GetSetting = true;
11435 GetSelection = true;
11436 SelectionChanged = true;
11437 GetAwaiting = true;
11438}
11439
11440function GetType(item)
11441 if type(item) == "string" then
11442 return "\""..item.."\""
11443 elseif type(item) == "table" then
11444 local str = "{"
11445 local max = 0
11446 local numb = 1
11447 for i,v in pairs(item) do
11448 max = max+1
11449 end
11450 for i,v in pairs(item) do
11451 if numb == max then
11452 str = str.."["..GetType(i).."] = "..GetType(v)
11453 else
11454 str = str.."["..GetType(i).."] = "..GetType(v)..", "
11455 end
11456 numb = numb + 1
11457 end
11458 str = str.."}"
11459 return str
11460 elseif type(item) == "userdata" then
11461 local a,b = pcall(function()
11462 return item.ClassName
11463 end)
11464 if a then
11465 return item:GetFullName()
11466 else
11467 if tostring(b):match("not a valid member of %w+") then
11468 local c, d = tostring(b):match("not a valid member of %w+"):find("of ")
11469 local class = tostring(b):match("not a valid member of %w+"):sub(d+1)
11470 return class..".new(".. tostring(item) ..")"
11471 end
11472 end
11473 else
11474 return tostring(item)
11475 end
11476end
11477
11478function ReturnArgs(...)
11479 local args = {...}
11480 local list = ""
11481 local max = 0
11482 local numb = 1
11483 for i,v in pairs(args) do
11484 max = max + 1
11485 end
11486 for i,v in pairs(args) do
11487 if numb == max then
11488 list = list..GetType(v)
11489 else
11490 list = list..GetType(v)..", "
11491 end
11492 numb = numb + 1
11493 end
11494 list=list
11495 return list
11496end
11497
11498local mt = getrawmetatable(game)
11499local old_n = mt.__namecall
11500if setreadonly then
11501 setreadonly(mt, false)
11502elseif make_writeable then
11503 make_writeable(mt)
11504end
11505
11506local protect = newcclosure or protect_function or function(f) return f end
11507mt.__namecall = protect(function(self, ...)
11508 local args = {...}
11509 table.remove(args)
11510
11511 if (not IgnoreThis[self.Name]) and SpyingRemotes[self] and RemoteIgnores[self.ClassName] then
11512 AddToOutput(self, ReturnArgs(args));
11513 end
11514
11515 return old_n(self, ...)
11516end)
11517
11518if replaceclosure then
11519 local OldFireServer
11520 local Hook = protect(function(self,...)
11521 local args = {...}
11522
11523 if (not IgnoreThis[self.Name]) and SpyingRemotes[self] then
11524 AddToOutput(self, ReturnArgs(args));
11525 end
11526
11527 return OldFireServer(self,...)
11528 end)
11529
11530 OldFireServer = replaceclosure(Instance.new("RemoteEvent").FireServer, Hook)
11531
11532 local OldInvokeServer
11533 local Hook2 = protect(function(self,...)
11534 local args = {...}
11535
11536 if (not IgnoreThis[self.Name]) and SpyingRemotes[self] then
11537 AddToOutput(self, ReturnArgs(args));
11538 end
11539
11540 return OldInvokeServer(self,...)
11541 end)
11542
11543 OldInvokeServer = replaceclosure(Instance.new("RemoteFunction").InvokeServer, Hook2)
11544end
11545----------------------
11546
11547local BiggestR = 0;
11548
11549function UpdateRemotes()
11550 Remotes.CanvasSize = UDim2.new(0,144+BiggestR,0,(#Remotes:GetChildren()-1)*20)
11551end
11552
11553function Spy(temp,bool)
11554 if not bool then
11555 temp.Spy.Text = "Spy"
11556 game:GetService("TweenService"):Create(temp.Spy, TweenInfo.new(0.5), {
11557 ['TextColor3'] = Color3.fromRGB(255,255,255);
11558 }):Play();
11559 else
11560 temp.Spy.Text = "Spying"
11561 game:GetService("TweenService"):Create(temp.Spy, TweenInfo.new(0.5), {
11562 ['TextColor3'] = Color3.fromRGB(17, 170, 73);
11563 }):Play();
11564 end
11565end
11566
11567function LoadExplorer(obj)
11568 Explorer.Window.ExplorerWindow:ClearAllChildren()
11569 Explorer.Window.ExplorerWindow.CanvasSize = UDim2.new(0,0,0,0)
11570 Explorer.Warning.Visible = false
11571 Explorer.Window.Visible = true
11572 local InstancesTable = {}
11573 local String = ""
11574 for i in string.gmatch(obj:GetFullName(),".") do
11575 if i == "." then
11576 InstancesTable[#InstancesTable+1] = String
11577 String = ""
11578 else
11579 String = String .. i
11580 end
11581 end
11582 InstancesTable[#InstancesTable+1] = String
11583 local ClassTable = {}
11584 local function Check(obj,pos)
11585 if obj:FindFirstChild(InstancesTable[pos]) then
11586 ClassTable[pos] = obj:FindFirstChild(InstancesTable[pos])
11587 if InstancesTable[pos+1] then
11588 Check(obj:FindFirstChild(InstancesTable[pos]),pos+1)
11589 end
11590 end
11591 end
11592 Check(game,1)
11593 local last
11594 for i,v in pairs(InstancesTable) do
11595 local temp = Supplies.ExplorerTemplate:Clone()
11596 temp.Name = v
11597 temp.InstanceName.Text = v
11598 LoadIcon(((ClassTable[i] and ClassTable[i].ClassName) or "Folder"),temp.Icon)
11599 if ClassTable[i] then
11600 if #ClassTable[i]:GetChildren() > 0 then
11601 temp.Arrow.Visible = true
11602 else
11603 temp.Arrow.Visible = false
11604 end
11605 end
11606 if last then
11607 temp.Parent = last.Holder
11608 else
11609 temp.Parent = Explorer.Window.ExplorerWindow
11610 end
11611 temp.BG.Size = UDim2.new(0,temp.InstanceName.TextBounds.X+36,1,0)
11612 temp.InstanceName.Size = UDim2.new(0,temp.InstanceName.TextBounds.X+10,1,0)
11613 last = temp
11614 temp.InstanceName.MouseEnter:Connect(function()
11615 game:GetService("TweenService"):Create(temp.BG, TweenInfo.new(0.1), {
11616 ['BackgroundTransparency'] = 0.5;
11617 }):Play();
11618 end)
11619 temp.InstanceName.MouseLeave:Connect(function()
11620 game:GetService("TweenService"):Create(temp.BG, TweenInfo.new(0.1), {
11621 ['BackgroundTransparency'] = 1;
11622 }):Play();
11623 end)
11624 temp.Arrow.Open.MouseEnter:Connect(function()
11625 game:GetService("TweenService"):Create(temp.Arrow.IconMap, TweenInfo.new(0.1), {
11626 ['ImageColor3'] = Color3.fromRGB(200,200,200);
11627 }):Play();
11628 end)
11629 temp.Arrow.Open.MouseLeave:Connect(function()
11630 game:GetService("TweenService"):Create(temp.Arrow.IconMap, TweenInfo.new(0.1), {
11631 ['ImageColor3'] = Color3.fromRGB(255,255,255);
11632 }):Play();
11633 end)
11634 temp.Arrow.Open.MouseButton1Down:Connect(function()
11635 if temp.Holder.Visible then
11636 temp.Holder.Visible = false
11637 LoadIcon(nil,temp.Arrow,166)
11638 else
11639 temp.Holder.Visible = true
11640 LoadIcon(nil,temp.Arrow,167)
11641 end
11642 end)
11643 temp.InstanceName.Open.MouseButton1Down:Connect(function()
11644 if temp.Holder.Visible then
11645 temp.Holder.Visible = false
11646 LoadIcon(nil,temp.Arrow,166)
11647 else
11648 temp.Holder.Visible = true
11649 LoadIcon(nil,temp.Arrow,167)
11650 end
11651 end)
11652 end
11653 Explorer.Window.ExplorerWindow.CanvasSize = UDim2.new(0,(last.AbsolutePosition.X-Explorer.AbsolutePosition.X)+50+last.InstanceName.TextBounds.X,0,(20*#InstancesTable)+5)
11654end
11655
11656local AllStuff = {}
11657
11658function MakeRemote(obj)
11659 local temp = Supplies.RemoteTemplate:Clone()
11660 temp.RemoteName.Text = obj.Name
11661 LoadIcon(obj.ClassName,temp.Icon)
11662 temp.Parent = Remotes
11663 temp.Spy.Position = UDim2.new(0,25+temp.RemoteName.TextBounds.X,0,0)
11664 temp.View.Position = UDim2.new(0,80+temp.RemoteName.TextBounds.X,0,0)
11665 if temp.RemoteName.TextBounds.X >= BiggestR then
11666 BiggestR = temp.RemoteName.TextBounds.X
11667 end
11668 RemotesToSpy[obj] = temp
11669 AllStuff[temp] = obj
11670 temp.Spy.MouseEnter:Connect(function()
11671 game:GetService("TweenService"):Create(temp.Spy, TweenInfo.new(0.1), {
11672 ['BackgroundColor3'] = Color3.fromRGB(75,75,75);
11673 }):Play();
11674 end)
11675 temp.Spy.MouseLeave:Connect(function()
11676 game:GetService("TweenService"):Create(temp.Spy, TweenInfo.new(0.1), {
11677 ['BackgroundColor3'] = Color3.fromRGB(60, 60, 60);
11678 }):Play();
11679 end)
11680 temp.View.MouseEnter:Connect(function()
11681 game:GetService("TweenService"):Create(temp.View, TweenInfo.new(0.1), {
11682 ['BackgroundColor3'] = Color3.fromRGB(75,75,75);
11683 }):Play();
11684 end)
11685 temp.View.MouseLeave:Connect(function()
11686 game:GetService("TweenService"):Create(temp.View, TweenInfo.new(0.1), {
11687 ['BackgroundColor3'] = Color3.fromRGB(60, 60, 60);
11688 }):Play();
11689 end)
11690 temp.Spy.MouseButton1Down:Connect(function()
11691 if SpyingRemotes[obj] then
11692 SpyingRemotes[obj] = nil
11693 Spy(temp,false)
11694 else
11695 SpyingRemotes[obj] = true
11696 Spy(temp,true)
11697 end
11698 end)
11699 temp.View.MouseButton1Down:Connect(function()
11700 if not ViewDB then
11701 ViewDB = true
11702 LoadExplorer(obj)
11703 SwitchTab("Explorer",0.5)
11704 wait(0.5)
11705 ViewDB = false
11706 end
11707 end)
11708end
11709
11710local SpyingDB = false
11711RemoteTab.Spys.Spyer.MouseButton1Down:Connect(function()
11712 if not SpyingDB then
11713 SpyingDB = true
11714 game:GetService("TweenService"):Create(RemoteTab.Spys.Spyer, TweenInfo.new(0.1), {
11715 ['ImageColor3'] = Color3.fromRGB(215, 90, 74);
11716 }):Play();
11717 RemoteTab.Spys.Spyer.Words.Text = "Unspy All"
11718 for i,v in pairs(Remotes:GetChildren()) do
11719 if v:IsA("Frame") then
11720 Spy(v,true)
11721 if AllStuff[v] then
11722 SpyingRemotes[AllStuff[v]] = true
11723 end
11724 end
11725 end
11726 else
11727 SpyingDB = false
11728 game:GetService("TweenService"):Create(RemoteTab.Spys.Spyer, TweenInfo.new(0.1), {
11729 ['ImageColor3'] = Color3.fromRGB(0, 170, 93);
11730 }):Play();
11731 RemoteTab.Spys.Spyer.Words.Text = "Spy All"
11732 for i,v in pairs(Remotes:GetChildren()) do
11733 if v:IsA("Frame") then
11734 Spy(v,false)
11735 if AllStuff[v] then
11736 SpyingRemotes[AllStuff[v]] = nil
11737 end
11738 end
11739 end
11740 end
11741end)
11742
11743function LoadSpy()
11744 Remotes:ClearAllChildren()
11745 Supplies.RemoteGrid:Clone().Parent = Remotes
11746 local function recur(obj)
11747 for i,v in pairs(obj:GetChildren()) do
11748 local suc, err = pcall(function()
11749 v:GetChildren()
11750 end)
11751 if suc then
11752 if RemoteIgnores[v.ClassName] and not Ignores[v.Name] then
11753 MakeRemote(v)
11754 end
11755 recur(v)
11756 end
11757 end
11758 end
11759 recur(game)
11760 UpdateRemotes()
11761end
11762spawn(function()LoadSpy()end)
11763
11764function CreateListener()
11765 for i,v in pairs(game:GetChildren()) do
11766 local suc, err = pcall(function()
11767 v:GetChildren()
11768 end)
11769 if suc then
11770 v.DescendantAdded:Connect(function(obj)
11771 if RemoteIgnores[obj.ClassName] and not Ignores[obj.Name] then
11772 MakeRemote(obj)
11773 UpdateRemotes()
11774 end
11775 end)
11776 v.DescendantRemoving:Connect(function(obj)
11777 if RemoteIgnores[obj.ClassName] and not Ignores[obj.Name] then
11778 RemotesToSpy[obj]:Destroy()
11779 RemotesToSpy[obj] = nil
11780 SpyingRemotes[obj] = nil
11781 end
11782 end)
11783 end
11784 end
11785end
11786spawn(function()CreateListener()end)
11787
11788spawn(function()
11789 while true do
11790 for i = 0,100 do
11791 Tabs.TabLine.BackgroundColor3 = Color3.fromHSV(i/100,0.75,0.75)
11792 wait()
11793 end
11794 end
11795end)
11796
11797spawn(function()
11798 while true do
11799 Animate.Texture:TweenPosition(UDim2.new(-2,0,-2,0),"Out","Linear",Animate_Time,true)
11800 Animate.Texture2:TweenPosition(UDim2.new(0,0,0,0),"Out","Linear",Animate_Time,true)
11801 Animate.Texture3:TweenPosition(UDim2.new(-2,0,0,0),"Out","Linear",Animate_Time,true)
11802 Animate.Texture4:TweenPosition(UDim2.new(0,0,-2,0),"Out","Linear",Animate_Time,true)
11803 wait(Animate_Time)
11804 Animate.Texture.Position = UDim2.new(2,0,2,0)
11805 Animate.Texture3.Position = UDim2.new(0,0,2,0)
11806 Animate.Texture4.Position = UDim2.new(2,0,0,0)
11807 Animate.Texture2:TweenPosition(UDim2.new(-2,0,-2,0),"Out","Linear",Animate_Time,true)
11808 Animate.Texture:TweenPosition(UDim2.new(0,0,0,0),"Out","Linear",Animate_Time,true)
11809 Animate.Texture3:TweenPosition(UDim2.new(-2,0,0,0),"Out","Linear",Animate_Time,true)
11810 Animate.Texture4:TweenPosition(UDim2.new(0,0,-2,0),"Out","Linear",Animate_Time,true)
11811 wait(Animate_Time)
11812 Animate.Texture2.Position = UDim2.new(2,0,2,0)
11813 Animate.Texture3.Position = UDim2.new(0,0,2,0)
11814 Animate.Texture4.Position = UDim2.new(2,0,0,0)
11815 end
11816end)
11817end)
11818
11819Page2.Name = "Page2"
11820Page2.Parent = MainGUI
11821Page2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
11822Page2.BorderSizePixel = 0
11823Page2.Position = UDim2.new(0.879551828, 0, 0.724409461, 0)
11824Page2.Size = UDim2.new(0, 23, 0, 18)
11825Page2.Font = Enum.Font.GothamBlack
11826Page2.Text = ">"
11827Page2.TextColor3 = Color3.new(1, 0, 0)
11828Page2.TextScaled = true
11829Page2.TextSize = 14
11830Page2.TextWrapped = true
11831Page2.MouseButton1Click:connect(function()
11832 MainGUI.Visible = false
11833 Page2Frame.Visible = true
11834end)
11835
11836Page2Frame.Name = "Page2Frame"
11837Page2Frame.Parent = GX
11838Page2Frame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
11839Page2Frame.BorderSizePixel = 0
11840Page2Frame.Position = UDim2.new(-13.652174, 0, -10.2222214, 0)
11841Page2Frame.Size = UDim2.new(0, 357, 0, 254)
11842Page2Frame.Visible = false
11843
11844TextLabel_11.Parent = Page2Frame
11845TextLabel_11.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
11846TextLabel_11.BorderSizePixel = 0
11847TextLabel_11.Size = UDim2.new(0, 357, 0, 24)
11848TextLabel_11.Font = Enum.Font.GothamBlack
11849TextLabel_11.Text = "GX GUI - Page 2"
11850TextLabel_11.TextColor3 = Color3.new(1, 1, 1)
11851TextLabel_11.TextScaled = true
11852TextLabel_11.TextSize = 14
11853TextLabel_11.TextWrapped = true
11854
11855ClosePage.Name = "ClosePage"
11856ClosePage.Parent = Page2Frame
11857ClosePage.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
11858ClosePage.BorderSizePixel = 0
11859ClosePage.Position = UDim2.new(0.89635855, 0, 0.874015749, 0)
11860ClosePage.Size = UDim2.new(0, 29, 0, 20)
11861ClosePage.Font = Enum.Font.GothamBlack
11862ClosePage.Text = "X"
11863ClosePage.TextColor3 = Color3.new(1, 0, 0)
11864ClosePage.TextScaled = true
11865ClosePage.TextSize = 14
11866ClosePage.TextWrapped = true
11867ClosePage.MouseButton1Click:connect(function()
11868 Page2Frame.Visible = false
11869 MainGUI.Visible = true
11870end)
11871
11872Page1.Name = "Page1"
11873Page1.Parent = Page2Frame
11874Page1.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
11875Page1.BorderSizePixel = 0
11876Page1.Position = UDim2.new(0.0588235185, 0, 0.866141796, 0)
11877Page1.Size = UDim2.new(0, 23, 0, 18)
11878Page1.Font = Enum.Font.GothamBlack
11879Page1.Text = "<"
11880Page1.TextColor3 = Color3.new(1, 0, 0)
11881Page1.TextScaled = true
11882Page1.TextSize = 14
11883Page1.TextWrapped = true
11884Page1.MouseButton1Click:connect(function()
11885 MainGUI.Visible = true
11886 Page2Frame.Visible = false
11887end)
11888
11889FakeAdmin.Name = "FakeAdmin"
11890FakeAdmin.Parent = Page2Frame
11891FakeAdmin.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
11892FakeAdmin.BorderSizePixel = 0
11893FakeAdmin.Position = UDim2.new(0.1232493, 0, 0.192913383, 0)
11894FakeAdmin.Size = UDim2.new(0, 269, 0, 21)
11895FakeAdmin.Font = Enum.Font.GothamBlack
11896FakeAdmin.Text = "Fake Admin/Builderclub [ScreenShare Trolling]"
11897FakeAdmin.TextColor3 = Color3.new(1, 1, 1)
11898FakeAdmin.TextScaled = true
11899FakeAdmin.TextSize = 93
11900FakeAdmin.TextWrapped = true
11901FakeAdmin.MouseButton1Click:connect(function()
11902 loadstring(game:HttpGet(("https://pastebin.com/raw/8HwHBQDM"),true))()
11903end)
11904
11905Noclip.Name = "Noclip"
11906Noclip.Parent = Page2Frame
11907Noclip.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
11908Noclip.BorderSizePixel = 0
11909Noclip.Position = UDim2.new(0.1232493, 0, 0.291338563, 0)
11910Noclip.Size = UDim2.new(0, 269, 0, 21)
11911Noclip.Font = Enum.Font.GothamBlack
11912Noclip.Text = "Noclip [Keybind is E]"
11913Noclip.TextColor3 = Color3.new(1, 1, 1)
11914Noclip.TextScaled = true
11915Noclip.TextSize = 93
11916Noclip.TextWrapped = true
11917Noclip.MouseButton1Click:connect(function()
11918 noclip = false
11919game:GetService('RunService').Stepped:connect(function()
11920if noclip then
11921game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
11922end
11923end)
11924plr = game.Players.LocalPlayer
11925mouse = plr:GetMouse()
11926mouse.KeyDown:connect(function(key)
11927
11928if key == "e" then
11929noclip = not noclip
11930game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
11931end
11932end)
11933print('Loaded')
11934print('Press "E" to noclip')
11935end)
11936
11937Spin.Name = "Spin"
11938Spin.Parent = Page2Frame
11939Spin.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
11940Spin.BorderSizePixel = 0
11941Spin.Position = UDim2.new(0.1232493, 0, 0.42125982, 0)
11942Spin.Size = UDim2.new(0, 269, 0, 21)
11943Spin.Font = Enum.Font.GothamBlack
11944Spin.Text = "Spin Kill"
11945Spin.TextColor3 = Color3.new(1, 1, 1)
11946Spin.TextScaled = true
11947Spin.TextSize = 93
11948Spin.TextWrapped = true
11949Spin.MouseButton1Click:Connect(function()
11950 -- Made By JackMcJagger15
11951local FlingKill = Instance.new("ScreenGui")
11952local Main = Instance.new("Frame")
11953local Label = Instance.new("Frame")
11954local Shadow = Instance.new("Frame")
11955local StartKill = Instance.new("TextButton")
11956local StopKill = Instance.new("TextButton")
11957local Instructions = Instance.new("TextLabel")
11958local CurrentPower = Instance.new("TextLabel")
11959local Recomendation = Instance.new("TextLabel")
11960local NameOfGui = Instance.new("TextLabel")
11961local Exit = Instance.new("TextButton")
11962local UPArrow = Instance.new("TextButton")
11963local DownArrow = Instance.new("TextButton")
11964
11965-- Properties
11966
11967FlingKill.Name = "Fling/Kill"
11968FlingKill.Parent = game.CoreGui
11969
11970Main.Name = "Main"
11971Main.Parent = FlingKill
11972Main.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
11973Main.BorderSizePixel = 0
11974Main.Position = UDim2.new(0.702554762, 0, 0.446640313, 0)
11975Main.Size = UDim2.new(0, 217, 0, 233)
11976Main.Selectable = true
11977Main.Active = true
11978Main.Draggable = true
11979
11980Label.Name = "Label"
11981Label.Parent = Main
11982Label.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
11983Label.BorderSizePixel = 0
11984Label.Size = UDim2.new(0, 217, 0, 27)
11985
11986Shadow.Name = "Shadow"
11987Shadow.Parent = Main
11988Shadow.BackgroundColor3 = Color3.new(0.67451, 0.694118, 0.705882)
11989Shadow.BorderSizePixel = 0
11990Shadow.Position = UDim2.new(0, 0, 0.115879826, 0)
11991Shadow.Size = UDim2.new(0, 217, 0, 9)
11992
11993StartKill.Name = "StartKill"
11994StartKill.Parent = Main
11995StartKill.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
11996StartKill.BorderSizePixel = 0
11997StartKill.Position = UDim2.new(0.195852548, 0, 0.227467805, 0)
11998StartKill.Size = UDim2.new(0, 126, 0, 23)
11999StartKill.Font = Enum.Font.Cartoon
12000StartKill.Text = "FE Kill/Fling"
12001StartKill.TextColor3 = Color3.new(0, 0, 0)
12002StartKill.TextSize = 14
12003
12004StopKill.Name = "StopKill"
12005StopKill.Parent = Main
12006StopKill.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
12007StopKill.BorderSizePixel = 0
12008StopKill.Position = UDim2.new(0.207373276, 0, 0.38197428, 0)
12009StopKill.Size = UDim2.new(0, 124, 0, 23)
12010StopKill.Font = Enum.Font.Cartoon
12011StopKill.Text = "Stop FE Kill/Fling"
12012StopKill.TextColor3 = Color3.new(0, 0, 0)
12013StopKill.TextSize = 14
12014
12015Instructions.Name = "Instructions"
12016Instructions.Parent = Main
12017Instructions.BackgroundColor3 = Color3.new(1, 1, 1)
12018Instructions.BackgroundTransparency = 1
12019Instructions.Position = UDim2.new(0.0391705073, 0, 0.549356222, 0)
12020Instructions.Size = UDim2.new(0, 200, 0, 32)
12021Instructions.Font = Enum.Font.Cartoon
12022Instructions.Text = "Just touch someone to watch the fly to their death!"
12023Instructions.TextColor3 = Color3.new(0, 0, 0)
12024Instructions.TextSize = 14
12025Instructions.TextWrapped = true
12026
12027CurrentPower.Name = "CurrentPower"
12028CurrentPower.Parent = Main
12029CurrentPower.BackgroundColor3 = Color3.new(1, 1, 1)
12030CurrentPower.BackgroundTransparency = 1
12031CurrentPower.Position = UDim2.new(0.276497692, 0, 0.686695278, 0)
12032CurrentPower.Size = UDim2.new(0, 98, 0, 36)
12033CurrentPower.Font = Enum.Font.Cartoon
12034CurrentPower.Text = "Current Power = 5"
12035CurrentPower.TextColor3 = Color3.new(0, 0, 0)
12036CurrentPower.TextSize = 14
12037
12038Recomendation.Name = "Recomendation"
12039Recomendation.Parent = Main
12040Recomendation.BackgroundColor3 = Color3.new(1, 1, 1)
12041Recomendation.BackgroundTransparency = 1
12042Recomendation.Position = UDim2.new(0.0414746553, 0, 0.884120166, 0)
12043Recomendation.Size = UDim2.new(0, 200, 0, 21)
12044Recomendation.Font = Enum.Font.Cartoon
12045Recomendation.Text = "Recommended Power is 5"
12046Recomendation.TextColor3 = Color3.new(0, 0, 0)
12047Recomendation.TextSize = 14
12048
12049NameOfGui.Name = "NameOfGui"
12050NameOfGui.Parent = Main
12051NameOfGui.BackgroundColor3 = Color3.new(1, 1, 1)
12052NameOfGui.BackgroundTransparency = 1
12053NameOfGui.Position = UDim2.new(0.0806451589, 0, 0, 0)
12054NameOfGui.Size = UDim2.new(0, 154, 0, 27)
12055NameOfGui.Font = Enum.Font.Cartoon
12056NameOfGui.Text = "FE Kill/Fling By JackMcJagger15"
12057NameOfGui.TextColor3 = Color3.new(0, 0, 0)
12058NameOfGui.TextSize = 14
12059
12060Exit.Name = "Exit"
12061Exit.Parent = Main
12062Exit.BackgroundColor3 = Color3.new(1, 1, 1)
12063Exit.BackgroundTransparency = 1
12064Exit.Position = UDim2.new(0.907834113, 0, 0, 0)
12065Exit.Size = UDim2.new(0, 20, 0, 27)
12066Exit.Font = Enum.Font.Cartoon
12067Exit.Text = "X"
12068Exit.TextColor3 = Color3.new(0, 0, 0)
12069Exit.TextSize = 14
12070
12071UPArrow.Name = "UPArrow"
12072UPArrow.Parent = Main
12073UPArrow.BackgroundColor3 = Color3.new(1, 1, 1)
12074UPArrow.BackgroundTransparency = 1
12075UPArrow.Position = UDim2.new(0.0783410147, 0, 0.716738224, 0)
12076UPArrow.Size = UDim2.new(0, 26, 0, 23)
12077UPArrow.Font = Enum.Font.Cartoon
12078UPArrow.Text = "Up"
12079UPArrow.TextColor3 = Color3.new(0, 0, 0)
12080UPArrow.TextSize = 12
12081UPArrow.TextWrapped = true
12082
12083DownArrow.Name = "DownArrow"
12084DownArrow.Parent = Main
12085DownArrow.BackgroundColor3 = Color3.new(1, 1, 1)
12086DownArrow.BackgroundTransparency = 1
12087DownArrow.Position = UDim2.new(0.792626739, 0, 0.714592278, 0)
12088DownArrow.Size = UDim2.new(0, 26, 0, 23)
12089DownArrow.Font = Enum.Font.Cartoon
12090DownArrow.Text = "Down"
12091DownArrow.TextColor3 = Color3.new(0, 0, 0)
12092DownArrow.TextSize = 12
12093DownArrow.TextWrapped = true
12094
12095power = 500
12096active = false
12097local val = Instance.new("IntValue")
12098val.Name = "Number"
12099val.Parent = game.Players.LocalPlayer
12100val.Value = 5
12101
12102Exit.MouseButton1Click:connect(function()
12103FlingKill.Enabled = false
12104end)
12105
12106StartKill.MouseButton1Click:connect(function()
12107game:GetService('RunService').Stepped:connect(function()
12108if game.Players.LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
12109game.Players.LocalPlayer.Character.Head.CanCollide = false
12110game.Players.LocalPlayer.Character.Torso.CanCollide = false
12111game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
12112game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
12113else
12114if game.Players.LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
12115game.Players.LocalPlayer.Character.Head.CanCollide = false
12116game.Players.LocalPlayer.Character.UpperTorso.CanCollide = false
12117game.Players.LocalPlayer.Character.LowerTorso.CanCollide = false
12118game.Players.LocalPlayer.Character.HumanoidRootPart.CanCollide = false
12119end
12120end
12121end)
12122wait(.1)
12123local bambam = Instance.new("BodyThrust")
12124bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
12125bambam.Force = Vector3.new(power,0,power)
12126bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
12127end)
12128
12129StopKill.MouseButton1Click:connect(function()
12130active = false
12131game.Players.LocalPlayer.Character.HumanoidRootPart.BodyThrust:Remove()
12132end)
12133
12134UPArrow.MouseButton1Click:connect(function()
12135power = power + 100
12136game.Players.LocalPlayer.Number.Value = game.Players.LocalPlayer.Number.Value + 1
12137CurrentPower.Text = "Current Power = " .. game.Players.LocalPlayer.Number.Value
12138end)
12139
12140DownArrow.MouseButton1Click:connect(function()
12141power = power - 100
12142game.Players.LocalPlayer.Number.Value = game.Players.LocalPlayer.Number.Value - 1
12143CurrentPower.Text = "Current Power = " .. game.Players.LocalPlayer.Number.Value
12144end)
12145end)
12146
12147Soon.Name = "Soon"
12148Soon.Parent = Page2Frame
12149Soon.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
12150Soon.BorderSizePixel = 0
12151Soon.Position = UDim2.new(0, 0, 0.535433054, 0)
12152Soon.Size = UDim2.new(0, 357, 0, 68)
12153Soon.Font = Enum.Font.GothamBlack
12154Soon.Text = "More coming Soon."
12155Soon.TextColor3 = Color3.new(0, 1, 1)
12156Soon.TextScaled = true
12157Soon.TextSize = 14
12158Soon.TextWrapped = true
12159
12160OpenGUI.Name = "OpenGUI"
12161OpenGUI.Parent = GX
12162OpenGUI.BackgroundColor3 = Color3.new(1, 1, 1)
12163OpenGUI.Position = UDim2.new(0, 0, 0.908918381, 0)
12164OpenGUI.Size = UDim2.new(0, 100, 0, 38)
12165OpenGUI.Visible = false
12166
12167Open.Name = "Open"
12168Open.Parent = OpenGUI
12169Open.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
12170Open.Size = UDim2.new(0, 100, 0, 38)
12171Open.Font = Enum.Font.GothamBlack
12172Open.Text = "Open"
12173Open.TextColor3 = Color3.new(1, 1, 1)
12174Open.TextScaled = true
12175Open.TextSize = 14
12176Open.TextWrapped = true
12177Open.MouseButton1Click:connect(function()
12178 MainGUI.Visible = true
12179 OpenGUI.Visible = false
12180end)
12181
12182Intro.Name = "Intro"
12183Intro.Parent = GX
12184Intro.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
12185Intro.Size = UDim2.new(0, 1364, 0, 650)
12186
12187IntroLabel.Name = "IntroLabel"
12188IntroLabel.Parent = Intro
12189IntroLabel.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
12190IntroLabel.BorderSizePixel = 0
12191IntroLabel.Size = UDim2.new(0, 1366, 0, 622)
12192IntroLabel.Font = Enum.Font.GothamBlack
12193IntroLabel.Text = "GX GUI Status: Loading."
12194IntroLabel.TextColor3 = Color3.new(1, 1, 1)
12195IntroLabel.TextScaled = true
12196IntroLabel.TextSize = 14
12197IntroLabel.TextWrapped = true
12198-- Scripts:
12199Wait(1)
12200IntroLabel.Text = "GX GUI Status: Loading.."
12201Wait(1)
12202IntroLabel.Text = "GX GUI Status: Loading..."
12203Wait(1)
12204IntroLabel.Text = "GX GUI Status: Loading."
12205Wait(1)
12206IntroLabel.Text = "GX GUI Status: Loading.."
12207Wait(1)
12208IntroLabel.Text = "GX GUI Status: Loading..."
12209Wait(1)
12210IntroLabel.Text = "GX GUI Status: Done!"
12211Wait(1)
12212Intro.Visible = false
12213wait(2)
12214bc = BrickColor.new("Crimson")
12215game.StarterGui:SetCore("ChatMakeSystemMessage", {
12216 Text = "[GX System]: Welcome to GX GUI!";
12217 Font = Enum.Font.Cartoon;
12218 Color = bc.Color;
12219 FontSize = Enum.FontSize.Size96;
12220})
12221LoginFrame.Visible = true
12222while true do
12223 Soon.Text = "More coming Soon.."
12224 Wait(1)
12225 Soon.Text = "More coming Soon..."
12226 Wait(1)
12227 Soon.Text = "More coming Soon."
12228 Wait(1)
12229end