RBX_pross_fan440872

GetAdmin UI Link With GUI

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