· 4 years ago · Jul 03, 2021, 04:36 PM
1PASTEBIN
2API
3TOOLS
4FAQ
5paste
6LOGIN SIGN UP
7SHARE
8TWEET
9Guest User
10PrisonBreaker V1.5
11A GUEST
12MAR 21ST, 2019
13182,895
14NEVER
15Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
16 237.90 KB
17
18-- Farewell Infortality.
19-- Version: 2.82
20-- Instances:
21local PrisonBreakerv15 = Instance.new("ScreenGui")
22local openmain = Instance.new("Frame")
23local open = Instance.new("TextButton")
24local main = Instance.new("Frame")
25local title = Instance.new("TextLabel")
26local close = Instance.new("TextButton")
27local police = Instance.new("TextButton")
28local inmate = Instance.new("TextButton")
29local neutral = Instance.new("TextButton")
30local arrestcrims = Instance.new("TextButton")
31local invis = Instance.new("TextButton")
32local superpunch = Instance.new("TextButton")
33local guns = Instance.new("TextButton")
34local taserbypass = Instance.new("TextButton")
35local fling = Instance.new("TextButton")
36local reviz = Instance.new("TextButton")
37local arrest = Instance.new("TextButton")
38local attach = Instance.new("TextButton")
39local fastrem = Instance.new("TextButton")
40local fastm9 = Instance.new("TextButton")
41local fasttaze = Instance.new("TextButton")
42local fastak = Instance.new("TextButton")
43local killall = Instance.new("TextButton")
44local btools = Instance.new("TextButton")
45local speed = Instance.new("TextButton")
46local respawn = Instance.new("TextButton")
47local Credits = Instance.new("TextButton")
48local prison = Instance.new("TextButton")
49local yard = Instance.new("TextButton")
50local crimbase = Instance.new("TextButton")
51local title_2 = Instance.new("TextLabel")
52local bringall = Instance.new("TextButton")
53local drill = Instance.new("TextButton")
54local killplrmain = Instance.new("Frame")
55local killtext = Instance.new("TextBox")
56local kill = Instance.new("TextButton")
57local waves = Instance.new("TextButton")
58local bigbowl = Instance.new("TextButton")
59local tazeplrmain = Instance.new("Frame")
60local tazetext = Instance.new("TextBox")
61local taze = Instance.new("TextButton")
62local teamcrim = Instance.new("TextButton")
63local tazeall = Instance.new("TextButton")
64local removewalls = Instance.new("TextButton")
65local removeall = Instance.new("TextButton")
66local lagserver = Instance.new("TextButton")
67--Properties:
68PrisonBreakerv15.Name = "PrisonBreaker v1.5"
69PrisonBreakerv15.Parent = game.CoreGui
70
71openmain.Name = "openmain"
72openmain.Parent = PrisonBreakerv15
73openmain.BackgroundColor3 = Color3.new(0, 0, 0)
74openmain.Position = UDim2.new(0.00434467755, 0, 0.397959173, 0)
75openmain.Size = UDim2.new(0, 100, 0, 27)
76openmain.Visible = false
77
78open.Name = "open"
79open.Parent = openmain
80open.BackgroundColor3 = Color3.new(1, 1, 0)
81open.Position = UDim2.new(1.49011612e-08, 0, 0, 0)
82open.Size = UDim2.new(0, 100, 0, 27)
83open.Style = Enum.ButtonStyle.RobloxRoundButton
84open.Font = Enum.Font.GothamBold
85open.Text = "OPEN"
86open.TextColor3 = Color3.new(0, 0, 0)
87open.TextSize = 14
88open.MouseButton1Down:connect(function()
89openmain.Visible = false
90main.Visible = true
91end)
92
93main.Name = "main"
94main.Parent = PrisonBreakerv15
95main.BackgroundColor3 = Color3.new(0, 1, 0)
96main.Position = UDim2.new(0.00441803597, 0, 0.249908596, 0)
97main.Size = UDim2.new(0, 383, 0, 586)
98main.Style = Enum.FrameStyle.RobloxRound
99main.Active = true
100main.Draggable = true
101
102title.Name = "title"
103title.Parent = main
104title.BackgroundColor3 = Color3.new(0, 0, 1)
105title.Position = UDim2.new(-0.0125168273, 0, -0.00528348284, 0)
106title.Size = UDim2.new(0, 376, 0, 50)
107title.Font = Enum.Font.GothamBold
108title.Text = "PrisonBreaker V1.5"
109title.TextColor3 = Color3.new(1, 1, 1)
110title.TextSize = 14
111
112close.Name = "close"
113close.Parent = main
114close.BackgroundColor3 = Color3.new(0.333333, 0, 1)
115close.Position = UDim2.new(0.848563969, 0, -0.00557620823, 0)
116close.Size = UDim2.new(0, 59, 0, 50)
117close.Font = Enum.Font.GothamBold
118close.Text = "X"
119close.TextColor3 = Color3.new(0, 0, 0)
120close.TextSize = 14
121close.MouseButton1Down:connect(function()
122main.Visible = false
123openmain.Visible = true
124end)
125
126police.Name = "police"
127police.Parent = main
128police.BackgroundColor3 = Color3.new(0, 0, 1)
129police.Position = UDim2.new(0.0143180238, 0, 0.108731732, 0)
130police.Size = UDim2.new(0, 84, 0, 22)
131police.Font = Enum.Font.GothamBold
132police.Text = "Team Police"
133police.TextColor3 = Color3.new(0, 0, 0)
134police.TextSize = 14
135police.MouseButton1Down:connect(function()
136workspace.Remote.TeamEvent:FireServer("Bright blue")
137end)
138
139inmate.Name = "inmate"
140inmate.Parent = main
141inmate.BackgroundColor3 = Color3.new(1, 0.666667, 0)
142inmate.BorderColor3 = Color3.new(1, 0.666667, 0.0901961)
143inmate.Position = UDim2.new(0.270111769, 0, 0.107363492, 0)
144inmate.Size = UDim2.new(0, 84, 0, 22)
145inmate.Font = Enum.Font.GothamBold
146inmate.Text = "Team Inmate"
147inmate.TextColor3 = Color3.new(0, 0, 0)
148inmate.TextSize = 14
149inmate.MouseButton1Down:connect(function()
150workspace.Remote.TeamEvent:FireServer("Bright orange")
151end)
152
153neutral.Name = "neutral"
154neutral.Parent = main
155neutral.BackgroundColor3 = Color3.new(0.772549, 0.74902, 0.784314)
156neutral.Position = UDim2.new(0.525683641, 0, 0.106356524, 0)
157neutral.Size = UDim2.new(0, 83, 0, 22)
158neutral.Font = Enum.Font.GothamBold
159neutral.Text = "Team Neutral"
160neutral.TextColor3 = Color3.new(0, 0, 0)
161neutral.TextSize = 14
162neutral.TextStrokeColor3 = Color3.new(0.333333, 1, 0)
163neutral.MouseButton1Down:connect(function()
164Workspace.Remote.TeamEvent:FireServer("Medium stone grey")
165end)
166
167arrestcrims.Name = "arrestcrims"
168arrestcrims.Parent = main
169arrestcrims.BackgroundColor3 = Color3.new(0.333333, 1, 1)
170arrestcrims.Position = UDim2.new(0.0124716684, 0, 0.160733104, 0)
171arrestcrims.Size = UDim2.new(0, 111, 0, 31)
172arrestcrims.Font = Enum.Font.GothamBold
173arrestcrims.Text = "Arrest Crims"
174arrestcrims.TextColor3 = Color3.new(1, 0, 0)
175arrestcrims.TextSize = 14
176arrestcrims.MouseButton1Down:connect(function()
177local Player = game.Players.LocalPlayer
178local cpos = Player.Character.HumanoidRootPart.CFrame
179for i,v in pairs(game.Teams.Criminals:GetPlayers()) do
180if v.Name ~= Player.Name then
181local i = 10
182 repeat
183 wait()
184 i = i-1
185 game.Workspace.Remote.arrest:InvokeServer(v.Character.HumanoidRootPart)
186 Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
187 until i == 0
188end
189end
190Player.Character.HumanoidRootPart.CFrame = cpos
191Notify("Success", "Arrested all of the n00bs", "Cool!")
192end)
193
194invis.Name = "invis"
195invis.Parent = main
196invis.BackgroundColor3 = Color3.new(0, 1, 1)
197invis.Position = UDim2.new(0.348153055, 0, 0.160733074, 0)
198invis.Size = UDim2.new(0, 111, 0, 31)
199invis.Font = Enum.Font.GothamBold
200invis.Text = "Invisible"
201invis.TextColor3 = Color3.new(1, 0, 0)
202invis.TextSize = 14
203invis.MouseButton1Down:connect(function()
204local player = game.Players.LocalPlayer
205position = player.Character.HumanoidRootPart.Position
206wait(0.1)
207player.Character:MoveTo(position + Vector3.new(0, 1000000, 0))
208wait(0.1)
209humanoidrootpart = player.Character.HumanoidRootPart:clone()
210wait(0.1)
211player.Character.HumanoidRootPart:Destroy()
212humanoidrootpart.Parent = player.Character
213player.Character:MoveTo(position)
214wait()
215-- Remove this if you want to see yourself (others still won't see you)
216game.Players.LocalPlayer.Character.Torso.Transparency = 1
217game.Players.LocalPlayer.Character.Head.Transparency = 1
218game.Players.LocalPlayer.Character["Left Arm"].Transparency = 1
219game.Players.LocalPlayer.Character["Right Arm"].Transparency = 1
220game.Players.LocalPlayer.Character["Left Leg"].Transparency = 1
221game.Players.LocalPlayer.Character["Right Leg"].Transparency = 1
222game.Players.LocalPlayer.Character.Humanoid:RemoveAccessories()
223game.Players.LocalPlayer.Character.Head.face:Remove()
224end)
225
226superpunch.Name = "superpunch"
227superpunch.Parent = main
228superpunch.BackgroundColor3 = Color3.new(0, 1, 1)
229superpunch.Position = UDim2.new(0.678248107, 0, 0.160733074, 0)
230superpunch.Size = UDim2.new(0, 111, 0, 31)
231superpunch.Font = Enum.Font.GothamBold
232superpunch.Text = "SuperPunch"
233superpunch.TextColor3 = Color3.new(1, 0, 0)
234superpunch.TextSize = 14
235superpunch.MouseButton1Down:connect(function()
236mainRemotes = game.ReplicatedStorage meleeRemote = mainRemotes['meleeEvent'] mouse = game.Players.LocalPlayer:GetMouse() punching = false cooldown = false function punch() cooldown = true local part = Instance.new("Part", game.Players.LocalPlayer.Character) part.Transparency = 1 part.Size = Vector3.new(5, 2, 3) part.CanCollide = false local w1 = Instance.new("Weld", part) w1.Part0 = game.Players.LocalPlayer.Character.Torso w1.Part1 = part w1.C1 = CFrame.new(0,0,2) part.Touched:connect(function(hit) if game.Players:FindFirstChild(hit.Parent.Name) then local plr = game.Players:FindFirstChild(hit.Parent.Name) if plr.Name ~= game.Players.LocalPlayer.Name then part:Destroy() for i = 1,100 do meleeRemote:FireServer(plr) end end end end) wait(1) cooldown = false part:Destroy() end mouse.KeyDown:connect(function(key) if cooldown == false then if key:lower() == "f" then punch() end end end)
237end)
238
239guns.Name = "guns"
240guns.Parent = main
241guns.BackgroundColor3 = Color3.new(0, 1, 1)
242guns.Position = UDim2.new(0.0124716703, 0, 0.2304198, 0)
243guns.Size = UDim2.new(0, 111, 0, 32)
244guns.Font = Enum.Font.GothamBlack
245guns.Text = "Guns"
246guns.TextColor3 = Color3.new(1, 0, 0)
247guns.TextSize = 14
248guns.MouseButton1Down:connect(function()
249for i,v in pairs(Workspace.Prison_ITEMS.giver:GetChildren()) do
250
251lol = Workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
252print(lol)
253end
254end)
255
256taserbypass.Name = "taserbypass"
257taserbypass.Parent = main
258taserbypass.BackgroundColor3 = Color3.new(0, 1, 1)
259taserbypass.Position = UDim2.new(0.348080158, 0, 0.2304198, 0)
260taserbypass.Size = UDim2.new(0, 111, 0, 32)
261taserbypass.Font = Enum.Font.GothamBold
262taserbypass.Text = "Taser Bypass"
263taserbypass.TextColor3 = Color3.new(1, 0, 0)
264taserbypass.TextSize = 14
265taserbypass.MouseButton1Down:connect(function()
266game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
267 game.Players.LocalPlayer.CharacterAdded:connect(function()
268 game.Workspace:WaitForChild(game.Players.LocalPlayer.Name)
269 game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
270 end)
271 local message = Instance.new("Message",game.Workspace)
272 message.Text = 'Made By Jake11price'
273 wait(2)
274 message:Destroy()
275end)
276
277fling.Name = "fling"
278fling.Parent = main
279fling.BackgroundColor3 = Color3.new(0.333333, 1, 1)
280fling.Position = UDim2.new(0.00984076969, 0, 0.379423141, 0)
281fling.Size = UDim2.new(0, 111, 0, 32)
282fling.Font = Enum.Font.GothamBold
283fling.Text = "Fling"
284fling.TextColor3 = Color3.new(1, 0, 0)
285fling.TextSize = 14
286fling.MouseButton1Down:connect(function()
287power = 300 -- change this to make it more or less powerful
288
289game:GetService('RunService').Stepped:connect(function()
290game.Players.LocalPlayer.Character.Head.CanCollide = false
291game.Players.LocalPlayer.Character.Torso.CanCollide = false
292game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
293game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
294end)
295
296wait(.1)
297local bambam = Instance.new("BodyThrust")
298bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
299bambam.Force = Vector3.new(power,0,power)
300bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
301end)
302
303reviz.Name = "reviz"
304reviz.Parent = main
305reviz.BackgroundColor3 = Color3.new(0, 1, 1)
306reviz.Position = UDim2.new(0.0121497028, 0, 0.303878158, 0)
307reviz.Size = UDim2.new(0, 111, 0, 32)
308reviz.Font = Enum.Font.GothamBold
309reviz.Text = "Reviz Admin"
310reviz.TextColor3 = Color3.new(1, 0, 0)
311reviz.TextSize = 14
312reviz.MouseButton1Down:connect(function()
313-- Creator: illremember#3799
314
315-- Credits to infinite yield, harkinian, dex creators
316
317prefix = ";"
318wait(0.3)
319Commands = {
320 '[-] cmdbar is shown when ; is pressed.',
321 '[1] kill [plr] -- You need a tool! Will kill the player, use rkill to kill you and player',
322 '[2] bring [plr] -- You need a tool! Will bring player to you',
323 '[3] spin [plr] -- You need a tool! Makes you and the player spin crazy',
324 '[4] unspin -- Use after using spin cmd and dying, so you stop loop teleporting',
325 '[5] attach [plr] -- You need a tool! Attaches you to player',
326 '[6] unattach [plr] -- Attempts to unattach you from a player',
327 '[7] follow [plr] -- Makes you follow behind the player',
328 '[8] unfollow',
329 '[9] freefall [plr] -- You need a tool! Teleports you and the player up into the air',
330 '[10] trail [plr] -- The opposite of follow, you stay infront of player',
331 '[11] untrail',
332 '[12] orbit [plr] -- Makes you orbit the player',
333 '[13] unorbit',
334 '[14] fling [plr] -- Makes you fling the player',
335 '[15] unfling',
336 '[16] fecheck -- Checks if the game is FE or not',
337 '[17] void [plr] -- Teleports player to the void',
338 '[18] noclip -- Gives you noclip to walk through walls',
339 '[19] clip -- Removes noclip',
340 '[20] speed [num]/ws [num] -- Changes how fast you walk 16 is default',
341 '[21] jumppower [num]/jp [num] -- Changes how high you jump 50 is default',
342 '[22] hipheight [num]/hh [num] -- Changes how high you float 0 is default',
343 '[23] default -- Changes your speed, jumppower and hipheight to default values',
344 '[24] annoy [plr] -- Loop teleports you to the player',
345 '[25] unannoy',
346 '[26] headwalk [plr] -- Loop teleports you to the player head',
347 '[27] unheadwalk',
348 '[28] nolimbs -- Removes your arms and legs',
349 '[29] god -- Gives you FE Godmode',
350 '[30] drophats -- Drops your accessories',
351 '[31] droptool -- Drops any tool you have equipped',
352 '[32] loopdhats -- Loop drops your accessories',
353 '[33] unloopdhats',
354 '[34] loopdtool -- Loop drops any tools you have equipped',
355 '[35] unloopdtool',
356 '[36] invisible -- Gives you invisibility CREDIT TO TIMELESS',
357 '[37] view [plr] -- Changes your camera to the player character',
358 '[38] unview',
359 '[39] goto [plr] -- Teleports you to player',
360 '[40] fly -- Allows you to fly, credit to Infinite Yield',
361 '[41] unfly',
362 '[42] chat [msg] -- Makes you chat a message',
363 '[43] spam [msg] -- Spams a message',
364 '[44] unspam',
365 '[45] spamwait [num] -- Changes delay of chatting a message for the spam command in seconds default is 1 second',
366 '[46] pmspam [plr] -- Spams a player in private message',
367 '[47] unpmspam',
368 '[48] cfreeze [plr] -- Freezes a player on your client, they will only be frozen for you',
369 '[49] uncfreeze [plr]',
370 '[50] unlockws -- Unlocks the workspace',
371 '[51] lockws -- Locks the workspace',
372 '[52] btools -- Gives you btools that will only show to you useful for deleting certain blocks only for you',
373 '[53] pstand -- Enables platform stand',
374 '[54] unpstand -- Disables platform stand',
375 '[55] blockhead -- Removes your head mesh',
376 '[56] sit',
377 '[57] bringobj [obj] -- Only shows on client, brings an object/part to you constantly, can be used to bring healing parts, weapons, money etc, type in exact name',
378 '[58] wsvis [num] -- Changes visibility of workspace parts, num should be between 0 and 1, only shows client sided',
379 '[59] hypertotal -- Loads in my FE GUI Hypertotal',
380 '[60] cmds -- Prints all commands',
381 '[61] rmeshhats/blockhats -- Removes the meshes of all your accessories aka block hats',
382 '[62] rmeshtool/blocktool -- Removes the mesh of the tool you have equipped aka block tool',
383 '[63] spinner -- Makes you spin',
384 '[64] nospinner',
385 '[65] reach [num] -- Gives you reach, mostly used for swords, say ;reachd for default and enter number after for custom',
386 '[66] noreach -- Removes reach, must have tool equipped',
387 '[67] rkill [plr] -- Kills you and the player, use kill to just kill the player without dying',
388 '[68] tp me [plr] -- Alternative to goto',
389 '[69] cbring [plr] -- Brings player infront of you, shows only on client, allows you to do damage to player',
390 '[70] uncbring',
391 '[71] swap [plr] -- You need a tool! Swaps players position with yours and your position with players',
392 '[72] givetool [plr] -- Gives the tool you have equipped to the player',
393 '[73] glitch [plr] -- Glitches you and the player, looks very cool',
394 '[74] unglitch -- Unglitches you',
395 '[75] grespawn -- Alternative to normal respawn and usually works best for when you want to reset with FE Godmode',
396 '[76] explorer -- Loads up DEX',
397 '[77] reset -- Resets your character.',
398 '[78] anim [id] -- Applies an animation on you, must be created by ROBLOX',
399 '[79] animgui -- Loads up Energize animations GUI',
400 '[80] savepos -- Saves your current position',
401 '[81] loadpos -- Teleports you to your saved position',
402 '[82] bang [plr] -- 18+ will not work if you have FE Godmode on',
403 '[83] unbang',
404 '[84] delcmdbar -- Removes the command bar completely',
405 '[85] bringmod [obj] -- Brings all the parts in a model, client only, comes from ;bringobj enter exact name of model',
406 '[86] shutdown -- Uses harkinians script to shutdown server',
407 '[87] respawn -- If grespawn doesnt work you can use respawn',
408 '[88] delobj [obj] -- Deletes a certain brick in workspace, client sided',
409 '[89] getplrs -- Prints all players in game',
410 '[90] deldecal -- Deletes all decals client sided',
411 '[91] opfinality -- Loads in my FE GUI Opfinality',
412 '[92] remotes -- Prints all remotes in the game in the console when added',
413 '[93] noremotes -- Stops printing remotes',
414 '[94] tpdefault -- Stops all loop teleports to a player',
415 '[95] stopsit -- Will not allow you to sit',
416 '[96] gosit -- Allows you to sit',
417 '[97] clicktp -- Enables click tp',
418 '[98] noclicktp -- Disables click tp',
419 '[99] toolson -- If any tools are dropped in the workspace you will automatically get them',
420 '[100] toolsoff -- Stops ;toolson',
421 '[101] version -- Gets the admin version',
422 '[102] state [num] -- Changes your humanoid state, ;unstate to stop.',
423 '[103] gravity [num] -- Changes workspace gravity default is 196.2',
424 '[104] pgs -- Checks if the game has PGSPhysicsSolverEnabled enabled',
425 '[105] clickdel -- Delete any block you press q on, client sided',
426 '[106] noclickdel -- Stops clickdel',
427 '[107] looprhats -- Loop removes mesh of your hats/loop block hats',
428 '[108] unlooprhats -- Stops loop removing mesh',
429 '[109] looprtool -- Loop removes mesh of your tool/loop block tools',
430 '[110] unlooprtool -- Stops loop removing mesh',
431 '[111] givealltools [plr] -- Gives all the tools you have in your backpack to the player',
432 '[112] age [plr] -- Makes you chat the account age of the player',
433 '[113] id [plr] -- Makes you chat the account ID of the player',
434 '[114] .age [plr] -- Privately shows you the account age of the player',
435 '[115] .id [plr] -- Privately shows you the account ID of the player',
436 '[116] gameid -- Shows the game ID',
437 '[117] removeinvis -- Removes all invisible walls/parts, client sided',
438 '[118] removefog -- Removes fog, client sided',
439 '[119] disable -- Disables your character by removing humanoid',
440 '[120] enable -- Enables your character by adding humanoid',
441 '[121] prefix [key] -- Changes the prefix used, default is ;',
442 '[122] ;resetprefix -- Resets the prefix to ; incase you change it to an unusable prefix. Say exactly ";resetprefix" to do this command, no matter what your prefix is set to.',
443 '[123] flyspeed [num] -- Change your fly speed, default is 1',
444 '[124] carpet [plr] -- Makes you a carpet for a player, will not work if FE Godmode is on',
445 '[125] uncarpet -- Stops carpet player',
446 '[126] stare [plr] -- Turns your character to stare at another player',
447 '[127] unstare -- Stops stare player',
448 '[128] logchat -- Logs all chat (including /e and whispers) of all players',
449 '[129] unlogchat -- Disables logchat',
450 '[130] fixcam -- Fixes/resets your camera',
451 '[131] unstate -- Stops changing state',
452}
453speedget = 1
454
455lplayer = game:GetService("Players").LocalPlayer
456
457lplayer.CharacterAdded:Connect(function(character)
458 spin = false
459 flying = false
460 staring = false
461 banpl = false
462end)
463
464function change()
465 prefix = prefix
466 speedfly = speedfly
467end
468
469function GetPlayer(String) -- Credit to Timeless/xFunnieuss
470 local Found = {}
471 local strl = String:lower()
472 if strl == "all" then
473 for i,v in pairs(game:GetService("Players"):GetPlayers()) do
474 table.insert(Found,v)
475 end
476 elseif strl == "others" then
477 for i,v in pairs(game:GetService("Players"):GetPlayers()) do
478 if v.Name ~= lplayer.Name then
479 table.insert(Found,v)
480 end
481 end
482 elseif strl == "me" then
483 for i,v in pairs(game:GetService("Players"):GetPlayers()) do
484 if v.Name == lplayer.Name then
485 table.insert(Found,v)
486 end
487 end
488 else
489 for i,v in pairs(game:GetService("Players"):GetPlayers()) do
490 if v.Name:lower():sub(1, #String) == String:lower() then
491 table.insert(Found,v)
492 end
493 end
494 end
495 return Found
496end
497
498local Mouse = lplayer:GetMouse()
499
500spin = false
501followed = false
502traill = false
503noclip = false
504annoying = false
505hwalk = false
506droppinghats = false
507droppingtools = false
508flying = false
509spamdelay = 1
510spamming = false
511spammingpm = false
512cbringing = false
513remotes = true
514added = true
515binds = false
516stopsitting = false
517clickgoto = false
518gettingtools = false
519removingmeshhats = false
520removingmeshtool = false
521clickdel = false
522staring = false
523chatlogs = false
524banpl = false
525changingstate = false
526statechosen = 0
527
528adminversion = "Reviz Admin by illremember, Version 2.0"
529
530flying = false
531speedfly = 1
532
533function plrchat(plr, chat)
534print(plr.Name..": "..tick().."\n"..chat)
535end
536
537for i,v in pairs(game:GetService("Players"):GetPlayers()) do
538v.Chatted:connect(function(chat)
539if chatlogs then
540plrchat(v, chat)
541end
542end)
543end
544game:GetService("Players").PlayerAdded:connect(function(plr)
545plr.Chatted:connect(function(chat)
546if chatlogs then
547plrchat(plr, chat)
548end
549end)
550end)
551
552
553local ScreenGui = Instance.new("ScreenGui")
554local Frame = Instance.new("Frame")
555local CMDBAR = Instance.new("TextBox")
556ScreenGui.Parent = game:GetService("CoreGui")
557Frame.Parent = ScreenGui
558Frame.BackgroundColor3 = Color3.new(0.3, 0.1, 0.1)
559Frame.BackgroundTransparency = 0.3
560Frame.Position = UDim2.new(0.5, 0, 0, 10)
561Frame.Size = UDim2.new(0, 200, 0, 40)
562Frame.Active = true
563Frame.Draggable = true
564CMDBAR.Name = "CMDBAR"
565CMDBAR.Parent = Frame
566CMDBAR.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
567CMDBAR.BackgroundTransparency = 0.20000000298023
568CMDBAR.Size = UDim2.new(0, 180, 0, 20)
569CMDBAR.Position = UDim2.new(0.05, 0, 0.25, 0)
570CMDBAR.Font = Enum.Font.SourceSansLight
571CMDBAR.FontSize = Enum.FontSize.Size14
572CMDBAR.TextColor3 = Color3.new(0.945098, 0.945098, 0.945098)
573CMDBAR.TextScaled = true
574CMDBAR.TextSize = 14
575CMDBAR.TextWrapped = true
576CMDBAR.Text = "Press ; to type, Enter to execute"
577
578local CMDS = Instance.new("ScreenGui")
579local CMDSFRAME = Instance.new("Frame")
580local ScrollingFrame = Instance.new("ScrollingFrame")
581local TextLabel = Instance.new("TextLabel")
582local closegui = Instance.new("TextButton")
583CMDS.Name = "CMDS"
584CMDS.Parent = game:GetService("CoreGui")
585CMDSFRAME.Name = "CMDSFRAME"
586CMDSFRAME.Parent = CMDS
587CMDSFRAME.Active = true
588CMDSFRAME.BackgroundColor3 = Color3.new(0.223529, 0.231373, 0.309804)
589CMDSFRAME.BorderSizePixel = 0
590CMDSFRAME.Draggable = true
591CMDSFRAME.Position = UDim2.new(0, 315, 0, 100)
592CMDSFRAME.Size = UDim2.new(0, 275, 0, 275)
593CMDSFRAME.Visible = false
594ScrollingFrame.Parent = CMDSFRAME
595ScrollingFrame.BackgroundColor3 = Color3.new(0.160784, 0.160784, 0.203922)
596ScrollingFrame.BorderSizePixel = 0
597ScrollingFrame.Position = UDim2.new(0, 0, 0.0729999989, 0)
598ScrollingFrame.Size = UDim2.new(1.04999995, 0, 0.92900002, 0)
599ScrollingFrame.CanvasSize = UDim2.new(0, 0, 10, 0)
600TextLabel.Parent = ScrollingFrame
601TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
602TextLabel.BackgroundTransparency = 1
603TextLabel.Size = UDim2.new(0.930000007, 0, 1, 0)
604TextLabel.Font = Enum.Font.SourceSans
605TextLabel.FontSize = Enum.FontSize.Size18
606TextLabel.Text = "[-] cmdbar is shown when ; is pressed.,\n[1] kill [plr] -- You need a tool! Will kill the player, use rkill to kill you and player,\n[2] bring [plr] -- You need a tool! Will bring player to you,\n[3] spin [plr] -- You need a tool! Makes you and the player spin crazy,\n[4] unspin -- Use after using spin cmd and dying, so you stop loop teleporting,\n[5] attach [plr] -- You need a tool! Attaches you to player,\n[6] unattach [plr] -- Attempts to unattach you from a player,\n[7] follow [plr] -- Makes you follow behind the player,\n[8] unfollow,\n[9] freefall [plr] -- You need a tool! Teleports you and the player up into the air,\n[10] trail [plr] -- The opposite of follow, you stay infront of player,\n[11] untrail,\n[12] orbit [plr] -- Makes you orbit the player,\n[13] unorbit,\n[14] fling [plr] -- Makes you fling the player,\n[15] unfling,\n[16] fecheck -- Checks if the game is FE or not,\n[17] void [plr] -- Teleports player to the void,\n[18] noclip -- Gives you noclip to walk through walls,\n[19] clip -- Removes noclip,\n[20] speed [num]/ws [num] -- Changes how fast you walk 16 is default,\n[21] jumppower [num]/jp [num] -- Changes how high you jump 50 is default,\n[22] hipheight [num]/hh [num] -- Changes how high you float 0 is default,\n[23] default -- Changes your speed, jumppower and hipheight to default values,\n[24] annoy [plr] -- Loop teleports you to the player,\n[25] unannoy,\n[26] headwalk [plr] -- Loop teleports you to the player head,\n[27] unheadwalk,\n[28] nolimbs -- Removes your arms and legs,\n[29] god -- Gives you FE Godmode,\n[30] drophats -- Drops your accessories,\n[31] droptool -- Drops any tool you have equipped,\n[32] loopdhats -- Loop drops your accessories,\n[33] unloopdhats,\n[34] loopdtool -- Loop drops any tools you have equipped,\n[35] unloopdtool,\n[36] invisible -- Gives you invisibility CREDIT TO TIMELESS,\n[37] view [plr] -- Changes your camera to the player character,\n[38] unview,\n[39] goto [plr] -- Teleports you to player,\n[40] fly -- Allows you to fly,\n[41] unfly,\n[42] chat [msg] -- Makes you chat a message,\n[43] spam [msg] -- Spams a message,\n[44] unspam,\n[45] spamwait [num] -- Changes delay of chatting a message for the spam command in seconds default is 1 second,\n[46] pmspam [plr] -- Spams a player in private message,\n[47] unpmspam,\n[48] cfreeze [plr] -- Freezes a player on your client, they will only be frozen for you,\n[49] uncfreeze [plr],\n[50] unlockws -- Unlocks the workspace,\n[51] lockws -- Locks the workspace,\n[52] btools -- Gives you btools that will only show to you useful for deleting certain blocks only for you,\n[53] pstand -- Enables platform stand,\n[54] unpstand -- Disables platform stand,\n[55] blockhead -- Removes your head mesh,\n[56] sit,\n[57] bringobj [obj] -- Only shows on client, brings an object/part to you constantly, can be used to bring healing parts, weapons, money etc, type in exact name,\n[58] wsvis [num] -- Changes visibility of workspace parts, num should be between 0 and 1, only shows client sided,\n[59] hypertotal -- Loads in my FE GUI Hypertotal,\n[60] cmds -- Prints all commands,\n[61] rmeshhats/blockhats -- Removes the meshes of all your accessories aka block hats,\n[62] rmeshtool/blocktool -- Removes the mesh of the tool you have equipped aka block tool,\n[63] spinner -- Makes you spin,\n[64] nospinner,\n[65] reach [num] -- Gives you reach, mostly used for swords, say ;reachd for default and enter number after for custom,\n[66] noreach -- Removes reach, must have tool equipped,\n[67] rkill [plr] -- Kills you and the player, use kill to just kill the player without dying,\n[68] tp me [plr] -- Alternative to goto,\n[69] cbring [plr] -- Brings player infront of you, shows only on client, allows you to do damage to player,\n[70] uncbring,\n[71] swap [plr] -- You need a tool! Swaps players position with yours and your position with players,\n[72] givetool [plr] -- Gives the tool you have equipped to the player,\n[73] glitch [plr] -- Glitches you and the player, looks very cool,\n[74] unglitch -- Unglitches you,\n[75] grespawn -- Alternative to normal respawn and usually works best for when you want to reset with FE Godmode,\n[76] explorer -- Loads up DEX,\n[77] reset -- Resets your character.,\n[78] anim [id] -- Applies an animation on you, must be created by ROBLOX,\n[79] animgui -- Loads up Energize animations GUI,\n[80] savepos -- Saves your current position,\n[81] loadpos -- Teleports you to your saved position,\n[82] bang [plr] -- 18+,\n[83] unbang,\n[84] delcmdbar -- Removes the command bar completely,\n[85] bringmod [obj] -- Brings all the parts in a model, client only, comes from ;bringobj enter exact name of model,\n[86] shutdown -- Uses harkinians script to shutdown server,\n[87] respawn -- If grespawn doesnt work you can use respawn,\n[88] delobj [obj] -- Deletes a certain brick in workspace, client sided,\n[89] getplrs -- Prints all players in game,\n[90] deldecal -- Deletes all decals client sided,\n[91] opfinality -- Loads in my FE GUI Opfinality,\n[92] remotes -- Prints all remotes in the game in the console when added,\n[93] noremotes -- Stops printing remotes,\n[94] tpdefault -- Stops all loop teleports to a player,\n[95] stopsit -- Will not allow you to sit,\n[96] gosit -- Allows you to sit,\n[97] clicktp -- Enables click tp,\n[98] noclicktp -- Disables click tp,\n[99] toolson -- If any tools are dropped in the workspace you will automatically get them,\n[100] toolsoff -- Stops ;toolson,\n[101] version -- Gets the admin version, \n This list of commands is NOT showing everything, go to my thread in the pastebin link to see ALL commands."
607TextLabel.TextColor3 = Color3.new(1, 1, 1)
608TextLabel.TextSize = 15
609TextLabel.TextWrapped = true
610TextLabel.TextXAlignment = Enum.TextXAlignment.Left
611TextLabel.TextYAlignment = Enum.TextYAlignment.Top
612closegui.Name = "closegui"
613closegui.Parent = CMDSFRAME
614closegui.BackgroundColor3 = Color3.new(0.890196, 0.223529, 0.0588235)
615closegui.BorderSizePixel = 0
616closegui.Position = UDim2.new(0.995000005, 0, 0, 0)
617closegui.Size = UDim2.new(0.0545952693, 0, 0.0728644878, 0)
618closegui.Font = Enum.Font.SourceSansBold
619closegui.FontSize = Enum.FontSize.Size24
620closegui.Text = "X"
621closegui.TextColor3 = Color3.new(1, 1, 1)
622closegui.TextSize = 20
623
624closegui.MouseButton1Click:connect(function()
625 CMDSFRAME.Visible = false
626end)
627
628game:GetService('RunService').Stepped:connect(function()
629 if spin then
630 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[spinplr.Name].Character.HumanoidRootPart.CFrame
631 end
632 if followed then
633 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame.lookVector * -5
634 end
635 if traill then
636 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame.lookVector * 5
637 end
638 if annoying then
639 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[annplr.Name].Character.HumanoidRootPart.CFrame
640 end
641 if hwalk then
642 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[hdwplr.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 4, 0)
643 end
644 if staring then
645 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(lplayer.Character.Torso.Position, game:GetService("Players")[stareplr.Name].Character.Torso.Position)
646 end
647end)
648game:GetService('RunService').Stepped:connect(function()
649 if noclip then
650 if lplayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
651 lplayer.Character.Head.CanCollide = false
652 lplayer.Character.Torso.CanCollide = false
653 lplayer.Character["Left Leg"].CanCollide = false
654 lplayer.Character["Right Leg"].CanCollide = false
655 else
656 lplayer.Character.Humanoid:ChangeState(11)
657 end
658 end
659 if changingstate then
660 lplayer.Character.Humanoid:ChangeState(statechosen)
661 end
662end)
663game:GetService('RunService').Stepped:connect(function()
664 if droppinghats then
665 for i,v in pairs(lplayer.Character:GetChildren()) do
666 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
667 v.Parent = workspace
668 end
669 end
670 end
671 if droppingtools then
672 for i,v in pairs(lplayer.Character:GetChildren()) do
673 if (v:IsA("Tool")) then
674 v.Parent = workspace
675 end
676 end
677 end
678 if removingmeshhats then
679 for i,v in pairs(lplayer.Character:GetChildren()) do
680 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
681 v.Handle.Mesh:Destroy()
682 end
683 end
684 end
685 if removingmeshtool then
686 for i,v in pairs(lplayer.Character:GetChildren()) do
687 if (v:IsA("Tool")) then
688 v.Handle.Mesh:Destroy()
689 end
690 end
691 end
692end)
693game:GetService('RunService').Stepped:connect(function()
694 if banpl then
695 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[bplrr].Character.HumanoidRootPart.CFrame
696 end
697end)
698game:GetService('RunService').Stepped:connect(function()
699 if stopsitting then
700 lplayer.Character.Humanoid.Sit = false
701 end
702end)
703
704plr = lplayer
705hum = plr.Character.HumanoidRootPart
706mouse = plr:GetMouse()
707mouse.KeyDown:connect(function(key)
708 if key == "e" then
709 if mouse.Target then
710 if clickgoto then
711 hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
712 elseif clickdel then
713 mouse.Target:Destroy()
714 end
715 end
716 end
717end)
718
719game:GetService("Workspace").ChildAdded:connect(function(part)
720 if gettingtools then
721 if part:IsA("Tool") then
722 part.Handle.CFrame = lplayer.Character.HumanoidRootPart.CFrame
723 end
724 end
725end)
726
727lplayer.Chatted:Connect(function(msg)
728 if string.sub(msg, 1, 6) == (prefix.."kill ") then
729 if string.sub(msg, 7) == "me" then
730 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
731 else
732 for i,v in pairs(GetPlayer(string.sub(msg, 7)))do
733 local NOW = lplayer.Character.HumanoidRootPart.CFrame
734 lplayer.Character.Humanoid.Name = 1
735 local l = lplayer.Character["1"]:Clone()
736 l.Parent = lplayer.Character
737 l.Name = "Humanoid"
738 wait(0.1)
739 lplayer.Character["1"]:Destroy()
740 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
741 lplayer.Character.Animate.Disabled = true
742 wait(0.1)
743 lplayer.Character.Animate.Disabled = false
744 lplayer.Character.Humanoid.DisplayDistanceType = "None"
745 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
746 lplayer.Character.Humanoid:EquipTool(v)
747 end
748 local function tp(player,player2)
749 local char1,char2=player.Character,player2.Character
750 if char1 and char2 then
751 char1:MoveTo(char2.Head.Position)
752 end
753 end
754 wait(0.1)
755 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
756 wait(0.2)
757 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
758 wait(0.5)
759 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
760 wait(0.7)
761 tp(lplayer,game:GetService("Players")[v.Name])
762 wait(0.7)
763 lplayer.Character.HumanoidRootPart.CFrame = NOW
764 game:GetService("StarterGui"):SetCore("SendNotification", {
765 Title = "Tools needed!";
766 Text = "You need a tool in your backpack for this command!";
767 })
768 end
769 end
770 end
771 if string.sub(msg, 1, 7) == (prefix.."bring ") then
772 for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
773 local NOW = lplayer.Character.HumanoidRootPart.CFrame
774 lplayer.Character.Humanoid.Name = 1
775 local l = lplayer.Character["1"]:Clone()
776 l.Parent = lplayer.Character
777 l.Name = "Humanoid"
778 wait(0.1)
779 lplayer.Character["1"]:Destroy()
780 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
781 lplayer.Character.Animate.Disabled = true
782 wait(0.1)
783 lplayer.Character.Animate.Disabled = false
784 lplayer.Character.Humanoid.DisplayDistanceType = "None"
785 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
786 lplayer.Character.Humanoid:EquipTool(v)
787 end
788 local function tp(player,player2)
789 local char1,char2=player.Character,player2.Character
790 if char1 and char2 then
791 char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
792 end
793 end
794 local function getout(player,player2)
795 local char1,char2=player.Character,player2.Character
796 if char1 and char2 then
797 char1:MoveTo(char2.Head.Position)
798 end
799 end
800 tp(game:GetService("Players")[v.Name], lplayer)
801 wait(0.2)
802 tp(game:GetService("Players")[v.Name], lplayer)
803 wait(0.5)
804 lplayer.Character.HumanoidRootPart.CFrame = NOW
805 wait(0.5)
806 getout(lplayer, game:GetService("Players")[v.Name])
807 wait(0.3)
808 lplayer.Character.HumanoidRootPart.CFrame = NOW
809 game:GetService("StarterGui"):SetCore("SendNotification", {
810 Title = "Tools needed!";
811 Text = "You need a tool in your backpack for this command!";
812 })
813 end
814 end
815 if string.sub(msg, 1, 6) == (prefix.."spin ") then
816 for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
817 lplayer.Character.Humanoid.Name = 1
818 local l = lplayer.Character["1"]:Clone()
819 l.Parent = lplayer.Character
820 l.Name = "Humanoid"
821 wait(0.1)
822 lplayer.Character["1"]:Destroy()
823 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
824 lplayer.Character.Animate.Disabled = true
825 wait(0.1)
826 lplayer.Character.Animate.Disabled = false
827 lplayer.Character.Humanoid.DisplayDistanceType = "None"
828 lplayer.Character.Animate.Disabled = false
829 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
830 lplayer.Character.Humanoid:EquipTool(v)
831 end
832 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
833 spinplr = v
834 wait(0.5)
835 spin = true
836 game:GetService("StarterGui"):SetCore("SendNotification", {
837 Title = "Tools needed!";
838 Text = "You need a tool in your backpack for this command!";
839 })
840 end
841 end
842 if string.sub(msg, 1, 7) == (prefix.."unspin") then
843 spin = false
844 end
845 if string.sub(msg, 1, 8) == (prefix.."attach ") then
846 for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
847 lplayer.Character.Humanoid.Name = 1
848 local l = lplayer.Character["1"]:Clone()
849 l.Parent = lplayer.Character
850 l.Name = "Humanoid"
851 wait(0.1)
852 lplayer.Character["1"]:Destroy()
853 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
854 lplayer.Character.Animate.Disabled = true
855 wait(0.1)
856 lplayer.Character.Animate.Disabled = false
857 lplayer.Character.Humanoid.DisplayDistanceType = "None"
858 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
859 lplayer.Character.Humanoid:EquipTool(v)
860 end
861 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
862 wait(0.3)
863 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
864 attplr = v
865 game:GetService("StarterGui"):SetCore("SendNotification", {
866 Title = "Tools needed!";
867 Text = "You need a tool in your backpack for this command!";
868 })
869 end
870 end
871 if string.sub(msg, 1, 10) == (prefix.."unattach ") then
872 for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
873 local function getout(player,player2)
874 local char1,char2=player.Character,player2.Character
875 if char1 and char2 then
876 char1:MoveTo(char2.Head.Position)
877 end
878 end
879 getout(lplayer, game:GetService("Players")[v.Name])
880 end
881 end
882 if string.sub(msg, 1, 8) == (prefix.."follow ") then
883 for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
884 followed = true
885 flwplr = v
886 end
887 end
888 if string.sub(msg, 1, 9) == (prefix.."unfollow") then
889 followed = false
890 end
891 if string.sub(msg, 1, 10) == (prefix.."freefall ") then
892 for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
893 local NOW = lplayer.Character.HumanoidRootPart.CFrame
894 lplayer.Character.Humanoid.Name = 1
895 local l = lplayer.Character["1"]:Clone()
896 l.Parent = lplayer.Character
897 l.Name = "Humanoid"
898 wait(0.1)
899 lplayer.Character["1"]:Destroy()
900 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
901 lplayer.Character.Animate.Disabled = true
902 wait(0.1)
903 lplayer.Character.Animate.Disabled = false
904 lplayer.Character.Humanoid.DisplayDistanceType = "None"
905 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
906 lplayer.Character.Humanoid:EquipTool(v)
907 end
908 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
909 wait(0.2)
910 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
911 wait(0.6)
912 lplayer.Character.HumanoidRootPart.CFrame = NOW
913 wait(0.6)
914 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
915 game:GetService("StarterGui"):SetCore("SendNotification", {
916 Title = "Tools needed!";
917 Text = "You need a tool in your backpack for this command!";
918 })
919 end
920 end
921 if string.sub(msg, 1, 7) == (prefix.."trail ") then
922 for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
923 traill = true
924 trlplr = v
925 end
926 end
927 if string.sub(msg, 1, 8) == (prefix.."untrail") then
928 traill = false
929 end
930 if string.sub(msg, 1, 7) == (prefix.."orbit ") then
931 if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
932 lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
933 else
934 for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
935 local o = Instance.new("RocketPropulsion")
936 o.Parent = lplayer.Character.HumanoidRootPart
937 o.Name = "Orbit"
938 o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
939 o:Fire()
940 noclip = true
941 end
942 end
943 end
944 if string.sub(msg, 1, 8) == (prefix.."unorbit") then
945 lplayer.Character.HumanoidRootPart.Orbit:Destroy()
946 noclip = false
947 end
948 if string.sub(msg, 1, 7) == (prefix.."fling ") then
949 if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
950 lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
951 else
952 for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
953 local y = Instance.new("RocketPropulsion")
954 y.Parent = lplayer.Character.HumanoidRootPart
955 y.CartoonFactor = 1
956 y.MaxThrust = 800000
957 y.MaxSpeed = 1000
958 y.ThrustP = 200000
959 y.Name = "Fling"
960 game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
961 y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
962 y:Fire()
963 noclip = true
964 end
965 end
966 end
967 if string.sub(msg, 1, 8) == (prefix.."unfling") then
968 noclip = false
969 lplayer.Character.HumanoidRootPart.Fling:Destroy()
970 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
971 wait(0.4)
972 lplayer.Character.HumanoidRootPart.Fling:Destroy()
973 end
974 if string.sub(msg, 1, 8) == (prefix.."fecheck") then
975 if game:GetService("Workspace").FilteringEnabled == true then
976 warn("FE is Enabled (Filtering Enabled)")
977 game:GetService("StarterGui"):SetCore("SendNotification", {
978 Title = "FE is Enabled";
979 Text = "Filtering Enabled. Enjoy using Reviz Admin!";
980 })
981 else
982 warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
983 game:GetService("StarterGui"):SetCore("SendNotification", {
984 Title = "FE is Disabled";
985 Text = "Filtering Disabled. Consider using a different admin script.";
986 })
987 end
988 end
989 if string.sub(msg, 1, 6) == (prefix.."void ") then
990 for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
991 lplayer.Character.Humanoid.Name = 1
992 local l = lplayer.Character["1"]:Clone()
993 l.Parent = lplayer.Character
994 l.Name = "Humanoid"
995 wait(0.1)
996 lplayer.Character["1"]:Destroy()
997 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
998 lplayer.Character.Animate.Disabled = true
999 wait(0.1)
1000 lplayer.Character.Animate.Disabled = false
1001 lplayer.Character.Humanoid.DisplayDistanceType = "None"
1002 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
1003 lplayer.Character.Humanoid:EquipTool(v)
1004 end
1005 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
1006 wait(0.2)
1007 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
1008 wait(0.6)
1009 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
1010 game:GetService("StarterGui"):SetCore("SendNotification", {
1011 Title = "Tools needed!";
1012 Text = "You need a tool in your backpack for this command!";
1013 })
1014 end
1015 end
1016 if string.sub(msg, 1, 7) == (prefix.."noclip") then
1017 noclip = true
1018 game:GetService("StarterGui"):SetCore("SendNotification", {
1019 Title = "Noclip enabled";
1020 Text = "Type ;clip to disable";
1021 })
1022 end
1023 if string.sub(msg, 1, 5) == (prefix.."clip") then
1024 noclip = false
1025 game:GetService("StarterGui"):SetCore("SendNotification", {
1026 Title = "Noclip disabled";
1027 Text = "Type ;noclip to enable";
1028 })
1029 end
1030 if string.sub(msg, 1, 7) == (prefix.."speed ") then
1031 lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 8))
1032 end
1033 if string.sub(msg, 1, 4) == (prefix.."ws ") then
1034 lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 5))
1035 end
1036 if string.sub(msg, 1, 11) == (prefix.."hipheight ") then
1037 lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 12))
1038 end
1039 if string.sub(msg, 1, 4) == (prefix.."hh ") then
1040 lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 5))
1041 end
1042 if string.sub(msg, 1, 11) == (prefix.."jumppower ") then
1043 lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 12))
1044 end
1045 if string.sub(msg, 1, 4) == (prefix.."jp ") then
1046 lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 5))
1047 end
1048 if string.sub(msg, 1, 8) == (prefix.."default") then
1049 lplayer.Character.Humanoid.JumpPower = 50
1050 lplayer.Character.Humanoid.WalkSpeed = 16
1051 lplayer.Character.Humanoid.HipHeight = 0
1052 end
1053 if string.sub(msg, 1, 7) == (prefix.."annoy ") then
1054 for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
1055 annoying = true
1056 annplr = v
1057 end
1058 end
1059 if string.sub(msg, 1, 8) == (prefix.."unannoy") then
1060 annoying = false
1061 end
1062 if string.sub(msg, 1, 10) == (prefix.."headwalk ") then
1063 for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
1064 hwalk = true
1065 hdwplr = v
1066 end
1067 end
1068 if string.sub(msg, 1, 11) == (prefix.."unheadwalk") then
1069 hwalk = false
1070 end
1071 if string.sub(msg, 1, 8) == (prefix.."nolimbs") then
1072 lplayer.Character["Left Leg"]:Destroy()
1073 lplayer.Character["Left Arm"]:Destroy()
1074 lplayer.Character["Right Leg"]:Destroy()
1075 lplayer.Character["Right Arm"]:Destroy()
1076 end
1077 if string.sub(msg, 1, 4) == (prefix.."god") then
1078 lplayer.Character.Humanoid.Name = 1
1079 local l = lplayer.Character["1"]:Clone()
1080 l.Parent = lplayer.Character
1081 l.Name = "Humanoid"
1082 wait(0.1)
1083 lplayer.Character["1"]:Destroy()
1084 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
1085 lplayer.Character.Animate.Disabled = true
1086 wait(0.1)
1087 lplayer.Character.Animate.Disabled = false
1088 lplayer.Character.Humanoid.DisplayDistanceType = "None"
1089 game:GetService("StarterGui"):SetCore("SendNotification", {
1090 Title = "FE Godmode enabled";
1091 Text = "Use ;grespawn or ;respawn to remove";
1092 })
1093 end
1094 if string.sub(msg, 1, 9) == (prefix.."drophats") then
1095 for i,v in pairs(lplayer.Character:GetChildren()) do
1096 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
1097 v.Parent = workspace
1098 end
1099 end
1100 end
1101 if string.sub(msg, 1, 9) == (prefix.."droptool") then
1102 for i,v in pairs(lplayer.Character:GetChildren()) do
1103 if (v:IsA("Tool")) then
1104 v.Parent = workspace
1105 end
1106 end
1107 end
1108 if string.sub(msg, 1, 10) == (prefix.."loopdhats") then
1109 droppinghats = true
1110 game:GetService("StarterGui"):SetCore("SendNotification", {
1111 Title = "Loop Drop Enabled";
1112 Text = "Type ;unloopdhats to disable";
1113 })
1114 end
1115 if string.sub(msg, 1, 12) == (prefix.."unloopdhats") then
1116 droppinghats = false
1117 game:GetService("StarterGui"):SetCore("SendNotification", {
1118 Title = "Loop Drop Disabled";
1119 Text = "Type ;loopdhats to enable.";
1120 })
1121 end
1122 if string.sub(msg, 1, 10) == (prefix.."loopdtool") then
1123 droppingtools = true
1124 game:GetService("StarterGui"):SetCore("SendNotification", {
1125 Title = "Loop Drop Enabled";
1126 Text = "Type ;unloopdtool to disable";
1127 })
1128 end
1129 if string.sub(msg, 1, 12) == (prefix.."unloopdtool") then
1130 droppingtools = false
1131 game:GetService("StarterGui"):SetCore("SendNotification", {
1132 Title = "Loop Drop Disabled";
1133 Text = "Type ;loopdtool to enable.";
1134 })
1135 end
1136 if string.sub(msg, 1, 10) == (prefix.."invisible") then -- Credit to Timeless
1137 Local = game:GetService('Players').LocalPlayer
1138 Char = Local.Character
1139 touched,tpdback = false, false
1140 box = Instance.new('Part',workspace)
1141 box.Anchored = true
1142 box.CanCollide = true
1143 box.Size = Vector3.new(10,1,10)
1144 box.Position = Vector3.new(0,10000,0)
1145 box.Touched:connect(function(part)
1146 if (part.Parent.Name == Local.Name) then
1147 if touched == false then
1148 touched = true
1149 function apply()
1150 if script.Disabled ~= true then
1151 no = Char.HumanoidRootPart:Clone()
1152 wait(.25)
1153 Char.HumanoidRootPart:Destroy()
1154 no.Parent = Char
1155 Char:MoveTo(loc)
1156 touched = false
1157 end end
1158 if Char then
1159 apply()
1160 end
1161 end
1162 end
1163 end)
1164 repeat wait() until Char
1165 loc = Char.HumanoidRootPart.Position
1166 Char:MoveTo(box.Position + Vector3.new(0,.5,0))
1167 game:GetService("StarterGui"):SetCore("SendNotification", {
1168 Title = "Invisibility enabled!";
1169 Text = "Reset or use ;respawn to remove.";
1170 })
1171 end
1172 if string.sub(msg, 1, 6) == (prefix.."view ") then
1173 for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
1174 if game:GetService("Players")[v.Name].Character.Humanoid then
1175 game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
1176 else
1177 game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
1178 end
1179 end
1180 end
1181 if string.sub(msg, 1, 7) == (prefix.."unview") then
1182 if lplayer.Character.Humanoid then
1183 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
1184 else
1185 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
1186 end
1187 end
1188 if string.sub(msg, 1, 6) == (prefix.."goto ") then
1189 for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
1190 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
1191 end
1192 end
1193 if string.sub(msg, 1, 4) == (prefix.."fly") then
1194 repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
1195 repeat wait() until Mouse
1196
1197 local T = lplayer.Character.HumanoidRootPart
1198 local CONTROL = {F = 0, B = 0, L = 0, R = 0}
1199 local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
1200 local SPEED = speedget
1201
1202 local function fly()
1203 flying = true
1204 local BG = Instance.new('BodyGyro', T)
1205 local BV = Instance.new('BodyVelocity', T)
1206 BG.P = 9e4
1207 BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
1208 BG.cframe = T.CFrame
1209 BV.velocity = Vector3.new(0, 0.1, 0)
1210 BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
1211 spawn(function()
1212 repeat wait()
1213 lplayer.Character.Humanoid.PlatformStand = true
1214 if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
1215 SPEED = 50
1216 elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
1217 SPEED = 0
1218 end
1219 if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
1220 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
1221 lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
1222 elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
1223 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
1224 else
1225 BV.velocity = Vector3.new(0, 0.1, 0)
1226 end
1227 BG.cframe = workspace.CurrentCamera.CoordinateFrame
1228 until not flying
1229 CONTROL = {F = 0, B = 0, L = 0, R = 0}
1230 lCONTROL = {F = 0, B = 0, L = 0, R = 0}
1231 SPEED = 0
1232 BG:destroy()
1233 BV:destroy()
1234 lplayer.Character.Humanoid.PlatformStand = false
1235 end)
1236 end
1237 Mouse.KeyDown:connect(function(KEY)
1238 if KEY:lower() == 'w' then
1239 CONTROL.F = speedfly
1240 elseif KEY:lower() == 's' then
1241 CONTROL.B = -speedfly
1242 elseif KEY:lower() == 'a' then
1243 CONTROL.L = -speedfly
1244 elseif KEY:lower() == 'd' then
1245 CONTROL.R = speedfly
1246 end
1247 end)
1248 Mouse.KeyUp:connect(function(KEY)
1249 if KEY:lower() == 'w' then
1250 CONTROL.F = 0
1251 elseif KEY:lower() == 's' then
1252 CONTROL.B = 0
1253 elseif KEY:lower() == 'a' then
1254 CONTROL.L = 0
1255 elseif KEY:lower() == 'd' then
1256 CONTROL.R = 0
1257 end
1258 end)
1259 fly()
1260 end
1261 if string.sub(msg, 1, 6) == (prefix.."unfly") then
1262 flying = false
1263 lplayer.Character.Humanoid.PlatformStand = false
1264 end
1265 if string.sub(msg, 1, 6) == (prefix.."chat ") then
1266 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(msg, 7)), "All")
1267 end
1268 if string.sub(msg, 1, 6) == (prefix.."spam ") then
1269 spamtext = (string.sub(msg, 7))
1270 spamming = true
1271 end
1272 if string.sub(msg, 1, 7) == (prefix.."unspam") then
1273 spamming = false
1274 end
1275 if string.sub(msg, 1, 10) == (prefix.."spamwait ") then
1276 spamdelay = (string.sub(msg, 11))
1277 end
1278 if string.sub(msg, 1, 8) == (prefix.."pmspam ") then
1279 for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
1280 pmspammed = v.Name
1281 spammingpm = true
1282 end
1283 end
1284 if string.sub(msg, 1, 9) == (prefix.."unpmspam") then
1285 spammingpm = false
1286 end
1287 if string.sub(msg, 1, 9) == (prefix.."cfreeze ") then
1288 for i,v in pairs(GetPlayer(string.sub(msg, 10))) do
1289 v.Character["Left Leg"].Anchored = true
1290 v.Character["Left Arm"].Anchored = true
1291 v.Character["Right Leg"].Anchored = true
1292 v.Character["Right Arm"].Anchored = true
1293 v.Character.Torso.Anchored = true
1294 v.Character.Head.Anchored = true
1295 end
1296 end
1297 if string.sub(msg, 1, 11) == (prefix.."uncfreeze ") then
1298 for i,v in pairs(GetPlayer(string.sub(msg, 12))) do
1299 v.Character["Left Leg"].Anchored = false
1300 v.Character["Left Arm"].Anchored = false
1301 v.Character["Right Leg"].Anchored = false
1302 v.Character["Right Arm"].Anchored = false
1303 v.Character.Torso.Anchored = false
1304 v.Character.Head.Anchored = false
1305 end
1306 end
1307 if string.sub(msg, 1, 9) == (prefix.."unlockws") then
1308 local a = game:GetService("Workspace"):getChildren()
1309 for i = 1, #a do
1310 if a[i].className == "Part" then
1311 a[i].Locked = false
1312 elseif a[i].className == "Model" then
1313 local r = a[i]:getChildren()
1314 for i = 1, #r do
1315 if r[i].className == "Part" then
1316 r[i].Locked = false
1317 end
1318 end
1319 end
1320 end
1321 game:GetService("StarterGui"):SetCore("SendNotification", {
1322 Title = "Success!";
1323 Text = "Workspace unlocked. Use ;lockws to lock.";
1324 })
1325 end
1326 if string.sub(msg, 1, 7) == (prefix.."lockws") then
1327 local a = game:GetService("Workspace"):getChildren()
1328 for i = 1, #a do
1329 if a[i].className == "Part" then
1330 a[i].Locked = true
1331 elseif a[i].className == "Model" then
1332 local r = a[i]:getChildren()
1333 for i = 1, #r do
1334 if r[i].className == "Part" then
1335 r[i].Locked = true
1336 end
1337 end
1338 end
1339 end
1340 end
1341 if string.sub(msg, 1, 7) == (prefix.."btools") then
1342 local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
1343 Clone_T.BinType = "Clone"
1344 local Destruct = Instance.new("HopperBin",lplayer.Backpack)
1345 Destruct.BinType = "Hammer"
1346 local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
1347 Hold_T.BinType = "Grab"
1348 end
1349 if string.sub(msg, 1, 7) == (prefix.."pstand") then
1350 lplayer.Character.Humanoid.PlatformStand = true
1351 end
1352 if string.sub(msg, 1, 9) == (prefix.."unpstand") then
1353 lplayer.Character.Humanoid.PlatformStand = false
1354 end
1355 if string.sub(msg, 1, 10) == (prefix.."blockhead") then
1356 lplayer.Character.Head.Mesh:Destroy()
1357 end
1358 if string.sub(msg, 1, 4) == (prefix.."sit") then
1359 lplayer.Character.Humanoid.Sit = true
1360 end
1361 if string.sub(msg, 1, 10) == (prefix.."bringobj ") then
1362 local function bringobjw()
1363 for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
1364 if obj.Name == (string.sub(msg, 11)) then
1365 obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
1366 obj.CanCollide = false
1367 obj.Transparency = 0.7
1368 wait()
1369 obj.CFrame = lplayer.Character["Left Leg"].CFrame
1370 wait()
1371 obj.CFrame = lplayer.Character["Right Leg"].CFrame
1372 wait()
1373 obj.CFrame = lplayer.Character["Head"].CFrame
1374 end
1375 end
1376 end
1377 while wait() do
1378 bringobjw()
1379 end
1380 game:GetService("StarterGui"):SetCore("SendNotification", {
1381 Title = "BringObj";
1382 Text = "BringObj enabled.";
1383 })
1384 end
1385 if string.sub(msg, 1, 7) == (prefix.."wsvis ") then
1386 vis = (string.sub(msg, 8))
1387 local a = game:GetService("Workspace"):GetDescendants()
1388 for i = 1, #a do
1389 if a[i].className == "Part" then
1390 a[i].Transparency = vis
1391 elseif a[i].className == "Model" then
1392 local r = a[i]:getChildren()
1393 for i = 1, #r do
1394 if r[i].className == "Part" then
1395 r[i].Transparency = vis
1396 end
1397 end
1398 end
1399 end
1400 end
1401 if string.sub(msg, 1, 11) == (prefix.."hypertotal") then
1402 loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
1403 game:GetService("StarterGui"):SetCore("SendNotification", {
1404 Title = "Success!";
1405 Text = "HyperTotal GUI Loaded!";
1406 })
1407 end
1408 if string.sub(msg, 1, 5) == (prefix.."cmds") then
1409 CMDSFRAME.Visible = true
1410 end
1411 if string.sub(msg, 1, 10) == (prefix.."rmeshhats") then
1412 for i,v in pairs(lplayer.Character:GetChildren()) do
1413 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
1414 v.Handle.Mesh:Destroy()
1415 end
1416 end
1417 end
1418 if string.sub(msg, 1, 10) == (prefix.."blockhats") then
1419 for i,v in pairs(lplayer.Character:GetChildren()) do
1420 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
1421 v.Handle.Mesh:Destroy()
1422 end
1423 end
1424 end
1425 if string.sub(msg, 1, 10) == (prefix.."rmeshtool") then
1426 for i,v in pairs(lplayer.Character:GetChildren()) do
1427 if (v:IsA("Tool")) then
1428 v.Handle.Mesh:Destroy()
1429 end
1430 end
1431 end
1432 if string.sub(msg, 1, 10) == (prefix.."blocktool") then
1433 for i,v in pairs(lplayer.Character:GetChildren()) do
1434 if (v:IsA("Tool")) then
1435 v.Handle.Mesh:Destroy()
1436 end
1437 end
1438 end
1439 if string.sub(msg, 1, 8) == (prefix.."spinner") then
1440 local p = Instance.new("RocketPropulsion")
1441 p.Parent = lplayer.Character.HumanoidRootPart
1442 p.Name = "Spinner"
1443 p.Target = lplayer.Character["Left Arm"]
1444 p:Fire()
1445 game:GetService("StarterGui"):SetCore("SendNotification", {
1446 Title = "Spinner enabled";
1447 Text = "Type ;nospinner to disable.";
1448 })
1449 end
1450 if string.sub(msg, 1, 10) == (prefix.."nospinner") then
1451 lplayer.Character.HumanoidRootPart.Spinner:Destroy()
1452 end
1453 if string.sub(msg, 1, 7) == (prefix.."reachd") then
1454 for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
1455 if v:isA("Tool") then
1456 local a = Instance.new("SelectionBox",v.Handle)
1457 a.Adornee = v.Handle
1458 v.Handle.Size = Vector3.new(0.5,0.5,60)
1459 v.GripPos = Vector3.new(0,0,0)
1460 lplayer.Character.Humanoid:UnequipTools()
1461 end
1462 end
1463 game:GetService("StarterGui"):SetCore("SendNotification", {
1464 Title = "Reach applied!";
1465 Text = "Applied to equipped sword. Use ;noreach to disable.";
1466 })
1467 end
1468 if string.sub(msg, 1, 7) == (prefix.."reach ") then
1469 for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
1470 if v:isA("Tool") then
1471 handleSize = v.Handle.Size
1472 wait()
1473 local a = Instance.new("SelectionBox",v.Handle)
1474 a.Name = "a"
1475 a.Adornee = v.Handle
1476 v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(msg, 8)))
1477 v.GripPos = Vector3.new(0,0,0)
1478 lplayer.Character.Humanoid:UnequipTools()
1479 end
1480 end
1481 game:GetService("StarterGui"):SetCore("SendNotification", {
1482 Title = "Reach applied!";
1483 Text = "Applied to equipped sword. Use ;noreach to disable.";
1484 })
1485 end
1486 if string.sub(msg, 1, 8) == (prefix.."noreach") then
1487 for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
1488 if v:isA("Tool") then
1489 v.Handle.a:Destroy()
1490 v.Handle.Size = handleSize
1491 end
1492 end
1493 game:GetService("StarterGui"):SetCore("SendNotification", {
1494 Title = "Reach removed!";
1495 Text = "Removed reach from equipped sword.";
1496 })
1497 end
1498 if string.sub(msg, 1, 7) == (prefix.."rkill ") then
1499 for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
1500 lplayer.Character.Humanoid.Name = 1
1501 local l = lplayer.Character["1"]:Clone()
1502 l.Parent = lplayer.Character
1503 l.Name = "Humanoid"
1504 wait(0.1)
1505 lplayer.Character["1"]:Destroy()
1506 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
1507 lplayer.Character.Animate.Disabled = true
1508 wait(0.1)
1509 lplayer.Character.Animate.Disabled = false
1510 lplayer.Character.Humanoid.DisplayDistanceType = "None"
1511 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
1512 lplayer.Character.Humanoid:EquipTool(v)
1513 end
1514 wait(0.1)
1515 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
1516 wait(0.2)
1517 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
1518 wait(0.5)
1519 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
1520 game:GetService("StarterGui"):SetCore("SendNotification", {
1521 Title = "Tools needed!";
1522 Text = "You need a tool in your backpack for this command!";
1523 })
1524 end
1525 end
1526 if string.sub(msg, 1, 7) == (prefix.."tp me ") then
1527 for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
1528 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
1529 end
1530 end
1531 if string.sub(msg, 1, 8) == (prefix.."cbring ") then
1532 if (string.sub(msg, 9)) == "all" or (string.sub(msg, 9)) == "All" or (string.sub(msg, 9)) == "ALL" then
1533 cbringall = true
1534 else
1535 for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
1536 brplr = v.Name
1537 end
1538 end
1539 cbring = true
1540 end
1541 if string.sub(msg, 1, 9) == (prefix.."uncbring") then
1542 cbring = false
1543 cbringall = false
1544 end
1545 if string.sub(msg, 1, 6) == (prefix.."swap ") then
1546 for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
1547 local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
1548 local NOW = lplayer.Character.HumanoidRootPart.CFrame
1549 lplayer.Character.Humanoid.Name = 1
1550 local l = lplayer.Character["1"]:Clone()
1551 l.Parent = lplayer.Character
1552 l.Name = "Humanoid"
1553 wait(0.1)
1554 lplayer.Character["1"]:Destroy()
1555 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
1556 lplayer.Character.Animate.Disabled = true
1557 wait(0.1)
1558 lplayer.Character.Animate.Disabled = false
1559 lplayer.Character.Humanoid.DisplayDistanceType = "None"
1560 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
1561 lplayer.Character.Humanoid:EquipTool(v)
1562 end
1563 local function tp(player,player2)
1564 local char1,char2=player.Character,player2.Character
1565 if char1 and char2 then
1566 char1:MoveTo(char2.Head.Position)
1567 end
1568 end
1569 wait(0.1)
1570 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
1571 wait(0.2)
1572 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
1573 wait(0.5)
1574 lplayer.Character.HumanoidRootPart.CFrame = NOW
1575 wait(0.6)
1576 tp(lplayer, game:GetService("Players")[v.Name])
1577 wait(0.4)
1578 lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
1579 game:GetService("StarterGui"):SetCore("SendNotification", {
1580 Title = "Tools needed!";
1581 Text = "You need a tool in your backpack for this command!";
1582 })
1583 end
1584 end
1585 if string.sub(msg, 1, 8) == (prefix.."glitch ") then
1586 for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
1587 lplayer.Character.Humanoid.Name = 1
1588 local l = lplayer.Character["1"]:Clone()
1589 l.Parent = lplayer.Character
1590 l.Name = "Humanoid"
1591 wait(0.1)
1592 lplayer.Character["1"]:Destroy()
1593 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
1594 lplayer.Character.Animate.Disabled = true
1595 wait(0.1)
1596 lplayer.Character.Animate.Disabled = false
1597 lplayer.Character.Humanoid.DisplayDistanceType = "None"
1598 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
1599 lplayer.Character.Humanoid:EquipTool(v)
1600 end
1601 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
1602 wait(0.3)
1603 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
1604 wait(0.4)
1605 b = Instance.new("BodyForce")
1606 b.Parent = lplayer.Character.HumanoidRootPart
1607 b.Name = "Glitch"
1608 b.Force = Vector3.new(100000000,5000,0)
1609 game:GetService("StarterGui"):SetCore("SendNotification", {
1610 Title = "Tools needed!";
1611 Text = "You need a tool in your backpack for this command!";
1612 })
1613 end
1614 end
1615 if string.sub(msg, 1, 9) == (prefix.."unglitch") then
1616 lplayer.Character.HumanoidRootPart.Glitch:Destroy()
1617 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
1618 b = Instance.new("BodyForce")
1619 b.Parent = lplayer.Character.HumanoidRootPart
1620 b.Name = "unGlitch"
1621 b.Force = Vector3.new(0,-5000000,0)
1622 wait(2)
1623 lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
1624 end
1625 if string.sub(msg, 1, 9) == (prefix.."grespawn") then
1626 lplayer.Character.Humanoid.Health = 0
1627 wait(1)
1628 lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
1629 lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
1630 end
1631 if string.sub(msg, 1, 9) == (prefix.."explorer") then
1632 loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
1633 game:GetService("StarterGui"):SetCore("SendNotification", {
1634 Title = "Success!";
1635 Text = "DEX Explorer has loaded.";
1636 })
1637 end
1638 if string.sub(msg, 1, 6) == (prefix.."anim ") then
1639 local Anim = Instance.new("Animation")
1640 Anim.AnimationId = "rbxassetid://"..(string.sub(msg, 7))
1641 local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
1642 track:Play(.1, 1, 1)
1643 end
1644 if string.sub(msg, 1, 8) == (prefix.."animgui") then
1645 loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
1646 game:GetService("StarterGui"):SetCore("SendNotification", {
1647 Title = "Success!";
1648 Text = "Energize Animations GUI has loaded.";
1649 })
1650 end
1651 if string.sub(msg, 1, 8) == (prefix.."savepos") then
1652 saved = lplayer.Character.HumanoidRootPart.CFrame
1653 game:GetService("StarterGui"):SetCore("SendNotification", {
1654 Title = "Position Saved";
1655 Text = "Use ;loadpos to return to saved position.";
1656 })
1657 end
1658 if string.sub(msg, 1, 8) == (prefix.."loadpos") then
1659 lplayer.Character.HumanoidRootPart.CFrame = saved
1660 end
1661 if string.sub(msg, 1, 6) == (prefix.."bang ") then
1662 for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
1663 local Anim2 = Instance.new("Animation")
1664 Anim2.AnimationId = "rbxassetid://148840371"
1665 local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
1666 track2:Play(.1, 1, 1)
1667 bplrr = v.Name
1668 banpl = true
1669 end
1670 end
1671 if string.sub(msg, 1, 7) == (prefix.."unbang") then
1672 banpl = false
1673 end
1674 if string.sub(msg, 1, 10) == (prefix.."bringmod ") then
1675 local function bringmodw()
1676 for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
1677 if obj.Name == (string.sub(msg, 11)) then
1678 for i,ch in pairs(obj:GetDescendants()) do
1679 if (ch:IsA("BasePart")) then
1680 ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
1681 ch.CanCollide = false
1682 ch.Transparency = 0.7
1683 wait()
1684 ch.CFrame = lplayer.Character["Left Leg"].CFrame
1685 wait()
1686 ch.CFrame = lplayer.Character["Right Leg"].CFrame
1687 wait()
1688 ch.CFrame = lplayer.Character["Head"].CFrame
1689 end
1690 end
1691 end
1692 end
1693 end
1694 while wait() do
1695 bringmodw()
1696 end
1697 game:GetService("StarterGui"):SetCore("SendNotification", {
1698 Title = "BringMod";
1699 Text = "BringMod enabled.";
1700 })
1701 end
1702 if string.sub(msg, 1, 8) == (prefix.."respawn") then
1703 local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
1704 local hum = Instance.new('Humanoid', mod)
1705 local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
1706 lplayer.Character = mod
1707 end
1708 if string.sub(msg, 1, 9) == (prefix.."shutdown") then
1709 game:GetService'RunService'.Stepped:Connect(function()
1710 pcall(function()
1711 for i,v in pairs(game:GetService'Players':GetPlayers()) do
1712 if v.Character ~= nil and v.Character:FindFirstChild'Head' then
1713 for _,x in pairs(v.Character.Head:GetChildren()) do
1714 if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
1715 end
1716 end
1717 end
1718 end)
1719 end)
1720 game:GetService("StarterGui"):SetCore("SendNotification", {
1721 Title = "Attempting Shutdown";
1722 Text = "Shutdown Attempt has begun.";
1723 })
1724 end
1725 if string.sub(msg, 1, 8) == (prefix.."delobj ") then
1726 objtodel = (string.sub(msg, 9))
1727 for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
1728 if v.Name == objtodel then
1729 v:Destroy()
1730 end
1731 end
1732 end
1733 if string.sub(msg, 1, 8) == (prefix.."getplrs") then
1734 for i,v in pairs(game:GetService("Players"):GetPlayers())do
1735 print(v)
1736 end
1737 game:GetService("StarterGui"):SetCore("SendNotification", {
1738 Title = "Printed";
1739 Text = "Players have been printed to console. (F9)";
1740 })
1741 end
1742 if string.sub(msg, 1, 9) == (prefix.."deldecal") then
1743 for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
1744 if (v:IsA("Decal")) then
1745 v:Destroy()
1746 end
1747 end
1748 end
1749 if string.sub(msg, 1, 11) == (prefix.."opfinality") then
1750 loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
1751 game:GetService("StarterGui"):SetCore("SendNotification", {
1752 Title = "Success!";
1753 Text = "OpFinality GUI has loaded.";
1754 })
1755 end
1756 if string.sub(msg, 1, 8) == (prefix.."remotes") then
1757 remotes = true
1758 added = true
1759 game.DescendantAdded:connect(function(rmt)
1760 if added == true then
1761 if remotes == true then
1762 if rmt:IsA("RemoteEvent") then
1763 print("A RemoteEvent was added!")
1764 print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
1765 print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
1766 end end end
1767 end)
1768 game.DescendantAdded:connect(function(rmtfnctn)
1769 if added == true then
1770 if remotes == true then
1771 if rmtfnctn:IsA("RemoteFunction") then
1772 warn("A RemoteFunction was added!")
1773 warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
1774 print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
1775 end end end
1776 end)
1777
1778 game.DescendantAdded:connect(function(bndfnctn)
1779 if added == true then
1780 if binds == true then
1781 if bndfnctn:IsA("BindableFunction") then
1782 print("A BindableFunction was added!")
1783 print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
1784 print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
1785 end end end
1786 end)
1787
1788 game.DescendantAdded:connect(function(bnd)
1789 if added == true then
1790 if binds == true then
1791 if bnd:IsA("BindableEvent") then
1792 warn("A BindableEvent was added!")
1793 warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
1794 print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
1795 end end end
1796 end)
1797
1798
1799 if binds == true then
1800 for i,v in pairs(game:GetDescendants()) do
1801 if v:IsA("BindableFunction") then
1802 print(" game." .. v:GetFullName() .. " | BindableFunction")
1803 print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
1804 end end
1805 for i,v in pairs(game:GetDescendants()) do
1806 if v:IsA("BindableEvent") then
1807 warn(" game." .. v:GetFullName() .. " | BindableEvent")
1808 print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
1809 end end
1810 else
1811 print("Off")
1812 end
1813 if remotes == true then
1814 for i,v in pairs(game:GetDescendants()) do
1815 if v:IsA("RemoteFunction") then
1816 warn(" game." .. v:GetFullName() .. " | RemoteFunction")
1817 print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
1818 end end
1819 wait()
1820 for i,v in pairs(game:GetDescendants()) do
1821 if v:IsA("RemoteEvent") then
1822 print(" game." .. v:GetFullName() .. " | RemoteEvent")
1823 print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
1824 end end
1825 else
1826 print("Off")
1827 end
1828 game:GetService("StarterGui"):SetCore("SendNotification", {
1829 Title = "Printing Remotes";
1830 Text = "Type ;noremotes to disable.";
1831 })
1832 end
1833 if string.sub(msg, 1, 10) == (prefix.."noremotes") then
1834 remotes = false
1835 added = false
1836 game:GetService("StarterGui"):SetCore("SendNotification", {
1837 Title = "Printing Remotes Disabled";
1838 Text = "Type ;remotes to enable.";
1839 })
1840 end
1841 if string.sub(msg, 1, 10) == (prefix.."tpdefault") then
1842 spin = false
1843 followed = false
1844 traill = false
1845 noclip = false
1846 annoying = false
1847 hwalk = false
1848 cbringing = false
1849 end
1850 if string.sub(msg, 1, 8) == (prefix.."stopsit") then
1851 stopsitting = true
1852 end
1853 if string.sub(msg, 1, 6) == (prefix.."gosit") then
1854 stopsitting = false
1855 end
1856 if string.sub(msg, 1, 8) == (prefix.."version") then
1857 print(adminversion)
1858 game:GetService("StarterGui"):SetCore("SendNotification", {
1859 Title = "Version";
1860 Text = adminversion;
1861 })
1862 end
1863 if string.sub(msg, 1, 8) == (prefix.."clicktp") then
1864 clickgoto = true
1865 game:GetService("StarterGui"):SetCore("SendNotification", {
1866 Title = "Click TP";
1867 Text = "Press E to teleport to mouse position, ;noclicktp to stop";
1868 })
1869 end
1870 if string.sub(msg, 1, 9) == (prefix.."clickdel") then
1871 clickdel = true
1872 game:GetService("StarterGui"):SetCore("SendNotification", {
1873 Title = "Click Delete";
1874 Text = "Press E to delete part at mouse, ;noclickdel to stop";
1875 })
1876 end
1877 if string.sub(msg, 1, 11) == (prefix.."noclickdel") then
1878 clickdel = false
1879 game:GetService("StarterGui"):SetCore("SendNotification", {
1880 Title = "Click Delete";
1881 Text = "Click delete has been disabled.";
1882 })
1883 end
1884 if string.sub(msg, 1, 10) == (prefix.."noclicktp") then
1885 clickgoto = false
1886 game:GetService("StarterGui"):SetCore("SendNotification", {
1887 Title = "Click TP";
1888 Text = "Click TP has been disabled.";
1889 })
1890 end
1891 if string.sub(msg, 1, 8) == (prefix.."toolson") then
1892 gettingtools = true
1893 game:GetService("StarterGui"):SetCore("SendNotification", {
1894 Title = "Tools Enabled";
1895 Text = "Automatically colleting tools dropped.";
1896 })
1897 end
1898 if string.sub(msg, 1, 9) == (prefix.."toolsoff") then
1899 gettingtools = false
1900 game:GetService("StarterGui"):SetCore("SendNotification", {
1901 Title = "Tools Disabled";
1902 Text = "Click TP has been disabled.";
1903 })
1904 end
1905 if string.sub(msg, 1, 10) == (prefix.."delcmdbar") then
1906 ScreenGui:Destroy()
1907 end
1908 if string.sub(msg, 1, 6) == (prefix.."reset") then
1909 lplayer.Character.Head:Destroy()
1910 end
1911 if string.sub(msg, 1, 7) == (prefix.."state ") then
1912 statechosen = string.sub(msg, 8)
1913 changingstate = true
1914 end
1915 if string.sub(msg, 1, 9) == (prefix.."gravity ") then
1916 game:GetService("Workspace").Gravity = string.sub(msg, 10)
1917 end
1918 if string.sub(msg, 1, 10) == (prefix.."looprhats") then
1919 removingmeshhats = true
1920 end
1921 if string.sub(msg, 1, 12) == (prefix.."unlooprhats") then
1922 removingmeshhats = false
1923 end
1924 if string.sub(msg, 1, 10) == (prefix.."looprtool") then
1925 removingmeshtool = true
1926 end
1927 if string.sub(msg, 1, 12) == (prefix.."unlooprtool") then
1928 removingmeshtool = false
1929 end
1930 if string.sub(msg, 1, 10) == (prefix.."givetool ") then
1931 for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
1932 if v:IsA("Tool") then
1933 for i,player in pairs(GetPlayer(string.sub(msg, 11))) do
1934 v.Parent = player.Character
1935 end
1936 end
1937 end
1938 end
1939 if string.sub(msg, 1, 14) == (prefix.."givealltools ") then
1940 for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
1941 if v:IsA("Tool") then
1942 v.Parent = lplayer.Character
1943 wait()
1944 for i,player in pairs(GetPlayer(string.sub(msg, 15))) do
1945 v.Parent = player.Character
1946 end
1947 end
1948 end
1949 end
1950 if string.sub(msg, 1, 5) == (prefix.."age ") then
1951 for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
1952 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
1953 end
1954 end
1955 if string.sub(msg, 1, 4) == (prefix.."id ") then
1956 for i,player in pairs(GetPlayer(string.sub(msg, 5))) do
1957 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
1958 end
1959 end
1960 if string.sub(msg, 1, 6) == (prefix..".age ") then
1961 for i,player in pairs(GetPlayer(string.sub(msg, 7))) do
1962 game:GetService("StarterGui"):SetCore("SendNotification", {
1963 Title = player.AccountAge.." Days";
1964 Text = "Account age of "..player.Name;
1965 })
1966 end
1967 end
1968 if string.sub(msg, 1, 5) == (prefix..".id ") then
1969 for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
1970 game:GetService("StarterGui"):SetCore("SendNotification", {
1971 Title = player.UserId.." ID";
1972 Text = "Account ID of "..player.Name;
1973 })
1974 end
1975 end
1976 if string.sub(msg, 1, 7) == (prefix.."gameid") then
1977 game:GetService("StarterGui"):SetCore("SendNotification", {
1978 Title = "Game ID";
1979 Text = "Game ID: ".. game.GameId;
1980 })
1981 end
1982 if string.sub(msg, 1, 4) == (prefix.."pgs") then
1983 local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
1984 if pgscheck == true then
1985 game:GetService("StarterGui"):SetCore("SendNotification", {
1986 Title = "PGSPhysicsSolverEnabled";
1987 Text = "PGS is Enabled!";
1988 })
1989 else
1990 game:GetService("StarterGui"):SetCore("SendNotification", {
1991 Title = "PGSPhysicsSolverEnabled";
1992 Text = "PGS is Disabled!";
1993 })
1994 end
1995 end
1996 if string.sub(msg, 1, 12) == (prefix.."removeinvis") then
1997 for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
1998 if v:IsA("Part") then
1999 if v.Transparency == 1 then
2000 if v.Name ~= "HumanoidRootPart" then
2001 v:Destroy()
2002 end
2003 end
2004 end
2005 end
2006 end
2007 if string.sub(msg, 1, 10) == (prefix.."removefog") then
2008 game:GetService("Lighting").FogStart = 0
2009 game:GetService("Lighting").FogEnd = 9999999999999
2010 end
2011 if string.sub(msg, 1, 8) == (prefix.."disable") then
2012 lplayer.Character.Humanoid.Parent = lplayer
2013 end
2014 if string.sub(msg, 1, 7) == (prefix.."enable") then
2015 lplayer.Humanoid.Parent = lplayer.Character
2016 end
2017 if string.sub(msg, 1, 8) == (prefix.."prefix ") then
2018 prefix = (string.sub(msg, 9, 9))
2019 wait(0.1)
2020 change()
2021 wait(0.1)
2022 game:GetService("StarterGui"):SetCore("SendNotification", {
2023 Title = "Prefix changed!";
2024 Text = "Prefix is now "..prefix..". Use ;resetprefix to reset to ;";
2025 })
2026 end
2027 if string.sub(msg, 1, 12) == (";resetprefix") then
2028 prefix = ";"
2029 wait(0.1)
2030 change()
2031 wait(0.1)
2032 game:GetService("StarterGui"):SetCore("SendNotification", {
2033 Title = "Prefix changed!";
2034 Text = "Prefix is now "..prefix..". Make sure it's one key!";
2035 })
2036 end
2037 if string.sub(msg, 1, 10) == (prefix.."flyspeed ") then
2038 speedfly = string.sub(msg, 11)
2039 wait()
2040 change()
2041 end
2042 if string.sub(msg, 1, 8) == (prefix.."carpet ") then
2043 for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
2044 local Anim3 = Instance.new("Animation")
2045 Anim3.AnimationId = "rbxassetid://282574440"
2046 local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
2047 track3:Play(.1, 1, 1)
2048 bplrr = v.Name
2049 banpl = true
2050 end
2051 end
2052 if string.sub(msg, 1, 9) == (prefix.."uncarpet") then
2053 banpl = false
2054 end
2055 if string.sub(msg, 1, 7) == (prefix.."stare ") then
2056 for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
2057 staring = true
2058 stareplr = v
2059 end
2060 end
2061 if string.sub(msg, 1, 8) == (prefix.."unstare") then
2062 staring = false
2063 end
2064 if string.sub(msg, 1, 8) == (prefix.."logchat") then
2065 chatlogs = true
2066 game:GetService("StarterGui"):SetCore("SendNotification", {
2067 Title = "LogChat enabled";
2068 Text = "Now logging all player chat.";
2069 })
2070 end
2071 if string.sub(msg, 1, 10) == (prefix.."unlogchat") then
2072 chatlogs = false
2073 game:GetService("StarterGui"):SetCore("SendNotification", {
2074 Title = "LogChat disabled";
2075 Text = "Stopped logging all player chat.";
2076 })
2077 end
2078 if string.sub(msg, 1, 7) == (prefix.."fixcam") then
2079 game:GetService("Workspace").CurrentCamera:Destroy()
2080 wait(0.1)
2081 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
2082 game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
2083 lplayer.CameraMinZoomDistance = 0.5
2084 lplayer.CameraMaxZoomDistance = 400
2085 lplayer.CameraMode = "Classic"
2086 end
2087 if string.sub(msg, 1, 8) == (prefix.."unstate") then
2088 changingstate = false
2089 end
2090end)
2091
2092local function tp()
2093 for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
2094 if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
2095 if player.Name == brplr then
2096 player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 2
2097 end
2098 end
2099 end
2100end
2101local function tpall()
2102 for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
2103 if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
2104 player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 3
2105 end
2106 end
2107end
2108spawn(function()
2109 while wait(spamdelay) do
2110 if spamming == true then
2111 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(spamtext, "All")
2112 end
2113 end
2114end)
2115spawn(function()
2116 while wait(spamdelay) do
2117 if spammingpm == true then
2118 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/w "..pmspammed.." @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", "All")
2119 end
2120 end
2121end)
2122spawn(function()
2123 while wait() do
2124 if cbring == true then
2125 tp()
2126 end
2127 end
2128end)
2129spawn(function()
2130 while wait() do
2131 if cbringall == true then
2132 tpall()
2133 end
2134 end
2135end)
2136
2137Mouse.KeyDown:connect(function(Key)
2138 if Key == prefix then
2139 CMDBAR:CaptureFocus()
2140 end
2141end)
2142
2143CMDBAR.FocusLost:connect(function(enterPressed)
2144 if enterPressed then
2145 if string.sub(CMDBAR.Text, 1, 5) == ("kill ") then
2146 if string.sub(CMDBAR.Text, 6) == "me" then
2147 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
2148 else
2149 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6)))do
2150 local NOW = lplayer.Character.HumanoidRootPart.CFrame
2151 lplayer.Character.Humanoid.Name = 1
2152 local l = lplayer.Character["1"]:Clone()
2153 l.Parent = lplayer.Character
2154 l.Name = "Humanoid"
2155 wait(0.1)
2156 lplayer.Character["1"]:Destroy()
2157 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
2158 lplayer.Character.Animate.Disabled = true
2159 wait(0.1)
2160 lplayer.Character.Animate.Disabled = false
2161 lplayer.Character.Humanoid.DisplayDistanceType = "None"
2162 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
2163 lplayer.Character.Humanoid:EquipTool(v)
2164 end
2165 local function tp(player,player2)
2166 local char1,char2=player.Character,player2.Character
2167 if char1 and char2 then
2168 char1:MoveTo(char2.Head.Position)
2169 end
2170 end
2171 wait(0.1)
2172 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
2173 wait(0.2)
2174 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
2175 wait(0.5)
2176 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
2177 wait(0.7)
2178 tp(lplayer,game:GetService("Players")[v.Name])
2179 wait(0.7)
2180 lplayer.Character.HumanoidRootPart.CFrame = NOW
2181 game:GetService("StarterGui"):SetCore("SendNotification", {
2182 Title = "Tools needed!";
2183 Text = "You need a tool in your backpack for this command!";
2184 })
2185 end
2186 end
2187 end
2188 if string.sub(CMDBAR.Text, 1, 6) == ("bring ") then
2189 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
2190 local NOW = lplayer.Character.HumanoidRootPart.CFrame
2191 lplayer.Character.Humanoid.Name = 1
2192 local l = lplayer.Character["1"]:Clone()
2193 l.Parent = lplayer.Character
2194 l.Name = "Humanoid"
2195 wait(0.1)
2196 lplayer.Character["1"]:Destroy()
2197 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
2198 lplayer.Character.Animate.Disabled = true
2199 wait(0.1)
2200 lplayer.Character.Animate.Disabled = false
2201 lplayer.Character.Humanoid.DisplayDistanceType = "None"
2202 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
2203 lplayer.Character.Humanoid:EquipTool(v)
2204 end
2205 local function tp(player,player2)
2206 local char1,char2=player.Character,player2.Character
2207 if char1 and char2 then
2208 char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
2209 end
2210 end
2211 local function getout(player,player2)
2212 local char1,char2=player.Character,player2.Character
2213 if char1 and char2 then
2214 char1:MoveTo(char2.Head.Position)
2215 end
2216 end
2217 tp(game:GetService("Players")[v.Name], lplayer)
2218 wait(0.2)
2219 tp(game:GetService("Players")[v.Name], lplayer)
2220 wait(0.5)
2221 lplayer.Character.HumanoidRootPart.CFrame = NOW
2222 wait(0.5)
2223 getout(lplayer, game:GetService("Players")[v.Name])
2224 wait(0.3)
2225 lplayer.Character.HumanoidRootPart.CFrame = NOW
2226 game:GetService("StarterGui"):SetCore("SendNotification", {
2227 Title = "Tools needed!";
2228 Text = "You need a tool in your backpack for this command!";
2229 })
2230 end
2231 end
2232 if string.sub(CMDBAR.Text, 1, 5) == ("spin ") then
2233 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
2234 lplayer.Character.Humanoid.Name = 1
2235 local l = lplayer.Character["1"]:Clone()
2236 l.Parent = lplayer.Character
2237 l.Name = "Humanoid"
2238 wait(0.1)
2239 lplayer.Character["1"]:Destroy()
2240 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
2241 lplayer.Character.Animate.Disabled = true
2242 wait(0.1)
2243 lplayer.Character.Animate.Disabled = false
2244 lplayer.Character.Humanoid.DisplayDistanceType = "None"
2245 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
2246 lplayer.Character.Humanoid:EquipTool(v)
2247 end
2248 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
2249 spinplr = v
2250 wait(0.5)
2251 spin = true
2252 game:GetService("StarterGui"):SetCore("SendNotification", {
2253 Title = "Tools needed!";
2254 Text = "You need a tool in your backpack for this command!";
2255 })
2256 end
2257 end
2258 if string.sub(CMDBAR.Text, 1, 6) == ("unspin") then
2259 spin = false
2260 end
2261 if string.sub(CMDBAR.Text, 1, 7) == ("attach ") then
2262 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
2263 lplayer.Character.Humanoid.Name = 1
2264 local l = lplayer.Character["1"]:Clone()
2265 l.Parent = lplayer.Character
2266 l.Name = "Humanoid"
2267 wait(0.1)
2268 lplayer.Character["1"]:Destroy()
2269 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
2270 lplayer.Character.Animate.Disabled = true
2271 wait(0.1)
2272 lplayer.Character.Animate.Disabled = false
2273 lplayer.Character.Humanoid.DisplayDistanceType = "None"
2274 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
2275 lplayer.Character.Humanoid:EquipTool(v)
2276 end
2277 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
2278 wait(0.3)
2279 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
2280 attplr = v
2281 game:GetService("StarterGui"):SetCore("SendNotification", {
2282 Title = "Tools needed!";
2283 Text = "You need a tool in your backpack for this command!";
2284 })
2285 end
2286 end
2287 if string.sub(CMDBAR.Text, 1, 9) == ("unattach ") then
2288 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
2289 local function getout(player,player2)
2290 local char1,char2=player.Character,player2.Character
2291 if char1 and char2 then
2292 char1:MoveTo(char2.Head.Position)
2293 end
2294 end
2295 getout(lplayer, game:GetService("Players")[v.Name])
2296 end
2297 end
2298 if string.sub(CMDBAR.Text, 1, 7) == ("follow ") then
2299 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
2300 followed = true
2301 flwplr = v
2302 end
2303 end
2304 if string.sub(CMDBAR.Text, 1, 8) == ("unfollow") then
2305 followed = false
2306 end
2307 if string.sub(CMDBAR.Text, 1, 9) == ("freefall ") then
2308 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
2309 local NOW = lplayer.Character.HumanoidRootPart.CFrame
2310 lplayer.Character.Humanoid.Name = 1
2311 local l = lplayer.Character["1"]:Clone()
2312 l.Parent = lplayer.Character
2313 l.Name = "Humanoid"
2314 wait(0.1)
2315 lplayer.Character["1"]:Destroy()
2316 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
2317 lplayer.Character.Animate.Disabled = true
2318 wait(0.1)
2319 lplayer.Character.Animate.Disabled = false
2320 lplayer.Character.Humanoid.DisplayDistanceType = "None"
2321 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
2322 lplayer.Character.Humanoid:EquipTool(v)
2323 end
2324 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
2325 wait(0.2)
2326 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
2327 wait(0.6)
2328 lplayer.Character.HumanoidRootPart.CFrame = NOW
2329 wait(0.6)
2330 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
2331 game:GetService("StarterGui"):SetCore("SendNotification", {
2332 Title = "Tools needed!";
2333 Text = "You need a tool in your backpack for this command!";
2334 })
2335 end
2336 end
2337 if string.sub(CMDBAR.Text, 1, 6) == ("trail ") then
2338 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
2339 traill = true
2340 trlplr = v
2341 end
2342 end
2343 if string.sub(CMDBAR.Text, 1, 7) == ("untrail") then
2344 traill = false
2345 end
2346 if string.sub(CMDBAR.Text, 1, 6) == ("orbit ") then
2347 if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
2348 lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
2349 else
2350 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
2351 local o = Instance.new("RocketPropulsion")
2352 o.Parent = lplayer.Character.HumanoidRootPart
2353 o.Name = "Orbit"
2354 o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
2355 o:Fire()
2356 noclip = true
2357 end
2358 end
2359 end
2360 if string.sub(CMDBAR.Text, 1, 7) == ("unorbit") then
2361 lplayer.Character.HumanoidRootPart.Orbit:Destroy()
2362 noclip = false
2363 end
2364 if string.sub(CMDBAR.Text, 1, 6) == ("fling ") then
2365 if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
2366 lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
2367 else
2368 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
2369 local y = Instance.new("RocketPropulsion")
2370 y.Parent = lplayer.Character.HumanoidRootPart
2371 y.CartoonFactor = 1
2372 y.MaxThrust = 800000
2373 y.MaxSpeed = 1000
2374 y.ThrustP = 200000
2375 y.Name = "Fling"
2376 game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
2377 y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
2378 y:Fire()
2379 noclip = true
2380 end
2381 end
2382 end
2383 if string.sub(CMDBAR.Text, 1, 7) == ("unfling") then
2384 noclip = false
2385 lplayer.Character.HumanoidRootPart.Fling:Destroy()
2386 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
2387 wait(0.4)
2388 lplayer.Character.HumanoidRootPart.Fling:Destroy()
2389 end
2390 if string.sub(CMDBAR.Text, 1, 7) == ("fecheck") then
2391 if game:GetService("Workspace").FilteringEnabled == true then
2392 warn("FE is Enabled (Filtering Enabled)")
2393 game:GetService("StarterGui"):SetCore("SendNotification", {
2394 Title = "FE is Enabled";
2395 Text = "Filtering Enabled. Enjoy using Reviz Admin!";
2396 })
2397 else
2398 warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
2399 game:GetService("StarterGui"):SetCore("SendNotification", {
2400 Title = "FE is Disabled";
2401 Text = "Filtering Disabled. Consider using a different admin script.";
2402 })
2403 end
2404 end
2405 if string.sub(CMDBAR.Text, 1, 5) == ("void ") then
2406 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
2407 lplayer.Character.Humanoid.Name = 1
2408 local l = lplayer.Character["1"]:Clone()
2409 l.Parent = lplayer.Character
2410 l.Name = "Humanoid"
2411 wait(0.1)
2412 lplayer.Character["1"]:Destroy()
2413 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
2414 lplayer.Character.Animate.Disabled = true
2415 wait(0.1)
2416 lplayer.Character.Animate.Disabled = false
2417 lplayer.Character.Humanoid.DisplayDistanceType = "None"
2418 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
2419 lplayer.Character.Humanoid:EquipTool(v)
2420 end
2421 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
2422 wait(0.2)
2423 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
2424 wait(0.6)
2425 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
2426 game:GetService("StarterGui"):SetCore("SendNotification", {
2427 Title = "Tools needed!";
2428 Text = "You need a tool in your backpack for this command!";
2429 })
2430 end
2431 end
2432 if string.sub(CMDBAR.Text, 1, 6) == ("noclip") then
2433 noclip = true
2434 game:GetService("StarterGui"):SetCore("SendNotification", {
2435 Title = "Noclip enabled";
2436 Text = "Type ;clip to disable";
2437 })
2438 end
2439 if string.sub(CMDBAR.Text, 1, 4) == ("clip") then
2440 noclip = false
2441 game:GetService("StarterGui"):SetCore("SendNotification", {
2442 Title = "Noclip disabled";
2443 Text = "Type ;noclip to enable";
2444 })
2445 end
2446 if string.sub(CMDBAR.Text, 1, 6) == ("speed ") then
2447 lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 7))
2448 end
2449 if string.sub(CMDBAR.Text, 1, 3) == ("ws ") then
2450 lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 4))
2451 end
2452 if string.sub(CMDBAR.Text, 1, 10) == ("hipheight ") then
2453 lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 11))
2454 end
2455 if string.sub(CMDBAR.Text, 1, 3) == ("hh ") then
2456 lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 4))
2457 end
2458 if string.sub(CMDBAR.Text, 1, 10) == ("jumppower ") then
2459 lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 11))
2460 end
2461 if string.sub(CMDBAR.Text, 1, 3) == ("jp ") then
2462 lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 4))
2463 end
2464 if string.sub(CMDBAR.Text, 1, 7) == ("default") then
2465 lplayer.Character.Humanoid.JumpPower = 50
2466 lplayer.Character.Humanoid.WalkSpeed = 16
2467 lplayer.Character.Humanoid.HipHeight = 0
2468 end
2469 if string.sub(CMDBAR.Text, 1, 6) == ("annoy ") then
2470 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
2471 annoying = true
2472 annplr = v
2473 end
2474 end
2475 if string.sub(CMDBAR.Text, 1, 7) == ("unannoy") then
2476 annoying = false
2477 end
2478 if string.sub(CMDBAR.Text, 1, 9) == ("headwalk ") then
2479 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
2480 hwalk = true
2481 hdwplr = v
2482 end
2483 end
2484 if string.sub(CMDBAR.Text, 1, 10) == ("unheadwalk") then
2485 hwalk = false
2486 end
2487 if string.sub(CMDBAR.Text, 1, 7) == ("nolimbs") then
2488 lplayer.Character["Left Leg"]:Destroy()
2489 lplayer.Character["Left Arm"]:Destroy()
2490 lplayer.Character["Right Leg"]:Destroy()
2491 lplayer.Character["Right Arm"]:Destroy()
2492 end
2493 if string.sub(CMDBAR.Text, 1, 3) == ("god") then
2494 lplayer.Character.Humanoid.Name = 1
2495 local l = lplayer.Character["1"]:Clone()
2496 l.Parent = lplayer.Character
2497 l.Name = "Humanoid"
2498 wait(0.1)
2499 lplayer.Character["1"]:Destroy()
2500 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
2501 lplayer.Character.Animate.Disabled = true
2502 wait(0.1)
2503 lplayer.Character.Animate.Disabled = false
2504 lplayer.Character.Humanoid.DisplayDistanceType = "None"
2505 game:GetService("StarterGui"):SetCore("SendNotification", {
2506 Title = "FE Godmode enabled";
2507 Text = "Use ;grespawn or ;respawn to remove.";
2508 })
2509 end
2510 if string.sub(CMDBAR.Text, 1, 8) == ("drophats") then
2511 for i,v in pairs(lplayer.Character:GetChildren()) do
2512 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
2513 v.Parent = workspace
2514 end
2515 end
2516 end
2517 if string.sub(CMDBAR.Text, 1, 8) == ("droptool") then
2518 for i,v in pairs(lplayer.Character:GetChildren()) do
2519 if (v:IsA("Tool")) then
2520 v.Parent = workspace
2521 end
2522 end
2523 end
2524 if string.sub(CMDBAR.Text, 1, 9) == ("loopdhats") then
2525 droppinghats = true
2526 game:GetService("StarterGui"):SetCore("SendNotification", {
2527 Title = "Loop Drop Enabled";
2528 Text = "Type ;unloopdhats to disable";
2529 })
2530 end
2531 if string.sub(CMDBAR.Text, 1, 11) == ("unloopdhats") then
2532 droppinghats = false
2533 game:GetService("StarterGui"):SetCore("SendNotification", {
2534 Title = "Loop Drop Disabled";
2535 Text = "Type ;loopdhats to enable.";
2536 })
2537 end
2538 if string.sub(CMDBAR.Text, 1, 9) == ("loopdtool") then
2539 droppingtools = true
2540 game:GetService("StarterGui"):SetCore("SendNotification", {
2541 Title = "Loop Drop Enabled";
2542 Text = "Type ;unloopdtool to disable";
2543 })
2544 end
2545 if string.sub(CMDBAR.Text, 1, 11) == ("unloopdtool") then
2546 droppingtools = false
2547 game:GetService("StarterGui"):SetCore("SendNotification", {
2548 Title = "Loop Drop Disabled";
2549 Text = "Type ;loopdtool to enable.";
2550 })
2551 end
2552 if string.sub(CMDBAR.Text, 1, 9) == ("invisible") then -- Credit to Timeless
2553 Local = game:GetService('Players').LocalPlayer
2554 Char = Local.Character
2555 touched,tpdback = false, false
2556 box = Instance.new('Part',workspace)
2557 box.Anchored = true
2558 box.CanCollide = true
2559 box.Size = Vector3.new(10,1,10)
2560 box.Position = Vector3.new(0,10000,0)
2561 box.Touched:connect(function(part)
2562 if (part.Parent.Name == Local.Name) then
2563 if touched == false then
2564 touched = true
2565 function apply()
2566 if script.Disabled ~= true then
2567 no = Char.HumanoidRootPart:Clone()
2568 wait(.25)
2569 Char.HumanoidRootPart:Destroy()
2570 no.Parent = Char
2571 Char:MoveTo(loc)
2572 touched = false
2573 end end
2574 if Char then
2575 apply()
2576 end
2577 end
2578 end
2579 end)
2580 repeat wait() until Char
2581 loc = Char.HumanoidRootPart.Position
2582 Char:MoveTo(box.Position + Vector3.new(0,.5,0))
2583 game:GetService("StarterGui"):SetCore("SendNotification", {
2584 Title = "Invisibility enabled!";
2585 Text = "Reset or use ;respawn to remove.";
2586 })
2587 end
2588 if string.sub(CMDBAR.Text, 1, 5) == ("view ") then
2589 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
2590 if game:GetService("Players")[v.Name].Character.Humanoid then
2591 game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
2592 else
2593 game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
2594 end
2595 end
2596 end
2597 if string.sub(CMDBAR.Text, 1, 6) == ("unview") then
2598 if lplayer.Character.Humanoid then
2599 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
2600 else
2601 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
2602 end
2603 end
2604 if string.sub(CMDBAR.Text, 1, 5) == ("goto ") then
2605 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
2606 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
2607 end
2608 end
2609 if string.sub(CMDBAR.Text, 1, 3) == ("fly") then
2610 repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
2611 repeat wait() until Mouse
2612
2613 local T = lplayer.Character.HumanoidRootPart
2614 local CONTROL = {F = 0, B = 0, L = 0, R = 0}
2615 local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
2616 local SPEED = speedget
2617
2618 local function fly()
2619 flying = true
2620 local BG = Instance.new('BodyGyro', T)
2621 local BV = Instance.new('BodyVelocity', T)
2622 BG.P = 9e4
2623 BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
2624 BG.cframe = T.CFrame
2625 BV.velocity = Vector3.new(0, 0.1, 0)
2626 BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
2627 spawn(function()
2628 repeat wait()
2629 lplayer.Character.Humanoid.PlatformStand = true
2630 if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
2631 SPEED = 50
2632 elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
2633 SPEED = 0
2634 end
2635 if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
2636 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
2637 lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
2638 elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
2639 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
2640 else
2641 BV.velocity = Vector3.new(0, 0.1, 0)
2642 end
2643 BG.cframe = workspace.CurrentCamera.CoordinateFrame
2644 until not flying
2645 CONTROL = {F = 0, B = 0, L = 0, R = 0}
2646 lCONTROL = {F = 0, B = 0, L = 0, R = 0}
2647 SPEED = 0
2648 BG:destroy()
2649 BV:destroy()
2650 lplayer.Character.Humanoid.PlatformStand = false
2651 end)
2652 end
2653 Mouse.KeyDown:connect(function(KEY)
2654 if KEY:lower() == 'w' then
2655 CONTROL.F = speedfly
2656 elseif KEY:lower() == 's' then
2657 CONTROL.B = -speedfly
2658 elseif KEY:lower() == 'a' then
2659 CONTROL.L = -speedfly
2660 elseif KEY:lower() == 'd' then
2661 CONTROL.R = speedfly
2662 end
2663 end)
2664 Mouse.KeyUp:connect(function(KEY)
2665 if KEY:lower() == 'w' then
2666 CONTROL.F = 0
2667 elseif KEY:lower() == 's' then
2668 CONTROL.B = 0
2669 elseif KEY:lower() == 'a' then
2670 CONTROL.L = 0
2671 elseif KEY:lower() == 'd' then
2672 CONTROL.R = 0
2673 end
2674 end)
2675 fly()
2676 end
2677 if string.sub(CMDBAR.Text, 1, 5) == ("unfly") then
2678 flying = false
2679 lplayer.Character.Humanoid.PlatformStand = false
2680 end
2681 if string.sub(CMDBAR.Text, 1, 5) == ("chat ") then
2682 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(CMDBAR.Text, 6)), "All")
2683 end
2684 if string.sub(CMDBAR.Text, 1, 5) == ("spam ") then
2685 spamtext = (string.sub(CMDBAR.Text, 6))
2686 spamming = true
2687 end
2688 if string.sub(CMDBAR.Text, 1, 6) == ("unspam") then
2689 spamming = false
2690 end
2691 if string.sub(CMDBAR.Text, 1, 9) == ("spamwait ") then
2692 spamdelay = (string.sub(CMDBAR.Text, 10))
2693 end
2694 if string.sub(CMDBAR.Text, 1, 7) == ("pmspam ") then
2695 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
2696 pmspammed = v.Name
2697 spammingpm = true
2698 end
2699 end
2700 if string.sub(CMDBAR.Text, 1, 8) == ("unpmspam") then
2701 spammingpm = false
2702 end
2703 if string.sub(CMDBAR.Text, 1, 8) == ("cfreeze ") then
2704 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 9))) do
2705 v.Character["Left Leg"].Anchored = true
2706 v.Character["Left Arm"].Anchored = true
2707 v.Character["Right Leg"].Anchored = true
2708 v.Character["Right Arm"].Anchored = true
2709 v.Character.Torso.Anchored = true
2710 v.Character.Head.Anchored = true
2711 end
2712 end
2713 if string.sub(CMDBAR.Text, 1, 10) == ("uncfreeze ") then
2714 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 11))) do
2715 v.Character["Left Leg"].Anchored = false
2716 v.Character["Left Arm"].Anchored = false
2717 v.Character["Right Leg"].Anchored = false
2718 v.Character["Right Arm"].Anchored = false
2719 v.Character.Torso.Anchored = false
2720 v.Character.Head.Anchored = false
2721 end
2722 end
2723 if string.sub(CMDBAR.Text, 1, 8) == ("unlockws") then
2724 local a = game:GetService("Workspace"):getChildren()
2725 for i = 1, #a do
2726 if a[i].className == "Part" then
2727 a[i].Locked = false
2728 elseif a[i].className == "Model" then
2729 local r = a[i]:getChildren()
2730 for i = 1, #r do
2731 if r[i].className == "Part" then
2732 r[i].Locked = false
2733 end
2734 end
2735 end
2736 end
2737 game:GetService("StarterGui"):SetCore("SendNotification", {
2738 Title = "Success!";
2739 Text = "Workspace unlocked. Use ;lockws to lock.";
2740 })
2741 end
2742 if string.sub(CMDBAR.Text, 1, 6) == ("lockws") then
2743 local a = game:GetService("Workspace"):getChildren()
2744 for i = 1, #a do
2745 if a[i].className == "Part" then
2746 a[i].Locked = true
2747 elseif a[i].className == "Model" then
2748 local r = a[i]:getChildren()
2749 for i = 1, #r do
2750 if r[i].className == "Part" then
2751 r[i].Locked = true
2752 end
2753 end
2754 end
2755 end
2756 end
2757 if string.sub(CMDBAR.Text, 1, 6) == ("btools") then
2758 local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
2759 Clone_T.BinType = "Clone"
2760 local Destruct = Instance.new("HopperBin",lplayer.Backpack)
2761 Destruct.BinType = "Hammer"
2762 local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
2763 Hold_T.BinType = "Grab"
2764 end
2765 if string.sub(CMDBAR.Text, 1, 6) == ("pstand") then
2766 lplayer.Character.Humanoid.PlatformStand = true
2767 end
2768 if string.sub(CMDBAR.Text, 1, 8) == ("unpstand") then
2769 lplayer.Character.Humanoid.PlatformStand = false
2770 end
2771 if string.sub(CMDBAR.Text, 1, 9) == ("blockhead") then
2772 lplayer.Character.Head.Mesh:Destroy()
2773 end
2774 if string.sub(CMDBAR.Text, 1, 3) == ("sit") then
2775 lplayer.Character.Humanoid.Sit = true
2776 end
2777 if string.sub(CMDBAR.Text, 1, 9) == ("bringobj ") then
2778 local function bringobjw()
2779 for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
2780 if obj.Name == (string.sub(CMDBAR.Text, 10)) then
2781 obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
2782 obj.CanCollide = false
2783 obj.Transparency = 0.7
2784 wait()
2785 obj.CFrame = lplayer.Character["Left Leg"].CFrame
2786 wait()
2787 obj.CFrame = lplayer.Character["Right Leg"].CFrame
2788 wait()
2789 obj.CFrame = lplayer.Character["Head"].CFrame
2790 end
2791 end
2792 end
2793 while wait() do
2794 bringobjw()
2795 end
2796 game:GetService("StarterGui"):SetCore("SendNotification", {
2797 Title = "BringObj";
2798 Text = "BringObj enabled.";
2799 })
2800 end
2801 if string.sub(CMDBAR.Text, 1, 6) == ("wsvis ") then
2802 vis = (string.sub(CMDBAR.Text, 7))
2803 local a = game:GetService("Workspace"):GetDescendants()
2804 for i = 1, #a do
2805 if a[i].className == "Part" then
2806 a[i].Transparency = vis
2807 elseif a[i].className == "Model" then
2808 local r = a[i]:getChildren()
2809 for i = 1, #r do
2810 if r[i].className == "Part" then
2811 r[i].Transparency = vis
2812 end
2813 end
2814 end
2815 end
2816 end
2817 if string.sub(CMDBAR.Text, 1, 10) == ("hypertotal") then
2818 loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
2819 game:GetService("StarterGui"):SetCore("SendNotification", {
2820 Title = "Success!";
2821 Text = "HyperTotal GUI Loaded!";
2822 })
2823 end
2824 if string.sub(CMDBAR.Text, 1, 4) == ("cmds") then
2825 CMDSFRAME.Visible = true
2826 end
2827 if string.sub(CMDBAR.Text, 1, 9) == ("rmeshhats") then
2828 for i,v in pairs(lplayer.Character:GetChildren()) do
2829 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
2830 v.Handle.Mesh:Destroy()
2831 end
2832 end
2833 end
2834 if string.sub(CMDBAR.Text, 1, 9) == ("blockhats") then
2835 for i,v in pairs(lplayer.Character:GetChildren()) do
2836 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
2837 v.Handle.Mesh:Destroy()
2838 end
2839 end
2840 end
2841 if string.sub(CMDBAR.Text, 1, 9) == ("rmeshtool") then
2842 for i,v in pairs(lplayer.Character:GetChildren()) do
2843 if (v:IsA("Tool")) then
2844 v.Handle.Mesh:Destroy()
2845 end
2846 end
2847 end
2848 if string.sub(CMDBAR.Text, 1, 9) == ("blocktool") then
2849 for i,v in pairs(lplayer.Character:GetChildren()) do
2850 if (v:IsA("Tool")) then
2851 v.Handle.Mesh:Destroy()
2852 end
2853 end
2854 end
2855 if string.sub(CMDBAR.Text, 1, 7) == ("spinner") then
2856 local p = Instance.new("RocketPropulsion")
2857 p.Parent = lplayer.Character.HumanoidRootPart
2858 p.Name = "Spinner"
2859 p.Target = lplayer.Character["Left Arm"]
2860 p:Fire()
2861 game:GetService("StarterGui"):SetCore("SendNotification", {
2862 Title = "Spinner enabled";
2863 Text = "Type ;nospinner to disable.";
2864 })
2865 end
2866 if string.sub(CMDBAR.Text, 1, 9) == ("nospinner") then
2867 lplayer.Character.HumanoidRootPart.Spinner:Destroy()
2868 end
2869 if string.sub(CMDBAR.Text, 1, 6) == ("reachd") then
2870 for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
2871 if v:isA("Tool") then
2872 local a = Instance.new("SelectionBox",v.Handle)
2873 a.Adornee = v.Handle
2874 v.Handle.Size = Vector3.new(0.5,0.5,60)
2875 v.GripPos = Vector3.new(0,0,0)
2876 lplayer.Character.Humanoid:UnequipTools()
2877 end
2878 end
2879 game:GetService("StarterGui"):SetCore("SendNotification", {
2880 Title = "Reach applied!";
2881 Text = "Applied to equipped sword. Use ;noreach to disable.";
2882 })
2883 end
2884 if string.sub(CMDBAR.Text, 1, 6) == ("reach ") then
2885 for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
2886 if v:isA("Tool") then
2887 local a = Instance.new("SelectionBox",v.Handle)
2888 a.Name = "Reach"
2889 a.Adornee = v.Handle
2890 v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(CMDBAR.Text, 7)))
2891 v.GripPos = Vector3.new(0,0,0)
2892 lplayer.Character.Humanoid:UnequipTools()
2893 end
2894 end
2895 game:GetService("StarterGui"):SetCore("SendNotification", {
2896 Title = "Reach applied!";
2897 Text = "Applied to equipped sword. Use ;noreach to disable.";
2898 })
2899 end
2900 if string.sub(CMDBAR.Text, 1, 7) == ("noreach") then
2901 for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
2902 if v:isA("Tool") then
2903 v.Handle.Reach:Destroy()
2904 end
2905 end
2906 game:GetService("StarterGui"):SetCore("SendNotification", {
2907 Title = "Reach removed!";
2908 Text = "Removed reach from equipped sword.";
2909 })
2910 end
2911 if string.sub(CMDBAR.Text, 1, 6) == ("rkill ") then
2912 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
2913 lplayer.Character.Humanoid.Name = 1
2914 local l = lplayer.Character["1"]:Clone()
2915 l.Parent = lplayer.Character
2916 l.Name = "Humanoid"
2917 wait(0.1)
2918 lplayer.Character["1"]:Destroy()
2919 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
2920 lplayer.Character.Animate.Disabled = true
2921 wait(0.1)
2922 lplayer.Character.Animate.Disabled = false
2923 lplayer.Character.Humanoid.DisplayDistanceType = "None"
2924 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
2925 lplayer.Character.Humanoid:EquipTool(v)
2926 end
2927 wait(0.1)
2928 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
2929 wait(0.2)
2930 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
2931 wait(0.5)
2932 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
2933 game:GetService("StarterGui"):SetCore("SendNotification", {
2934 Title = "Tools needed!";
2935 Text = "You need a tool in your backpack for this command!";
2936 })
2937 end
2938 end
2939 if string.sub(CMDBAR.Text, 1, 6) == ("tp me ") then
2940 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
2941 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
2942 end
2943 end
2944 if string.sub(CMDBAR.Text, 1, 7) == ("cbring ") then
2945 if (string.sub(CMDBAR.Text, 8)) == "all" or (string.sub(CMDBAR.Text, 8)) == "All" or (string.sub(CMDBAR.Text, 8)) == "ALL" then
2946 cbringall = true
2947 else
2948 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
2949 brplr = v.Name
2950 end
2951 end
2952 cbring = true
2953 end
2954 if string.sub(CMDBAR.Text, 1, 8) == ("uncbring") then
2955 cbring = false
2956 cbringall = false
2957 end
2958 if string.sub(CMDBAR.Text, 1, 5) == ("swap ") then
2959 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
2960 local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
2961 local NOW = lplayer.Character.HumanoidRootPart.CFrame
2962 lplayer.Character.Humanoid.Name = 1
2963 local l = lplayer.Character["1"]:Clone()
2964 l.Parent = lplayer.Character
2965 l.Name = "Humanoid"
2966 wait(0.1)
2967 lplayer.Character["1"]:Destroy()
2968 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
2969 lplayer.Character.Animate.Disabled = true
2970 wait(0.1)
2971 lplayer.Character.Animate.Disabled = false
2972 lplayer.Character.Humanoid.DisplayDistanceType = "None"
2973 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
2974 lplayer.Character.Humanoid:EquipTool(v)
2975 end
2976 local function tp(player,player2)
2977 local char1,char2=player.Character,player2.Character
2978 if char1 and char2 then
2979 char1:MoveTo(char2.Head.Position)
2980 end
2981 end
2982 wait(0.1)
2983 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
2984 wait(0.2)
2985 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
2986 wait(0.5)
2987 lplayer.Character.HumanoidRootPart.CFrame = NOW
2988 wait(0.6)
2989 tp(lplayer, game:GetService("Players")[v.Name])
2990 wait(0.4)
2991 lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
2992 game:GetService("StarterGui"):SetCore("SendNotification", {
2993 Title = "Tools needed!";
2994 Text = "You need a tool in your backpack for this command!";
2995 })
2996 end
2997 end
2998 if string.sub(CMDBAR.Text, 1, 7) == ("glitch ") then
2999 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
3000 lplayer.Character.Humanoid.Name = 1
3001 local l = lplayer.Character["1"]:Clone()
3002 l.Parent = lplayer.Character
3003 l.Name = "Humanoid"
3004 wait(0.1)
3005 lplayer.Character["1"]:Destroy()
3006 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
3007 lplayer.Character.Animate.Disabled = true
3008 wait(0.1)
3009 lplayer.Character.Animate.Disabled = false
3010 lplayer.Character.Humanoid.DisplayDistanceType = "None"
3011 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
3012 lplayer.Character.Humanoid:EquipTool(v)
3013 end
3014 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
3015 wait(0.3)
3016 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
3017 wait(0.4)
3018 b = Instance.new("BodyForce")
3019 b.Parent = lplayer.Character.HumanoidRootPart
3020 b.Name = "Glitch"
3021 b.Force = Vector3.new(100000000,5000,0)
3022 game:GetService("StarterGui"):SetCore("SendNotification", {
3023 Title = "Tools needed!";
3024 Text = "You need a tool in your backpack for this command!";
3025 })
3026 end
3027 end
3028 if string.sub(CMDBAR.Text, 1, 8) == ("unglitch") then
3029 lplayer.Character.HumanoidRootPart.Glitch:Destroy()
3030 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
3031 b = Instance.new("BodyForce")
3032 b.Parent = lplayer.Character.HumanoidRootPart
3033 b.Name = "unGlitch"
3034 b.Force = Vector3.new(0,-5000000,0)
3035 wait(2)
3036 lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
3037 end
3038 if string.sub(CMDBAR.Text, 1, 8) == ("grespawn") then
3039 lplayer.Character.Humanoid.Health = 0
3040 wait(1)
3041 lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
3042 lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
3043 end
3044 if string.sub(CMDBAR.Text, 1, 8) == ("explorer") then
3045 loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
3046 game:GetService("StarterGui"):SetCore("SendNotification", {
3047 Title = "Success!";
3048 Text = "DEX Explorer has loaded.";
3049 })
3050 end
3051 if string.sub(CMDBAR.Text, 1, 5) == ("anim ") then
3052 local Anim = Instance.new("Animation")
3053 Anim.AnimationId = "rbxassetid://"..(string.sub(CMDBAR.Text, 6))
3054 local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
3055 track:Play(.1, 1, 1)
3056 end
3057 if string.sub(CMDBAR.Text, 1, 7) == ("animgui") then
3058 loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
3059 game:GetService("StarterGui"):SetCore("SendNotification", {
3060 Title = "Success!";
3061 Text = "Energize Animations GUI has loaded.";
3062 })
3063 end
3064 if string.sub(CMDBAR.Text, 1, 7) == ("savepos") then
3065 saved = lplayer.Character.HumanoidRootPart.CFrame
3066 game:GetService("StarterGui"):SetCore("SendNotification", {
3067 Title = "Position Saved";
3068 Text = "Use ;loadpos to return to saved position.";
3069 })
3070 end
3071 if string.sub(CMDBAR.Text, 1, 7) == ("loadpos") then
3072 lplayer.Character.HumanoidRootPart.CFrame = saved
3073 end
3074 if string.sub(CMDBAR.Text, 1, 5) == ("bang ") then
3075 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
3076 local Anim2 = Instance.new("Animation")
3077 Anim2.AnimationId = "rbxassetid://148840371"
3078 local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
3079 track2:Play(.1, 1, 1)
3080 bplrr = v.Name
3081 banpl = true
3082 end
3083 end
3084 if string.sub(CMDBAR.Text, 1, 6) == ("unbang") then
3085 banpl = false
3086 end
3087 if string.sub(CMDBAR.Text, 1, 9) == ("bringmod ") then
3088 local function bringmodw()
3089 for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
3090 if obj.Name == (string.sub(CMDBAR.Text, 10)) then
3091 for i,ch in pairs(obj:GetDescendants()) do
3092 if (ch:IsA("BasePart")) then
3093 ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
3094 ch.CanCollide = false
3095 ch.Transparency = 0.7
3096 wait()
3097 ch.CFrame = lplayer.Character["Left Leg"].CFrame
3098 wait()
3099 ch.CFrame = lplayer.Character["Right Leg"].CFrame
3100 wait()
3101 ch.CFrame = lplayer.Character["Head"].CFrame
3102 end
3103 end
3104 end
3105 end
3106 end
3107 while wait() do
3108 bringmodw()
3109 end
3110 game:GetService("StarterGui"):SetCore("SendNotification", {
3111 Title = "BringMod";
3112 Text = "BringMod enabled.";
3113 })
3114 end
3115 if string.sub(CMDBAR.Text, 1, 7) == ("respawn") then
3116 local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
3117 local hum = Instance.new('Humanoid', mod)
3118 local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
3119 lplayer.Character = mod
3120 end
3121 if string.sub(CMDBAR.Text, 1, 8) == ("shutdown") then
3122 game:GetService'RunService'.Stepped:Connect(function()
3123 pcall(function()
3124 for i,v in pairs(game:GetService'Players':GetPlayers()) do
3125 if v.Character ~= nil and v.Character:FindFirstChild'Head' then
3126 for _,x in pairs(v.Character.Head:GetChildren()) do
3127 if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
3128 end
3129 end
3130 end
3131 end)
3132 end)
3133 game:GetService("StarterGui"):SetCore("SendNotification", {
3134 Title = "Attempting Shutdown";
3135 Text = "Shutdown Attempt has begun.";
3136 })
3137 end
3138 if string.sub(CMDBAR.Text, 1, 7) == ("delobj ") then
3139 objtodel = (string.sub(CMDBAR.Text, 8))
3140 for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
3141 if v.Name == objtodel then
3142 v:Destroy()
3143 end
3144 end
3145 end
3146 if string.sub(CMDBAR.Text, 1, 7) == ("getplrs") then
3147 for i,v in pairs(game:GetService("Players"):GetPlayers())do
3148 print(v)
3149 end
3150 game:GetService("StarterGui"):SetCore("SendNotification", {
3151 Title = "Printed";
3152 Text = "Players have been printed to console. (F9)";
3153 })
3154 end
3155 if string.sub(CMDBAR.Text, 1, 8) == ("deldecal") then
3156 for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
3157 if (v:IsA("Decal")) then
3158 v:Destroy()
3159 end
3160 end
3161 end
3162 if string.sub(CMDBAR.Text, 1, 10) == ("opfinality") then
3163 loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
3164 game:GetService("StarterGui"):SetCore("SendNotification", {
3165 Title = "Success!";
3166 Text = "OpFinality GUI has loaded.";
3167 })
3168 end
3169 if string.sub(CMDBAR.Text, 1, 7) == ("remotes") then
3170 remotes = true
3171 added = true
3172 game.DescendantAdded:connect(function(rmt)
3173 if added == true then
3174 if remotes == true then
3175 if rmt:IsA("RemoteEvent") then
3176 print("A RemoteEvent was added!")
3177 print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
3178 print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
3179 end end end
3180 end)
3181 game.DescendantAdded:connect(function(rmtfnctn)
3182 if added == true then
3183 if remotes == true then
3184 if rmtfnctn:IsA("RemoteFunction") then
3185 warn("A RemoteFunction was added!")
3186 warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
3187 print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
3188 end end end
3189 end)
3190
3191 game.DescendantAdded:connect(function(bndfnctn)
3192 if added == true then
3193 if binds == true then
3194 if bndfnctn:IsA("BindableFunction") then
3195 print("A BindableFunction was added!")
3196 print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
3197 print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
3198 end end end
3199 end)
3200
3201 game.DescendantAdded:connect(function(bnd)
3202 if added == true then
3203 if binds == true then
3204 if bnd:IsA("BindableEvent") then
3205 warn("A BindableEvent was added!")
3206 warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
3207 print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
3208 end end end
3209 end)
3210
3211
3212 if binds == true then
3213 for i,v in pairs(game:GetDescendants()) do
3214 if v:IsA("BindableFunction") then
3215 print(" game." .. v:GetFullName() .. " | BindableFunction")
3216 print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
3217 end end
3218 for i,v in pairs(game:GetDescendants()) do
3219 if v:IsA("BindableEvent") then
3220 warn(" game." .. v:GetFullName() .. " | BindableEvent")
3221 print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
3222 end end
3223 else
3224 print("Off")
3225 end
3226 if remotes == true then
3227 for i,v in pairs(game:GetDescendants()) do
3228 if v:IsA("RemoteFunction") then
3229 warn(" game." .. v:GetFullName() .. " | RemoteFunction")
3230 print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
3231 end end
3232 wait()
3233 for i,v in pairs(game:GetDescendants()) do
3234 if v:IsA("RemoteEvent") then
3235 print(" game." .. v:GetFullName() .. " | RemoteEvent")
3236 print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
3237 end end
3238 else
3239 print("Off")
3240 end
3241 game:GetService("StarterGui"):SetCore("SendNotification", {
3242 Title = "Printing Remotes";
3243 Text = "Type ;noremotes to disable.";
3244 })
3245 end
3246 if string.sub(CMDBAR.Text, 1, 9) == ("noremotes") then
3247 remotes = false
3248 added = false
3249 game:GetService("StarterGui"):SetCore("SendNotification", {
3250 Title = "Printing Remotes Disabled";
3251 Text = "Type ;remotes to enable.";
3252 })
3253 end
3254 if string.sub(CMDBAR.Text, 1, 9) == ("tpdefault") then
3255 spin = false
3256 followed = false
3257 traill = false
3258 noclip = false
3259 annoying = false
3260 hwalk = false
3261 cbringing = false
3262 end
3263 if string.sub(CMDBAR.Text, 1, 7) == ("stopsit") then
3264 stopsitting = true
3265 end
3266 if string.sub(CMDBAR.Text, 1, 5) == ("gosit") then
3267 stopsitting = false
3268 end
3269 if string.sub(CMDBAR.Text, 1, 7) == ("version") then
3270 print(adminversion)
3271 game:GetService("StarterGui"):SetCore("SendNotification", {
3272 Title = "Version";
3273 Text = adminversion;
3274 })
3275 end
3276 if string.sub(CMDBAR.Text, 1, 7) == ("clicktp") then
3277 clickgoto = true
3278 game:GetService("StarterGui"):SetCore("SendNotification", {
3279 Title = "Click TP";
3280 Text = "Press E to teleport to mouse position";
3281 })
3282 end
3283 if string.sub(CMDBAR.Text, 1, 9) == ("noclicktp") then
3284 clickgoto = false
3285 game:GetService("StarterGui"):SetCore("SendNotification", {
3286 Title = "Click TP";
3287 Text = "Click TP has been disabled.";
3288 })
3289 end
3290 if string.sub(CMDBAR.Text, 1, 7) == ("toolson") then
3291 gettingtools = true
3292 game:GetService("StarterGui"):SetCore("SendNotification", {
3293 Title = "Tools Enabled";
3294 Text = "Automatically colleting tools dropped.";
3295 })
3296 end
3297 if string.sub(CMDBAR.Text, 1, 8) == ("toolsoff") then
3298 gettingtools = false
3299 game:GetService("StarterGui"):SetCore("SendNotification", {
3300 Title = "Tools Disabled";
3301 Text = "Click TP has been disabled.";
3302 })
3303 end
3304 if string.sub(CMDBAR.Text, 1, 9) == ("delcmdbar") then
3305 ScreenGui:Destroy()
3306 end
3307 if string.sub(CMDBAR.Text, 1, 5) == ("reset") then
3308 lplayer.Character.Head:Destroy()
3309 end
3310 if string.sub(CMDBAR.Text, 1, 6) == ("state ") then
3311 statechosen = string.sub(CMDBAR.Text, 7)
3312 changingstate = true
3313 end
3314 if string.sub(CMDBAR.Text, 1, 8) == ("gravity ") then
3315 game:GetService("Workspace").Gravity = string.sub(CMDBAR.Text, 9)
3316 end
3317 if string.sub(CMDBAR.Text, 1, 9) == ("looprhats") then
3318 removingmeshhats = true
3319 end
3320 if string.sub(CMDBAR.Text, 1, 11) == ("unlooprhats") then
3321 removingmeshhats = false
3322 end
3323 if string.sub(CMDBAR.Text, 1, 9) == ("looprtool") then
3324 removingmeshtool = true
3325 end
3326 if string.sub(CMDBAR.Text, 1, 11) == ("unlooprtool") then
3327 removingmeshtool = false
3328 end
3329 if string.sub(CMDBAR.Text, 1, 9) == ("givetool ") then
3330 for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
3331 if v:IsA("Tool") then
3332 for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
3333 v.Parent = player.Character
3334 end
3335 end
3336 end
3337 end
3338 if string.sub(CMDBAR.Text, 1, 4) == ("age ") then
3339 for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
3340 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
3341 end
3342 end
3343 if string.sub(CMDBAR.Text, 1, 3) == ("id ") then
3344 for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 4))) do
3345 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
3346 end
3347 end
3348 if string.sub(CMDBAR.Text, 1, 5) == (".age ") then
3349 for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
3350 game:GetService("StarterGui"):SetCore("SendNotification", {
3351 Title = player.AccountAge.." Days";
3352 Text = "Account age of "..player.Name;
3353 })
3354 end
3355 end
3356 if string.sub(CMDBAR.Text, 1, 4) == (".id ") then
3357 for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
3358 game:GetService("StarterGui"):SetCore("SendNotification", {
3359 Title = player.UserId.." ID";
3360 Text = "Account ID of "..player.Name;
3361 })
3362 end
3363 end
3364 if string.sub(CMDBAR.Text, 1, 6) == ("gameid") then
3365 game:GetService("StarterGui"):SetCore("SendNotification", {
3366 Title = "Game ID";
3367 Text = "Game ID: ".. game.GameId;
3368 })
3369 end
3370 if string.sub(CMDBAR.Text, 1, 3) == ("pgs") then
3371 local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
3372 if pgscheck == true then
3373 game:GetService("StarterGui"):SetCore("SendNotification", {
3374 Title = "PGSPhysicsSolverEnabled";
3375 Text = "PGS is Enabled!";
3376 })
3377 else
3378 game:GetService("StarterGui"):SetCore("SendNotification", {
3379 Title = "PGSPhysicsSolverEnabled";
3380 Text = "PGS is Disabled!";
3381 })
3382 end
3383 end
3384 if string.sub(CMDBAR.Text, 1, 11) == ("removeinvis") then
3385 for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
3386 if v:IsA("Part") then
3387 if v.Transparency == 1 then
3388 if v.Name ~= "HumanoidRootPart" then
3389 v:Destroy()
3390 end
3391 end
3392 end
3393 end
3394 end
3395 if string.sub(CMDBAR.Text, 1, 9) == ("removefog") then
3396 game:GetService("Lighting").FogStart = 0
3397 game:GetService("Lighting").FogEnd = 9999999999999
3398 end
3399 if string.sub(CMDBAR.Text, 1, 7) == ("disable") then
3400 lplayer.Character.Humanoid.Parent = lplayer
3401 end
3402 if string.sub(CMDBAR.Text, 1, 6) == ("enable") then
3403 lplayer.Humanoid.Parent = lplayer.Character
3404 end
3405 if string.sub(CMDBAR.Text, 1, 13) == ("givealltools ") then
3406 for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
3407 if v:IsA("Tool") then
3408 v.Parent = lplayer.Character
3409 wait()
3410 for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 14))) do
3411 v.Parent = player.Character
3412 end
3413 end
3414 end
3415 end
3416 if string.sub(CMDBAR.Text, 1, 9) == ("flyspeed ") then
3417 speedfly = string.sub(CMDBAR.Text, 10)
3418 wait()
3419 change()
3420 end
3421 if string.sub(CMDBAR.Text, 1, 7) == ("carpet ") then
3422 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
3423 local Anim3 = Instance.new("Animation")
3424 Anim3.AnimationId = "rbxassetid://282574440"
3425 local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
3426 track3:Play(.1, 1, 1)
3427 bplrr = v.Name
3428 banpl = true
3429 end
3430 end
3431 if string.sub(CMDBAR.Text, 1, 8) == ("uncarpet") then
3432 banpl = false
3433 end
3434 if string.sub(CMDBAR.Text, 1, 6) == ("stare ") then
3435 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
3436 staring = true
3437 stareplr = v
3438 end
3439 end
3440 if string.sub(CMDBAR.Text, 1, 7) == ("unstare") then
3441 staring = false
3442 end
3443 if string.sub(CMDBAR.Text, 1, 7) == ("logchat") then
3444 chatlogs = true
3445 game:GetService("StarterGui"):SetCore("SendNotification", {
3446 Title = "LogChat enabled";
3447 Text = "Now logging all player chat.";
3448 })
3449 end
3450 if string.sub(CMDBAR.Text, 1, 9) == ("unlogchat") then
3451 chatlogs = false
3452 game:GetService("StarterGui"):SetCore("SendNotification", {
3453 Title = "LogChat disabled";
3454 Text = "Stopped logging all player chat.";
3455 })
3456 end
3457 if string.sub(CMDBAR.Text, 1, 6) == ("fixcam") then
3458 game:GetService("Workspace").CurrentCamera:Destroy()
3459 wait(0.1)
3460 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
3461 game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
3462 lplayer.CameraMinZoomDistance = 0.5
3463 lplayer.CameraMaxZoomDistance = 400
3464 lplayer.CameraMode = "Classic"
3465 end
3466 if string.sub(CMDBAR.Text, 1, 7) == ("unstate") then
3467 changingstate = false
3468 end
3469 CMDBAR.Text = ""
3470 end
3471end)
3472
3473wait(0.3)
3474game:GetService("StarterGui"):SetCore("SendNotification", {
3475 Title = "Loaded successfully!";
3476 Text = "Reviz Admin V2 by illremember";
3477})
3478wait(0.1)
3479print("Reviz Admin V2 loaded!")
3480if game:GetService("Workspace").FilteringEnabled == true then
3481 warn("FE is Enabled (Filtering Enabled)")
3482 game:GetService("StarterGui"):SetCore("SendNotification", {
3483 Title = "FE is Enabled";
3484 Text = "Filtering Enabled. Enjoy using Reviz Admin!";
3485 })
3486else
3487 warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
3488 game:GetService("StarterGui"):SetCore("SendNotification", {
3489 Title = "FE is Disabled";
3490 Text = "Filtering Disabled. Consider using a different admin script.";
3491 })
3492end
3493
3494local intro = Instance.new("ScreenGui")
3495local Frame = Instance.new("Frame")
3496local ImageLabel = Instance.new("ImageLabel")
3497intro.Parent = game:GetService("CoreGui")
3498Frame.Parent = intro
3499Frame.BackgroundColor3 = Color3.new(1, 1, 1)
3500Frame.BackgroundTransparency = 1
3501Frame.Size = UDim2.new(1, 0, 0, 300)
3502Frame.Position = UDim2.new(0, 0, -0.4, 0)
3503ImageLabel.Parent = Frame
3504ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
3505ImageLabel.BackgroundTransparency = 1
3506ImageLabel.Position = UDim2.new(0, 0, 0, 0)
3507ImageLabel.Size = UDim2.new(1, 0, 1, 0)
3508ImageLabel.Image = "http://www.roblox.com/asset/?id=1542162618"
3509Frame:TweenPosition(UDim2.new(0, 0, 0.2, 0), "Out", "Elastic", 3)
3510wait(3.01)
3511Frame:TweenPosition(UDim2.new(0, 0, 1.5, 0), "Out", "Elastic", 5)
3512wait(5.01)
3513intro:Destroy()
3514end)
3515
3516arrest.Name = "arrest"
3517arrest.Parent = main
3518arrest.BackgroundColor3 = Color3.new(0, 1, 1)
3519arrest.Position = UDim2.new(0.349623203, 0, 0.306112915, 0)
3520arrest.Size = UDim2.new(0, 110, 0, 32)
3521arrest.Font = Enum.Font.GothamBlack
3522arrest.Text = "Arrest"
3523arrest.TextColor3 = Color3.new(1, 0, 0)
3524arrest.TextSize = 14
3525arrest.MouseButton1Down:connect(function()
3526local mouse = game.Players.LocalPlayer:GetMouse()
3527local arrestEvent = game.Workspace.Remote.arrest
3528mouse.Button1Down:connect(function()
3529local obj = mouse.Target
3530local response = arrestEvent:InvokeServer(obj)
3531 end)
3532end)
3533
3534attach.Name = "attach"
3535attach.Parent = main
3536attach.BackgroundColor3 = Color3.new(0, 1, 1)
3537attach.Position = UDim2.new(0.679666638, 0, 0.304921538, 0)
3538attach.Size = UDim2.new(0, 111, 0, 32)
3539attach.Font = Enum.Font.GothamBlack
3540attach.Text = "Aimbot"
3541attach.TextColor3 = Color3.new(1, 0, 0)
3542attach.TextSize = 14
3543attach.MouseButton1Down:connect(function()
3544local plrs = game:GetService("Players")
3545local TeamBased = true ; local teambasedswitch = "o"
3546local presskeytoaim = true; local aimkey = "e"
3547local raycast = false
3548
3549local espupdatetime = 5; autoesp = false
3550
3551
3552
3553local lockaim = true; local lockangle = 5
3554
3555
3556
3557--function findwat(folder, what)
3558-- for i, smth in pairs(folder:GetChildren()) do
3559-- if string.find(string.lower(tostring(smth)), string.lower(what)) then
3560-- return smth
3561-- end
3562-- end
3563--end
3564--
3565--local plrs = findwat(game, "Players")
3566
3567
3568
3569
3570local Gui = Instance.new("ScreenGui")
3571local Move = Instance.new("Frame")
3572local Main = Instance.new("Frame")
3573local EspStatus = Instance.new("TextLabel")
3574local st1 = Instance.new("TextLabel")
3575local st1_2 = Instance.new("TextLabel")
3576local st1_3 = Instance.new("TextLabel")
3577local Name = Instance.new("TextLabel")
3578--Properties:
3579Gui.Name = "Gui"
3580Gui.Parent = plrs.LocalPlayer:WaitForChild("PlayerGui")
3581
3582Move.Name = "Move"
3583Move.Parent = Gui
3584Move.BackgroundColor3 = Color3.new(0.545098, 0, 0)
3585Move.BackgroundTransparency = 1
3586Move.BorderSizePixel = 0
3587Move.Draggable = true
3588Move.Position = UDim2.new(0.005, 0, -0.15, 0)
3589Move.Size = UDim2.new(0.28141585, 0, 0.0320388414, 0)
3590
3591Main.Name = "Main"
3592Main.Parent = Move
3593Main.BackgroundColor3 = Color3.new(1, 1, 1)
3594Main.Position = UDim2.new(0, -7, 20.9960003, 0)
3595Main.Size = UDim2.new(1, 0, 5.79699993, 0)
3596Main.Style = Enum.FrameStyle.RobloxSquare
3597
3598EspStatus.Name = "EspStatus"
3599EspStatus.Parent = Main
3600EspStatus.BackgroundColor3 = Color3.new(1, 1, 1)
3601EspStatus.BackgroundTransparency = 1
3602EspStatus.Position = UDim2.new(0, 0, 0.300000012, 0)
3603EspStatus.Size = UDim2.new(1, 0, 0.162, 0)
3604EspStatus.Font = Enum.Font.ArialBold
3605EspStatus.Text = "Press O to change team based mode"
3606EspStatus.TextColor3 = Color3.new(0.6, 0.196078, 0.8)
3607EspStatus.TextScaled = true
3608EspStatus.TextWrapped = true
3609
3610st1.Name = "st1"
3611st1.Parent = Main
3612st1.BackgroundColor3 = Color3.new(1, 1, 1)
3613st1.BackgroundTransparency = 1
3614st1.Position = UDim2.new(0.271787882, 0, 0, 0)
3615st1.Size = UDim2.new(0.728211343, 0, 0.161862016, 0)
3616st1.Font = Enum.Font.ArialBold
3617st1.Text = ""
3618st1.TextColor3 = Color3.new(0.0784314, 0.541176, 0)
3619st1.TextScaled = true
3620st1.TextSize = 14
3621st1.TextWrapped = true
3622
3623st1_2.Name = "st1"
3624st1_2.Parent = Main
3625st1_2.BackgroundColor3 = Color3.new(1, 1, 1)
3626st1_2.BackgroundTransparency = 1
3627st1_2.Position = UDim2.new(0, 0, 0.875999987, 0)
3628st1_2.Size = UDim2.new(0.999999881, 0, 0.161862016, 0)
3629st1_2.Font = Enum.Font.ArialBold
3630st1_2.Text = "Press E to lock on a person inside ur view"
3631st1_2.TextColor3 = Color3.new(0.6, 0.196078, 0.8)
3632st1_2.TextScaled = true
3633st1_2.TextWrapped = true
3634
3635st1_3.Name = "st1"
3636st1_3.Parent = Main
3637st1_3.BackgroundColor3 = Color3.new(1, 1, 1)
3638st1_3.BackgroundTransparency = 1
3639st1_3.Position = UDim2.new(0, 0, 0.54, 0)
3640st1_3.Size = UDim2.new(1, 0, 0.261999995, 0)
3641st1_3.Font = Enum.Font.ArialBold
3642st1_3.Text = "Press L to enable esp loop and press T to update esp"
3643st1_3.TextColor3 = Color3.new(0.6, 0.196078, 0.8)
3644st1_3.TextScaled = true
3645st1_3.TextWrapped = true
3646
3647
3648Name.Name = "Name"
3649Name.Parent = Move
3650Name.BackgroundColor3 = Color3.new(0.545098, 0, 0)
3651Name.BackgroundTransparency = 1
3652Name.Position = UDim2.new(0, 25, 20.9860001, 0)
3653Name.Size = UDim2.new(0.838, 0, 1.27999997, 0)
3654Name.Font = Enum.Font.Arcade
3655Name.Text = "ARSENAL GUI"
3656Name.TextColor3 = Color3.new(0.541176, 0.168627, 0.886275)
3657Name.TextScaled = true
3658Name.TextSize = 12
3659Name.TextWrapped = true
3660-- Scripts:
3661
3662
3663local plrsforaim = {}
3664
3665local lplr = game:GetService("Players").LocalPlayer
3666Move.Draggable = true
3667Gui.ResetOnSpawn = false
3668Gui.Name = "Chat"
3669Gui.DisplayOrder = 999
3670
3671 Gui.Parent = plrs.LocalPlayer.PlayerGui
3672
3673
3674f = {}
3675local espforlder
3676
3677f.addesp = function()
3678 --print("ESP ran")
3679 if espforlder then
3680 else
3681 espforlder = Instance.new("Folder")
3682 espforlder.Parent = game.Workspace.CurrentCamera
3683 end
3684 for i, v in pairs(espforlder:GetChildren()) do
3685 v:Destroy()
3686 end
3687 for _, plr in pairs(plrs:GetChildren()) do
3688 if plr.Character and plr.Character.Humanoid.Health > 0 and plr.Name ~= lplr.Name then
3689 if TeamBased == true then
3690 if plr.Team.Name ~= plrs.LocalPlayer.Team.Name then
3691 local e = espforlder:FindFirstChild(plr.Name)
3692 if not e then
3693 --print("Added esp for team based")
3694 local bill = Instance.new("BillboardGui", espforlder)
3695 bill.Name = plr.Name
3696 bill.AlwaysOnTop = true
3697 bill.Size = UDim2.new(1,0,1,0)
3698 bill.Adornee = plr.Character.Head
3699 local Frame = Instance.new('Frame',bill)
3700 Frame.Active = true
3701 Frame.BackgroundColor3 = Color3.new(0.862745, 0.0784314, 0.235294)
3702 Frame.BackgroundTransparency = 0
3703 Frame.BorderSizePixel = 0
3704 Frame.AnchorPoint = Vector2.new(.5, .5)
3705 Frame.Position = UDim2.new (0.5,0,0.5,0)
3706 Frame.Size = UDim2.new (1,0,1,0)
3707 Frame.Rotation = 0
3708 plr.Character.Humanoid.Died:Connect(function()
3709 bill:Destroy()
3710 end)
3711 end
3712 end
3713 else
3714 local e = espforlder:FindFirstChild(plr.Name)
3715 if not e then
3716 --print("Added esp")
3717 local bill = Instance.new("BillboardGui", espforlder)
3718 bill.Name = plr.Name
3719 bill.AlwaysOnTop = true
3720 bill.Size = UDim2.new(1,0,1,0)
3721 bill.Adornee = plr.Character.Head
3722 local Frame = Instance.new('Frame',bill)
3723 Frame.Active = true
3724 Frame.BackgroundColor3 = Color3.new(0/255,255/255,0/255)
3725 Frame.BackgroundTransparency = 0
3726 Frame.BorderSizePixel = 0
3727 Frame.AnchorPoint = Vector2.new(.5, .5)
3728 Frame.Position = UDim2.new (0.5,0,0.5,0)
3729 Frame.Size = UDim2.new (1,0,1,0)
3730 Frame.Rotation = 0
3731 plr.Character.Humanoid.Died:Connect(function()
3732 bill:Destroy()
3733 end)
3734 end
3735 end
3736
3737
3738 end
3739 end
3740end
3741local cam = game.Workspace.CurrentCamera
3742
3743local mouse = lplr:GetMouse()
3744local switch = false
3745local key = "k"
3746local aimatpart = nil
3747mouse.KeyDown:Connect(function(a)
3748 if a == "t" then
3749 print("worked1")
3750 f.addesp()
3751 elseif a == "u" then
3752 if raycast == true then
3753 raycast = false
3754 else
3755 raycast = true
3756 end
3757 elseif a == "l" then
3758 if autoesp == false then
3759 autoesp = true
3760 else
3761 autoesp = false
3762 end
3763 end
3764 if a == "j" then
3765 if mouse.Target then
3766 mouse.Target:Destroy()
3767 end
3768 end
3769 if a == key then
3770 if switch == false then
3771 switch = true
3772 else
3773 switch = false
3774 if aimatpart ~= nil then
3775 aimatpart = nil
3776 end
3777 end
3778 elseif a == teambasedswitch then
3779 if TeamBased == true then
3780 TeamBased = false
3781 teambasedstatus.Text = tostring(TeamBased)
3782 else
3783 TeamBased = true
3784 teambasedstatus.Text = tostring(TeamBased)
3785 end
3786 elseif a == aimkey then
3787 if not aimatpart then
3788 local maxangle = math.rad(20)
3789 for i, plr in pairs(plrs:GetChildren()) do
3790 if plr.Name ~= lplr.Name and plr.Character and plr.Character.Head and plr.Character.Humanoid and plr.Character.Humanoid.Health > 1 then
3791 if TeamBased == true then
3792 if plr.Team.Name ~= lplr.Team.Name then
3793 local an = checkfov(plr.Character.Head)
3794 if an < maxangle then
3795 maxangle = an
3796 aimatpart = plr.Character.Head
3797 end
3798 end
3799 else
3800 local an = checkfov(plr.Character.Head)
3801 if an < maxangle then
3802 maxangle = an
3803 aimatpart = plr.Character.Head
3804 end
3805 print(plr)
3806 end
3807 plr.Character.Humanoid.Died:Connect(function()
3808 if aimatpart.Parent == plr.Character or aimatpart == nil then
3809 aimatpart = nil
3810 end
3811 end)
3812 end
3813 end
3814 else
3815 aimatpart = nil
3816 end
3817 end
3818end)
3819
3820function getfovxyz (p0, p1, deg)
3821 local x1, y1, z1 = p0:ToOrientation()
3822 local cf = CFrame.new(p0.p, p1.p)
3823 local x2, y2, z2 = cf:ToOrientation()
3824 --local d = math.deg
3825 if deg then
3826 --return Vector3.new(d(x1-x2), d(y1-y2), d(z1-z2))
3827 else
3828 return Vector3.new((x1-x2), (y1-y2), (z1-z2))
3829 end
3830end
3831
3832function getaimbotplrs()
3833 plrsforaim = {}
3834 for i, plr in pairs(plrs:GetChildren()) do
3835 if plr.Character and plr.Character.Humanoid and plr.Character.Humanoid.Health > 0 and plr.Name ~= lplr.Name and plr.Character.Head then
3836
3837 if TeamBased == true then
3838 if plr.Team.Name ~= lplr.Team.Name then
3839 local cf = CFrame.new(game.Workspace.CurrentCamera.CFrame.p, plr.Character.Head.CFrame.p)
3840 local r = Ray.new(cf, cf.LookVector * 10000)
3841 local ign = {}
3842 for i, v in pairs(plrs.LocalPlayer.Character:GetChildren()) do
3843 if v:IsA("BasePart") then
3844 table.insert(ign , v)
3845 end
3846 end
3847 local obj = game.Workspace:FindPartOnRayWithIgnoreList(r, ign)
3848 if obj.Parent == plr.Character and obj.Parent ~= lplr.Character then
3849 table.insert(plrsforaim, obj)
3850 end
3851 end
3852 else
3853 local cf = CFrame.new(game.Workspace.CurrentCamera.CFrame.p, plr.Character.Head.CFrame.p)
3854 local r = Ray.new(cf, cf.LookVector * 10000)
3855 local ign = {}
3856 for i, v in pairs(plrs.LocalPlayer.Character:GetChildren()) do
3857 if v:IsA("BasePart") then
3858 table.insert(ign , v)
3859 end
3860 end
3861 local obj = game.Workspace:FindPartOnRayWithIgnoreList(r, ign)
3862 if obj.Parent == plr.Character and obj.Parent ~= lplr.Character then
3863 table.insert(plrsforaim, obj)
3864 end
3865 end
3866
3867
3868 end
3869 end
3870end
3871
3872function aimat(part)
3873 cam.CFrame = CFrame.new(cam.CFrame.p, part.CFrame.p)
3874end
3875function checkfov (part)
3876 local fov = getfovxyz(game.Workspace.CurrentCamera.CFrame, part.CFrame)
3877 local angle = math.abs(fov.X) + math.abs(fov.Y)
3878 return angle
3879end
3880
3881game:GetService("RunService").RenderStepped:Connect(function()
3882 if aimatpart then
3883 aimat(aimatpart)
3884 if aimatpart.Parent == plrs.LocalPlayer.Character then
3885 aimatpart = nil
3886 end
3887 end
3888
3889
3890-- if switch == true then
3891-- local maxangle = 99999
3892--
3893-- --print("Loop")
3894-- if true and raycast == false then
3895-- for i, plr in pairs(plrs:GetChildren()) do
3896-- if plr.Name ~= lplr.Name and plr.Character and plr.Character.Head and plr.Character.Humanoid and plr.Character.Humanoid.Health > 1 then
3897-- if TeamBased then
3898-- if plr.Team.Name ~= lplr.Team.Name or plr.Team.TeamColor ~= lplr.Team.TeamColor then
3899-- local an = checkfov(plr.Character.Head)
3900-- if an < maxangle then
3901-- maxangle = an
3902-- aimatpart = plr.Character.Head
3903-- if an < lockangle then
3904-- break
3905-- end
3906-- end
3907-- end
3908-- else
3909-- local an = checkfov(plr.Character.Head)
3910-- if an < maxangle then
3911-- maxangle = an
3912-- aimatpart = plr.Character.Head
3913-- if an < lockangle then
3914-- break
3915-- end
3916-- end
3917-- end
3918--
3919--
3920--
3921--
3922-- end
3923-- end
3924-- elseif raycast == true then
3925--
3926-- end
3927
3928 if raycast == true and switch == false and not aimatpart then
3929 getaimbotplrs()
3930 aimatpart = nil
3931 local maxangle = 999
3932 for i, v in ipairs(plrsforaim) do
3933 if v.Parent ~= lplr.Character then
3934 local an = checkfov(v)
3935 if an < maxangle and v ~= lplr.Character.Head then
3936 maxangle = an
3937 aimatpart = v
3938 print(v:GetFullName())
3939 v.Parent.Humanoid.Died:connect(function()
3940 aimatpart = nil
3941 end)
3942 end
3943 end
3944 end
3945
3946 end
3947end)
3948delay(0, function()
3949 while wait(espupdatetime) do
3950 if autoesp == true then
3951 pcall(function()
3952 f.addesp()
3953 end)
3954 end
3955 end
3956end)
3957warn("loaded")
3958end)
3959
3960fastrem.Name = "fastrem"
3961fastrem.Parent = main
3962fastrem.BackgroundColor3 = Color3.new(1, 0.333333, 0)
3963fastrem.Position = UDim2.new(0.00783289783, 0, 0.518048227, 0)
3964fastrem.Size = UDim2.new(0, 84, 0, 32)
3965fastrem.Font = Enum.Font.Bodoni
3966fastrem.Text = "Fast Remington"
3967fastrem.TextColor3 = Color3.new(0, 0, 0)
3968fastrem.TextSize = 14
3969fastrem.MouseButton1Down:connect(function()
3970local Player = game.Players.LocalPlayer.Name
3971local Gun = "Remington 870" -- < -- Gun Name
3972local Run = game:GetService("RunService")
3973
3974Gun = game.Players[Player].Character[Gun]
3975local Mouse = game.Players.LocalPlayer:GetMouse()
3976local Down = false
3977local Sound = Gun.Handle.FireSound
3978
3979function CreateRay(Point_A, Point_B)
3980local Ray = Ray.new(Point_A, (Point_B - Point_A).Unit * (2 ^ 31 - 1))
3981local Part, Pos = workspace:FindPartOnRay(Ray, game.Players.LocalPlayer.Character)
3982local Dist = (Point_A - Pos).Magnitude
3983local CFrame = CFrame.new(Point_A, Pos) * CFrame.new(0, 0, -Dist / 2)
3984
3985return CFrame, Dist, Ray
3986end
3987
3988function FireLaser(target)
3989coroutine.resume(coroutine.create(function()
3990local C, D, R = CreateRay(Gun.Muzzle.CFrame.p, target.CFrame.p)
3991local Bullet = Instance.new("Part", Gun)
3992Bullet.BrickColor = BrickColor.Yellow()
3993Bullet.Material = "Neon"
3994Bullet.Anchored = true
3995Bullet.CanCollide = false
3996Bullet.Size = Vector3.new(0.2, 0.2, D)
3997Bullet.CFrame = C
3998
3999local bulletTable = {}
4000table.insert(bulletTable, {
4001Hit = target,
4002Distance = D,
4003Cframe = C,
4004RayObject = R
4005})
4006
4007game.ReplicatedStorage.ShootEvent:FireServer(bulletTable, Gun)
4008local C = Sound:Clone()
4009C.Parent = Gun
4010C:Play()
4011wait(0.05)
4012Bullet:Remove()
4013end))
4014end
4015
4016Mouse.Button1Down:Connect(function()
4017Down = true
4018end)
4019
4020
4021Mouse.Button1Up:Connect(function()
4022Down = false
4023end)
4024
4025while Run.Stepped:wait() do
4026if Down == true then
4027game.ReplicatedStorage.SoundEvent:FireServer(Sound, Gun)
4028FireLaser(Mouse.Target)
4029end
4030end
4031end)
4032
4033fastm9.Name = "fastm9"
4034fastm9.Parent = main
4035fastm9.BackgroundColor3 = Color3.new(1, 0.333333, 0)
4036fastm9.Position = UDim2.new(0.267702788, 0, 0.518048167, 0)
4037fastm9.Size = UDim2.new(0, 84, 0, 32)
4038fastm9.Font = Enum.Font.Bodoni
4039fastm9.Text = "Fast M9"
4040fastm9.TextColor3 = Color3.new(0, 0, 0)
4041fastm9.TextSize = 14
4042fastm9.MouseButton1Down:connect(function()
4043local Player = game.Players.LocalPlayer.Name
4044local Gun = "M9" -- < -- Gun Name
4045local Run = game:GetService("RunService")
4046
4047Gun = game.Players[Player].Character[Gun]
4048local Mouse = game.Players.LocalPlayer:GetMouse()
4049local Down = false
4050local Sound = Gun.Handle.FireSound
4051
4052function CreateRay(Point_A, Point_B)
4053local Ray = Ray.new(Point_A, (Point_B - Point_A).Unit * (2 ^ 31 - 1))
4054local Part, Pos = workspace:FindPartOnRay(Ray, game.Players.LocalPlayer.Character)
4055local Dist = (Point_A - Pos).Magnitude
4056local CFrame = CFrame.new(Point_A, Pos) * CFrame.new(0, 0, -Dist / 2)
4057
4058return CFrame, Dist, Ray
4059end
4060
4061function FireLaser(target)
4062coroutine.resume(coroutine.create(function()
4063local C, D, R = CreateRay(Gun.Muzzle.CFrame.p, target.CFrame.p)
4064local Bullet = Instance.new("Part", Gun)
4065Bullet.BrickColor = BrickColor.Yellow()
4066Bullet.Material = "Neon"
4067Bullet.Anchored = true
4068Bullet.CanCollide = false
4069Bullet.Size = Vector3.new(0.2, 0.2, D)
4070Bullet.CFrame = C
4071
4072local bulletTable = {}
4073table.insert(bulletTable, {
4074Hit = target,
4075Distance = D,
4076Cframe = C,
4077RayObject = R
4078})
4079
4080game.ReplicatedStorage.ShootEvent:FireServer(bulletTable, Gun)
4081local C = Sound:Clone()
4082C.Parent = Gun
4083C:Play()
4084wait(0.05)
4085Bullet:Remove()
4086end))
4087end
4088
4089Mouse.Button1Down:Connect(function()
4090Down = true
4091end)
4092
4093
4094Mouse.Button1Up:Connect(function()
4095Down = false
4096end)
4097
4098while Run.Stepped:wait() do
4099if Down == true then
4100game.ReplicatedStorage.SoundEvent:FireServer(Sound, Gun)
4101FireLaser(Mouse.Target)
4102end
4103end
4104end)
4105
4106fasttaze.Name = "fasttaze"
4107fasttaze.Parent = main
4108fasttaze.BackgroundColor3 = Color3.new(1, 0.333333, 0)
4109fasttaze.Position = UDim2.new(0.522364557, 0, 0.518048108, 0)
4110fasttaze.Size = UDim2.new(0, 84, 0, 32)
4111fasttaze.Font = Enum.Font.Bodoni
4112fasttaze.Text = "Fast Taser"
4113fasttaze.TextColor3 = Color3.new(0, 0, 0)
4114fasttaze.TextSize = 14
4115fasttaze.MouseButton1Down:connect(function()
4116local Player = game.Players.LocalPlayer.Name
4117local Gun = "Taser" -- < -- Gun Name
4118local Run = game:GetService("RunService")
4119
4120Gun = game.Players[Player].Character[Gun]
4121local Mouse = game.Players.LocalPlayer:GetMouse()
4122local Down = false
4123local Sound = Gun.Handle.FireSound
4124
4125function CreateRay(Point_A, Point_B)
4126local Ray = Ray.new(Point_A, (Point_B - Point_A).Unit * (2 ^ 31 - 1))
4127local Part, Pos = workspace:FindPartOnRay(Ray, game.Players.LocalPlayer.Character)
4128local Dist = (Point_A - Pos).Magnitude
4129local CFrame = CFrame.new(Point_A, Pos) * CFrame.new(0, 0, -Dist / 2)
4130
4131return CFrame, Dist, Ray
4132end
4133
4134function FireLaser(target)
4135coroutine.resume(coroutine.create(function()
4136local C, D, R = CreateRay(Gun.Muzzle.CFrame.p, target.CFrame.p)
4137local Bullet = Instance.new("Part", Gun)
4138Bullet.BrickColor = BrickColor.Yellow()
4139Bullet.Material = "Neon"
4140Bullet.Anchored = true
4141Bullet.CanCollide = false
4142Bullet.Size = Vector3.new(0.2, 0.2, D)
4143Bullet.CFrame = C
4144
4145local bulletTable = {}
4146table.insert(bulletTable, {
4147Hit = target,
4148Distance = D,
4149Cframe = C,
4150RayObject = R
4151})
4152
4153game.ReplicatedStorage.ShootEvent:FireServer(bulletTable, Gun)
4154local C = Sound:Clone()
4155C.Parent = Gun
4156C:Play()
4157wait(0.05)
4158Bullet:Remove()
4159end))
4160end
4161
4162Mouse.Button1Down:Connect(function()
4163Down = true
4164end)
4165
4166
4167Mouse.Button1Up:Connect(function()
4168Down = false
4169end)
4170
4171while Run.Stepped:wait() do
4172if Down == true then
4173game.ReplicatedStorage.SoundEvent:FireServer(Sound, Gun)
4174FireLaser(Mouse.Target)
4175end
4176end
4177end)
4178
4179fastak.Name = "fastak"
4180fastak.Parent = main
4181fastak.BackgroundColor3 = Color3.new(1, 0.333333, 0)
4182fastak.Position = UDim2.new(0.77959609, 0, 0.518048167, 0)
4183fastak.Size = UDim2.new(0, 79, 0, 32)
4184fastak.Font = Enum.Font.Bodoni
4185fastak.Text = "Fast AK47"
4186fastak.TextColor3 = Color3.new(0, 0, 0)
4187fastak.TextSize = 14
4188fastak.MouseButton1Down:connect(function()
4189local Player = game.Players.LocalPlayer.Name
4190local Gun = "AK47" -- < -- Gun Name
4191local Run = game:GetService("RunService")
4192
4193Gun = game.Players[Player].Character[Gun]
4194local Mouse = game.Players.LocalPlayer:GetMouse()
4195local Down = false
4196local Sound = Gun.Handle.FireSound
4197
4198function CreateRay(Point_A, Point_B)
4199local Ray = Ray.new(Point_A, (Point_B - Point_A).Unit * (2 ^ 31 - 1))
4200local Part, Pos = workspace:FindPartOnRay(Ray, game.Players.LocalPlayer.Character)
4201local Dist = (Point_A - Pos).Magnitude
4202local CFrame = CFrame.new(Point_A, Pos) * CFrame.new(0, 0, -Dist / 2)
4203
4204return CFrame, Dist, Ray
4205end
4206
4207function FireLaser(target)
4208coroutine.resume(coroutine.create(function()
4209local C, D, R = CreateRay(Gun.Muzzle.CFrame.p, target.CFrame.p)
4210local Bullet = Instance.new("Part", Gun)
4211Bullet.BrickColor = BrickColor.Yellow()
4212Bullet.Material = "Neon"
4213Bullet.Anchored = true
4214Bullet.CanCollide = false
4215Bullet.Size = Vector3.new(0.2, 0.2, D)
4216Bullet.CFrame = C
4217
4218local bulletTable = {}
4219table.insert(bulletTable, {
4220Hit = target,
4221Distance = D,
4222Cframe = C,
4223RayObject = R
4224})
4225
4226game.ReplicatedStorage.ShootEvent:FireServer(bulletTable, Gun)
4227local C = Sound:Clone()
4228C.Parent = Gun
4229C:Play()
4230wait(0.05)
4231Bullet:Remove()
4232end))
4233end
4234
4235Mouse.Button1Down:Connect(function()
4236Down = true
4237end)
4238
4239
4240Mouse.Button1Up:Connect(function()
4241Down = false
4242end)
4243
4244while Run.Stepped:wait() do
4245if Down == true then
4246game.ReplicatedStorage.SoundEvent:FireServer(Sound, Gun)
4247FireLaser(Mouse.Target)
4248end
4249end
4250end)
4251
4252killall.Name = "killall"
4253killall.Parent = main
4254killall.BackgroundColor3 = Color3.new(1, 0, 0)
4255killall.Position = UDim2.new(0.0102345012, 0, 0.760852396, 0)
4256killall.Size = UDim2.new(0, 110, 0, 34)
4257killall.Font = Enum.Font.GothamBold
4258killall.Text = "Kill All"
4259killall.TextColor3 = Color3.new(0, 0, 0)
4260killall.TextSize = 14
4261killall.MouseButton1Down:connect(function()
4262workspace.Remote.TeamEvent:FireServer("Medium stone grey")
4263
4264game.Workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["Remington 870"].ITEMPICKUP)
4265
4266wait(0.5)
4267function kill(a)
4268local A_1 =
4269{
4270[1] =
4271{
4272["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-391.152252, 8.65560055, -83.2166901)),
4273["Distance"] = 3.2524313926697,
4274["Cframe"] = CFrame.new(840.310791, 101.334137, 2267.87988, 0.0636406094, 0.151434347, -0.986416459, 0, 0.988420188, 0.151741937, 0.997972965, -0.00965694897, 0.0629036576),
4275["Hit"] = a.Character.Head
4276},
4277 [2] =
4278{
4279["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-392.481476, -8.44939327, -76.7261353)),
4280["Distance"] = 3.2699294090271,
4281["Cframe"] = CFrame.new(840.290466, 101.184189, 2267.93506, 0.0964837447, 0.0589403138, -0.993587971, 4.65661287e-10, 0.998245299, 0.0592165813, 0.995334625, -0.00571343815, 0.0963144377),
4282["Hit"] = a.Character.Head
4283},
4284[3] =
4285{
4286["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-389.21701, -2.50536323, -92.2163162)),
4287["Distance"] = 3.1665518283844,
4288["Cframe"] = CFrame.new(840.338867, 101.236496, 2267.80371, 0.0166504811, 0.0941716284, -0.995416701, 1.16415322e-10, 0.995554805, 0.0941846818, 0.999861419, -0.00156822044, 0.0165764652),
4289["Hit"] = a.Character.Head
4290},
4291[4] =
4292{
4293["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-393.353973, 3.13988972, -72.5452042)),
4294["Distance"] = 3.3218522071838,
4295["Cframe"] = CFrame.new(840.277222, 101.285957, 2267.9707, 0.117109694, 0.118740402, -0.985994935, -1.86264515e-09, 0.992826641, 0.119563118, 0.993119001, -0.0140019981, 0.116269611),
4296["Hit"] = a.Character.Head
4297},
4298[5] =
4299{
4300["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-390.73172, 3.2097764, -85.5477524)),
4301["Distance"] = 3.222757101059,
4302["Cframe"] = CFrame.new(840.317993, 101.286423, 2267.86035, 0.0517584644, 0.123365127, -0.991010666, 0, 0.992340803, 0.123530701, 0.99865967, -0.00639375951, 0.0513620302),
4303["Hit"] = a.Character.Head
4304}
4305}
4306local A_2 = game.Players.LocalPlayer.Backpack["Remington 870"]
4307local Event = game:GetService("ReplicatedStorage").ShootEvent
4308Event:FireServer(A_1, A_2)
4309Event:FireServer(A_1, A_2)
4310end
4311
4312for i,v in pairs(game.Players:GetChildren())do
4313if v.Name ~= game.Players.LocalPlayer.Name then
4314kill(v)
4315end
4316end
4317wait(1)
4318workspace.Remote.TeamEvent:FireServer("Bright orange")
4319end)
4320
4321btools.Name = "btools"
4322btools.Parent = main
4323btools.BackgroundColor3 = Color3.new(0, 1, 1)
4324btools.Position = UDim2.new(0.678933322, 0, 0.2304198, 0)
4325btools.Size = UDim2.new(0, 111, 0, 32)
4326btools.Font = Enum.Font.GothamBold
4327btools.Text = "Btools"
4328btools.TextColor3 = Color3.new(1, 0, 0)
4329btools.TextSize = 14
4330btools.MouseButton1Down:connect(function()
4331local tool1 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
4332tool1.BinType = "Hammer"
4333end)
4334
4335speed.Name = "speed"
4336speed.Parent = main
4337speed.BackgroundColor3 = Color3.new(0.333333, 1, 1)
4338speed.Position = UDim2.new(0.350194454, 0, 0.379678607, 0)
4339speed.Size = UDim2.new(0, 110, 0, 32)
4340speed.Font = Enum.Font.GothamBold
4341speed.Text = "Speed"
4342speed.TextColor3 = Color3.new(1, 0, 0)
4343speed.TextSize = 14
4344speed.MouseButton1Down:connect(function()
4345Speed = "100" -- Change to how fast you want to go
4346
4347player = game.Players.LocalPlayer.Character
4348power = "WalkSpeed"
4349player.Humanoid[power] = Speed
4350wait()
4351player.HumanoidRootPart.CustomPhysicalProperties = PhysicalProperties.new(9e99, 9e99, 9e99, 9e99, 9e99)
4352wait()
4353repeat
4354game.Workspace.Gravity = 1000
4355wait()
4356game.Players.LocalPlayer.Character.Humanoid.JumpPower = 287.5
4357wait()
4358until game.Players.LocalPlayer.Character.Humanoid.Health == 0
4359end)
4360
4361respawn.Name = "respawn"
4362respawn.Parent = main
4363respawn.BackgroundColor3 = Color3.new(0.333333, 1, 1)
4364respawn.Position = UDim2.new(0.68041873, 0, 0.379084349, 0)
4365respawn.Size = UDim2.new(0, 111, 0, 32)
4366respawn.Font = Enum.Font.GothamBold
4367respawn.Text = "Fast Respawn"
4368respawn.TextColor3 = Color3.new(1, 0, 0)
4369respawn.TextSize = 14
4370respawn.MouseButton1Down:connect(function()
4371local A_1 = "\66\114\111\121\111\117\98\97\100\100"
4372local Event = game:GetService("Workspace").Remote.loadchar
4373Event:InvokeServer(A_1)
4374end)
4375
4376Credits.Name = "Credits"
4377Credits.Parent = main
4378Credits.BackgroundColor3 = Color3.new(0, 0, 0)
4379Credits.Position = UDim2.new(0.0242873691, 0, 0.934491813, 0)
4380Credits.Size = UDim2.new(0, 352, 0, 31)
4381Credits.Font = Enum.Font.GothamBold
4382Credits.Text = "Made by JAKE11PRICE on YouTube"
4383Credits.TextColor3 = Color3.new(1, 1, 0)
4384Credits.TextSize = 14
4385
4386prison.Name = "prison"
4387prison.Parent = main
4388prison.BackgroundColor3 = Color3.new(0, 1, 1)
4389prison.Position = UDim2.new(0.681462109, 0, 0.450664163, 0)
4390prison.Size = UDim2.new(0, 110, 0, 32)
4391prison.Font = Enum.Font.GothamBlack
4392prison.Text = "Prison"
4393prison.TextColor3 = Color3.new(1, 0, 0)
4394prison.TextSize = 14
4395prison.MouseButton1Down:connect(function()
4396game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(918.77,100,2379.07)
4397end)
4398
4399yard.Name = "yard"
4400yard.Parent = main
4401yard.BackgroundColor3 = Color3.new(0.333333, 1, 1)
4402yard.Position = UDim2.new(0.0127276238, 0, 0.45231539, 0)
4403yard.Size = UDim2.new(0, 110, 0, 32)
4404yard.Font = Enum.Font.GothamBlack
4405yard.Text = "Yard"
4406yard.TextColor3 = Color3.new(1, 0, 0)
4407yard.TextSize = 14
4408yard.MouseButton1Down:connect(function()
4409game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(779.87,98,2458.93)
4410end)
4411
4412crimbase.Name = "crimbase"
4413crimbase.Parent = main
4414crimbase.BackgroundColor3 = Color3.new(0.333333, 1, 1)
4415crimbase.Position = UDim2.new(0.348744512, 0, 0.451209784, 0)
4416crimbase.Size = UDim2.new(0, 110, 0, 32)
4417crimbase.Font = Enum.Font.GothamBlack
4418crimbase.Text = "Crim Base"
4419crimbase.TextColor3 = Color3.new(1, 0, 0)
4420crimbase.TextSize = 14
4421crimbase.MouseButton1Down:connect(function()
4422game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-943.46,94.13,2063.63)
4423end)
4424
4425title_2.Name = "title"
4426title_2.Parent = main
4427title_2.BackgroundColor3 = Color3.new(0.333333, 1, 0)
4428title_2.Position = UDim2.new(0.000689314213, 0, 0.592849016, 0)
4429title_2.Size = UDim2.new(0, 364, 0, 26)
4430title_2.Font = Enum.Font.GothamBold
4431title_2.Text = "FUN FE COMMANDS!"
4432title_2.TextColor3 = Color3.new(0, 0, 0)
4433title_2.TextSize = 14
4434
4435bringall.Name = "bringall"
4436bringall.Parent = main
4437bringall.BackgroundColor3 = Color3.new(1, 1, 0)
4438bringall.Position = UDim2.new(0.0220828541, 0, 0.704794765, 0)
4439bringall.Size = UDim2.new(0, 111, 0, 25)
4440bringall.Font = Enum.Font.GothamBold
4441bringall.Text = "Bring All"
4442bringall.TextColor3 = Color3.new(0, 0, 0)
4443bringall.TextSize = 14
4444bringall.MouseButton1Down:connect(function()
4445workspace.Remote.TeamEvent:FireServer("Bright blue")
4446
4447local LocalPlayer = game:GetService("Players").LocalPlayer
4448local runservice = game:GetService("RunService")
4449local characters = {}
4450LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()
4451local currentamount = #LocalPlayer.Backpack:GetChildren()
4452LocalPlayer.Character.Archivable = true
4453local tempchar = LocalPlayer.Character:Clone()
4454tempchar.Parent = workspace
4455local savepos = LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame
4456local renderstepped = runservice.RenderStepped:Connect(function()
4457 workspace.CurrentCamera.CameraSubject = tempchar:FindFirstChild("Humanoid")
4458 for _, tool in pairs(LocalPlayer.Backpack:GetChildren()) do
4459 if tool:IsA("Tool") then
4460 tool.Parent = LocalPlayer
4461 end
4462 end
4463 LocalPlayer.Character:ClearAllChildren()
4464 local char = Instance.new("Model", workspace)
4465 table.insert(characters, char)
4466 Instance.new("Humanoid", char)
4467 LocalPlayer.Character = char
4468 repeat runservice.RenderStepped:Wait() until LocalPlayer.Character ~= nil
4469end)
4470repeat runservice.RenderStepped:Wait() until #LocalPlayer:GetChildren() - 2 - currentamount >= #game.Players:GetPlayers() * 6
4471renderstepped:Disconnect()
4472repeat runservice.RenderStepped:Wait() until LocalPlayer.Character:FindFirstChild("HumanoidRootPart") ~= nil
4473for _, char in pairs(characters) do
4474 char:Destroy()
4475end
4476for _, tool in pairs(LocalPlayer:GetChildren()) do
4477 if tool:IsA("Tool") then
4478 tool.Parent = LocalPlayer.Backpack
4479 end
4480end
4481LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = savepos
4482tempchar:Destroy()
4483
4484wait()
4485
4486for i, v in pairs(game.Players:GetPlayers()) do
4487if v and v.Name ~= game.Players.LocalPlayer.Name then
4488
4489game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
4490 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
4491
4492 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
4493 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
4494 wait()
4495 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
4496
4497end
4498wait(.1)
4499
4500end
4501for i, v in pairs(game.Players:GetPlayers()) do
4502if v and v.Name ~= game.Players.LocalPlayer.Name then
4503
4504game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
4505 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
4506
4507 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
4508 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
4509 wait()
4510 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
4511
4512end
4513wait(0.01)
4514
4515end
4516for i, v in pairs(game.Players:GetPlayers()) do
4517if v and v.Name ~= game.Players.LocalPlayer.Name then
4518
4519game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
4520 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
4521
4522 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
4523 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
4524 wait()
4525 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
4526
4527end
4528wait(0.01)
4529
4530end
4531for i, v in pairs(game.Players:GetPlayers()) do
4532if v and v.Name ~= game.Players.LocalPlayer.Name then
4533
4534game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
4535 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
4536
4537 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
4538 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
4539 wait()
4540 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
4541
4542end
4543wait(0.01)
4544
4545end
4546for i, v in pairs(game.Players:GetPlayers()) do
4547if v and v.Name ~= game.Players.LocalPlayer.Name then
4548
4549game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
4550 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
4551
4552 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
4553 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
4554 wait()
4555 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
4556
4557end
4558wait(0.01)
4559
4560end
4561for i, v in pairs(game.Players:GetPlayers()) do
4562if v and v.Name ~= game.Players.LocalPlayer.Name then
4563
4564game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
4565 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
4566
4567 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
4568 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
4569 wait()
4570 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
4571
4572end
4573wait(0.01)
4574
4575end
4576for i, v in pairs(game.Players:GetPlayers()) do
4577if v and v.Name ~= game.Players.LocalPlayer.Name then
4578
4579game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
4580 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
4581
4582 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
4583 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
4584 wait()
4585 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
4586
4587end
4588wait(0.01)
4589
4590end
4591for i, v in pairs(game.Players:GetPlayers()) do
4592if v and v.Name ~= game.Players.LocalPlayer.Name then
4593
4594game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
4595 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
4596
4597 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
4598 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
4599 wait()
4600 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
4601
4602end
4603wait(0.01)
4604
4605end
4606for i, v in pairs(game.Players:GetPlayers()) do
4607if v and v.Name ~= game.Players.LocalPlayer.Name then
4608
4609game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
4610 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
4611
4612 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
4613 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
4614 wait()
4615 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
4616
4617end
4618wait(0.01)
4619
4620end
4621for i, v in pairs(game.Players:GetPlayers()) do
4622if v and v.Name ~= game.Players.LocalPlayer.Name then
4623
4624game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
4625 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
4626
4627 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
4628 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
4629 wait()
4630 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
4631
4632end
4633wait(0.01)
4634
4635end
4636for i, v in pairs(game.Players:GetPlayers()) do
4637if v and v.Name ~= game.Players.LocalPlayer.Name then
4638
4639game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
4640 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
4641
4642 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
4643 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
4644 wait()
4645 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
4646
4647end
4648wait(0.01)
4649
4650end
4651for i, v in pairs(game.Players:GetPlayers()) do
4652if v and v.Name ~= game.Players.LocalPlayer.Name then
4653
4654game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
4655 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
4656
4657 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
4658 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
4659 wait()
4660 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
4661
4662end
4663wait(0.01)
4664
4665end
4666for i, v in pairs(game.Players:GetPlayers()) do
4667if v and v.Name ~= game.Players.LocalPlayer.Name then
4668
4669game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
4670 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
4671
4672 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
4673 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
4674 wait()
4675 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
4676
4677end
4678wait(0.01)
4679
4680end
4681for i, v in pairs(game.Players:GetPlayers()) do
4682if v and v.Name ~= game.Players.LocalPlayer.Name then
4683
4684game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
4685 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
4686
4687 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
4688 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
4689 wait()
4690 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
4691
4692end
4693wait(0.01)
4694
4695end
4696for i, v in pairs(game.Players:GetPlayers()) do
4697if v and v.Name ~= game.Players.LocalPlayer.Name then
4698
4699game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
4700 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
4701
4702 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
4703 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
4704 wait()
4705 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
4706
4707end
4708wait(0.01)
4709
4710end
4711for i, v in pairs(game.Players:GetPlayers()) do
4712if v and v.Name ~= game.Players.LocalPlayer.Name then
4713
4714game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
4715 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
4716
4717 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
4718 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
4719 wait()
4720 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
4721
4722end
4723wait(0.01)
4724
4725end
4726for i, v in pairs(game.Players:GetPlayers()) do
4727if v and v.Name ~= game.Players.LocalPlayer.Name then
4728
4729game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
4730 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
4731
4732 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
4733 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
4734 wait()
4735 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
4736
4737end
4738wait(0.01)
4739
4740end
4741for i, v in pairs(game.Players:GetPlayers()) do
4742if v and v.Name ~= game.Players.LocalPlayer.Name then
4743
4744game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
4745 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
4746
4747 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
4748 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
4749 wait()
4750 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
4751
4752end
4753wait(0.01)
4754
4755end
4756for i, v in pairs(game.Players:GetPlayers()) do
4757if v and v.Name ~= game.Players.LocalPlayer.Name then
4758
4759game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
4760 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
4761
4762 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
4763 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
4764 wait()
4765 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
4766
4767end
4768wait(0.01)
4769
4770end
4771for i, v in pairs(game.Players:GetPlayers()) do
4772if v and v.Name ~= game.Players.LocalPlayer.Name then
4773
4774game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
4775 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
4776
4777 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
4778 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
4779 wait()
4780 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
4781
4782end
4783wait(0.01)
4784
4785end
4786for i, v in pairs(game.Players:GetPlayers()) do
4787if v and v.Name ~= game.Players.LocalPlayer.Name then
4788
4789game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
4790 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
4791
4792 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
4793 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
4794 wait()
4795 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
4796
4797end
4798wait(0.01)
4799
4800end
4801for i, v in pairs(game.Players:GetPlayers()) do
4802if v and v.Name ~= game.Players.LocalPlayer.Name then
4803
4804game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
4805 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
4806
4807 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
4808 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
4809 wait()
4810 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
4811
4812end
4813wait(0.01)
4814
4815end
4816for i, v in pairs(game.Players:GetPlayers()) do
4817if v and v.Name ~= game.Players.LocalPlayer.Name then
4818
4819game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
4820 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
4821
4822 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
4823 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
4824 wait()
4825 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
4826
4827end
4828wait(0.01)
4829
4830end
4831for i, v in pairs(game.Players:GetPlayers()) do
4832if v and v.Name ~= game.Players.LocalPlayer.Name then
4833
4834game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
4835 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
4836
4837 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
4838 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
4839 wait()
4840 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
4841
4842end
4843wait(0.01)
4844
4845end
4846for i, v in pairs(game.Players:GetPlayers()) do
4847if v and v.Name ~= game.Players.LocalPlayer.Name then
4848
4849game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
4850 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
4851
4852 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
4853 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
4854 wait()
4855 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
4856
4857end
4858wait(0.01)
4859
4860end
4861for i, v in pairs(game.Players:GetPlayers()) do
4862if v and v.Name ~= game.Players.LocalPlayer.Name then
4863
4864game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
4865 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
4866
4867 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
4868 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
4869 wait()
4870 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
4871
4872end
4873wait(0.01)
4874
4875end
4876for i, v in pairs(game.Players:GetPlayers()) do
4877if v and v.Name ~= game.Players.LocalPlayer.Name then
4878
4879game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
4880 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
4881
4882 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
4883 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
4884 wait()
4885 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
4886
4887end
4888wait(0.01)
4889
4890end
4891for i, v in pairs(game.Players:GetPlayers()) do
4892if v and v.Name ~= game.Players.LocalPlayer.Name then
4893
4894game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
4895 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
4896
4897 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
4898 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
4899 wait()
4900 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
4901
4902end
4903wait(0.01)
4904
4905end
4906for i, v in pairs(game.Players:GetPlayers()) do
4907if v and v.Name ~= game.Players.LocalPlayer.Name then
4908
4909game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
4910 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
4911
4912 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
4913 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
4914 wait()
4915 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
4916
4917end
4918wait(0.01)
4919
4920end
4921for i, v in pairs(game.Players:GetPlayers()) do
4922if v and v.Name ~= game.Players.LocalPlayer.Name then
4923
4924game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
4925 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
4926
4927 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
4928 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
4929 wait()
4930 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
4931
4932end
4933wait(0.01)
4934
4935end
4936for i, v in pairs(game.Players:GetPlayers()) do
4937if v and v.Name ~= game.Players.LocalPlayer.Name then
4938
4939game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
4940 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
4941
4942 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
4943 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
4944 wait()
4945 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
4946
4947end
4948wait(0.01)
4949
4950end
4951for i, v in pairs(game.Players:GetPlayers()) do
4952if v and v.Name ~= game.Players.LocalPlayer.Name then
4953
4954game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
4955 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
4956
4957 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
4958 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
4959 wait()
4960 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
4961
4962end
4963wait(0.01)
4964
4965end
4966for i, v in pairs(game.Players:GetPlayers()) do
4967if v and v.Name ~= game.Players.LocalPlayer.Name then
4968
4969game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
4970 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
4971
4972 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
4973 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
4974 wait()
4975 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
4976
4977end
4978wait(0.01)
4979
4980end
4981for i, v in pairs(game.Players:GetPlayers()) do
4982if v and v.Name ~= game.Players.LocalPlayer.Name then
4983
4984game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
4985 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
4986
4987 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
4988 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
4989 wait()
4990 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
4991
4992end
4993wait(0.01)
4994
4995end
4996for i, v in pairs(game.Players:GetPlayers()) do
4997if v and v.Name ~= game.Players.LocalPlayer.Name then
4998
4999game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
5000 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
5001
5002 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
5003 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
5004 wait()
5005 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
5006
5007end
5008wait(0.01)
5009
5010end
5011for i, v in pairs(game.Players:GetPlayers()) do
5012if v and v.Name ~= game.Players.LocalPlayer.Name then
5013
5014game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
5015 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
5016
5017 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
5018 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
5019 wait()
5020 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
5021
5022end
5023wait(0.01)
5024
5025end
5026for i, v in pairs(game.Players:GetPlayers()) do
5027if v and v.Name ~= game.Players.LocalPlayer.Name then
5028
5029game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
5030 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
5031
5032 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
5033 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
5034 wait()
5035 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
5036
5037end
5038wait(0.01)
5039
5040end
5041for i, v in pairs(game.Players:GetPlayers()) do
5042if v and v.Name ~= game.Players.LocalPlayer.Name then
5043
5044game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
5045 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
5046
5047 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
5048 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
5049 wait()
5050 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
5051
5052end
5053wait(0.01)
5054
5055end
5056for i, v in pairs(game.Players:GetPlayers()) do
5057if v and v.Name ~= game.Players.LocalPlayer.Name then
5058
5059game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
5060 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
5061
5062 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
5063 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
5064 wait()
5065 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
5066
5067end
5068wait(0.01)
5069
5070end
5071for i, v in pairs(game.Players:GetPlayers()) do
5072if v and v.Name ~= game.Players.LocalPlayer.Name then
5073
5074game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
5075 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
5076
5077 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
5078 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
5079 wait()
5080 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
5081
5082end
5083wait(0.01)
5084
5085end
5086for i, v in pairs(game.Players:GetPlayers()) do
5087if v and v.Name ~= game.Players.LocalPlayer.Name then
5088
5089game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
5090 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
5091
5092 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
5093 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
5094 wait()
5095 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
5096
5097end
5098wait(0.01)
5099
5100end
5101for i, v in pairs(game.Players:GetPlayers()) do
5102if v and v.Name ~= game.Players.LocalPlayer.Name then
5103
5104game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
5105 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
5106
5107 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
5108 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
5109 wait()
5110 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
5111
5112end
5113wait(0.01)
5114
5115end
5116for i, v in pairs(game.Players:GetPlayers()) do
5117if v and v.Name ~= game.Players.LocalPlayer.Name then
5118
5119game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
5120 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
5121
5122 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
5123 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
5124 wait()
5125 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
5126
5127end
5128wait(0.01)
5129
5130end
5131for i, v in pairs(game.Players:GetPlayers()) do
5132if v and v.Name ~= game.Players.LocalPlayer.Name then
5133
5134game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
5135 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
5136
5137 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
5138 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
5139 wait()
5140 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
5141
5142end
5143wait(0.01)
5144
5145end
5146for i, v in pairs(game.Players:GetPlayers()) do
5147if v and v.Name ~= game.Players.LocalPlayer.Name then
5148
5149game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
5150 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
5151
5152 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
5153 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
5154 wait()
5155 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
5156
5157end
5158wait(0.01)
5159
5160end
5161for i, v in pairs(game.Players:GetPlayers()) do
5162if v and v.Name ~= game.Players.LocalPlayer.Name then
5163
5164game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
5165 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
5166
5167 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
5168 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
5169 wait()
5170 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
5171
5172end
5173wait(0.01)
5174
5175end
5176for i, v in pairs(game.Players:GetPlayers()) do
5177if v and v.Name ~= game.Players.LocalPlayer.Name then
5178
5179game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
5180 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
5181
5182 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
5183 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
5184 wait()
5185 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
5186
5187end
5188wait(0.01)
5189
5190end
5191for i, v in pairs(game.Players:GetPlayers()) do
5192if v and v.Name ~= game.Players.LocalPlayer.Name then
5193
5194game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
5195 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
5196
5197 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
5198 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
5199 wait()
5200 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
5201
5202end
5203wait(0.01)
5204
5205end
5206for i, v in pairs(game.Players:GetPlayers()) do
5207if v and v.Name ~= game.Players.LocalPlayer.Name then
5208
5209game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
5210 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
5211
5212 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
5213 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
5214 wait()
5215 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
5216
5217end
5218wait(0.01)
5219
5220end
5221for i, v in pairs(game.Players:GetPlayers()) do
5222if v and v.Name ~= game.Players.LocalPlayer.Name then
5223
5224game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
5225 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
5226
5227 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
5228 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
5229 wait()
5230 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
5231
5232end
5233wait(0.01)
5234
5235end
5236for i, v in pairs(game.Players:GetPlayers()) do
5237if v and v.Name ~= game.Players.LocalPlayer.Name then
5238
5239game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
5240 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
5241
5242 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
5243 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
5244 wait()
5245 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
5246
5247end
5248wait(0.01)
5249
5250end
5251end)
5252
5253drill.Name = "drill"
5254drill.Parent = main
5255drill.BackgroundColor3 = Color3.new(1, 1, 0)
5256drill.Position = UDim2.new(0.343317509, 0, 0.704794705, 0)
5257drill.Size = UDim2.new(0, 111, 0, 25)
5258drill.Font = Enum.Font.GothamBold
5259drill.Text = "Fe Drill"
5260drill.TextColor3 = Color3.new(0, 0, 0)
5261drill.TextSize = 14
5262drill.MouseButton1Down:connect(function()
5263workspace.Remote.TeamEvent:FireServer("Bright blue")
5264
5265local toolamount = 80 -- How long the tornado is
5266local tornadosize = 1 -- The size of how big the opening of the tornado is
5267
5268local LocalPlayer = game:GetService("Players").LocalPlayer
5269local runservice = game:GetService("RunService")
5270local characters = {}
5271LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()
5272local currentamount = #LocalPlayer.Backpack:GetChildren()
5273LocalPlayer.Character.Archivable = true
5274local tempchar = LocalPlayer.Character:Clone()
5275tempchar.Parent = workspace
5276local savepos = LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame
5277local renderstepped = runservice.RenderStepped:Connect(function()
5278 workspace.CurrentCamera.CameraSubject = tempchar:FindFirstChild("Humanoid")
5279 for _, tool in pairs(LocalPlayer.Backpack:GetChildren()) do
5280 if tool:IsA("Tool") then
5281 tool.Parent = LocalPlayer
5282 end
5283 end
5284 LocalPlayer.Character:ClearAllChildren()
5285 local char = Instance.new("Model", workspace)
5286 table.insert(characters, char)
5287 Instance.new("Humanoid", char)
5288 LocalPlayer.Character = char
5289 repeat runservice.RenderStepped:Wait() until LocalPlayer.Character ~= nil
5290end)
5291repeat runservice.RenderStepped:Wait() until #LocalPlayer:GetChildren() - 4 - currentamount >= toolamount
5292renderstepped:Disconnect()
5293repeat runservice.RenderStepped:Wait() until LocalPlayer.Character:FindFirstChild("HumanoidRootPart") ~= nil
5294for _, char in pairs(characters) do
5295 char:Destroy()
5296end
5297for index, tool in pairs(LocalPlayer:GetChildren()) do
5298 if tool:IsA("Tool") then
5299 tool.Parent = LocalPlayer.Backpack
5300 tool.Handle.Massless = false
5301 tool.Grip = CFrame.new(Vector3.new(0, -index * .1, 0)) * CFrame.Angles(math.rad(90), 0, math.tan(index * 0.5))
5302 tool.Parent = LocalPlayer.Character
5303 if tool.Handle:FindFirstChild("Mesh") ~= nil then
5304 tool.Handle.Mesh:Destroy()
5305 end
5306 end
5307end
5308LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = savepos
5309tempchar:Destroy()
5310end)
5311
5312killplrmain.Name = "killplrmain"
5313killplrmain.Parent = main
5314killplrmain.BackgroundColor3 = Color3.new(1, 0, 1)
5315killplrmain.Position = UDim2.new(0.0321613066, 0, 0.836535037, 0)
5316killplrmain.Size = UDim2.new(0, 103, 0, 47)
5317
5318killtext.Name = "killtext"
5319killtext.Parent = killplrmain
5320killtext.BackgroundColor3 = Color3.new(1, 0.666667, 1)
5321killtext.Position = UDim2.new(0, 0, 0.0212752968, 0)
5322killtext.Size = UDim2.new(0, 99, 0, 19)
5323killtext.Font = Enum.Font.Gotham
5324killtext.Text = "Player Name"
5325killtext.TextColor3 = Color3.new(0, 0, 0)
5326killtext.TextSize = 14
5327
5328kill.Name = "kill"
5329kill.Parent = killplrmain
5330kill.BackgroundColor3 = Color3.new(0, 0, 0)
5331kill.Position = UDim2.new(0.0999999046, 0, 0.531914949, 0)
5332kill.Size = UDim2.new(0, 80, 0, 22)
5333kill.Font = Enum.Font.GothamBold
5334kill.Text = "KILL"
5335kill.TextColor3 = Color3.new(1, 1, 1)
5336kill.TextSize = 14
5337kill.MouseButton1Down:connect(function()
5338game.Workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["Remington 870"].ITEMPICKUP)
5339
5340wait(0.1)
5341Workspace.Remote.TeamEvent:FireServer("Medium stone grey")
5342
5343local A_1 =
5344{
5345 [1] =
5346{
5347 ["RayObject"] = Ray.new(Vector3.new(827.412415, 101.489777, 2296.84326), Vector3.new(277.738678, 6.89340925, 287.773712)),
5348 ["Distance"] = 4.7204174995422,
5349 ["Cframe"] = CFrame.new(832.049377, 101.392006, 2300.97168, 0.843892097, -0.0554918349, 0.533635378, 0, 0.994636595, 0.103430569, -0.536512911, -0.0872842371, 0.839366019),
5350 ["Hit"] = game.Workspace[killtext.Text].Head
5351},
5352 [2] =
5353{
5354 ["RayObject"] = Ray.new(Vector3.new(827.412415, 101.489777, 2296.84326), Vector3.new(303.047546, 21.3568707, 260.203888)),
5355 ["Distance"] = 4.8114862442017,
5356 ["Cframe"] = CFrame.new(832.390259, 101.550629, 2300.74097, 0.738044441, -0.112958886, 0.665229917, 7.45057971e-09, 0.985887885, 0.16740793, -0.674752235, -0.123554483, 0.727628946),
5357 ["Hit"] = game.Workspace[killtext.Text].Head
5358},
5359 [3] =
5360{
5361 ["RayObject"] = Ray.new(Vector3.new(827.412415, 101.489777, 2296.84326), Vector3.new(296.800507, 7.00420141, 268.067932)),
5362 ["Distance"] = 4.444625377655,
5363 ["Cframe"] = CFrame.new(832.185486, 101.391617, 2300.70264, 0.775115669, -0.0692948848, 0.628007889, 7.45057971e-09, 0.993967533, 0.109675139, -0.631819367, -0.0850109085, 0.770439863),
5364 ["Hit"] = game.Workspace[killtext.Text].Head
5365},
5366 [4] =
5367{
5368 ["RayObject"] = Ray.new(Vector3.new(827.412415, 101.489777, 2296.84326), Vector3.new(284.930573, 11.9850616, 280.483368)),
5369 ["Distance"] = 4.6211166381836,
5370 ["Cframe"] = CFrame.new(832.10083, 101.445007, 2300.86963, 0.820150614, -0.0735745132, 0.567397356, 0, 0.991697431, 0.128593579, -0.572147667, -0.105466105, 0.81334126),
5371 ["Hit"] = game.Workspace[killtext.Text].Head
5372},
5373 [5] =
5374{
5375 ["RayObject"] = Ray.new(Vector3.new(827.412415, 101.489777, 2296.84326), Vector3.new(294.625824, 2.15741801, 270.538269)),
5376 ["Distance"] = 4.4639973640442,
5377 ["Cframe"] = CFrame.new(832.169434, 101.341301, 2300.73438, 0.784266233, -0.0537625961, 0.618090749, -3.7252903e-09, 0.99623847, 0.086654529, -0.620424569, -0.0679602176, 0.781316102),
5378 ["Hit"] = game.Workspace[killtext.Text].Head
5379}
5380}
5381local A_2 = game.Players.LocalPlayer.Backpack["Remington 870"]
5382local Event = game:GetService("ReplicatedStorage").ShootEvent
5383Event:FireServer(A_1, A_2)
5384
5385wait(0.5)
5386workspace.Remote.TeamEvent:FireServer("Bright orange")
5387end)
5388
5389waves.Name = "waves"
5390waves.Parent = main
5391waves.BackgroundColor3 = Color3.new(1, 1, 0)
5392waves.Position = UDim2.new(0.0201378968, 0, 0.646579564, 0)
5393waves.Size = UDim2.new(0, 111, 0, 26)
5394waves.Font = Enum.Font.GothamBold
5395waves.Text = "Fe Waves"
5396waves.TextColor3 = Color3.new(0, 0, 0)
5397waves.TextSize = 14
5398waves.MouseButton1Down:connect(function()
5399workspace.Remote.TeamEvent:FireServer("Bright blue")
5400
5401local toolamount = 40 -- How long the tornado is
5402local tornadosize = 1 -- The size of how big the opening of the tornado is
5403
5404local LocalPlayer = game:GetService("Players").LocalPlayer
5405local runservice = game:GetService("RunService")
5406local characters = {}
5407LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()
5408local currentamount = #LocalPlayer.Backpack:GetChildren()
5409LocalPlayer.Character.Archivable = true
5410local tempchar = LocalPlayer.Character:Clone()
5411tempchar.Parent = workspace
5412local savepos = LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame
5413local renderstepped = runservice.RenderStepped:Connect(function()
5414 workspace.CurrentCamera.CameraSubject = tempchar:FindFirstChild("Humanoid")
5415 for _, tool in pairs(LocalPlayer.Backpack:GetChildren()) do
5416 if tool:IsA("Tool") then
5417 tool.Parent = LocalPlayer
5418 end
5419 end
5420 LocalPlayer.Character:ClearAllChildren()
5421 local char = Instance.new("Model", workspace)
5422 table.insert(characters, char)
5423 Instance.new("Humanoid", char)
5424 LocalPlayer.Character = char
5425 repeat runservice.RenderStepped:Wait() until LocalPlayer.Character ~= nil
5426end)
5427repeat runservice.RenderStepped:Wait() until #LocalPlayer:GetChildren() - 4 - currentamount >= toolamount
5428renderstepped:Disconnect()
5429repeat runservice.RenderStepped:Wait() until LocalPlayer.Character:FindFirstChild("HumanoidRootPart") ~= nil
5430for _, char in pairs(characters) do
5431 char:Destroy()
5432end
5433for index, tool in pairs(LocalPlayer:GetChildren()) do
5434 if tool:IsA("Tool") then
5435 tool.Parent = LocalPlayer.Backpack
5436 tool.Handle.Massless = false
5437 tool.Grip = CFrame.new(Vector3.new(0, math.sin(index + 0.5), index)) * CFrame.Angles(math.rad(tornadosize), 0, -index)
5438 tool.Parent = LocalPlayer.Character
5439 if tool.Handle:FindFirstChild("Mesh") ~= nil then
5440 tool.Handle.Mesh:Destroy()
5441 end
5442 end
5443end
5444LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = savepos
5445tempchar:Destroy()
5446end)
5447
5448bigbowl.Name = "bigbowl"
5449bigbowl.Parent = main
5450bigbowl.BackgroundColor3 = Color3.new(1, 1, 0)
5451bigbowl.Position = UDim2.new(0.341908664, 0, 0.647788644, 0)
5452bigbowl.Size = UDim2.new(0, 111, 0, 26)
5453bigbowl.Font = Enum.Font.GothamBold
5454bigbowl.Text = "Fe Big Bowl"
5455bigbowl.TextColor3 = Color3.new(0, 0, 0)
5456bigbowl.TextSize = 14
5457bigbowl.MouseButton1Down:connect(function()
5458workspace.Remote.TeamEvent:FireServer("Bright blue")
5459
5460local toolamount = 250 -- How much covered the bowl is
5461local bowlsize = 20 -- How big the bowl is
5462
5463
5464
5465local LocalPlayer = game:GetService("Players").LocalPlayer
5466local runservice = game:GetService("RunService")
5467local characters = {}
5468LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()
5469local currentamount = #LocalPlayer.Backpack:GetChildren()
5470LocalPlayer.Character.Archivable = true
5471local tempchar = LocalPlayer.Character:Clone()
5472tempchar.Parent = workspace
5473local savepos = LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame
5474local renderstepped = runservice.RenderStepped:Connect(function()
5475workspace.CurrentCamera.CameraSubject = tempchar:FindFirstChild("Humanoid")
5476for _, tool in pairs(LocalPlayer.Backpack:GetChildren()) do
5477if tool:IsA("Tool") then
5478tool.Parent = LocalPlayer
5479end
5480end
5481LocalPlayer.Character:ClearAllChildren()
5482local char = Instance.new("Model", workspace)
5483table.insert(characters, char)
5484Instance.new("Humanoid", char)
5485LocalPlayer.Character = char
5486repeat runservice.RenderStepped:Wait() until LocalPlayer.Character ~= nil
5487end)
5488repeat runservice.RenderStepped:Wait() until #LocalPlayer:GetChildren() - 4 - currentamount >= toolamount
5489renderstepped:Disconnect()
5490repeat runservice.RenderStepped:Wait() until LocalPlayer.Character:FindFirstChild("HumanoidRootPart") ~= nil
5491for _, char in pairs(characters) do
5492char:Destroy()
5493end
5494for index, tool in pairs(LocalPlayer:GetChildren()) do
5495if tool:IsA("Tool") then
5496tool.Parent = LocalPlayer.Backpack
5497tool.Handle.Massless = true
5498tool.Grip = CFrame.new(Vector3.new(math.sin(index * 0.1), bowlsize, 0)) * CFrame.Angles(math.sin(index * 0.1), index, 0)
5499tool.Parent = LocalPlayer.Character
5500if tool.Handle:FindFirstChild("Mesh") ~= nil then
5501tool.Handle.Mesh:Destroy()
5502end
5503end
5504end
5505LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = savepos
5506tempchar:Destroy()
5507LocalPlayer.Character:FindFirstChild("Humanoid").HipHeight = bowlsize
5508end)
5509
5510tazeplrmain.Name = "tazeplrmain"
5511tazeplrmain.Parent = main
5512tazeplrmain.BackgroundColor3 = Color3.new(1, 0, 1)
5513tazeplrmain.Position = UDim2.new(0.358376801, 0, 0.83788842, 0)
5514tazeplrmain.Size = UDim2.new(0, 103, 0, 47)
5515
5516tazetext.Name = "tazetext"
5517tazetext.Parent = tazeplrmain
5518tazetext.BackgroundColor3 = Color3.new(1, 0.666667, 1)
5519tazetext.Size = UDim2.new(0, 99, 0, 19)
5520tazetext.Font = Enum.Font.Gotham
5521tazetext.Text = "Player Name"
5522tazetext.TextColor3 = Color3.new(0, 0, 0)
5523tazetext.TextSize = 14
5524
5525taze.Name = "taze"
5526taze.Parent = tazeplrmain
5527taze.BackgroundColor3 = Color3.new(0, 0, 0)
5528taze.Position = UDim2.new(0.128543824, 0, 0.510639191, 0)
5529taze.Size = UDim2.new(0, 80, 0, 22)
5530taze.Font = Enum.Font.GothamBold
5531taze.Text = "TAZE"
5532taze.TextColor3 = Color3.new(1, 1, 1)
5533taze.TextSize = 14
5534taze.MouseButton1Down:connect(function()
5535local A_1 =
5536{
5537 [1] =
5538{
5539 ["RayObject"] = Ray.new(Vector3.new(829.838562, 101.489998, 2331.25635), Vector3.new(-30.6540909, -5.42795324, 95.0308533)),
5540 ["Distance"] = 15.355997085571,
5541 ["Cframe"] = CFrame.new(826.616699, 100.8508, 2340.11279, 0.964640439, -0.00993416365, -0.263382077, 9.31322575e-10, 0.999289393, -0.0376908854, 0.263569355, 0.0363581516, 0.963954985),
5542 ["Hit"] = game.Workspace[tazetext.Text].Torso
5543}
5544}
5545local A_2 = game.Players.LocalPlayer.Backpack["Taser"]
5546local Event = game:GetService("ReplicatedStorage").ShootEvent
5547Event:FireServer(A_1, A_2)
5548end)
5549
5550teamcrim.Name = "teamcrim"
5551teamcrim.Parent = main
5552teamcrim.BackgroundColor3 = Color3.new(1, 0, 0)
5553teamcrim.Position = UDim2.new(0.775380731, 0, 0.108776733, 0)
5554teamcrim.Size = UDim2.new(0, 83, 0, 22)
5555teamcrim.Font = Enum.Font.GothamBlack
5556teamcrim.Text = "Team Crim"
5557teamcrim.TextColor3 = Color3.new(0, 0, 0)
5558teamcrim.TextSize = 14
5559teamcrim.MouseButton1Down:connect(function()
5560wait(0.3)
5561game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-976.125183, 109.123924, 2059.99536)
5562
5563wait(0.3)
5564game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(918.77,100,2379.07)
5565end)
5566
5567tazeall.Name = "tazeall"
5568tazeall.Parent = main
5569tazeall.BackgroundColor3 = Color3.new(1, 0, 0)
5570tazeall.Position = UDim2.new(0.342309177, 0, 0.759402633, 0)
5571tazeall.Size = UDim2.new(0, 109, 0, 34)
5572tazeall.Font = Enum.Font.GothamBold
5573tazeall.Text = "Taze All"
5574tazeall.TextColor3 = Color3.new(0, 0, 0)
5575tazeall.TextSize = 14
5576tazeall.MouseButton1Down:connect(function()
5577workspace.Remote.TeamEvent:FireServer("Bright blue")
5578
5579function kill(a)
5580local A_1 =
5581{
5582 [1] =
5583{
5584 ["RayObject"] = Ray.new(Vector3.new(829.838562, 101.489998, 2331.25635), Vector3.new(-30.6540909, -5.42795324, 95.0308533)),
5585 ["Distance"] = 15.355997085571,
5586 ["Cframe"] = CFrame.new(826.616699, 100.8508, 2340.11279, 0.964640439, -0.00993416365, -0.263382077, 9.31322575e-10, 0.999289393, -0.0376908854, 0.263569355, 0.0363581516, 0.963954985),
5587 ["Hit"] = a.Character.Torso
5588}
5589}
5590local A_2 = game.Players.LocalPlayer.Backpack["Taser"]
5591local Event = game:GetService("ReplicatedStorage").ShootEvent
5592Event:FireServer(A_1, A_2)
5593end
5594
5595for i,v in pairs(game.Players:GetChildren())do
5596if v.Name ~= game.Players.LocalPlayer.Name then
5597kill(v)
5598end
5599end
5600end)
5601
5602removewalls.Name = "removewalls"
5603removewalls.Parent = main
5604removewalls.BackgroundColor3 = Color3.new(1, 0, 0)
5605removewalls.Position = UDim2.new(0.670628905, 0, 0.758472741, 0)
5606removewalls.Size = UDim2.new(0, 110, 0, 34)
5607removewalls.Font = Enum.Font.GothamBold
5608removewalls.Text = "Remove Walls"
5609removewalls.TextColor3 = Color3.new(0, 0, 0)
5610removewalls.TextSize = 14
5611removewalls.MouseButton1Down:connect(function()
5612wait(0.1)
5613game.Workspace.Prison_Guard_Outpost:Remove()
5614
5615wait(0.1)
5616game.Workspace.Prison_Cafeteria.building:Remove()
5617
5618wait(0.1)
5619game.Workspace.Prison_Cafeteria.glass:Remove()
5620
5621wait(0.1)
5622game.Workspace.Prison_Cafeteria.oven:Remove()
5623
5624wait(0.1)
5625game.Workspace.Prison_Cafeteria.shelves:Remove()
5626
5627wait(0.1)
5628game.Workspace.Prison_Cafeteria.vents:Remove()
5629
5630wait(0.1)
5631game.Workspace.Prison_Cafeteria.accents:Remove()
5632
5633wait(0.1)
5634game.Workspace.Prison_Cafeteria.vendingmachine:Remove()
5635
5636wait(0.1)
5637game.Workspace.Prison_Cafeteria.Prison_table1:Remove()
5638
5639wait(0.1)
5640game.Workspace.Prison_Cafeteria.counter:Remove()
5641
5642wait(0.1)
5643game.Workspace.Prison_Cafeteria.boxes:Remove()
5644end)
5645
5646removeall.Name = "removeall"
5647removeall.Parent = main
5648removeall.BackgroundColor3 = Color3.new(1, 0, 0)
5649removeall.Position = UDim2.new(0.673120499, 0, 0.838146329, 0)
5650removeall.Size = UDim2.new(0, 110, 0, 47)
5651removeall.Font = Enum.Font.GothamBold
5652removeall.Text = "Remove All"
5653removeall.TextColor3 = Color3.new(0, 0, 0)
5654removeall.TextSize = 14
5655removeall.MouseButton1Down:connect(function()
5656wait(0.1)
5657game.Workspace.Prison_Halls.walls:Remove()
5658
5659wait(0.1)
5660game.Workspace.Prison_Halls.roof:Remove()
5661
5662wait(0.1)
5663game.Workspace.Prison_Halls.outlines:Remove()
5664
5665wait(0.1)
5666game.Workspace.Prison_Halls.lights:Remove()
5667
5668wait(0.1)
5669Workspace.Prison_Halls.accent:Remove()
5670
5671wait(0.1)
5672game.Workspace.Prison_Halls.glass:Remove()
5673
5674wait(0.1)
5675game.Workspace.Prison_Cellblock.b_front:Remove()
5676
5677wait(0.1)
5678game.Workspace.Prison_Cellblock.doors:Remove()
5679
5680wait(0.1)
5681game.Workspace.Prison_Cellblock.c_tables:Remove()
5682
5683wait(0.1)
5684game.Workspace.Prison_Cellblock.a_front:Remove()
5685
5686wait(0.1)
5687game.Workspace.Prison_Cellblock.b_outerwall:Remove()
5688
5689wait(0.1)
5690game.Workspace.Prison_Cellblock.c_wall:Remove()
5691
5692wait(0.1)
5693game.Workspace.Prison_Cellblock.b_wall:Remove()
5694
5695wait(0.1)
5696game.Workspace.Prison_Cellblock.c_hallwall:Remove()
5697
5698wait(0.1)
5699game.Workspace.Prison_Cellblock.a_outerwall:Remove()
5700
5701wait(0.1)
5702game.Workspace.Prison_Cellblock.b_ramp:Remove()
5703
5704wait(0.1)
5705game.Workspace.Prison_Cellblock.a_ramp:Remove()
5706
5707wait(0.1)
5708game.Workspace.Prison_Cellblock.a_walls:Remove()
5709
5710wait(0.1)
5711game.Workspace.Prison_Cellblock.Cells_B:Remove()
5712
5713wait(0.1)
5714game.Workspace.Prison_Cellblock.Cells_A:Remove()
5715
5716wait(0.1)
5717game.Workspace.Prison_Cellblock.c_corner:Remove()
5718
5719wait(0.1)
5720game.Workspace.Prison_Cellblock.Wedge:Remove()
5721
5722wait(0.1)
5723game.Workspace.Prison_Cellblock.a_ceiling:Remove()
5724
5725wait(0.1)
5726game.Workspace.Prison_Cellblock.b_ceiling:Remove()
5727
5728wait(0.1)
5729game.Workspace.City_buildings:Remove()
5730
5731wait(0.1)
5732game.Workspace.Prison_OuterWall:Remove()
5733
5734wait(0.1)
5735game.Workspace.Prison_Fences:Remove()
5736end)
5737
5738lagserver.Name = "lagserver"
5739lagserver.Parent = main
5740lagserver.BackgroundColor3 = Color3.new(0.333333, 0, 0.498039)
5741lagserver.Position = UDim2.new(0.66476965, 0, 0.659647882, 0)
5742lagserver.Size = UDim2.new(0, 120, 0, 42)
5743lagserver.Font = Enum.Font.GothamBold
5744lagserver.Text = "Lag Server (Swat)"
5745lagserver.TextColor3 = Color3.new(0, 1, 1)
5746lagserver.TextSize = 14
5747lagserver.MouseButton1Down:connect(function()
5748while true do
5749workspace.Remote.TeamEvent:FireServer("Bright blue")
5750
5751for i = 10000,999999999999999,1 do
5752 for i,v in pairs(Workspace.Prison_ITEMS.clothes:GetChildren()) do
5753
5754lol = Workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
5755print(lol)
5756end
5757end
5758end
5759
5760end)
5761-- Scripts:
5762
5763RAW Paste Data
5764-- Farewell Infortality.
5765-- Version: 2.82
5766-- Instances:
5767local PrisonBreakerv15 = Instance.new("ScreenGui")
5768local openmain = Instance.new("Frame")
5769local open = Instance.new("TextButton")
5770local main = Instance.new("Frame")
5771local title = Instance.new("TextLabel")
5772local close = Instance.new("TextButton")
5773local police = Instance.new("TextButton")
5774local inmate = Instance.new("TextButton")
5775local neutral = Instance.new("TextButton")
5776local arrestcrims = Instance.new("TextButton")
5777local invis = Instance.new("TextButton")
5778local superpunch = Instance.new("TextButton")
5779local guns = Instance.new("TextButton")
5780local taserbypass = Instance.new("TextButton")
5781local fling = Instance.new("TextButton")
5782local reviz = Instance.new("TextButton")
5783local arrest = Instance.new("TextButton")
5784local attach = Instance.new("TextButton")
5785local fastrem = Instance.new("TextButton")
5786local fastm9 = Instance.new("TextButton")
5787local fasttaze = Instance.new("TextButton")
5788local fastak = Instance.new("TextButton")
5789local killall = Instance.new("TextButton")
5790local btools = Instance.new("TextButton")
5791local speed = Instance.new("TextButton")
5792local respawn = Instance.new("TextButton")
5793local Credits = Instance.new("TextButton")
5794local prison = Instance.new("TextButton")
5795local yard = Instance.new("TextButton")
5796local crimbase = Instance.new("TextButton")
5797local title_2 = Instance.new("TextLabel")
5798local bringall = Instance.new("TextButton")
5799local drill = Instance.new("TextButton")
5800local killplrmain = Instance.new("Frame")
5801local killtext = Instance.new("TextBox")
5802local kill = Instance.new("TextButton")
5803local waves = Instance.new("TextButton")
5804local bigbowl = Instance.new("TextButton")
5805local tazeplrmain = Instance.new("Frame")
5806local tazetext = Instance.new("TextBox")
5807local taze = Instance.new("TextButton")
5808local teamcrim = Instance.new("TextButton")
5809local tazeall = Instance.new("TextButton")
5810local removewalls = Instance.new("TextButton")
5811local removeall = Instance.new("TextButton")
5812local lagserver = Instance.new("TextButton")
5813--Properties:
5814PrisonBreakerv15.Name = "PrisonBreaker v1.5"
5815PrisonBreakerv15.Parent = game.CoreGui
5816
5817openmain.Name = "openmain"
5818openmain.Parent = PrisonBreakerv15
5819openmain.BackgroundColor3 = Color3.new(0, 0, 0)
5820openmain.Position = UDim2.new(0.00434467755, 0, 0.397959173, 0)
5821openmain.Size = UDim2.new(0, 100, 0, 27)
5822openmain.Visible = false
5823
5824open.Name = "open"
5825open.Parent = openmain
5826open.BackgroundColor3 = Color3.new(1, 1, 0)
5827open.Position = UDim2.new(1.49011612e-08, 0, 0, 0)
5828open.Size = UDim2.new(0, 100, 0, 27)
5829open.Style = Enum.ButtonStyle.RobloxRoundButton
5830open.Font = Enum.Font.GothamBold
5831open.Text = "OPEN"
5832open.TextColor3 = Color3.new(0, 0, 0)
5833open.TextSize = 14
5834open.MouseButton1Down:connect(function()
5835openmain.Visible = false
5836main.Visible = true
5837end)
5838
5839main.Name = "main"
5840main.Parent = PrisonBreakerv15
5841main.BackgroundColor3 = Color3.new(0, 1, 0)
5842main.Position = UDim2.new(0.00441803597, 0, 0.249908596, 0)
5843main.Size = UDim2.new(0, 383, 0, 586)
5844main.Style = Enum.FrameStyle.RobloxRound
5845main.Active = true
5846main.Draggable = true
5847
5848title.Name = "title"
5849title.Parent = main
5850title.BackgroundColor3 = Color3.new(0, 0, 1)
5851title.Position = UDim2.new(-0.0125168273, 0, -0.00528348284, 0)
5852title.Size = UDim2.new(0, 376, 0, 50)
5853title.Font = Enum.Font.GothamBold
5854title.Text = "PrisonBreaker V1.5"
5855title.TextColor3 = Color3.new(1, 1, 1)
5856title.TextSize = 14
5857
5858close.Name = "close"
5859close.Parent = main
5860close.BackgroundColor3 = Color3.new(0.333333, 0, 1)
5861close.Position = UDim2.new(0.848563969, 0, -0.00557620823, 0)
5862close.Size = UDim2.new(0, 59, 0, 50)
5863close.Font = Enum.Font.GothamBold
5864close.Text = "X"
5865close.TextColor3 = Color3.new(0, 0, 0)
5866close.TextSize = 14
5867close.MouseButton1Down:connect(function()
5868main.Visible = false
5869openmain.Visible = true
5870end)
5871
5872police.Name = "police"
5873police.Parent = main
5874police.BackgroundColor3 = Color3.new(0, 0, 1)
5875police.Position = UDim2.new(0.0143180238, 0, 0.108731732, 0)
5876police.Size = UDim2.new(0, 84, 0, 22)
5877police.Font = Enum.Font.GothamBold
5878police.Text = "Team Police"
5879police.TextColor3 = Color3.new(0, 0, 0)
5880police.TextSize = 14
5881police.MouseButton1Down:connect(function()
5882workspace.Remote.TeamEvent:FireServer("Bright blue")
5883end)
5884
5885inmate.Name = "inmate"
5886inmate.Parent = main
5887inmate.BackgroundColor3 = Color3.new(1, 0.666667, 0)
5888inmate.BorderColor3 = Color3.new(1, 0.666667, 0.0901961)
5889inmate.Position = UDim2.new(0.270111769, 0, 0.107363492, 0)
5890inmate.Size = UDim2.new(0, 84, 0, 22)
5891inmate.Font = Enum.Font.GothamBold
5892inmate.Text = "Team Inmate"
5893inmate.TextColor3 = Color3.new(0, 0, 0)
5894inmate.TextSize = 14
5895inmate.MouseButton1Down:connect(function()
5896workspace.Remote.TeamEvent:FireServer("Bright orange")
5897end)
5898
5899neutral.Name = "neutral"
5900neutral.Parent = main
5901neutral.BackgroundColor3 = Color3.new(0.772549, 0.74902, 0.784314)
5902neutral.Position = UDim2.new(0.525683641, 0, 0.106356524, 0)
5903neutral.Size = UDim2.new(0, 83, 0, 22)
5904neutral.Font = Enum.Font.GothamBold
5905neutral.Text = "Team Neutral"
5906neutral.TextColor3 = Color3.new(0, 0, 0)
5907neutral.TextSize = 14
5908neutral.TextStrokeColor3 = Color3.new(0.333333, 1, 0)
5909neutral.MouseButton1Down:connect(function()
5910Workspace.Remote.TeamEvent:FireServer("Medium stone grey")
5911end)
5912
5913arrestcrims.Name = "arrestcrims"
5914arrestcrims.Parent = main
5915arrestcrims.BackgroundColor3 = Color3.new(0.333333, 1, 1)
5916arrestcrims.Position = UDim2.new(0.0124716684, 0, 0.160733104, 0)
5917arrestcrims.Size = UDim2.new(0, 111, 0, 31)
5918arrestcrims.Font = Enum.Font.GothamBold
5919arrestcrims.Text = "Arrest Crims"
5920arrestcrims.TextColor3 = Color3.new(1, 0, 0)
5921arrestcrims.TextSize = 14
5922arrestcrims.MouseButton1Down:connect(function()
5923local Player = game.Players.LocalPlayer
5924local cpos = Player.Character.HumanoidRootPart.CFrame
5925for i,v in pairs(game.Teams.Criminals:GetPlayers()) do
5926if v.Name ~= Player.Name then
5927local i = 10
5928 repeat
5929 wait()
5930 i = i-1
5931 game.Workspace.Remote.arrest:InvokeServer(v.Character.HumanoidRootPart)
5932 Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
5933 until i == 0
5934end
5935end
5936Player.Character.HumanoidRootPart.CFrame = cpos
5937Notify("Success", "Arrested all of the n00bs", "Cool!")
5938end)
5939
5940invis.Name = "invis"
5941invis.Parent = main
5942invis.BackgroundColor3 = Color3.new(0, 1, 1)
5943invis.Position = UDim2.new(0.348153055, 0, 0.160733074, 0)
5944invis.Size = UDim2.new(0, 111, 0, 31)
5945invis.Font = Enum.Font.GothamBold
5946invis.Text = "Invisible"
5947invis.TextColor3 = Color3.new(1, 0, 0)
5948invis.TextSize = 14
5949invis.MouseButton1Down:connect(function()
5950local player = game.Players.LocalPlayer
5951position = player.Character.HumanoidRootPart.Position
5952wait(0.1)
5953player.Character:MoveTo(position + Vector3.new(0, 1000000, 0))
5954wait(0.1)
5955humanoidrootpart = player.Character.HumanoidRootPart:clone()
5956wait(0.1)
5957player.Character.HumanoidRootPart:Destroy()
5958humanoidrootpart.Parent = player.Character
5959player.Character:MoveTo(position)
5960wait()
5961-- Remove this if you want to see yourself (others still won't see you)
5962game.Players.LocalPlayer.Character.Torso.Transparency = 1
5963game.Players.LocalPlayer.Character.Head.Transparency = 1
5964game.Players.LocalPlayer.Character["Left Arm"].Transparency = 1
5965game.Players.LocalPlayer.Character["Right Arm"].Transparency = 1
5966game.Players.LocalPlayer.Character["Left Leg"].Transparency = 1
5967game.Players.LocalPlayer.Character["Right Leg"].Transparency = 1
5968game.Players.LocalPlayer.Character.Humanoid:RemoveAccessories()
5969game.Players.LocalPlayer.Character.Head.face:Remove()
5970end)
5971
5972superpunch.Name = "superpunch"
5973superpunch.Parent = main
5974superpunch.BackgroundColor3 = Color3.new(0, 1, 1)
5975superpunch.Position = UDim2.new(0.678248107, 0, 0.160733074, 0)
5976superpunch.Size = UDim2.new(0, 111, 0, 31)
5977superpunch.Font = Enum.Font.GothamBold
5978superpunch.Text = "SuperPunch"
5979superpunch.TextColor3 = Color3.new(1, 0, 0)
5980superpunch.TextSize = 14
5981superpunch.MouseButton1Down:connect(function()
5982mainRemotes = game.ReplicatedStorage meleeRemote = mainRemotes['meleeEvent'] mouse = game.Players.LocalPlayer:GetMouse() punching = false cooldown = false function punch() cooldown = true local part = Instance.new("Part", game.Players.LocalPlayer.Character) part.Transparency = 1 part.Size = Vector3.new(5, 2, 3) part.CanCollide = false local w1 = Instance.new("Weld", part) w1.Part0 = game.Players.LocalPlayer.Character.Torso w1.Part1 = part w1.C1 = CFrame.new(0,0,2) part.Touched:connect(function(hit) if game.Players:FindFirstChild(hit.Parent.Name) then local plr = game.Players:FindFirstChild(hit.Parent.Name) if plr.Name ~= game.Players.LocalPlayer.Name then part:Destroy() for i = 1,100 do meleeRemote:FireServer(plr) end end end end) wait(1) cooldown = false part:Destroy() end mouse.KeyDown:connect(function(key) if cooldown == false then if key:lower() == "f" then punch() end end end)
5983end)
5984
5985guns.Name = "guns"
5986guns.Parent = main
5987guns.BackgroundColor3 = Color3.new(0, 1, 1)
5988guns.Position = UDim2.new(0.0124716703, 0, 0.2304198, 0)
5989guns.Size = UDim2.new(0, 111, 0, 32)
5990guns.Font = Enum.Font.GothamBlack
5991guns.Text = "Guns"
5992guns.TextColor3 = Color3.new(1, 0, 0)
5993guns.TextSize = 14
5994guns.MouseButton1Down:connect(function()
5995for i,v in pairs(Workspace.Prison_ITEMS.giver:GetChildren()) do
5996
5997lol = Workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
5998print(lol)
5999end
6000end)
6001
6002taserbypass.Name = "taserbypass"
6003taserbypass.Parent = main
6004taserbypass.BackgroundColor3 = Color3.new(0, 1, 1)
6005taserbypass.Position = UDim2.new(0.348080158, 0, 0.2304198, 0)
6006taserbypass.Size = UDim2.new(0, 111, 0, 32)
6007taserbypass.Font = Enum.Font.GothamBold
6008taserbypass.Text = "Taser Bypass"
6009taserbypass.TextColor3 = Color3.new(1, 0, 0)
6010taserbypass.TextSize = 14
6011taserbypass.MouseButton1Down:connect(function()
6012game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
6013 game.Players.LocalPlayer.CharacterAdded:connect(function()
6014 game.Workspace:WaitForChild(game.Players.LocalPlayer.Name)
6015 game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
6016 end)
6017 local message = Instance.new("Message",game.Workspace)
6018 message.Text = 'Made By Jake11price'
6019 wait(2)
6020 message:Destroy()
6021end)
6022
6023fling.Name = "fling"
6024fling.Parent = main
6025fling.BackgroundColor3 = Color3.new(0.333333, 1, 1)
6026fling.Position = UDim2.new(0.00984076969, 0, 0.379423141, 0)
6027fling.Size = UDim2.new(0, 111, 0, 32)
6028fling.Font = Enum.Font.GothamBold
6029fling.Text = "Fling"
6030fling.TextColor3 = Color3.new(1, 0, 0)
6031fling.TextSize = 14
6032fling.MouseButton1Down:connect(function()
6033power = 300 -- change this to make it more or less powerful
6034
6035game:GetService('RunService').Stepped:connect(function()
6036game.Players.LocalPlayer.Character.Head.CanCollide = false
6037game.Players.LocalPlayer.Character.Torso.CanCollide = false
6038game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
6039game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
6040end)
6041
6042wait(.1)
6043local bambam = Instance.new("BodyThrust")
6044bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
6045bambam.Force = Vector3.new(power,0,power)
6046bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
6047end)
6048
6049reviz.Name = "reviz"
6050reviz.Parent = main
6051reviz.BackgroundColor3 = Color3.new(0, 1, 1)
6052reviz.Position = UDim2.new(0.0121497028, 0, 0.303878158, 0)
6053reviz.Size = UDim2.new(0, 111, 0, 32)
6054reviz.Font = Enum.Font.GothamBold
6055reviz.Text = "Reviz Admin"
6056reviz.TextColor3 = Color3.new(1, 0, 0)
6057reviz.TextSize = 14
6058reviz.MouseButton1Down:connect(function()
6059-- Creator: illremember#3799
6060
6061-- Credits to infinite yield, harkinian, dex creators
6062
6063prefix = ";"
6064wait(0.3)
6065Commands = {
6066 '[-] cmdbar is shown when ; is pressed.',
6067 '[1] kill [plr] -- You need a tool! Will kill the player, use rkill to kill you and player',
6068 '[2] bring [plr] -- You need a tool! Will bring player to you',
6069 '[3] spin [plr] -- You need a tool! Makes you and the player spin crazy',
6070 '[4] unspin -- Use after using spin cmd and dying, so you stop loop teleporting',
6071 '[5] attach [plr] -- You need a tool! Attaches you to player',
6072 '[6] unattach [plr] -- Attempts to unattach you from a player',
6073 '[7] follow [plr] -- Makes you follow behind the player',
6074 '[8] unfollow',
6075 '[9] freefall [plr] -- You need a tool! Teleports you and the player up into the air',
6076 '[10] trail [plr] -- The opposite of follow, you stay infront of player',
6077 '[11] untrail',
6078 '[12] orbit [plr] -- Makes you orbit the player',
6079 '[13] unorbit',
6080 '[14] fling [plr] -- Makes you fling the player',
6081 '[15] unfling',
6082 '[16] fecheck -- Checks if the game is FE or not',
6083 '[17] void [plr] -- Teleports player to the void',
6084 '[18] noclip -- Gives you noclip to walk through walls',
6085 '[19] clip -- Removes noclip',
6086 '[20] speed [num]/ws [num] -- Changes how fast you walk 16 is default',
6087 '[21] jumppower [num]/jp [num] -- Changes how high you jump 50 is default',
6088 '[22] hipheight [num]/hh [num] -- Changes how high you float 0 is default',
6089 '[23] default -- Changes your speed, jumppower and hipheight to default values',
6090 '[24] annoy [plr] -- Loop teleports you to the player',
6091 '[25] unannoy',
6092 '[26] headwalk [plr] -- Loop teleports you to the player head',
6093 '[27] unheadwalk',
6094 '[28] nolimbs -- Removes your arms and legs',
6095 '[29] god -- Gives you FE Godmode',
6096 '[30] drophats -- Drops your accessories',
6097 '[31] droptool -- Drops any tool you have equipped',
6098 '[32] loopdhats -- Loop drops your accessories',
6099 '[33] unloopdhats',
6100 '[34] loopdtool -- Loop drops any tools you have equipped',
6101 '[35] unloopdtool',
6102 '[36] invisible -- Gives you invisibility CREDIT TO TIMELESS',
6103 '[37] view [plr] -- Changes your camera to the player character',
6104 '[38] unview',
6105 '[39] goto [plr] -- Teleports you to player',
6106 '[40] fly -- Allows you to fly, credit to Infinite Yield',
6107 '[41] unfly',
6108 '[42] chat [msg] -- Makes you chat a message',
6109 '[43] spam [msg] -- Spams a message',
6110 '[44] unspam',
6111 '[45] spamwait [num] -- Changes delay of chatting a message for the spam command in seconds default is 1 second',
6112 '[46] pmspam [plr] -- Spams a player in private message',
6113 '[47] unpmspam',
6114 '[48] cfreeze [plr] -- Freezes a player on your client, they will only be frozen for you',
6115 '[49] uncfreeze [plr]',
6116 '[50] unlockws -- Unlocks the workspace',
6117 '[51] lockws -- Locks the workspace',
6118 '[52] btools -- Gives you btools that will only show to you useful for deleting certain blocks only for you',
6119 '[53] pstand -- Enables platform stand',
6120 '[54] unpstand -- Disables platform stand',
6121 '[55] blockhead -- Removes your head mesh',
6122 '[56] sit',
6123 '[57] bringobj [obj] -- Only shows on client, brings an object/part to you constantly, can be used to bring healing parts, weapons, money etc, type in exact name',
6124 '[58] wsvis [num] -- Changes visibility of workspace parts, num should be between 0 and 1, only shows client sided',
6125 '[59] hypertotal -- Loads in my FE GUI Hypertotal',
6126 '[60] cmds -- Prints all commands',
6127 '[61] rmeshhats/blockhats -- Removes the meshes of all your accessories aka block hats',
6128 '[62] rmeshtool/blocktool -- Removes the mesh of the tool you have equipped aka block tool',
6129 '[63] spinner -- Makes you spin',
6130 '[64] nospinner',
6131 '[65] reach [num] -- Gives you reach, mostly used for swords, say ;reachd for default and enter number after for custom',
6132 '[66] noreach -- Removes reach, must have tool equipped',
6133 '[67] rkill [plr] -- Kills you and the player, use kill to just kill the player without dying',
6134 '[68] tp me [plr] -- Alternative to goto',
6135 '[69] cbring [plr] -- Brings player infront of you, shows only on client, allows you to do damage to player',
6136 '[70] uncbring',
6137 '[71] swap [plr] -- You need a tool! Swaps players position with yours and your position with players',
6138 '[72] givetool [plr] -- Gives the tool you have equipped to the player',
6139 '[73] glitch [plr] -- Glitches you and the player, looks very cool',
6140 '[74] unglitch -- Unglitches you',
6141 '[75] grespawn -- Alternative to normal respawn and usually works best for when you want to reset with FE Godmode',
6142 '[76] explorer -- Loads up DEX',
6143 '[77] reset -- Resets your character.',
6144 '[78] anim [id] -- Applies an animation on you, must be created by ROBLOX',
6145 '[79] animgui -- Loads up Energize animations GUI',
6146 '[80] savepos -- Saves your current position',
6147 '[81] loadpos -- Teleports you to your saved position',
6148 '[82] bang [plr] -- 18+ will not work if you have FE Godmode on',
6149 '[83] unbang',
6150 '[84] delcmdbar -- Removes the command bar completely',
6151 '[85] bringmod [obj] -- Brings all the parts in a model, client only, comes from ;bringobj enter exact name of model',
6152 '[86] shutdown -- Uses harkinians script to shutdown server',
6153 '[87] respawn -- If grespawn doesnt work you can use respawn',
6154 '[88] delobj [obj] -- Deletes a certain brick in workspace, client sided',
6155 '[89] getplrs -- Prints all players in game',
6156 '[90] deldecal -- Deletes all decals client sided',
6157 '[91] opfinality -- Loads in my FE GUI Opfinality',
6158 '[92] remotes -- Prints all remotes in the game in the console when added',
6159 '[93] noremotes -- Stops printing remotes',
6160 '[94] tpdefault -- Stops all loop teleports to a player',
6161 '[95] stopsit -- Will not allow you to sit',
6162 '[96] gosit -- Allows you to sit',
6163 '[97] clicktp -- Enables click tp',
6164 '[98] noclicktp -- Disables click tp',
6165 '[99] toolson -- If any tools are dropped in the workspace you will automatically get them',
6166 '[100] toolsoff -- Stops ;toolson',
6167 '[101] version -- Gets the admin version',
6168 '[102] state [num] -- Changes your humanoid state, ;unstate to stop.',
6169 '[103] gravity [num] -- Changes workspace gravity default is 196.2',
6170 '[104] pgs -- Checks if the game has PGSPhysicsSolverEnabled enabled',
6171 '[105] clickdel -- Delete any block you press q on, client sided',
6172 '[106] noclickdel -- Stops clickdel',
6173 '[107] looprhats -- Loop removes mesh of your hats/loop block hats',
6174 '[108] unlooprhats -- Stops loop removing mesh',
6175 '[109] looprtool -- Loop removes mesh of your tool/loop block tools',
6176 '[110] unlooprtool -- Stops loop removing mesh',
6177 '[111] givealltools [plr] -- Gives all the tools you have in your backpack to the player',
6178 '[112] age [plr] -- Makes you chat the account age of the player',
6179 '[113] id [plr] -- Makes you chat the account ID of the player',
6180 '[114] .age [plr] -- Privately shows you the account age of the player',
6181 '[115] .id [plr] -- Privately shows you the account ID of the player',
6182 '[116] gameid -- Shows the game ID',
6183 '[117] removeinvis -- Removes all invisible walls/parts, client sided',
6184 '[118] removefog -- Removes fog, client sided',
6185 '[119] disable -- Disables your character by removing humanoid',
6186 '[120] enable -- Enables your character by adding humanoid',
6187 '[121] prefix [key] -- Changes the prefix used, default is ;',
6188 '[122] ;resetprefix -- Resets the prefix to ; incase you change it to an unusable prefix. Say exactly ";resetprefix" to do this command, no matter what your prefix is set to.',
6189 '[123] flyspeed [num] -- Change your fly speed, default is 1',
6190 '[124] carpet [plr] -- Makes you a carpet for a player, will not work if FE Godmode is on',
6191 '[125] uncarpet -- Stops carpet player',
6192 '[126] stare [plr] -- Turns your character to stare at another player',
6193 '[127] unstare -- Stops stare player',
6194 '[128] logchat -- Logs all chat (including /e and whispers) of all players',
6195 '[129] unlogchat -- Disables logchat',
6196 '[130] fixcam -- Fixes/resets your camera',
6197 '[131] unstate -- Stops changing state',
6198}
6199speedget = 1
6200
6201lplayer = game:GetService("Players").LocalPlayer
6202
6203lplayer.CharacterAdded:Connect(function(character)
6204 spin = false
6205 flying = false
6206 staring = false
6207 banpl = false
6208end)
6209
6210function change()
6211 prefix = prefix
6212 speedfly = speedfly
6213end
6214
6215function GetPlayer(String) -- Credit to Timeless/xFunnieuss
6216 local Found = {}
6217 local strl = String:lower()
6218 if strl == "all" then
6219 for i,v in pairs(game:GetService("Players"):GetPlayers()) do
6220 table.insert(Found,v)
6221 end
6222 elseif strl == "others" then
6223 for i,v in pairs(game:GetService("Players"):GetPlayers()) do
6224 if v.Name ~= lplayer.Name then
6225 table.insert(Found,v)
6226 end
6227 end
6228 elseif strl == "me" then
6229 for i,v in pairs(game:GetService("Players"):GetPlayers()) do
6230 if v.Name == lplayer.Name then
6231 table.insert(Found,v)
6232 end
6233 end
6234 else
6235 for i,v in pairs(game:GetService("Players"):GetPlayers()) do
6236 if v.Name:lower():sub(1, #String) == String:lower() then
6237 table.insert(Found,v)
6238 end
6239 end
6240 end
6241 return Found
6242end
6243
6244local Mouse = lplayer:GetMouse()
6245
6246spin = false
6247followed = false
6248traill = false
6249noclip = false
6250annoying = false
6251hwalk = false
6252droppinghats = false
6253droppingtools = false
6254flying = false
6255spamdelay = 1
6256spamming = false
6257spammingpm = false
6258cbringing = false
6259remotes = true
6260added = true
6261binds = false
6262stopsitting = false
6263clickgoto = false
6264gettingtools = false
6265removingmeshhats = false
6266removingmeshtool = false
6267clickdel = false
6268staring = false
6269chatlogs = false
6270banpl = false
6271changingstate = false
6272statechosen = 0
6273
6274adminversion = "Reviz Admin by illremember, Version 2.0"
6275
6276flying = false
6277speedfly = 1
6278
6279function plrchat(plr, chat)
6280print(plr.Name..": "..tick().."\n"..chat)
6281end
6282
6283for i,v in pairs(game:GetService("Players"):GetPlayers()) do
6284v.Chatted:connect(function(chat)
6285if chatlogs then
6286plrchat(v, chat)
6287end
6288end)
6289end
6290game:GetService("Players").PlayerAdded:connect(function(plr)
6291plr.Chatted:connect(function(chat)
6292if chatlogs then
6293plrchat(plr, chat)
6294end
6295end)
6296end)
6297
6298
6299local ScreenGui = Instance.new("ScreenGui")
6300local Frame = Instance.new("Frame")
6301local CMDBAR = Instance.new("TextBox")
6302ScreenGui.Parent = game:GetService("CoreGui")
6303Frame.Parent = ScreenGui
6304Frame.BackgroundColor3 = Color3.new(0.3, 0.1, 0.1)
6305Frame.BackgroundTransparency = 0.3
6306Frame.Position = UDim2.new(0.5, 0, 0, 10)
6307Frame.Size = UDim2.new(0, 200, 0, 40)
6308Frame.Active = true
6309Frame.Draggable = true
6310CMDBAR.Name = "CMDBAR"
6311CMDBAR.Parent = Frame
6312CMDBAR.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
6313CMDBAR.BackgroundTransparency = 0.20000000298023
6314CMDBAR.Size = UDim2.new(0, 180, 0, 20)
6315CMDBAR.Position = UDim2.new(0.05, 0, 0.25, 0)
6316CMDBAR.Font = Enum.Font.SourceSansLight
6317CMDBAR.FontSize = Enum.FontSize.Size14
6318CMDBAR.TextColor3 = Color3.new(0.945098, 0.945098, 0.945098)
6319CMDBAR.TextScaled = true
6320CMDBAR.TextSize = 14
6321CMDBAR.TextWrapped = true
6322CMDBAR.Text = "Press ; to type, Enter to execute"
6323
6324local CMDS = Instance.new("ScreenGui")
6325local CMDSFRAME = Instance.new("Frame")
6326local ScrollingFrame = Instance.new("ScrollingFrame")
6327local TextLabel = Instance.new("TextLabel")
6328local closegui = Instance.new("TextButton")
6329CMDS.Name = "CMDS"
6330CMDS.Parent = game:GetService("CoreGui")
6331CMDSFRAME.Name = "CMDSFRAME"
6332CMDSFRAME.Parent = CMDS
6333CMDSFRAME.Active = true
6334CMDSFRAME.BackgroundColor3 = Color3.new(0.223529, 0.231373, 0.309804)
6335CMDSFRAME.BorderSizePixel = 0
6336CMDSFRAME.Draggable = true
6337CMDSFRAME.Position = UDim2.new(0, 315, 0, 100)
6338CMDSFRAME.Size = UDim2.new(0, 275, 0, 275)
6339CMDSFRAME.Visible = false
6340ScrollingFrame.Parent = CMDSFRAME
6341ScrollingFrame.BackgroundColor3 = Color3.new(0.160784, 0.160784, 0.203922)
6342ScrollingFrame.BorderSizePixel = 0
6343ScrollingFrame.Position = UDim2.new(0, 0, 0.0729999989, 0)
6344ScrollingFrame.Size = UDim2.new(1.04999995, 0, 0.92900002, 0)
6345ScrollingFrame.CanvasSize = UDim2.new(0, 0, 10, 0)
6346TextLabel.Parent = ScrollingFrame
6347TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
6348TextLabel.BackgroundTransparency = 1
6349TextLabel.Size = UDim2.new(0.930000007, 0, 1, 0)
6350TextLabel.Font = Enum.Font.SourceSans
6351TextLabel.FontSize = Enum.FontSize.Size18
6352TextLabel.Text = "[-] cmdbar is shown when ; is pressed.,\n[1] kill [plr] -- You need a tool! Will kill the player, use rkill to kill you and player,\n[2] bring [plr] -- You need a tool! Will bring player to you,\n[3] spin [plr] -- You need a tool! Makes you and the player spin crazy,\n[4] unspin -- Use after using spin cmd and dying, so you stop loop teleporting,\n[5] attach [plr] -- You need a tool! Attaches you to player,\n[6] unattach [plr] -- Attempts to unattach you from a player,\n[7] follow [plr] -- Makes you follow behind the player,\n[8] unfollow,\n[9] freefall [plr] -- You need a tool! Teleports you and the player up into the air,\n[10] trail [plr] -- The opposite of follow, you stay infront of player,\n[11] untrail,\n[12] orbit [plr] -- Makes you orbit the player,\n[13] unorbit,\n[14] fling [plr] -- Makes you fling the player,\n[15] unfling,\n[16] fecheck -- Checks if the game is FE or not,\n[17] void [plr] -- Teleports player to the void,\n[18] noclip -- Gives you noclip to walk through walls,\n[19] clip -- Removes noclip,\n[20] speed [num]/ws [num] -- Changes how fast you walk 16 is default,\n[21] jumppower [num]/jp [num] -- Changes how high you jump 50 is default,\n[22] hipheight [num]/hh [num] -- Changes how high you float 0 is default,\n[23] default -- Changes your speed, jumppower and hipheight to default values,\n[24] annoy [plr] -- Loop teleports you to the player,\n[25] unannoy,\n[26] headwalk [plr] -- Loop teleports you to the player head,\n[27] unheadwalk,\n[28] nolimbs -- Removes your arms and legs,\n[29] god -- Gives you FE Godmode,\n[30] drophats -- Drops your accessories,\n[31] droptool -- Drops any tool you have equipped,\n[32] loopdhats -- Loop drops your accessories,\n[33] unloopdhats,\n[34] loopdtool -- Loop drops any tools you have equipped,\n[35] unloopdtool,\n[36] invisible -- Gives you invisibility CREDIT TO TIMELESS,\n[37] view [plr] -- Changes your camera to the player character,\n[38] unview,\n[39] goto [plr] -- Teleports you to player,\n[40] fly -- Allows you to fly,\n[41] unfly,\n[42] chat [msg] -- Makes you chat a message,\n[43] spam [msg] -- Spams a message,\n[44] unspam,\n[45] spamwait [num] -- Changes delay of chatting a message for the spam command in seconds default is 1 second,\n[46] pmspam [plr] -- Spams a player in private message,\n[47] unpmspam,\n[48] cfreeze [plr] -- Freezes a player on your client, they will only be frozen for you,\n[49] uncfreeze [plr],\n[50] unlockws -- Unlocks the workspace,\n[51] lockws -- Locks the workspace,\n[52] btools -- Gives you btools that will only show to you useful for deleting certain blocks only for you,\n[53] pstand -- Enables platform stand,\n[54] unpstand -- Disables platform stand,\n[55] blockhead -- Removes your head mesh,\n[56] sit,\n[57] bringobj [obj] -- Only shows on client, brings an object/part to you constantly, can be used to bring healing parts, weapons, money etc, type in exact name,\n[58] wsvis [num] -- Changes visibility of workspace parts, num should be between 0 and 1, only shows client sided,\n[59] hypertotal -- Loads in my FE GUI Hypertotal,\n[60] cmds -- Prints all commands,\n[61] rmeshhats/blockhats -- Removes the meshes of all your accessories aka block hats,\n[62] rmeshtool/blocktool -- Removes the mesh of the tool you have equipped aka block tool,\n[63] spinner -- Makes you spin,\n[64] nospinner,\n[65] reach [num] -- Gives you reach, mostly used for swords, say ;reachd for default and enter number after for custom,\n[66] noreach -- Removes reach, must have tool equipped,\n[67] rkill [plr] -- Kills you and the player, use kill to just kill the player without dying,\n[68] tp me [plr] -- Alternative to goto,\n[69] cbring [plr] -- Brings player infront of you, shows only on client, allows you to do damage to player,\n[70] uncbring,\n[71] swap [plr] -- You need a tool! Swaps players position with yours and your position with players,\n[72] givetool [plr] -- Gives the tool you have equipped to the player,\n[73] glitch [plr] -- Glitches you and the player, looks very cool,\n[74] unglitch -- Unglitches you,\n[75] grespawn -- Alternative to normal respawn and usually works best for when you want to reset with FE Godmode,\n[76] explorer -- Loads up DEX,\n[77] reset -- Resets your character.,\n[78] anim [id] -- Applies an animation on you, must be created by ROBLOX,\n[79] animgui -- Loads up Energize animations GUI,\n[80] savepos -- Saves your current position,\n[81] loadpos -- Teleports you to your saved position,\n[82] bang [plr] -- 18+,\n[83] unbang,\n[84] delcmdbar -- Removes the command bar completely,\n[85] bringmod [obj] -- Brings all the parts in a model, client only, comes from ;bringobj enter exact name of model,\n[86] shutdown -- Uses harkinians script to shutdown server,\n[87] respawn -- If grespawn doesnt work you can use respawn,\n[88] delobj [obj] -- Deletes a certain brick in workspace, client sided,\n[89] getplrs -- Prints all players in game,\n[90] deldecal -- Deletes all decals client sided,\n[91] opfinality -- Loads in my FE GUI Opfinality,\n[92] remotes -- Prints all remotes in the game in the console when added,\n[93] noremotes -- Stops printing remotes,\n[94] tpdefault -- Stops all loop teleports to a player,\n[95] stopsit -- Will not allow you to sit,\n[96] gosit -- Allows you to sit,\n[97] clicktp -- Enables click tp,\n[98] noclicktp -- Disables click tp,\n[99] toolson -- If any tools are dropped in the workspace you will automatically get them,\n[100] toolsoff -- Stops ;toolson,\n[101] version -- Gets the admin version, \n This list of commands is NOT showing everything, go to my thread in the pastebin link to see ALL commands."
6353TextLabel.TextColor3 = Color3.new(1, 1, 1)
6354TextLabel.TextSize = 15
6355TextLabel.TextWrapped = true
6356TextLabel.TextXAlignment = Enum.TextXAlignment.Left
6357TextLabel.TextYAlignment = Enum.TextYAlignment.Top
6358closegui.Name = "closegui"
6359closegui.Parent = CMDSFRAME
6360closegui.BackgroundColor3 = Color3.new(0.890196, 0.223529, 0.0588235)
6361closegui.BorderSizePixel = 0
6362closegui.Position = UDim2.new(0.995000005, 0, 0, 0)
6363closegui.Size = UDim2.new(0.0545952693, 0, 0.0728644878, 0)
6364closegui.Font = Enum.Font.SourceSansBold
6365closegui.FontSize = Enum.FontSize.Size24
6366closegui.Text = "X"
6367closegui.TextColor3 = Color3.new(1, 1, 1)
6368closegui.TextSize = 20
6369
6370closegui.MouseButton1Click:connect(function()
6371 CMDSFRAME.Visible = false
6372end)
6373
6374game:GetService('RunService').Stepped:connect(function()
6375 if spin then
6376 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[spinplr.Name].Character.HumanoidRootPart.CFrame
6377 end
6378 if followed then
6379 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame.lookVector * -5
6380 end
6381 if traill then
6382 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame.lookVector * 5
6383 end
6384 if annoying then
6385 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[annplr.Name].Character.HumanoidRootPart.CFrame
6386 end
6387 if hwalk then
6388 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[hdwplr.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 4, 0)
6389 end
6390 if staring then
6391 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(lplayer.Character.Torso.Position, game:GetService("Players")[stareplr.Name].Character.Torso.Position)
6392 end
6393end)
6394game:GetService('RunService').Stepped:connect(function()
6395 if noclip then
6396 if lplayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
6397 lplayer.Character.Head.CanCollide = false
6398 lplayer.Character.Torso.CanCollide = false
6399 lplayer.Character["Left Leg"].CanCollide = false
6400 lplayer.Character["Right Leg"].CanCollide = false
6401 else
6402 lplayer.Character.Humanoid:ChangeState(11)
6403 end
6404 end
6405 if changingstate then
6406 lplayer.Character.Humanoid:ChangeState(statechosen)
6407 end
6408end)
6409game:GetService('RunService').Stepped:connect(function()
6410 if droppinghats then
6411 for i,v in pairs(lplayer.Character:GetChildren()) do
6412 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
6413 v.Parent = workspace
6414 end
6415 end
6416 end
6417 if droppingtools then
6418 for i,v in pairs(lplayer.Character:GetChildren()) do
6419 if (v:IsA("Tool")) then
6420 v.Parent = workspace
6421 end
6422 end
6423 end
6424 if removingmeshhats then
6425 for i,v in pairs(lplayer.Character:GetChildren()) do
6426 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
6427 v.Handle.Mesh:Destroy()
6428 end
6429 end
6430 end
6431 if removingmeshtool then
6432 for i,v in pairs(lplayer.Character:GetChildren()) do
6433 if (v:IsA("Tool")) then
6434 v.Handle.Mesh:Destroy()
6435 end
6436 end
6437 end
6438end)
6439game:GetService('RunService').Stepped:connect(function()
6440 if banpl then
6441 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[bplrr].Character.HumanoidRootPart.CFrame
6442 end
6443end)
6444game:GetService('RunService').Stepped:connect(function()
6445 if stopsitting then
6446 lplayer.Character.Humanoid.Sit = false
6447 end
6448end)
6449
6450plr = lplayer
6451hum = plr.Character.HumanoidRootPart
6452mouse = plr:GetMouse()
6453mouse.KeyDown:connect(function(key)
6454 if key == "e" then
6455 if mouse.Target then
6456 if clickgoto then
6457 hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
6458 elseif clickdel then
6459 mouse.Target:Destroy()
6460 end
6461 end
6462 end
6463end)
6464
6465game:GetService("Workspace").ChildAdded:connect(function(part)
6466 if gettingtools then
6467 if part:IsA("Tool") then
6468 part.Handle.CFrame = lplayer.Character.HumanoidRootPart.CFrame
6469 end
6470 end
6471end)
6472
6473lplayer.Chatted:Connect(function(msg)
6474 if string.sub(msg, 1, 6) == (prefix.."kill ") then
6475 if string.sub(msg, 7) == "me" then
6476 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
6477 else
6478 for i,v in pairs(GetPlayer(string.sub(msg, 7)))do
6479 local NOW = lplayer.Character.HumanoidRootPart.CFrame
6480 lplayer.Character.Humanoid.Name = 1
6481 local l = lplayer.Character["1"]:Clone()
6482 l.Parent = lplayer.Character
6483 l.Name = "Humanoid"
6484 wait(0.1)
6485 lplayer.Character["1"]:Destroy()
6486 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
6487 lplayer.Character.Animate.Disabled = true
6488 wait(0.1)
6489 lplayer.Character.Animate.Disabled = false
6490 lplayer.Character.Humanoid.DisplayDistanceType = "None"
6491 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
6492 lplayer.Character.Humanoid:EquipTool(v)
6493 end
6494 local function tp(player,player2)
6495 local char1,char2=player.Character,player2.Character
6496 if char1 and char2 then
6497 char1:MoveTo(char2.Head.Position)
6498 end
6499 end
6500 wait(0.1)
6501 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
6502 wait(0.2)
6503 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
6504 wait(0.5)
6505 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
6506 wait(0.7)
6507 tp(lplayer,game:GetService("Players")[v.Name])
6508 wait(0.7)
6509 lplayer.Character.HumanoidRootPart.CFrame = NOW
6510 game:GetService("StarterGui"):SetCore("SendNotification", {
6511 Title = "Tools needed!";
6512 Text = "You need a tool in your backpack for this command!";
6513 })
6514 end
6515 end
6516 end
6517 if string.sub(msg, 1, 7) == (prefix.."bring ") then
6518 for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
6519 local NOW = lplayer.Character.HumanoidRootPart.CFrame
6520 lplayer.Character.Humanoid.Name = 1
6521 local l = lplayer.Character["1"]:Clone()
6522 l.Parent = lplayer.Character
6523 l.Name = "Humanoid"
6524 wait(0.1)
6525 lplayer.Character["1"]:Destroy()
6526 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
6527 lplayer.Character.Animate.Disabled = true
6528 wait(0.1)
6529 lplayer.Character.Animate.Disabled = false
6530 lplayer.Character.Humanoid.DisplayDistanceType = "None"
6531 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
6532 lplayer.Character.Humanoid:EquipTool(v)
6533 end
6534 local function tp(player,player2)
6535 local char1,char2=player.Character,player2.Character
6536 if char1 and char2 then
6537 char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
6538 end
6539 end
6540 local function getout(player,player2)
6541 local char1,char2=player.Character,player2.Character
6542 if char1 and char2 then
6543 char1:MoveTo(char2.Head.Position)
6544 end
6545 end
6546 tp(game:GetService("Players")[v.Name], lplayer)
6547 wait(0.2)
6548 tp(game:GetService("Players")[v.Name], lplayer)
6549 wait(0.5)
6550 lplayer.Character.HumanoidRootPart.CFrame = NOW
6551 wait(0.5)
6552 getout(lplayer, game:GetService("Players")[v.Name])
6553 wait(0.3)
6554 lplayer.Character.HumanoidRootPart.CFrame = NOW
6555 game:GetService("StarterGui"):SetCore("SendNotification", {
6556 Title = "Tools needed!";
6557 Text = "You need a tool in your backpack for this command!";
6558 })
6559 end
6560 end
6561 if string.sub(msg, 1, 6) == (prefix.."spin ") then
6562 for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
6563 lplayer.Character.Humanoid.Name = 1
6564 local l = lplayer.Character["1"]:Clone()
6565 l.Parent = lplayer.Character
6566 l.Name = "Humanoid"
6567 wait(0.1)
6568 lplayer.Character["1"]:Destroy()
6569 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
6570 lplayer.Character.Animate.Disabled = true
6571 wait(0.1)
6572 lplayer.Character.Animate.Disabled = false
6573 lplayer.Character.Humanoid.DisplayDistanceType = "None"
6574 lplayer.Character.Animate.Disabled = false
6575 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
6576 lplayer.Character.Humanoid:EquipTool(v)
6577 end
6578 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
6579 spinplr = v
6580 wait(0.5)
6581 spin = true
6582 game:GetService("StarterGui"):SetCore("SendNotification", {
6583 Title = "Tools needed!";
6584 Text = "You need a tool in your backpack for this command!";
6585 })
6586 end
6587 end
6588 if string.sub(msg, 1, 7) == (prefix.."unspin") then
6589 spin = false
6590 end
6591 if string.sub(msg, 1, 8) == (prefix.."attach ") then
6592 for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
6593 lplayer.Character.Humanoid.Name = 1
6594 local l = lplayer.Character["1"]:Clone()
6595 l.Parent = lplayer.Character
6596 l.Name = "Humanoid"
6597 wait(0.1)
6598 lplayer.Character["1"]:Destroy()
6599 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
6600 lplayer.Character.Animate.Disabled = true
6601 wait(0.1)
6602 lplayer.Character.Animate.Disabled = false
6603 lplayer.Character.Humanoid.DisplayDistanceType = "None"
6604 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
6605 lplayer.Character.Humanoid:EquipTool(v)
6606 end
6607 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
6608 wait(0.3)
6609 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
6610 attplr = v
6611 game:GetService("StarterGui"):SetCore("SendNotification", {
6612 Title = "Tools needed!";
6613 Text = "You need a tool in your backpack for this command!";
6614 })
6615 end
6616 end
6617 if string.sub(msg, 1, 10) == (prefix.."unattach ") then
6618 for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
6619 local function getout(player,player2)
6620 local char1,char2=player.Character,player2.Character
6621 if char1 and char2 then
6622 char1:MoveTo(char2.Head.Position)
6623 end
6624 end
6625 getout(lplayer, game:GetService("Players")[v.Name])
6626 end
6627 end
6628 if string.sub(msg, 1, 8) == (prefix.."follow ") then
6629 for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
6630 followed = true
6631 flwplr = v
6632 end
6633 end
6634 if string.sub(msg, 1, 9) == (prefix.."unfollow") then
6635 followed = false
6636 end
6637 if string.sub(msg, 1, 10) == (prefix.."freefall ") then
6638 for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
6639 local NOW = lplayer.Character.HumanoidRootPart.CFrame
6640 lplayer.Character.Humanoid.Name = 1
6641 local l = lplayer.Character["1"]:Clone()
6642 l.Parent = lplayer.Character
6643 l.Name = "Humanoid"
6644 wait(0.1)
6645 lplayer.Character["1"]:Destroy()
6646 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
6647 lplayer.Character.Animate.Disabled = true
6648 wait(0.1)
6649 lplayer.Character.Animate.Disabled = false
6650 lplayer.Character.Humanoid.DisplayDistanceType = "None"
6651 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
6652 lplayer.Character.Humanoid:EquipTool(v)
6653 end
6654 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
6655 wait(0.2)
6656 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
6657 wait(0.6)
6658 lplayer.Character.HumanoidRootPart.CFrame = NOW
6659 wait(0.6)
6660 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
6661 game:GetService("StarterGui"):SetCore("SendNotification", {
6662 Title = "Tools needed!";
6663 Text = "You need a tool in your backpack for this command!";
6664 })
6665 end
6666 end
6667 if string.sub(msg, 1, 7) == (prefix.."trail ") then
6668 for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
6669 traill = true
6670 trlplr = v
6671 end
6672 end
6673 if string.sub(msg, 1, 8) == (prefix.."untrail") then
6674 traill = false
6675 end
6676 if string.sub(msg, 1, 7) == (prefix.."orbit ") then
6677 if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
6678 lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
6679 else
6680 for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
6681 local o = Instance.new("RocketPropulsion")
6682 o.Parent = lplayer.Character.HumanoidRootPart
6683 o.Name = "Orbit"
6684 o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
6685 o:Fire()
6686 noclip = true
6687 end
6688 end
6689 end
6690 if string.sub(msg, 1, 8) == (prefix.."unorbit") then
6691 lplayer.Character.HumanoidRootPart.Orbit:Destroy()
6692 noclip = false
6693 end
6694 if string.sub(msg, 1, 7) == (prefix.."fling ") then
6695 if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
6696 lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
6697 else
6698 for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
6699 local y = Instance.new("RocketPropulsion")
6700 y.Parent = lplayer.Character.HumanoidRootPart
6701 y.CartoonFactor = 1
6702 y.MaxThrust = 800000
6703 y.MaxSpeed = 1000
6704 y.ThrustP = 200000
6705 y.Name = "Fling"
6706 game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
6707 y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
6708 y:Fire()
6709 noclip = true
6710 end
6711 end
6712 end
6713 if string.sub(msg, 1, 8) == (prefix.."unfling") then
6714 noclip = false
6715 lplayer.Character.HumanoidRootPart.Fling:Destroy()
6716 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
6717 wait(0.4)
6718 lplayer.Character.HumanoidRootPart.Fling:Destroy()
6719 end
6720 if string.sub(msg, 1, 8) == (prefix.."fecheck") then
6721 if game:GetService("Workspace").FilteringEnabled == true then
6722 warn("FE is Enabled (Filtering Enabled)")
6723 game:GetService("StarterGui"):SetCore("SendNotification", {
6724 Title = "FE is Enabled";
6725 Text = "Filtering Enabled. Enjoy using Reviz Admin!";
6726 })
6727 else
6728 warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
6729 game:GetService("StarterGui"):SetCore("SendNotification", {
6730 Title = "FE is Disabled";
6731 Text = "Filtering Disabled. Consider using a different admin script.";
6732 })
6733 end
6734 end
6735 if string.sub(msg, 1, 6) == (prefix.."void ") then
6736 for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
6737 lplayer.Character.Humanoid.Name = 1
6738 local l = lplayer.Character["1"]:Clone()
6739 l.Parent = lplayer.Character
6740 l.Name = "Humanoid"
6741 wait(0.1)
6742 lplayer.Character["1"]:Destroy()
6743 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
6744 lplayer.Character.Animate.Disabled = true
6745 wait(0.1)
6746 lplayer.Character.Animate.Disabled = false
6747 lplayer.Character.Humanoid.DisplayDistanceType = "None"
6748 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
6749 lplayer.Character.Humanoid:EquipTool(v)
6750 end
6751 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
6752 wait(0.2)
6753 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
6754 wait(0.6)
6755 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
6756 game:GetService("StarterGui"):SetCore("SendNotification", {
6757 Title = "Tools needed!";
6758 Text = "You need a tool in your backpack for this command!";
6759 })
6760 end
6761 end
6762 if string.sub(msg, 1, 7) == (prefix.."noclip") then
6763 noclip = true
6764 game:GetService("StarterGui"):SetCore("SendNotification", {
6765 Title = "Noclip enabled";
6766 Text = "Type ;clip to disable";
6767 })
6768 end
6769 if string.sub(msg, 1, 5) == (prefix.."clip") then
6770 noclip = false
6771 game:GetService("StarterGui"):SetCore("SendNotification", {
6772 Title = "Noclip disabled";
6773 Text = "Type ;noclip to enable";
6774 })
6775 end
6776 if string.sub(msg, 1, 7) == (prefix.."speed ") then
6777 lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 8))
6778 end
6779 if string.sub(msg, 1, 4) == (prefix.."ws ") then
6780 lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 5))
6781 end
6782 if string.sub(msg, 1, 11) == (prefix.."hipheight ") then
6783 lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 12))
6784 end
6785 if string.sub(msg, 1, 4) == (prefix.."hh ") then
6786 lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 5))
6787 end
6788 if string.sub(msg, 1, 11) == (prefix.."jumppower ") then
6789 lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 12))
6790 end
6791 if string.sub(msg, 1, 4) == (prefix.."jp ") then
6792 lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 5))
6793 end
6794 if string.sub(msg, 1, 8) == (prefix.."default") then
6795 lplayer.Character.Humanoid.JumpPower = 50
6796 lplayer.Character.Humanoid.WalkSpeed = 16
6797 lplayer.Character.Humanoid.HipHeight = 0
6798 end
6799 if string.sub(msg, 1, 7) == (prefix.."annoy ") then
6800 for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
6801 annoying = true
6802 annplr = v
6803 end
6804 end
6805 if string.sub(msg, 1, 8) == (prefix.."unannoy") then
6806 annoying = false
6807 end
6808 if string.sub(msg, 1, 10) == (prefix.."headwalk ") then
6809 for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
6810 hwalk = true
6811 hdwplr = v
6812 end
6813 end
6814 if string.sub(msg, 1, 11) == (prefix.."unheadwalk") then
6815 hwalk = false
6816 end
6817 if string.sub(msg, 1, 8) == (prefix.."nolimbs") then
6818 lplayer.Character["Left Leg"]:Destroy()
6819 lplayer.Character["Left Arm"]:Destroy()
6820 lplayer.Character["Right Leg"]:Destroy()
6821 lplayer.Character["Right Arm"]:Destroy()
6822 end
6823 if string.sub(msg, 1, 4) == (prefix.."god") then
6824 lplayer.Character.Humanoid.Name = 1
6825 local l = lplayer.Character["1"]:Clone()
6826 l.Parent = lplayer.Character
6827 l.Name = "Humanoid"
6828 wait(0.1)
6829 lplayer.Character["1"]:Destroy()
6830 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
6831 lplayer.Character.Animate.Disabled = true
6832 wait(0.1)
6833 lplayer.Character.Animate.Disabled = false
6834 lplayer.Character.Humanoid.DisplayDistanceType = "None"
6835 game:GetService("StarterGui"):SetCore("SendNotification", {
6836 Title = "FE Godmode enabled";
6837 Text = "Use ;grespawn or ;respawn to remove";
6838 })
6839 end
6840 if string.sub(msg, 1, 9) == (prefix.."drophats") then
6841 for i,v in pairs(lplayer.Character:GetChildren()) do
6842 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
6843 v.Parent = workspace
6844 end
6845 end
6846 end
6847 if string.sub(msg, 1, 9) == (prefix.."droptool") then
6848 for i,v in pairs(lplayer.Character:GetChildren()) do
6849 if (v:IsA("Tool")) then
6850 v.Parent = workspace
6851 end
6852 end
6853 end
6854 if string.sub(msg, 1, 10) == (prefix.."loopdhats") then
6855 droppinghats = true
6856 game:GetService("StarterGui"):SetCore("SendNotification", {
6857 Title = "Loop Drop Enabled";
6858 Text = "Type ;unloopdhats to disable";
6859 })
6860 end
6861 if string.sub(msg, 1, 12) == (prefix.."unloopdhats") then
6862 droppinghats = false
6863 game:GetService("StarterGui"):SetCore("SendNotification", {
6864 Title = "Loop Drop Disabled";
6865 Text = "Type ;loopdhats to enable.";
6866 })
6867 end
6868 if string.sub(msg, 1, 10) == (prefix.."loopdtool") then
6869 droppingtools = true
6870 game:GetService("StarterGui"):SetCore("SendNotification", {
6871 Title = "Loop Drop Enabled";
6872 Text = "Type ;unloopdtool to disable";
6873 })
6874 end
6875 if string.sub(msg, 1, 12) == (prefix.."unloopdtool") then
6876 droppingtools = false
6877 game:GetService("StarterGui"):SetCore("SendNotification", {
6878 Title = "Loop Drop Disabled";
6879 Text = "Type ;loopdtool to enable.";
6880 })
6881 end
6882 if string.sub(msg, 1, 10) == (prefix.."invisible") then -- Credit to Timeless
6883 Local = game:GetService('Players').LocalPlayer
6884 Char = Local.Character
6885 touched,tpdback = false, false
6886 box = Instance.new('Part',workspace)
6887 box.Anchored = true
6888 box.CanCollide = true
6889 box.Size = Vector3.new(10,1,10)
6890 box.Position = Vector3.new(0,10000,0)
6891 box.Touched:connect(function(part)
6892 if (part.Parent.Name == Local.Name) then
6893 if touched == false then
6894 touched = true
6895 function apply()
6896 if script.Disabled ~= true then
6897 no = Char.HumanoidRootPart:Clone()
6898 wait(.25)
6899 Char.HumanoidRootPart:Destroy()
6900 no.Parent = Char
6901 Char:MoveTo(loc)
6902 touched = false
6903 end end
6904 if Char then
6905 apply()
6906 end
6907 end
6908 end
6909 end)
6910 repeat wait() until Char
6911 loc = Char.HumanoidRootPart.Position
6912 Char:MoveTo(box.Position + Vector3.new(0,.5,0))
6913 game:GetService("StarterGui"):SetCore("SendNotification", {
6914 Title = "Invisibility enabled!";
6915 Text = "Reset or use ;respawn to remove.";
6916 })
6917 end
6918 if string.sub(msg, 1, 6) == (prefix.."view ") then
6919 for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
6920 if game:GetService("Players")[v.Name].Character.Humanoid then
6921 game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
6922 else
6923 game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
6924 end
6925 end
6926 end
6927 if string.sub(msg, 1, 7) == (prefix.."unview") then
6928 if lplayer.Character.Humanoid then
6929 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
6930 else
6931 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
6932 end
6933 end
6934 if string.sub(msg, 1, 6) == (prefix.."goto ") then
6935 for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
6936 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
6937 end
6938 end
6939 if string.sub(msg, 1, 4) == (prefix.."fly") then
6940 repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
6941 repeat wait() until Mouse
6942
6943 local T = lplayer.Character.HumanoidRootPart
6944 local CONTROL = {F = 0, B = 0, L = 0, R = 0}
6945 local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
6946 local SPEED = speedget
6947
6948 local function fly()
6949 flying = true
6950 local BG = Instance.new('BodyGyro', T)
6951 local BV = Instance.new('BodyVelocity', T)
6952 BG.P = 9e4
6953 BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
6954 BG.cframe = T.CFrame
6955 BV.velocity = Vector3.new(0, 0.1, 0)
6956 BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
6957 spawn(function()
6958 repeat wait()
6959 lplayer.Character.Humanoid.PlatformStand = true
6960 if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
6961 SPEED = 50
6962 elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
6963 SPEED = 0
6964 end
6965 if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
6966 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
6967 lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
6968 elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
6969 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
6970 else
6971 BV.velocity = Vector3.new(0, 0.1, 0)
6972 end
6973 BG.cframe = workspace.CurrentCamera.CoordinateFrame
6974 until not flying
6975 CONTROL = {F = 0, B = 0, L = 0, R = 0}
6976 lCONTROL = {F = 0, B = 0, L = 0, R = 0}
6977 SPEED = 0
6978 BG:destroy()
6979 BV:destroy()
6980 lplayer.Character.Humanoid.PlatformStand = false
6981 end)
6982 end
6983 Mouse.KeyDown:connect(function(KEY)
6984 if KEY:lower() == 'w' then
6985 CONTROL.F = speedfly
6986 elseif KEY:lower() == 's' then
6987 CONTROL.B = -speedfly
6988 elseif KEY:lower() == 'a' then
6989 CONTROL.L = -speedfly
6990 elseif KEY:lower() == 'd' then
6991 CONTROL.R = speedfly
6992 end
6993 end)
6994 Mouse.KeyUp:connect(function(KEY)
6995 if KEY:lower() == 'w' then
6996 CONTROL.F = 0
6997 elseif KEY:lower() == 's' then
6998 CONTROL.B = 0
6999 elseif KEY:lower() == 'a' then
7000 CONTROL.L = 0
7001 elseif KEY:lower() == 'd' then
7002 CONTROL.R = 0
7003 end
7004 end)
7005 fly()
7006 end
7007 if string.sub(msg, 1, 6) == (prefix.."unfly") then
7008 flying = false
7009 lplayer.Character.Humanoid.PlatformStand = false
7010 end
7011 if string.sub(msg, 1, 6) == (prefix.."chat ") then
7012 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(msg, 7)), "All")
7013 end
7014 if string.sub(msg, 1, 6) == (prefix.."spam ") then
7015 spamtext = (string.sub(msg, 7))
7016 spamming = true
7017 end
7018 if string.sub(msg, 1, 7) == (prefix.."unspam") then
7019 spamming = false
7020 end
7021 if string.sub(msg, 1, 10) == (prefix.."spamwait ") then
7022 spamdelay = (string.sub(msg, 11))
7023 end
7024 if string.sub(msg, 1, 8) == (prefix.."pmspam ") then
7025 for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
7026 pmspammed = v.Name
7027 spammingpm = true
7028 end
7029 end
7030 if string.sub(msg, 1, 9) == (prefix.."unpmspam") then
7031 spammingpm = false
7032 end
7033 if string.sub(msg, 1, 9) == (prefix.."cfreeze ") then
7034 for i,v in pairs(GetPlayer(string.sub(msg, 10))) do
7035 v.Character["Left Leg"].Anchored = true
7036 v.Character["Left Arm"].Anchored = true
7037 v.Character["Right Leg"].Anchored = true
7038 v.Character["Right Arm"].Anchored = true
7039 v.Character.Torso.Anchored = true
7040 v.Character.Head.Anchored = true
7041 end
7042 end
7043 if string.sub(msg, 1, 11) == (prefix.."uncfreeze ") then
7044 for i,v in pairs(GetPlayer(string.sub(msg, 12))) do
7045 v.Character["Left Leg"].Anchored = false
7046 v.Character["Left Arm"].Anchored = false
7047 v.Character["Right Leg"].Anchored = false
7048 v.Character["Right Arm"].Anchored = false
7049 v.Character.Torso.Anchored = false
7050 v.Character.Head.Anchored = false
7051 end
7052 end
7053 if string.sub(msg, 1, 9) == (prefix.."unlockws") then
7054 local a = game:GetService("Workspace"):getChildren()
7055 for i = 1, #a do
7056 if a[i].className == "Part" then
7057 a[i].Locked = false
7058 elseif a[i].className == "Model" then
7059 local r = a[i]:getChildren()
7060 for i = 1, #r do
7061 if r[i].className == "Part" then
7062 r[i].Locked = false
7063 end
7064 end
7065 end
7066 end
7067 game:GetService("StarterGui"):SetCore("SendNotification", {
7068 Title = "Success!";
7069 Text = "Workspace unlocked. Use ;lockws to lock.";
7070 })
7071 end
7072 if string.sub(msg, 1, 7) == (prefix.."lockws") then
7073 local a = game:GetService("Workspace"):getChildren()
7074 for i = 1, #a do
7075 if a[i].className == "Part" then
7076 a[i].Locked = true
7077 elseif a[i].className == "Model" then
7078 local r = a[i]:getChildren()
7079 for i = 1, #r do
7080 if r[i].className == "Part" then
7081 r[i].Locked = true
7082 end
7083 end
7084 end
7085 end
7086 end
7087 if string.sub(msg, 1, 7) == (prefix.."btools") then
7088 local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
7089 Clone_T.BinType = "Clone"
7090 local Destruct = Instance.new("HopperBin",lplayer.Backpack)
7091 Destruct.BinType = "Hammer"
7092 local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
7093 Hold_T.BinType = "Grab"
7094 end
7095 if string.sub(msg, 1, 7) == (prefix.."pstand") then
7096 lplayer.Character.Humanoid.PlatformStand = true
7097 end
7098 if string.sub(msg, 1, 9) == (prefix.."unpstand") then
7099 lplayer.Character.Humanoid.PlatformStand = false
7100 end
7101 if string.sub(msg, 1, 10) == (prefix.."blockhead") then
7102 lplayer.Character.Head.Mesh:Destroy()
7103 end
7104 if string.sub(msg, 1, 4) == (prefix.."sit") then
7105 lplayer.Character.Humanoid.Sit = true
7106 end
7107 if string.sub(msg, 1, 10) == (prefix.."bringobj ") then
7108 local function bringobjw()
7109 for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
7110 if obj.Name == (string.sub(msg, 11)) then
7111 obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
7112 obj.CanCollide = false
7113 obj.Transparency = 0.7
7114 wait()
7115 obj.CFrame = lplayer.Character["Left Leg"].CFrame
7116 wait()
7117 obj.CFrame = lplayer.Character["Right Leg"].CFrame
7118 wait()
7119 obj.CFrame = lplayer.Character["Head"].CFrame
7120 end
7121 end
7122 end
7123 while wait() do
7124 bringobjw()
7125 end
7126 game:GetService("StarterGui"):SetCore("SendNotification", {
7127 Title = "BringObj";
7128 Text = "BringObj enabled.";
7129 })
7130 end
7131 if string.sub(msg, 1, 7) == (prefix.."wsvis ") then
7132 vis = (string.sub(msg, 8))
7133 local a = game:GetService("Workspace"):GetDescendants()
7134 for i = 1, #a do
7135 if a[i].className == "Part" then
7136 a[i].Transparency = vis
7137 elseif a[i].className == "Model" then
7138 local r = a[i]:getChildren()
7139 for i = 1, #r do
7140 if r[i].className == "Part" then
7141 r[i].Transparency = vis
7142 end
7143 end
7144 end
7145 end
7146 end
7147 if string.sub(msg, 1, 11) == (prefix.."hypertotal") then
7148 loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
7149 game:GetService("StarterGui"):SetCore("SendNotification", {
7150 Title = "Success!";
7151 Text = "HyperTotal GUI Loaded!";
7152 })
7153 end
7154 if string.sub(msg, 1, 5) == (prefix.."cmds") then
7155 CMDSFRAME.Visible = true
7156 end
7157 if string.sub(msg, 1, 10) == (prefix.."rmeshhats") then
7158 for i,v in pairs(lplayer.Character:GetChildren()) do
7159 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
7160 v.Handle.Mesh:Destroy()
7161 end
7162 end
7163 end
7164 if string.sub(msg, 1, 10) == (prefix.."blockhats") then
7165 for i,v in pairs(lplayer.Character:GetChildren()) do
7166 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
7167 v.Handle.Mesh:Destroy()
7168 end
7169 end
7170 end
7171 if string.sub(msg, 1, 10) == (prefix.."rmeshtool") then
7172 for i,v in pairs(lplayer.Character:GetChildren()) do
7173 if (v:IsA("Tool")) then
7174 v.Handle.Mesh:Destroy()
7175 end
7176 end
7177 end
7178 if string.sub(msg, 1, 10) == (prefix.."blocktool") then
7179 for i,v in pairs(lplayer.Character:GetChildren()) do
7180 if (v:IsA("Tool")) then
7181 v.Handle.Mesh:Destroy()
7182 end
7183 end
7184 end
7185 if string.sub(msg, 1, 8) == (prefix.."spinner") then
7186 local p = Instance.new("RocketPropulsion")
7187 p.Parent = lplayer.Character.HumanoidRootPart
7188 p.Name = "Spinner"
7189 p.Target = lplayer.Character["Left Arm"]
7190 p:Fire()
7191 game:GetService("StarterGui"):SetCore("SendNotification", {
7192 Title = "Spinner enabled";
7193 Text = "Type ;nospinner to disable.";
7194 })
7195 end
7196 if string.sub(msg, 1, 10) == (prefix.."nospinner") then
7197 lplayer.Character.HumanoidRootPart.Spinner:Destroy()
7198 end
7199 if string.sub(msg, 1, 7) == (prefix.."reachd") then
7200 for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
7201 if v:isA("Tool") then
7202 local a = Instance.new("SelectionBox",v.Handle)
7203 a.Adornee = v.Handle
7204 v.Handle.Size = Vector3.new(0.5,0.5,60)
7205 v.GripPos = Vector3.new(0,0,0)
7206 lplayer.Character.Humanoid:UnequipTools()
7207 end
7208 end
7209 game:GetService("StarterGui"):SetCore("SendNotification", {
7210 Title = "Reach applied!";
7211 Text = "Applied to equipped sword. Use ;noreach to disable.";
7212 })
7213 end
7214 if string.sub(msg, 1, 7) == (prefix.."reach ") then
7215 for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
7216 if v:isA("Tool") then
7217 handleSize = v.Handle.Size
7218 wait()
7219 local a = Instance.new("SelectionBox",v.Handle)
7220 a.Name = "a"
7221 a.Adornee = v.Handle
7222 v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(msg, 8)))
7223 v.GripPos = Vector3.new(0,0,0)
7224 lplayer.Character.Humanoid:UnequipTools()
7225 end
7226 end
7227 game:GetService("StarterGui"):SetCore("SendNotification", {
7228 Title = "Reach applied!";
7229 Text = "Applied to equipped sword. Use ;noreach to disable.";
7230 })
7231 end
7232 if string.sub(msg, 1, 8) == (prefix.."noreach") then
7233 for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
7234 if v:isA("Tool") then
7235 v.Handle.a:Destroy()
7236 v.Handle.Size = handleSize
7237 end
7238 end
7239 game:GetService("StarterGui"):SetCore("SendNotification", {
7240 Title = "Reach removed!";
7241 Text = "Removed reach from equipped sword.";
7242 })
7243 end
7244 if string.sub(msg, 1, 7) == (prefix.."rkill ") then
7245 for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
7246 lplayer.Character.Humanoid.Name = 1
7247 local l = lplayer.Character["1"]:Clone()
7248 l.Parent = lplayer.Character
7249 l.Name = "Humanoid"
7250 wait(0.1)
7251 lplayer.Character["1"]:Destroy()
7252 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
7253 lplayer.Character.Animate.Disabled = true
7254 wait(0.1)
7255 lplayer.Character.Animate.Disabled = false
7256 lplayer.Character.Humanoid.DisplayDistanceType = "None"
7257 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
7258 lplayer.Character.Humanoid:EquipTool(v)
7259 end
7260 wait(0.1)
7261 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
7262 wait(0.2)
7263 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
7264 wait(0.5)
7265 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
7266 game:GetService("StarterGui"):SetCore("SendNotification", {
7267 Title = "Tools needed!";
7268 Text = "You need a tool in your backpack for this command!";
7269 })
7270 end
7271 end
7272 if string.sub(msg, 1, 7) == (prefix.."tp me ") then
7273 for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
7274 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
7275 end
7276 end
7277 if string.sub(msg, 1, 8) == (prefix.."cbring ") then
7278 if (string.sub(msg, 9)) == "all" or (string.sub(msg, 9)) == "All" or (string.sub(msg, 9)) == "ALL" then
7279 cbringall = true
7280 else
7281 for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
7282 brplr = v.Name
7283 end
7284 end
7285 cbring = true
7286 end
7287 if string.sub(msg, 1, 9) == (prefix.."uncbring") then
7288 cbring = false
7289 cbringall = false
7290 end
7291 if string.sub(msg, 1, 6) == (prefix.."swap ") then
7292 for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
7293 local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
7294 local NOW = lplayer.Character.HumanoidRootPart.CFrame
7295 lplayer.Character.Humanoid.Name = 1
7296 local l = lplayer.Character["1"]:Clone()
7297 l.Parent = lplayer.Character
7298 l.Name = "Humanoid"
7299 wait(0.1)
7300 lplayer.Character["1"]:Destroy()
7301 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
7302 lplayer.Character.Animate.Disabled = true
7303 wait(0.1)
7304 lplayer.Character.Animate.Disabled = false
7305 lplayer.Character.Humanoid.DisplayDistanceType = "None"
7306 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
7307 lplayer.Character.Humanoid:EquipTool(v)
7308 end
7309 local function tp(player,player2)
7310 local char1,char2=player.Character,player2.Character
7311 if char1 and char2 then
7312 char1:MoveTo(char2.Head.Position)
7313 end
7314 end
7315 wait(0.1)
7316 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
7317 wait(0.2)
7318 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
7319 wait(0.5)
7320 lplayer.Character.HumanoidRootPart.CFrame = NOW
7321 wait(0.6)
7322 tp(lplayer, game:GetService("Players")[v.Name])
7323 wait(0.4)
7324 lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
7325 game:GetService("StarterGui"):SetCore("SendNotification", {
7326 Title = "Tools needed!";
7327 Text = "You need a tool in your backpack for this command!";
7328 })
7329 end
7330 end
7331 if string.sub(msg, 1, 8) == (prefix.."glitch ") then
7332 for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
7333 lplayer.Character.Humanoid.Name = 1
7334 local l = lplayer.Character["1"]:Clone()
7335 l.Parent = lplayer.Character
7336 l.Name = "Humanoid"
7337 wait(0.1)
7338 lplayer.Character["1"]:Destroy()
7339 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
7340 lplayer.Character.Animate.Disabled = true
7341 wait(0.1)
7342 lplayer.Character.Animate.Disabled = false
7343 lplayer.Character.Humanoid.DisplayDistanceType = "None"
7344 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
7345 lplayer.Character.Humanoid:EquipTool(v)
7346 end
7347 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
7348 wait(0.3)
7349 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
7350 wait(0.4)
7351 b = Instance.new("BodyForce")
7352 b.Parent = lplayer.Character.HumanoidRootPart
7353 b.Name = "Glitch"
7354 b.Force = Vector3.new(100000000,5000,0)
7355 game:GetService("StarterGui"):SetCore("SendNotification", {
7356 Title = "Tools needed!";
7357 Text = "You need a tool in your backpack for this command!";
7358 })
7359 end
7360 end
7361 if string.sub(msg, 1, 9) == (prefix.."unglitch") then
7362 lplayer.Character.HumanoidRootPart.Glitch:Destroy()
7363 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
7364 b = Instance.new("BodyForce")
7365 b.Parent = lplayer.Character.HumanoidRootPart
7366 b.Name = "unGlitch"
7367 b.Force = Vector3.new(0,-5000000,0)
7368 wait(2)
7369 lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
7370 end
7371 if string.sub(msg, 1, 9) == (prefix.."grespawn") then
7372 lplayer.Character.Humanoid.Health = 0
7373 wait(1)
7374 lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
7375 lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
7376 end
7377 if string.sub(msg, 1, 9) == (prefix.."explorer") then
7378 loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
7379 game:GetService("StarterGui"):SetCore("SendNotification", {
7380 Title = "Success!";
7381 Text = "DEX Explorer has loaded.";
7382 })
7383 end
7384 if string.sub(msg, 1, 6) == (prefix.."anim ") then
7385 local Anim = Instance.new("Animation")
7386 Anim.AnimationId = "rbxassetid://"..(string.sub(msg, 7))
7387 local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
7388 track:Play(.1, 1, 1)
7389 end
7390 if string.sub(msg, 1, 8) == (prefix.."animgui") then
7391 loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
7392 game:GetService("StarterGui"):SetCore("SendNotification", {
7393 Title = "Success!";
7394 Text = "Energize Animations GUI has loaded.";
7395 })
7396 end
7397 if string.sub(msg, 1, 8) == (prefix.."savepos") then
7398 saved = lplayer.Character.HumanoidRootPart.CFrame
7399 game:GetService("StarterGui"):SetCore("SendNotification", {
7400 Title = "Position Saved";
7401 Text = "Use ;loadpos to return to saved position.";
7402 })
7403 end
7404 if string.sub(msg, 1, 8) == (prefix.."loadpos") then
7405 lplayer.Character.HumanoidRootPart.CFrame = saved
7406 end
7407 if string.sub(msg, 1, 6) == (prefix.."bang ") then
7408 for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
7409 local Anim2 = Instance.new("Animation")
7410 Anim2.AnimationId = "rbxassetid://148840371"
7411 local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
7412 track2:Play(.1, 1, 1)
7413 bplrr = v.Name
7414 banpl = true
7415 end
7416 end
7417 if string.sub(msg, 1, 7) == (prefix.."unbang") then
7418 banpl = false
7419 end
7420 if string.sub(msg, 1, 10) == (prefix.."bringmod ") then
7421 local function bringmodw()
7422 for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
7423 if obj.Name == (string.sub(msg, 11)) then
7424 for i,ch in pairs(obj:GetDescendants()) do
7425 if (ch:IsA("BasePart")) then
7426 ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
7427 ch.CanCollide = false
7428 ch.Transparency = 0.7
7429 wait()
7430 ch.CFrame = lplayer.Character["Left Leg"].CFrame
7431 wait()
7432 ch.CFrame = lplayer.Character["Right Leg"].CFrame
7433 wait()
7434 ch.CFrame = lplayer.Character["Head"].CFrame
7435 end
7436 end
7437 end
7438 end
7439 end
7440 while wait() do
7441 bringmodw()
7442 end
7443 game:GetService("StarterGui"):SetCore("SendNotification", {
7444 Title = "BringMod";
7445 Text = "BringMod enabled.";
7446 })
7447 end
7448 if string.sub(msg, 1, 8) == (prefix.."respawn") then
7449 local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
7450 local hum = Instance.new('Humanoid', mod)
7451 local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
7452 lplayer.Character = mod
7453 end
7454 if string.sub(msg, 1, 9) == (prefix.."shutdown") then
7455 game:GetService'RunService'.Stepped:Connect(function()
7456 pcall(function()
7457 for i,v in pairs(game:GetService'Players':GetPlayers()) do
7458 if v.Character ~= nil and v.Character:FindFirstChild'Head' then
7459 for _,x in pairs(v.Character.Head:GetChildren()) do
7460 if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
7461 end
7462 end
7463 end
7464 end)
7465 end)
7466 game:GetService("StarterGui"):SetCore("SendNotification", {
7467 Title = "Attempting Shutdown";
7468 Text = "Shutdown Attempt has begun.";
7469 })
7470 end
7471 if string.sub(msg, 1, 8) == (prefix.."delobj ") then
7472 objtodel = (string.sub(msg, 9))
7473 for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
7474 if v.Name == objtodel then
7475 v:Destroy()
7476 end
7477 end
7478 end
7479 if string.sub(msg, 1, 8) == (prefix.."getplrs") then
7480 for i,v in pairs(game:GetService("Players"):GetPlayers())do
7481 print(v)
7482 end
7483 game:GetService("StarterGui"):SetCore("SendNotification", {
7484 Title = "Printed";
7485 Text = "Players have been printed to console. (F9)";
7486 })
7487 end
7488 if string.sub(msg, 1, 9) == (prefix.."deldecal") then
7489 for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
7490 if (v:IsA("Decal")) then
7491 v:Destroy()
7492 end
7493 end
7494 end
7495 if string.sub(msg, 1, 11) == (prefix.."opfinality") then
7496 loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
7497 game:GetService("StarterGui"):SetCore("SendNotification", {
7498 Title = "Success!";
7499 Text = "OpFinality GUI has loaded.";
7500 })
7501 end
7502 if string.sub(msg, 1, 8) == (prefix.."remotes") then
7503 remotes = true
7504 added = true
7505 game.DescendantAdded:connect(function(rmt)
7506 if added == true then
7507 if remotes == true then
7508 if rmt:IsA("RemoteEvent") then
7509 print("A RemoteEvent was added!")
7510 print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
7511 print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
7512 end end end
7513 end)
7514 game.DescendantAdded:connect(function(rmtfnctn)
7515 if added == true then
7516 if remotes == true then
7517 if rmtfnctn:IsA("RemoteFunction") then
7518 warn("A RemoteFunction was added!")
7519 warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
7520 print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
7521 end end end
7522 end)
7523
7524 game.DescendantAdded:connect(function(bndfnctn)
7525 if added == true then
7526 if binds == true then
7527 if bndfnctn:IsA("BindableFunction") then
7528 print("A BindableFunction was added!")
7529 print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
7530 print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
7531 end end end
7532 end)
7533
7534 game.DescendantAdded:connect(function(bnd)
7535 if added == true then
7536 if binds == true then
7537 if bnd:IsA("BindableEvent") then
7538 warn("A BindableEvent was added!")
7539 warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
7540 print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
7541 end end end
7542 end)
7543
7544
7545 if binds == true then
7546 for i,v in pairs(game:GetDescendants()) do
7547 if v:IsA("BindableFunction") then
7548 print(" game." .. v:GetFullName() .. " | BindableFunction")
7549 print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
7550 end end
7551 for i,v in pairs(game:GetDescendants()) do
7552 if v:IsA("BindableEvent") then
7553 warn(" game." .. v:GetFullName() .. " | BindableEvent")
7554 print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
7555 end end
7556 else
7557 print("Off")
7558 end
7559 if remotes == true then
7560 for i,v in pairs(game:GetDescendants()) do
7561 if v:IsA("RemoteFunction") then
7562 warn(" game." .. v:GetFullName() .. " | RemoteFunction")
7563 print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
7564 end end
7565 wait()
7566 for i,v in pairs(game:GetDescendants()) do
7567 if v:IsA("RemoteEvent") then
7568 print(" game." .. v:GetFullName() .. " | RemoteEvent")
7569 print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
7570 end end
7571 else
7572 print("Off")
7573 end
7574 game:GetService("StarterGui"):SetCore("SendNotification", {
7575 Title = "Printing Remotes";
7576 Text = "Type ;noremotes to disable.";
7577 })
7578 end
7579 if string.sub(msg, 1, 10) == (prefix.."noremotes") then
7580 remotes = false
7581 added = false
7582 game:GetService("StarterGui"):SetCore("SendNotification", {
7583 Title = "Printing Remotes Disabled";
7584 Text = "Type ;remotes to enable.";
7585 })
7586 end
7587 if string.sub(msg, 1, 10) == (prefix.."tpdefault") then
7588 spin = false
7589 followed = false
7590 traill = false
7591 noclip = false
7592 annoying = false
7593 hwalk = false
7594 cbringing = false
7595 end
7596 if string.sub(msg, 1, 8) == (prefix.."stopsit") then
7597 stopsitting = true
7598 end
7599 if string.sub(msg, 1, 6) == (prefix.."gosit") then
7600 stopsitting = false
7601 end
7602 if string.sub(msg, 1, 8) == (prefix.."version") then
7603 print(adminversion)
7604 game:GetService("StarterGui"):SetCore("SendNotification", {
7605 Title = "Version";
7606 Text = adminversion;
7607 })
7608 end
7609 if string.sub(msg, 1, 8) == (prefix.."clicktp") then
7610 clickgoto = true
7611 game:GetService("StarterGui"):SetCore("SendNotification", {
7612 Title = "Click TP";
7613 Text = "Press E to teleport to mouse position, ;noclicktp to stop";
7614 })
7615 end
7616 if string.sub(msg, 1, 9) == (prefix.."clickdel") then
7617 clickdel = true
7618 game:GetService("StarterGui"):SetCore("SendNotification", {
7619 Title = "Click Delete";
7620 Text = "Press E to delete part at mouse, ;noclickdel to stop";
7621 })
7622 end
7623 if string.sub(msg, 1, 11) == (prefix.."noclickdel") then
7624 clickdel = false
7625 game:GetService("StarterGui"):SetCore("SendNotification", {
7626 Title = "Click Delete";
7627 Text = "Click delete has been disabled.";
7628 })
7629 end
7630 if string.sub(msg, 1, 10) == (prefix.."noclicktp") then
7631 clickgoto = false
7632 game:GetService("StarterGui"):SetCore("SendNotification", {
7633 Title = "Click TP";
7634 Text = "Click TP has been disabled.";
7635 })
7636 end
7637 if string.sub(msg, 1, 8) == (prefix.."toolson") then
7638 gettingtools = true
7639 game:GetService("StarterGui"):SetCore("SendNotification", {
7640 Title = "Tools Enabled";
7641 Text = "Automatically colleting tools dropped.";
7642 })
7643 end
7644 if string.sub(msg, 1, 9) == (prefix.."toolsoff") then
7645 gettingtools = false
7646 game:GetService("StarterGui"):SetCore("SendNotification", {
7647 Title = "Tools Disabled";
7648 Text = "Click TP has been disabled.";
7649 })
7650 end
7651 if string.sub(msg, 1, 10) == (prefix.."delcmdbar") then
7652 ScreenGui:Destroy()
7653 end
7654 if string.sub(msg, 1, 6) == (prefix.."reset") then
7655 lplayer.Character.Head:Destroy()
7656 end
7657 if string.sub(msg, 1, 7) == (prefix.."state ") then
7658 statechosen = string.sub(msg, 8)
7659 changingstate = true
7660 end
7661 if string.sub(msg, 1, 9) == (prefix.."gravity ") then
7662 game:GetService("Workspace").Gravity = string.sub(msg, 10)
7663 end
7664 if string.sub(msg, 1, 10) == (prefix.."looprhats") then
7665 removingmeshhats = true
7666 end
7667 if string.sub(msg, 1, 12) == (prefix.."unlooprhats") then
7668 removingmeshhats = false
7669 end
7670 if string.sub(msg, 1, 10) == (prefix.."looprtool") then
7671 removingmeshtool = true
7672 end
7673 if string.sub(msg, 1, 12) == (prefix.."unlooprtool") then
7674 removingmeshtool = false
7675 end
7676 if string.sub(msg, 1, 10) == (prefix.."givetool ") then
7677 for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
7678 if v:IsA("Tool") then
7679 for i,player in pairs(GetPlayer(string.sub(msg, 11))) do
7680 v.Parent = player.Character
7681 end
7682 end
7683 end
7684 end
7685 if string.sub(msg, 1, 14) == (prefix.."givealltools ") then
7686 for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
7687 if v:IsA("Tool") then
7688 v.Parent = lplayer.Character
7689 wait()
7690 for i,player in pairs(GetPlayer(string.sub(msg, 15))) do
7691 v.Parent = player.Character
7692 end
7693 end
7694 end
7695 end
7696 if string.sub(msg, 1, 5) == (prefix.."age ") then
7697 for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
7698 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
7699 end
7700 end
7701 if string.sub(msg, 1, 4) == (prefix.."id ") then
7702 for i,player in pairs(GetPlayer(string.sub(msg, 5))) do
7703 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
7704 end
7705 end
7706 if string.sub(msg, 1, 6) == (prefix..".age ") then
7707 for i,player in pairs(GetPlayer(string.sub(msg, 7))) do
7708 game:GetService("StarterGui"):SetCore("SendNotification", {
7709 Title = player.AccountAge.." Days";
7710 Text = "Account age of "..player.Name;
7711 })
7712 end
7713 end
7714 if string.sub(msg, 1, 5) == (prefix..".id ") then
7715 for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
7716 game:GetService("StarterGui"):SetCore("SendNotification", {
7717 Title = player.UserId.." ID";
7718 Text = "Account ID of "..player.Name;
7719 })
7720 end
7721 end
7722 if string.sub(msg, 1, 7) == (prefix.."gameid") then
7723 game:GetService("StarterGui"):SetCore("SendNotification", {
7724 Title = "Game ID";
7725 Text = "Game ID: ".. game.GameId;
7726 })
7727 end
7728 if string.sub(msg, 1, 4) == (prefix.."pgs") then
7729 local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
7730 if pgscheck == true then
7731 game:GetService("StarterGui"):SetCore("SendNotification", {
7732 Title = "PGSPhysicsSolverEnabled";
7733 Text = "PGS is Enabled!";
7734 })
7735 else
7736 game:GetService("StarterGui"):SetCore("SendNotification", {
7737 Title = "PGSPhysicsSolverEnabled";
7738 Text = "PGS is Disabled!";
7739 })
7740 end
7741 end
7742 if string.sub(msg, 1, 12) == (prefix.."removeinvis") then
7743 for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
7744 if v:IsA("Part") then
7745 if v.Transparency == 1 then
7746 if v.Name ~= "HumanoidRootPart" then
7747 v:Destroy()
7748 end
7749 end
7750 end
7751 end
7752 end
7753 if string.sub(msg, 1, 10) == (prefix.."removefog") then
7754 game:GetService("Lighting").FogStart = 0
7755 game:GetService("Lighting").FogEnd = 9999999999999
7756 end
7757 if string.sub(msg, 1, 8) == (prefix.."disable") then
7758 lplayer.Character.Humanoid.Parent = lplayer
7759 end
7760 if string.sub(msg, 1, 7) == (prefix.."enable") then
7761 lplayer.Humanoid.Parent = lplayer.Character
7762 end
7763 if string.sub(msg, 1, 8) == (prefix.."prefix ") then
7764 prefix = (string.sub(msg, 9, 9))
7765 wait(0.1)
7766 change()
7767 wait(0.1)
7768 game:GetService("StarterGui"):SetCore("SendNotification", {
7769 Title = "Prefix changed!";
7770 Text = "Prefix is now "..prefix..". Use ;resetprefix to reset to ;";
7771 })
7772 end
7773 if string.sub(msg, 1, 12) == (";resetprefix") then
7774 prefix = ";"
7775 wait(0.1)
7776 change()
7777 wait(0.1)
7778 game:GetService("StarterGui"):SetCore("SendNotification", {
7779 Title = "Prefix changed!";
7780 Text = "Prefix is now "..prefix..". Make sure it's one key!";
7781 })
7782 end
7783 if string.sub(msg, 1, 10) == (prefix.."flyspeed ") then
7784 speedfly = string.sub(msg, 11)
7785 wait()
7786 change()
7787 end
7788 if string.sub(msg, 1, 8) == (prefix.."carpet ") then
7789 for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
7790 local Anim3 = Instance.new("Animation")
7791 Anim3.AnimationId = "rbxassetid://282574440"
7792 local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
7793 track3:Play(.1, 1, 1)
7794 bplrr = v.Name
7795 banpl = true
7796 end
7797 end
7798 if string.sub(msg, 1, 9) == (prefix.."uncarpet") then
7799 banpl = false
7800 end
7801 if string.sub(msg, 1, 7) == (prefix.."stare ") then
7802 for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
7803 staring = true
7804 stareplr = v
7805 end
7806 end
7807 if string.sub(msg, 1, 8) == (prefix.."unstare") then
7808 staring = false
7809 end
7810 if string.sub(msg, 1, 8) == (prefix.."logchat") then
7811 chatlogs = true
7812 game:GetService("StarterGui"):SetCore("SendNotification", {
7813 Title = "LogChat enabled";
7814 Text = "Now logging all player chat.";
7815 })
7816 end
7817 if string.sub(msg, 1, 10) == (prefix.."unlogchat") then
7818 chatlogs = false
7819 game:GetService("StarterGui"):SetCore("SendNotification", {
7820 Title = "LogChat disabled";
7821 Text = "Stopped logging all player chat.";
7822 })
7823 end
7824 if string.sub(msg, 1, 7) == (prefix.."fixcam") then
7825 game:GetService("Workspace").CurrentCamera:Destroy()
7826 wait(0.1)
7827 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
7828 game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
7829 lplayer.CameraMinZoomDistance = 0.5
7830 lplayer.CameraMaxZoomDistance = 400
7831 lplayer.CameraMode = "Classic"
7832 end
7833 if string.sub(msg, 1, 8) == (prefix.."unstate") then
7834 changingstate = false
7835 end
7836end)
7837
7838local function tp()
7839 for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
7840 if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
7841 if player.Name == brplr then
7842 player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 2
7843 end
7844 end
7845 end
7846end
7847local function tpall()
7848 for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
7849 if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
7850 player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 3
7851 end
7852 end
7853end
7854spawn(function()
7855 while wait(spamdelay) do
7856 if spamming == true then
7857 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(spamtext, "All")
7858 end
7859 end
7860end)
7861spawn(function()
7862 while wait(spamdelay) do
7863 if spammingpm == true then
7864 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/w "..pmspammed.." @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", "All")
7865 end
7866 end
7867end)
7868spawn(function()
7869 while wait() do
7870 if cbring == true then
7871 tp()
7872 end
7873 end
7874end)
7875spawn(function()
7876 while wait() do
7877 if cbringall == true then
7878 tpall()
7879 end
7880 end
7881end)
7882
7883Mouse.KeyDown:connect(function(Key)
7884 if Key == prefix then
7885 CMDBAR:CaptureFocus()
7886 end
7887end)
7888
7889CMDBAR.FocusLost:connect(function(enterPressed)
7890 if enterPressed then
7891 if string.sub(CMDBAR.Text, 1, 5) == ("kill ") then
7892 if string.sub(CMDBAR.Text, 6) == "me" then
7893 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
7894 else
7895 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6)))do
7896 local NOW = lplayer.Character.HumanoidRootPart.CFrame
7897 lplayer.Character.Humanoid.Name = 1
7898 local l = lplayer.Character["1"]:Clone()
7899 l.Parent = lplayer.Character
7900 l.Name = "Humanoid"
7901 wait(0.1)
7902 lplayer.Character["1"]:Destroy()
7903 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
7904 lplayer.Character.Animate.Disabled = true
7905 wait(0.1)
7906 lplayer.Character.Animate.Disabled = false
7907 lplayer.Character.Humanoid.DisplayDistanceType = "None"
7908 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
7909 lplayer.Character.Humanoid:EquipTool(v)
7910 end
7911 local function tp(player,player2)
7912 local char1,char2=player.Character,player2.Character
7913 if char1 and char2 then
7914 char1:MoveTo(char2.Head.Position)
7915 end
7916 end
7917 wait(0.1)
7918 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
7919 wait(0.2)
7920 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
7921 wait(0.5)
7922 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
7923 wait(0.7)
7924 tp(lplayer,game:GetService("Players")[v.Name])
7925 wait(0.7)
7926 lplayer.Character.HumanoidRootPart.CFrame = NOW
7927 game:GetService("StarterGui"):SetCore("SendNotification", {
7928 Title = "Tools needed!";
7929 Text = "You need a tool in your backpack for this command!";
7930 })
7931 end
7932 end
7933 end
7934 if string.sub(CMDBAR.Text, 1, 6) == ("bring ") then
7935 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
7936 local NOW = lplayer.Character.HumanoidRootPart.CFrame
7937 lplayer.Character.Humanoid.Name = 1
7938 local l = lplayer.Character["1"]:Clone()
7939 l.Parent = lplayer.Character
7940 l.Name = "Humanoid"
7941 wait(0.1)
7942 lplayer.Character["1"]:Destroy()
7943 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
7944 lplayer.Character.Animate.Disabled = true
7945 wait(0.1)
7946 lplayer.Character.Animate.Disabled = false
7947 lplayer.Character.Humanoid.DisplayDistanceType = "None"
7948 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
7949 lplayer.Character.Humanoid:EquipTool(v)
7950 end
7951 local function tp(player,player2)
7952 local char1,char2=player.Character,player2.Character
7953 if char1 and char2 then
7954 char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
7955 end
7956 end
7957 local function getout(player,player2)
7958 local char1,char2=player.Character,player2.Character
7959 if char1 and char2 then
7960 char1:MoveTo(char2.Head.Position)
7961 end
7962 end
7963 tp(game:GetService("Players")[v.Name], lplayer)
7964 wait(0.2)
7965 tp(game:GetService("Players")[v.Name], lplayer)
7966 wait(0.5)
7967 lplayer.Character.HumanoidRootPart.CFrame = NOW
7968 wait(0.5)
7969 getout(lplayer, game:GetService("Players")[v.Name])
7970 wait(0.3)
7971 lplayer.Character.HumanoidRootPart.CFrame = NOW
7972 game:GetService("StarterGui"):SetCore("SendNotification", {
7973 Title = "Tools needed!";
7974 Text = "You need a tool in your backpack for this command!";
7975 })
7976 end
7977 end
7978 if string.sub(CMDBAR.Text, 1, 5) == ("spin ") then
7979 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
7980 lplayer.Character.Humanoid.Name = 1
7981 local l = lplayer.Character["1"]:Clone()
7982 l.Parent = lplayer.Character
7983 l.Name = "Humanoid"
7984 wait(0.1)
7985 lplayer.Character["1"]:Destroy()
7986 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
7987 lplayer.Character.Animate.Disabled = true
7988 wait(0.1)
7989 lplayer.Character.Animate.Disabled = false
7990 lplayer.Character.Humanoid.DisplayDistanceType = "None"
7991 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
7992 lplayer.Character.Humanoid:EquipTool(v)
7993 end
7994 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
7995 spinplr = v
7996 wait(0.5)
7997 spin = true
7998 game:GetService("StarterGui"):SetCore("SendNotification", {
7999 Title = "Tools needed!";
8000 Text = "You need a tool in your backpack for this command!";
8001 })
8002 end
8003 end
8004 if string.sub(CMDBAR.Text, 1, 6) == ("unspin") then
8005 spin = false
8006 end
8007 if string.sub(CMDBAR.Text, 1, 7) == ("attach ") then
8008 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
8009 lplayer.Character.Humanoid.Name = 1
8010 local l = lplayer.Character["1"]:Clone()
8011 l.Parent = lplayer.Character
8012 l.Name = "Humanoid"
8013 wait(0.1)
8014 lplayer.Character["1"]:Destroy()
8015 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
8016 lplayer.Character.Animate.Disabled = true
8017 wait(0.1)
8018 lplayer.Character.Animate.Disabled = false
8019 lplayer.Character.Humanoid.DisplayDistanceType = "None"
8020 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
8021 lplayer.Character.Humanoid:EquipTool(v)
8022 end
8023 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
8024 wait(0.3)
8025 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
8026 attplr = v
8027 game:GetService("StarterGui"):SetCore("SendNotification", {
8028 Title = "Tools needed!";
8029 Text = "You need a tool in your backpack for this command!";
8030 })
8031 end
8032 end
8033 if string.sub(CMDBAR.Text, 1, 9) == ("unattach ") then
8034 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
8035 local function getout(player,player2)
8036 local char1,char2=player.Character,player2.Character
8037 if char1 and char2 then
8038 char1:MoveTo(char2.Head.Position)
8039 end
8040 end
8041 getout(lplayer, game:GetService("Players")[v.Name])
8042 end
8043 end
8044 if string.sub(CMDBAR.Text, 1, 7) == ("follow ") then
8045 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
8046 followed = true
8047 flwplr = v
8048 end
8049 end
8050 if string.sub(CMDBAR.Text, 1, 8) == ("unfollow") then
8051 followed = false
8052 end
8053 if string.sub(CMDBAR.Text, 1, 9) == ("freefall ") then
8054 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
8055 local NOW = lplayer.Character.HumanoidRootPart.CFrame
8056 lplayer.Character.Humanoid.Name = 1
8057 local l = lplayer.Character["1"]:Clone()
8058 l.Parent = lplayer.Character
8059 l.Name = "Humanoid"
8060 wait(0.1)
8061 lplayer.Character["1"]:Destroy()
8062 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
8063 lplayer.Character.Animate.Disabled = true
8064 wait(0.1)
8065 lplayer.Character.Animate.Disabled = false
8066 lplayer.Character.Humanoid.DisplayDistanceType = "None"
8067 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
8068 lplayer.Character.Humanoid:EquipTool(v)
8069 end
8070 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
8071 wait(0.2)
8072 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
8073 wait(0.6)
8074 lplayer.Character.HumanoidRootPart.CFrame = NOW
8075 wait(0.6)
8076 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
8077 game:GetService("StarterGui"):SetCore("SendNotification", {
8078 Title = "Tools needed!";
8079 Text = "You need a tool in your backpack for this command!";
8080 })
8081 end
8082 end
8083 if string.sub(CMDBAR.Text, 1, 6) == ("trail ") then
8084 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
8085 traill = true
8086 trlplr = v
8087 end
8088 end
8089 if string.sub(CMDBAR.Text, 1, 7) == ("untrail") then
8090 traill = false
8091 end
8092 if string.sub(CMDBAR.Text, 1, 6) == ("orbit ") then
8093 if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
8094 lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
8095 else
8096 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
8097 local o = Instance.new("RocketPropulsion")
8098 o.Parent = lplayer.Character.HumanoidRootPart
8099 o.Name = "Orbit"
8100 o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
8101 o:Fire()
8102 noclip = true
8103 end
8104 end
8105 end
8106 if string.sub(CMDBAR.Text, 1, 7) == ("unorbit") then
8107 lplayer.Character.HumanoidRootPart.Orbit:Destroy()
8108 noclip = false
8109 end
8110 if string.sub(CMDBAR.Text, 1, 6) == ("fling ") then
8111 if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
8112 lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
8113 else
8114 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
8115 local y = Instance.new("RocketPropulsion")
8116 y.Parent = lplayer.Character.HumanoidRootPart
8117 y.CartoonFactor = 1
8118 y.MaxThrust = 800000
8119 y.MaxSpeed = 1000
8120 y.ThrustP = 200000
8121 y.Name = "Fling"
8122 game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
8123 y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
8124 y:Fire()
8125 noclip = true
8126 end
8127 end
8128 end
8129 if string.sub(CMDBAR.Text, 1, 7) == ("unfling") then
8130 noclip = false
8131 lplayer.Character.HumanoidRootPart.Fling:Destroy()
8132 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
8133 wait(0.4)
8134 lplayer.Character.HumanoidRootPart.Fling:Destroy()
8135 end
8136 if string.sub(CMDBAR.Text, 1, 7) == ("fecheck") then
8137 if game:GetService("Workspace").FilteringEnabled == true then
8138 warn("FE is Enabled (Filtering Enabled)")
8139 game:GetService("StarterGui"):SetCore("SendNotification", {
8140 Title = "FE is Enabled";
8141 Text = "Filtering Enabled. Enjoy using Reviz Admin!";
8142 })
8143 else
8144 warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
8145 game:GetService("StarterGui"):SetCore("SendNotification", {
8146 Title = "FE is Disabled";
8147 Text = "Filtering Disabled. Consider using a different admin script.";
8148 })
8149 end
8150 end
8151 if string.sub(CMDBAR.Text, 1, 5) == ("void ") then
8152 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
8153 lplayer.Character.Humanoid.Name = 1
8154 local l = lplayer.Character["1"]:Clone()
8155 l.Parent = lplayer.Character
8156 l.Name = "Humanoid"
8157 wait(0.1)
8158 lplayer.Character["1"]:Destroy()
8159 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
8160 lplayer.Character.Animate.Disabled = true
8161 wait(0.1)
8162 lplayer.Character.Animate.Disabled = false
8163 lplayer.Character.Humanoid.DisplayDistanceType = "None"
8164 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
8165 lplayer.Character.Humanoid:EquipTool(v)
8166 end
8167 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
8168 wait(0.2)
8169 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
8170 wait(0.6)
8171 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
8172 game:GetService("StarterGui"):SetCore("SendNotification", {
8173 Title = "Tools needed!";
8174 Text = "You need a tool in your backpack for this command!";
8175 })
8176 end
8177 end
8178 if string.sub(CMDBAR.Text, 1, 6) == ("noclip") then
8179 noclip = true
8180 game:GetService("StarterGui"):SetCore("SendNotification", {
8181 Title = "Noclip enabled";
8182 Text = "Type ;clip to disable";
8183 })
8184 end
8185 if string.sub(CMDBAR.Text, 1, 4) == ("clip") then
8186 noclip = false
8187 game:GetService("StarterGui"):SetCore("SendNotification", {
8188 Title = "Noclip disabled";
8189 Text = "Type ;noclip to enable";
8190 })
8191 end
8192 if string.sub(CMDBAR.Text, 1, 6) == ("speed ") then
8193 lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 7))
8194 end
8195 if string.sub(CMDBAR.Text, 1, 3) == ("ws ") then
8196 lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 4))
8197 end
8198 if string.sub(CMDBAR.Text, 1, 10) == ("hipheight ") then
8199 lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 11))
8200 end
8201 if string.sub(CMDBAR.Text, 1, 3) == ("hh ") then
8202 lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 4))
8203 end
8204 if string.sub(CMDBAR.Text, 1, 10) == ("jumppower ") then
8205 lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 11))
8206 end
8207 if string.sub(CMDBAR.Text, 1, 3) == ("jp ") then
8208 lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 4))
8209 end
8210 if string.sub(CMDBAR.Text, 1, 7) == ("default") then
8211 lplayer.Character.Humanoid.JumpPower = 50
8212 lplayer.Character.Humanoid.WalkSpeed = 16
8213 lplayer.Character.Humanoid.HipHeight = 0
8214 end
8215 if string.sub(CMDBAR.Text, 1, 6) == ("annoy ") then
8216 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
8217 annoying = true
8218 annplr = v
8219 end
8220 end
8221 if string.sub(CMDBAR.Text, 1, 7) == ("unannoy") then
8222 annoying = false
8223 end
8224 if string.sub(CMDBAR.Text, 1, 9) == ("headwalk ") then
8225 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
8226 hwalk = true
8227 hdwplr = v
8228 end
8229 end
8230 if string.sub(CMDBAR.Text, 1, 10) == ("unheadwalk") then
8231 hwalk = false
8232 end
8233 if string.sub(CMDBAR.Text, 1, 7) == ("nolimbs") then
8234 lplayer.Character["Left Leg"]:Destroy()
8235 lplayer.Character["Left Arm"]:Destroy()
8236 lplayer.Character["Right Leg"]:Destroy()
8237 lplayer.Character["Right Arm"]:Destroy()
8238 end
8239 if string.sub(CMDBAR.Text, 1, 3) == ("god") then
8240 lplayer.Character.Humanoid.Name = 1
8241 local l = lplayer.Character["1"]:Clone()
8242 l.Parent = lplayer.Character
8243 l.Name = "Humanoid"
8244 wait(0.1)
8245 lplayer.Character["1"]:Destroy()
8246 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
8247 lplayer.Character.Animate.Disabled = true
8248 wait(0.1)
8249 lplayer.Character.Animate.Disabled = false
8250 lplayer.Character.Humanoid.DisplayDistanceType = "None"
8251 game:GetService("StarterGui"):SetCore("SendNotification", {
8252 Title = "FE Godmode enabled";
8253 Text = "Use ;grespawn or ;respawn to remove.";
8254 })
8255 end
8256 if string.sub(CMDBAR.Text, 1, 8) == ("drophats") then
8257 for i,v in pairs(lplayer.Character:GetChildren()) do
8258 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
8259 v.Parent = workspace
8260 end
8261 end
8262 end
8263 if string.sub(CMDBAR.Text, 1, 8) == ("droptool") then
8264 for i,v in pairs(lplayer.Character:GetChildren()) do
8265 if (v:IsA("Tool")) then
8266 v.Parent = workspace
8267 end
8268 end
8269 end
8270 if string.sub(CMDBAR.Text, 1, 9) == ("loopdhats") then
8271 droppinghats = true
8272 game:GetService("StarterGui"):SetCore("SendNotification", {
8273 Title = "Loop Drop Enabled";
8274 Text = "Type ;unloopdhats to disable";
8275 })
8276 end
8277 if string.sub(CMDBAR.Text, 1, 11) == ("unloopdhats") then
8278 droppinghats = false
8279 game:GetService("StarterGui"):SetCore("SendNotification", {
8280 Title = "Loop Drop Disabled";
8281 Text = "Type ;loopdhats to enable.";
8282 })
8283 end
8284 if string.sub(CMDBAR.Text, 1, 9) == ("loopdtool") then
8285 droppingtools = true
8286 game:GetService("StarterGui"):SetCore("SendNotification", {
8287 Title = "Loop Drop Enabled";
8288 Text = "Type ;unloopdtool to disable";
8289 })
8290 end
8291 if string.sub(CMDBAR.Text, 1, 11) == ("unloopdtool") then
8292 droppingtools = false
8293 game:GetService("StarterGui"):SetCore("SendNotification", {
8294 Title = "Loop Drop Disabled";
8295 Text = "Type ;loopdtool to enable.";
8296 })
8297 end
8298 if string.sub(CMDBAR.Text, 1, 9) == ("invisible") then -- Credit to Timeless
8299 Local = game:GetService('Players').LocalPlayer
8300 Char = Local.Character
8301 touched,tpdback = false, false
8302 box = Instance.new('Part',workspace)
8303 box.Anchored = true
8304 box.CanCollide = true
8305 box.Size = Vector3.new(10,1,10)
8306 box.Position = Vector3.new(0,10000,0)
8307 box.Touched:connect(function(part)
8308 if (part.Parent.Name == Local.Name) then
8309 if touched == false then
8310 touched = true
8311 function apply()
8312 if script.Disabled ~= true then
8313 no = Char.HumanoidRootPart:Clone()
8314 wait(.25)
8315 Char.HumanoidRootPart:Destroy()
8316 no.Parent = Char
8317 Char:MoveTo(loc)
8318 touched = false
8319 end end
8320 if Char then
8321 apply()
8322 end
8323 end
8324 end
8325 end)
8326 repeat wait() until Char
8327 loc = Char.HumanoidRootPart.Position
8328 Char:MoveTo(box.Position + Vector3.new(0,.5,0))
8329 game:GetService("StarterGui"):SetCore("SendNotification", {
8330 Title = "Invisibility enabled!";
8331 Text = "Reset or use ;respawn to remove.";
8332 })
8333 end
8334 if string.sub(CMDBAR.Text, 1, 5) == ("view ") then
8335 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
8336 if game:GetService("Players")[v.Name].Character.Humanoid then
8337 game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
8338 else
8339 game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
8340 end
8341 end
8342 end
8343 if string.sub(CMDBAR.Text, 1, 6) == ("unview") then
8344 if lplayer.Character.Humanoid then
8345 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
8346 else
8347 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
8348 end
8349 end
8350 if string.sub(CMDBAR.Text, 1, 5) == ("goto ") then
8351 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
8352 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
8353 end
8354 end
8355 if string.sub(CMDBAR.Text, 1, 3) == ("fly") then
8356 repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
8357 repeat wait() until Mouse
8358
8359 local T = lplayer.Character.HumanoidRootPart
8360 local CONTROL = {F = 0, B = 0, L = 0, R = 0}
8361 local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
8362 local SPEED = speedget
8363
8364 local function fly()
8365 flying = true
8366 local BG = Instance.new('BodyGyro', T)
8367 local BV = Instance.new('BodyVelocity', T)
8368 BG.P = 9e4
8369 BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
8370 BG.cframe = T.CFrame
8371 BV.velocity = Vector3.new(0, 0.1, 0)
8372 BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
8373 spawn(function()
8374 repeat wait()
8375 lplayer.Character.Humanoid.PlatformStand = true
8376 if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
8377 SPEED = 50
8378 elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
8379 SPEED = 0
8380 end
8381 if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
8382 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
8383 lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
8384 elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
8385 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
8386 else
8387 BV.velocity = Vector3.new(0, 0.1, 0)
8388 end
8389 BG.cframe = workspace.CurrentCamera.CoordinateFrame
8390 until not flying
8391 CONTROL = {F = 0, B = 0, L = 0, R = 0}
8392 lCONTROL = {F = 0, B = 0, L = 0, R = 0}
8393 SPEED = 0
8394 BG:destroy()
8395 BV:destroy()
8396 lplayer.Character.Humanoid.PlatformStand = false
8397 end)
8398 end
8399 Mouse.KeyDown:connect(function(KEY)
8400 if KEY:lower() == 'w' then
8401 CONTROL.F = speedfly
8402 elseif KEY:lower() == 's' then
8403 CONTROL.B = -speedfly
8404 elseif KEY:lower() == 'a' then
8405 CONTROL.L = -speedfly
8406 elseif KEY:lower() == 'd' then
8407 CONTROL.R = speedfly
8408 end
8409 end)
8410 Mouse.KeyUp:connect(function(KEY)
8411 if KEY:lower() == 'w' then
8412 CONTROL.F = 0
8413 elseif KEY:lower() == 's' then
8414 CONTROL.B = 0
8415 elseif KEY:lower() == 'a' then
8416 CONTROL.L = 0
8417 elseif KEY:lower() == 'd' then
8418 CONTROL.R = 0
8419 end
8420 end)
8421 fly()
8422 end
8423 if string.sub(CMDBAR.Text, 1, 5) == ("unfly") then
8424 flying = false
8425 lplayer.Character.Humanoid.PlatformStand = false
8426 end
8427 if string.sub(CMDBAR.Text, 1, 5) == ("chat ") then
8428 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(CMDBAR.Text, 6)), "All")
8429 end
8430 if string.sub(CMDBAR.Text, 1, 5) == ("spam ") then
8431 spamtext = (string.sub(CMDBAR.Text, 6))
8432 spamming = true
8433 end
8434 if string.sub(CMDBAR.Text, 1, 6) == ("unspam") then
8435 spamming = false
8436 end
8437 if string.sub(CMDBAR.Text, 1, 9) == ("spamwait ") then
8438 spamdelay = (string.sub(CMDBAR.Text, 10))
8439 end
8440 if string.sub(CMDBAR.Text, 1, 7) == ("pmspam ") then
8441 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
8442 pmspammed = v.Name
8443 spammingpm = true
8444 end
8445 end
8446 if string.sub(CMDBAR.Text, 1, 8) == ("unpmspam") then
8447 spammingpm = false
8448 end
8449 if string.sub(CMDBAR.Text, 1, 8) == ("cfreeze ") then
8450 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 9))) do
8451 v.Character["Left Leg"].Anchored = true
8452 v.Character["Left Arm"].Anchored = true
8453 v.Character["Right Leg"].Anchored = true
8454 v.Character["Right Arm"].Anchored = true
8455 v.Character.Torso.Anchored = true
8456 v.Character.Head.Anchored = true
8457 end
8458 end
8459 if string.sub(CMDBAR.Text, 1, 10) == ("uncfreeze ") then
8460 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 11))) do
8461 v.Character["Left Leg"].Anchored = false
8462 v.Character["Left Arm"].Anchored = false
8463 v.Character["Right Leg"].Anchored = false
8464 v.Character["Right Arm"].Anchored = false
8465 v.Character.Torso.Anchored = false
8466 v.Character.Head.Anchored = false
8467 end
8468 end
8469 if string.sub(CMDBAR.Text, 1, 8) == ("unlockws") then
8470 local a = game:GetService("Workspace"):getChildren()
8471 for i = 1, #a do
8472 if a[i].className == "Part" then
8473 a[i].Locked = false
8474 elseif a[i].className == "Model" then
8475 local r = a[i]:getChildren()
8476 for i = 1, #r do
8477 if r[i].className == "Part" then
8478 r[i].Locked = false
8479 end
8480 end
8481 end
8482 end
8483 game:GetService("StarterGui"):SetCore("SendNotification", {
8484 Title = "Success!";
8485 Text = "Workspace unlocked. Use ;lockws to lock.";
8486 })
8487 end
8488 if string.sub(CMDBAR.Text, 1, 6) == ("lockws") then
8489 local a = game:GetService("Workspace"):getChildren()
8490 for i = 1, #a do
8491 if a[i].className == "Part" then
8492 a[i].Locked = true
8493 elseif a[i].className == "Model" then
8494 local r = a[i]:getChildren()
8495 for i = 1, #r do
8496 if r[i].className == "Part" then
8497 r[i].Locked = true
8498 end
8499 end
8500 end
8501 end
8502 end
8503 if string.sub(CMDBAR.Text, 1, 6) == ("btools") then
8504 local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
8505 Clone_T.BinType = "Clone"
8506 local Destruct = Instance.new("HopperBin",lplayer.Backpack)
8507 Destruct.BinType = "Hammer"
8508 local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
8509 Hold_T.BinType = "Grab"
8510 end
8511 if string.sub(CMDBAR.Text, 1, 6) == ("pstand") then
8512 lplayer.Character.Humanoid.PlatformStand = true
8513 end
8514 if string.sub(CMDBAR.Text, 1, 8) == ("unpstand") then
8515 lplayer.Character.Humanoid.PlatformStand = false
8516 end
8517 if string.sub(CMDBAR.Text, 1, 9) == ("blockhead") then
8518 lplayer.Character.Head.Mesh:Destroy()
8519 end
8520 if string.sub(CMDBAR.Text, 1, 3) == ("sit") then
8521 lplayer.Character.Humanoid.Sit = true
8522 end
8523 if string.sub(CMDBAR.Text, 1, 9) == ("bringobj ") then
8524 local function bringobjw()
8525 for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
8526 if obj.Name == (string.sub(CMDBAR.Text, 10)) then
8527 obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
8528 obj.CanCollide = false
8529 obj.Transparency = 0.7
8530 wait()
8531 obj.CFrame = lplayer.Character["Left Leg"].CFrame
8532 wait()
8533 obj.CFrame = lplayer.Character["Right Leg"].CFrame
8534 wait()
8535 obj.CFrame = lplayer.Character["Head"].CFrame
8536 end
8537 end
8538 end
8539 while wait() do
8540 bringobjw()
8541 end
8542 game:GetService("StarterGui"):SetCore("SendNotification", {
8543 Title = "BringObj";
8544 Text = "BringObj enabled.";
8545 })
8546 end
8547 if string.sub(CMDBAR.Text, 1, 6) == ("wsvis ") then
8548 vis = (string.sub(CMDBAR.Text, 7))
8549 local a = game:GetService("Workspace"):GetDescendants()
8550 for i = 1, #a do
8551 if a[i].className == "Part" then
8552 a[i].Transparency = vis
8553 elseif a[i].className == "Model" then
8554 local r = a[i]:getChildren()
8555 for i = 1, #r do
8556 if r[i].className == "Part" then
8557 r[i].Transparency = vis
8558 end
8559 end
8560 end
8561 end
8562 end
8563 if string.sub(CMDBAR.Text, 1, 10) == ("hypertotal") then
8564 loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
8565 game:GetService("StarterGui"):SetCore("SendNotification", {
8566 Title = "Success!";
8567 Text = "HyperTotal GUI Loaded!";
8568 })
8569 end
8570 if string.sub(CMDBAR.Text, 1, 4) == ("cmds") then
8571 CMDSFRAME.Visible = true
8572 end
8573 if string.sub(CMDBAR.Text, 1, 9) == ("rmeshhats") then
8574 for i,v in pairs(lplayer.Character:GetChildren()) do
8575 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
8576 v.Handle.Mesh:Destroy()
8577 end
8578 end
8579 end
8580 if string.sub(CMDBAR.Text, 1, 9) == ("blockhats") then
8581 for i,v in pairs(lplayer.Character:GetChildren()) do
8582 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
8583 v.Handle.Mesh:Destroy()
8584 end
8585 end
8586 end
8587 if string.sub(CMDBAR.Text, 1, 9) == ("rmeshtool") then
8588 for i,v in pairs(lplayer.Character:GetChildren()) do
8589 if (v:IsA("Tool")) then
8590 v.Handle.Mesh:Destroy()
8591 end
8592 end
8593 end
8594 if string.sub(CMDBAR.Text, 1, 9) == ("blocktool") then
8595 for i,v in pairs(lplayer.Character:GetChildren()) do
8596 if (v:IsA("Tool")) then
8597 v.Handle.Mesh:Destroy()
8598 end
8599 end
8600 end
8601 if string.sub(CMDBAR.Text, 1, 7) == ("spinner") then
8602 local p = Instance.new("RocketPropulsion")
8603 p.Parent = lplayer.Character.HumanoidRootPart
8604 p.Name = "Spinner"
8605 p.Target = lplayer.Character["Left Arm"]
8606 p:Fire()
8607 game:GetService("StarterGui"):SetCore("SendNotification", {
8608 Title = "Spinner enabled";
8609 Text = "Type ;nospinner to disable.";
8610 })
8611 end
8612 if string.sub(CMDBAR.Text, 1, 9) == ("nospinner") then
8613 lplayer.Character.HumanoidRootPart.Spinner:Destroy()
8614 end
8615 if string.sub(CMDBAR.Text, 1, 6) == ("reachd") then
8616 for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
8617 if v:isA("Tool") then
8618 local a = Instance.new("SelectionBox",v.Handle)
8619 a.Adornee = v.Handle
8620 v.Handle.Size = Vector3.new(0.5,0.5,60)
8621 v.GripPos = Vector3.new(0,0,0)
8622 lplayer.Character.Humanoid:UnequipTools()
8623 end
8624 end
8625 game:GetService("StarterGui"):SetCore("SendNotification", {
8626 Title = "Reach applied!";
8627 Text = "Applied to equipped sword. Use ;noreach to disable.";
8628 })
8629 end
8630 if string.sub(CMDBAR.Text, 1, 6) == ("reach ") then
8631 for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
8632 if v:isA("Tool") then
8633 local a = Instance.new("SelectionBox",v.Handle)
8634 a.Name = "Reach"
8635 a.Adornee = v.Handle
8636 v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(CMDBAR.Text, 7)))
8637 v.GripPos = Vector3.new(0,0,0)
8638 lplayer.Character.Humanoid:UnequipTools()
8639 end
8640 end
8641 game:GetService("StarterGui"):SetCore("SendNotification", {
8642 Title = "Reach applied!";
8643 Text = "Applied to equipped sword. Use ;noreach to disable.";
8644 })
8645 end
8646 if string.sub(CMDBAR.Text, 1, 7) == ("noreach") then
8647 for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
8648 if v:isA("Tool") then
8649 v.Handle.Reach:Destroy()
8650 end
8651 end
8652 game:GetService("StarterGui"):SetCore("SendNotification", {
8653 Title = "Reach removed!";
8654 Text = "Removed reach from equipped sword.";
8655 })
8656 end
8657 if string.sub(CMDBAR.Text, 1, 6) == ("rkill ") then
8658 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
8659 lplayer.Character.Humanoid.Name = 1
8660 local l = lplayer.Character["1"]:Clone()
8661 l.Parent = lplayer.Character
8662 l.Name = "Humanoid"
8663 wait(0.1)
8664 lplayer.Character["1"]:Destroy()
8665 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
8666 lplayer.Character.Animate.Disabled = true
8667 wait(0.1)
8668 lplayer.Character.Animate.Disabled = false
8669 lplayer.Character.Humanoid.DisplayDistanceType = "None"
8670 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
8671 lplayer.Character.Humanoid:EquipTool(v)
8672 end
8673 wait(0.1)
8674 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
8675 wait(0.2)
8676 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
8677 wait(0.5)
8678 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
8679 game:GetService("StarterGui"):SetCore("SendNotification", {
8680 Title = "Tools needed!";
8681 Text = "You need a tool in your backpack for this command!";
8682 })
8683 end
8684 end
8685 if string.sub(CMDBAR.Text, 1, 6) == ("tp me ") then
8686 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
8687 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
8688 end
8689 end
8690 if string.sub(CMDBAR.Text, 1, 7) == ("cbring ") then
8691 if (string.sub(CMDBAR.Text, 8)) == "all" or (string.sub(CMDBAR.Text, 8)) == "All" or (string.sub(CMDBAR.Text, 8)) == "ALL" then
8692 cbringall = true
8693 else
8694 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
8695 brplr = v.Name
8696 end
8697 end
8698 cbring = true
8699 end
8700 if string.sub(CMDBAR.Text, 1, 8) == ("uncbring") then
8701 cbring = false
8702 cbringall = false
8703 end
8704 if string.sub(CMDBAR.Text, 1, 5) == ("swap ") then
8705 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
8706 local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
8707 local NOW = lplayer.Character.HumanoidRootPart.CFrame
8708 lplayer.Character.Humanoid.Name = 1
8709 local l = lplayer.Character["1"]:Clone()
8710 l.Parent = lplayer.Character
8711 l.Name = "Humanoid"
8712 wait(0.1)
8713 lplayer.Character["1"]:Destroy()
8714 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
8715 lplayer.Character.Animate.Disabled = true
8716 wait(0.1)
8717 lplayer.Character.Animate.Disabled = false
8718 lplayer.Character.Humanoid.DisplayDistanceType = "None"
8719 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
8720 lplayer.Character.Humanoid:EquipTool(v)
8721 end
8722 local function tp(player,player2)
8723 local char1,char2=player.Character,player2.Character
8724 if char1 and char2 then
8725 char1:MoveTo(char2.Head.Position)
8726 end
8727 end
8728 wait(0.1)
8729 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
8730 wait(0.2)
8731 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
8732 wait(0.5)
8733 lplayer.Character.HumanoidRootPart.CFrame = NOW
8734 wait(0.6)
8735 tp(lplayer, game:GetService("Players")[v.Name])
8736 wait(0.4)
8737 lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
8738 game:GetService("StarterGui"):SetCore("SendNotification", {
8739 Title = "Tools needed!";
8740 Text = "You need a tool in your backpack for this command!";
8741 })
8742 end
8743 end
8744 if string.sub(CMDBAR.Text, 1, 7) == ("glitch ") then
8745 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
8746 lplayer.Character.Humanoid.Name = 1
8747 local l = lplayer.Character["1"]:Clone()
8748 l.Parent = lplayer.Character
8749 l.Name = "Humanoid"
8750 wait(0.1)
8751 lplayer.Character["1"]:Destroy()
8752 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
8753 lplayer.Character.Animate.Disabled = true
8754 wait(0.1)
8755 lplayer.Character.Animate.Disabled = false
8756 lplayer.Character.Humanoid.DisplayDistanceType = "None"
8757 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
8758 lplayer.Character.Humanoid:EquipTool(v)
8759 end
8760 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
8761 wait(0.3)
8762 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
8763 wait(0.4)
8764 b = Instance.new("BodyForce")
8765 b.Parent = lplayer.Character.HumanoidRootPart
8766 b.Name = "Glitch"
8767 b.Force = Vector3.new(100000000,5000,0)
8768 game:GetService("StarterGui"):SetCore("SendNotification", {
8769 Title = "Tools needed!";
8770 Text = "You need a tool in your backpack for this command!";
8771 })
8772 end
8773 end
8774 if string.sub(CMDBAR.Text, 1, 8) == ("unglitch") then
8775 lplayer.Character.HumanoidRootPart.Glitch:Destroy()
8776 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
8777 b = Instance.new("BodyForce")
8778 b.Parent = lplayer.Character.HumanoidRootPart
8779 b.Name = "unGlitch"
8780 b.Force = Vector3.new(0,-5000000,0)
8781 wait(2)
8782 lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
8783 end
8784 if string.sub(CMDBAR.Text, 1, 8) == ("grespawn") then
8785 lplayer.Character.Humanoid.Health = 0
8786 wait(1)
8787 lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
8788 lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
8789 end
8790 if string.sub(CMDBAR.Text, 1, 8) == ("explorer") then
8791 loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
8792 game:GetService("StarterGui"):SetCore("SendNotification", {
8793 Title = "Success!";
8794 Text = "DEX Explorer has loaded.";
8795 })
8796 end
8797 if string.sub(CMDBAR.Text, 1, 5) == ("anim ") then
8798 local Anim = Instance.new("Animation")
8799 Anim.AnimationId = "rbxassetid://"..(string.sub(CMDBAR.Text, 6))
8800 local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
8801 track:Play(.1, 1, 1)
8802 end
8803 if string.sub(CMDBAR.Text, 1, 7) == ("animgui") then
8804 loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
8805 game:GetService("StarterGui"):SetCore("SendNotification", {
8806 Title = "Success!";
8807 Text = "Energize Animations GUI has loaded.";
8808 })
8809 end
8810 if string.sub(CMDBAR.Text, 1, 7) == ("savepos") then
8811 saved = lplayer.Character.HumanoidRootPart.CFrame
8812 game:GetService("StarterGui"):SetCore("SendNotification", {
8813 Title = "Position Saved";
8814 Text = "Use ;loadpos to return to saved position.";
8815 })
8816 end
8817 if string.sub(CMDBAR.Text, 1, 7) == ("loadpos") then
8818 lplayer.Character.HumanoidRootPart.CFrame = saved
8819 end
8820 if string.sub(CMDBAR.Text, 1, 5) == ("bang ") then
8821 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
8822 local Anim2 = Instance.new("Animation")
8823 Anim2.AnimationId = "rbxassetid://148840371"
8824 local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
8825 track2:Play(.1, 1, 1)
8826 bplrr = v.Name
8827 banpl = true
8828 end
8829 end
8830 if string.sub(CMDBAR.Text, 1, 6) == ("unbang") then
8831 banpl = false
8832 end
8833 if string.sub(CMDBAR.Text, 1, 9) == ("bringmod ") then
8834 local function bringmodw()
8835 for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
8836 if obj.Name == (string.sub(CMDBAR.Text, 10)) then
8837 for i,ch in pairs(obj:GetDescendants()) do
8838 if (ch:IsA("BasePart")) then
8839 ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
8840 ch.CanCollide = false
8841 ch.Transparency = 0.7
8842 wait()
8843 ch.CFrame = lplayer.Character["Left Leg"].CFrame
8844 wait()
8845 ch.CFrame = lplayer.Character["Right Leg"].CFrame
8846 wait()
8847 ch.CFrame = lplayer.Character["Head"].CFrame
8848 end
8849 end
8850 end
8851 end
8852 end
8853 while wait() do
8854 bringmodw()
8855 end
8856 game:GetService("StarterGui"):SetCore("SendNotification", {
8857 Title = "BringMod";
8858 Text = "BringMod enabled.";
8859 })
8860 end
8861 if string.sub(CMDBAR.Text, 1, 7) == ("respawn") then
8862 local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
8863 local hum = Instance.new('Humanoid', mod)
8864 local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
8865 lplayer.Character = mod
8866 end
8867 if string.sub(CMDBAR.Text, 1, 8) == ("shutdown") then
8868 game:GetService'RunService'.Stepped:Connect(function()
8869 pcall(function()
8870 for i,v in pairs(game:GetService'Players':GetPlayers()) do
8871 if v.Character ~= nil and v.Character:FindFirstChild'Head' then
8872 for _,x in pairs(v.Character.Head:GetChildren()) do
8873 if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
8874 end
8875 end
8876 end
8877 end)
8878 end)
8879 game:GetService("StarterGui"):SetCore("SendNotification", {
8880 Title = "Attempting Shutdown";
8881 Text = "Shutdown Attempt has begun.";
8882 })
8883 end
8884 if string.sub(CMDBAR.Text, 1, 7) == ("delobj ") then
8885 objtodel = (string.sub(CMDBAR.Text, 8))
8886 for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
8887 if v.Name == objtodel then
8888 v:Destroy()
8889 end
8890 end
8891 end
8892 if string.sub(CMDBAR.Text, 1, 7) == ("getplrs") then
8893 for i,v in pairs(game:GetService("Players"):GetPlayers())do
8894 print(v)
8895 end
8896 game:GetService("StarterGui"):SetCore("SendNotification", {
8897 Title = "Printed";
8898 Text = "Players have been printed to console. (F9)";
8899 })
8900 end
8901 if string.sub(CMDBAR.Text, 1, 8) == ("deldecal") then
8902 for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
8903 if (v:IsA("Decal")) then
8904 v:Destroy()
8905 end
8906 end
8907 end
8908 if string.sub(CMDBAR.Text, 1, 10) == ("opfinality") then
8909 loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
8910 game:GetService("StarterGui"):SetCore("SendNotification", {
8911 Title = "Success!";
8912 Text = "OpFinality GUI has loaded.";
8913 })
8914 end
8915 if string.sub(CMDBAR.Text, 1, 7) == ("remotes") then
8916 remotes = true
8917 added = true
8918 game.DescendantAdded:connect(function(rmt)
8919 if added == true then
8920 if remotes == true then
8921 if rmt:IsA("RemoteEvent") then
8922 print("A RemoteEvent was added!")
8923 print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
8924 print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
8925 end end end
8926 end)
8927 game.DescendantAdded:connect(function(rmtfnctn)
8928 if added == true then
8929 if remotes == true then
8930 if rmtfnctn:IsA("RemoteFunction") then
8931 warn("A RemoteFunction was added!")
8932 warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
8933 print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
8934 end end end
8935 end)
8936
8937 game.DescendantAdded:connect(function(bndfnctn)
8938 if added == true then
8939 if binds == true then
8940 if bndfnctn:IsA("BindableFunction") then
8941 print("A BindableFunction was added!")
8942 print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
8943 print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
8944 end end end
8945 end)
8946
8947 game.DescendantAdded:connect(function(bnd)
8948 if added == true then
8949 if binds == true then
8950 if bnd:IsA("BindableEvent") then
8951 warn("A BindableEvent was added!")
8952 warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
8953 print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
8954 end end end
8955 end)
8956
8957
8958 if binds == true then
8959 for i,v in pairs(game:GetDescendants()) do
8960 if v:IsA("BindableFunction") then
8961 print(" game." .. v:GetFullName() .. " | BindableFunction")
8962 print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
8963 end end
8964 for i,v in pairs(game:GetDescendants()) do
8965 if v:IsA("BindableEvent") then
8966 warn(" game." .. v:GetFullName() .. " | BindableEvent")
8967 print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
8968 end end
8969 else
8970 print("Off")
8971 end
8972 if remotes == true then
8973 for i,v in pairs(game:GetDescendants()) do
8974 if v:IsA("RemoteFunction") then
8975 warn(" game." .. v:GetFullName() .. " | RemoteFunction")
8976 print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
8977 end end
8978 wait()
8979 for i,v in pairs(game:GetDescendants()) do
8980 if v:IsA("RemoteEvent") then
8981 print(" game." .. v:GetFullName() .. " | RemoteEvent")
8982 print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
8983 end end
8984 else
8985 print("Off")
8986 end
8987 game:GetService("StarterGui"):SetCore("SendNotification", {
8988 Title = "Printing Remotes";
8989 Text = "Type ;noremotes to disable.";
8990 })
8991 end
8992 if string.sub(CMDBAR.Text, 1, 9) == ("noremotes") then
8993 remotes = false
8994 added = false
8995 game:GetService("StarterGui"):SetCore("SendNotification", {
8996 Title = "Printing Remotes Disabled";
8997 Text = "Type ;remotes to enable.";
8998 })
8999 end
9000 if string.sub(CMDBAR.Text, 1, 9) == ("tpdefault") then
9001 spin = false
9002 followed = false
9003 traill = false
9004 noclip = false
9005 annoying = false
9006 hwalk = false
9007 cbringing = false
9008 end
9009 if string.sub(CMDBAR.Text, 1, 7) == ("stopsit") then
9010 stopsitting = true
9011 end
9012 if string.sub(CMDBAR.Text, 1, 5) == ("gosit") then
9013 stopsitting = false
9014 end
9015 if string.sub(CMDBAR.Text, 1, 7) == ("version") then
9016 print(adminversion)
9017 game:GetService("StarterGui"):SetCore("SendNotification", {
9018 Title = "Version";
9019 Text = adminversion;
9020 })
9021 end
9022 if string.sub(CMDBAR.Text, 1, 7) == ("clicktp") then
9023 clickgoto = true
9024 game:GetService("StarterGui"):SetCore("SendNotification", {
9025 Title = "Click TP";
9026 Text = "Press E to teleport to mouse position";
9027 })
9028 end
9029 if string.sub(CMDBAR.Text, 1, 9) == ("noclicktp") then
9030 clickgoto = false
9031 game:GetService("StarterGui"):SetCore("SendNotification", {
9032 Title = "Click TP";
9033 Text = "Click TP has been disabled.";
9034 })
9035 end
9036 if string.sub(CMDBAR.Text, 1, 7) == ("toolson") then
9037 gettingtools = true
9038 game:GetService("StarterGui"):SetCore("SendNotification", {
9039 Title = "Tools Enabled";
9040 Text = "Automatically colleting tools dropped.";
9041 })
9042 end
9043 if string.sub(CMDBAR.Text, 1, 8) == ("toolsoff") then
9044 gettingtools = false
9045 game:GetService("StarterGui"):SetCore("SendNotification", {
9046 Title = "Tools Disabled";
9047 Text = "Click TP has been disabled.";
9048 })
9049 end
9050 if string.sub(CMDBAR.Text, 1, 9) == ("delcmdbar") then
9051 ScreenGui:Destroy()
9052 end
9053 if string.sub(CMDBAR.Text, 1, 5) == ("reset") then
9054 lplayer.Character.Head:Destroy()
9055 end
9056 if string.sub(CMDBAR.Text, 1, 6) == ("state ") then
9057 statechosen = string.sub(CMDBAR.Text, 7)
9058 changingstate = true
9059 end
9060 if string.sub(CMDBAR.Text, 1, 8) == ("gravity ") then
9061 game:GetService("Workspace").Gravity = string.sub(CMDBAR.Text, 9)
9062 end
9063 if string.sub(CMDBAR.Text, 1, 9) == ("looprhats") then
9064 removingmeshhats = true
9065 end
9066 if string.sub(CMDBAR.Text, 1, 11) == ("unlooprhats") then
9067 removingmeshhats = false
9068 end
9069 if string.sub(CMDBAR.Text, 1, 9) == ("looprtool") then
9070 removingmeshtool = true
9071 end
9072 if string.sub(CMDBAR.Text, 1, 11) == ("unlooprtool") then
9073 removingmeshtool = false
9074 end
9075 if string.sub(CMDBAR.Text, 1, 9) == ("givetool ") then
9076 for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
9077 if v:IsA("Tool") then
9078 for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
9079 v.Parent = player.Character
9080 end
9081 end
9082 end
9083 end
9084 if string.sub(CMDBAR.Text, 1, 4) == ("age ") then
9085 for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
9086 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
9087 end
9088 end
9089 if string.sub(CMDBAR.Text, 1, 3) == ("id ") then
9090 for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 4))) do
9091 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
9092 end
9093 end
9094 if string.sub(CMDBAR.Text, 1, 5) == (".age ") then
9095 for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
9096 game:GetService("StarterGui"):SetCore("SendNotification", {
9097 Title = player.AccountAge.." Days";
9098 Text = "Account age of "..player.Name;
9099 })
9100 end
9101 end
9102 if string.sub(CMDBAR.Text, 1, 4) == (".id ") then
9103 for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
9104 game:GetService("StarterGui"):SetCore("SendNotification", {
9105 Title = player.UserId.." ID";
9106 Text = "Account ID of "..player.Name;
9107 })
9108 end
9109 end
9110 if string.sub(CMDBAR.Text, 1, 6) == ("gameid") then
9111 game:GetService("StarterGui"):SetCore("SendNotification", {
9112 Title = "Game ID";
9113 Text = "Game ID: ".. game.GameId;
9114 })
9115 end
9116 if string.sub(CMDBAR.Text, 1, 3) == ("pgs") then
9117 local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
9118 if pgscheck == true then
9119 game:GetService("StarterGui"):SetCore("SendNotification", {
9120 Title = "PGSPhysicsSolverEnabled";
9121 Text = "PGS is Enabled!";
9122 })
9123 else
9124 game:GetService("StarterGui"):SetCore("SendNotification", {
9125 Title = "PGSPhysicsSolverEnabled";
9126 Text = "PGS is Disabled!";
9127 })
9128 end
9129 end
9130 if string.sub(CMDBAR.Text, 1, 11) == ("removeinvis") then
9131 for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
9132 if v:IsA("Part") then
9133 if v.Transparency == 1 then
9134 if v.Name ~= "HumanoidRootPart" then
9135 v:Destroy()
9136 end
9137 end
9138 end
9139 end
9140 end
9141 if string.sub(CMDBAR.Text, 1, 9) == ("removefog") then
9142 game:GetService("Lighting").FogStart = 0
9143 game:GetService("Lighting").FogEnd = 9999999999999
9144 end
9145 if string.sub(CMDBAR.Text, 1, 7) == ("disable") then
9146 lplayer.Character.Humanoid.Parent = lplayer
9147 end
9148 if string.sub(CMDBAR.Text, 1, 6) == ("enable") then
9149 lplayer.Humanoid.Parent = lplayer.Character
9150 end
9151 if string.sub(CMDBAR.Text, 1, 13) == ("givealltools ") then
9152 for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
9153 if v:IsA("Tool") then
9154 v.Parent = lplayer.Character
9155 wait()
9156 for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 14))) do
9157 v.Parent = player.Character
9158 end
9159 end
9160 end
9161 end
9162 if string.sub(CMDBAR.Text, 1, 9) == ("flyspeed ") then
9163 speedfly = string.sub(CMDBAR.Text, 10)
9164 wait()
9165 change()
9166 end
9167 if string.sub(CMDBAR.Text, 1, 7) == ("carpet ") then
9168 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
9169 local Anim3 = Instance.new("Animation")
9170 Anim3.AnimationId = "rbxassetid://282574440"
9171 local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
9172 track3:Play(.1, 1, 1)
9173 bplrr = v.Name
9174 banpl = true
9175 end
9176 end
9177 if string.sub(CMDBAR.Text, 1, 8) == ("uncarpet") then
9178 banpl = false
9179 end
9180 if string.sub(CMDBAR.Text, 1, 6) == ("stare ") then
9181 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
9182 staring = true
9183 stareplr = v
9184 end
9185 end
9186 if string.sub(CMDBAR.Text, 1, 7) == ("unstare") then
9187 staring = false
9188 end
9189 if string.sub(CMDBAR.Text, 1, 7) == ("logchat") then
9190 chatlogs = true
9191 game:GetService("StarterGui"):SetCore("SendNotification", {
9192 Title = "LogChat enabled";
9193 Text = "Now logging all player chat.";
9194 })
9195 end
9196 if string.sub(CMDBAR.Text, 1, 9) == ("unlogchat") then
9197 chatlogs = false
9198 game:GetService("StarterGui"):SetCore("SendNotification", {
9199 Title = "LogChat disabled";
9200 Text = "Stopped logging all player chat.";
9201 })
9202 end
9203 if string.sub(CMDBAR.Text, 1, 6) == ("fixcam") then
9204 game:GetService("Workspace").CurrentCamera:Destroy()
9205 wait(0.1)
9206 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
9207 game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
9208 lplayer.CameraMinZoomDistance = 0.5
9209 lplayer.CameraMaxZoomDistance = 400
9210 lplayer.CameraMode = "Classic"
9211 end
9212 if string.sub(CMDBAR.Text, 1, 7) == ("unstate") then
9213 changingstate = false
9214 end
9215 CMDBAR.Text = ""
9216 end
9217end)
9218
9219wait(0.3)
9220game:GetService("StarterGui"):SetCore("SendNotification", {
9221 Title = "Loaded successfully!";
9222 Text = "Reviz Admin V2 by illremember";
9223})
9224wait(0.1)
9225print("Reviz Admin V2 loaded!")
9226if game:GetService("Workspace").FilteringEnabled == true then
9227 warn("FE is Enabled (Filtering Enabled)")
9228 game:GetService("StarterGui"):SetCore("SendNotification", {
9229 Title = "FE is Enabled";
9230 Text = "Filtering Enabled. Enjoy using Reviz Admin!";
9231 })
9232else
9233 warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
9234 game:GetService("StarterGui"):SetCore("SendNotification", {
9235 Title = "FE is Disabled";
9236 Text = "Filtering Disabled. Consider using a different admin script.";
9237 })
9238end
9239
9240local intro = Instance.new("ScreenGui")
9241local Frame = Instance.new("Frame")
9242local ImageLabel = Instance.new("ImageLabel")
9243intro.Parent = game:GetService("CoreGui")
9244Frame.Parent = intro
9245Frame.BackgroundColor3 = Color3.new(1, 1, 1)
9246Frame.BackgroundTransparency = 1
9247Frame.Size = UDim2.new(1, 0, 0, 300)
9248Frame.Position = UDim2.new(0, 0, -0.4, 0)
9249ImageLabel.Parent = Frame
9250ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
9251ImageLabel.BackgroundTransparency = 1
9252ImageLabel.Position = UDim2.new(0, 0, 0, 0)
9253ImageLabel.Size = UDim2.new(1, 0, 1, 0)
9254ImageLabel.Image = "http://www.roblox.com/asset/?id=1542162618"
9255Frame:TweenPosition(UDim2.new(0, 0, 0.2, 0), "Out", "Elastic", 3)
9256wait(3.01)
9257Frame:TweenPosition(UDim2.new(0, 0, 1.5, 0), "Out", "Elastic", 5)
9258wait(5.01)
9259intro:Destroy()
9260end)
9261
9262arrest.Name = "arrest"
9263arrest.Parent = main
9264arrest.BackgroundColor3 = Color3.new(0, 1, 1)
9265arrest.Position = UDim2.new(0.349623203, 0, 0.306112915, 0)
9266arrest.Size = UDim2.new(0, 110, 0, 32)
9267arrest.Font = Enum.Font.GothamBlack
9268arrest.Text = "Arrest"
9269arrest.TextColor3 = Color3.new(1, 0, 0)
9270arrest.TextSize = 14
9271arrest.MouseButton1Down:connect(function()
9272local mouse = game.Players.LocalPlayer:GetMouse()
9273local arrestEvent = game.Workspace.Remote.arrest
9274mouse.Button1Down:connect(function()
9275local obj = mouse.Target
9276local response = arrestEvent:InvokeServer(obj)
9277 end)
9278end)
9279
9280attach.Name = "attach"
9281attach.Parent = main
9282attach.BackgroundColor3 = Color3.new(0, 1, 1)
9283attach.Position = UDim2.new(0.679666638, 0, 0.304921538, 0)
9284attach.Size = UDim2.new(0, 111, 0, 32)
9285attach.Font = Enum.Font.GothamBlack
9286attach.Text = "Aimbot"
9287attach.TextColor3 = Color3.new(1, 0, 0)
9288attach.TextSize = 14
9289attach.MouseButton1Down:connect(function()
9290local plrs = game:GetService("Players")
9291local TeamBased = true ; local teambasedswitch = "o"
9292local presskeytoaim = true; local aimkey = "e"
9293local raycast = false
9294
9295local espupdatetime = 5; autoesp = false
9296
9297
9298
9299local lockaim = true; local lockangle = 5
9300
9301
9302
9303--function findwat(folder, what)
9304-- for i, smth in pairs(folder:GetChildren()) do
9305-- if string.find(string.lower(tostring(smth)), string.lower(what)) then
9306-- return smth
9307-- end
9308-- end
9309--end
9310--
9311--local plrs = findwat(game, "Players")
9312
9313
9314
9315
9316local Gui = Instance.new("ScreenGui")
9317local Move = Instance.new("Frame")
9318local Main = Instance.new("Frame")
9319local EspStatus = Instance.new("TextLabel")
9320local st1 = Instance.new("TextLabel")
9321local st1_2 = Instance.new("TextLabel")
9322local st1_3 = Instance.new("TextLabel")
9323local Name = Instance.new("TextLabel")
9324--Properties:
9325Gui.Name = "Gui"
9326Gui.Parent = plrs.LocalPlayer:WaitForChild("PlayerGui")
9327
9328Move.Name = "Move"
9329Move.Parent = Gui
9330Move.BackgroundColor3 = Color3.new(0.545098, 0, 0)
9331Move.BackgroundTransparency = 1
9332Move.BorderSizePixel = 0
9333Move.Draggable = true
9334Move.Position = UDim2.new(0.005, 0, -0.15, 0)
9335Move.Size = UDim2.new(0.28141585, 0, 0.0320388414, 0)
9336
9337Main.Name = "Main"
9338Main.Parent = Move
9339Main.BackgroundColor3 = Color3.new(1, 1, 1)
9340Main.Position = UDim2.new(0, -7, 20.9960003, 0)
9341Main.Size = UDim2.new(1, 0, 5.79699993, 0)
9342Main.Style = Enum.FrameStyle.RobloxSquare
9343
9344EspStatus.Name = "EspStatus"
9345EspStatus.Parent = Main
9346EspStatus.BackgroundColor3 = Color3.new(1, 1, 1)
9347EspStatus.BackgroundTransparency = 1
9348EspStatus.Position = UDim2.new(0, 0, 0.300000012, 0)
9349EspStatus.Size = UDim2.new(1, 0, 0.162, 0)
9350EspStatus.Font = Enum.Font.ArialBold
9351EspStatus.Text = "Press O to change team based mode"
9352EspStatus.TextColor3 = Color3.new(0.6, 0.196078, 0.8)
9353EspStatus.TextScaled = true
9354EspStatus.TextWrapped = true
9355
9356st1.Name = "st1"
9357st1.Parent = Main
9358st1.BackgroundColor3 = Color3.new(1, 1, 1)
9359st1.BackgroundTransparency = 1
9360st1.Position = UDim2.new(0.271787882, 0, 0, 0)
9361st1.Size = UDim2.new(0.728211343, 0, 0.161862016, 0)
9362st1.Font = Enum.Font.ArialBold
9363st1.Text = ""
9364st1.TextColor3 = Color3.new(0.0784314, 0.541176, 0)
9365st1.TextScaled = true
9366st1.TextSize = 14
9367st1.TextWrapped = true
9368
9369st1_2.Name = "st1"
9370st1_2.Parent = Main
9371st1_2.BackgroundColor3 = Color3.new(1, 1, 1)
9372st1_2.BackgroundTransparency = 1
9373st1_2.Position = UDim2.new(0, 0, 0.875999987, 0)
9374st1_2.Size = UDim2.new(0.999999881, 0, 0.161862016, 0)
9375st1_2.Font = Enum.Font.ArialBold
9376st1_2.Text = "Press E to lock on a person inside ur view"
9377st1_2.TextColor3 = Color3.new(0.6, 0.196078, 0.8)
9378st1_2.TextScaled = true
9379st1_2.TextWrapped = true
9380
9381st1_3.Name = "st1"
9382st1_3.Parent = Main
9383st1_3.BackgroundColor3 = Color3.new(1, 1, 1)
9384st1_3.BackgroundTransparency = 1
9385st1_3.Position = UDim2.new(0, 0, 0.54, 0)
9386st1_3.Size = UDim2.new(1, 0, 0.261999995, 0)
9387st1_3.Font = Enum.Font.ArialBold
9388st1_3.Text = "Press L to enable esp loop and press T to update esp"
9389st1_3.TextColor3 = Color3.new(0.6, 0.196078, 0.8)
9390st1_3.TextScaled = true
9391st1_3.TextWrapped = true
9392
9393
9394Name.Name = "Name"
9395Name.Parent = Move
9396Name.BackgroundColor3 = Color3.new(0.545098, 0, 0)
9397Name.BackgroundTransparency = 1
9398Name.Position = UDim2.new(0, 25, 20.9860001, 0)
9399Name.Size = UDim2.new(0.838, 0, 1.27999997, 0)
9400Name.Font = Enum.Font.Arcade
9401Name.Text = "ARSENAL GUI"
9402Name.TextColor3 = Color3.new(0.541176, 0.168627, 0.886275)
9403Name.TextScaled = true
9404Name.TextSize = 12
9405Name.TextWrapped = true
9406-- Scripts:
9407
9408
9409local plrsforaim = {}
9410
9411local lplr = game:GetService("Players").LocalPlayer
9412Move.Draggable = true
9413Gui.ResetOnSpawn = false
9414Gui.Name = "Chat"
9415Gui.DisplayOrder = 999
9416
9417 Gui.Parent = plrs.LocalPlayer.PlayerGui
9418
9419
9420f = {}
9421local espforlder
9422
9423f.addesp = function()
9424 --print("ESP ran")
9425 if espforlder then
9426 else
9427 espforlder = Instance.new("Folder")
9428 espforlder.Parent = game.Workspace.CurrentCamera
9429 end
9430 for i, v in pairs(espforlder:GetChildren()) do
9431 v:Destroy()
9432 end
9433 for _, plr in pairs(plrs:GetChildren()) do
9434 if plr.Character and plr.Character.Humanoid.Health > 0 and plr.Name ~= lplr.Name then
9435 if TeamBased == true then
9436 if plr.Team.Name ~= plrs.LocalPlayer.Team.Name then
9437 local e = espforlder:FindFirstChild(plr.Name)
9438 if not e then
9439 --print("Added esp for team based")
9440 local bill = Instance.new("BillboardGui", espforlder)
9441 bill.Name = plr.Name
9442 bill.AlwaysOnTop = true
9443 bill.Size = UDim2.new(1,0,1,0)
9444 bill.Adornee = plr.Character.Head
9445 local Frame = Instance.new('Frame',bill)
9446 Frame.Active = true
9447 Frame.BackgroundColor3 = Color3.new(0.862745, 0.0784314, 0.235294)
9448 Frame.BackgroundTransparency = 0
9449 Frame.BorderSizePixel = 0
9450 Frame.AnchorPoint = Vector2.new(.5, .5)
9451 Frame.Position = UDim2.new (0.5,0,0.5,0)
9452 Frame.Size = UDim2.new (1,0,1,0)
9453 Frame.Rotation = 0
9454 plr.Character.Humanoid.Died:Connect(function()
9455 bill:Destroy()
9456 end)
9457 end
9458 end
9459 else
9460 local e = espforlder:FindFirstChild(plr.Name)
9461 if not e then
9462 --print("Added esp")
9463 local bill = Instance.new("BillboardGui", espforlder)
9464 bill.Name = plr.Name
9465 bill.AlwaysOnTop = true
9466 bill.Size = UDim2.new(1,0,1,0)
9467 bill.Adornee = plr.Character.Head
9468 local Frame = Instance.new('Frame',bill)
9469 Frame.Active = true
9470 Frame.BackgroundColor3 = Color3.new(0/255,255/255,0/255)
9471 Frame.BackgroundTransparency = 0
9472 Frame.BorderSizePixel = 0
9473 Frame.AnchorPoint = Vector2.new(.5, .5)
9474 Frame.Position = UDim2.new (0.5,0,0.5,0)
9475 Frame.Size = UDim2.new (1,0,1,0)
9476 Frame.Rotation = 0
9477 plr.Character.Humanoid.Died:Connect(function()
9478 bill:Destroy()
9479 end)
9480 end
9481 end
9482
9483
9484 end
9485 end
9486end
9487local cam = game.Workspace.CurrentCamera
9488
9489local mouse = lplr:GetMouse()
9490local switch = false
9491local key = "k"
9492local aimatpart = nil
9493mouse.KeyDown:Connect(function(a)
9494 if a == "t" then
9495 print("worked1")
9496 f.addesp()
9497 elseif a == "u" then
9498 if raycast == true then
9499 raycast = false
9500 else
9501 raycast = true
9502 end
9503 elseif a == "l" then
9504 if autoesp == false then
9505 autoesp = true
9506 else
9507 autoesp = false
9508 end
9509 end
9510 if a == "j" then
9511 if mouse.Target then
9512 mouse.Target:Destroy()
9513 end
9514 end
9515 if a == key then
9516 if switch == false then
9517 switch = true
9518 else
9519 switch = false
9520 if aimatpart ~= nil then
9521 aimatpart = nil
9522 end
9523 end
9524 elseif a == teambasedswitch then
9525 if TeamBased == true then
9526 TeamBased = false
9527 teambasedstatus.Text = tostring(TeamBased)
9528 else
9529 TeamBased = true
9530 teambasedstatus.Text = tostring(TeamBased)
9531 end
9532 elseif a == aimkey then
9533 if not aimatpart then
9534 local maxangle = math.rad(20)
9535 for i, plr in pairs(plrs:GetChildren()) do
9536 if plr.Name ~= lplr.Name and plr.Character and plr.Character.Head and plr.Character.Humanoid and plr.Character.Humanoid.Health > 1 then
9537 if TeamBased == true then
9538 if plr.Team.Name ~= lplr.Team.Name then
9539 local an = checkfov(plr.Character.Head)
9540 if an < maxangle then
9541 maxangle = an
9542 aimatpart = plr.Character.Head
9543 end
9544 end
9545 else
9546 local an = checkfov(plr.Character.Head)
9547 if an < maxangle then
9548 maxangle = an
9549 aimatpart = plr.Character.Head
9550 end
9551 print(plr)
9552 end
9553 plr.Character.Humanoid.Died:Connect(function()
9554 if aimatpart.Parent == plr.Character or aimatpart == nil then
9555 aimatpart = nil
9556 end
9557 end)
9558 end
9559 end
9560 else
9561 aimatpart = nil
9562 end
9563 end
9564end)
9565
9566function getfovxyz (p0, p1, deg)
9567 local x1, y1, z1 = p0:ToOrientation()
9568 local cf = CFrame.new(p0.p, p1.p)
9569 local x2, y2, z2 = cf:ToOrientation()
9570 --local d = math.deg
9571 if deg then
9572 --return Vector3.new(d(x1-x2), d(y1-y2), d(z1-z2))
9573 else
9574 return Vector3.new((x1-x2), (y1-y2), (z1-z2))
9575 end
9576end
9577
9578function getaimbotplrs()
9579 plrsforaim = {}
9580 for i, plr in pairs(plrs:GetChildren()) do
9581 if plr.Character and plr.Character.Humanoid and plr.Character.Humanoid.Health > 0 and plr.Name ~= lplr.Name and plr.Character.Head then
9582
9583 if TeamBased == true then
9584 if plr.Team.Name ~= lplr.Team.Name then
9585 local cf = CFrame.new(game.Workspace.CurrentCamera.CFrame.p, plr.Character.Head.CFrame.p)
9586 local r = Ray.new(cf, cf.LookVector * 10000)
9587 local ign = {}
9588 for i, v in pairs(plrs.LocalPlayer.Character:GetChildren()) do
9589 if v:IsA("BasePart") then
9590 table.insert(ign , v)
9591 end
9592 end
9593 local obj = game.Workspace:FindPartOnRayWithIgnoreList(r, ign)
9594 if obj.Parent == plr.Character and obj.Parent ~= lplr.Character then
9595 table.insert(plrsforaim, obj)
9596 end
9597 end
9598 else
9599 local cf = CFrame.new(game.Workspace.CurrentCamera.CFrame.p, plr.Character.Head.CFrame.p)
9600 local r = Ray.new(cf, cf.LookVector * 10000)
9601 local ign = {}
9602 for i, v in pairs(plrs.LocalPlayer.Character:GetChildren()) do
9603 if v:IsA("BasePart") then
9604 table.insert(ign , v)
9605 end
9606 end
9607 local obj = game.Workspace:FindPartOnRayWithIgnoreList(r, ign)
9608 if obj.Parent == plr.Character and obj.Parent ~= lplr.Character then
9609 table.insert(plrsforaim, obj)
9610 end
9611 end
9612
9613
9614 end
9615 end
9616end
9617
9618function aimat(part)
9619 cam.CFrame = CFrame.new(cam.CFrame.p, part.CFrame.p)
9620end
9621function checkfov (part)
9622 local fov = getfovxyz(game.Workspace.CurrentCamera.CFrame, part.CFrame)
9623 local angle = math.abs(fov.X) + math.abs(fov.Y)
9624 return angle
9625end
9626
9627game:GetService("RunService").RenderStepped:Connect(function()
9628 if aimatpart then
9629 aimat(aimatpart)
9630 if aimatpart.Parent == plrs.LocalPlayer.Character then
9631 aimatpart = nil
9632 end
9633 end
9634
9635
9636-- if switch == true then
9637-- local maxangle = 99999
9638--
9639-- --print("Loop")
9640-- if true and raycast == false then
9641-- for i, plr in pairs(plrs:GetChildren()) do
9642-- if plr.Name ~= lplr.Name and plr.Character and plr.Character.Head and plr.Character.Humanoid and plr.Character.Humanoid.Health > 1 then
9643-- if TeamBased then
9644-- if plr.Team.Name ~= lplr.Team.Name or plr.Team.TeamColor ~= lplr.Team.TeamColor then
9645-- local an = checkfov(plr.Character.Head)
9646-- if an < maxangle then
9647-- maxangle = an
9648-- aimatpart = plr.Character.Head
9649-- if an < lockangle then
9650-- break
9651-- end
9652-- end
9653-- end
9654-- else
9655-- local an = checkfov(plr.Character.Head)
9656-- if an < maxangle then
9657-- maxangle = an
9658-- aimatpart = plr.Character.Head
9659-- if an < lockangle then
9660-- break
9661-- end
9662-- end
9663-- end
9664--
9665--
9666--
9667--
9668-- end
9669-- end
9670-- elseif raycast == true then
9671--
9672-- end
9673
9674 if raycast == true and switch == false and not aimatpart then
9675 getaimbotplrs()
9676 aimatpart = nil
9677 local maxangle = 999
9678 for i, v in ipairs(plrsforaim) do
9679 if v.Parent ~= lplr.Character then
9680 local an = checkfov(v)
9681 if an < maxangle and v ~= lplr.Character.Head then
9682 maxangle = an
9683 aimatpart = v
9684 print(v:GetFullName())
9685 v.Parent.Humanoid.Died:connect(function()
9686 aimatpart = nil
9687 end)
9688 end
9689 end
9690 end
9691
9692 end
9693end)
9694delay(0, function()
9695 while wait(espupdatetime) do
9696 if autoesp == true then
9697 pcall(function()
9698 f.addesp()
9699 end)
9700 end
9701 end
9702end)
9703warn("loaded")
9704end)
9705
9706fastrem.Name = "fastrem"
9707fastrem.Parent = main
9708fastrem.BackgroundColor3 = Color3.new(1, 0.333333, 0)
9709fastrem.Position = UDim2.new(0.00783289783, 0, 0.518048227, 0)
9710fastrem.Size = UDim2.new(0, 84, 0, 32)
9711fastrem.Font = Enum.Font.Bodoni
9712fastrem.Text = "Fast Remington"
9713fastrem.TextColor3 = Color3.new(0, 0, 0)
9714fastrem.TextSize = 14
9715fastrem.MouseButton1Down:connect(function()
9716local Player = game.Players.LocalPlayer.Name
9717local Gun = "Remington 870" -- < -- Gun Name
9718local Run = game:GetService("RunService")
9719
9720Gun = game.Players[Player].Character[Gun]
9721local Mouse = game.Players.LocalPlayer:GetMouse()
9722local Down = false
9723local Sound = Gun.Handle.FireSound
9724
9725function CreateRay(Point_A, Point_B)
9726local Ray = Ray.new(Point_A, (Point_B - Point_A).Unit * (2 ^ 31 - 1))
9727local Part, Pos = workspace:FindPartOnRay(Ray, game.Players.LocalPlayer.Character)
9728local Dist = (Point_A - Pos).Magnitude
9729local CFrame = CFrame.new(Point_A, Pos) * CFrame.new(0, 0, -Dist / 2)
9730
9731return CFrame, Dist, Ray
9732end
9733
9734function FireLaser(target)
9735coroutine.resume(coroutine.create(function()
9736local C, D, R = CreateRay(Gun.Muzzle.CFrame.p, target.CFrame.p)
9737local Bullet = Instance.new("Part", Gun)
9738Bullet.BrickColor = BrickColor.Yellow()
9739Bullet.Material = "Neon"
9740Bullet.Anchored = true
9741Bullet.CanCollide = false
9742Bullet.Size = Vector3.new(0.2, 0.2, D)
9743Bullet.CFrame = C
9744
9745local bulletTable = {}
9746table.insert(bulletTable, {
9747Hit = target,
9748Distance = D,
9749Cframe = C,
9750RayObject = R
9751})
9752
9753game.ReplicatedStorage.ShootEvent:FireServer(bulletTable, Gun)
9754local C = Sound:Clone()
9755C.Parent = Gun
9756C:Play()
9757wait(0.05)
9758Bullet:Remove()
9759end))
9760end
9761
9762Mouse.Button1Down:Connect(function()
9763Down = true
9764end)
9765
9766
9767Mouse.Button1Up:Connect(function()
9768Down = false
9769end)
9770
9771while Run.Stepped:wait() do
9772if Down == true then
9773game.ReplicatedStorage.SoundEvent:FireServer(Sound, Gun)
9774FireLaser(Mouse.Target)
9775end
9776end
9777end)
9778
9779fastm9.Name = "fastm9"
9780fastm9.Parent = main
9781fastm9.BackgroundColor3 = Color3.new(1, 0.333333, 0)
9782fastm9.Position = UDim2.new(0.267702788, 0, 0.518048167, 0)
9783fastm9.Size = UDim2.new(0, 84, 0, 32)
9784fastm9.Font = Enum.Font.Bodoni
9785fastm9.Text = "Fast M9"
9786fastm9.TextColor3 = Color3.new(0, 0, 0)
9787fastm9.TextSize = 14
9788fastm9.MouseButton1Down:connect(function()
9789local Player = game.Players.LocalPlayer.Name
9790local Gun = "M9" -- < -- Gun Name
9791local Run = game:GetService("RunService")
9792
9793Gun = game.Players[Player].Character[Gun]
9794local Mouse = game.Players.LocalPlayer:GetMouse()
9795local Down = false
9796local Sound = Gun.Handle.FireSound
9797
9798function CreateRay(Point_A, Point_B)
9799local Ray = Ray.new(Point_A, (Point_B - Point_A).Unit * (2 ^ 31 - 1))
9800local Part, Pos = workspace:FindPartOnRay(Ray, game.Players.LocalPlayer.Character)
9801local Dist = (Point_A - Pos).Magnitude
9802local CFrame = CFrame.new(Point_A, Pos) * CFrame.new(0, 0, -Dist / 2)
9803
9804return CFrame, Dist, Ray
9805end
9806
9807function FireLaser(target)
9808coroutine.resume(coroutine.create(function()
9809local C, D, R = CreateRay(Gun.Muzzle.CFrame.p, target.CFrame.p)
9810local Bullet = Instance.new("Part", Gun)
9811Bullet.BrickColor = BrickColor.Yellow()
9812Bullet.Material = "Neon"
9813Bullet.Anchored = true
9814Bullet.CanCollide = false
9815Bullet.Size = Vector3.new(0.2, 0.2, D)
9816Bullet.CFrame = C
9817
9818local bulletTable = {}
9819table.insert(bulletTable, {
9820Hit = target,
9821Distance = D,
9822Cframe = C,
9823RayObject = R
9824})
9825
9826game.ReplicatedStorage.ShootEvent:FireServer(bulletTable, Gun)
9827local C = Sound:Clone()
9828C.Parent = Gun
9829C:Play()
9830wait(0.05)
9831Bullet:Remove()
9832end))
9833end
9834
9835Mouse.Button1Down:Connect(function()
9836Down = true
9837end)
9838
9839
9840Mouse.Button1Up:Connect(function()
9841Down = false
9842end)
9843
9844while Run.Stepped:wait() do
9845if Down == true then
9846game.ReplicatedStorage.SoundEvent:FireServer(Sound, Gun)
9847FireLaser(Mouse.Target)
9848end
9849end
9850end)
9851
9852fasttaze.Name = "fasttaze"
9853fasttaze.Parent = main
9854fasttaze.BackgroundColor3 = Color3.new(1, 0.333333, 0)
9855fasttaze.Position = UDim2.new(0.522364557, 0, 0.518048108, 0)
9856fasttaze.Size = UDim2.new(0, 84, 0, 32)
9857fasttaze.Font = Enum.Font.Bodoni
9858fasttaze.Text = "Fast Taser"
9859fasttaze.TextColor3 = Color3.new(0, 0, 0)
9860fasttaze.TextSize = 14
9861fasttaze.MouseButton1Down:connect(function()
9862local Player = game.Players.LocalPlayer.Name
9863local Gun = "Taser" -- < -- Gun Name
9864local Run = game:GetService("RunService")
9865
9866Gun = game.Players[Player].Character[Gun]
9867local Mouse = game.Players.LocalPlayer:GetMouse()
9868local Down = false
9869local Sound = Gun.Handle.FireSound
9870
9871function CreateRay(Point_A, Point_B)
9872local Ray = Ray.new(Point_A, (Point_B - Point_A).Unit * (2 ^ 31 - 1))
9873local Part, Pos = workspace:FindPartOnRay(Ray, game.Players.LocalPlayer.Character)
9874local Dist = (Point_A - Pos).Magnitude
9875local CFrame = CFrame.new(Point_A, Pos) * CFrame.new(0, 0, -Dist / 2)
9876
9877return CFrame, Dist, Ray
9878end
9879
9880function FireLaser(target)
9881coroutine.resume(coroutine.create(function()
9882local C, D, R = CreateRay(Gun.Muzzle.CFrame.p, target.CFrame.p)
9883local Bullet = Instance.new("Part", Gun)
9884Bullet.BrickColor = BrickColor.Yellow()
9885Bullet.Material = "Neon"
9886Bullet.Anchored = true
9887Bullet.CanCollide = false
9888Bullet.Size = Vector3.new(0.2, 0.2, D)
9889Bullet.CFrame = C
9890
9891local bulletTable = {}
9892table.insert(bulletTable, {
9893Hit = target,
9894Distance = D,
9895Cframe = C,
9896RayObject = R
9897})
9898
9899game.ReplicatedStorage.ShootEvent:FireServer(bulletTable, Gun)
9900local C = Sound:Clone()
9901C.Parent = Gun
9902C:Play()
9903wait(0.05)
9904Bullet:Remove()
9905end))
9906end
9907
9908Mouse.Button1Down:Connect(function()
9909Down = true
9910end)
9911
9912
9913Mouse.Button1Up:Connect(function()
9914Down = false
9915end)
9916
9917while Run.Stepped:wait() do
9918if Down == true then
9919game.ReplicatedStorage.SoundEvent:FireServer(Sound, Gun)
9920FireLaser(Mouse.Target)
9921end
9922end
9923end)
9924
9925fastak.Name = "fastak"
9926fastak.Parent = main
9927fastak.BackgroundColor3 = Color3.new(1, 0.333333, 0)
9928fastak.Position = UDim2.new(0.77959609, 0, 0.518048167, 0)
9929fastak.Size = UDim2.new(0, 79, 0, 32)
9930fastak.Font = Enum.Font.Bodoni
9931fastak.Text = "Fast AK47"
9932fastak.TextColor3 = Color3.new(0, 0, 0)
9933fastak.TextSize = 14
9934fastak.MouseButton1Down:connect(function()
9935local Player = game.Players.LocalPlayer.Name
9936local Gun = "AK47" -- < -- Gun Name
9937local Run = game:GetService("RunService")
9938
9939Gun = game.Players[Player].Character[Gun]
9940local Mouse = game.Players.LocalPlayer:GetMouse()
9941local Down = false
9942local Sound = Gun.Handle.FireSound
9943
9944function CreateRay(Point_A, Point_B)
9945local Ray = Ray.new(Point_A, (Point_B - Point_A).Unit * (2 ^ 31 - 1))
9946local Part, Pos = workspace:FindPartOnRay(Ray, game.Players.LocalPlayer.Character)
9947local Dist = (Point_A - Pos).Magnitude
9948local CFrame = CFrame.new(Point_A, Pos) * CFrame.new(0, 0, -Dist / 2)
9949
9950return CFrame, Dist, Ray
9951end
9952
9953function FireLaser(target)
9954coroutine.resume(coroutine.create(function()
9955local C, D, R = CreateRay(Gun.Muzzle.CFrame.p, target.CFrame.p)
9956local Bullet = Instance.new("Part", Gun)
9957Bullet.BrickColor = BrickColor.Yellow()
9958Bullet.Material = "Neon"
9959Bullet.Anchored = true
9960Bullet.CanCollide = false
9961Bullet.Size = Vector3.new(0.2, 0.2, D)
9962Bullet.CFrame = C
9963
9964local bulletTable = {}
9965table.insert(bulletTable, {
9966Hit = target,
9967Distance = D,
9968Cframe = C,
9969RayObject = R
9970})
9971
9972game.ReplicatedStorage.ShootEvent:FireServer(bulletTable, Gun)
9973local C = Sound:Clone()
9974C.Parent = Gun
9975C:Play()
9976wait(0.05)
9977Bullet:Remove()
9978end))
9979end
9980
9981Mouse.Button1Down:Connect(function()
9982Down = true
9983end)
9984
9985
9986Mouse.Button1Up:Connect(function()
9987Down = false
9988end)
9989
9990while Run.Stepped:wait() do
9991if Down == true then
9992game.ReplicatedStorage.SoundEvent:FireServer(Sound, Gun)
9993FireLaser(Mouse.Target)
9994end
9995end
9996end)
9997
9998killall.Name = "killall"
9999killall.Parent = main
10000killall.BackgroundColor3 = Color3.new(1, 0, 0)
10001killall.Position = UDim2.new(0.0102345012, 0, 0.760852396, 0)
10002killall.Size = UDim2.new(0, 110, 0, 34)
10003killall.Font = Enum.Font.GothamBold
10004killall.Text = "Kill All"
10005killall.TextColor3 = Color3.new(0, 0, 0)
10006killall.TextSize = 14
10007killall.MouseButton1Down:connect(function()
10008workspace.Remote.TeamEvent:FireServer("Medium stone grey")
10009
10010game.Workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["Remington 870"].ITEMPICKUP)
10011
10012wait(0.5)
10013function kill(a)
10014local A_1 =
10015{
10016[1] =
10017{
10018["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-391.152252, 8.65560055, -83.2166901)),
10019["Distance"] = 3.2524313926697,
10020["Cframe"] = CFrame.new(840.310791, 101.334137, 2267.87988, 0.0636406094, 0.151434347, -0.986416459, 0, 0.988420188, 0.151741937, 0.997972965, -0.00965694897, 0.0629036576),
10021["Hit"] = a.Character.Head
10022},
10023 [2] =
10024{
10025["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-392.481476, -8.44939327, -76.7261353)),
10026["Distance"] = 3.2699294090271,
10027["Cframe"] = CFrame.new(840.290466, 101.184189, 2267.93506, 0.0964837447, 0.0589403138, -0.993587971, 4.65661287e-10, 0.998245299, 0.0592165813, 0.995334625, -0.00571343815, 0.0963144377),
10028["Hit"] = a.Character.Head
10029},
10030[3] =
10031{
10032["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-389.21701, -2.50536323, -92.2163162)),
10033["Distance"] = 3.1665518283844,
10034["Cframe"] = CFrame.new(840.338867, 101.236496, 2267.80371, 0.0166504811, 0.0941716284, -0.995416701, 1.16415322e-10, 0.995554805, 0.0941846818, 0.999861419, -0.00156822044, 0.0165764652),
10035["Hit"] = a.Character.Head
10036},
10037[4] =
10038{
10039["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-393.353973, 3.13988972, -72.5452042)),
10040["Distance"] = 3.3218522071838,
10041["Cframe"] = CFrame.new(840.277222, 101.285957, 2267.9707, 0.117109694, 0.118740402, -0.985994935, -1.86264515e-09, 0.992826641, 0.119563118, 0.993119001, -0.0140019981, 0.116269611),
10042["Hit"] = a.Character.Head
10043},
10044[5] =
10045{
10046["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-390.73172, 3.2097764, -85.5477524)),
10047["Distance"] = 3.222757101059,
10048["Cframe"] = CFrame.new(840.317993, 101.286423, 2267.86035, 0.0517584644, 0.123365127, -0.991010666, 0, 0.992340803, 0.123530701, 0.99865967, -0.00639375951, 0.0513620302),
10049["Hit"] = a.Character.Head
10050}
10051}
10052local A_2 = game.Players.LocalPlayer.Backpack["Remington 870"]
10053local Event = game:GetService("ReplicatedStorage").ShootEvent
10054Event:FireServer(A_1, A_2)
10055Event:FireServer(A_1, A_2)
10056end
10057
10058for i,v in pairs(game.Players:GetChildren())do
10059if v.Name ~= game.Players.LocalPlayer.Name then
10060kill(v)
10061end
10062end
10063wait(1)
10064workspace.Remote.TeamEvent:FireServer("Bright orange")
10065end)
10066
10067btools.Name = "btools"
10068btools.Parent = main
10069btools.BackgroundColor3 = Color3.new(0, 1, 1)
10070btools.Position = UDim2.new(0.678933322, 0, 0.2304198, 0)
10071btools.Size = UDim2.new(0, 111, 0, 32)
10072btools.Font = Enum.Font.GothamBold
10073btools.Text = "Btools"
10074btools.TextColor3 = Color3.new(1, 0, 0)
10075btools.TextSize = 14
10076btools.MouseButton1Down:connect(function()
10077local tool1 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
10078tool1.BinType = "Hammer"
10079end)
10080
10081speed.Name = "speed"
10082speed.Parent = main
10083speed.BackgroundColor3 = Color3.new(0.333333, 1, 1)
10084speed.Position = UDim2.new(0.350194454, 0, 0.379678607, 0)
10085speed.Size = UDim2.new(0, 110, 0, 32)
10086speed.Font = Enum.Font.GothamBold
10087speed.Text = "Speed"
10088speed.TextColor3 = Color3.new(1, 0, 0)
10089speed.TextSize = 14
10090speed.MouseButton1Down:connect(function()
10091Speed = "100" -- Change to how fast you want to go
10092
10093player = game.Players.LocalPlayer.Character
10094power = "WalkSpeed"
10095player.Humanoid[power] = Speed
10096wait()
10097player.HumanoidRootPart.CustomPhysicalProperties = PhysicalProperties.new(9e99, 9e99, 9e99, 9e99, 9e99)
10098wait()
10099repeat
10100game.Workspace.Gravity = 1000
10101wait()
10102game.Players.LocalPlayer.Character.Humanoid.JumpPower = 287.5
10103wait()
10104until game.Players.LocalPlayer.Character.Humanoid.Health == 0
10105end)
10106
10107respawn.Name = "respawn"
10108respawn.Parent = main
10109respawn.BackgroundColor3 = Color3.new(0.333333, 1, 1)
10110respawn.Position = UDim2.new(0.68041873, 0, 0.379084349, 0)
10111respawn.Size = UDim2.new(0, 111, 0, 32)
10112respawn.Font = Enum.Font.GothamBold
10113respawn.Text = "Fast Respawn"
10114respawn.TextColor3 = Color3.new(1, 0, 0)
10115respawn.TextSize = 14
10116respawn.MouseButton1Down:connect(function()
10117local A_1 = "\66\114\111\121\111\117\98\97\100\100"
10118local Event = game:GetService("Workspace").Remote.loadchar
10119Event:InvokeServer(A_1)
10120end)
10121
10122Credits.Name = "Credits"
10123Credits.Parent = main
10124Credits.BackgroundColor3 = Color3.new(0, 0, 0)
10125Credits.Position = UDim2.new(0.0242873691, 0, 0.934491813, 0)
10126Credits.Size = UDim2.new(0, 352, 0, 31)
10127Credits.Font = Enum.Font.GothamBold
10128Credits.Text = "Made by JAKE11PRICE on YouTube"
10129Credits.TextColor3 = Color3.new(1, 1, 0)
10130Credits.TextSize = 14
10131
10132prison.Name = "prison"
10133prison.Parent = main
10134prison.BackgroundColor3 = Color3.new(0, 1, 1)
10135prison.Position = UDim2.new(0.681462109, 0, 0.450664163, 0)
10136prison.Size = UDim2.new(0, 110, 0, 32)
10137prison.Font = Enum.Font.GothamBlack
10138prison.Text = "Prison"
10139prison.TextColor3 = Color3.new(1, 0, 0)
10140prison.TextSize = 14
10141prison.MouseButton1Down:connect(function()
10142game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(918.77,100,2379.07)
10143end)
10144
10145yard.Name = "yard"
10146yard.Parent = main
10147yard.BackgroundColor3 = Color3.new(0.333333, 1, 1)
10148yard.Position = UDim2.new(0.0127276238, 0, 0.45231539, 0)
10149yard.Size = UDim2.new(0, 110, 0, 32)
10150yard.Font = Enum.Font.GothamBlack
10151yard.Text = "Yard"
10152yard.TextColor3 = Color3.new(1, 0, 0)
10153yard.TextSize = 14
10154yard.MouseButton1Down:connect(function()
10155game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(779.87,98,2458.93)
10156end)
10157
10158crimbase.Name = "crimbase"
10159crimbase.Parent = main
10160crimbase.BackgroundColor3 = Color3.new(0.333333, 1, 1)
10161crimbase.Position = UDim2.new(0.348744512, 0, 0.451209784, 0)
10162crimbase.Size = UDim2.new(0, 110, 0, 32)
10163crimbase.Font = Enum.Font.GothamBlack
10164crimbase.Text = "Crim Base"
10165crimbase.TextColor3 = Color3.new(1, 0, 0)
10166crimbase.TextSize = 14
10167crimbase.MouseButton1Down:connect(function()
10168game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-943.46,94.13,2063.63)
10169end)
10170
10171title_2.Name = "title"
10172title_2.Parent = main
10173title_2.BackgroundColor3 = Color3.new(0.333333, 1, 0)
10174title_2.Position = UDim2.new(0.000689314213, 0, 0.592849016, 0)
10175title_2.Size = UDim2.new(0, 364, 0, 26)
10176title_2.Font = Enum.Font.GothamBold
10177title_2.Text = "FUN FE COMMANDS!"
10178title_2.TextColor3 = Color3.new(0, 0, 0)
10179title_2.TextSize = 14
10180
10181bringall.Name = "bringall"
10182bringall.Parent = main
10183bringall.BackgroundColor3 = Color3.new(1, 1, 0)
10184bringall.Position = UDim2.new(0.0220828541, 0, 0.704794765, 0)
10185bringall.Size = UDim2.new(0, 111, 0, 25)
10186bringall.Font = Enum.Font.GothamBold
10187bringall.Text = "Bring All"
10188bringall.TextColor3 = Color3.new(0, 0, 0)
10189bringall.TextSize = 14
10190bringall.MouseButton1Down:connect(function()
10191workspace.Remote.TeamEvent:FireServer("Bright blue")
10192
10193local LocalPlayer = game:GetService("Players").LocalPlayer
10194local runservice = game:GetService("RunService")
10195local characters = {}
10196LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()
10197local currentamount = #LocalPlayer.Backpack:GetChildren()
10198LocalPlayer.Character.Archivable = true
10199local tempchar = LocalPlayer.Character:Clone()
10200tempchar.Parent = workspace
10201local savepos = LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame
10202local renderstepped = runservice.RenderStepped:Connect(function()
10203 workspace.CurrentCamera.CameraSubject = tempchar:FindFirstChild("Humanoid")
10204 for _, tool in pairs(LocalPlayer.Backpack:GetChildren()) do
10205 if tool:IsA("Tool") then
10206 tool.Parent = LocalPlayer
10207 end
10208 end
10209 LocalPlayer.Character:ClearAllChildren()
10210 local char = Instance.new("Model", workspace)
10211 table.insert(characters, char)
10212 Instance.new("Humanoid", char)
10213 LocalPlayer.Character = char
10214 repeat runservice.RenderStepped:Wait() until LocalPlayer.Character ~= nil
10215end)
10216repeat runservice.RenderStepped:Wait() until #LocalPlayer:GetChildren() - 2 - currentamount >= #game.Players:GetPlayers() * 6
10217renderstepped:Disconnect()
10218repeat runservice.RenderStepped:Wait() until LocalPlayer.Character:FindFirstChild("HumanoidRootPart") ~= nil
10219for _, char in pairs(characters) do
10220 char:Destroy()
10221end
10222for _, tool in pairs(LocalPlayer:GetChildren()) do
10223 if tool:IsA("Tool") then
10224 tool.Parent = LocalPlayer.Backpack
10225 end
10226end
10227LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = savepos
10228tempchar:Destroy()
10229
10230wait()
10231
10232for i, v in pairs(game.Players:GetPlayers()) do
10233if v and v.Name ~= game.Players.LocalPlayer.Name then
10234
10235game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10236 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10237
10238 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10239 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10240 wait()
10241 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
10242
10243end
10244wait(.1)
10245
10246end
10247for i, v in pairs(game.Players:GetPlayers()) do
10248if v and v.Name ~= game.Players.LocalPlayer.Name then
10249
10250game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10251 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10252
10253 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10254 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10255 wait()
10256 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
10257
10258end
10259wait(0.01)
10260
10261end
10262for i, v in pairs(game.Players:GetPlayers()) do
10263if v and v.Name ~= game.Players.LocalPlayer.Name then
10264
10265game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10266 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10267
10268 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10269 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10270 wait()
10271 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
10272
10273end
10274wait(0.01)
10275
10276end
10277for i, v in pairs(game.Players:GetPlayers()) do
10278if v and v.Name ~= game.Players.LocalPlayer.Name then
10279
10280game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10281 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10282
10283 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10284 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10285 wait()
10286 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
10287
10288end
10289wait(0.01)
10290
10291end
10292for i, v in pairs(game.Players:GetPlayers()) do
10293if v and v.Name ~= game.Players.LocalPlayer.Name then
10294
10295game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10296 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10297
10298 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10299 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10300 wait()
10301 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
10302
10303end
10304wait(0.01)
10305
10306end
10307for i, v in pairs(game.Players:GetPlayers()) do
10308if v and v.Name ~= game.Players.LocalPlayer.Name then
10309
10310game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10311 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10312
10313 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10314 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10315 wait()
10316 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
10317
10318end
10319wait(0.01)
10320
10321end
10322for i, v in pairs(game.Players:GetPlayers()) do
10323if v and v.Name ~= game.Players.LocalPlayer.Name then
10324
10325game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10326 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10327
10328 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10329 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10330 wait()
10331 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
10332
10333end
10334wait(0.01)
10335
10336end
10337for i, v in pairs(game.Players:GetPlayers()) do
10338if v and v.Name ~= game.Players.LocalPlayer.Name then
10339
10340game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10341 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10342
10343 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10344 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10345 wait()
10346 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
10347
10348end
10349wait(0.01)
10350
10351end
10352for i, v in pairs(game.Players:GetPlayers()) do
10353if v and v.Name ~= game.Players.LocalPlayer.Name then
10354
10355game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10356 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10357
10358 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10359 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10360 wait()
10361 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
10362
10363end
10364wait(0.01)
10365
10366end
10367for i, v in pairs(game.Players:GetPlayers()) do
10368if v and v.Name ~= game.Players.LocalPlayer.Name then
10369
10370game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10371 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10372
10373 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10374 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10375 wait()
10376 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
10377
10378end
10379wait(0.01)
10380
10381end
10382for i, v in pairs(game.Players:GetPlayers()) do
10383if v and v.Name ~= game.Players.LocalPlayer.Name then
10384
10385game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10386 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10387
10388 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10389 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10390 wait()
10391 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
10392
10393end
10394wait(0.01)
10395
10396end
10397for i, v in pairs(game.Players:GetPlayers()) do
10398if v and v.Name ~= game.Players.LocalPlayer.Name then
10399
10400game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10401 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10402
10403 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10404 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10405 wait()
10406 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
10407
10408end
10409wait(0.01)
10410
10411end
10412for i, v in pairs(game.Players:GetPlayers()) do
10413if v and v.Name ~= game.Players.LocalPlayer.Name then
10414
10415game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10416 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10417
10418 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10419 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10420 wait()
10421 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
10422
10423end
10424wait(0.01)
10425
10426end
10427for i, v in pairs(game.Players:GetPlayers()) do
10428if v and v.Name ~= game.Players.LocalPlayer.Name then
10429
10430game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10431 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10432
10433 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10434 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10435 wait()
10436 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
10437
10438end
10439wait(0.01)
10440
10441end
10442for i, v in pairs(game.Players:GetPlayers()) do
10443if v and v.Name ~= game.Players.LocalPlayer.Name then
10444
10445game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10446 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10447
10448 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10449 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10450 wait()
10451 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
10452
10453end
10454wait(0.01)
10455
10456end
10457for i, v in pairs(game.Players:GetPlayers()) do
10458if v and v.Name ~= game.Players.LocalPlayer.Name then
10459
10460game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10461 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10462
10463 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10464 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10465 wait()
10466 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
10467
10468end
10469wait(0.01)
10470
10471end
10472for i, v in pairs(game.Players:GetPlayers()) do
10473if v and v.Name ~= game.Players.LocalPlayer.Name then
10474
10475game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10476 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10477
10478 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10479 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10480 wait()
10481 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
10482
10483end
10484wait(0.01)
10485
10486end
10487for i, v in pairs(game.Players:GetPlayers()) do
10488if v and v.Name ~= game.Players.LocalPlayer.Name then
10489
10490game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10491 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10492
10493 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10494 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10495 wait()
10496 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
10497
10498end
10499wait(0.01)
10500
10501end
10502for i, v in pairs(game.Players:GetPlayers()) do
10503if v and v.Name ~= game.Players.LocalPlayer.Name then
10504
10505game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10506 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10507
10508 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10509 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10510 wait()
10511 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
10512
10513end
10514wait(0.01)
10515
10516end
10517for i, v in pairs(game.Players:GetPlayers()) do
10518if v and v.Name ~= game.Players.LocalPlayer.Name then
10519
10520game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10521 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10522
10523 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10524 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10525 wait()
10526 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
10527
10528end
10529wait(0.01)
10530
10531end
10532for i, v in pairs(game.Players:GetPlayers()) do
10533if v and v.Name ~= game.Players.LocalPlayer.Name then
10534
10535game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10536 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10537
10538 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10539 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10540 wait()
10541 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
10542
10543end
10544wait(0.01)
10545
10546end
10547for i, v in pairs(game.Players:GetPlayers()) do
10548if v and v.Name ~= game.Players.LocalPlayer.Name then
10549
10550game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10551 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10552
10553 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10554 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10555 wait()
10556 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
10557
10558end
10559wait(0.01)
10560
10561end
10562for i, v in pairs(game.Players:GetPlayers()) do
10563if v and v.Name ~= game.Players.LocalPlayer.Name then
10564
10565game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10566 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10567
10568 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10569 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10570 wait()
10571 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
10572
10573end
10574wait(0.01)
10575
10576end
10577for i, v in pairs(game.Players:GetPlayers()) do
10578if v and v.Name ~= game.Players.LocalPlayer.Name then
10579
10580game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10581 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10582
10583 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10584 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10585 wait()
10586 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
10587
10588end
10589wait(0.01)
10590
10591end
10592for i, v in pairs(game.Players:GetPlayers()) do
10593if v and v.Name ~= game.Players.LocalPlayer.Name then
10594
10595game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10596 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10597
10598 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10599 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10600 wait()
10601 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
10602
10603end
10604wait(0.01)
10605
10606end
10607for i, v in pairs(game.Players:GetPlayers()) do
10608if v and v.Name ~= game.Players.LocalPlayer.Name then
10609
10610game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10611 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10612
10613 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10614 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10615 wait()
10616 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
10617
10618end
10619wait(0.01)
10620
10621end
10622for i, v in pairs(game.Players:GetPlayers()) do
10623if v and v.Name ~= game.Players.LocalPlayer.Name then
10624
10625game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10626 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10627
10628 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10629 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10630 wait()
10631 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
10632
10633end
10634wait(0.01)
10635
10636end
10637for i, v in pairs(game.Players:GetPlayers()) do
10638if v and v.Name ~= game.Players.LocalPlayer.Name then
10639
10640game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10641 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10642
10643 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10644 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10645 wait()
10646 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
10647
10648end
10649wait(0.01)
10650
10651end
10652for i, v in pairs(game.Players:GetPlayers()) do
10653if v and v.Name ~= game.Players.LocalPlayer.Name then
10654
10655game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10656 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10657
10658 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10659 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10660 wait()
10661 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
10662
10663end
10664wait(0.01)
10665
10666end
10667for i, v in pairs(game.Players:GetPlayers()) do
10668if v and v.Name ~= game.Players.LocalPlayer.Name then
10669
10670game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10671 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10672
10673 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10674 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10675 wait()
10676 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
10677
10678end
10679wait(0.01)
10680
10681end
10682for i, v in pairs(game.Players:GetPlayers()) do
10683if v and v.Name ~= game.Players.LocalPlayer.Name then
10684
10685game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10686 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10687
10688 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10689 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10690 wait()
10691 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
10692
10693end
10694wait(0.01)
10695
10696end
10697for i, v in pairs(game.Players:GetPlayers()) do
10698if v and v.Name ~= game.Players.LocalPlayer.Name then
10699
10700game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10701 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10702
10703 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10704 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10705 wait()
10706 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
10707
10708end
10709wait(0.01)
10710
10711end
10712for i, v in pairs(game.Players:GetPlayers()) do
10713if v and v.Name ~= game.Players.LocalPlayer.Name then
10714
10715game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10716 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10717
10718 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10719 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10720 wait()
10721 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
10722
10723end
10724wait(0.01)
10725
10726end
10727for i, v in pairs(game.Players:GetPlayers()) do
10728if v and v.Name ~= game.Players.LocalPlayer.Name then
10729
10730game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10731 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10732
10733 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10734 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10735 wait()
10736 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
10737
10738end
10739wait(0.01)
10740
10741end
10742for i, v in pairs(game.Players:GetPlayers()) do
10743if v and v.Name ~= game.Players.LocalPlayer.Name then
10744
10745game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10746 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10747
10748 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10749 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10750 wait()
10751 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
10752
10753end
10754wait(0.01)
10755
10756end
10757for i, v in pairs(game.Players:GetPlayers()) do
10758if v and v.Name ~= game.Players.LocalPlayer.Name then
10759
10760game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10761 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10762
10763 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10764 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10765 wait()
10766 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
10767
10768end
10769wait(0.01)
10770
10771end
10772for i, v in pairs(game.Players:GetPlayers()) do
10773if v and v.Name ~= game.Players.LocalPlayer.Name then
10774
10775game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10776 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10777
10778 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10779 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10780 wait()
10781 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
10782
10783end
10784wait(0.01)
10785
10786end
10787for i, v in pairs(game.Players:GetPlayers()) do
10788if v and v.Name ~= game.Players.LocalPlayer.Name then
10789
10790game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10791 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10792
10793 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10794 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10795 wait()
10796 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
10797
10798end
10799wait(0.01)
10800
10801end
10802for i, v in pairs(game.Players:GetPlayers()) do
10803if v and v.Name ~= game.Players.LocalPlayer.Name then
10804
10805game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10806 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10807
10808 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10809 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10810 wait()
10811 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
10812
10813end
10814wait(0.01)
10815
10816end
10817for i, v in pairs(game.Players:GetPlayers()) do
10818if v and v.Name ~= game.Players.LocalPlayer.Name then
10819
10820game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10821 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10822
10823 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10824 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10825 wait()
10826 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
10827
10828end
10829wait(0.01)
10830
10831end
10832for i, v in pairs(game.Players:GetPlayers()) do
10833if v and v.Name ~= game.Players.LocalPlayer.Name then
10834
10835game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10836 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10837
10838 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10839 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10840 wait()
10841 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
10842
10843end
10844wait(0.01)
10845
10846end
10847for i, v in pairs(game.Players:GetPlayers()) do
10848if v and v.Name ~= game.Players.LocalPlayer.Name then
10849
10850game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10851 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10852
10853 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10854 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10855 wait()
10856 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
10857
10858end
10859wait(0.01)
10860
10861end
10862for i, v in pairs(game.Players:GetPlayers()) do
10863if v and v.Name ~= game.Players.LocalPlayer.Name then
10864
10865game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10866 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10867
10868 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10869 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10870 wait()
10871 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
10872
10873end
10874wait(0.01)
10875
10876end
10877for i, v in pairs(game.Players:GetPlayers()) do
10878if v and v.Name ~= game.Players.LocalPlayer.Name then
10879
10880game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10881 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10882
10883 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10884 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10885 wait()
10886 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
10887
10888end
10889wait(0.01)
10890
10891end
10892for i, v in pairs(game.Players:GetPlayers()) do
10893if v and v.Name ~= game.Players.LocalPlayer.Name then
10894
10895game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10896 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10897
10898 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10899 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10900 wait()
10901 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
10902
10903end
10904wait(0.01)
10905
10906end
10907for i, v in pairs(game.Players:GetPlayers()) do
10908if v and v.Name ~= game.Players.LocalPlayer.Name then
10909
10910game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10911 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10912
10913 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10914 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10915 wait()
10916 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
10917
10918end
10919wait(0.01)
10920
10921end
10922for i, v in pairs(game.Players:GetPlayers()) do
10923if v and v.Name ~= game.Players.LocalPlayer.Name then
10924
10925game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10926 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10927
10928 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10929 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10930 wait()
10931 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
10932
10933end
10934wait(0.01)
10935
10936end
10937for i, v in pairs(game.Players:GetPlayers()) do
10938if v and v.Name ~= game.Players.LocalPlayer.Name then
10939
10940game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10941 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10942
10943 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10944 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10945 wait()
10946 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
10947
10948end
10949wait(0.01)
10950
10951end
10952for i, v in pairs(game.Players:GetPlayers()) do
10953if v and v.Name ~= game.Players.LocalPlayer.Name then
10954
10955game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10956 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10957
10958 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10959 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10960 wait()
10961 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
10962
10963end
10964wait(0.01)
10965
10966end
10967for i, v in pairs(game.Players:GetPlayers()) do
10968if v and v.Name ~= game.Players.LocalPlayer.Name then
10969
10970game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10971 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10972
10973 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10974 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10975 wait()
10976 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
10977
10978end
10979wait(0.01)
10980
10981end
10982for i, v in pairs(game.Players:GetPlayers()) do
10983if v and v.Name ~= game.Players.LocalPlayer.Name then
10984
10985game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10986 game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
10987
10988 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10989 game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
10990 wait()
10991 v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
10992
10993end
10994wait(0.01)
10995
10996end
10997end)
10998
10999drill.Name = "drill"
11000drill.Parent = main
11001drill.BackgroundColor3 = Color3.new(1, 1, 0)
11002drill.Position = UDim2.new(0.343317509, 0, 0.704794705, 0)
11003drill.Size = UDim2.new(0, 111, 0, 25)
11004drill.Font = Enum.Font.GothamBold
11005drill.Text = "Fe Drill"
11006drill.TextColor3 = Color3.new(0, 0, 0)
11007drill.TextSize = 14
11008drill.MouseButton1Down:connect(function()
11009workspace.Remote.TeamEvent:FireServer("Bright blue")
11010
11011local toolamount = 80 -- How long the tornado is
11012local tornadosize = 1 -- The size of how big the opening of the tornado is
11013
11014local LocalPlayer = game:GetService("Players").LocalPlayer
11015local runservice = game:GetService("RunService")
11016local characters = {}
11017LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()
11018local currentamount = #LocalPlayer.Backpack:GetChildren()
11019LocalPlayer.Character.Archivable = true
11020local tempchar = LocalPlayer.Character:Clone()
11021tempchar.Parent = workspace
11022local savepos = LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame
11023local renderstepped = runservice.RenderStepped:Connect(function()
11024 workspace.CurrentCamera.CameraSubject = tempchar:FindFirstChild("Humanoid")
11025 for _, tool in pairs(LocalPlayer.Backpack:GetChildren()) do
11026 if tool:IsA("Tool") then
11027 tool.Parent = LocalPlayer
11028 end
11029 end
11030 LocalPlayer.Character:ClearAllChildren()
11031 local char = Instance.new("Model", workspace)
11032 table.insert(characters, char)
11033 Instance.new("Humanoid", char)
11034 LocalPlayer.Character = char
11035 repeat runservice.RenderStepped:Wait() until LocalPlayer.Character ~= nil
11036end)
11037repeat runservice.RenderStepped:Wait() until #LocalPlayer:GetChildren() - 4 - currentamount >= toolamount
11038renderstepped:Disconnect()
11039repeat runservice.RenderStepped:Wait() until LocalPlayer.Character:FindFirstChild("HumanoidRootPart") ~= nil
11040for _, char in pairs(characters) do
11041 char:Destroy()
11042end
11043for index, tool in pairs(LocalPlayer:GetChildren()) do
11044 if tool:IsA("Tool") then
11045 tool.Parent = LocalPlayer.Backpack
11046 tool.Handle.Massless = false
11047 tool.Grip = CFrame.new(Vector3.new(0, -index * .1, 0)) * CFrame.Angles(math.rad(90), 0, math.tan(index * 0.5))
11048 tool.Parent = LocalPlayer.Character
11049 if tool.Handle:FindFirstChild("Mesh") ~= nil then
11050 tool.Handle.Mesh:Destroy()
11051 end
11052 end
11053end
11054LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = savepos
11055tempchar:Destroy()
11056end)
11057
11058killplrmain.Name = "killplrmain"
11059killplrmain.Parent = main
11060killplrmain.BackgroundColor3 = Color3.new(1, 0, 1)
11061killplrmain.Position = UDim2.new(0.0321613066, 0, 0.836535037, 0)
11062killplrmain.Size = UDim2.new(0, 103, 0, 47)
11063
11064killtext.Name = "killtext"
11065killtext.Parent = killplrmain
11066killtext.BackgroundColor3 = Color3.new(1, 0.666667, 1)
11067killtext.Position = UDim2.new(0, 0, 0.0212752968, 0)
11068killtext.Size = UDim2.new(0, 99, 0, 19)
11069killtext.Font = Enum.Font.Gotham
11070killtext.Text = "Player Name"
11071killtext.TextColor3 = Color3.new(0, 0, 0)
11072killtext.TextSize = 14
11073
11074kill.Name = "kill"
11075kill.Parent = killplrmain
11076kill.BackgroundColor3 = Color3.new(0, 0, 0)
11077kill.Position = UDim2.new(0.0999999046, 0, 0.531914949, 0)
11078kill.Size = UDim2.new(0, 80, 0, 22)
11079kill.Font = Enum.Font.GothamBold
11080kill.Text = "KILL"
11081kill.TextColor3 = Color3.new(1, 1, 1)
11082kill.TextSize = 14
11083kill.MouseButton1Down:connect(function()
11084game.Workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["Remington 870"].ITEMPICKUP)
11085
11086wait(0.1)
11087Workspace.Remote.TeamEvent:FireServer("Medium stone grey")
11088
11089local A_1 =
11090{
11091 [1] =
11092{
11093 ["RayObject"] = Ray.new(Vector3.new(827.412415, 101.489777, 2296.84326), Vector3.new(277.738678, 6.89340925, 287.773712)),
11094 ["Distance"] = 4.7204174995422,
11095 ["Cframe"] = CFrame.new(832.049377, 101.392006, 2300.97168, 0.843892097, -0.0554918349, 0.533635378, 0, 0.994636595, 0.103430569, -0.536512911, -0.0872842371, 0.839366019),
11096 ["Hit"] = game.Workspace[killtext.Text].Head
11097},
11098 [2] =
11099{
11100 ["RayObject"] = Ray.new(Vector3.new(827.412415, 101.489777, 2296.84326), Vector3.new(303.047546, 21.3568707, 260.203888)),
11101 ["Distance"] = 4.8114862442017,
11102 ["Cframe"] = CFrame.new(832.390259, 101.550629, 2300.74097, 0.738044441, -0.112958886, 0.665229917, 7.45057971e-09, 0.985887885, 0.16740793, -0.674752235, -0.123554483, 0.727628946),
11103 ["Hit"] = game.Workspace[killtext.Text].Head
11104},
11105 [3] =
11106{
11107 ["RayObject"] = Ray.new(Vector3.new(827.412415, 101.489777, 2296.84326), Vector3.new(296.800507, 7.00420141, 268.067932)),
11108 ["Distance"] = 4.444625377655,
11109 ["Cframe"] = CFrame.new(832.185486, 101.391617, 2300.70264, 0.775115669, -0.0692948848, 0.628007889, 7.45057971e-09, 0.993967533, 0.109675139, -0.631819367, -0.0850109085, 0.770439863),
11110 ["Hit"] = game.Workspace[killtext.Text].Head
11111},
11112 [4] =
11113{
11114 ["RayObject"] = Ray.new(Vector3.new(827.412415, 101.489777, 2296.84326), Vector3.new(284.930573, 11.9850616, 280.483368)),
11115 ["Distance"] = 4.6211166381836,
11116 ["Cframe"] = CFrame.new(832.10083, 101.445007, 2300.86963, 0.820150614, -0.0735745132, 0.567397356, 0, 0.991697431, 0.128593579, -0.572147667, -0.105466105, 0.81334126),
11117 ["Hit"] = game.Workspace[killtext.Text].Head
11118},
11119 [5] =
11120{
11121 ["RayObject"] = Ray.new(Vector3.new(827.412415, 101.489777, 2296.84326), Vector3.new(294.625824, 2.15741801, 270.538269)),
11122 ["Distance"] = 4.4639973640442,
11123 ["Cframe"] = CFrame.new(832.169434, 101.341301, 2300.73438, 0.784266233, -0.0537625961, 0.618090749, -3.7252903e-09, 0.99623847, 0.086654529, -0.620424569, -0.0679602176, 0.781316102),
11124 ["Hit"] = game.Workspace[killtext.Text].Head
11125}
11126}
11127local A_2 = game.Players.LocalPlayer.Backpack["Remington 870"]
11128local Event = game:GetService("ReplicatedStorage").ShootEvent
11129Event:FireServer(A_1, A_2)
11130
11131wait(0.5)
11132workspace.Remote.TeamEvent:FireServer("Bright orange")
11133end)
11134
11135waves.Name = "waves"
11136waves.Parent = main
11137waves.BackgroundColor3 = Color3.new(1, 1, 0)
11138waves.Position = UDim2.new(0.0201378968, 0, 0.646579564, 0)
11139waves.Size = UDim2.new(0, 111, 0, 26)
11140waves.Font = Enum.Font.GothamBold
11141waves.Text = "Fe Waves"
11142waves.TextColor3 = Color3.new(0, 0, 0)
11143waves.TextSize = 14
11144waves.MouseButton1Down:connect(function()
11145workspace.Remote.TeamEvent:FireServer("Bright blue")
11146
11147local toolamount = 40 -- How long the tornado is
11148local tornadosize = 1 -- The size of how big the opening of the tornado is
11149
11150local LocalPlayer = game:GetService("Players").LocalPlayer
11151local runservice = game:GetService("RunService")
11152local characters = {}
11153LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()
11154local currentamount = #LocalPlayer.Backpack:GetChildren()
11155LocalPlayer.Character.Archivable = true
11156local tempchar = LocalPlayer.Character:Clone()
11157tempchar.Parent = workspace
11158local savepos = LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame
11159local renderstepped = runservice.RenderStepped:Connect(function()
11160 workspace.CurrentCamera.CameraSubject = tempchar:FindFirstChild("Humanoid")
11161 for _, tool in pairs(LocalPlayer.Backpack:GetChildren()) do
11162 if tool:IsA("Tool") then
11163 tool.Parent = LocalPlayer
11164 end
11165 end
11166 LocalPlayer.Character:ClearAllChildren()
11167 local char = Instance.new("Model", workspace)
11168 table.insert(characters, char)
11169 Instance.new("Humanoid", char)
11170 LocalPlayer.Character = char
11171 repeat runservice.RenderStepped:Wait() until LocalPlayer.Character ~= nil
11172end)
11173repeat runservice.RenderStepped:Wait() until #LocalPlayer:GetChildren() - 4 - currentamount >= toolamount
11174renderstepped:Disconnect()
11175repeat runservice.RenderStepped:Wait() until LocalPlayer.Character:FindFirstChild("HumanoidRootPart") ~= nil
11176for _, char in pairs(characters) do
11177 char:Destroy()
11178end
11179for index, tool in pairs(LocalPlayer:GetChildren()) do
11180 if tool:IsA("Tool") then
11181 tool.Parent = LocalPlayer.Backpack
11182 tool.Handle.Massless = false
11183 tool.Grip = CFrame.new(Vector3.new(0, math.sin(index + 0.5), index)) * CFrame.Angles(math.rad(tornadosize), 0, -index)
11184 tool.Parent = LocalPlayer.Character
11185 if tool.Handle:FindFirstChild("Mesh") ~= nil then
11186 tool.Handle.Mesh:Destroy()
11187 end
11188 end
11189end
11190LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = savepos
11191tempchar:Destroy()
11192end)
11193
11194bigbowl.Name = "bigbowl"
11195bigbowl.Parent = main
11196bigbowl.BackgroundColor3 = Color3.new(1, 1, 0)
11197bigbowl.Position = UDim2.new(0.341908664, 0, 0.647788644, 0)
11198bigbowl.Size = UDim2.new(0, 111, 0, 26)
11199bigbowl.Font = Enum.Font.GothamBold
11200bigbowl.Text = "Fe Big Bowl"
11201bigbowl.TextColor3 = Color3.new(0, 0, 0)
11202bigbowl.TextSize = 14
11203bigbowl.MouseButton1Down:connect(function()
11204workspace.Remote.TeamEvent:FireServer("Bright blue")
11205
11206local toolamount = 250 -- How much covered the bowl is
11207local bowlsize = 20 -- How big the bowl is
11208
11209
11210
11211local LocalPlayer = game:GetService("Players").LocalPlayer
11212local runservice = game:GetService("RunService")
11213local characters = {}
11214LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()
11215local currentamount = #LocalPlayer.Backpack:GetChildren()
11216LocalPlayer.Character.Archivable = true
11217local tempchar = LocalPlayer.Character:Clone()
11218tempchar.Parent = workspace
11219local savepos = LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame
11220local renderstepped = runservice.RenderStepped:Connect(function()
11221workspace.CurrentCamera.CameraSubject = tempchar:FindFirstChild("Humanoid")
11222for _, tool in pairs(LocalPlayer.Backpack:GetChildren()) do
11223if tool:IsA("Tool") then
11224tool.Parent = LocalPlayer
11225end
11226end
11227LocalPlayer.Character:ClearAllChildren()
11228local char = Instance.new("Model", workspace)
11229table.insert(characters, char)
11230Instance.new("Humanoid", char)
11231LocalPlayer.Character = char
11232repeat runservice.RenderStepped:Wait() until LocalPlayer.Character ~= nil
11233end)
11234repeat runservice.RenderStepped:Wait() until #LocalPlayer:GetChildren() - 4 - currentamount >= toolamount
11235renderstepped:Disconnect()
11236repeat runservice.RenderStepped:Wait() until LocalPlayer.Character:FindFirstChild("HumanoidRootPart") ~= nil
11237for _, char in pairs(characters) do
11238char:Destroy()
11239end
11240for index, tool in pairs(LocalPlayer:GetChildren()) do
11241if tool:IsA("Tool") then
11242tool.Parent = LocalPlayer.Backpack
11243tool.Handle.Massless = true
11244tool.Grip = CFrame.new(Vector3.new(math.sin(index * 0.1), bowlsize, 0)) * CFrame.Angles(math.sin(index * 0.1), index, 0)
11245tool.Parent = LocalPlayer.Character
11246if tool.Handle:FindFirstChild("Mesh") ~= nil then
11247tool.Handle.Mesh:Destroy()
11248end
11249end
11250end
11251LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = savepos
11252tempchar:Destroy()
11253LocalPlayer.Character:FindFirstChild("Humanoid").HipHeight = bowlsize
11254end)
11255
11256tazeplrmain.Name = "tazeplrmain"
11257tazeplrmain.Parent = main
11258tazeplrmain.BackgroundColor3 = Color3.new(1, 0, 1)
11259tazeplrmain.Position = UDim2.new(0.358376801, 0, 0.83788842, 0)
11260tazeplrmain.Size = UDim2.new(0, 103, 0, 47)
11261
11262tazetext.Name = "tazetext"
11263tazetext.Parent = tazeplrmain
11264tazetext.BackgroundColor3 = Color3.new(1, 0.666667, 1)
11265tazetext.Size = UDim2.new(0, 99, 0, 19)
11266tazetext.Font = Enum.Font.Gotham
11267tazetext.Text = "Player Name"
11268tazetext.TextColor3 = Color3.new(0, 0, 0)
11269tazetext.TextSize = 14
11270
11271taze.Name = "taze"
11272taze.Parent = tazeplrmain
11273taze.BackgroundColor3 = Color3.new(0, 0, 0)
11274taze.Position = UDim2.new(0.128543824, 0, 0.510639191, 0)
11275taze.Size = UDim2.new(0, 80, 0, 22)
11276taze.Font = Enum.Font.GothamBold
11277taze.Text = "TAZE"
11278taze.TextColor3 = Color3.new(1, 1, 1)
11279taze.TextSize = 14
11280taze.MouseButton1Down:connect(function()
11281local A_1 =
11282{
11283 [1] =
11284{
11285 ["RayObject"] = Ray.new(Vector3.new(829.838562, 101.489998, 2331.25635), Vector3.new(-30.6540909, -5.42795324, 95.0308533)),
11286 ["Distance"] = 15.355997085571,
11287 ["Cframe"] = CFrame.new(826.616699, 100.8508, 2340.11279, 0.964640439, -0.00993416365, -0.263382077, 9.31322575e-10, 0.999289393, -0.0376908854, 0.263569355, 0.0363581516, 0.963954985),
11288 ["Hit"] = game.Workspace[tazetext.Text].Torso
11289}
11290}
11291local A_2 = game.Players.LocalPlayer.Backpack["Taser"]
11292local Event = game:GetService("ReplicatedStorage").ShootEvent
11293Event:FireServer(A_1, A_2)
11294end)
11295
11296teamcrim.Name = "teamcrim"
11297teamcrim.Parent = main
11298teamcrim.BackgroundColor3 = Color3.new(1, 0, 0)
11299teamcrim.Position = UDim2.new(0.775380731, 0, 0.108776733, 0)
11300teamcrim.Size = UDim2.new(0, 83, 0, 22)
11301teamcrim.Font = Enum.Font.GothamBlack
11302teamcrim.Text = "Team Crim"
11303teamcrim.TextColor3 = Color3.new(0, 0, 0)
11304teamcrim.TextSize = 14
11305teamcrim.MouseButton1Down:connect(function()
11306wait(0.3)
11307game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-976.125183, 109.123924, 2059.99536)
11308
11309wait(0.3)
11310game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(918.77,100,2379.07)
11311end)
11312
11313tazeall.Name = "tazeall"
11314tazeall.Parent = main
11315tazeall.BackgroundColor3 = Color3.new(1, 0, 0)
11316tazeall.Position = UDim2.new(0.342309177, 0, 0.759402633, 0)
11317tazeall.Size = UDim2.new(0, 109, 0, 34)
11318tazeall.Font = Enum.Font.GothamBold
11319tazeall.Text = "Taze All"
11320tazeall.TextColor3 = Color3.new(0, 0, 0)
11321tazeall.TextSize = 14
11322tazeall.MouseButton1Down:connect(function()
11323workspace.Remote.TeamEvent:FireServer("Bright blue")
11324
11325function kill(a)
11326local A_1 =
11327{
11328 [1] =
11329{
11330 ["RayObject"] = Ray.new(Vector3.new(829.838562, 101.489998, 2331.25635), Vector3.new(-30.6540909, -5.42795324, 95.0308533)),
11331 ["Distance"] = 15.355997085571,
11332 ["Cframe"] = CFrame.new(826.616699, 100.8508, 2340.11279, 0.964640439, -0.00993416365, -0.263382077, 9.31322575e-10, 0.999289393, -0.0376908854, 0.263569355, 0.0363581516, 0.963954985),
11333 ["Hit"] = a.Character.Torso
11334}
11335}
11336local A_2 = game.Players.LocalPlayer.Backpack["Taser"]
11337local Event = game:GetService("ReplicatedStorage").ShootEvent
11338Event:FireServer(A_1, A_2)
11339end
11340
11341for i,v in pairs(game.Players:GetChildren())do
11342if v.Name ~= game.Players.LocalPlayer.Name then
11343kill(v)
11344end
11345end
11346end)
11347
11348removewalls.Name = "removewalls"
11349removewalls.Parent = main
11350removewalls.BackgroundColor3 = Color3.new(1, 0, 0)
11351removewalls.Position = UDim2.new(0.670628905, 0, 0.758472741, 0)
11352removewalls.Size = UDim2.new(0, 110, 0, 34)
11353removewalls.Font = Enum.Font.GothamBold
11354removewalls.Text = "Remove Walls"
11355removewalls.TextColor3 = Color3.new(0, 0, 0)
11356removewalls.TextSize = 14
11357removewalls.MouseButton1Down:connect(function()
11358wait(0.1)
11359game.Workspace.Prison_Guard_Outpost:Remove()
11360
11361wait(0.1)
11362game.Workspace.Prison_Cafeteria.building:Remove()
11363
11364wait(0.1)
11365game.Workspace.Prison_Cafeteria.glass:Remove()
11366
11367wait(0.1)
11368game.Workspace.Prison_Cafeteria.oven:Remove()
11369
11370wait(0.1)
11371game.Workspace.Prison_Cafeteria.shelves:Remove()
11372
11373wait(0.1)
11374game.Workspace.Prison_Cafeteria.vents:Remove()
11375
11376wait(0.1)
11377game.Workspace.Prison_Cafeteria.accents:Remove()
11378
11379wait(0.1)
11380game.Workspace.Prison_Cafeteria.vendingmachine:Remove()
11381
11382wait(0.1)
11383game.Workspace.Prison_Cafeteria.Prison_table1:Remove()
11384
11385wait(0.1)
11386game.Workspace.Prison_Cafeteria.counter:Remove()
11387
11388wait(0.1)
11389game.Workspace.Prison_Cafeteria.boxes:Remove()
11390end)
11391
11392removeall.Name = "removeall"
11393removeall.Parent = main
11394removeall.BackgroundColor3 = Color3.new(1, 0, 0)
11395removeall.Position = UDim2.new(0.673120499, 0, 0.838146329, 0)
11396removeall.Size = UDim2.new(0, 110, 0, 47)
11397removeall.Font = Enum.Font.GothamBold
11398removeall.Text = "Remove All"
11399removeall.TextColor3 = Color3.new(0, 0, 0)
11400removeall.TextSize = 14
11401removeall.MouseButton1Down:connect(function()
11402wait(0.1)
11403game.Workspace.Prison_Halls.walls:Remove()
11404
11405wait(0.1)
11406game.Workspace.Prison_Halls.roof:Remove()
11407
11408wait(0.1)
11409game.Workspace.Prison_Halls.outlines:Remove()
11410
11411wait(0.1)
11412game.Workspace.Prison_Halls.lights:Remove()
11413
11414wait(0.1)
11415Workspace.Prison_Halls.accent:Remove()
11416
11417wait(0.1)
11418game.Workspace.Prison_Halls.glass:Remove()
11419
11420wait(0.1)
11421game.Workspace.Prison_Cellblock.b_front:Remove()
11422
11423wait(0.1)
11424game.Workspace.Prison_Cellblock.doors:Remove()
11425
11426wait(0.1)
11427game.Workspace.Prison_Cellblock.c_tables:Remove()
11428
11429wait(0.1)
11430game.Workspace.Prison_Cellblock.a_front:Remove()
11431
11432wait(0.1)
11433game.Workspace.Prison_Cellblock.b_outerwall:Remove()
11434
11435wait(0.1)
11436game.Workspace.Prison_Cellblock.c_wall:Remove()
11437
11438wait(0.1)
11439game.Workspace.Prison_Cellblock.b_wall:Remove()
11440
11441wait(0.1)
11442game.Workspace.Prison_Cellblock.c_hallwall:Remove()
11443
11444wait(0.1)
11445game.Workspace.Prison_Cellblock.a_outerwall:Remove()
11446
11447wait(0.1)
11448game.Workspace.Prison_Cellblock.b_ramp:Remove()
11449
11450wait(0.1)
11451game.Workspace.Prison_Cellblock.a_ramp:Remove()
11452
11453wait(0.1)
11454game.Workspace.Prison_Cellblock.a_walls:Remove()
11455
11456wait(0.1)
11457game.Workspace.Prison_Cellblock.Cells_B:Remove()
11458
11459wait(0.1)
11460game.Workspace.Prison_Cellblock.Cells_A:Remove()
11461
11462wait(0.1)
11463game.Workspace.Prison_Cellblock.c_corner:Remove()
11464
11465wait(0.1)
11466game.Workspace.Prison_Cellblock.Wedge:Remove()
11467
11468wait(0.1)
11469game.Workspace.Prison_Cellblock.a_ceiling:Remove()
11470
11471wait(0.1)
11472game.Workspace.Prison_Cellblock.b_ceiling:Remove()
11473
11474wait(0.1)
11475game.Workspace.City_buildings:Remove()
11476
11477wait(0.1)
11478game.Workspace.Prison_OuterWall:Remove()
11479
11480wait(0.1)
11481game.Workspace.Prison_Fences:Remove()
11482end)
11483
11484lagserver.Name = "lagserver"
11485lagserver.Parent = main
11486lagserver.BackgroundColor3 = Color3.new(0.333333, 0, 0.498039)
11487lagserver.Position = UDim2.new(0.66476965, 0, 0.659647882, 0)
11488lagserver.Size = UDim2.new(0, 120, 0, 42)
11489lagserver.Font = Enum.Font.GothamBold
11490lagserver.Text = "Lag Server (Swat)"
11491lagserver.TextColor3 = Color3.new(0, 1, 1)
11492lagserver.TextSize = 14
11493lagserver.MouseButton1Down:connect(function()
11494while true do
11495workspace.Remote.TeamEvent:FireServer("Bright blue")
11496
11497for i = 10000,999999999999999,1 do
11498 for i,v in pairs(Workspace.Prison_ITEMS.clothes:GetChildren()) do
11499
11500lol = Workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
11501print(lol)
11502end
11503end
11504end
11505
11506end)
11507-- Scripts:
11508Public Pastes
11509Enable Draggable
11510Lua | 20 sec ago | 1.78 KB
11511Heart Delivery [C#]
11512C# | 19 min ago | 1.72 KB
11513haha
11514WhiteSpace | 29 min ago | 0.28 KB
11515classy song
11516Java | 38 min ago | 1.18 KB
11517Untitled
11518Java | 52 min ago | 1.11 KB
11519Odd / Even Position [Python]
11520Python | 55 min ago | 0.92 KB
11521Paste Ping
11522C | 1 hour ago | 0.02 KB
11523SMMR-T248: Battle Royale
11524C++ | 1 hour ago | 2.62 KB
11525
11526
11527create new paste / syntax languages / archive / faq / tools / night mode / api / scraping api / news / pro
11528privacy statement / cookies policy / terms of serviceupdated / security disclosure / dmca / report abuse / contact
11529
11530By using Pastebin.com you agree to our cookies policy to enhance your experience.
11531Site design & logo © 2021 Pastebin
11532We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
11533Not a member of Pastebin yet?
11534Sign Up, it unlocks many cool features!
11535
11536