Facebook
From Social Mockingbird, 1 Year ago, written in HTML5.
This paste is a reply to script admin from Kicper - view diff
Embed
Download Paste or View Raw
Hits: 309
  1.  
  2. }
  3. speedget = 1
  4.  
  5. lplayer = game:GetService("Players").LocalPlayer
  6.  
  7. lplayer.CharacterAdded:Connect(function(character)
  8.     spin = false
  9.     flying = false
  10.     staring = false
  11.     banpl = false
  12. end)
  13.  
  14. function change()
  15.     prefix = prefix
  16.     speedfly = speedfly
  17. end
  18.  
  19. function GetPlayer(String) -- Credit to Timeless/xFunnieuss
  20.     local Found = {}
  21.     local strl = String:lower()
  22.     if strl == "all" then
  23.         for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  24.             table.insert(Found,v)
  25.         end
  26.     elseif strl == "others" then
  27.         for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  28.             if v.Name ~= lplayer.Name then
  29.                 table.insert(Found,v)
  30.             end
  31.         end  
  32.     elseif strl == "me" then
  33.         for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  34.             if v.Name == lplayer.Name then
  35.                 table.insert(Found,v)
  36.             end
  37.         end  
  38.     else
  39.         for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  40.             if v.Name:lower():sub(1, #String) == String:lower() then
  41.                 table.insert(Found,v)
  42.             end
  43.         end    
  44.     end
  45.     return Found    
  46. end
  47.  
  48. local Mouse = lplayer:GetMouse()
  49.  
  50. spin = false
  51. followed = false
  52. traill = false
  53. noclip = false
  54. annoying = false
  55. hwalk = false
  56. droppinghats = false
  57. droppingtools = false
  58. flying = false
  59. spamdelay = 1
  60. spamming = false
  61. spammingpm = false
  62. cbringing = false
  63. remotes = true
  64. added = true
  65. binds = false
  66. stopsitting = false
  67. clickgoto = false
  68. gettingtools = false
  69. removingmeshhats = false
  70. removingmeshtool = false
  71. clickdel = false
  72. staring = false
  73. chatlogs = false
  74. banpl = false
  75. changingstate = false
  76. statechosen = 0
  77.  
  78. adminversion = "Reviz Admin by illremember, Version 2.0"
  79.  
  80. flying = false
  81. speedfly = 1
  82.  
  83. function plrchat(plr, chat)
  84. print(plr.Name..": "..tick().."\n"..chat)
  85. end
  86.  
  87. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  88. v.Chatted:connect(function(chat)
  89. if chatlogs then
  90. plrchat(v, chat)
  91. end
  92. end)
  93. end
  94. game:GetService("Players").PlayerAdded:connect(function(plr)
  95. plr.Chatted:connect(function(chat)
  96. if chatlogs then
  97. plrchat(plr, chat)
  98. end
  99. end)
  100. end)
  101.  
  102.  
  103. local ScreenGui = Instance.new("ScreenGui")
  104. local Frame = Instance.new("Frame")
  105. local CMDBAR = Instance.new("TextBox")
  106. ScreenGui.Parent = game:GetService("CoreGui")
  107. Frame.Parent = ScreenGui
  108. Frame.BackgroundColor3 = Color3.new(0.3, 0.1, 0.1)
  109. Frame.BackgroundTransparency = 0.3
  110. Frame.Position = UDim2.new(0.5, 0, 0, 10)
  111. Frame.Size = UDim2.new(0, 200, 0, 40)
  112. Frame.Active = true
  113. Frame.Draggable = true
  114. CMDBAR.Name = "CMDBAR"
  115. CMDBAR.Parent = Frame
  116. CMDBAR.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  117. CMDBAR.BackgroundTransparency = 0.20000000298023
  118. CMDBAR.Size = UDim2.new(0, 180, 0, 20)
  119. CMDBAR.Position = UDim2.new(0.05, 0, 0.25, 0)
  120. CMDBAR.Font = Enum.Font.SourceSansLight
  121. CMDBAR.FontSize = Enum.FontSize.Size14
  122. CMDBAR.TextColor3 = Color3.new(0.945098, 0.945098, 0.945098)
  123. CMDBAR.TextScaled = true
  124. CMDBAR.TextSize = 14
  125. CMDBAR.TextWrapped = true
  126. CMDBAR.Text = "Press ; to type, Enter to execute"
  127.  
  128. local CMDS = Instance.new("ScreenGui")
  129. local CMDSFRAME = Instance.new("Frame")
  130. local ScrollingFrame = Instance.new("ScrollingFrame")
  131. local TextLabel = Instance.new("TextLabel")
  132. local closegui = Instance.new("TextButton")
  133. CMDS.Name = "CMDS"
  134. CMDS.Parent = game:GetService("CoreGui")
  135. CMDSFRAME.Name = "CMDSFRAME"
  136. CMDSFRAME.Parent = CMDS
  137. CMDSFRAME.Active = true
  138. CMDSFRAME.BackgroundColor3 = Color3.new(0.223529, 0.231373, 0.309804)
  139. CMDSFRAME.BorderSizePixel = 0
  140. CMDSFRAME.Draggable = true
  141. CMDSFRAME.Position = UDim2.new(0, 315, 0, 100)
  142. CMDSFRAME.Size = UDim2.new(0, 275, 0, 275)
  143. CMDSFRAME.Visible = false
  144. ScrollingFrame.Parent = CMDSFRAME
  145. ScrollingFrame.BackgroundColor3 = Color3.new(0.160784, 0.160784, 0.203922)
  146. ScrollingFrame.BorderSizePixel = 0
  147. ScrollingFrame.Position = UDim2.new(0, 0, 0.0729999989, 0)
  148. ScrollingFrame.Size = UDim2.new(1.04999995, 0, 0.92900002, 0)
  149. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 10, 0)
  150. TextLabel.Parent = ScrollingFrame
  151. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  152. TextLabel.BackgroundTransparency = 1
  153. TextLabel.Size = UDim2.new(0.930000007, 0, 1, 0)
  154. TextLabel.Font = Enum.Font.SourceSans
  155. TextLabel.FontSize = Enum.FontSize.Size18
  156. TextLabel.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."
  157. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  158. TextLabel.TextSize = 15
  159. TextLabel.TextWrapped = true
  160. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  161. TextLabel.TextYAlignment = Enum.TextYAlignment.Top
  162. closegui.Name = "closegui"
  163. closegui.Parent = CMDSFRAME
  164. closegui.BackgroundColor3 = Color3.new(0.890196, 0.223529, 0.0588235)
  165. closegui.BorderSizePixel = 0
  166. closegui.Position = UDim2.new(0.995000005, 0, 0, 0)
  167. closegui.Size = UDim2.new(0.0545952693, 0, 0.0728644878, 0)
  168. closegui.Font = Enum.Font.SourceSansBold
  169. closegui.FontSize = Enum.FontSize.Size24
  170. closegui.Text = "X"
  171. closegui.TextColor3 = Color3.new(1, 1, 1)
  172. closegui.TextSize = 20
  173.  
  174. closegui.MouseButton1Click:connect(function()
  175.     CMDSFRAME.Visible = false
  176. end)
  177.  
  178. game:GetService('RunService').Stepped:connect(function()
  179.     if spin then
  180.         lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[spinplr.Name].Character.HumanoidRootPart.CFrame
  181.     end
  182.     if followed then
  183.         lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame.lookVector * -5
  184.     end
  185.     if traill then
  186.         lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame.lookVector * 5
  187.     end
  188.     if annoying then
  189.         lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[annplr.Name].Character.HumanoidRootPart.CFrame
  190.     end
  191.     if hwalk then
  192.         lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[hdwplr.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 4, 0)
  193.     end
  194.     if staring then
  195.         lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(lplayer.Character.Torso.Position, game:GetService("Players")[stareplr.Name].Character.Torso.Position)
  196.     end
  197. end)
  198. game:GetService('RunService').Stepped:connect(function()
  199.     if noclip then
  200.         if lplayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  201.             lplayer.Character.Head.CanCollide = false
  202.             lplayer.Character.Torso.CanCollide = false
  203.             lplayer.Character["Left Leg"].CanCollide = false
  204.             lplayer.Character["Right Leg"].CanCollide = false
  205.         else
  206.             lplayer.Character.Humanoid:ChangeState(11)
  207.         end
  208.     end
  209.     if changingstate then
  210.         lplayer.Character.Humanoid:ChangeState(statechosen)
  211.     end
  212. end)
  213. game:GetService('RunService').Stepped:connect(function()
  214.     if droppinghats then
  215.         for i,v in pairs(lplayer.Character:GetChildren()) do
  216.             if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  217.                 v.Parent = workspace
  218.             end
  219.         end
  220.     end
  221.     if droppingtools then
  222.         for i,v in pairs(lplayer.Character:GetChildren()) do
  223.             if (v:IsA("Tool")) then
  224.                 v.Parent = workspace
  225.             end
  226.         end
  227.     end
  228.     if removingmeshhats then
  229.         for i,v in pairs(lplayer.Character:GetChildren()) do
  230.             if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  231.                 v.Handle.Mesh:Destroy()
  232.             end
  233.         end
  234.     end
  235.     if removingmeshtool then
  236.         for i,v in pairs(lplayer.Character:GetChildren()) do
  237.             if (v:IsA("Tool")) then
  238.                 v.Handle.Mesh:Destroy()
  239.             end
  240.         end
  241.     end
  242. end)
  243. game:GetService('RunService').Stepped:connect(function()
  244.     if banpl then
  245.         lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[bplrr].Character.HumanoidRootPart.CFrame
  246.     end
  247. end)
  248. game:GetService('RunService').Stepped:connect(function()
  249.     if stopsitting then
  250.         lplayer.Character.Humanoid.Sit = false
  251.     end
  252. end)
  253.  
  254. plr = lplayer
  255. hum = plr.Character.HumanoidRootPart
  256. mouse = plr:GetMouse()
  257. mouse.KeyDown:connect(function(key)
  258.     if key == "e" then
  259.         if mouse.Target then
  260.             if clickgoto then
  261.                 hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  262.             elseif clickdel then
  263.                 mouse.Target:Destroy()
  264.             end
  265.         end
  266.     end
  267. end)
  268.  
  269. game:GetService("Workspace").ChildAdded:connect(function(part)
  270.     if gettingtools then
  271.         if part:IsA("Tool") then
  272.             part.Handle.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  273.         end
  274.     end
  275. end)
  276.  
  277. lplayer.Chatted:Connect(function(msg)
  278.     if string.sub(msg, 1, 6) == (prefix.."kill ") then
  279.         if string.sub(msg, 7) == "me" then
  280.             lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  281.         else
  282.             for i,v in pairs(GetPlayer(string.sub(msg, 7)))do
  283.                 local NOW = lplayer.Character.HumanoidRootPart.CFrame
  284.                 lplayer.Character.Humanoid.Name = 1
  285.                 local l = lplayer.Character["1"]:Clone()
  286.                 l.Parent = lplayer.Character
  287.                 l.Name = "Humanoid"
  288.                 wait(0.1)
  289.                 lplayer.Character["1"]:Destroy()
  290.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  291.                 lplayer.Character.Animate.Disabled = true
  292.                 wait(0.1)
  293.                 lplayer.Character.Animate.Disabled = false
  294.                 lplayer.Character.Humanoid.DisplayDistanceType = "None"
  295.                 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  296.                 lplayer.Character.Humanoid:EquipTool(v)
  297.                 end
  298.                 local function tp(player,player2)
  299.                 local char1,char2=player.Character,player2.Character
  300.                 if char1 and char2 then
  301.                 char1:MoveTo(char2.Head.Position)
  302.                 end
  303.                 end
  304.                 wait(0.1)
  305.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  306.                 wait(0.2)
  307.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  308.                 wait(0.5)
  309.                 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  310.                 wait(0.7)
  311.                 tp(lplayer,game:GetService("Players")[v.Name])
  312.                 wait(0.7)
  313.                 lplayer.Character.HumanoidRootPart.CFrame = NOW
  314.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  315.                 Title = "Tools needed!";
  316.                 Text = "You need a tool in your backpack for this command!";
  317.                 })
  318.             end
  319.         end
  320.     end
  321.     if string.sub(msg, 1, 7) == (prefix.."bring ") then
  322.         for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  323.             local NOW = lplayer.Character.HumanoidRootPart.CFrame
  324.             lplayer.Character.Humanoid.Name = 1
  325.             local l = lplayer.Character["1"]:Clone()
  326.             l.Parent = lplayer.Character
  327.             l.Name = "Humanoid"
  328.             wait(0.1)
  329.             lplayer.Character["1"]:Destroy()
  330.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  331.             lplayer.Character.Animate.Disabled = true
  332.             wait(0.1)
  333.             lplayer.Character.Animate.Disabled = false
  334.             lplayer.Character.Humanoid.DisplayDistanceType = "None"
  335.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  336.             lplayer.Character.Humanoid:EquipTool(v)
  337.             end
  338.             local function tp(player,player2)
  339.             local char1,char2=player.Character,player2.Character
  340.             if char1 and char2 then
  341.             char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  342.             end
  343.             end
  344.             local function getout(player,player2)
  345.             local char1,char2=player.Character,player2.Character
  346.             if char1 and char2 then
  347.             char1:MoveTo(char2.Head.Position)
  348.             end
  349.             end
  350.             tp(game:GetService("Players")[v.Name], lplayer)
  351.             wait(0.2)
  352.             tp(game:GetService("Players")[v.Name], lplayer)
  353.             wait(0.5)
  354.             lplayer.Character.HumanoidRootPart.CFrame = NOW
  355.             wait(0.5)
  356.             getout(lplayer, game:GetService("Players")[v.Name])
  357.             wait(0.3)
  358.             lplayer.Character.HumanoidRootPart.CFrame = NOW
  359.             game:GetService("StarterGui"):SetCore("SendNotification", {
  360.             Title = "Tools needed!";
  361.             Text = "You need a tool in your backpack for this command!";
  362.             })
  363.         end
  364.     end
  365.     if string.sub(msg, 1, 6) == (prefix.."spin ") then
  366.         for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  367.             lplayer.Character.Humanoid.Name = 1
  368.             local l = lplayer.Character["1"]:Clone()
  369.             l.Parent = lplayer.Character
  370.             l.Name = "Humanoid"
  371.             wait(0.1)
  372.             lplayer.Character["1"]:Destroy()
  373.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  374.             lplayer.Character.Animate.Disabled = true
  375.             wait(0.1)
  376.             lplayer.Character.Animate.Disabled = false
  377.             lplayer.Character.Humanoid.DisplayDistanceType = "None"
  378.             lplayer.Character.Animate.Disabled = false
  379.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  380.             lplayer.Character.Humanoid:EquipTool(v)
  381.             end
  382.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  383.             spinplr = v
  384.             wait(0.5)
  385.             spin = true
  386.             game:GetService("StarterGui"):SetCore("SendNotification", {
  387.             Title = "Tools needed!";
  388.             Text = "You need a tool in your backpack for this command!";
  389.             })
  390.         end
  391.     end
  392.     if string.sub(msg, 1, 7) == (prefix.."unspin") then
  393.         spin = false
  394.     end
  395.     if string.sub(msg, 1, 8) == (prefix.."attach ") then
  396.         for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  397.             lplayer.Character.Humanoid.Name = 1
  398.             local l = lplayer.Character["1"]:Clone()
  399.             l.Parent = lplayer.Character
  400.             l.Name = "Humanoid"
  401.             wait(0.1)
  402.             lplayer.Character["1"]:Destroy()
  403.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  404.             lplayer.Character.Animate.Disabled = true
  405.             wait(0.1)
  406.             lplayer.Character.Animate.Disabled = false
  407.             lplayer.Character.Humanoid.DisplayDistanceType = "None"
  408.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  409.             lplayer.Character.Humanoid:EquipTool(v)
  410.             end
  411.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  412.             wait(0.3)
  413.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  414.             attplr = v
  415.             game:GetService("StarterGui"):SetCore("SendNotification", {
  416.             Title = "Tools needed!";
  417.             Text = "You need a tool in your backpack for this command!";
  418.             })
  419.         end
  420.     end
  421.     if string.sub(msg, 1, 10) == (prefix.."unattach ") then
  422.         for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  423.             local function getout(player,player2)
  424.             local char1,char2=player.Character,player2.Character
  425.             if char1 and char2 then
  426.             char1:MoveTo(char2.Head.Position)
  427.             end
  428.             end
  429.             getout(lplayer, game:GetService("Players")[v.Name])
  430.         end
  431.     end
  432.     if string.sub(msg, 1, 8) == (prefix.."follow ") then
  433.         for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  434.             followed = true
  435.             flwplr = v
  436.         end
  437.     end
  438.     if string.sub(msg, 1, 9) == (prefix.."unfollow") then
  439.         followed = false
  440.     end
  441.     if string.sub(msg, 1, 10) == (prefix.."freefall ") then
  442.         for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  443.             local NOW = lplayer.Character.HumanoidRootPart.CFrame
  444.             lplayer.Character.Humanoid.Name = 1
  445.             local l = lplayer.Character["1"]:Clone()
  446.             l.Parent = lplayer.Character
  447.             l.Name = "Humanoid"
  448.             wait(0.1)
  449.             lplayer.Character["1"]:Destroy()
  450.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  451.             lplayer.Character.Animate.Disabled = true
  452.             wait(0.1)
  453.             lplayer.Character.Animate.Disabled = false
  454.             lplayer.Character.Humanoid.DisplayDistanceType = "None"
  455.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  456.             lplayer.Character.Humanoid:EquipTool(v)
  457.             end
  458.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  459.             wait(0.2)
  460.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  461.             wait(0.6)
  462.             lplayer.Character.HumanoidRootPart.CFrame = NOW
  463.             wait(0.6)
  464.             lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  465.             game:GetService("StarterGui"):SetCore("SendNotification", {
  466.             Title = "Tools needed!";
  467.             Text = "You need a tool in your backpack for this command!";
  468.             })
  469.         end
  470.     end
  471.     if string.sub(msg, 1, 7) == (prefix.."trail ") then
  472.         for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  473.             traill = true
  474.             trlplr = v
  475.         end
  476.     end
  477.     if string.sub(msg, 1, 8) == (prefix.."untrail") then
  478.         traill = false
  479.     end
  480.     if string.sub(msg, 1, 7) == (prefix.."orbit ") then
  481.         if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  482.             lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  483.         else
  484.             for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  485.                 local o = Instance.new("RocketPropulsion")
  486.                 o.Parent = lplayer.Character.HumanoidRootPart
  487.                 o.Name = "Orbit"
  488.                 o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  489.                 o:Fire()
  490.                 noclip = true
  491.             end
  492.         end
  493.     end
  494.     if string.sub(msg, 1, 8) == (prefix.."unorbit") then
  495.         lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  496.         noclip = false
  497.     end
  498.     if string.sub(msg, 1, 7) == (prefix.."fling ") then
  499.         if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  500.             lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  501.         else
  502.             for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  503.                 local y = Instance.new("RocketPropulsion")
  504.                 y.Parent = lplayer.Character.HumanoidRootPart
  505.                 y.CartoonFactor = 1
  506.                 y.MaxThrust = 800000
  507.                 y.MaxSpeed = 1000
  508.                 y.ThrustP = 200000
  509.                 y.Name = "Fling"
  510.                 game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  511.                 y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  512.                 y:Fire()
  513.                 noclip = true
  514.             end
  515.         end
  516.     end
  517.     if string.sub(msg, 1, 8) == (prefix.."unfling") then
  518.         noclip = false
  519.         lplayer.Character.HumanoidRootPart.Fling:Destroy()
  520.         game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  521.         wait(0.4)
  522.         lplayer.Character.HumanoidRootPart.Fling:Destroy()
  523.     end
  524.     if string.sub(msg, 1, 8) == (prefix.."fecheck") then
  525.         if game:GetService("Workspace").FilteringEnabled == true then
  526.             warn("FE is Enabled (Filtering Enabled)")
  527.             game:GetService("StarterGui"):SetCore("SendNotification", {
  528.                 Title = "FE is Enabled";
  529.                 Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  530.             })
  531.         else
  532.             warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  533.             game:GetService("StarterGui"):SetCore("SendNotification", {
  534.                 Title = "FE is Disabled";
  535.                 Text = "Filtering Disabled. Consider using a different admin script.";
  536.             })
  537.         end
  538.     end
  539.     if string.sub(msg, 1, 6) == (prefix.."void ") then
  540.         for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  541.             lplayer.Character.Humanoid.Name = 1
  542.             local l = lplayer.Character["1"]:Clone()
  543.             l.Parent = lplayer.Character
  544.             l.Name = "Humanoid"
  545.             wait(0.1)
  546.             lplayer.Character["1"]:Destroy()
  547.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  548.             lplayer.Character.Animate.Disabled = true
  549.             wait(0.1)
  550.             lplayer.Character.Animate.Disabled = false
  551.             lplayer.Character.Humanoid.DisplayDistanceType = "None"
  552.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  553.             lplayer.Character.Humanoid:EquipTool(v)
  554.             end
  555.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  556.             wait(0.2)
  557.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  558.             wait(0.6)
  559.             lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  560.             game:GetService("StarterGui"):SetCore("SendNotification", {
  561.             Title = "Tools needed!";
  562.             Text = "You need a tool in your backpack for this command!";
  563.             })
  564.         end
  565.     end
  566.     if string.sub(msg, 1, 7) == (prefix.."noclip") then
  567.         noclip = true
  568.         game:GetService("StarterGui"):SetCore("SendNotification", {
  569.         Title = "Noclip enabled";
  570.         Text = "Type ;clip to disable";
  571.         })
  572.     end
  573.     if string.sub(msg, 1, 5) == (prefix.."clip") then
  574.         noclip = false
  575.         game:GetService("StarterGui"):SetCore("SendNotification", {
  576.         Title = "Noclip disabled";
  577.         Text = "Type ;noclip to enable";
  578.         })
  579.     end
  580.     if string.sub(msg, 1, 7) == (prefix.."speed ") then
  581.         lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 8))
  582.     end
  583.     if string.sub(msg, 1, 4) == (prefix.."ws ") then
  584.         lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 5))
  585.     end
  586.     if string.sub(msg, 1, 11) == (prefix.."hipheight ") then
  587.         lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 12))
  588.     end
  589.     if string.sub(msg, 1, 4) == (prefix.."hh ") then
  590.         lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 5))
  591.     end
  592.     if string.sub(msg, 1, 11) == (prefix.."jumppower ") then
  593.         lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 12))
  594.     end
  595.     if string.sub(msg, 1, 4) == (prefix.."jp ") then
  596.         lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 5))
  597.     end
  598.     if string.sub(msg, 1, 8) == (prefix.."default") then
  599.         lplayer.Character.Humanoid.JumpPower = 50
  600.         lplayer.Character.Humanoid.WalkSpeed = 16
  601.         lplayer.Character.Humanoid.HipHeight = 0
  602.     end
  603.     if string.sub(msg, 1, 7) == (prefix.."annoy ") then
  604.         for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  605.             annoying = true
  606.             annplr = v
  607.         end
  608.     end
  609.     if string.sub(msg, 1, 8) == (prefix.."unannoy") then
  610.         annoying = false
  611.     end
  612.     if string.sub(msg, 1, 10) == (prefix.."headwalk ") then
  613.         for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  614.             hwalk = true
  615.             hdwplr = v
  616.         end
  617.     end
  618.     if string.sub(msg, 1, 11) == (prefix.."unheadwalk") then
  619.         hwalk = false
  620.     end
  621.     if string.sub(msg, 1, 8) == (prefix.."nolimbs") then
  622.         lplayer.Character["Left Leg"]:Destroy()
  623.         lplayer.Character["Left Arm"]:Destroy()
  624.         lplayer.Character["Right Leg"]:Destroy()
  625.         lplayer.Character["Right Arm"]:Destroy()
  626.     end
  627.     if string.sub(msg, 1, 4) == (prefix.."god") then
  628.         lplayer.Character.Humanoid.Name = 1
  629.         local l = lplayer.Character["1"]:Clone()
  630.         l.Parent = lplayer.Character
  631.         l.Name = "Humanoid"
  632.         wait(0.1)
  633.         lplayer.Character["1"]:Destroy()
  634.         game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  635.         lplayer.Character.Animate.Disabled = true
  636.         wait(0.1)
  637.         lplayer.Character.Animate.Disabled = false
  638.         lplayer.Character.Humanoid.DisplayDistanceType = "None"
  639.         game:GetService("StarterGui"):SetCore("SendNotification", {
  640.         Title = "FE Godmode enabled";
  641.         Text = "Use ;grespawn or ;respawn to remove";
  642.         })
  643.     end
  644.     if string.sub(msg, 1, 9) == (prefix.."drophats") then
  645.         for i,v in pairs(lplayer.Character:GetChildren()) do
  646.             if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  647.                 v.Parent = workspace
  648.             end
  649.         end
  650.     end
  651.     if string.sub(msg, 1, 9) == (prefix.."droptool") then
  652.         for i,v in pairs(lplayer.Character:GetChildren()) do
  653.             if (v:IsA("Tool")) then
  654.                 v.Parent = workspace
  655.             end
  656.         end
  657.     end
  658.     if string.sub(msg, 1, 10) == (prefix.."loopdhats") then
  659.         droppinghats = true
  660.         game:GetService("StarterGui"):SetCore("SendNotification", {
  661.         Title = "Loop Drop Enabled";
  662.         Text = "Type ;unloopdhats to disable";
  663.         })
  664.     end
  665.     if string.sub(msg, 1, 12) == (prefix.."unloopdhats") then
  666.         droppinghats = false
  667.         game:GetService("StarterGui"):SetCore("SendNotification", {
  668.         Title = "Loop Drop Disabled";
  669.         Text = "Type ;loopdhats to enable.";
  670.         })
  671.     end
  672.     if string.sub(msg, 1, 10) == (prefix.."loopdtool") then
  673.         droppingtools = true
  674.         game:GetService("StarterGui"):SetCore("SendNotification", {
  675.         Title = "Loop Drop Enabled";
  676.         Text = "Type ;unloopdtool to disable";
  677.         })
  678.     end
  679.     if string.sub(msg, 1, 12) == (prefix.."unloopdtool") then
  680.         droppingtools = false
  681.         game:GetService("StarterGui"):SetCore("SendNotification", {
  682.         Title = "Loop Drop Disabled";
  683.         Text = "Type ;loopdtool to enable.";
  684.         })
  685.     end
  686.     if string.sub(msg, 1, 10) == (prefix.."invisible") then -- Credit to Timeless
  687.         Local = game:GetService('Players').LocalPlayer
  688.         Char  = Local.Character
  689.         touched,tpdback = false, false
  690.         box = Instance.new('Part',workspace)
  691.         box.Anchored = true
  692.         box.CanCollide = true
  693.         box.Size = Vector3.new(10,1,10)
  694.         box.Position = Vector3.new(0,10000,0)
  695.         box.Touched:connect(function(part)
  696.             if (part.Parent.Name == Local.Name) then
  697.                 if touched == false then
  698.                     touched = true
  699.                     function apply()
  700.                         if script.Disabled ~= true then
  701.                             no = Char.HumanoidRootPart:Clone()
  702.                             wait(.25)
  703.                             Char.HumanoidRootPart:Destroy()
  704.                             no.Parent = Char
  705.                             Char:MoveTo(loc)
  706.                             touched = false
  707.                         end end
  708.                     if Char then
  709.                         apply()
  710.                     end
  711.                 end
  712.             end
  713.         end)
  714.         repeat wait() until Char
  715.         loc = Char.HumanoidRootPart.Position
  716.         Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  717.         game:GetService("StarterGui"):SetCore("SendNotification", {
  718.         Title = "Invisibility enabled!";
  719.         Text = "Reset or use ;respawn to remove.";
  720.         })
  721.     end
  722.     if string.sub(msg, 1, 6) == (prefix.."view ") then
  723.         for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  724.             if game:GetService("Players")[v.Name].Character.Humanoid then
  725.                 game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  726.             else
  727.                 game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  728.             end
  729.         end
  730.     end
  731.     if string.sub(msg, 1, 7) == (prefix.."unview") then
  732.         if lplayer.Character.Humanoid then
  733.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  734.         else
  735.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  736.         end
  737.     end
  738.     if string.sub(msg, 1, 6) == (prefix.."goto ") then
  739.         for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  740.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  741.         end
  742.     end
  743.     if string.sub(msg, 1, 4) == (prefix.."fly") then
  744.     repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  745.     repeat wait() until Mouse
  746.    
  747.     local T = lplayer.Character.HumanoidRootPart
  748.     local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  749.     local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  750.     local SPEED = speedget
  751.    
  752.     local function fly()
  753.         flying = true
  754.         local BG = Instance.new('BodyGyro', T)
  755.         local BV = Instance.new('BodyVelocity', T)
  756.         BG.P = 9e4
  757.         BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  758.         BG.cframe = T.CFrame
  759.         BV.velocity = Vector3.new(0, 0.1, 0)
  760.         BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  761.         spawn(function()
  762.         repeat wait()
  763.         lplayer.Character.Humanoid.PlatformStand = true
  764.         if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  765.         SPEED = 50
  766.         elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  767.         SPEED = 0
  768.         end
  769.         if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  770.         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
  771.         lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  772.         elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  773.         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
  774.         else
  775.         BV.velocity = Vector3.new(0, 0.1, 0)
  776.         end
  777.         BG.cframe = workspace.CurrentCamera.CoordinateFrame
  778.                 until not flying
  779.                 CONTROL = {F = 0, B = 0, L = 0, R = 0}
  780.                 lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  781.                 SPEED = 0
  782.                 BG:destroy()
  783.                 BV:destroy()
  784.                 lplayer.Character.Humanoid.PlatformStand = false
  785.             end)
  786.         end
  787.     Mouse.KeyDown:connect(function(KEY)
  788.         if KEY:lower() == 'w' then
  789.             CONTROL.F = speedfly
  790.         elseif KEY:lower() == 's' then
  791.             CONTROL.B = -speedfly
  792.         elseif KEY:lower() == 'a' then
  793.             CONTROL.L = -speedfly
  794.         elseif KEY:lower() == 'd' then
  795.             CONTROL.R = speedfly
  796.         end
  797.     end)
  798.     Mouse.KeyUp:connect(function(KEY)
  799.         if KEY:lower() == 'w' then
  800.             CONTROL.F = 0
  801.         elseif KEY:lower() == 's' then
  802.             CONTROL.B = 0
  803.         elseif KEY:lower() == 'a' then
  804.             CONTROL.L = 0
  805.         elseif KEY:lower() == 'd' then
  806.             CONTROL.R = 0
  807.         end
  808.     end)
  809.     fly()
  810.     end
  811.     if string.sub(msg, 1, 6) == (prefix.."unfly") then
  812.         flying = false
  813.         lplayer.Character.Humanoid.PlatformStand = false
  814.     end
  815.     if string.sub(msg, 1, 6) == (prefix.."chat ") then
  816.         game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(msg, 7)), "All")
  817.     end
  818.     if string.sub(msg, 1, 6) == (prefix.."spam ") then
  819.         spamtext = (string.sub(msg, 7))
  820.         spamming = true
  821.     end
  822.     if string.sub(msg, 1, 7) == (prefix.."unspam") then
  823.         spamming = false
  824.     end
  825.     if string.sub(msg, 1, 10) == (prefix.."spamwait ") then
  826.         spamdelay = (string.sub(msg, 11))
  827.     end
  828.     if string.sub(msg, 1, 8) == (prefix.."pmspam ") then
  829.         for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  830.             pmspammed = v.Name
  831.             spammingpm = true
  832.         end
  833.     end
  834.     if string.sub(msg, 1, 9) == (prefix.."unpmspam") then
  835.         spammingpm = false
  836.     end
  837.     if string.sub(msg, 1, 9) == (prefix.."cfreeze ") then
  838.         for i,v in pairs(GetPlayer(string.sub(msg, 10))) do
  839.             v.Character["Left Leg"].Anchored = true
  840.             v.Character["Left Arm"].Anchored = true
  841.             v.Character["Right Leg"].Anchored = true
  842.             v.Character["Right Arm"].Anchored = true
  843.             v.Character.Torso.Anchored = true
  844.             v.Character.Head.Anchored = true
  845.         end
  846.     end
  847.     if string.sub(msg, 1, 11) == (prefix.."uncfreeze ") then
  848.         for i,v in pairs(GetPlayer(string.sub(msg, 12))) do
  849.             v.Character["Left Leg"].Anchored = false
  850.             v.Character["Left Arm"].Anchored = false
  851.             v.Character["Right Leg"].Anchored = false
  852.             v.Character["Right Arm"].Anchored = false
  853.             v.Character.Torso.Anchored = false
  854.             v.Character.Head.Anchored = false
  855.         end
  856.     end
  857.     if string.sub(msg, 1, 9) == (prefix.."unlockws") then
  858.         local a = game:GetService("Workspace"):getChildren()
  859.         for i = 1, #a do
  860.             if a[i].className == "Part" then
  861.                 a[i].Locked = false
  862.             elseif a[i].className == "Model" then
  863.                 local r = a[i]:getChildren()
  864.                 for i = 1, #r do
  865.                     if r[i].className == "Part" then
  866.                     r[i].Locked = false
  867.                     end
  868.                 end
  869.             end
  870.         end
  871.         game:GetService("StarterGui"):SetCore("SendNotification", {
  872.         Title = "Success!";
  873.         Text = "Workspace unlocked. Use ;lockws to lock.";
  874.         })
  875.     end
  876.     if string.sub(msg, 1, 7) == (prefix.."lockws") then
  877.         local a = game:GetService("Workspace"):getChildren()
  878.         for i = 1, #a do
  879.             if a[i].className == "Part" then
  880.                 a[i].Locked = true
  881.             elseif a[i].className == "Model" then
  882.                 local r = a[i]:getChildren()
  883.                 for i = 1, #r do
  884.                     if r[i].className == "Part" then
  885.                     r[i].Locked = true
  886.                     end
  887.                 end
  888.             end
  889.         end
  890.     end
  891.     if string.sub(msg, 1, 7) == (prefix.."btools") then
  892.         local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  893.         Clone_T.BinType = "Clone"
  894.         local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  895.         Destruct.BinType = "Hammer"
  896.         local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  897.         Hold_T.BinType = "Grab"
  898.     end
  899.     if string.sub(msg, 1, 7) == (prefix.."pstand") then
  900.         lplayer.Character.Humanoid.PlatformStand = true
  901.     end
  902.     if string.sub(msg, 1, 9) == (prefix.."unpstand") then
  903.         lplayer.Character.Humanoid.PlatformStand = false
  904.     end
  905.     if string.sub(msg, 1, 10) == (prefix.."blockhead") then
  906.         lplayer.Character.Head.Mesh:Destroy()
  907.     end
  908.     if string.sub(msg, 1, 4) == (prefix.."sit") then
  909.         lplayer.Character.Humanoid.Sit = true
  910.     end
  911.     if string.sub(msg, 1, 10) == (prefix.."bringobj ") then
  912.         local function bringobjw()
  913.         for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  914.         if obj.Name == (string.sub(msg, 11)) then
  915.         obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  916.         obj.CanCollide = false
  917.         obj.Transparency = 0.7
  918.         wait()
  919.         obj.CFrame = lplayer.Character["Left Leg"].CFrame
  920.         wait()
  921.         obj.CFrame = lplayer.Character["Right Leg"].CFrame
  922.         wait()
  923.         obj.CFrame = lplayer.Character["Head"].CFrame
  924.         end
  925.         end
  926.         end
  927.         while wait() do
  928.             bringobjw()
  929.         end
  930.         game:GetService("StarterGui"):SetCore("SendNotification", {
  931.         Title = "BringObj";
  932.         Text = "BringObj enabled.";
  933.         })
  934.     end
  935.     if string.sub(msg, 1, 7) == (prefix.."wsvis ") then
  936.         vis = (string.sub(msg, 8))
  937.         local a = game:GetService("Workspace"):GetDescendants()
  938.         for i = 1, #a do
  939.             if a[i].className == "Part" then
  940.                 a[i].Transparency = vis
  941.             elseif a[i].className == "Model" then
  942.                 local r = a[i]:getChildren()
  943.                 for i = 1, #r do
  944.                     if r[i].className == "Part" then
  945.                     r[i].Transparency = vis
  946.                     end
  947.                 end
  948.             end
  949.         end
  950.     end
  951.     if string.sub(msg, 1, 11) == (prefix.."hypertotal") then
  952.         loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  953.         game:GetService("StarterGui"):SetCore("SendNotification", {
  954.         Title = "Success!";
  955.         Text = "HyperTotal GUI Loaded!";
  956.         })
  957.     end
  958.     if string.sub(msg, 1, 5) == (prefix.."cmds") then
  959.         CMDSFRAME.Visible = true
  960.     end
  961.     if string.sub(msg, 1, 10) == (prefix.."rmeshhats") then
  962.         for i,v in pairs(lplayer.Character:GetChildren()) do
  963.             if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  964.                 v.Handle.Mesh:Destroy()
  965.             end
  966.         end
  967.     end
  968.     if string.sub(msg, 1, 10) == (prefix.."blockhats") then
  969.         for i,v in pairs(lplayer.Character:GetChildren()) do
  970.             if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  971.                 v.Handle.Mesh:Destroy()
  972.             end
  973.         end
  974.     end
  975.     if string.sub(msg, 1, 10) == (prefix.."rmeshtool") then
  976.         for i,v in pairs(lplayer.Character:GetChildren()) do
  977.             if (v:IsA("Tool")) then
  978.                 v.Handle.Mesh:Destroy()
  979.             end
  980.         end
  981.     end
  982.     if string.sub(msg, 1, 10) == (prefix.."blocktool") then
  983.         for i,v in pairs(lplayer.Character:GetChildren()) do
  984.             if (v:IsA("Tool")) then
  985.                 v.Handle.Mesh:Destroy()
  986.             end
  987.         end
  988.     end
  989.     if string.sub(msg, 1, 8) == (prefix.."spinner") then
  990.         local p = Instance.new("RocketPropulsion")
  991.         p.Parent = lplayer.Character.HumanoidRootPart
  992.         p.Name = "Spinner"
  993.         p.Target = lplayer.Character["Left Arm"]
  994.         p:Fire()
  995.         game:GetService("StarterGui"):SetCore("SendNotification", {
  996.         Title = "Spinner enabled";
  997.         Text = "Type ;nospinner to disable.";
  998.         })
  999.     end
  1000.     if string.sub(msg, 1, 10) == (prefix.."nospinner") then
  1001.         lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  1002.     end
  1003.     if string.sub(msg, 1, 7) == (prefix.."reachd") then
  1004.         for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  1005.             if v:isA("Tool") then
  1006.                 local a = Instance.new("SelectionBox",v.Handle)
  1007.                 a.Adornee = v.Handle
  1008.                 v.Handle.Size = Vector3.new(0.5,0.5,60)
  1009.                 v.GripPos = Vector3.new(0,0,0)
  1010.                 lplayer.Character.Humanoid:UnequipTools()
  1011.             end
  1012.         end
  1013.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1014.         Title = "Reach applied!";
  1015.         Text = "Applied to equipped sword. Use ;noreach to disable.";
  1016.         })
  1017.     end
  1018.     if string.sub(msg, 1, 7) == (prefix.."reach ") then
  1019.         for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  1020.             if v:isA("Tool") then
  1021.                 handleSize = v.Handle.Size
  1022.                 wait()
  1023.                 local a = Instance.new("SelectionBox",v.Handle)
  1024.                 a.Name = "a"
  1025.                 a.Adornee = v.Handle
  1026.                 v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(msg, 8)))
  1027.                 v.GripPos = Vector3.new(0,0,0)
  1028.                 lplayer.Character.Humanoid:UnequipTools()
  1029.             end
  1030.         end
  1031.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1032.         Title = "Reach applied!";
  1033.         Text = "Applied to equipped sword. Use ;noreach to disable.";
  1034.         })
  1035.     end
  1036.     if string.sub(msg, 1, 8) == (prefix.."noreach") then
  1037.         for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  1038.             if v:isA("Tool") then
  1039.                 v.Handle.a:Destroy()
  1040.                 v.Handle.Size = handleSize
  1041.             end
  1042.         end
  1043.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1044.         Title = "Reach removed!";
  1045.         Text = "Removed reach from equipped sword.";
  1046.         })
  1047.     end
  1048.     if string.sub(msg, 1, 7) == (prefix.."rkill ") then
  1049.         for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  1050.             lplayer.Character.Humanoid.Name = 1
  1051.             local l = lplayer.Character["1"]:Clone()
  1052.             l.Parent = lplayer.Character
  1053.             l.Name = "Humanoid"
  1054.             wait(0.1)
  1055.             lplayer.Character["1"]:Destroy()
  1056.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1057.             lplayer.Character.Animate.Disabled = true
  1058.             wait(0.1)
  1059.             lplayer.Character.Animate.Disabled = false
  1060.             lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1061.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1062.             lplayer.Character.Humanoid:EquipTool(v)
  1063.             end
  1064.             wait(0.1)
  1065.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1066.             wait(0.2)
  1067.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1068.             wait(0.5)
  1069.             lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  1070.             game:GetService("StarterGui"):SetCore("SendNotification", {
  1071.             Title = "Tools needed!";
  1072.             Text = "You need a tool in your backpack for this command!";
  1073.             })
  1074.         end
  1075.     end
  1076.     if string.sub(msg, 1, 7) == (prefix.."tp me ") then
  1077.         for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  1078.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1079.         end
  1080.     end
  1081.     if string.sub(msg, 1, 8) == (prefix.."cbring ") then
  1082.         if (string.sub(msg, 9)) == "all" or (string.sub(msg, 9)) == "All" or (string.sub(msg, 9)) == "ALL" then
  1083.             cbringall = true
  1084.         else
  1085.             for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1086.                 brplr = v.Name
  1087.             end
  1088.         end
  1089.         cbring = true
  1090.     end
  1091.     if string.sub(msg, 1, 9) == (prefix.."uncbring") then
  1092.         cbring = false
  1093.         cbringall = false
  1094.     end
  1095.     if string.sub(msg, 1, 6) == (prefix.."swap ") then
  1096.         for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1097.             local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1098.             local NOW = lplayer.Character.HumanoidRootPart.CFrame
  1099.             lplayer.Character.Humanoid.Name = 1
  1100.             local l = lplayer.Character["1"]:Clone()
  1101.             l.Parent = lplayer.Character
  1102.             l.Name = "Humanoid"
  1103.             wait(0.1)
  1104.             lplayer.Character["1"]:Destroy()
  1105.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1106.             lplayer.Character.Animate.Disabled = true
  1107.             wait(0.1)
  1108.             lplayer.Character.Animate.Disabled = false
  1109.             lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1110.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1111.             lplayer.Character.Humanoid:EquipTool(v)
  1112.             end
  1113.             local function tp(player,player2)
  1114.             local char1,char2=player.Character,player2.Character
  1115.             if char1 and char2 then
  1116.             char1:MoveTo(char2.Head.Position)
  1117.             end
  1118.             end
  1119.             wait(0.1)
  1120.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1121.             wait(0.2)
  1122.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1123.             wait(0.5)
  1124.             lplayer.Character.HumanoidRootPart.CFrame = NOW
  1125.             wait(0.6)
  1126.             tp(lplayer, game:GetService("Players")[v.Name])
  1127.             wait(0.4)
  1128.             lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  1129.             game:GetService("StarterGui"):SetCore("SendNotification", {
  1130.             Title = "Tools needed!";
  1131.             Text = "You need a tool in your backpack for this command!";
  1132.             })
  1133.         end
  1134.     end
  1135.     if string.sub(msg, 1, 8) == (prefix.."glitch ") then
  1136.         for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1137.             lplayer.Character.Humanoid.Name = 1
  1138.             local l = lplayer.Character["1"]:Clone()
  1139.             l.Parent = lplayer.Character
  1140.             l.Name = "Humanoid"
  1141.             wait(0.1)
  1142.             lplayer.Character["1"]:Destroy()
  1143.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1144.             lplayer.Character.Animate.Disabled = true
  1145.             wait(0.1)
  1146.             lplayer.Character.Animate.Disabled = false
  1147.             lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1148.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1149.             lplayer.Character.Humanoid:EquipTool(v)
  1150.             end
  1151.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  1152.             wait(0.3)
  1153.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  1154.             wait(0.4)
  1155.             b = Instance.new("BodyForce")
  1156.             b.Parent = lplayer.Character.HumanoidRootPart
  1157.             b.Name = "Glitch"
  1158.             b.Force = Vector3.new(100000000,5000,0)
  1159.             game:GetService("StarterGui"):SetCore("SendNotification", {
  1160.             Title = "Tools needed!";
  1161.             Text = "You need a tool in your backpack for this command!";
  1162.             })
  1163.         end
  1164.     end
  1165.     if string.sub(msg, 1, 9) == (prefix.."unglitch") then
  1166.         lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  1167.         lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  1168.         b = Instance.new("BodyForce")
  1169.         b.Parent = lplayer.Character.HumanoidRootPart
  1170.         b.Name = "unGlitch"
  1171.         b.Force = Vector3.new(0,-5000000,0)
  1172.         wait(2)
  1173.         lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  1174.     end
  1175.     if string.sub(msg, 1, 9) == (prefix.."grespawn") then
  1176.         lplayer.Character.Humanoid.Health = 0
  1177.         wait(1)
  1178.         lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  1179.         lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  1180.     end
  1181.     if string.sub(msg, 1, 9) == (prefix.."explorer") then
  1182.         loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  1183.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1184.         Title = "Success!";
  1185.         Text = "DEX Explorer has loaded.";
  1186.         })
  1187.     end
  1188.     if string.sub(msg, 1, 6) == (prefix.."anim ") then
  1189.         local Anim = Instance.new("Animation")
  1190.         Anim.AnimationId = "rbxassetid://"..(string.sub(msg, 7))
  1191.         local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  1192.         track:Play(.1, 1, 1)
  1193.     end
  1194.     if string.sub(msg, 1, 8) == (prefix.."animgui") then
  1195.         loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  1196.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1197.         Title = "Success!";
  1198.         Text = "Energize Animations GUI has loaded.";
  1199.         })
  1200.     end
  1201.     if string.sub(msg, 1, 8) == (prefix.."savepos") then
  1202.         saved = lplayer.Character.HumanoidRootPart.CFrame
  1203.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1204.         Title = "Position Saved";
  1205.         Text = "Use ;loadpos to return to saved position.";
  1206.         })
  1207.     end
  1208.     if string.sub(msg, 1, 8) == (prefix.."loadpos") then
  1209.         lplayer.Character.HumanoidRootPart.CFrame = saved
  1210.     end
  1211.     if string.sub(msg, 1, 6) == (prefix.."bang ") then
  1212.         for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1213.             local Anim2 = Instance.new("Animation")
  1214.             Anim2.AnimationId = "rbxassetid://148840371"
  1215.             local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  1216.             track2:Play(.1, 1, 1)
  1217.             bplrr = v.Name
  1218.             banpl = true
  1219.         end
  1220.     end
  1221.     if string.sub(msg, 1, 7) == (prefix.."unbang") then
  1222.         banpl = false
  1223.     end
  1224.     if string.sub(msg, 1, 10) == (prefix.."bringmod ") then
  1225.         local function bringmodw()
  1226.         for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  1227.         if obj.Name == (string.sub(msg, 11)) then
  1228.         for i,ch in pairs(obj:GetDescendants()) do
  1229.         if (ch:IsA("BasePart")) then
  1230.         ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  1231.         ch.CanCollide = false
  1232.         ch.Transparency = 0.7
  1233.         wait()
  1234.         ch.CFrame = lplayer.Character["Left Leg"].CFrame
  1235.         wait()
  1236.         ch.CFrame = lplayer.Character["Right Leg"].CFrame
  1237.         wait()
  1238.         ch.CFrame = lplayer.Character["Head"].CFrame
  1239.         end
  1240.         end
  1241.         end
  1242.         end
  1243.         end
  1244.         while wait() do
  1245.             bringmodw()
  1246.         end
  1247.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1248.         Title = "BringMod";
  1249.         Text = "BringMod enabled.";
  1250.         })
  1251.     end
  1252.     if string.sub(msg, 1, 8) == (prefix.."respawn") then
  1253.         local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  1254.         local hum = Instance.new('Humanoid', mod)
  1255.         local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  1256.         lplayer.Character = mod
  1257.     end
  1258.     if string.sub(msg, 1, 9) == (prefix.."shutdown") then
  1259.         game:GetService'RunService'.Stepped:Connect(function()
  1260.         pcall(function()
  1261.             for i,v in pairs(game:GetService'Players':GetPlayers()) do
  1262.                 if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  1263.                     for _,x in pairs(v.Character.Head:GetChildren()) do
  1264.                         if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  1265.                     end
  1266.                 end
  1267.             end
  1268.         end)
  1269.         end)
  1270.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1271.         Title = "Attempting Shutdown";
  1272.         Text = "Shutdown Attempt has begun.";
  1273.         })
  1274.     end
  1275.     if string.sub(msg, 1, 8) == (prefix.."delobj ") then
  1276.         objtodel = (string.sub(msg, 9))
  1277.         for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  1278.             if v.Name == objtodel then
  1279.                 v:Destroy()
  1280.             end
  1281.         end
  1282.     end
  1283.     if string.sub(msg, 1, 8) == (prefix.."getplrs") then
  1284.         for i,v in pairs(game:GetService("Players"):GetPlayers())do
  1285.             print(v)
  1286.         end
  1287.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1288.         Title = "Printed";
  1289.         Text = "Players have been printed to console. (F9)";
  1290.         })
  1291.     end
  1292.     if string.sub(msg, 1, 9) == (prefix.."deldecal") then
  1293.         for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  1294.             if (v:IsA("Decal")) then
  1295.                 v:Destroy()
  1296.             end
  1297.         end
  1298.     end
  1299.     if string.sub(msg, 1, 11) == (prefix.."opfinality") then
  1300.         loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  1301.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1302.         Title = "Success!";
  1303.         Text = "OpFinality GUI has loaded.";
  1304.         })
  1305.     end
  1306.     if string.sub(msg, 1, 8) == (prefix.."remotes") then
  1307.         remotes = true
  1308.         added = true
  1309.         game.DescendantAdded:connect(function(rmt)
  1310.         if added == true then
  1311.         if remotes == true then
  1312.         if rmt:IsA("RemoteEvent") then
  1313.         print("A RemoteEvent was added!")
  1314.         print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  1315.         print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  1316.         end end end
  1317.         end)
  1318.         game.DescendantAdded:connect(function(rmtfnctn)
  1319.         if added == true then
  1320.         if remotes == true then
  1321.         if rmtfnctn:IsA("RemoteFunction") then
  1322.         warn("A RemoteFunction was added!")
  1323.         warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  1324.         print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  1325.         end end end
  1326.         end)
  1327.        
  1328.         game.DescendantAdded:connect(function(bndfnctn)
  1329.         if added == true then
  1330.         if binds == true then
  1331.         if bndfnctn:IsA("BindableFunction") then
  1332.         print("A BindableFunction was added!")
  1333.         print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  1334.         print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  1335.         end end end
  1336.         end)
  1337.        
  1338.         game.DescendantAdded:connect(function(bnd)
  1339.         if added == true then
  1340.         if binds == true then
  1341.         if bnd:IsA("BindableEvent") then
  1342.         warn("A BindableEvent was added!")
  1343.         warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  1344.         print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  1345.         end end end
  1346.         end)
  1347.        
  1348.        
  1349.         if binds == true then
  1350.         for i,v in pairs(game:GetDescendants()) do
  1351.         if v:IsA("BindableFunction") then
  1352.         print(" game." .. v:GetFullName() .. " | BindableFunction")
  1353.         print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  1354.         end end
  1355.         for i,v in pairs(game:GetDescendants()) do
  1356.         if v:IsA("BindableEvent") then
  1357.         warn(" game." .. v:GetFullName() .. " | BindableEvent")
  1358.         print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  1359.         end end
  1360.         else
  1361.         print("Off")
  1362.         end
  1363.         if remotes == true then
  1364.         for i,v in pairs(game:GetDescendants()) do
  1365.         if v:IsA("RemoteFunction") then
  1366.         warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  1367.         print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  1368.         end end
  1369.         wait()
  1370.         for i,v in pairs(game:GetDescendants()) do
  1371.         if v:IsA("RemoteEvent") then
  1372.         print(" game." .. v:GetFullName() .. " | RemoteEvent")
  1373.         print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  1374.         end end
  1375.         else
  1376.         print("Off")
  1377.         end
  1378.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1379.         Title = "Printing Remotes";
  1380.         Text = "Type ;noremotes to disable.";
  1381.         })
  1382.     end
  1383.     if string.sub(msg, 1, 10) == (prefix.."noremotes") then
  1384.         remotes = false
  1385.         added = false
  1386.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1387.         Title = "Printing Remotes Disabled";
  1388.         Text = "Type ;remotes to enable.";
  1389.         })
  1390.     end
  1391.     if string.sub(msg, 1, 10) == (prefix.."tpdefault") then
  1392.         spin = false
  1393.         followed = false
  1394.         traill = false
  1395.         noclip = false
  1396.         annoying = false
  1397.         hwalk = false
  1398.         cbringing = false
  1399.     end
  1400.     if string.sub(msg, 1, 8) == (prefix.."stopsit") then
  1401.         stopsitting = true
  1402.     end
  1403.     if string.sub(msg, 1, 6) == (prefix.."gosit") then
  1404.         stopsitting = false
  1405.     end
  1406.     if string.sub(msg, 1, 8) == (prefix.."version") then
  1407.         print(adminversion)
  1408.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1409.         Title = "Version";
  1410.         Text = adminversion;
  1411.         })
  1412.     end
  1413.     if string.sub(msg, 1, 8) == (prefix.."clicktp") then
  1414.         clickgoto = true
  1415.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1416.         Title = "Click TP";
  1417.         Text = "Press E to teleport to mouse position, ;noclicktp to stop";
  1418.         })
  1419.     end
  1420.     if string.sub(msg, 1, 9) == (prefix.."clickdel") then
  1421.         clickdel = true
  1422.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1423.         Title = "Click Delete";
  1424.         Text = "Press E to delete part at mouse, ;noclickdel to stop";
  1425.         })
  1426.     end
  1427.     if string.sub(msg, 1, 11) == (prefix.."noclickdel") then
  1428.         clickdel = false
  1429.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1430.         Title = "Click Delete";
  1431.         Text = "Click delete has been disabled.";
  1432.         })
  1433.     end
  1434.     if string.sub(msg, 1, 10) == (prefix.."noclicktp") then
  1435.         clickgoto = false
  1436.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1437.         Title = "Click TP";
  1438.         Text = "Click TP has been disabled.";
  1439.         })
  1440.     end
  1441.     if string.sub(msg, 1, 8) == (prefix.."toolson") then
  1442.         gettingtools = true
  1443.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1444.         Title = "Tools Enabled";
  1445.         Text = "Automatically colleting tools dropped.";
  1446.         })
  1447.     end
  1448.     if string.sub(msg, 1, 9) == (prefix.."toolsoff") then
  1449.         gettingtools = false
  1450.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1451.         Title = "Tools Disabled";
  1452.         Text = "Click TP has been disabled.";
  1453.         })
  1454.     end
  1455.     if string.sub(msg, 1, 10) == (prefix.."delcmdbar") then
  1456.         ScreenGui:Destroy()
  1457.     end
  1458.     if string.sub(msg, 1, 6) == (prefix.."reset") then
  1459.         lplayer.Character.Head:Destroy()
  1460.     end
  1461.     if string.sub(msg, 1, 7) == (prefix.."state ") then
  1462.         statechosen = string.sub(msg, 8)
  1463.         changingstate = true
  1464.     end
  1465.     if string.sub(msg, 1, 9) == (prefix.."gravity ") then
  1466.         game:GetService("Workspace").Gravity = string.sub(msg, 10)
  1467.     end
  1468.     if string.sub(msg, 1, 10) == (prefix.."looprhats") then
  1469.         removingmeshhats = true
  1470.     end
  1471.     if string.sub(msg, 1, 12) == (prefix.."unlooprhats") then
  1472.         removingmeshhats = false
  1473.     end
  1474.     if string.sub(msg, 1, 10) == (prefix.."looprtool") then
  1475.         removingmeshtool = true
  1476.     end
  1477.     if string.sub(msg, 1, 12) == (prefix.."unlooprtool") then
  1478.         removingmeshtool = false
  1479.     end
  1480.     if string.sub(msg, 1, 10) == (prefix.."givetool ") then
  1481.         for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  1482.             if v:IsA("Tool") then
  1483.                 for i,player in pairs(GetPlayer(string.sub(msg, 11))) do
  1484.                     v.Parent = player.Character
  1485.                 end
  1486.             end
  1487.         end
  1488.     end
  1489.     if string.sub(msg, 1, 14) == (prefix.."givealltools ") then
  1490.         for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  1491.             if v:IsA("Tool") then
  1492.                 v.Parent = lplayer.Character
  1493.                 wait()
  1494.                 for i,player in pairs(GetPlayer(string.sub(msg, 15))) do
  1495.                     v.Parent = player.Character
  1496.                 end
  1497.             end
  1498.         end
  1499.     end
  1500.     if string.sub(msg, 1, 5) == (prefix.."age ") then
  1501.         for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  1502.             game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  1503.         end
  1504.     end
  1505.     if string.sub(msg, 1, 4) == (prefix.."id ") then
  1506.         for i,player in pairs(GetPlayer(string.sub(msg, 5))) do
  1507.             game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  1508.         end
  1509.     end
  1510.     if string.sub(msg, 1, 6) == (prefix..".age ") then
  1511.         for i,player in pairs(GetPlayer(string.sub(msg, 7))) do
  1512.             game:GetService("StarterGui"):SetCore("SendNotification", {
  1513.             Title = player.AccountAge.." Days";
  1514.             Text = "Account age of "..player.Name;
  1515.             })
  1516.         end
  1517.     end
  1518.     if string.sub(msg, 1, 5) == (prefix..".id ") then
  1519.         for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  1520.             game:GetService("StarterGui"):SetCore("SendNotification", {
  1521.             Title = player.UserId.." ID";
  1522.             Text = "Account ID of "..player.Name;
  1523.             })
  1524.         end
  1525.     end
  1526.     if string.sub(msg, 1, 7) == (prefix.."gameid") then
  1527.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1528.         Title = "Game ID";
  1529.         Text = "Game ID: ".. game.GameId;
  1530.         })
  1531.     end
  1532.     if string.sub(msg, 1, 4) == (prefix.."pgs") then
  1533.         local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  1534.         if pgscheck == true then
  1535.             game:GetService("StarterGui"):SetCore("SendNotification", {
  1536.             Title = "PGSPhysicsSolverEnabled";
  1537.             Text = "PGS is Enabled!";
  1538.             })
  1539.         else
  1540.             game:GetService("StarterGui"):SetCore("SendNotification", {
  1541.             Title = "PGSPhysicsSolverEnabled";
  1542.             Text = "PGS is Disabled!";
  1543.             })
  1544.         end
  1545.     end
  1546.     if string.sub(msg, 1, 12) == (prefix.."removeinvis") then
  1547.         for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  1548.             if v:IsA("Part") then
  1549.                 if v.Transparency == 1 then
  1550.                     if v.Name ~= "HumanoidRootPart" then
  1551.                         v:Destroy()
  1552.                     end
  1553.                 end
  1554.             end
  1555.         end
  1556.     end
  1557.     if string.sub(msg, 1, 10) == (prefix.."removefog") then
  1558.         game:GetService("Lighting").FogStart = 0
  1559.         game:GetService("Lighting").FogEnd = 9999999999999
  1560.     end
  1561.     if string.sub(msg, 1, 8) == (prefix.."disable") then
  1562.         lplayer.Character.Humanoid.Parent = lplayer
  1563.     end
  1564.     if string.sub(msg, 1, 7) == (prefix.."enable") then
  1565.         lplayer.Humanoid.Parent = lplayer.Character
  1566.     end
  1567.     if string.sub(msg, 1, 8) == (prefix.."prefix ") then
  1568.         prefix = (string.sub(msg, 9, 9))
  1569.         wait(0.1)
  1570.         change()
  1571.         wait(0.1)
  1572.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1573.         Title = "Prefix changed!";
  1574.         Text = "Prefix is now "..prefix..". Use ;resetprefix to reset to ;";
  1575.         })
  1576.     end
  1577.     if string.sub(msg, 1, 12) == (";resetprefix") then
  1578.         prefix = ";"
  1579.         wait(0.1)
  1580.         change()
  1581.         wait(0.1)
  1582.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1583.         Title = "Prefix changed!";
  1584.         Text = "Prefix is now "..prefix..". Make sure it's one key!";
  1585.         })
  1586.     end
  1587.     if string.sub(msg, 1, 10) == (prefix.."flyspeed ") then
  1588.         speedfly = string.sub(msg, 11)
  1589.         wait()
  1590.         change()
  1591.     end
  1592.     if string.sub(msg, 1, 8) == (prefix.."carpet ") then
  1593.         for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1594.             local Anim3 = Instance.new("Animation")
  1595.             Anim3.AnimationId = "rbxassetid://282574440"
  1596.             local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  1597.             track3:Play(.1, 1, 1)
  1598.             bplrr = v.Name
  1599.             banpl = true
  1600.         end
  1601.     end
  1602.     if string.sub(msg, 1, 9) == (prefix.."uncarpet") then
  1603.         banpl = false
  1604.     end
  1605.     if string.sub(msg, 1, 7) == (prefix.."stare ") then
  1606.         for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  1607.             staring = true
  1608.             stareplr = v
  1609.         end
  1610.     end
  1611.     if string.sub(msg, 1, 8) == (prefix.."unstare") then
  1612.         staring = false
  1613.     end
  1614.     if string.sub(msg, 1, 8) == (prefix.."logchat") then
  1615.         chatlogs = true
  1616.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1617.         Title = "LogChat enabled";
  1618.         Text = "Now logging all player chat.";
  1619.         })
  1620.     end
  1621.     if string.sub(msg, 1, 10) == (prefix.."unlogchat") then
  1622.         chatlogs = false
  1623.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1624.         Title = "LogChat disabled";
  1625.         Text = "Stopped logging all player chat.";
  1626.         })
  1627.     end
  1628.     if string.sub(msg, 1, 7) == (prefix.."fixcam") then
  1629.         game:GetService("Workspace").CurrentCamera:Destroy()
  1630.         wait(0.1)
  1631.         game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  1632.         game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  1633.         lplayer.CameraMinZoomDistance = 0.5
  1634.         lplayer.CameraMaxZoomDistance = 400
  1635.         lplayer.CameraMode = "Classic"
  1636.     end
  1637.     if string.sub(msg, 1, 8) == (prefix.."unstate") then
  1638.         changingstate = false
  1639.     end
  1640. end)
  1641.  
  1642. local function tp()
  1643.     for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  1644.         if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  1645.             if player.Name == brplr then
  1646.                 player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 2
  1647.             end
  1648.         end
  1649.     end
  1650. end
  1651. local function tpall()
  1652.     for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  1653.         if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  1654.             player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 3
  1655.         end
  1656.     end
  1657. end
  1658. spawn(function()
  1659.     while wait(spamdelay) do
  1660.         if spamming == true then
  1661.             game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(spamtext, "All")
  1662.         end
  1663.     end
  1664. end)
  1665. spawn(function()
  1666.     while wait(spamdelay) do
  1667.         if spammingpm == true then
  1668.             game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/w "..pmspammed.." @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", "All")
  1669.         end
  1670.     end
  1671. end)
  1672. spawn(function()
  1673.     while wait() do
  1674.         if cbring == true then
  1675.             tp()
  1676.         end
  1677.     end
  1678. end)
  1679. spawn(function()
  1680.     while wait() do
  1681.         if cbringall == true then
  1682.             tpall()
  1683.         end
  1684.     end
  1685. end)
  1686.  
  1687. Mouse.KeyDown:connect(function(Key)
  1688.     if Key == prefix then
  1689.         CMDBAR:CaptureFocus()
  1690.     end
  1691. end)
  1692.  
  1693. CMDBAR.FocusLost:connect(function(enterPressed)
  1694.     if enterPressed then
  1695.         if string.sub(CMDBAR.Text, 1, 5) == ("kill ") then
  1696.             if string.sub(CMDBAR.Text, 6) == "me" then
  1697.                 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  1698.             else
  1699.                 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6)))do
  1700.                     local NOW = lplayer.Character.HumanoidRootPart.CFrame
  1701.                     lplayer.Character.Humanoid.Name = 1
  1702.                     local l = lplayer.Character["1"]:Clone()
  1703.                     l.Parent = lplayer.Character
  1704.                     l.Name = "Humanoid"
  1705.                     wait(0.1)
  1706.                     lplayer.Character["1"]:Destroy()
  1707.                     game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1708.                     lplayer.Character.Animate.Disabled = true
  1709.                     wait(0.1)
  1710.                     lplayer.Character.Animate.Disabled = false
  1711.                     lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1712.                     for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1713.                     lplayer.Character.Humanoid:EquipTool(v)
  1714.                     end
  1715.                     local function tp(player,player2)
  1716.                     local char1,char2=player.Character,player2.Character
  1717.                     if char1 and char2 then
  1718.                     char1:MoveTo(char2.Head.Position)
  1719.                     end
  1720.                     end
  1721.                     wait(0.1)
  1722.                     lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1723.                     wait(0.2)
  1724.                     lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1725.                     wait(0.5)
  1726.                     lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  1727.                     wait(0.7)
  1728.                     tp(lplayer,game:GetService("Players")[v.Name])
  1729.                     wait(0.7)
  1730.                     lplayer.Character.HumanoidRootPart.CFrame = NOW
  1731.                     game:GetService("StarterGui"):SetCore("SendNotification", {
  1732.                     Title = "Tools needed!";
  1733.                     Text = "You need a tool in your backpack for this command!";
  1734.                     })
  1735.                 end
  1736.             end
  1737.         end
  1738.         if string.sub(CMDBAR.Text, 1, 6) == ("bring ") then
  1739.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  1740.                 local NOW = lplayer.Character.HumanoidRootPart.CFrame
  1741.                 lplayer.Character.Humanoid.Name = 1
  1742.                 local l = lplayer.Character["1"]:Clone()
  1743.                 l.Parent = lplayer.Character
  1744.                 l.Name = "Humanoid"
  1745.                 wait(0.1)
  1746.                 lplayer.Character["1"]:Destroy()
  1747.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1748.                 lplayer.Character.Animate.Disabled = true
  1749.                 wait(0.1)
  1750.                 lplayer.Character.Animate.Disabled = false
  1751.                 lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1752.                 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1753.                 lplayer.Character.Humanoid:EquipTool(v)
  1754.                 end
  1755.                 local function tp(player,player2)
  1756.                 local char1,char2=player.Character,player2.Character
  1757.                 if char1 and char2 then
  1758.                 char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  1759.                 end
  1760.                 end
  1761.                 local function getout(player,player2)
  1762.                 local char1,char2=player.Character,player2.Character
  1763.                 if char1 and char2 then
  1764.                 char1:MoveTo(char2.Head.Position)
  1765.                 end
  1766.                 end
  1767.                 tp(game:GetService("Players")[v.Name], lplayer)
  1768.                 wait(0.2)
  1769.                 tp(game:GetService("Players")[v.Name], lplayer)
  1770.                 wait(0.5)
  1771.                 lplayer.Character.HumanoidRootPart.CFrame = NOW
  1772.                 wait(0.5)
  1773.                 getout(lplayer, game:GetService("Players")[v.Name])
  1774.                 wait(0.3)
  1775.                 lplayer.Character.HumanoidRootPart.CFrame = NOW
  1776.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  1777.                 Title = "Tools needed!";
  1778.                 Text = "You need a tool in your backpack for this command!";
  1779.                 })
  1780.             end
  1781.         end
  1782.         if string.sub(CMDBAR.Text, 1, 5) == ("spin ") then
  1783.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  1784.                 lplayer.Character.Humanoid.Name = 1
  1785.                 local l = lplayer.Character["1"]:Clone()
  1786.                 l.Parent = lplayer.Character
  1787.                 l.Name = "Humanoid"
  1788.                 wait(0.1)
  1789.                 lplayer.Character["1"]:Destroy()
  1790.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1791.                 lplayer.Character.Animate.Disabled = true
  1792.                 wait(0.1)
  1793.                 lplayer.Character.Animate.Disabled = false
  1794.                 lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1795.                 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1796.                 lplayer.Character.Humanoid:EquipTool(v)
  1797.                 end
  1798.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  1799.                 spinplr = v
  1800.                 wait(0.5)
  1801.                 spin = true
  1802.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  1803.                 Title = "Tools needed!";
  1804.                 Text = "You need a tool in your backpack for this command!";
  1805.                 })
  1806.             end
  1807.         end
  1808.         if string.sub(CMDBAR.Text, 1, 6) == ("unspin") then
  1809.             spin = false
  1810.         end
  1811.         if string.sub(CMDBAR.Text, 1, 7) == ("attach ") then
  1812.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  1813.                 lplayer.Character.Humanoid.Name = 1
  1814.                 local l = lplayer.Character["1"]:Clone()
  1815.                 l.Parent = lplayer.Character
  1816.                 l.Name = "Humanoid"
  1817.                 wait(0.1)
  1818.                 lplayer.Character["1"]:Destroy()
  1819.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1820.                 lplayer.Character.Animate.Disabled = true
  1821.                 wait(0.1)
  1822.                 lplayer.Character.Animate.Disabled = false
  1823.                 lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1824.                 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1825.                 lplayer.Character.Humanoid:EquipTool(v)
  1826.                 end
  1827.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  1828.                 wait(0.3)
  1829.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  1830.                 attplr = v
  1831.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  1832.                 Title = "Tools needed!";
  1833.                 Text = "You need a tool in your backpack for this command!";
  1834.                 })
  1835.             end
  1836.         end
  1837.         if string.sub(CMDBAR.Text, 1, 9) == ("unattach ") then
  1838.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  1839.                 local function getout(player,player2)
  1840.                 local char1,char2=player.Character,player2.Character
  1841.                 if char1 and char2 then
  1842.                 char1:MoveTo(char2.Head.Position)
  1843.                 end
  1844.                 end
  1845.                 getout(lplayer, game:GetService("Players")[v.Name])
  1846.             end
  1847.         end
  1848.         if string.sub(CMDBAR.Text, 1, 7) == ("follow ") then
  1849.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  1850.                 followed = true
  1851.                 flwplr = v
  1852.             end
  1853.         end
  1854.         if string.sub(CMDBAR.Text, 1, 8) == ("unfollow") then
  1855.             followed = false
  1856.         end
  1857.         if string.sub(CMDBAR.Text, 1, 9) == ("freefall ") then
  1858.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  1859.                 local NOW = lplayer.Character.HumanoidRootPart.CFrame
  1860.                 lplayer.Character.Humanoid.Name = 1
  1861.                 local l = lplayer.Character["1"]:Clone()
  1862.                 l.Parent = lplayer.Character
  1863.                 l.Name = "Humanoid"
  1864.                 wait(0.1)
  1865.                 lplayer.Character["1"]:Destroy()
  1866.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1867.                 lplayer.Character.Animate.Disabled = true
  1868.                 wait(0.1)
  1869.                 lplayer.Character.Animate.Disabled = false
  1870.                 lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1871.                 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1872.                 lplayer.Character.Humanoid:EquipTool(v)
  1873.                 end
  1874.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1875.                 wait(0.2)
  1876.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1877.                 wait(0.6)
  1878.                 lplayer.Character.HumanoidRootPart.CFrame = NOW
  1879.                 wait(0.6)
  1880.                 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  1881.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  1882.                 Title = "Tools needed!";
  1883.                 Text = "You need a tool in your backpack for this command!";
  1884.                 })
  1885.             end
  1886.         end
  1887.         if string.sub(CMDBAR.Text, 1, 6) == ("trail ") then
  1888.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  1889.                 traill = true
  1890.                 trlplr = v
  1891.             end
  1892.         end
  1893.         if string.sub(CMDBAR.Text, 1, 7) == ("untrail") then
  1894.             traill = false
  1895.         end
  1896.         if string.sub(CMDBAR.Text, 1, 6) == ("orbit ") then
  1897.             if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  1898.                 lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  1899.             else
  1900.                 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  1901.                     local o = Instance.new("RocketPropulsion")
  1902.                     o.Parent = lplayer.Character.HumanoidRootPart
  1903.                     o.Name = "Orbit"
  1904.                     o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  1905.                     o:Fire()
  1906.                     noclip = true
  1907.                 end
  1908.             end
  1909.         end
  1910.         if string.sub(CMDBAR.Text, 1, 7) == ("unorbit") then
  1911.             lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  1912.             noclip = false
  1913.         end
  1914.         if string.sub(CMDBAR.Text, 1, 6) == ("fling ") then
  1915.             if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  1916.                 lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  1917.             else
  1918.                 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  1919.                     local y = Instance.new("RocketPropulsion")
  1920.                     y.Parent = lplayer.Character.HumanoidRootPart
  1921.                     y.CartoonFactor = 1
  1922.                     y.MaxThrust = 800000
  1923.                     y.MaxSpeed = 1000
  1924.                     y.ThrustP = 200000
  1925.                     y.Name = "Fling"
  1926.                     game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  1927.                     y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  1928.                     y:Fire()
  1929.                     noclip = true
  1930.                 end
  1931.             end
  1932.         end
  1933.         if string.sub(CMDBAR.Text, 1, 7) == ("unfling") then
  1934.             noclip = false
  1935.             lplayer.Character.HumanoidRootPart.Fling:Destroy()
  1936.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  1937.             wait(0.4)
  1938.             lplayer.Character.HumanoidRootPart.Fling:Destroy()
  1939.         end
  1940.         if string.sub(CMDBAR.Text, 1, 7) == ("fecheck") then
  1941.             if game:GetService("Workspace").FilteringEnabled == true then
  1942.                 warn("FE is Enabled (Filtering Enabled)")
  1943.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  1944.                     Title = "FE is Enabled";
  1945.                     Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  1946.                 })
  1947.             else
  1948.                 warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  1949.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  1950.                     Title = "FE is Disabled";
  1951.                     Text = "Filtering Disabled. Consider using a different admin script.";
  1952.                 })
  1953.             end
  1954.         end
  1955.         if string.sub(CMDBAR.Text, 1, 5) == ("void ") then
  1956.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  1957.                 lplayer.Character.Humanoid.Name = 1
  1958.                 local l = lplayer.Character["1"]:Clone()
  1959.                 l.Parent = lplayer.Character
  1960.                 l.Name = "Humanoid"
  1961.                 wait(0.1)
  1962.                 lplayer.Character["1"]:Destroy()
  1963.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1964.                 lplayer.Character.Animate.Disabled = true
  1965.                 wait(0.1)
  1966.                 lplayer.Character.Animate.Disabled = false
  1967.                 lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1968.                 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1969.                 lplayer.Character.Humanoid:EquipTool(v)
  1970.                 end
  1971.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1972.                 wait(0.2)
  1973.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1974.                 wait(0.6)
  1975.                 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  1976.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  1977.                 Title = "Tools needed!";
  1978.                 Text = "You need a tool in your backpack for this command!";
  1979.                 })
  1980.             end
  1981.         end
  1982.         if string.sub(CMDBAR.Text, 1, 6) == ("noclip") then
  1983.             noclip = true
  1984.             game:GetService("StarterGui"):SetCore("SendNotification", {
  1985.             Title = "Noclip enabled";
  1986.             Text = "Type ;clip to disable";
  1987.             })
  1988.         end
  1989.         if string.sub(CMDBAR.Text, 1, 4) == ("clip") then
  1990.             noclip = false
  1991.             game:GetService("StarterGui"):SetCore("SendNotification", {
  1992.             Title = "Noclip disabled";
  1993.             Text = "Type ;noclip to enable";
  1994.             })
  1995.         end
  1996.         if string.sub(CMDBAR.Text, 1, 6) == ("speed ") then
  1997.             lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 7))
  1998.         end
  1999.         if string.sub(CMDBAR.Text, 1, 3) == ("ws ") then
  2000.             lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 4))
  2001.         end
  2002.         if string.sub(CMDBAR.Text, 1, 10) == ("hipheight ") then
  2003.             lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 11))
  2004.         end
  2005.         if string.sub(CMDBAR.Text, 1, 3) == ("hh ") then
  2006.             lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 4))
  2007.         end
  2008.         if string.sub(CMDBAR.Text, 1, 10) == ("jumppower ") then
  2009.             lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 11))
  2010.         end
  2011.         if string.sub(CMDBAR.Text, 1, 3) == ("jp ") then
  2012.             lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 4))
  2013.         end
  2014.         if string.sub(CMDBAR.Text, 1, 7) == ("default") then
  2015.             lplayer.Character.Humanoid.JumpPower = 50
  2016.             lplayer.Character.Humanoid.WalkSpeed = 16
  2017.             lplayer.Character.Humanoid.HipHeight = 0
  2018.         end
  2019.         if string.sub(CMDBAR.Text, 1, 6) == ("annoy ") then
  2020.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2021.                 annoying = true
  2022.                 annplr = v
  2023.             end
  2024.         end
  2025.         if string.sub(CMDBAR.Text, 1, 7) == ("unannoy") then
  2026.             annoying = false
  2027.         end
  2028.         if string.sub(CMDBAR.Text, 1, 9) == ("headwalk ") then
  2029.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  2030.                 hwalk = true
  2031.                 hdwplr = v
  2032.             end
  2033.         end
  2034.         if string.sub(CMDBAR.Text, 1, 10) == ("unheadwalk") then
  2035.             hwalk = false
  2036.         end
  2037.         if string.sub(CMDBAR.Text, 1, 7) == ("nolimbs") then
  2038.             lplayer.Character["Left Leg"]:Destroy()
  2039.             lplayer.Character["Left Arm"]:Destroy()
  2040.             lplayer.Character["Right Leg"]:Destroy()
  2041.             lplayer.Character["Right Arm"]:Destroy()
  2042.         end
  2043.         if string.sub(CMDBAR.Text, 1, 3) == ("god") then
  2044.             lplayer.Character.Humanoid.Name = 1
  2045.             local l = lplayer.Character["1"]:Clone()
  2046.             l.Parent = lplayer.Character
  2047.             l.Name = "Humanoid"
  2048.             wait(0.1)
  2049.             lplayer.Character["1"]:Destroy()
  2050.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2051.             lplayer.Character.Animate.Disabled = true
  2052.             wait(0.1)
  2053.             lplayer.Character.Animate.Disabled = false
  2054.             lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2055.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2056.             Title = "FE Godmode enabled";
  2057.             Text = "Use ;grespawn or ;respawn to remove.";
  2058.             })
  2059.         end
  2060.         if string.sub(CMDBAR.Text, 1, 8) == ("drophats") then
  2061.             for i,v in pairs(lplayer.Character:GetChildren()) do
  2062.                 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2063.                     v.Parent = workspace
  2064.                 end
  2065.             end
  2066.         end
  2067.         if string.sub(CMDBAR.Text, 1, 8) == ("droptool") then
  2068.             for i,v in pairs(lplayer.Character:GetChildren()) do
  2069.                 if (v:IsA("Tool")) then
  2070.                     v.Parent = workspace
  2071.                 end
  2072.             end
  2073.         end
  2074.         if string.sub(CMDBAR.Text, 1, 9) == ("loopdhats") then
  2075.             droppinghats = true
  2076.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2077.             Title = "Loop Drop Enabled";
  2078.             Text = "Type ;unloopdhats to disable";
  2079.             })
  2080.         end
  2081.         if string.sub(CMDBAR.Text, 1, 11) == ("unloopdhats") then
  2082.             droppinghats = false
  2083.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2084.             Title = "Loop Drop Disabled";
  2085.             Text = "Type ;loopdhats to enable.";
  2086.             })
  2087.         end
  2088.         if string.sub(CMDBAR.Text, 1, 9) == ("loopdtool") then
  2089.             droppingtools = true
  2090.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2091.             Title = "Loop Drop Enabled";
  2092.             Text = "Type ;unloopdtool to disable";
  2093.             })
  2094.         end
  2095.         if string.sub(CMDBAR.Text, 1, 11) == ("unloopdtool") then
  2096.             droppingtools = false
  2097.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2098.             Title = "Loop Drop Disabled";
  2099.             Text = "Type ;loopdtool to enable.";
  2100.             })
  2101.         end
  2102.         if string.sub(CMDBAR.Text, 1, 9) == ("invisible") then -- Credit to Timeless
  2103.             Local = game:GetService('Players').LocalPlayer
  2104.             Char  = Local.Character
  2105.             touched,tpdback = false, false
  2106.             box = Instance.new('Part',workspace)
  2107.             box.Anchored = true
  2108.             box.CanCollide = true
  2109.             box.Size = Vector3.new(10,1,10)
  2110.             box.Position = Vector3.new(0,10000,0)
  2111.             box.Touched:connect(function(part)
  2112.                 if (part.Parent.Name == Local.Name) then
  2113.                     if touched == false then
  2114.                         touched = true
  2115.                         function apply()
  2116.                             if script.Disabled ~= true then
  2117.                                 no = Char.HumanoidRootPart:Clone()
  2118.                                 wait(.25)
  2119.                                 Char.HumanoidRootPart:Destroy()
  2120.                                 no.Parent = Char
  2121.                                 Char:MoveTo(loc)
  2122.                                 touched = false
  2123.                             end end
  2124.                         if Char then
  2125.                             apply()
  2126.                         end
  2127.                     end
  2128.                 end
  2129.             end)
  2130.             repeat wait() until Char
  2131.             loc = Char.HumanoidRootPart.Position
  2132.             Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  2133.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2134.             Title = "Invisibility enabled!";
  2135.             Text = "Reset or use ;respawn to remove.";
  2136.             })
  2137.         end
  2138.         if string.sub(CMDBAR.Text, 1, 5) == ("view ") then
  2139.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2140.                 if game:GetService("Players")[v.Name].Character.Humanoid then
  2141.                     game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  2142.                 else
  2143.                     game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  2144.                 end
  2145.             end
  2146.         end
  2147.         if string.sub(CMDBAR.Text, 1, 6) == ("unview") then
  2148.             if lplayer.Character.Humanoid then
  2149.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  2150.             else
  2151.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  2152.             end
  2153.         end
  2154.         if string.sub(CMDBAR.Text, 1, 5) == ("goto ") then
  2155.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2156.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2157.             end
  2158.         end
  2159.         if string.sub(CMDBAR.Text, 1, 3) == ("fly") then
  2160.         repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  2161.         repeat wait() until Mouse
  2162.        
  2163.         local T = lplayer.Character.HumanoidRootPart
  2164.         local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  2165.         local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  2166.         local SPEED = speedget
  2167.        
  2168.         local function fly()
  2169.             flying = true
  2170.             local BG = Instance.new('BodyGyro', T)
  2171.             local BV = Instance.new('BodyVelocity', T)
  2172.             BG.P = 9e4
  2173.             BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  2174.             BG.cframe = T.CFrame
  2175.             BV.velocity = Vector3.new(0, 0.1, 0)
  2176.             BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  2177.             spawn(function()
  2178.             repeat wait()
  2179.             lplayer.Character.Humanoid.PlatformStand = true
  2180.             if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  2181.             SPEED = 50
  2182.             elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  2183.             SPEED = 0
  2184.             end
  2185.             if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  2186.             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
  2187.             lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  2188.             elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  2189.             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
  2190.             else
  2191.             BV.velocity = Vector3.new(0, 0.1, 0)
  2192.             end
  2193.             BG.cframe = workspace.CurrentCamera.CoordinateFrame
  2194.                     until not flying
  2195.                     CONTROL = {F = 0, B = 0, L = 0, R = 0}
  2196.                     lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  2197.                     SPEED = 0
  2198.                     BG:destroy()
  2199.                     BV:destroy()
  2200.                     lplayer.Character.Humanoid.PlatformStand = false
  2201.                 end)
  2202.             end
  2203.         Mouse.KeyDown:connect(function(KEY)
  2204.             if KEY:lower() == 'w' then
  2205.                 CONTROL.F = speedfly
  2206.             elseif KEY:lower() == 's' then
  2207.                 CONTROL.B = -speedfly
  2208.             elseif KEY:lower() == 'a' then
  2209.                 CONTROL.L = -speedfly
  2210.             elseif KEY:lower() == 'd' then
  2211.                 CONTROL.R = speedfly
  2212.             end
  2213.         end)
  2214.         Mouse.KeyUp:connect(function(KEY)
  2215.             if KEY:lower() == 'w' then
  2216.                 CONTROL.F = 0
  2217.             elseif KEY:lower() == 's' then
  2218.                 CONTROL.B = 0
  2219.             elseif KEY:lower() == 'a' then
  2220.                 CONTROL.L = 0
  2221.             elseif KEY:lower() == 'd' then
  2222.                 CONTROL.R = 0
  2223.             end
  2224.         end)
  2225.         fly()
  2226.         end
  2227.         if string.sub(CMDBAR.Text, 1, 5) == ("unfly") then
  2228.             flying = false
  2229.             lplayer.Character.Humanoid.PlatformStand = false
  2230.         end
  2231.         if string.sub(CMDBAR.Text, 1, 5) == ("chat ") then
  2232.             game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(CMDBAR.Text, 6)), "All")
  2233.         end
  2234.         if string.sub(CMDBAR.Text, 1, 5) == ("spam ") then
  2235.             spamtext = (string.sub(CMDBAR.Text, 6))
  2236.             spamming = true
  2237.         end
  2238.         if string.sub(CMDBAR.Text, 1, 6) == ("unspam") then
  2239.             spamming = false
  2240.         end
  2241.         if string.sub(CMDBAR.Text, 1, 9) == ("spamwait ") then
  2242.             spamdelay = (string.sub(CMDBAR.Text, 10))
  2243.         end
  2244.         if string.sub(CMDBAR.Text, 1, 7) == ("pmspam ") then
  2245.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2246.                 pmspammed = v.Name
  2247.                 spammingpm = true
  2248.             end
  2249.         end
  2250.         if string.sub(CMDBAR.Text, 1, 8) == ("unpmspam") then
  2251.             spammingpm = false
  2252.         end
  2253.         if string.sub(CMDBAR.Text, 1, 8) == ("cfreeze ") then
  2254.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 9))) do
  2255.                 v.Character["Left Leg"].Anchored = true
  2256.                 v.Character["Left Arm"].Anchored = true
  2257.                 v.Character["Right Leg"].Anchored = true
  2258.                 v.Character["Right Arm"].Anchored = true
  2259.                 v.Character.Torso.Anchored = true
  2260.                 v.Character.Head.Anchored = true
  2261.             end
  2262.         end
  2263.         if string.sub(CMDBAR.Text, 1, 10) == ("uncfreeze ") then
  2264.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 11))) do
  2265.                 v.Character["Left Leg"].Anchored = false
  2266.                 v.Character["Left Arm"].Anchored = false
  2267.                 v.Character["Right Leg"].Anchored = false
  2268.                 v.Character["Right Arm"].Anchored = false
  2269.                 v.Character.Torso.Anchored = false
  2270.                 v.Character.Head.Anchored = false
  2271.             end
  2272.         end
  2273.         if string.sub(CMDBAR.Text, 1, 8) == ("unlockws") then
  2274.             local a = game:GetService("Workspace"):getChildren()
  2275.             for i = 1, #a do
  2276.                 if a[i].className == "Part" then
  2277.                     a[i].Locked = false
  2278.                 elseif a[i].className == "Model" then
  2279.                     local r = a[i]:getChildren()
  2280.                     for i = 1, #r do
  2281.                         if r[i].className == "Part" then
  2282.                         r[i].Locked = false
  2283.                         end
  2284.                     end
  2285.                 end
  2286.             end
  2287.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2288.             Title = "Success!";
  2289.             Text = "Workspace unlocked. Use ;lockws to lock.";
  2290.             })
  2291.         end
  2292.         if string.sub(CMDBAR.Text, 1, 6) == ("lockws") then
  2293.             local a = game:GetService("Workspace"):getChildren()
  2294.             for i = 1, #a do
  2295.                 if a[i].className == "Part" then
  2296.                     a[i].Locked = true
  2297.                 elseif a[i].className == "Model" then
  2298.                     local r = a[i]:getChildren()
  2299.                     for i = 1, #r do
  2300.                         if r[i].className == "Part" then
  2301.                         r[i].Locked = true
  2302.                         end
  2303.                     end
  2304.                 end
  2305.             end
  2306.         end
  2307.         if string.sub(CMDBAR.Text, 1, 6) == ("btools") then
  2308.             local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  2309.             Clone_T.BinType = "Clone"
  2310.             local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  2311.             Destruct.BinType = "Hammer"
  2312.             local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  2313.             Hold_T.BinType = "Grab"
  2314.         end
  2315.         if string.sub(CMDBAR.Text, 1, 6) == ("pstand") then
  2316.             lplayer.Character.Humanoid.PlatformStand = true
  2317.         end
  2318.         if string.sub(CMDBAR.Text, 1, 8) == ("unpstand") then
  2319.             lplayer.Character.Humanoid.PlatformStand = false
  2320.         end
  2321.         if string.sub(CMDBAR.Text, 1, 9) == ("blockhead") then
  2322.             lplayer.Character.Head.Mesh:Destroy()
  2323.         end
  2324.         if string.sub(CMDBAR.Text, 1, 3) == ("sit") then
  2325.             lplayer.Character.Humanoid.Sit = true
  2326.         end
  2327.         if string.sub(CMDBAR.Text, 1, 9) == ("bringobj ") then
  2328.             local function bringobjw()
  2329.             for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  2330.             if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  2331.             obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2332.             obj.CanCollide = false
  2333.             obj.Transparency = 0.7
  2334.             wait()
  2335.             obj.CFrame = lplayer.Character["Left Leg"].CFrame
  2336.             wait()
  2337.             obj.CFrame = lplayer.Character["Right Leg"].CFrame
  2338.             wait()
  2339.             obj.CFrame = lplayer.Character["Head"].CFrame
  2340.             end
  2341.             end
  2342.             end
  2343.             while wait() do
  2344.                 bringobjw()
  2345.             end
  2346.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2347.             Title = "BringObj";
  2348.             Text = "BringObj enabled.";
  2349.             })
  2350.         end
  2351.         if string.sub(CMDBAR.Text, 1, 6) == ("wsvis ") then
  2352.             vis = (string.sub(CMDBAR.Text, 7))
  2353.             local a = game:GetService("Workspace"):GetDescendants()
  2354.             for i = 1, #a do
  2355.                 if a[i].className == "Part" then
  2356.                     a[i].Transparency = vis
  2357.                 elseif a[i].className == "Model" then
  2358.                     local r = a[i]:getChildren()
  2359.                     for i = 1, #r do
  2360.                         if r[i].className == "Part" then
  2361.                         r[i].Transparency = vis
  2362.                         end
  2363.                     end
  2364.                 end
  2365.             end
  2366.         end
  2367.         if string.sub(CMDBAR.Text, 1, 10) == ("hypertotal") then
  2368.             loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  2369.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2370.             Title = "Success!";
  2371.             Text = "HyperTotal GUI Loaded!";
  2372.             })
  2373.         end
  2374.         if string.sub(CMDBAR.Text, 1, 4) == ("cmds") then
  2375.             CMDSFRAME.Visible = true
  2376.         end
  2377.         if string.sub(CMDBAR.Text, 1, 9) == ("rmeshhats") then
  2378.             for i,v in pairs(lplayer.Character:GetChildren()) do
  2379.                 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2380.                     v.Handle.Mesh:Destroy()
  2381.                 end
  2382.             end
  2383.         end
  2384.         if string.sub(CMDBAR.Text, 1, 9) == ("blockhats") then
  2385.             for i,v in pairs(lplayer.Character:GetChildren()) do
  2386.                 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2387.                     v.Handle.Mesh:Destroy()
  2388.                 end
  2389.             end
  2390.         end
  2391.         if string.sub(CMDBAR.Text, 1, 9) == ("rmeshtool") then
  2392.             for i,v in pairs(lplayer.Character:GetChildren()) do
  2393.                 if (v:IsA("Tool")) then
  2394.                     v.Handle.Mesh:Destroy()
  2395.                 end
  2396.             end
  2397.         end
  2398.         if string.sub(CMDBAR.Text, 1, 9) == ("blocktool") then
  2399.             for i,v in pairs(lplayer.Character:GetChildren()) do
  2400.                 if (v:IsA("Tool")) then
  2401.                     v.Handle.Mesh:Destroy()
  2402.                 end
  2403.             end
  2404.         end
  2405.         if string.sub(CMDBAR.Text, 1, 7) == ("spinner") then
  2406.             local p = Instance.new("RocketPropulsion")
  2407.             p.Parent = lplayer.Character.HumanoidRootPart
  2408.             p.Name = "Spinner"
  2409.             p.Target = lplayer.Character["Left Arm"]
  2410.             p:Fire()
  2411.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2412.             Title = "Spinner enabled";
  2413.             Text = "Type ;nospinner to disable.";
  2414.             })
  2415.         end
  2416.         if string.sub(CMDBAR.Text, 1, 9) == ("nospinner") then
  2417.             lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  2418.         end
  2419.         if string.sub(CMDBAR.Text, 1, 6) == ("reachd") then
  2420.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  2421.                 if v:isA("Tool") then
  2422.                     local a = Instance.new("SelectionBox",v.Handle)
  2423.                     a.Adornee = v.Handle
  2424.                     v.Handle.Size = Vector3.new(0.5,0.5,60)
  2425.                     v.GripPos = Vector3.new(0,0,0)
  2426.                     lplayer.Character.Humanoid:UnequipTools()
  2427.                 end
  2428.             end
  2429.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2430.             Title = "Reach applied!";
  2431.             Text = "Applied to equipped sword. Use ;noreach to disable.";
  2432.             })
  2433.         end
  2434.         if string.sub(CMDBAR.Text, 1, 6) == ("reach ") then
  2435.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  2436.                 if v:isA("Tool") then
  2437.                     local a = Instance.new("SelectionBox",v.Handle)
  2438.                     a.Name = "Reach"
  2439.                     a.Adornee = v.Handle
  2440.                     v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(CMDBAR.Text, 7)))
  2441.                     v.GripPos = Vector3.new(0,0,0)
  2442.                     lplayer.Character.Humanoid:UnequipTools()
  2443.                 end
  2444.             end
  2445.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2446.             Title = "Reach applied!";
  2447.             Text = "Applied to equipped sword. Use ;noreach to disable.";
  2448.             })
  2449.         end
  2450.         if string.sub(CMDBAR.Text, 1, 7) == ("noreach") then
  2451.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  2452.                 if v:isA("Tool") then
  2453.                     v.Handle.Reach:Destroy()
  2454.                 end
  2455.             end
  2456.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2457.             Title = "Reach removed!";
  2458.             Text = "Removed reach from equipped sword.";
  2459.             })
  2460.         end
  2461.         if string.sub(CMDBAR.Text, 1, 6) == ("rkill ") then
  2462.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  2463.                 lplayer.Character.Humanoid.Name = 1
  2464.                 local l = lplayer.Character["1"]:Clone()
  2465.                 l.Parent = lplayer.Character
  2466.                 l.Name = "Humanoid"
  2467.                 wait(0.1)
  2468.                 lplayer.Character["1"]:Destroy()
  2469.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2470.                 lplayer.Character.Animate.Disabled = true
  2471.                 wait(0.1)
  2472.                 lplayer.Character.Animate.Disabled = false
  2473.                 lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2474.                 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2475.                 lplayer.Character.Humanoid:EquipTool(v)
  2476.                 end
  2477.                 wait(0.1)
  2478.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2479.                 wait(0.2)
  2480.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2481.                 wait(0.5)
  2482.                 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  2483.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  2484.                 Title = "Tools needed!";
  2485.                 Text = "You need a tool in your backpack for this command!";
  2486.                 })
  2487.             end
  2488.         end
  2489.         if string.sub(CMDBAR.Text, 1, 6) == ("tp me ") then
  2490.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2491.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2492.             end
  2493.         end
  2494.         if string.sub(CMDBAR.Text, 1, 7) == ("cbring ") then
  2495.             if (string.sub(CMDBAR.Text, 8)) == "all" or (string.sub(CMDBAR.Text, 8)) == "All" or (string.sub(CMDBAR.Text, 8)) == "ALL" then
  2496.                 cbringall = true
  2497.             else
  2498.                 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2499.                     brplr = v.Name
  2500.                 end
  2501.             end
  2502.             cbring = true
  2503.         end
  2504.         if string.sub(CMDBAR.Text, 1, 8) == ("uncbring") then
  2505.             cbring = false
  2506.             cbringall = false
  2507.         end
  2508.         if string.sub(CMDBAR.Text, 1, 5) == ("swap ") then
  2509.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2510.                 local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2511.                 local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2512.                 lplayer.Character.Humanoid.Name = 1
  2513.                 local l = lplayer.Character["1"]:Clone()
  2514.                 l.Parent = lplayer.Character
  2515.                 l.Name = "Humanoid"
  2516.                 wait(0.1)
  2517.                 lplayer.Character["1"]:Destroy()
  2518.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2519.                 lplayer.Character.Animate.Disabled = true
  2520.                 wait(0.1)
  2521.                 lplayer.Character.Animate.Disabled = false
  2522.                 lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2523.                 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2524.                 lplayer.Character.Humanoid:EquipTool(v)
  2525.                 end
  2526.                 local function tp(player,player2)
  2527.                 local char1,char2=player.Character,player2.Character
  2528.                 if char1 and char2 then
  2529.                 char1:MoveTo(char2.Head.Position)
  2530.                 end
  2531.                 end
  2532.                 wait(0.1)
  2533.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2534.                 wait(0.2)
  2535.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2536.                 wait(0.5)
  2537.                 lplayer.Character.HumanoidRootPart.CFrame = NOW
  2538.                 wait(0.6)
  2539.                 tp(lplayer, game:GetService("Players")[v.Name])
  2540.                 wait(0.4)
  2541.                 lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  2542.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  2543.                 Title = "Tools needed!";
  2544.                 Text = "You need a tool in your backpack for this command!";
  2545.                 })
  2546.             end
  2547.         end
  2548.         if string.sub(CMDBAR.Text, 1, 7) == ("glitch ") then
  2549.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2550.                 lplayer.Character.Humanoid.Name = 1
  2551.                 local l = lplayer.Character["1"]:Clone()
  2552.                 l.Parent = lplayer.Character
  2553.                 l.Name = "Humanoid"
  2554.                 wait(0.1)
  2555.                 lplayer.Character["1"]:Destroy()
  2556.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2557.                 lplayer.Character.Animate.Disabled = true
  2558.                 wait(0.1)
  2559.                 lplayer.Character.Animate.Disabled = false
  2560.                 lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2561.                 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2562.                 lplayer.Character.Humanoid:EquipTool(v)
  2563.                 end
  2564.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2565.                 wait(0.3)
  2566.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2567.                 wait(0.4)
  2568.                 b = Instance.new("BodyForce")
  2569.                 b.Parent = lplayer.Character.HumanoidRootPart
  2570.                 b.Name = "Glitch"
  2571.                 b.Force = Vector3.new(100000000,5000,0)
  2572.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  2573.                 Title = "Tools needed!";
  2574.                 Text = "You need a tool in your backpack for this command!";
  2575.                 })
  2576.             end
  2577.         end
  2578.         if string.sub(CMDBAR.Text, 1, 8) == ("unglitch") then
  2579.             lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  2580.             lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  2581.             b = Instance.new("BodyForce")
  2582.             b.Parent = lplayer.Character.HumanoidRootPart
  2583.             b.Name = "unGlitch"
  2584.             b.Force = Vector3.new(0,-5000000,0)
  2585.             wait(2)
  2586.             lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  2587.         end
  2588.         if string.sub(CMDBAR.Text, 1, 8) == ("grespawn") then
  2589.             lplayer.Character.Humanoid.Health = 0
  2590.             wait(1)
  2591.             lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  2592.             lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  2593.         end
  2594.         if string.sub(CMDBAR.Text, 1, 8) == ("explorer") then
  2595.             loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  2596.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2597.             Title = "Success!";
  2598.             Text = "DEX Explorer has loaded.";
  2599.             })
  2600.         end
  2601.         if string.sub(CMDBAR.Text, 1, 5) == ("anim ") then
  2602.             local Anim = Instance.new("Animation")
  2603.             Anim.AnimationId = "rbxassetid://"..(string.sub(CMDBAR.Text, 6))
  2604.             local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  2605.             track:Play(.1, 1, 1)
  2606.         end
  2607.         if string.sub(CMDBAR.Text, 1, 7) == ("animgui") then
  2608.             loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  2609.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2610.             Title = "Success!";
  2611.             Text = "Energize Animations GUI has loaded.";
  2612.             })
  2613.         end
  2614.         if string.sub(CMDBAR.Text, 1, 7) == ("savepos") then
  2615.             saved = lplayer.Character.HumanoidRootPart.CFrame
  2616.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2617.             Title = "Position Saved";
  2618.             Text = "Use ;loadpos to return to saved position.";
  2619.             })
  2620.         end
  2621.         if string.sub(CMDBAR.Text, 1, 7) == ("loadpos") then
  2622.             lplayer.Character.HumanoidRootPart.CFrame = saved
  2623.         end
  2624.         if string.sub(CMDBAR.Text, 1, 5) == ("bang ") then
  2625.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2626.                 local Anim2 = Instance.new("Animation")
  2627.                 Anim2.AnimationId = "rbxassetid://148840371"
  2628.                 local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  2629.                 track2:Play(.1, 1, 1)
  2630.                 bplrr = v.Name
  2631.                 banpl = true
  2632.             end
  2633.         end
  2634.         if string.sub(CMDBAR.Text, 1, 6) == ("unbang") then
  2635.             banpl = false
  2636.         end
  2637.         if string.sub(CMDBAR.Text, 1, 9) == ("bringmod ") then
  2638.             local function bringmodw()
  2639.             for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  2640.             if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  2641.             for i,ch in pairs(obj:GetDescendants()) do
  2642.             if (ch:IsA("BasePart")) then
  2643.             ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2644.             ch.CanCollide = false
  2645.             ch.Transparency = 0.7
  2646.             wait()
  2647.             ch.CFrame = lplayer.Character["Left Leg"].CFrame
  2648.             wait()
  2649.             ch.CFrame = lplayer.Character["Right Leg"].CFrame
  2650.             wait()
  2651.             ch.CFrame = lplayer.Character["Head"].CFrame
  2652.             end
  2653.             end
  2654.             end
  2655.             end
  2656.             end
  2657.             while wait() do
  2658.                 bringmodw()
  2659.             end
  2660.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2661.             Title = "BringMod";
  2662.             Text = "BringMod enabled.";
  2663.             })
  2664.         end
  2665.         if string.sub(CMDBAR.Text, 1, 7) == ("respawn") then
  2666.             local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  2667.             local hum = Instance.new('Humanoid', mod)
  2668.             local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  2669.             lplayer.Character = mod
  2670.         end
  2671.         if string.sub(CMDBAR.Text, 1, 8) == ("shutdown") then
  2672.             game:GetService'RunService'.Stepped:Connect(function()
  2673.             pcall(function()
  2674.                 for i,v in pairs(game:GetService'Players':GetPlayers()) do
  2675.                     if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  2676.                         for _,x in pairs(v.Character.Head:GetChildren()) do
  2677.                             if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  2678.                         end
  2679.                     end
  2680.                 end
  2681.             end)
  2682.             end)
  2683.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2684.             Title = "Attempting Shutdown";
  2685.             Text = "Shutdown Attempt has begun.";
  2686.             })
  2687.         end
  2688.         if string.sub(CMDBAR.Text, 1, 7) == ("delobj ") then
  2689.             objtodel = (string.sub(CMDBAR.Text, 8))
  2690.             for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  2691.                 if v.Name == objtodel then
  2692.                     v:Destroy()
  2693.                 end
  2694.             end
  2695.         end
  2696.         if string.sub(CMDBAR.Text, 1, 7) == ("getplrs") then
  2697.             for i,v in pairs(game:GetService("Players"):GetPlayers())do
  2698.                 print(v)
  2699.             end
  2700.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2701.             Title = "Printed";
  2702.             Text = "Players have been printed to console. (F9)";
  2703.             })
  2704.         end
  2705.         if string.sub(CMDBAR.Text, 1, 8) == ("deldecal") then
  2706.             for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  2707.                 if (v:IsA("Decal")) then
  2708.                     v:Destroy()
  2709.                 end
  2710.             end
  2711.         end
  2712.         if string.sub(CMDBAR.Text, 1, 10) == ("opfinality") then
  2713.             loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  2714.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2715.             Title = "Success!";
  2716.             Text = "OpFinality GUI has loaded.";
  2717.             })
  2718.         end
  2719.         if string.sub(CMDBAR.Text, 1, 7) == ("remotes") then
  2720.             remotes = true
  2721.             added = true
  2722.             game.DescendantAdded:connect(function(rmt)
  2723.             if added == true then
  2724.             if remotes == true then
  2725.             if rmt:IsA("RemoteEvent") then
  2726.             print("A RemoteEvent was added!")
  2727.             print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  2728.             print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  2729.             end end end
  2730.             end)
  2731.             game.DescendantAdded:connect(function(rmtfnctn)
  2732.             if added == true then
  2733.             if remotes == true then
  2734.             if rmtfnctn:IsA("RemoteFunction") then
  2735.             warn("A RemoteFunction was added!")
  2736.             warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  2737.             print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  2738.             end end end
  2739.             end)
  2740.            
  2741.             game.DescendantAdded:connect(function(bndfnctn)
  2742.             if added == true then
  2743.             if binds == true then
  2744.             if bndfnctn:IsA("BindableFunction") then
  2745.             print("A BindableFunction was added!")
  2746.             print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  2747.             print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  2748.             end end end
  2749.             end)
  2750.            
  2751.             game.DescendantAdded:connect(function(bnd)
  2752.             if added == true then
  2753.             if binds == true then
  2754.             if bnd:IsA("BindableEvent") then
  2755.             warn("A BindableEvent was added!")
  2756.             warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  2757.             print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  2758.             end end end
  2759.             end)
  2760.            
  2761.            
  2762.             if binds == true then
  2763.             for i,v in pairs(game:GetDescendants()) do
  2764.             if v:IsA("BindableFunction") then
  2765.             print(" game." .. v:GetFullName() .. " | BindableFunction")
  2766.             print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  2767.             end end
  2768.             for i,v in pairs(game:GetDescendants()) do
  2769.             if v:IsA("BindableEvent") then
  2770.             warn(" game." .. v:GetFullName() .. " | BindableEvent")
  2771.             print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  2772.             end end
  2773.             else
  2774.             print("Off")
  2775.             end
  2776.             if remotes == true then
  2777.             for i,v in pairs(game:GetDescendants()) do
  2778.             if v:IsA("RemoteFunction") then
  2779.             warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  2780.             print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  2781.             end end
  2782.             wait()
  2783.             for i,v in pairs(game:GetDescendants()) do
  2784.             if v:IsA("RemoteEvent") then
  2785.             print(" game." .. v:GetFullName() .. " | RemoteEvent")
  2786.             print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  2787.             end end
  2788.             else
  2789.             print("Off")
  2790.             end
  2791.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2792.             Title = "Printing Remotes";
  2793.             Text = "Type ;noremotes to disable.";
  2794.             })
  2795.         end
  2796.         if string.sub(CMDBAR.Text, 1, 9) == ("noremotes") then
  2797.             remotes = false
  2798.             added = false
  2799.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2800.             Title = "Printing Remotes Disabled";
  2801.             Text = "Type ;remotes to enable.";
  2802.             })
  2803.         end
  2804.         if string.sub(CMDBAR.Text, 1, 9) == ("tpdefault") then
  2805.             spin = false
  2806.             followed = false
  2807.             traill = false
  2808.             noclip = false
  2809.             annoying = false
  2810.             hwalk = false
  2811.             cbringing = false
  2812.         end
  2813.         if string.sub(CMDBAR.Text, 1, 7) == ("stopsit") then
  2814.             stopsitting = true
  2815.         end
  2816.         if string.sub(CMDBAR.Text, 1, 5) == ("gosit") then
  2817.             stopsitting = false
  2818.         end
  2819.         if string.sub(CMDBAR.Text, 1, 7) == ("version") then
  2820.             print(adminversion)
  2821.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2822.             Title = "Version";
  2823.             Text = adminversion;
  2824.             })
  2825.         end
  2826.         if string.sub(CMDBAR.Text, 1, 7) == ("clicktp") then
  2827.             clickgoto = true
  2828.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2829.             Title = "Click TP";
  2830.             Text = "Press E to teleport to mouse position";
  2831.             })
  2832.         end
  2833.         if string.sub(CMDBAR.Text, 1, 9) == ("noclicktp") then
  2834.             clickgoto = false
  2835.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2836.             Title = "Click TP";
  2837.             Text = "Click TP has been disabled.";
  2838.             })
  2839.         end
  2840.         if string.sub(CMDBAR.Text, 1, 7) == ("toolson") then
  2841.             gettingtools = true
  2842.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2843.             Title = "Tools Enabled";
  2844.             Text = "Automatically colleting tools dropped.";
  2845.             })
  2846.         end
  2847.         if string.sub(CMDBAR.Text, 1, 8) == ("toolsoff") then
  2848.             gettingtools = false
  2849.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2850.             Title = "Tools Disabled";
  2851.             Text = "Click TP has been disabled.";
  2852.             })
  2853.         end
  2854.         if string.sub(CMDBAR.Text, 1, 9) == ("delcmdbar") then
  2855.             ScreenGui:Destroy()
  2856.         end
  2857.         if string.sub(CMDBAR.Text, 1, 5) == ("reset") then
  2858.             lplayer.Character.Head:Destroy()
  2859.         end
  2860.         if string.sub(CMDBAR.Text, 1, 6) == ("state ") then
  2861.             statechosen = string.sub(CMDBAR.Text, 7)
  2862.             changingstate = true
  2863.         end
  2864.         if string.sub(CMDBAR.Text, 1, 8) == ("gravity ") then
  2865.             game:GetService("Workspace").Gravity = string.sub(CMDBAR.Text, 9)
  2866.         end
  2867.         if string.sub(CMDBAR.Text, 1, 9) == ("looprhats") then
  2868.         removingmeshhats = true
  2869.         end
  2870.         if string.sub(CMDBAR.Text, 1, 11) == ("unlooprhats") then
  2871.             removingmeshhats = false
  2872.         end
  2873.         if string.sub(CMDBAR.Text, 1, 9) == ("looprtool") then
  2874.             removingmeshtool = true
  2875.         end
  2876.         if string.sub(CMDBAR.Text, 1, 11) == ("unlooprtool") then
  2877.             removingmeshtool = false
  2878.         end
  2879.         if string.sub(CMDBAR.Text, 1, 9) == ("givetool ") then
  2880.             for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  2881.                 if v:IsA("Tool") then
  2882.                     for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  2883.                         v.Parent = player.Character
  2884.                     end
  2885.                 end
  2886.             end
  2887.         end
  2888.         if string.sub(CMDBAR.Text, 1, 4) == ("age ") then
  2889.             for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  2890.                 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  2891.             end
  2892.         end
  2893.         if string.sub(CMDBAR.Text, 1, 3) == ("id ") then
  2894.             for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 4))) do
  2895.                 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  2896.             end
  2897.         end
  2898.         if string.sub(CMDBAR.Text, 1, 5) == (".age ") then
  2899.             for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2900.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  2901.                 Title = player.AccountAge.." Days";
  2902.                 Text = "Account age of "..player.Name;
  2903.                 })
  2904.             end
  2905.         end
  2906.         if string.sub(CMDBAR.Text, 1, 4) == (".id ") then
  2907.             for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  2908.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  2909.                 Title = player.UserId.." ID";
  2910.                 Text = "Account ID of "..player.Name;
  2911.                 })
  2912.             end
  2913.         end
  2914.         if string.sub(CMDBAR.Text, 1, 6) == ("gameid") then
  2915.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2916.             Title = "Game ID";
  2917.             Text = "Game ID: ".. game.GameId;
  2918.             })
  2919.         end
  2920.         if string.sub(CMDBAR.Text, 1, 3) == ("pgs") then
  2921.             local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  2922.             if pgscheck == true then
  2923.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  2924.                 Title = "PGSPhysicsSolverEnabled";
  2925.                 Text = "PGS is Enabled!";
  2926.                 })
  2927.             else
  2928.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  2929.                 Title = "PGSPhysicsSolverEnabled";
  2930.                 Text = "PGS is Disabled!";
  2931.                 })
  2932.             end
  2933.         end
  2934.         if string.sub(CMDBAR.Text, 1, 11) == ("removeinvis") then
  2935.             for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  2936.                 if v:IsA("Part") then
  2937.                     if v.Transparency == 1 then
  2938.                         if v.Name ~= "HumanoidRootPart" then
  2939.                             v:Destroy()
  2940.                         end
  2941.                     end
  2942.                 end
  2943.             end
  2944.         end
  2945.         if string.sub(CMDBAR.Text, 1, 9) == ("removefog") then
  2946.             game:GetService("Lighting").FogStart = 0
  2947.             game:GetService("Lighting").FogEnd = 9999999999999
  2948.         end
  2949.         if string.sub(CMDBAR.Text, 1, 7) == ("disable") then
  2950.             lplayer.Character.Humanoid.Parent = lplayer
  2951.         end
  2952.         if string.sub(CMDBAR.Text, 1, 6) == ("enable") then
  2953.             lplayer.Humanoid.Parent = lplayer.Character
  2954.         end
  2955.         if string.sub(CMDBAR.Text, 1, 13) == ("givealltools ") then
  2956.             for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  2957.                 if v:IsA("Tool") then
  2958.                     v.Parent = lplayer.Character
  2959.                     wait()
  2960.                     for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 14))) do
  2961.                         v.Parent = player.Character
  2962.                     end
  2963.                 end
  2964.             end
  2965.         end
  2966.         if string.sub(CMDBAR.Text, 1, 9) == ("flyspeed ") then
  2967.             speedfly = string.sub(CMDBAR.Text, 10)
  2968.             wait()
  2969.             change()
  2970.         end
  2971.         if string.sub(CMDBAR.Text, 1, 7) == ("carpet ") then
  2972.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2973.                 local Anim3 = Instance.new("Animation")
  2974.                 Anim3.AnimationId = "rbxassetid://282574440"
  2975.                 local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  2976.                 track3:Play(.1, 1, 1)
  2977.                 bplrr = v.Name
  2978.                 banpl = true
  2979.             end
  2980.         end
  2981.         if string.sub(CMDBAR.Text, 1, 8) == ("uncarpet") then
  2982.             banpl = false
  2983.         end
  2984.         if string.sub(CMDBAR.Text, 1, 6) == ("stare ") then
  2985.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2986.                 staring = true
  2987.                 stareplr = v
  2988.             end
  2989.         end
  2990.         if string.sub(CMDBAR.Text, 1, 7) == ("unstare") then
  2991.             staring = false
  2992.         end
  2993.         if string.sub(CMDBAR.Text, 1, 7) == ("logchat") then
  2994.             chatlogs = true
  2995.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2996.             Title = "LogChat enabled";
  2997.             Text = "Now logging all player chat.";
  2998.             })
  2999.         end
  3000.         if string.sub(CMDBAR.Text, 1, 9) == ("unlogchat") then
  3001.             chatlogs = false
  3002.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3003.             Title = "LogChat disabled";
  3004.             Text = "Stopped logging all player chat.";
  3005.             })
  3006.         end
  3007.         if string.sub(CMDBAR.Text, 1, 6) == ("fixcam") then
  3008.             game:GetService("Workspace").CurrentCamera:Destroy()
  3009.             wait(0.1)
  3010.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  3011.             game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  3012.             lplayer.CameraMinZoomDistance = 0.5
  3013.             lplayer.CameraMaxZoomDistance = 400
  3014.             lplayer.CameraMode = "Classic"
  3015.         end
  3016.         if string.sub(CMDBAR.Text, 1, 7) == ("unstate") then
  3017.             changingstate = false
  3018.         end
  3019.         CMDBAR.Text = ""
  3020.     end
  3021. end)
  3022.  
  3023. wait(0.3)
  3024. game:GetService("StarterGui"):SetCore("SendNotification", {
  3025.     Title = "Loaded successfully!";
  3026.     Text = "Reviz Admin V2 by illremember";
  3027. })
  3028. wait(0.1)
  3029. print("Reviz Admin V2 loaded!")
  3030. if game:GetService("Workspace").FilteringEnabled == true then
  3031.     warn("FE is Enabled (Filtering Enabled)")
  3032.     game:GetService("StarterGui"):SetCore("SendNotification", {
  3033.         Title = "FE is Enabled";
  3034.         Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  3035.     })
  3036. else
  3037.     warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  3038.     game:GetService("StarterGui"):SetCore("SendNotification", {
  3039.         Title = "FE is Disabled";
  3040.         Text = "Filtering Disabled. Consider using a different admin script.";
  3041.     })
  3042. end
  3043.  
  3044. local intro = Instance.new("ScreenGui")
  3045. local Frame = Instance.new("Frame")
  3046. local ImageLabel = Instance.new("ImageLabel")
  3047. intro.Parent = game:GetService("CoreGui")
  3048. Frame.Parent = intro
  3049. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  3050. Frame.BackgroundTransparency = 1
  3051. Frame.Size = UDim2.new(1, 0, 0, 300)
  3052. Frame.Position = UDim2.new(0, 0, -0.4, 0)
  3053. ImageLabel.Parent = Frame
  3054. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  3055. ImageLabel.BackgroundTransparency = 1
  3056. ImageLabel.Position = UDim2.new(0, 0, 0, 0)
  3057. ImageLabel.Size = UDim2.new(1, 0, 1, 0)
  3058. ImageLabel.Image = "http://www.roblox.com/asset/?id=1542162618"
  3059. Frame:TweenPosition(UDim2.new(0, 0, 0.2, 0), "Out", "Elastic", 3)
  3060. wait(3.01)
  3061. Frame:TweenPosition(UDim2.new(0, 0, 1.5, 0), "Out", "Elastic", 5)
  3062. wait(5.01)
  3063. intro:Destroy()