mushrooman

Plasmatic Gui BETA RELEASE

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