CPP 1030
Military War Tycoon Script By venuslock on 6th April 2024 08:56:02 AM
  1. -- Objects
  2.  
  3. local AnisForCommandAndMore = Instance.new("ScreenGui")
  4. local Main = Instance.new("Frame")
  5. local BeautyA = Instance.new("Frame")
  6. local Name = Instance.new("TextLabel")
  7. local BeautyB = Instance.new("Frame")
  8. local Credit = Instance.new("TextLabel")
  9. local WalkSpeed = Instance.new("TextButton")
  10. local Btools = Instance.new("TextButton")
  11. local Noclip = Instance.new("TextButton")
  12. local Admin = Instance.new("TextButton")
  13. local Aimbot = Instance.new("TextButton")
  14. local JailbreakGui = Instance.new("TextButton")
  15. local Gravity = Instance.new("TextButton")
  16. local InfJump = Instance.new("TextButton")
  17. local QToTeleport = Instance.new("TextButton")
  18. local Exit = Instance.new("TextButton")
  19. local Open = Instance.new("TextButton")
  20.  
  21. -- Properties
  22.  
  23. AnisForCommandAndMore.Name = "Anis For Command And More"
  24. AnisForCommandAndMore.Parent = game.CoreGui
  25. AnisForCommandAndMore.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  26.  
  27. Main.Name = "Main"
  28. Main.Parent = AnisForCommandAndMore
  29. Main.Active = true
  30. Main.BackgroundColor3 = Color3.new(0.113725, 0.113725, 0.113725)
  31. Main.Position = UDim2.new(0.26543209, 0, 0.291154802, 0)
  32. Main.Size = UDim2.new(0, 596, 0, 406)
  33. Main.Visible = false
  34. Main.Draggable = true
  35.  
  36. BeautyA.Name = "BeautyA"
  37. BeautyA.Parent = Main
  38. BeautyA.BackgroundColor3 = Color3.new(1, 0, 1)
  39. BeautyA.Size = UDim2.new(0, 596, 0, 39)
  40.  
  41. Name.Name = "Name"
  42. Name.Parent = BeautyA
  43. Name.BackgroundColor3 = Color3.new(1, 1, 1)
  44. Name.BackgroundTransparency = 1
  45. Name.Position = UDim2.new(0.315436244, 0, 0, 0)
  46. Name.Size = UDim2.new(0, 230, 0, 39)
  47. Name.Font = Enum.Font.Cartoon
  48. Name.Text = "Anis For Command And More"
  49. Name.TextColor3 = Color3.new(1, 1, 1)
  50. Name.TextScaled = true
  51. Name.TextSize = 20
  52. Name.TextWrapped = true
  53.  
  54. BeautyB.Name = "BeautyB"
  55. BeautyB.Parent = Main
  56. BeautyB.BackgroundColor3 = Color3.new(1, 0, 1)
  57. BeautyB.Position = UDim2.new(0, 0, 0.903940916, 0)
  58. BeautyB.Size = UDim2.new(0, 596, 0, 39)
  59.  
  60. Credit.Name = "Credit"
  61. Credit.Parent = BeautyB
  62. Credit.BackgroundColor3 = Color3.new(1, 1, 1)
  63. Credit.BackgroundTransparency = 1
  64. Credit.Position = UDim2.new(0.315436244, 0, 0, 0)
  65. Credit.Size = UDim2.new(0, 230, 0, 39)
  66. Credit.Font = Enum.Font.Cartoon
  67. Credit.Text = "By Anis For Anformation"
  68. Credit.TextColor3 = Color3.new(1, 1, 1)
  69. Credit.TextSize = 20
  70.  
  71. WalkSpeed.Name = "WalkSpeed"
  72. WalkSpeed.Parent = Main
  73. WalkSpeed.BackgroundColor3 = Color3.new(1, 0, 1)
  74. WalkSpeed.Position = UDim2.new(0, 0, 0.145320192, 0)
  75. WalkSpeed.Size = UDim2.new(0, 173, 0, 59)
  76. WalkSpeed.Font = Enum.Font.Cartoon
  77. WalkSpeed.Text = "WalkSpeed"
  78. WalkSpeed.TextColor3 = Color3.new(1, 1, 1)
  79. WalkSpeed.TextScaled = true
  80. WalkSpeed.TextSize = 14
  81. WalkSpeed.MouseButton1Down:connect(function()
  82. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 150
  83. end)
  84.  
  85. Btools.Name = "Btools"
  86. Btools.Parent = Main
  87. Btools.BackgroundColor3 = Color3.new(1, 0, 1)
  88. Btools.Position = UDim2.new(0.364093959, 0, 0.145320192, 0)
  89. Btools.Size = UDim2.new(0, 173, 0, 59)
  90. Btools.Font = Enum.Font.Cartoon
  91. Btools.Text = "Btools"
  92. Btools.TextColor3 = Color3.new(1, 1, 1)
  93. Btools.TextScaled = true
  94. Btools.TextSize = 14
  95. Btools.MouseButton1Down:connect(function()
  96. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  97. for index, child in pairs(game:GetService("Workspace"):GetChildren()) do
  98.    if child.ClassName == "Part" then
  99.        child.Locked = false
  100.    end
  101.    if child.ClassName == "MeshPart" then
  102.        child.Locked = false
  103.    end
  104.    if child.ClassName == "UnionOperation" then
  105.        child.Locked = false
  106.    end
  107.    if child.ClassName == "Model" then
  108.        for index, chil in pairs(child:GetChildren()) do
  109.            if chil.ClassName == "Part" then
  110.                chil.Locked = false
  111.            end
  112.            if chil.ClassName == "MeshPart" then
  113.                chil.Locked = false
  114.            end
  115.            if chil.ClassName == "UnionOperation" then
  116.                chil.Locked = false
  117.            end
  118.            if chil.ClassName == "Model" then
  119.                for index, childe in pairs(chil:GetChildren()) do
  120.                    if childe.ClassName == "Part" then
  121.                        childe.Locked = false
  122.                    end
  123.                    if childe.ClassName == "MeshPart" then
  124.                        childe.Locked = false
  125.                    end
  126.                    if childe.ClassName == "UnionOperation" then
  127.                        childe.Locked = false
  128.                    end
  129.                    if childe.ClassName == "Model" then
  130.                        for index, childeo in pairs(childe:GetChildren()) do
  131.                            if childeo.ClassName == "Part" then
  132.                                childeo.Locked = false
  133.                            end
  134.                            if childeo.ClassName == "MeshPart" then
  135.                                childeo.Locked = false
  136.                            end
  137.                            if childeo.ClassName == "UnionOperation" then
  138.                                childeo.Locked = false
  139.                            end
  140.                            if childeo.ClassName == "Model" then
  141.                            end
  142.                        end
  143.                    end
  144.                end
  145.            end
  146.        end
  147.    end
  148. end
  149. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  150. c.BinType = Enum.BinType.Hammer
  151. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  152. c.BinType = Enum.BinType.Clone
  153. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  154. c.BinType = Enum.BinType.Grab
  155. end)
  156.  
  157. Noclip.Name = "Noclip"
  158. Noclip.Parent = Main
  159. Noclip.BackgroundColor3 = Color3.new(1, 0, 1)
  160. Noclip.Position = UDim2.new(0.709731519, 0, 0.145320192, 0)
  161. Noclip.Size = UDim2.new(0, 173, 0, 59)
  162. Noclip.Font = Enum.Font.Cartoon
  163. Noclip.Text = "Noclip"
  164. Noclip.TextColor3 = Color3.new(1, 1, 1)
  165. Noclip.TextScaled = true
  166. Noclip.TextSize = 14
  167. Noclip.MouseButton1Down:connect(function()
  168. noclip = false
  169. game:GetService('RunService').Stepped:connect(function()
  170. if noclip then
  171. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  172. end
  173. end)
  174. plr = game.Players.LocalPlayer
  175. mouse = plr:GetMouse()
  176. mouse.KeyDown:connect(function(key)
  177.  
  178. if key == "e" then
  179. noclip = not noclip
  180. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  181. end
  182. end)
  183. print('Loaded')
  184. print('Press "E" to noclip')
  185.  
  186. end)
  187.  
  188. Admin.Name = "Admin"
  189. Admin.Parent = Main
  190. Admin.BackgroundColor3 = Color3.new(1, 0, 1)
  191. Admin.Position = UDim2.new(0.709731519, 0, 0.42610836, 0)
  192. Admin.Size = UDim2.new(0, 173, 0, 59)
  193. Admin.Font = Enum.Font.Cartoon
  194. Admin.Text = "Admin"
  195. Admin.TextColor3 = Color3.new(1, 1, 1)
  196. Admin.TextScaled = true
  197. Admin.TextSize = 14
  198. Admin.MouseButton1Down:connect(function()
  199. -- Creator: illremember#3799
  200.  
  201. -- Credits to infinite yield, harkinian, dex creators
  202.  
  203. prefix = ":"
  204. wait(0.3)
  205. Commands = {
  206.     '[-] cmdbar is shown when ; is pressed.',
  207.     '[1] kill [plr] -- You need a tool! Will kill the player, use rkill to kill you and player',
  208.     '[2] bring [plr] -- You need a tool! Will bring player to you',
  209.     '[3] spin [plr] -- You need a tool! Makes you and the player spin crazy',
  210.     '[4] unspin -- Use after using spin cmd and dying, so you stop loop teleporting',
  211.     '[5] attach [plr] -- You need a tool! Attaches you to player',
  212.     '[6] unattach [plr] -- Attempts to unattach you from a player',
  213.     '[7] follow [plr] -- Makes you follow behind the player',
  214.     '[8] unfollow',
  215.     '[9] freefall [plr] -- You need a tool! Teleports you and the player up into the air',
  216.     '[10] trail [plr] -- The opposite of follow, you stay infront of player',
  217.     '[11] untrail',
  218.     '[12] orbit [plr] -- Makes you orbit the player',
  219.     '[13] unorbit',
  220.     '[14] fling [plr] -- Makes you fling the player',
  221.     '[15] unfling',
  222.     '[16] fecheck -- Checks if the game is FE or not',
  223.     '[17] void [plr] -- Teleports player to the void',
  224.     '[18] noclip -- Gives you noclip to walk through walls',
  225.     '[19] clip -- Removes noclip',
  226.     '[20] speed [num]/ws [num] -- Changes how fast you walk 16 is default',
  227.     '[21] jumppower [num]/jp [num] -- Changes how high you jump 50 is default',
  228.     '[22] hipheight [num]/hh [num] -- Changes how high you float 0 is default',
  229.     '[23] default -- Changes your speed, jumppower and hipheight to default values',
  230.     '[24] annoy [plr] -- Loop teleports you to the player',
  231.     '[25] unannoy',
  232.     '[26] headwalk [plr] -- Loop teleports you to the player head',
  233.     '[27] unheadwalk',
  234.     '[28] nolimbs -- Removes your arms and legs',
  235.     '[29] god -- Gives you FE Godmode',
  236.     '[30] drophats -- Drops your accessories',
  237.     '[31] droptool -- Drops any tool you have equipped',
  238.     '[32] loopdhats -- Loop drops your accessories',
  239.     '[33] unloopdhats',
  240.     '[34] loopdtool -- Loop drops any tools you have equipped',
  241.     '[35] unloopdtool',
  242.     '[36] invisible -- Gives you invisibility CREDIT TO TIMELESS',
  243.     '[37] view [plr] -- Changes your camera to the player character',
  244.     '[38] unview',
  245.     '[39] goto [plr] -- Teleports you to player',
  246.     '[40] fly -- Allows you to fly, credit to Infinite Yield',
  247.     '[41] unfly',
  248.     '[42] chat [msg] -- Makes you chat a message',
  249.     '[43] spam [msg] -- Spams a message',
  250.     '[44] unspam',
  251.     '[45] spamwait [num] -- Changes delay of chatting a message for the spam command in seconds default is 1 second',
  252.     '[46] pmspam [plr] -- Spams a player in private message',
  253.     '[47] unpmspam',
  254.     '[48] cfreeze [plr] -- Freezes a player on your client, they will only be frozen for you',
  255.     '[49] uncfreeze [plr]',
  256.     '[50] unlockws -- Unlocks the workspace',
  257.     '[51] lockws -- Locks the workspace',
  258.     '[52] btools -- Gives you btools that will only show to you useful for deleting certain blocks only for you',
  259.     '[53] pstand -- Enables platform stand',
  260.     '[54] unpstand -- Disables platform stand',
  261.     '[55] blockhead -- Removes your head mesh',
  262.     '[56] sit',
  263.     '[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',
  264.     '[58] wsvis [num] -- Changes visibility of workspace parts, num should be between 0 and 1, only shows client sided',
  265.     '[59] hypertotal -- Loads in my FE GUI Hypertotal',
  266.     '[60] cmds -- Prints all commands',
  267.     '[61] rmeshhats/blockhats -- Removes the meshes of all your accessories aka block hats',
  268.     '[62] rmeshtool/blocktool -- Removes the mesh of the tool you have equipped aka block tool',
  269.     '[63] spinner -- Makes you spin',
  270.     '[64] nospinner',
  271.     '[65] reach [num] -- Gives you reach, mostly used for swords, say ;reachd for default and enter number after for custom',
  272.     '[66] noreach -- Removes reach, must have tool equipped',
  273.     '[67] rkill [plr] -- Kills you and the player, use kill to just kill the player without dying',
  274.     '[68] tp me [plr] -- Alternative to goto',
  275.     '[69] cbring [plr] -- Brings player infront of you, shows only on client, allows you to do damage to player',
  276.     '[70] uncbring',
  277.     '[71] swap [plr] -- You need a tool! Swaps players position with yours and your position with players',
  278.     '[72] givetool [plr] -- Gives the tool you have equipped to the player',
  279.     '[73] glitch [plr] -- Glitches you and the player, looks very cool',
  280.     '[74] unglitch -- Unglitches you',
  281.     '[75] grespawn -- Alternative to normal respawn and usually works best for when you want to reset with FE Godmode',
  282.     '[76] explorer -- Loads up DEX',
  283.     '[77] reset -- Resets your character.',
  284.     '[78] anim [id] -- Applies an animation on you, must be created by ROBLOX',
  285.     '[79] animgui -- Loads up Energize animations GUI',
  286.     '[80] savepos -- Saves your current position',
  287.     '[81] loadpos -- Teleports you to your saved position',
  288.     '[82] bang [plr] -- 18+ will not work if you have FE Godmode on',
  289.     '[83] unbang',
  290.     '[84] delcmdbar -- Removes the command bar completely',
  291.     '[85] bringmod [obj] -- Brings all the parts in a model, client only, comes from ;bringobj enter exact name of model',
  292.     '[86] shutdown -- Uses harkinians script to shutdown server',
  293.     '[87] respawn -- If grespawn doesnt work you can use respawn',
  294.     '[88] delobj [obj] -- Deletes a certain brick in workspace, client sided',
  295.     '[89] getplrs -- Prints all players in game',
  296.     '[90] deldecal -- Deletes all decals client sided',
  297.     '[91] opfinality -- Loads in my FE GUI Opfinality',
  298.     '[92] remotes -- Prints all remotes in the game in the console when added',
  299.     '[93] noremotes -- Stops printing remotes',
  300.     '[94] tpdefault -- Stops all loop teleports to a player',
  301.     '[95] stopsit -- Will not allow you to sit',
  302.     '[96] gosit -- Allows you to sit',
  303.     '[97] clicktp -- Enables click tp',
  304.     '[98] noclicktp -- Disables click tp',
  305.     '[99] toolson -- If any tools are dropped in the workspace you will automatically get them',
  306.     '[100] toolsoff -- Stops ;toolson',
  307.     '[101] version -- Gets the admin version',
  308.     '[102] state [num] -- Changes your humanoid state, ;unstate to stop.',
  309.     '[103] gravity [num] -- Changes workspace gravity default is 196.2',
  310.     '[104] pgs -- Checks if the game has PGSPhysicsSolverEnabled enabled',
  311.     '[105] clickdel -- Delete any block you press q on, client sided',
  312.     '[106] noclickdel -- Stops clickdel',
  313.     '[107] looprhats -- Loop removes mesh of your hats/loop block hats',
  314.     '[108] unlooprhats -- Stops loop removing mesh',
  315.     '[109] looprtool -- Loop removes mesh of your tool/loop block tools',
  316.     '[110] unlooprtool -- Stops loop removing mesh',
  317.     '[111] givealltools [plr] -- Gives all the tools you have in your backpack to the player',
  318.     '[112] age [plr] -- Makes you chat the account age of the player',
  319.     '[113] id [plr] -- Makes you chat the account ID of the player',
  320.     '[114] .age [plr] -- Privately shows you the account age of the player',
  321.     '[115] .id [plr] -- Privately shows you the account ID of the player',
  322.     '[116] gameid -- Shows the game ID',
  323.     '[117] removeinvis -- Removes all invisible walls/parts, client sided',
  324.     '[118] removefog -- Removes fog, client sided',
  325.     '[119] disable -- Disables your character by removing humanoid',
  326.     '[120] enable -- Enables your character by adding humanoid',
  327.     '[121] prefix [key] -- Changes the prefix used, default is ;',
  328.     '[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.',
  329.     '[123] flyspeed [num] -- Change your fly speed, default is 1',
  330.     '[124] carpet [plr] -- Makes you a carpet for a player, will not work if FE Godmode is on',
  331.     '[125] uncarpet -- Stops carpet player',
  332.     '[126] stare [plr] -- Turns your character to stare at another player',
  333.     '[127] unstare -- Stops stare player',
  334.     '[128] logchat -- Logs all chat (including /e and whispers) of all players',
  335.     '[129] unlogchat -- Disables logchat',
  336.     '[130] fixcam -- Fixes/resets your camera',
  337.     '[131] unstate -- Stops changing state',
  338. }
  339. speedget = 1
  340.  
  341. lplayer = game:GetService("Players").LocalPlayer
  342.  
  343. lplayer.CharacterAdded:Connect(function(character)
  344.     spin = false
  345.     flying = false
  346.     staring = false
  347.     banpl = false
  348. end)
  349.  
  350. function change()
  351.     prefix = prefix
  352.     speedfly = speedfly
  353. end
  354.  
  355. function GetPlayer(String) -- Credit to Timeless/xFunnieuss
  356.     local Found = {}
  357.     local strl = String:lower()
  358.     if strl == "all" then
  359.         for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  360.             table.insert(Found,v)
  361.         end
  362.     elseif strl == "others" then
  363.         for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  364.             if v.Name ~= lplayer.Name then
  365.                 table.insert(Found,v)
  366.             end
  367.         end  
  368.     elseif strl == "me" then
  369.         for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  370.             if v.Name == lplayer.Name then
  371.                 table.insert(Found,v)
  372.             end
  373.         end  
  374.     else
  375.         for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  376.             if v.Name:lower():sub(1, #String) == String:lower() then
  377.                 table.insert(Found,v)
  378.             end
  379.         end    
  380.     end
  381.     return Found    
  382. end
  383.  
  384. local Mouse = lplayer:GetMouse()
  385.  
  386. spin = false
  387. followed = false
  388. traill = false
  389. noclip = false
  390. annoying = false
  391. hwalk = false
  392. droppinghats = false
  393. droppingtools = false
  394. flying = false
  395. spamdelay = 1
  396. spamming = false
  397. spammingpm = false
  398. cbringing = false
  399. remotes = true
  400. added = true
  401. binds = false
  402. stopsitting = false
  403. clickgoto = false
  404. gettingtools = false
  405. removingmeshhats = false
  406. removingmeshtool = false
  407. clickdel = false
  408. staring = false
  409. chatlogs = false
  410. banpl = false
  411. changingstate = false
  412. statechosen = 0
  413.  
  414. adminversion = "Reviz Admin by illremember, Version 2.0"
  415.  
  416. flying = false
  417. speedfly = 1
  418.  
  419. function plrchat(plr, chat)
  420. print(plr.Name..": "..tick().."\n"..chat)
  421. end
  422.  
  423. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  424. v.Chatted:connect(function(chat)
  425. if chatlogs then
  426. plrchat(v, chat)
  427. end
  428. end)
  429. end
  430. game:GetService("Players").PlayerAdded:connect(function(plr)
  431. plr.Chatted:connect(function(chat)
  432. if chatlogs then
  433. plrchat(plr, chat)
  434. end
  435. end)
  436. end)
  437.  
  438.  
  439. local ScreenGui = Instance.new("ScreenGui")
  440. local Frame = Instance.new("Frame")
  441. local CMDBAR = Instance.new("TextBox")
  442. ScreenGui.Parent = game:GetService("CoreGui")
  443. Frame.Parent = ScreenGui
  444. Frame.BackgroundColor3 = Color3.new(0.3, 0.1, 0.1)
  445. Frame.BackgroundTransparency = 0.3
  446. Frame.Position = UDim2.new(0.5, 0, 0, 10)
  447. Frame.Size = UDim2.new(0, 200, 0, 40)
  448. Frame.Active = true
  449. Frame.Draggable = true
  450. CMDBAR.Name = "CMDBAR"
  451. CMDBAR.Parent = Frame
  452. CMDBAR.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  453. CMDBAR.BackgroundTransparency = 0.20000000298023
  454. CMDBAR.Size = UDim2.new(0, 180, 0, 20)
  455. CMDBAR.Position = UDim2.new(0.05, 0, 0.25, 0)
  456. CMDBAR.Font = Enum.Font.SourceSansLight
  457. CMDBAR.FontSize = Enum.FontSize.Size14
  458. CMDBAR.TextColor3 = Color3.new(0.945098, 0.945098, 0.945098)
  459. CMDBAR.TextScaled = true
  460. CMDBAR.TextSize = 14
  461. CMDBAR.TextWrapped = true
  462. CMDBAR.Text = "Press ; to type, Enter to execute"
  463.  
  464. local CMDS = Instance.new("ScreenGui")
  465. local CMDSFRAME = Instance.new("Frame")
  466. local ScrollingFrame = Instance.new("ScrollingFrame")
  467. local TextLabel = Instance.new("TextLabel")
  468. local closegui = Instance.new("TextButton")
  469. CMDS.Name = "CMDS"
  470. CMDS.Parent = game:GetService("CoreGui")
  471. CMDSFRAME.Name = "CMDSFRAME"
  472. CMDSFRAME.Parent = CMDS
  473. CMDSFRAME.Active = true
  474. CMDSFRAME.BackgroundColor3 = Color3.new(0.223529, 0.231373, 0.309804)
  475. CMDSFRAME.BorderSizePixel = 0
  476. CMDSFRAME.Draggable = true
  477. CMDSFRAME.Position = UDim2.new(0, 315, 0, 100)
  478. CMDSFRAME.Size = UDim2.new(0, 275, 0, 275)
  479. CMDSFRAME.Visible = false
  480. ScrollingFrame.Parent = CMDSFRAME
  481. ScrollingFrame.BackgroundColor3 = Color3.new(0.160784, 0.160784, 0.203922)
  482. ScrollingFrame.BorderSizePixel = 0
  483. ScrollingFrame.Position = UDim2.new(0, 0, 0.0729999989, 0)
  484. ScrollingFrame.Size = UDim2.new(1.04999995, 0, 0.92900002, 0)
  485. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 10, 0)
  486. TextLabel.Parent = ScrollingFrame
  487. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  488. TextLabel.BackgroundTransparency = 1
  489. TextLabel.Size = UDim2.new(0.930000007, 0, 1, 0)
  490. TextLabel.Font = Enum.Font.SourceSans
  491. TextLabel.FontSize = Enum.FontSize.Size18
  492. 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."
  493. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  494. TextLabel.TextSize = 15
  495. TextLabel.TextWrapped = true
  496. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  497. TextLabel.TextYAlignment = Enum.TextYAlignment.Top
  498. closegui.Name = "closegui"
  499. closegui.Parent = CMDSFRAME
  500. closegui.BackgroundColor3 = Color3.new(0.890196, 0.223529, 0.0588235)
  501. closegui.BorderSizePixel = 0
  502. closegui.Position = UDim2.new(0.995000005, 0, 0, 0)
  503. closegui.Size = UDim2.new(0.0545952693, 0, 0.0728644878, 0)
  504. closegui.Font = Enum.Font.SourceSansBold
  505. closegui.FontSize = Enum.FontSize.Size24
  506. closegui.Text = "X"
  507. closegui.TextColor3 = Color3.new(1, 1, 1)
  508. closegui.TextSize = 20
  509.  
  510. closegui.MouseButton1Click:connect(function()
  511.     CMDSFRAME.Visible = false
  512. end)
  513.  
  514. game:GetService('RunService').Stepped:connect(function()
  515.     if spin then
  516.         lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[spinplr.Name].Character.HumanoidRootPart.CFrame
  517.     end
  518.     if followed then
  519.         lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame.lookVector * -5
  520.     end
  521.     if traill then
  522.         lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame.lookVector * 5
  523.     end
  524.     if annoying then
  525.         lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[annplr.Name].Character.HumanoidRootPart.CFrame
  526.     end
  527.     if hwalk then
  528.         lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[hdwplr.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 4, 0)
  529.     end
  530.     if staring then
  531.         lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(lplayer.Character.Torso.Position, game:GetService("Players")[stareplr.Name].Character.Torso.Position)
  532.     end
  533. end)
  534. game:GetService('RunService').Stepped:connect(function()
  535.     if noclip then
  536.         if lplayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  537.             lplayer.Character.Head.CanCollide = false
  538.             lplayer.Character.Torso.CanCollide = false
  539.             lplayer.Character["Left Leg"].CanCollide = false
  540.             lplayer.Character["Right Leg"].CanCollide = false
  541.         else
  542.             lplayer.Character.Humanoid:ChangeState(11)
  543.         end
  544.     end
  545.     if changingstate then
  546.         lplayer.Character.Humanoid:ChangeState(statechosen)
  547.     end
  548. end)
  549. game:GetService('RunService').Stepped:connect(function()
  550.     if droppinghats then
  551.         for i,v in pairs(lplayer.Character:GetChildren()) do
  552.             if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  553.                 v.Parent = workspace
  554.             end
  555.         end
  556.     end
  557.     if droppingtools then
  558.         for i,v in pairs(lplayer.Character:GetChildren()) do
  559.             if (v:IsA("Tool")) then
  560.                 v.Parent = workspace
  561.             end
  562.         end
  563.     end
  564.     if removingmeshhats then
  565.         for i,v in pairs(lplayer.Character:GetChildren()) do
  566.             if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  567.                 v.Handle.Mesh:Destroy()
  568.             end
  569.         end
  570.     end
  571.     if removingmeshtool then
  572.         for i,v in pairs(lplayer.Character:GetChildren()) do
  573.             if (v:IsA("Tool")) then
  574.                 v.Handle.Mesh:Destroy()
  575.             end
  576.         end
  577.     end
  578. end)
  579. game:GetService('RunService').Stepped:connect(function()
  580.     if banpl then
  581.         lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[bplrr].Character.HumanoidRootPart.CFrame
  582.     end
  583. end)
  584. game:GetService('RunService').Stepped:connect(function()
  585.     if stopsitting then
  586.         lplayer.Character.Humanoid.Sit = false
  587.     end
  588. end)
  589.  
  590. plr = lplayer
  591. hum = plr.Character.HumanoidRootPart
  592. mouse = plr:GetMouse()
  593. mouse.KeyDown:connect(function(key)
  594.     if key == "e" then
  595.         if mouse.Target then
  596.             if clickgoto then
  597.                 hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  598.             elseif clickdel then
  599.                 mouse.Target:Destroy()
  600.             end
  601.         end
  602.     end
  603. end)
  604.  
  605. game:GetService("Workspace").ChildAdded:connect(function(part)
  606.     if gettingtools then
  607.         if part:IsA("Tool") then
  608.             part.Handle.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  609.         end
  610.     end
  611. end)
  612.  
  613. lplayer.Chatted:Connect(function(msg)
  614.     if string.sub(msg, 1, 6) == (prefix.."kill ") then
  615.         if string.sub(msg, 7) == "me" then
  616.             lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  617.         else
  618.             for i,v in pairs(GetPlayer(string.sub(msg, 7)))do
  619.                 local NOW = lplayer.Character.HumanoidRootPart.CFrame
  620.                 lplayer.Character.Humanoid.Name = 1
  621.                 local l = lplayer.Character["1"]:Clone()
  622.                 l.Parent = lplayer.Character
  623.                 l.Name = "Humanoid"
  624.                 wait(0.1)
  625.                 lplayer.Character["1"]:Destroy()
  626.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  627.                 lplayer.Character.Animate.Disabled = true
  628.                 wait(0.1)
  629.                 lplayer.Character.Animate.Disabled = false
  630.                 lplayer.Character.Humanoid.DisplayDistanceType = "None"
  631.                 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  632.                 lplayer.Character.Humanoid:EquipTool(v)
  633.                 end
  634.                 local function tp(player,player2)
  635.                 local char1,char2=player.Character,player2.Character
  636.                 if char1 and char2 then
  637.                 char1:MoveTo(char2.Head.Position)
  638.                 end
  639.                 end
  640.                 wait(0.1)
  641.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  642.                 wait(0.2)
  643.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  644.                 wait(0.5)
  645.                 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  646.                 wait(0.7)
  647.                 tp(lplayer,game:GetService("Players")[v.Name])
  648.                 wait(0.7)
  649.                 lplayer.Character.HumanoidRootPart.CFrame = NOW
  650.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  651.                 Title = "Tools needed!";
  652.                 Text = "You need a tool in your backpack for this command!";
  653.                 })
  654.             end
  655.         end
  656.     end
  657.     if string.sub(msg, 1, 7) == (prefix.."bring ") then
  658.         for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  659.             local NOW = lplayer.Character.HumanoidRootPart.CFrame
  660.             lplayer.Character.Humanoid.Name = 1
  661.             local l = lplayer.Character["1"]:Clone()
  662.             l.Parent = lplayer.Character
  663.             l.Name = "Humanoid"
  664.             wait(0.1)
  665.             lplayer.Character["1"]:Destroy()
  666.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  667.             lplayer.Character.Animate.Disabled = true
  668.             wait(0.1)
  669.             lplayer.Character.Animate.Disabled = false
  670.             lplayer.Character.Humanoid.DisplayDistanceType = "None"
  671.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  672.             lplayer.Character.Humanoid:EquipTool(v)
  673.             end
  674.             local function tp(player,player2)
  675.             local char1,char2=player.Character,player2.Character
  676.             if char1 and char2 then
  677.             char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  678.             end
  679.             end
  680.             local function getout(player,player2)
  681.             local char1,char2=player.Character,player2.Character
  682.             if char1 and char2 then
  683.             char1:MoveTo(char2.Head.Position)
  684.             end
  685.             end
  686.             tp(game:GetService("Players")[v.Name], lplayer)
  687.             wait(0.2)
  688.             tp(game:GetService("Players")[v.Name], lplayer)
  689.             wait(0.5)
  690.             lplayer.Character.HumanoidRootPart.CFrame = NOW
  691.             wait(0.5)
  692.             getout(lplayer, game:GetService("Players")[v.Name])
  693.             wait(0.3)
  694.             lplayer.Character.HumanoidRootPart.CFrame = NOW
  695.             game:GetService("StarterGui"):SetCore("SendNotification", {
  696.             Title = "Tools needed!";
  697.             Text = "You need a tool in your backpack for this command!";
  698.             })
  699.         end
  700.     end
  701.     if string.sub(msg, 1, 6) == (prefix.."spin ") then
  702.         for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  703.             lplayer.Character.Humanoid.Name = 1
  704.             local l = lplayer.Character["1"]:Clone()
  705.             l.Parent = lplayer.Character
  706.             l.Name = "Humanoid"
  707.             wait(0.1)
  708.             lplayer.Character["1"]:Destroy()
  709.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  710.             lplayer.Character.Animate.Disabled = true
  711.             wait(0.1)
  712.             lplayer.Character.Animate.Disabled = false
  713.             lplayer.Character.Humanoid.DisplayDistanceType = "None"
  714.             lplayer.Character.Animate.Disabled = false
  715.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  716.             lplayer.Character.Humanoid:EquipTool(v)
  717.             end
  718.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  719.             spinplr = v
  720.             wait(0.5)
  721.             spin = true
  722.             game:GetService("StarterGui"):SetCore("SendNotification", {
  723.             Title = "Tools needed!";
  724.             Text = "You need a tool in your backpack for this command!";
  725.             })
  726.         end
  727.     end
  728.     if string.sub(msg, 1, 7) == (prefix.."unspin") then
  729.         spin = false
  730.     end
  731.     if string.sub(msg, 1, 8) == (prefix.."attach ") then
  732.         for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  733.             lplayer.Character.Humanoid.Name = 1
  734.             local l = lplayer.Character["1"]:Clone()
  735.             l.Parent = lplayer.Character
  736.             l.Name = "Humanoid"
  737.             wait(0.1)
  738.             lplayer.Character["1"]:Destroy()
  739.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  740.             lplayer.Character.Animate.Disabled = true
  741.             wait(0.1)
  742.             lplayer.Character.Animate.Disabled = false
  743.             lplayer.Character.Humanoid.DisplayDistanceType = "None"
  744.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  745.             lplayer.Character.Humanoid:EquipTool(v)
  746.             end
  747.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  748.             wait(0.3)
  749.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  750.             attplr = v
  751.             game:GetService("StarterGui"):SetCore("SendNotification", {
  752.             Title = "Tools needed!";
  753.             Text = "You need a tool in your backpack for this command!";
  754.             })
  755.         end
  756.     end
  757.     if string.sub(msg, 1, 10) == (prefix.."unattach ") then
  758.         for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  759.             local function getout(player,player2)
  760.             local char1,char2=player.Character,player2.Character
  761.             if char1 and char2 then
  762.             char1:MoveTo(char2.Head.Position)
  763.             end
  764.             end
  765.             getout(lplayer, game:GetService("Players")[v.Name])
  766.         end
  767.     end
  768.     if string.sub(msg, 1, 8) == (prefix.."follow ") then
  769.         for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  770.             followed = true
  771.             flwplr = v
  772.         end
  773.     end
  774.     if string.sub(msg, 1, 9) == (prefix.."unfollow") then
  775.         followed = false
  776.     end
  777.     if string.sub(msg, 1, 10) == (prefix.."freefall ") then
  778.         for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  779.             local NOW = lplayer.Character.HumanoidRootPart.CFrame
  780.             lplayer.Character.Humanoid.Name = 1
  781.             local l = lplayer.Character["1"]:Clone()
  782.             l.Parent = lplayer.Character
  783.             l.Name = "Humanoid"
  784.             wait(0.1)
  785.             lplayer.Character["1"]:Destroy()
  786.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  787.             lplayer.Character.Animate.Disabled = true
  788.             wait(0.1)
  789.             lplayer.Character.Animate.Disabled = false
  790.             lplayer.Character.Humanoid.DisplayDistanceType = "None"
  791.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  792.             lplayer.Character.Humanoid:EquipTool(v)
  793.             end
  794.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  795.             wait(0.2)
  796.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  797.             wait(0.6)
  798.             lplayer.Character.HumanoidRootPart.CFrame = NOW
  799.             wait(0.6)
  800.             lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  801.             game:GetService("StarterGui"):SetCore("SendNotification", {
  802.             Title = "Tools needed!";
  803.             Text = "You need a tool in your backpack for this command!";
  804.             })
  805.         end
  806.     end
  807.     if string.sub(msg, 1, 7) == (prefix.."trail ") then
  808.         for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  809.             traill = true
  810.             trlplr = v
  811.         end
  812.     end
  813.     if string.sub(msg, 1, 8) == (prefix.."untrail") then
  814.         traill = false
  815.     end
  816.     if string.sub(msg, 1, 7) == (prefix.."orbit ") then
  817.         if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  818.             lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  819.         else
  820.             for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  821.                 local o = Instance.new("RocketPropulsion")
  822.                 o.Parent = lplayer.Character.HumanoidRootPart
  823.                 o.Name = "Orbit"
  824.                 o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  825.                 o:Fire()
  826.                 noclip = true
  827.             end
  828.         end
  829.     end
  830.     if string.sub(msg, 1, 8) == (prefix.."unorbit") then
  831.         lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  832.         noclip = false
  833.     end
  834.     if string.sub(msg, 1, 7) == (prefix.."fling ") then
  835.         if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  836.             lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  837.         else
  838.             for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  839.                 local y = Instance.new("RocketPropulsion")
  840.                 y.Parent = lplayer.Character.HumanoidRootPart
  841.                 y.CartoonFactor = 1
  842.                 y.MaxThrust = 800000
  843.                 y.MaxSpeed = 1000
  844.                 y.ThrustP = 200000
  845.                 y.Name = "Fling"
  846.                 game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  847.                 y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  848.                 y:Fire()
  849.                 noclip = true
  850.             end
  851.         end
  852.     end
  853.     if string.sub(msg, 1, 8) == (prefix.."unfling") then
  854.         noclip = false
  855.         lplayer.Character.HumanoidRootPart.Fling:Destroy()
  856.         game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  857.         wait(0.4)
  858.         lplayer.Character.HumanoidRootPart.Fling:Destroy()
  859.     end
  860.     if string.sub(msg, 1, 8) == (prefix.."fecheck") then
  861.         if game:GetService("Workspace").FilteringEnabled == true then
  862.             warn("FE is Enabled (Filtering Enabled)")
  863.             game:GetService("StarterGui"):SetCore("SendNotification", {
  864.                 Title = "FE is Enabled";
  865.                 Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  866.             })
  867.         else
  868.             warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  869.             game:GetService("StarterGui"):SetCore("SendNotification", {
  870.                 Title = "FE is Disabled";
  871.                 Text = "Filtering Disabled. Consider using a different admin script.";
  872.             })
  873.         end
  874.     end
  875.     if string.sub(msg, 1, 6) == (prefix.."void ") then
  876.         for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  877.             lplayer.Character.Humanoid.Name = 1
  878.             local l = lplayer.Character["1"]:Clone()
  879.             l.Parent = lplayer.Character
  880.             l.Name = "Humanoid"
  881.             wait(0.1)
  882.             lplayer.Character["1"]:Destroy()
  883.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  884.             lplayer.Character.Animate.Disabled = true
  885.             wait(0.1)
  886.             lplayer.Character.Animate.Disabled = false
  887.             lplayer.Character.Humanoid.DisplayDistanceType = "None"
  888.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  889.             lplayer.Character.Humanoid:EquipTool(v)
  890.             end
  891.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  892.             wait(0.2)
  893.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  894.             wait(0.6)
  895.             lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  896.             game:GetService("StarterGui"):SetCore("SendNotification", {
  897.             Title = "Tools needed!";
  898.             Text = "You need a tool in your backpack for this command!";
  899.             })
  900.         end
  901.     end
  902.     if string.sub(msg, 1, 7) == (prefix.."noclip") then
  903.         noclip = true
  904.         game:GetService("StarterGui"):SetCore("SendNotification", {
  905.         Title = "Noclip enabled";
  906.         Text = "Type ;clip to disable";
  907.         })
  908.     end
  909.     if string.sub(msg, 1, 5) == (prefix.."clip") then
  910.         noclip = false
  911.         game:GetService("StarterGui"):SetCore("SendNotification", {
  912.         Title = "Noclip disabled";
  913.         Text = "Type ;noclip to enable";
  914.         })
  915.     end
  916.     if string.sub(msg, 1, 7) == (prefix.."speed ") then
  917.         lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 8))
  918.     end
  919.     if string.sub(msg, 1, 4) == (prefix.."ws ") then
  920.         lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 5))
  921.     end
  922.     if string.sub(msg, 1, 11) == (prefix.."hipheight ") then
  923.         lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 12))
  924.     end
  925.     if string.sub(msg, 1, 4) == (prefix.."hh ") then
  926.         lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 5))
  927.     end
  928.     if string.sub(msg, 1, 11) == (prefix.."jumppower ") then
  929.         lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 12))
  930.     end
  931.     if string.sub(msg, 1, 4) == (prefix.."jp ") then
  932.         lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 5))
  933.     end
  934.     if string.sub(msg, 1, 8) == (prefix.."default") then
  935.         lplayer.Character.Humanoid.JumpPower = 50
  936.         lplayer.Character.Humanoid.WalkSpeed = 16
  937.         lplayer.Character.Humanoid.HipHeight = 0
  938.     end
  939.     if string.sub(msg, 1, 7) == (prefix.."annoy ") then
  940.         for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  941.             annoying = true
  942.             annplr = v
  943.         end
  944.     end
  945.     if string.sub(msg, 1, 8) == (prefix.."unannoy") then
  946.         annoying = false
  947.     end
  948.     if string.sub(msg, 1, 10) == (prefix.."headwalk ") then
  949.         for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  950.             hwalk = true
  951.             hdwplr = v
  952.         end
  953.     end
  954.     if string.sub(msg, 1, 11) == (prefix.."unheadwalk") then
  955.         hwalk = false
  956.     end
  957.     if string.sub(msg, 1, 8) == (prefix.."nolimbs") then
  958.         lplayer.Character["Left Leg"]:Destroy()
  959.         lplayer.Character["Left Arm"]:Destroy()
  960.         lplayer.Character["Right Leg"]:Destroy()
  961.         lplayer.Character["Right Arm"]:Destroy()
  962.     end
  963.     if string.sub(msg, 1, 4) == (prefix.."god") then
  964.         lplayer.Character.Humanoid.Name = 1
  965.         local l = lplayer.Character["1"]:Clone()
  966.         l.Parent = lplayer.Character
  967.         l.Name = "Humanoid"
  968.         wait(0.1)
  969.         lplayer.Character["1"]:Destroy()
  970.         game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  971.         lplayer.Character.Animate.Disabled = true
  972.         wait(0.1)
  973.         lplayer.Character.Animate.Disabled = false
  974.         lplayer.Character.Humanoid.DisplayDistanceType = "None"
  975.         game:GetService("StarterGui"):SetCore("SendNotification", {
  976.         Title = "FE Godmode enabled";
  977.         Text = "Use ;grespawn or ;respawn to remove";
  978.         })
  979.     end
  980.     if string.sub(msg, 1, 9) == (prefix.."drophats") then
  981.         for i,v in pairs(lplayer.Character:GetChildren()) do
  982.             if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  983.                 v.Parent = workspace
  984.             end
  985.         end
  986.     end
  987.     if string.sub(msg, 1, 9) == (prefix.."droptool") then
  988.         for i,v in pairs(lplayer.Character:GetChildren()) do
  989.             if (v:IsA("Tool")) then
  990.                 v.Parent = workspace
  991.             end
  992.         end
  993.     end
  994.     if string.sub(msg, 1, 10) == (prefix.."loopdhats") then
  995.         droppinghats = true
  996.         game:GetService("StarterGui"):SetCore("SendNotification", {
  997.         Title = "Loop Drop Enabled";
  998.         Text = "Type ;unloopdhats to disable";
  999.         })
  1000.     end
  1001.     if string.sub(msg, 1, 12) == (prefix.."unloopdhats") then
  1002.         droppinghats = false
  1003.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1004.         Title = "Loop Drop Disabled";
  1005.         Text = "Type ;loopdhats to enable.";
  1006.         })
  1007.     end
  1008.     if string.sub(msg, 1, 10) == (prefix.."loopdtool") then
  1009.         droppingtools = true
  1010.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1011.         Title = "Loop Drop Enabled";
  1012.         Text = "Type ;unloopdtool to disable";
  1013.         })
  1014.     end
  1015.     if string.sub(msg, 1, 12) == (prefix.."unloopdtool") then
  1016.         droppingtools = false
  1017.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1018.         Title = "Loop Drop Disabled";
  1019.         Text = "Type ;loopdtool to enable.";
  1020.         })
  1021.     end
  1022.     if string.sub(msg, 1, 10) == (prefix.."invisible") then -- Credit to Timeless
  1023.         Local = game:GetService('Players').LocalPlayer
  1024.         Char  = Local.Character
  1025.         touched,tpdback = false, false
  1026.         box = Instance.new('Part',workspace)
  1027.         box.Anchored = true
  1028.         box.CanCollide = true
  1029.         box.Size = Vector3.new(10,1,10)
  1030.         box.Position = Vector3.new(0,10000,0)
  1031.         box.Touched:connect(function(part)
  1032.             if (part.Parent.Name == Local.Name) then
  1033.                 if touched == false then
  1034.                     touched = true
  1035.                     function apply()
  1036.                         if script.Disabled ~= true then
  1037.                             no = Char.HumanoidRootPart:Clone()
  1038.                             wait(.25)
  1039.                             Char.HumanoidRootPart:Destroy()
  1040.                             no.Parent = Char
  1041.                             Char:MoveTo(loc)
  1042.                             touched = false
  1043.                         end end
  1044.                     if Char then
  1045.                         apply()
  1046.                     end
  1047.                 end
  1048.             end
  1049.         end)
  1050.         repeat wait() until Char
  1051.         loc = Char.HumanoidRootPart.Position
  1052.         Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  1053.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1054.         Title = "Invisibility enabled!";
  1055.         Text = "Reset or use ;respawn to remove.";
  1056.         })
  1057.     end
  1058.     if string.sub(msg, 1, 6) == (prefix.."view ") then
  1059.         for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1060.             if game:GetService("Players")[v.Name].Character.Humanoid then
  1061.                 game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  1062.             else
  1063.                 game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  1064.             end
  1065.         end
  1066.     end
  1067.     if string.sub(msg, 1, 7) == (prefix.."unview") then
  1068.         if lplayer.Character.Humanoid then
  1069.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  1070.         else
  1071.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  1072.         end
  1073.     end
  1074.     if string.sub(msg, 1, 6) == (prefix.."goto ") then
  1075.         for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1076.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1077.         end
  1078.     end
  1079.     if string.sub(msg, 1, 4) == (prefix.."fly") then
  1080.     repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  1081.     repeat wait() until Mouse
  1082.    
  1083.     local T = lplayer.Character.HumanoidRootPart
  1084.     local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  1085.     local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  1086.     local SPEED = speedget
  1087.    
  1088.     local function fly()
  1089.         flying = true
  1090.         local BG = Instance.new('BodyGyro', T)
  1091.         local BV = Instance.new('BodyVelocity', T)
  1092.         BG.P = 9e4
  1093.         BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  1094.         BG.cframe = T.CFrame
  1095.         BV.velocity = Vector3.new(0, 0.1, 0)
  1096.         BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1097.         spawn(function()
  1098.         repeat wait()
  1099.         lplayer.Character.Humanoid.PlatformStand = true
  1100.         if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  1101.         SPEED = 50
  1102.         elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  1103.         SPEED = 0
  1104.         end
  1105.         if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  1106.         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
  1107.         lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  1108.         elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  1109.         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
  1110.         else
  1111.         BV.velocity = Vector3.new(0, 0.1, 0)
  1112.         end
  1113.         BG.cframe = workspace.CurrentCamera.CoordinateFrame
  1114.                 until not flying
  1115.                 CONTROL = {F = 0, B = 0, L = 0, R = 0}
  1116.                 lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  1117.                 SPEED = 0
  1118.                 BG:destroy()
  1119.                 BV:destroy()
  1120.                 lplayer.Character.Humanoid.PlatformStand = false
  1121.             end)
  1122.         end
  1123.     Mouse.KeyDown:connect(function(KEY)
  1124.         if KEY:lower() == 'w' then
  1125.             CONTROL.F = speedfly
  1126.         elseif KEY:lower() == 's' then
  1127.             CONTROL.B = -speedfly
  1128.         elseif KEY:lower() == 'a' then
  1129.             CONTROL.L = -speedfly
  1130.         elseif KEY:lower() == 'd' then
  1131.             CONTROL.R = speedfly
  1132.         end
  1133.     end)
  1134.     Mouse.KeyUp:connect(function(KEY)
  1135.         if KEY:lower() == 'w' then
  1136.             CONTROL.F = 0
  1137.         elseif KEY:lower() == 's' then
  1138.             CONTROL.B = 0
  1139.         elseif KEY:lower() == 'a' then
  1140.             CONTROL.L = 0
  1141.         elseif KEY:lower() == 'd' then
  1142.             CONTROL.R = 0
  1143.         end
  1144.     end)
  1145.     fly()
  1146.     end
  1147.     if string.sub(msg, 1, 6) == (prefix.."unfly") then
  1148.         flying = false
  1149.         lplayer.Character.Humanoid.PlatformStand = false
  1150.     end
  1151.     if string.sub(msg, 1, 6) == (prefix.."chat ") then
  1152.         game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(msg, 7)), "All")
  1153.     end
  1154.     if string.sub(msg, 1, 6) == (prefix.."spam ") then
  1155.         spamtext = (string.sub(msg, 7))
  1156.         spamming = true
  1157.     end
  1158.     if string.sub(msg, 1, 7) == (prefix.."unspam") then
  1159.         spamming = false
  1160.     end
  1161.     if string.sub(msg, 1, 10) == (prefix.."spamwait ") then
  1162.         spamdelay = (string.sub(msg, 11))
  1163.     end
  1164.     if string.sub(msg, 1, 8) == (prefix.."pmspam ") then
  1165.         for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1166.             pmspammed = v.Name
  1167.             spammingpm = true
  1168.         end
  1169.     end
  1170.     if string.sub(msg, 1, 9) == (prefix.."unpmspam") then
  1171.         spammingpm = false
  1172.     end
  1173.     if string.sub(msg, 1, 9) == (prefix.."cfreeze ") then
  1174.         for i,v in pairs(GetPlayer(string.sub(msg, 10))) do
  1175.             v.Character["Left Leg"].Anchored = true
  1176.             v.Character["Left Arm"].Anchored = true
  1177.             v.Character["Right Leg"].Anchored = true
  1178.             v.Character["Right Arm"].Anchored = true
  1179.             v.Character.Torso.Anchored = true
  1180.             v.Character.Head.Anchored = true
  1181.         end
  1182.     end
  1183.     if string.sub(msg, 1, 11) == (prefix.."uncfreeze ") then
  1184.         for i,v in pairs(GetPlayer(string.sub(msg, 12))) do
  1185.             v.Character["Left Leg"].Anchored = false
  1186.             v.Character["Left Arm"].Anchored = false
  1187.             v.Character["Right Leg"].Anchored = false
  1188.             v.Character["Right Arm"].Anchored = false
  1189.             v.Character.Torso.Anchored = false
  1190.             v.Character.Head.Anchored = false
  1191.         end
  1192.     end
  1193.     if string.sub(msg, 1, 9) == (prefix.."unlockws") then
  1194.         local a = game:GetService("Workspace"):getChildren()
  1195.         for i = 1, #a do
  1196.             if a[i].className == "Part" then
  1197.                 a[i].Locked = false
  1198.             elseif a[i].className == "Model" then
  1199.                 local r = a[i]:getChildren()
  1200.                 for i = 1, #r do
  1201.                     if r[i].className == "Part" then
  1202.                     r[i].Locked = false
  1203.                     end
  1204.                 end
  1205.             end
  1206.         end
  1207.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1208.         Title = "Success!";
  1209.         Text = "Workspace unlocked. Use ;lockws to lock.";
  1210.         })
  1211.     end
  1212.     if string.sub(msg, 1, 7) == (prefix.."lockws") then
  1213.         local a = game:GetService("Workspace"):getChildren()
  1214.         for i = 1, #a do
  1215.             if a[i].className == "Part" then
  1216.                 a[i].Locked = true
  1217.             elseif a[i].className == "Model" then
  1218.                 local r = a[i]:getChildren()
  1219.                 for i = 1, #r do
  1220.                     if r[i].className == "Part" then
  1221.                     r[i].Locked = true
  1222.                     end
  1223.                 end
  1224.             end
  1225.         end
  1226.     end
  1227.     if string.sub(msg, 1, 7) == (prefix.."btools") then
  1228.         local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  1229.         Clone_T.BinType = "Clone"
  1230.         local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  1231.         Destruct.BinType = "Hammer"
  1232.         local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  1233.         Hold_T.BinType = "Grab"
  1234.     end
  1235.     if string.sub(msg, 1, 7) == (prefix.."pstand") then
  1236.         lplayer.Character.Humanoid.PlatformStand = true
  1237.     end
  1238.     if string.sub(msg, 1, 9) == (prefix.."unpstand") then
  1239.         lplayer.Character.Humanoid.PlatformStand = false
  1240.     end
  1241.     if string.sub(msg, 1, 10) == (prefix.."blockhead") then
  1242.         lplayer.Character.Head.Mesh:Destroy()
  1243.     end
  1244.     if string.sub(msg, 1, 4) == (prefix.."sit") then
  1245.         lplayer.Character.Humanoid.Sit = true
  1246.     end
  1247.     if string.sub(msg, 1, 10) == (prefix.."bringobj ") then
  1248.         local function bringobjw()
  1249.         for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  1250.         if obj.Name == (string.sub(msg, 11)) then
  1251.         obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  1252.         obj.CanCollide = false
  1253.         obj.Transparency = 0.7
  1254.         wait()
  1255.         obj.CFrame = lplayer.Character["Left Leg"].CFrame
  1256.         wait()
  1257.         obj.CFrame = lplayer.Character["Right Leg"].CFrame
  1258.         wait()
  1259.         obj.CFrame = lplayer.Character["Head"].CFrame
  1260.         end
  1261.         end
  1262.         end
  1263.         while wait() do
  1264.             bringobjw()
  1265.         end
  1266.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1267.         Title = "BringObj";
  1268.         Text = "BringObj enabled.";
  1269.         })
  1270.     end
  1271.     if string.sub(msg, 1, 7) == (prefix.."wsvis ") then
  1272.         vis = (string.sub(msg, 8))
  1273.         local a = game:GetService("Workspace"):GetDescendants()
  1274.         for i = 1, #a do
  1275.             if a[i].className == "Part" then
  1276.                 a[i].Transparency = vis
  1277.             elseif a[i].className == "Model" then
  1278.                 local r = a[i]:getChildren()
  1279.                 for i = 1, #r do
  1280.                     if r[i].className == "Part" then
  1281.                     r[i].Transparency = vis
  1282.                     end
  1283.                 end
  1284.             end
  1285.         end
  1286.     end
  1287.     if string.sub(msg, 1, 11) == (prefix.."hypertotal") then
  1288.         loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  1289.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1290.         Title = "Success!";
  1291.         Text = "HyperTotal GUI Loaded!";
  1292.         })
  1293.     end
  1294.     if string.sub(msg, 1, 5) == (prefix.."cmds") then
  1295.         CMDSFRAME.Visible = true
  1296.     end
  1297.     if string.sub(msg, 1, 10) == (prefix.."rmeshhats") then
  1298.         for i,v in pairs(lplayer.Character:GetChildren()) do
  1299.             if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  1300.                 v.Handle.Mesh:Destroy()
  1301.             end
  1302.         end
  1303.     end
  1304.     if string.sub(msg, 1, 10) == (prefix.."blockhats") then
  1305.         for i,v in pairs(lplayer.Character:GetChildren()) do
  1306.             if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  1307.                 v.Handle.Mesh:Destroy()
  1308.             end
  1309.         end
  1310.     end
  1311.     if string.sub(msg, 1, 10) == (prefix.."rmeshtool") then
  1312.         for i,v in pairs(lplayer.Character:GetChildren()) do
  1313.             if (v:IsA("Tool")) then
  1314.                 v.Handle.Mesh:Destroy()
  1315.             end
  1316.         end
  1317.     end
  1318.     if string.sub(msg, 1, 10) == (prefix.."blocktool") then
  1319.         for i,v in pairs(lplayer.Character:GetChildren()) do
  1320.             if (v:IsA("Tool")) then
  1321.                 v.Handle.Mesh:Destroy()
  1322.             end
  1323.         end
  1324.     end
  1325.     if string.sub(msg, 1, 8) == (prefix.."spinner") then
  1326.         local p = Instance.new("RocketPropulsion")
  1327.         p.Parent = lplayer.Character.HumanoidRootPart
  1328.         p.Name = "Spinner"
  1329.         p.Target = lplayer.Character["Left Arm"]
  1330.         p:Fire()
  1331.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1332.         Title = "Spinner enabled";
  1333.         Text = "Type ;nospinner to disable.";
  1334.         })
  1335.     end
  1336.     if string.sub(msg, 1, 10) == (prefix.."nospinner") then
  1337.         lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  1338.     end
  1339.     if string.sub(msg, 1, 7) == (prefix.."reachd") then
  1340.         for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  1341.             if v:isA("Tool") then
  1342.                 local a = Instance.new("SelectionBox",v.Handle)
  1343.                 a.Adornee = v.Handle
  1344.                 v.Handle.Size = Vector3.new(0.5,0.5,60)
  1345.                 v.GripPos = Vector3.new(0,0,0)
  1346.                 lplayer.Character.Humanoid:UnequipTools()
  1347.             end
  1348.         end
  1349.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1350.         Title = "Reach applied!";
  1351.         Text = "Applied to equipped sword. Use ;noreach to disable.";
  1352.         })
  1353.     end
  1354.     if string.sub(msg, 1, 7) == (prefix.."reach ") then
  1355.         for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  1356.             if v:isA("Tool") then
  1357.                 handleSize = v.Handle.Size
  1358.                 wait()
  1359.                 local a = Instance.new("SelectionBox",v.Handle)
  1360.                 a.Name = "a"
  1361.                 a.Adornee = v.Handle
  1362.                 v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(msg, 8)))
  1363.                 v.GripPos = Vector3.new(0,0,0)
  1364.                 lplayer.Character.Humanoid:UnequipTools()
  1365.             end
  1366.         end
  1367.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1368.         Title = "Reach applied!";
  1369.         Text = "Applied to equipped sword. Use ;noreach to disable.";
  1370.         })
  1371.     end
  1372.     if string.sub(msg, 1, 8) == (prefix.."noreach") then
  1373.         for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  1374.             if v:isA("Tool") then
  1375.                 v.Handle.a:Destroy()
  1376.                 v.Handle.Size = handleSize
  1377.             end
  1378.         end
  1379.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1380.         Title = "Reach removed!";
  1381.         Text = "Removed reach from equipped sword.";
  1382.         })
  1383.     end
  1384.     if string.sub(msg, 1, 7) == (prefix.."rkill ") then
  1385.         for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  1386.             lplayer.Character.Humanoid.Name = 1
  1387.             local l = lplayer.Character["1"]:Clone()
  1388.             l.Parent = lplayer.Character
  1389.             l.Name = "Humanoid"
  1390.             wait(0.1)
  1391.             lplayer.Character["1"]:Destroy()
  1392.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1393.             lplayer.Character.Animate.Disabled = true
  1394.             wait(0.1)
  1395.             lplayer.Character.Animate.Disabled = false
  1396.             lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1397.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1398.             lplayer.Character.Humanoid:EquipTool(v)
  1399.             end
  1400.             wait(0.1)
  1401.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1402.             wait(0.2)
  1403.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1404.             wait(0.5)
  1405.             lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  1406.             game:GetService("StarterGui"):SetCore("SendNotification", {
  1407.             Title = "Tools needed!";
  1408.             Text = "You need a tool in your backpack for this command!";
  1409.             })
  1410.         end
  1411.     end
  1412.     if string.sub(msg, 1, 7) == (prefix.."tp me ") then
  1413.         for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  1414.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1415.         end
  1416.     end
  1417.     if string.sub(msg, 1, 8) == (prefix.."cbring ") then
  1418.         if (string.sub(msg, 9)) == "all" or (string.sub(msg, 9)) == "All" or (string.sub(msg, 9)) == "ALL" then
  1419.             cbringall = true
  1420.         else
  1421.             for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1422.                 brplr = v.Name
  1423.             end
  1424.         end
  1425.         cbring = true
  1426.     end
  1427.     if string.sub(msg, 1, 9) == (prefix.."uncbring") then
  1428.         cbring = false
  1429.         cbringall = false
  1430.     end
  1431.     if string.sub(msg, 1, 6) == (prefix.."swap ") then
  1432.         for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1433.             local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1434.             local NOW = lplayer.Character.HumanoidRootPart.CFrame
  1435.             lplayer.Character.Humanoid.Name = 1
  1436.             local l = lplayer.Character["1"]:Clone()
  1437.             l.Parent = lplayer.Character
  1438.             l.Name = "Humanoid"
  1439.             wait(0.1)
  1440.             lplayer.Character["1"]:Destroy()
  1441.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1442.             lplayer.Character.Animate.Disabled = true
  1443.             wait(0.1)
  1444.             lplayer.Character.Animate.Disabled = false
  1445.             lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1446.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1447.             lplayer.Character.Humanoid:EquipTool(v)
  1448.             end
  1449.             local function tp(player,player2)
  1450.             local char1,char2=player.Character,player2.Character
  1451.             if char1 and char2 then
  1452.             char1:MoveTo(char2.Head.Position)
  1453.             end
  1454.             end
  1455.             wait(0.1)
  1456.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1457.             wait(0.2)
  1458.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1459.             wait(0.5)
  1460.             lplayer.Character.HumanoidRootPart.CFrame = NOW
  1461.             wait(0.6)
  1462.             tp(lplayer, game:GetService("Players")[v.Name])
  1463.             wait(0.4)
  1464.             lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  1465.             game:GetService("StarterGui"):SetCore("SendNotification", {
  1466.             Title = "Tools needed!";
  1467.             Text = "You need a tool in your backpack for this command!";
  1468.             })
  1469.         end
  1470.     end
  1471.     if string.sub(msg, 1, 8) == (prefix.."glitch ") then
  1472.         for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1473.             lplayer.Character.Humanoid.Name = 1
  1474.             local l = lplayer.Character["1"]:Clone()
  1475.             l.Parent = lplayer.Character
  1476.             l.Name = "Humanoid"
  1477.             wait(0.1)
  1478.             lplayer.Character["1"]:Destroy()
  1479.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1480.             lplayer.Character.Animate.Disabled = true
  1481.             wait(0.1)
  1482.             lplayer.Character.Animate.Disabled = false
  1483.             lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1484.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1485.             lplayer.Character.Humanoid:EquipTool(v)
  1486.             end
  1487.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  1488.             wait(0.3)
  1489.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  1490.             wait(0.4)
  1491.             b = Instance.new("BodyForce")
  1492.             b.Parent = lplayer.Character.HumanoidRootPart
  1493.             b.Name = "Glitch"
  1494.             b.Force = Vector3.new(100000000,5000,0)
  1495.             game:GetService("StarterGui"):SetCore("SendNotification", {
  1496.             Title = "Tools needed!";
  1497.             Text = "You need a tool in your backpack for this command!";
  1498.             })
  1499.         end
  1500.     end
  1501.     if string.sub(msg, 1, 9) == (prefix.."unglitch") then
  1502.         lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  1503.         lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  1504.         b = Instance.new("BodyForce")
  1505.         b.Parent = lplayer.Character.HumanoidRootPart
  1506.         b.Name = "unGlitch"
  1507.         b.Force = Vector3.new(0,-5000000,0)
  1508.         wait(2)
  1509.         lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  1510.     end
  1511.     if string.sub(msg, 1, 9) == (prefix.."grespawn") then
  1512.         lplayer.Character.Humanoid.Health = 0
  1513.         wait(1)
  1514.         lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  1515.         lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  1516.     end
  1517.     if string.sub(msg, 1, 9) == (prefix.."explorer") then
  1518.         loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  1519.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1520.         Title = "Success!";
  1521.         Text = "DEX Explorer has loaded.";
  1522.         })
  1523.     end
  1524.     if string.sub(msg, 1, 6) == (prefix.."anim ") then
  1525.         local Anim = Instance.new("Animation")
  1526.         Anim.AnimationId = "rbxassetid://"..(string.sub(msg, 7))
  1527.         local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  1528.         track:Play(.1, 1, 1)
  1529.     end
  1530.     if string.sub(msg, 1, 8) == (prefix.."animgui") then
  1531.         loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  1532.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1533.         Title = "Success!";
  1534.         Text = "Energize Animations GUI has loaded.";
  1535.         })
  1536.     end
  1537.     if string.sub(msg, 1, 8) == (prefix.."savepos") then
  1538.         saved = lplayer.Character.HumanoidRootPart.CFrame
  1539.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1540.         Title = "Position Saved";
  1541.         Text = "Use ;loadpos to return to saved position.";
  1542.         })
  1543.     end
  1544.     if string.sub(msg, 1, 8) == (prefix.."loadpos") then
  1545.         lplayer.Character.HumanoidRootPart.CFrame = saved
  1546.     end
  1547.     if string.sub(msg, 1, 6) == (prefix.."bang ") then
  1548.         for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1549.             local Anim2 = Instance.new("Animation")
  1550.             Anim2.AnimationId = "rbxassetid://148840371"
  1551.             local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  1552.             track2:Play(.1, 1, 1)
  1553.             bplrr = v.Name
  1554.             banpl = true
  1555.         end
  1556.     end
  1557.     if string.sub(msg, 1, 7) == (prefix.."unbang") then
  1558.         banpl = false
  1559.     end
  1560.     if string.sub(msg, 1, 10) == (prefix.."bringmod ") then
  1561.         local function bringmodw()
  1562.         for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  1563.         if obj.Name == (string.sub(msg, 11)) then
  1564.         for i,ch in pairs(obj:GetDescendants()) do
  1565.         if (ch:IsA("BasePart")) then
  1566.         ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  1567.         ch.CanCollide = false
  1568.         ch.Transparency = 0.7
  1569.         wait()
  1570.         ch.CFrame = lplayer.Character["Left Leg"].CFrame
  1571.         wait()
  1572.         ch.CFrame = lplayer.Character["Right Leg"].CFrame
  1573.         wait()
  1574.         ch.CFrame = lplayer.Character["Head"].CFrame
  1575.         end
  1576.         end
  1577.         end
  1578.         end
  1579.         end
  1580.         while wait() do
  1581.             bringmodw()
  1582.         end
  1583.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1584.         Title = "BringMod";
  1585.         Text = "BringMod enabled.";
  1586.         })
  1587.     end
  1588.     if string.sub(msg, 1, 8) == (prefix.."respawn") then
  1589.         local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  1590.         local hum = Instance.new('Humanoid', mod)
  1591.         local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  1592.         lplayer.Character = mod
  1593.     end
  1594.     if string.sub(msg, 1, 9) == (prefix.."shutdown") then
  1595.         game:GetService'RunService'.Stepped:Connect(function()
  1596.         pcall(function()
  1597.             for i,v in pairs(game:GetService'Players':GetPlayers()) do
  1598.                 if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  1599.                     for _,x in pairs(v.Character.Head:GetChildren()) do
  1600.                         if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  1601.                     end
  1602.                 end
  1603.             end
  1604.         end)
  1605.         end)
  1606.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1607.         Title = "Attempting Shutdown";
  1608.         Text = "Shutdown Attempt has begun.";
  1609.         })
  1610.     end
  1611.     if string.sub(msg, 1, 8) == (prefix.."delobj ") then
  1612.         objtodel = (string.sub(msg, 9))
  1613.         for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  1614.             if v.Name == objtodel then
  1615.                 v:Destroy()
  1616.             end
  1617.         end
  1618.     end
  1619.     if string.sub(msg, 1, 8) == (prefix.."getplrs") then
  1620.         for i,v in pairs(game:GetService("Players"):GetPlayers())do
  1621.             print(v)
  1622.         end
  1623.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1624.         Title = "Printed";
  1625.         Text = "Players have been printed to console. (F9)";
  1626.         })
  1627.     end
  1628.     if string.sub(msg, 1, 9) == (prefix.."deldecal") then
  1629.         for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  1630.             if (v:IsA("Decal")) then
  1631.                 v:Destroy()
  1632.             end
  1633.         end
  1634.     end
  1635.     if string.sub(msg, 1, 11) == (prefix.."opfinality") then
  1636.         loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  1637.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1638.         Title = "Success!";
  1639.         Text = "OpFinality GUI has loaded.";
  1640.         })
  1641.     end
  1642.     if string.sub(msg, 1, 8) == (prefix.."remotes") then
  1643.         remotes = true
  1644.         added = true
  1645.         game.DescendantAdded:connect(function(rmt)
  1646.         if added == true then
  1647.         if remotes == true then
  1648.         if rmt:IsA("RemoteEvent") then
  1649.         print("A RemoteEvent was added!")
  1650.         print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  1651.         print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  1652.         end end end
  1653.         end)
  1654.         game.DescendantAdded:connect(function(rmtfnctn)
  1655.         if added == true then
  1656.         if remotes == true then
  1657.         if rmtfnctn:IsA("RemoteFunction") then
  1658.         warn("A RemoteFunction was added!")
  1659.         warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  1660.         print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  1661.         end end end
  1662.         end)
  1663.        
  1664.         game.DescendantAdded:connect(function(bndfnctn)
  1665.         if added == true then
  1666.         if binds == true then
  1667.         if bndfnctn:IsA("BindableFunction") then
  1668.         print("A BindableFunction was added!")
  1669.         print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  1670.         print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  1671.         end end end
  1672.         end)
  1673.        
  1674.         game.DescendantAdded:connect(function(bnd)
  1675.         if added == true then
  1676.         if binds == true then
  1677.         if bnd:IsA("BindableEvent") then
  1678.         warn("A BindableEvent was added!")
  1679.         warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  1680.         print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  1681.         end end end
  1682.         end)
  1683.        
  1684.        
  1685.         if binds == true then
  1686.         for i,v in pairs(game:GetDescendants()) do
  1687.         if v:IsA("BindableFunction") then
  1688.         print(" game." .. v:GetFullName() .. " | BindableFunction")
  1689.         print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  1690.         end end
  1691.         for i,v in pairs(game:GetDescendants()) do
  1692.         if v:IsA("BindableEvent") then
  1693.         warn(" game." .. v:GetFullName() .. " | BindableEvent")
  1694.         print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  1695.         end end
  1696.         else
  1697.         print("Off")
  1698.         end
  1699.         if remotes == true then
  1700.         for i,v in pairs(game:GetDescendants()) do
  1701.         if v:IsA("RemoteFunction") then
  1702.         warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  1703.         print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  1704.         end end
  1705.         wait()
  1706.         for i,v in pairs(game:GetDescendants()) do
  1707.         if v:IsA("RemoteEvent") then
  1708.         print(" game." .. v:GetFullName() .. " | RemoteEvent")
  1709.         print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  1710.         end end
  1711.         else
  1712.         print("Off")
  1713.         end
  1714.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1715.         Title = "Printing Remotes";
  1716.         Text = "Type ;noremotes to disable.";
  1717.         })
  1718.     end
  1719.     if string.sub(msg, 1, 10) == (prefix.."noremotes") then
  1720.         remotes = false
  1721.         added = false
  1722.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1723.         Title = "Printing Remotes Disabled";
  1724.         Text = "Type ;remotes to enable.";
  1725.         })
  1726.     end
  1727.     if string.sub(msg, 1, 10) == (prefix.."tpdefault") then
  1728.         spin = false
  1729.         followed = false
  1730.         traill = false
  1731.         noclip = false
  1732.         annoying = false
  1733.         hwalk = false
  1734.         cbringing = false
  1735.     end
  1736.     if string.sub(msg, 1, 8) == (prefix.."stopsit") then
  1737.         stopsitting = true
  1738.     end
  1739.     if string.sub(msg, 1, 6) == (prefix.."gosit") then
  1740.         stopsitting = false
  1741.     end
  1742.     if string.sub(msg, 1, 8) == (prefix.."version") then
  1743.         print(adminversion)
  1744.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1745.         Title = "Version";
  1746.         Text = adminversion;
  1747.         })
  1748.     end
  1749.     if string.sub(msg, 1, 8) == (prefix.."clicktp") then
  1750.         clickgoto = true
  1751.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1752.         Title = "Click TP";
  1753.         Text = "Press E to teleport to mouse position, ;noclicktp to stop";
  1754.         })
  1755.     end
  1756.     if string.sub(msg, 1, 9) == (prefix.."clickdel") then
  1757.         clickdel = true
  1758.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1759.         Title = "Click Delete";
  1760.         Text = "Press E to delete part at mouse, ;noclickdel to stop";
  1761.         })
  1762.     end
  1763.     if string.sub(msg, 1, 11) == (prefix.."noclickdel") then
  1764.         clickdel = false
  1765.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1766.         Title = "Click Delete";
  1767.         Text = "Click delete has been disabled.";
  1768.         })
  1769.     end
  1770.     if string.sub(msg, 1, 10) == (prefix.."noclicktp") then
  1771.         clickgoto = false
  1772.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1773.         Title = "Click TP";
  1774.         Text = "Click TP has been disabled.";
  1775.         })
  1776.     end
  1777.     if string.sub(msg, 1, 8) == (prefix.."toolson") then
  1778.         gettingtools = true
  1779.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1780.         Title = "Tools Enabled";
  1781.         Text = "Automatically colleting tools dropped.";
  1782.         })
  1783.     end
  1784.     if string.sub(msg, 1, 9) == (prefix.."toolsoff") then
  1785.         gettingtools = false
  1786.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1787.         Title = "Tools Disabled";
  1788.         Text = "Click TP has been disabled.";
  1789.         })
  1790.     end
  1791.     if string.sub(msg, 1, 10) == (prefix.."delcmdbar") then
  1792.         ScreenGui:Destroy()
  1793.     end
  1794.     if string.sub(msg, 1, 6) == (prefix.."reset") then
  1795.         lplayer.Character.Head:Destroy()
  1796.     end
  1797.     if string.sub(msg, 1, 7) == (prefix.."state ") then
  1798.         statechosen = string.sub(msg, 8)
  1799.         changingstate = true
  1800.     end
  1801.     if string.sub(msg, 1, 9) == (prefix.."gravity ") then
  1802.         game:GetService("Workspace").Gravity = string.sub(msg, 10)
  1803.     end
  1804.     if string.sub(msg, 1, 10) == (prefix.."looprhats") then
  1805.         removingmeshhats = true
  1806.     end
  1807.     if string.sub(msg, 1, 12) == (prefix.."unlooprhats") then
  1808.         removingmeshhats = false
  1809.     end
  1810.     if string.sub(msg, 1, 10) == (prefix.."looprtool") then
  1811.         removingmeshtool = true
  1812.     end
  1813.     if string.sub(msg, 1, 12) == (prefix.."unlooprtool") then
  1814.         removingmeshtool = false
  1815.     end
  1816.     if string.sub(msg, 1, 10) == (prefix.."givetool ") then
  1817.         for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  1818.             if v:IsA("Tool") then
  1819.                 for i,player in pairs(GetPlayer(string.sub(msg, 11))) do
  1820.                     v.Parent = player.Character
  1821.                 end
  1822.             end
  1823.         end
  1824.     end
  1825.     if string.sub(msg, 1, 14) == (prefix.."givealltools ") then
  1826.         for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  1827.             if v:IsA("Tool") then
  1828.                 v.Parent = lplayer.Character
  1829.                 wait()
  1830.                 for i,player in pairs(GetPlayer(string.sub(msg, 15))) do
  1831.                     v.Parent = player.Character
  1832.                 end
  1833.             end
  1834.         end
  1835.     end
  1836.     if string.sub(msg, 1, 5) == (prefix.."age ") then
  1837.         for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  1838.             game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  1839.         end
  1840.     end
  1841.     if string.sub(msg, 1, 4) == (prefix.."id ") then
  1842.         for i,player in pairs(GetPlayer(string.sub(msg, 5))) do
  1843.             game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  1844.         end
  1845.     end
  1846.     if string.sub(msg, 1, 6) == (prefix..".age ") then
  1847.         for i,player in pairs(GetPlayer(string.sub(msg, 7))) do
  1848.             game:GetService("StarterGui"):SetCore("SendNotification", {
  1849.             Title = player.AccountAge.." Days";
  1850.             Text = "Account age of "..player.Name;
  1851.             })
  1852.         end
  1853.     end
  1854.     if string.sub(msg, 1, 5) == (prefix..".id ") then
  1855.         for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  1856.             game:GetService("StarterGui"):SetCore("SendNotification", {
  1857.             Title = player.UserId.." ID";
  1858.             Text = "Account ID of "..player.Name;
  1859.             })
  1860.         end
  1861.     end
  1862.     if string.sub(msg, 1, 7) == (prefix.."gameid") then
  1863.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1864.         Title = "Game ID";
  1865.         Text = "Game ID: ".. game.GameId;
  1866.         })
  1867.     end
  1868.     if string.sub(msg, 1, 4) == (prefix.."pgs") then
  1869.         local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  1870.         if pgscheck == true then
  1871.             game:GetService("StarterGui"):SetCore("SendNotification", {
  1872.             Title = "PGSPhysicsSolverEnabled";
  1873.             Text = "PGS is Enabled!";
  1874.             })
  1875.         else
  1876.             game:GetService("StarterGui"):SetCore("SendNotification", {
  1877.             Title = "PGSPhysicsSolverEnabled";
  1878.             Text = "PGS is Disabled!";
  1879.             })
  1880.         end
  1881.     end
  1882.     if string.sub(msg, 1, 12) == (prefix.."removeinvis") then
  1883.         for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  1884.             if v:IsA("Part") then
  1885.                 if v.Transparency == 1 then
  1886.                     if v.Name ~= "HumanoidRootPart" then
  1887.                         v:Destroy()
  1888.                     end
  1889.                 end
  1890.             end
  1891.         end
  1892.     end
  1893.     if string.sub(msg, 1, 10) == (prefix.."removefog") then
  1894.         game:GetService("Lighting").FogStart = 0
  1895.         game:GetService("Lighting").FogEnd = 9999999999999
  1896.     end
  1897.     if string.sub(msg, 1, 8) == (prefix.."disable") then
  1898.         lplayer.Character.Humanoid.Parent = lplayer
  1899.     end
  1900.     if string.sub(msg, 1, 7) == (prefix.."enable") then
  1901.         lplayer.Humanoid.Parent = lplayer.Character
  1902.     end
  1903.     if string.sub(msg, 1, 8) == (prefix.."prefix ") then
  1904.         prefix = (string.sub(msg, 9, 9))
  1905.         wait(0.1)
  1906.         change()
  1907.         wait(0.1)
  1908.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1909.         Title = "Prefix changed!";
  1910.         Text = "Prefix is now "..prefix..". Use ;resetprefix to reset to ;";
  1911.         })
  1912.     end
  1913.     if string.sub(msg, 1, 12) == (";resetprefix") then
  1914.         prefix = ";"
  1915.         wait(0.1)
  1916.         change()
  1917.         wait(0.1)
  1918.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1919.         Title = "Prefix changed!";
  1920.         Text = "Prefix is now "..prefix..". Make sure it's one key!";
  1921.         })
  1922.     end
  1923.     if string.sub(msg, 1, 10) == (prefix.."flyspeed ") then
  1924.         speedfly = string.sub(msg, 11)
  1925.         wait()
  1926.         change()
  1927.     end
  1928.     if string.sub(msg, 1, 8) == (prefix.."carpet ") then
  1929.         for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1930.             local Anim3 = Instance.new("Animation")
  1931.             Anim3.AnimationId = "rbxassetid://282574440"
  1932.             local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  1933.             track3:Play(.1, 1, 1)
  1934.             bplrr = v.Name
  1935.             banpl = true
  1936.         end
  1937.     end
  1938.     if string.sub(msg, 1, 9) == (prefix.."uncarpet") then
  1939.         banpl = false
  1940.     end
  1941.     if string.sub(msg, 1, 7) == (prefix.."stare ") then
  1942.         for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  1943.             staring = true
  1944.             stareplr = v
  1945.         end
  1946.     end
  1947.     if string.sub(msg, 1, 8) == (prefix.."unstare") then
  1948.         staring = false
  1949.     end
  1950.     if string.sub(msg, 1, 8) == (prefix.."logchat") then
  1951.         chatlogs = true
  1952.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1953.         Title = "LogChat enabled";
  1954.         Text = "Now logging all player chat.";
  1955.         })
  1956.     end
  1957.     if string.sub(msg, 1, 10) == (prefix.."unlogchat") then
  1958.         chatlogs = false
  1959.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1960.         Title = "LogChat disabled";
  1961.         Text = "Stopped logging all player chat.";
  1962.         })
  1963.     end
  1964.     if string.sub(msg, 1, 7) == (prefix.."fixcam") then
  1965.         game:GetService("Workspace").CurrentCamera:Destroy()
  1966.         wait(0.1)
  1967.         game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  1968.         game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  1969.         lplayer.CameraMinZoomDistance = 0.5
  1970.         lplayer.CameraMaxZoomDistance = 400
  1971.         lplayer.CameraMode = "Classic"
  1972.     end
  1973.     if string.sub(msg, 1, 8) == (prefix.."unstate") then
  1974.         changingstate = false
  1975.     end
  1976. end)
  1977.  
  1978. local function tp()
  1979.     for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  1980.         if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  1981.             if player.Name == brplr then
  1982.                 player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 2
  1983.             end
  1984.         end
  1985.     end
  1986. end
  1987. local function tpall()
  1988.     for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  1989.         if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  1990.             player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 3
  1991.         end
  1992.     end
  1993. end
  1994. spawn(function()
  1995.     while wait(spamdelay) do
  1996.         if spamming == true then
  1997.             game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(spamtext, "All")
  1998.         end
  1999.     end
  2000. end)
  2001. spawn(function()
  2002.     while wait(spamdelay) do
  2003.         if spammingpm == true then
  2004.             game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/w "..pmspammed.." @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", "All")
  2005.         end
  2006.     end
  2007. end)
  2008. spawn(function()
  2009.     while wait() do
  2010.         if cbring == true then
  2011.             tp()
  2012.         end
  2013.     end
  2014. end)
  2015. spawn(function()
  2016.     while wait() do
  2017.         if cbringall == true then
  2018.             tpall()
  2019.         end
  2020.     end
  2021. end)
  2022.  
  2023. Mouse.KeyDown:connect(function(Key)
  2024.     if Key == prefix then
  2025.         CMDBAR:CaptureFocus()
  2026.     end
  2027. end)
  2028.  
  2029. CMDBAR.FocusLost:connect(function(enterPressed)
  2030.     if enterPressed then
  2031.         if string.sub(CMDBAR.Text, 1, 5) == ("kill ") then
  2032.             if string.sub(CMDBAR.Text, 6) == "me" then
  2033.                 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  2034.             else
  2035.                 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6)))do
  2036.                     local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2037.                     lplayer.Character.Humanoid.Name = 1
  2038.                     local l = lplayer.Character["1"]:Clone()
  2039.                     l.Parent = lplayer.Character
  2040.                     l.Name = "Humanoid"
  2041.                     wait(0.1)
  2042.                     lplayer.Character["1"]:Destroy()
  2043.                     game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2044.                     lplayer.Character.Animate.Disabled = true
  2045.                     wait(0.1)
  2046.                     lplayer.Character.Animate.Disabled = false
  2047.                     lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2048.                     for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2049.                     lplayer.Character.Humanoid:EquipTool(v)
  2050.                     end
  2051.                     local function tp(player,player2)
  2052.                     local char1,char2=player.Character,player2.Character
  2053.                     if char1 and char2 then
  2054.                     char1:MoveTo(char2.Head.Position)
  2055.                     end
  2056.                     end
  2057.                     wait(0.1)
  2058.                     lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2059.                     wait(0.2)
  2060.                     lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2061.                     wait(0.5)
  2062.                     lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  2063.                     wait(0.7)
  2064.                     tp(lplayer,game:GetService("Players")[v.Name])
  2065.                     wait(0.7)
  2066.                     lplayer.Character.HumanoidRootPart.CFrame = NOW
  2067.                     game:GetService("StarterGui"):SetCore("SendNotification", {
  2068.                     Title = "Tools needed!";
  2069.                     Text = "You need a tool in your backpack for this command!";
  2070.                     })
  2071.                 end
  2072.             end
  2073.         end
  2074.         if string.sub(CMDBAR.Text, 1, 6) == ("bring ") then
  2075.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  2076.                 local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2077.                 lplayer.Character.Humanoid.Name = 1
  2078.                 local l = lplayer.Character["1"]:Clone()
  2079.                 l.Parent = lplayer.Character
  2080.                 l.Name = "Humanoid"
  2081.                 wait(0.1)
  2082.                 lplayer.Character["1"]:Destroy()
  2083.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2084.                 lplayer.Character.Animate.Disabled = true
  2085.                 wait(0.1)
  2086.                 lplayer.Character.Animate.Disabled = false
  2087.                 lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2088.                 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2089.                 lplayer.Character.Humanoid:EquipTool(v)
  2090.                 end
  2091.                 local function tp(player,player2)
  2092.                 local char1,char2=player.Character,player2.Character
  2093.                 if char1 and char2 then
  2094.                 char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  2095.                 end
  2096.                 end
  2097.                 local function getout(player,player2)
  2098.                 local char1,char2=player.Character,player2.Character
  2099.                 if char1 and char2 then
  2100.                 char1:MoveTo(char2.Head.Position)
  2101.                 end
  2102.                 end
  2103.                 tp(game:GetService("Players")[v.Name], lplayer)
  2104.                 wait(0.2)
  2105.                 tp(game:GetService("Players")[v.Name], lplayer)
  2106.                 wait(0.5)
  2107.                 lplayer.Character.HumanoidRootPart.CFrame = NOW
  2108.                 wait(0.5)
  2109.                 getout(lplayer, game:GetService("Players")[v.Name])
  2110.                 wait(0.3)
  2111.                 lplayer.Character.HumanoidRootPart.CFrame = NOW
  2112.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  2113.                 Title = "Tools needed!";
  2114.                 Text = "You need a tool in your backpack for this command!";
  2115.                 })
  2116.             end
  2117.         end
  2118.         if string.sub(CMDBAR.Text, 1, 5) == ("spin ") then
  2119.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2120.                 lplayer.Character.Humanoid.Name = 1
  2121.                 local l = lplayer.Character["1"]:Clone()
  2122.                 l.Parent = lplayer.Character
  2123.                 l.Name = "Humanoid"
  2124.                 wait(0.1)
  2125.                 lplayer.Character["1"]:Destroy()
  2126.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2127.                 lplayer.Character.Animate.Disabled = true
  2128.                 wait(0.1)
  2129.                 lplayer.Character.Animate.Disabled = false
  2130.                 lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2131.                 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2132.                 lplayer.Character.Humanoid:EquipTool(v)
  2133.                 end
  2134.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2135.                 spinplr = v
  2136.                 wait(0.5)
  2137.                 spin = true
  2138.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  2139.                 Title = "Tools needed!";
  2140.                 Text = "You need a tool in your backpack for this command!";
  2141.                 })
  2142.             end
  2143.         end
  2144.         if string.sub(CMDBAR.Text, 1, 6) == ("unspin") then
  2145.             spin = false
  2146.         end
  2147.         if string.sub(CMDBAR.Text, 1, 7) == ("attach ") then
  2148.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2149.                 lplayer.Character.Humanoid.Name = 1
  2150.                 local l = lplayer.Character["1"]:Clone()
  2151.                 l.Parent = lplayer.Character
  2152.                 l.Name = "Humanoid"
  2153.                 wait(0.1)
  2154.                 lplayer.Character["1"]:Destroy()
  2155.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2156.                 lplayer.Character.Animate.Disabled = true
  2157.                 wait(0.1)
  2158.                 lplayer.Character.Animate.Disabled = false
  2159.                 lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2160.                 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2161.                 lplayer.Character.Humanoid:EquipTool(v)
  2162.                 end
  2163.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2164.                 wait(0.3)
  2165.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2166.                 attplr = v
  2167.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  2168.                 Title = "Tools needed!";
  2169.                 Text = "You need a tool in your backpack for this command!";
  2170.                 })
  2171.             end
  2172.         end
  2173.         if string.sub(CMDBAR.Text, 1, 9) == ("unattach ") then
  2174.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  2175.                 local function getout(player,player2)
  2176.                 local char1,char2=player.Character,player2.Character
  2177.                 if char1 and char2 then
  2178.                 char1:MoveTo(char2.Head.Position)
  2179.                 end
  2180.                 end
  2181.                 getout(lplayer, game:GetService("Players")[v.Name])
  2182.             end
  2183.         end
  2184.         if string.sub(CMDBAR.Text, 1, 7) == ("follow ") then
  2185.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2186.                 followed = true
  2187.                 flwplr = v
  2188.             end
  2189.         end
  2190.         if string.sub(CMDBAR.Text, 1, 8) == ("unfollow") then
  2191.             followed = false
  2192.         end
  2193.         if string.sub(CMDBAR.Text, 1, 9) == ("freefall ") then
  2194.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  2195.                 local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2196.                 lplayer.Character.Humanoid.Name = 1
  2197.                 local l = lplayer.Character["1"]:Clone()
  2198.                 l.Parent = lplayer.Character
  2199.                 l.Name = "Humanoid"
  2200.                 wait(0.1)
  2201.                 lplayer.Character["1"]:Destroy()
  2202.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2203.                 lplayer.Character.Animate.Disabled = true
  2204.                 wait(0.1)
  2205.                 lplayer.Character.Animate.Disabled = false
  2206.                 lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2207.                 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2208.                 lplayer.Character.Humanoid:EquipTool(v)
  2209.                 end
  2210.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2211.                 wait(0.2)
  2212.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2213.                 wait(0.6)
  2214.                 lplayer.Character.HumanoidRootPart.CFrame = NOW
  2215.                 wait(0.6)
  2216.                 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  2217.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  2218.                 Title = "Tools needed!";
  2219.                 Text = "You need a tool in your backpack for this command!";
  2220.                 })
  2221.             end
  2222.         end
  2223.         if string.sub(CMDBAR.Text, 1, 6) == ("trail ") then
  2224.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2225.                 traill = true
  2226.                 trlplr = v
  2227.             end
  2228.         end
  2229.         if string.sub(CMDBAR.Text, 1, 7) == ("untrail") then
  2230.             traill = false
  2231.         end
  2232.         if string.sub(CMDBAR.Text, 1, 6) == ("orbit ") then
  2233.             if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  2234.                 lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2235.             else
  2236.                 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2237.                     local o = Instance.new("RocketPropulsion")
  2238.                     o.Parent = lplayer.Character.HumanoidRootPart
  2239.                     o.Name = "Orbit"
  2240.                     o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  2241.                     o:Fire()
  2242.                     noclip = true
  2243.                 end
  2244.             end
  2245.         end
  2246.         if string.sub(CMDBAR.Text, 1, 7) == ("unorbit") then
  2247.             lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  2248.             noclip = false
  2249.         end
  2250.         if string.sub(CMDBAR.Text, 1, 6) == ("fling ") then
  2251.             if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  2252.                 lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2253.             else
  2254.                 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2255.                     local y = Instance.new("RocketPropulsion")
  2256.                     y.Parent = lplayer.Character.HumanoidRootPart
  2257.                     y.CartoonFactor = 1
  2258.                     y.MaxThrust = 800000
  2259.                     y.MaxSpeed = 1000
  2260.                     y.ThrustP = 200000
  2261.                     y.Name = "Fling"
  2262.                     game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  2263.                     y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  2264.                     y:Fire()
  2265.                     noclip = true
  2266.                 end
  2267.             end
  2268.         end
  2269.         if string.sub(CMDBAR.Text, 1, 7) == ("unfling") then
  2270.             noclip = false
  2271.             lplayer.Character.HumanoidRootPart.Fling:Destroy()
  2272.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  2273.             wait(0.4)
  2274.             lplayer.Character.HumanoidRootPart.Fling:Destroy()
  2275.         end
  2276.         if string.sub(CMDBAR.Text, 1, 7) == ("fecheck") then
  2277.             if game:GetService("Workspace").FilteringEnabled == true then
  2278.                 warn("FE is Enabled (Filtering Enabled)")
  2279.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  2280.                     Title = "FE is Enabled";
  2281.                     Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  2282.                 })
  2283.             else
  2284.                 warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  2285.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  2286.                     Title = "FE is Disabled";
  2287.                     Text = "Filtering Disabled. Consider using a different admin script.";
  2288.                 })
  2289.             end
  2290.         end
  2291.         if string.sub(CMDBAR.Text, 1, 5) == ("void ") then
  2292.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2293.                 lplayer.Character.Humanoid.Name = 1
  2294.                 local l = lplayer.Character["1"]:Clone()
  2295.                 l.Parent = lplayer.Character
  2296.                 l.Name = "Humanoid"
  2297.                 wait(0.1)
  2298.                 lplayer.Character["1"]:Destroy()
  2299.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2300.                 lplayer.Character.Animate.Disabled = true
  2301.                 wait(0.1)
  2302.                 lplayer.Character.Animate.Disabled = false
  2303.                 lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2304.                 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2305.                 lplayer.Character.Humanoid:EquipTool(v)
  2306.                 end
  2307.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2308.                 wait(0.2)
  2309.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2310.                 wait(0.6)
  2311.                 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  2312.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  2313.                 Title = "Tools needed!";
  2314.                 Text = "You need a tool in your backpack for this command!";
  2315.                 })
  2316.             end
  2317.         end
  2318.         if string.sub(CMDBAR.Text, 1, 6) == ("noclip") then
  2319.             noclip = true
  2320.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2321.             Title = "Noclip enabled";
  2322.             Text = "Type ;clip to disable";
  2323.             })
  2324.         end
  2325.         if string.sub(CMDBAR.Text, 1, 4) == ("clip") then
  2326.             noclip = false
  2327.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2328.             Title = "Noclip disabled";
  2329.             Text = "Type ;noclip to enable";
  2330.             })
  2331.         end
  2332.         if string.sub(CMDBAR.Text, 1, 6) == ("speed ") then
  2333.             lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 7))
  2334.         end
  2335.         if string.sub(CMDBAR.Text, 1, 3) == ("ws ") then
  2336.             lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 4))
  2337.         end
  2338.         if string.sub(CMDBAR.Text, 1, 10) == ("hipheight ") then
  2339.             lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 11))
  2340.         end
  2341.         if string.sub(CMDBAR.Text, 1, 3) == ("hh ") then
  2342.             lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 4))
  2343.         end
  2344.         if string.sub(CMDBAR.Text, 1, 10) == ("jumppower ") then
  2345.             lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 11))
  2346.         end
  2347.         if string.sub(CMDBAR.Text, 1, 3) == ("jp ") then
  2348.             lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 4))
  2349.         end
  2350.         if string.sub(CMDBAR.Text, 1, 7) == ("default") then
  2351.             lplayer.Character.Humanoid.JumpPower = 50
  2352.             lplayer.Character.Humanoid.WalkSpeed = 16
  2353.             lplayer.Character.Humanoid.HipHeight = 0
  2354.         end
  2355.         if string.sub(CMDBAR.Text, 1, 6) == ("annoy ") then
  2356.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2357.                 annoying = true
  2358.                 annplr = v
  2359.             end
  2360.         end
  2361.         if string.sub(CMDBAR.Text, 1, 7) == ("unannoy") then
  2362.             annoying = false
  2363.         end
  2364.         if string.sub(CMDBAR.Text, 1, 9) == ("headwalk ") then
  2365.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  2366.                 hwalk = true
  2367.                 hdwplr = v
  2368.             end
  2369.         end
  2370.         if string.sub(CMDBAR.Text, 1, 10) == ("unheadwalk") then
  2371.             hwalk = false
  2372.         end
  2373.         if string.sub(CMDBAR.Text, 1, 7) == ("nolimbs") then
  2374.             lplayer.Character["Left Leg"]:Destroy()
  2375.             lplayer.Character["Left Arm"]:Destroy()
  2376.             lplayer.Character["Right Leg"]:Destroy()
  2377.             lplayer.Character["Right Arm"]:Destroy()
  2378.         end
  2379.         if string.sub(CMDBAR.Text, 1, 3) == ("god") then
  2380.             lplayer.Character.Humanoid.Name = 1
  2381.             local l = lplayer.Character["1"]:Clone()
  2382.             l.Parent = lplayer.Character
  2383.             l.Name = "Humanoid"
  2384.             wait(0.1)
  2385.             lplayer.Character["1"]:Destroy()
  2386.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2387.             lplayer.Character.Animate.Disabled = true
  2388.             wait(0.1)
  2389.             lplayer.Character.Animate.Disabled = false
  2390.             lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2391.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2392.             Title = "FE Godmode enabled";
  2393.             Text = "Use ;grespawn or ;respawn to remove.";
  2394.             })
  2395.         end
  2396.         if string.sub(CMDBAR.Text, 1, 8) == ("drophats") then
  2397.             for i,v in pairs(lplayer.Character:GetChildren()) do
  2398.                 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2399.                     v.Parent = workspace
  2400.                 end
  2401.             end
  2402.         end
  2403.         if string.sub(CMDBAR.Text, 1, 8) == ("droptool") then
  2404.             for i,v in pairs(lplayer.Character:GetChildren()) do
  2405.                 if (v:IsA("Tool")) then
  2406.                     v.Parent = workspace
  2407.                 end
  2408.             end
  2409.         end
  2410.         if string.sub(CMDBAR.Text, 1, 9) == ("loopdhats") then
  2411.             droppinghats = true
  2412.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2413.             Title = "Loop Drop Enabled";
  2414.             Text = "Type ;unloopdhats to disable";
  2415.             })
  2416.         end
  2417.         if string.sub(CMDBAR.Text, 1, 11) == ("unloopdhats") then
  2418.             droppinghats = false
  2419.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2420.             Title = "Loop Drop Disabled";
  2421.             Text = "Type ;loopdhats to enable.";
  2422.             })
  2423.         end
  2424.         if string.sub(CMDBAR.Text, 1, 9) == ("loopdtool") then
  2425.             droppingtools = true
  2426.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2427.             Title = "Loop Drop Enabled";
  2428.             Text = "Type ;unloopdtool to disable";
  2429.             })
  2430.         end
  2431.         if string.sub(CMDBAR.Text, 1, 11) == ("unloopdtool") then
  2432.             droppingtools = false
  2433.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2434.             Title = "Loop Drop Disabled";
  2435.             Text = "Type ;loopdtool to enable.";
  2436.             })
  2437.         end
  2438.         if string.sub(CMDBAR.Text, 1, 9) == ("invisible") then -- Credit to Timeless
  2439.             Local = game:GetService('Players').LocalPlayer
  2440.             Char  = Local.Character
  2441.             touched,tpdback = false, false
  2442.             box = Instance.new('Part',workspace)
  2443.             box.Anchored = true
  2444.             box.CanCollide = true
  2445.             box.Size = Vector3.new(10,1,10)
  2446.             box.Position = Vector3.new(0,10000,0)
  2447.             box.Touched:connect(function(part)
  2448.                 if (part.Parent.Name == Local.Name) then
  2449.                     if touched == false then
  2450.                         touched = true
  2451.                         function apply()
  2452.                             if script.Disabled ~= true then
  2453.                                 no = Char.HumanoidRootPart:Clone()
  2454.                                 wait(.25)
  2455.                                 Char.HumanoidRootPart:Destroy()
  2456.                                 no.Parent = Char
  2457.                                 Char:MoveTo(loc)
  2458.                                 touched = false
  2459.                             end end
  2460.                         if Char then
  2461.                             apply()
  2462.                         end
  2463.                     end
  2464.                 end
  2465.             end)
  2466.             repeat wait() until Char
  2467.             loc = Char.HumanoidRootPart.Position
  2468.             Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  2469.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2470.             Title = "Invisibility enabled!";
  2471.             Text = "Reset or use ;respawn to remove.";
  2472.             })
  2473.         end
  2474.         if string.sub(CMDBAR.Text, 1, 5) == ("view ") then
  2475.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2476.                 if game:GetService("Players")[v.Name].Character.Humanoid then
  2477.                     game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  2478.                 else
  2479.                     game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  2480.                 end
  2481.             end
  2482.         end
  2483.         if string.sub(CMDBAR.Text, 1, 6) == ("unview") then
  2484.             if lplayer.Character.Humanoid then
  2485.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  2486.             else
  2487.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  2488.             end
  2489.         end
  2490.         if string.sub(CMDBAR.Text, 1, 5) == ("goto ") then
  2491.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2492.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2493.             end
  2494.         end
  2495.         if string.sub(CMDBAR.Text, 1, 3) == ("fly") then
  2496.         repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  2497.         repeat wait() until Mouse
  2498.        
  2499.         local T = lplayer.Character.HumanoidRootPart
  2500.         local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  2501.         local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  2502.         local SPEED = speedget
  2503.        
  2504.         local function fly()
  2505.             flying = true
  2506.             local BG = Instance.new('BodyGyro', T)
  2507.             local BV = Instance.new('BodyVelocity', T)
  2508.             BG.P = 9e4
  2509.             BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  2510.             BG.cframe = T.CFrame
  2511.             BV.velocity = Vector3.new(0, 0.1, 0)
  2512.             BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  2513.             spawn(function()
  2514.             repeat wait()
  2515.             lplayer.Character.Humanoid.PlatformStand = true
  2516.             if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  2517.             SPEED = 50
  2518.             elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  2519.             SPEED = 0
  2520.             end
  2521.             if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  2522.             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
  2523.             lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  2524.             elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  2525.             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
  2526.             else
  2527.             BV.velocity = Vector3.new(0, 0.1, 0)
  2528.             end
  2529.             BG.cframe = workspace.CurrentCamera.CoordinateFrame
  2530.                     until not flying
  2531.                     CONTROL = {F = 0, B = 0, L = 0, R = 0}
  2532.                     lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  2533.                     SPEED = 0
  2534.                     BG:destroy()
  2535.                     BV:destroy()
  2536.                     lplayer.Character.Humanoid.PlatformStand = false
  2537.                 end)
  2538.             end
  2539.         Mouse.KeyDown:connect(function(KEY)
  2540.             if KEY:lower() == 'w' then
  2541.                 CONTROL.F = speedfly
  2542.             elseif KEY:lower() == 's' then
  2543.                 CONTROL.B = -speedfly
  2544.             elseif KEY:lower() == 'a' then
  2545.                 CONTROL.L = -speedfly
  2546.             elseif KEY:lower() == 'd' then
  2547.                 CONTROL.R = speedfly
  2548.             end
  2549.         end)
  2550.         Mouse.KeyUp:connect(function(KEY)
  2551.             if KEY:lower() == 'w' then
  2552.                 CONTROL.F = 0
  2553.             elseif KEY:lower() == 's' then
  2554.                 CONTROL.B = 0
  2555.             elseif KEY:lower() == 'a' then
  2556.                 CONTROL.L = 0
  2557.             elseif KEY:lower() == 'd' then
  2558.                 CONTROL.R = 0
  2559.             end
  2560.         end)
  2561.         fly()
  2562.         end
  2563.         if string.sub(CMDBAR.Text, 1, 5) == ("unfly") then
  2564.             flying = false
  2565.             lplayer.Character.Humanoid.PlatformStand = false
  2566.         end
  2567.         if string.sub(CMDBAR.Text, 1, 5) == ("chat ") then
  2568.             game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(CMDBAR.Text, 6)), "All")
  2569.         end
  2570.         if string.sub(CMDBAR.Text, 1, 5) == ("spam ") then
  2571.             spamtext = (string.sub(CMDBAR.Text, 6))
  2572.             spamming = true
  2573.         end
  2574.         if string.sub(CMDBAR.Text, 1, 6) == ("unspam") then
  2575.             spamming = false
  2576.         end
  2577.         if string.sub(CMDBAR.Text, 1, 9) == ("spamwait ") then
  2578.             spamdelay = (string.sub(CMDBAR.Text, 10))
  2579.         end
  2580.         if string.sub(CMDBAR.Text, 1, 7) == ("pmspam ") then
  2581.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2582.                 pmspammed = v.Name
  2583.                 spammingpm = true
  2584.             end
  2585.         end
  2586.         if string.sub(CMDBAR.Text, 1, 8) == ("unpmspam") then
  2587.             spammingpm = false
  2588.         end
  2589.         if string.sub(CMDBAR.Text, 1, 8) == ("cfreeze ") then
  2590.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 9))) do
  2591.                 v.Character["Left Leg"].Anchored = true
  2592.                 v.Character["Left Arm"].Anchored = true
  2593.                 v.Character["Right Leg"].Anchored = true
  2594.                 v.Character["Right Arm"].Anchored = true
  2595.                 v.Character.Torso.Anchored = true
  2596.                 v.Character.Head.Anchored = true
  2597.             end
  2598.         end
  2599.         if string.sub(CMDBAR.Text, 1, 10) == ("uncfreeze ") then
  2600.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 11))) do
  2601.                 v.Character["Left Leg"].Anchored = false
  2602.                 v.Character["Left Arm"].Anchored = false
  2603.                 v.Character["Right Leg"].Anchored = false
  2604.                 v.Character["Right Arm"].Anchored = false
  2605.                 v.Character.Torso.Anchored = false
  2606.                 v.Character.Head.Anchored = false
  2607.             end
  2608.         end
  2609.         if string.sub(CMDBAR.Text, 1, 8) == ("unlockws") then
  2610.             local a = game:GetService("Workspace"):getChildren()
  2611.             for i = 1, #a do
  2612.                 if a[i].className == "Part" then
  2613.                     a[i].Locked = false
  2614.                 elseif a[i].className == "Model" then
  2615.                     local r = a[i]:getChildren()
  2616.                     for i = 1, #r do
  2617.                         if r[i].className == "Part" then
  2618.                         r[i].Locked = false
  2619.                         end
  2620.                     end
  2621.                 end
  2622.             end
  2623.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2624.             Title = "Success!";
  2625.             Text = "Workspace unlocked. Use ;lockws to lock.";
  2626.             })
  2627.         end
  2628.         if string.sub(CMDBAR.Text, 1, 6) == ("lockws") then
  2629.             local a = game:GetService("Workspace"):getChildren()
  2630.             for i = 1, #a do
  2631.                 if a[i].className == "Part" then
  2632.                     a[i].Locked = true
  2633.                 elseif a[i].className == "Model" then
  2634.                     local r = a[i]:getChildren()
  2635.                     for i = 1, #r do
  2636.                         if r[i].className == "Part" then
  2637.                         r[i].Locked = true
  2638.                         end
  2639.                     end
  2640.                 end
  2641.             end
  2642.         end
  2643.         if string.sub(CMDBAR.Text, 1, 6) == ("btools") then
  2644.             local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  2645.             Clone_T.BinType = "Clone"
  2646.             local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  2647.             Destruct.BinType = "Hammer"
  2648.             local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  2649.             Hold_T.BinType = "Grab"
  2650.         end
  2651.         if string.sub(CMDBAR.Text, 1, 6) == ("pstand") then
  2652.             lplayer.Character.Humanoid.PlatformStand = true
  2653.         end
  2654.         if string.sub(CMDBAR.Text, 1, 8) == ("unpstand") then
  2655.             lplayer.Character.Humanoid.PlatformStand = false
  2656.         end
  2657.         if string.sub(CMDBAR.Text, 1, 9) == ("blockhead") then
  2658.             lplayer.Character.Head.Mesh:Destroy()
  2659.         end
  2660.         if string.sub(CMDBAR.Text, 1, 3) == ("sit") then
  2661.             lplayer.Character.Humanoid.Sit = true
  2662.         end
  2663.         if string.sub(CMDBAR.Text, 1, 9) == ("bringobj ") then
  2664.             local function bringobjw()
  2665.             for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  2666.             if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  2667.             obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2668.             obj.CanCollide = false
  2669.             obj.Transparency = 0.7
  2670.             wait()
  2671.             obj.CFrame = lplayer.Character["Left Leg"].CFrame
  2672.             wait()
  2673.             obj.CFrame = lplayer.Character["Right Leg"].CFrame
  2674.             wait()
  2675.             obj.CFrame = lplayer.Character["Head"].CFrame
  2676.             end
  2677.             end
  2678.             end
  2679.             while wait() do
  2680.                 bringobjw()
  2681.             end
  2682.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2683.             Title = "BringObj";
  2684.             Text = "BringObj enabled.";
  2685.             })
  2686.         end
  2687.         if string.sub(CMDBAR.Text, 1, 6) == ("wsvis ") then
  2688.             vis = (string.sub(CMDBAR.Text, 7))
  2689.             local a = game:GetService("Workspace"):GetDescendants()
  2690.             for i = 1, #a do
  2691.                 if a[i].className == "Part" then
  2692.                     a[i].Transparency = vis
  2693.                 elseif a[i].className == "Model" then
  2694.                     local r = a[i]:getChildren()
  2695.                     for i = 1, #r do
  2696.                         if r[i].className == "Part" then
  2697.                         r[i].Transparency = vis
  2698.                         end
  2699.                     end
  2700.                 end
  2701.             end
  2702.         end
  2703.         if string.sub(CMDBAR.Text, 1, 10) == ("hypertotal") then
  2704.             loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  2705.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2706.             Title = "Success!";
  2707.             Text = "HyperTotal GUI Loaded!";
  2708.             })
  2709.         end
  2710.         if string.sub(CMDBAR.Text, 1, 4) == ("cmds") then
  2711.             CMDSFRAME.Visible = true
  2712.         end
  2713.         if string.sub(CMDBAR.Text, 1, 9) == ("rmeshhats") then
  2714.             for i,v in pairs(lplayer.Character:GetChildren()) do
  2715.                 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2716.                     v.Handle.Mesh:Destroy()
  2717.                 end
  2718.             end
  2719.         end
  2720.         if string.sub(CMDBAR.Text, 1, 9) == ("blockhats") then
  2721.             for i,v in pairs(lplayer.Character:GetChildren()) do
  2722.                 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2723.                     v.Handle.Mesh:Destroy()
  2724.                 end
  2725.             end
  2726.         end
  2727.         if string.sub(CMDBAR.Text, 1, 9) == ("rmeshtool") then
  2728.             for i,v in pairs(lplayer.Character:GetChildren()) do
  2729.                 if (v:IsA("Tool")) then
  2730.                     v.Handle.Mesh:Destroy()
  2731.                 end
  2732.             end
  2733.         end
  2734.         if string.sub(CMDBAR.Text, 1, 9) == ("blocktool") then
  2735.             for i,v in pairs(lplayer.Character:GetChildren()) do
  2736.                 if (v:IsA("Tool")) then
  2737.                     v.Handle.Mesh:Destroy()
  2738.                 end
  2739.             end
  2740.         end
  2741.         if string.sub(CMDBAR.Text, 1, 7) == ("spinner") then
  2742.             local p = Instance.new("RocketPropulsion")
  2743.             p.Parent = lplayer.Character.HumanoidRootPart
  2744.             p.Name = "Spinner"
  2745.             p.Target = lplayer.Character["Left Arm"]
  2746.             p:Fire()
  2747.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2748.             Title = "Spinner enabled";
  2749.             Text = "Type ;nospinner to disable.";
  2750.             })
  2751.         end
  2752.         if string.sub(CMDBAR.Text, 1, 9) == ("nospinner") then
  2753.             lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  2754.         end
  2755.         if string.sub(CMDBAR.Text, 1, 6) == ("reachd") then
  2756.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  2757.                 if v:isA("Tool") then
  2758.                     local a = Instance.new("SelectionBox",v.Handle)
  2759.                     a.Adornee = v.Handle
  2760.                     v.Handle.Size = Vector3.new(0.5,0.5,60)
  2761.                     v.GripPos = Vector3.new(0,0,0)
  2762.                     lplayer.Character.Humanoid:UnequipTools()
  2763.                 end
  2764.             end
  2765.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2766.             Title = "Reach applied!";
  2767.             Text = "Applied to equipped sword. Use ;noreach to disable.";
  2768.             })
  2769.         end
  2770.         if string.sub(CMDBAR.Text, 1, 6) == ("reach ") then
  2771.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  2772.                 if v:isA("Tool") then
  2773.                     local a = Instance.new("SelectionBox",v.Handle)
  2774.                     a.Name = "Reach"
  2775.                     a.Adornee = v.Handle
  2776.                     v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(CMDBAR.Text, 7)))
  2777.                     v.GripPos = Vector3.new(0,0,0)
  2778.                     lplayer.Character.Humanoid:UnequipTools()
  2779.                 end
  2780.             end
  2781.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2782.             Title = "Reach applied!";
  2783.             Text = "Applied to equipped sword. Use ;noreach to disable.";
  2784.             })
  2785.         end
  2786.         if string.sub(CMDBAR.Text, 1, 7) == ("noreach") then
  2787.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  2788.                 if v:isA("Tool") then
  2789.                     v.Handle.Reach:Destroy()
  2790.                 end
  2791.             end
  2792.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2793.             Title = "Reach removed!";
  2794.             Text = "Removed reach from equipped sword.";
  2795.             })
  2796.         end
  2797.         if string.sub(CMDBAR.Text, 1, 6) == ("rkill ") then
  2798.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  2799.                 lplayer.Character.Humanoid.Name = 1
  2800.                 local l = lplayer.Character["1"]:Clone()
  2801.                 l.Parent = lplayer.Character
  2802.                 l.Name = "Humanoid"
  2803.                 wait(0.1)
  2804.                 lplayer.Character["1"]:Destroy()
  2805.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2806.                 lplayer.Character.Animate.Disabled = true
  2807.                 wait(0.1)
  2808.                 lplayer.Character.Animate.Disabled = false
  2809.                 lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2810.                 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2811.                 lplayer.Character.Humanoid:EquipTool(v)
  2812.                 end
  2813.                 wait(0.1)
  2814.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2815.                 wait(0.2)
  2816.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2817.                 wait(0.5)
  2818.                 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  2819.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  2820.                 Title = "Tools needed!";
  2821.                 Text = "You need a tool in your backpack for this command!";
  2822.                 })
  2823.             end
  2824.         end
  2825.         if string.sub(CMDBAR.Text, 1, 6) == ("tp me ") then
  2826.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2827.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2828.             end
  2829.         end
  2830.         if string.sub(CMDBAR.Text, 1, 7) == ("cbring ") then
  2831.             if (string.sub(CMDBAR.Text, 8)) == "all" or (string.sub(CMDBAR.Text, 8)) == "All" or (string.sub(CMDBAR.Text, 8)) == "ALL" then
  2832.                 cbringall = true
  2833.             else
  2834.                 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2835.                     brplr = v.Name
  2836.                 end
  2837.             end
  2838.             cbring = true
  2839.         end
  2840.         if string.sub(CMDBAR.Text, 1, 8) == ("uncbring") then
  2841.             cbring = false
  2842.             cbringall = false
  2843.         end
  2844.         if string.sub(CMDBAR.Text, 1, 5) == ("swap ") then
  2845.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2846.                 local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2847.                 local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2848.                 lplayer.Character.Humanoid.Name = 1
  2849.                 local l = lplayer.Character["1"]:Clone()
  2850.                 l.Parent = lplayer.Character
  2851.                 l.Name = "Humanoid"
  2852.                 wait(0.1)
  2853.                 lplayer.Character["1"]:Destroy()
  2854.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2855.                 lplayer.Character.Animate.Disabled = true
  2856.                 wait(0.1)
  2857.                 lplayer.Character.Animate.Disabled = false
  2858.                 lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2859.                 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2860.                 lplayer.Character.Humanoid:EquipTool(v)
  2861.                 end
  2862.                 local function tp(player,player2)
  2863.                 local char1,char2=player.Character,player2.Character
  2864.                 if char1 and char2 then
  2865.                 char1:MoveTo(char2.Head.Position)
  2866.                 end
  2867.                 end
  2868.                 wait(0.1)
  2869.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2870.                 wait(0.2)
  2871.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2872.                 wait(0.5)
  2873.                 lplayer.Character.HumanoidRootPart.CFrame = NOW
  2874.                 wait(0.6)
  2875.                 tp(lplayer, game:GetService("Players")[v.Name])
  2876.                 wait(0.4)
  2877.                 lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  2878.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  2879.                 Title = "Tools needed!";
  2880.                 Text = "You need a tool in your backpack for this command!";
  2881.                 })
  2882.             end
  2883.         end
  2884.         if string.sub(CMDBAR.Text, 1, 7) == ("glitch ") then
  2885.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2886.                 lplayer.Character.Humanoid.Name = 1
  2887.                 local l = lplayer.Character["1"]:Clone()
  2888.                 l.Parent = lplayer.Character
  2889.                 l.Name = "Humanoid"
  2890.                 wait(0.1)
  2891.                 lplayer.Character["1"]:Destroy()
  2892.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2893.                 lplayer.Character.Animate.Disabled = true
  2894.                 wait(0.1)
  2895.                 lplayer.Character.Animate.Disabled = false
  2896.                 lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2897.                 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2898.                 lplayer.Character.Humanoid:EquipTool(v)
  2899.                 end
  2900.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2901.                 wait(0.3)
  2902.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2903.                 wait(0.4)
  2904.                 b = Instance.new("BodyForce")
  2905.                 b.Parent = lplayer.Character.HumanoidRootPart
  2906.                 b.Name = "Glitch"
  2907.                 b.Force = Vector3.new(100000000,5000,0)
  2908.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  2909.                 Title = "Tools needed!";
  2910.                 Text = "You need a tool in your backpack for this command!";
  2911.                 })
  2912.             end
  2913.         end
  2914.         if string.sub(CMDBAR.Text, 1, 8) == ("unglitch") then
  2915.             lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  2916.             lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  2917.             b = Instance.new("BodyForce")
  2918.             b.Parent = lplayer.Character.HumanoidRootPart
  2919.             b.Name = "unGlitch"
  2920.             b.Force = Vector3.new(0,-5000000,0)
  2921.             wait(2)
  2922.             lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  2923.         end
  2924.         if string.sub(CMDBAR.Text, 1, 8) == ("grespawn") then
  2925.             lplayer.Character.Humanoid.Health = 0
  2926.             wait(1)
  2927.             lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  2928.             lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  2929.         end
  2930.         if string.sub(CMDBAR.Text, 1, 8) == ("explorer") then
  2931.             loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  2932.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2933.             Title = "Success!";
  2934.             Text = "DEX Explorer has loaded.";
  2935.             })
  2936.         end
  2937.         if string.sub(CMDBAR.Text, 1, 5) == ("anim ") then
  2938.             local Anim = Instance.new("Animation")
  2939.             Anim.AnimationId = "rbxassetid://"..(string.sub(CMDBAR.Text, 6))
  2940.             local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  2941.             track:Play(.1, 1, 1)
  2942.         end
  2943.         if string.sub(CMDBAR.Text, 1, 7) == ("animgui") then
  2944.             loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  2945.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2946.             Title = "Success!";
  2947.             Text = "Energize Animations GUI has loaded.";
  2948.             })
  2949.         end
  2950.         if string.sub(CMDBAR.Text, 1, 7) == ("savepos") then
  2951.             saved = lplayer.Character.HumanoidRootPart.CFrame
  2952.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2953.             Title = "Position Saved";
  2954.             Text = "Use ;loadpos to return to saved position.";
  2955.             })
  2956.         end
  2957.         if string.sub(CMDBAR.Text, 1, 7) == ("loadpos") then
  2958.             lplayer.Character.HumanoidRootPart.CFrame = saved
  2959.         end
  2960.         if string.sub(CMDBAR.Text, 1, 5) == ("bang ") then
  2961.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2962.                 local Anim2 = Instance.new("Animation")
  2963.                 Anim2.AnimationId = "rbxassetid://148840371"
  2964.                 local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  2965.                 track2:Play(.1, 1, 1)
  2966.                 bplrr = v.Name
  2967.                 banpl = true
  2968.             end
  2969.         end
  2970.         if string.sub(CMDBAR.Text, 1, 6) == ("unbang") then
  2971.             banpl = false
  2972.         end
  2973.         if string.sub(CMDBAR.Text, 1, 9) == ("bringmod ") then
  2974.             local function bringmodw()
  2975.             for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  2976.             if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  2977.             for i,ch in pairs(obj:GetDescendants()) do
  2978.             if (ch:IsA("BasePart")) then
  2979.             ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2980.             ch.CanCollide = false
  2981.             ch.Transparency = 0.7
  2982.             wait()
  2983.             ch.CFrame = lplayer.Character["Left Leg"].CFrame
  2984.             wait()
  2985.             ch.CFrame = lplayer.Character["Right Leg"].CFrame
  2986.             wait()
  2987.             ch.CFrame = lplayer.Character["Head"].CFrame
  2988.             end
  2989.             end
  2990.             end
  2991.             end
  2992.             end
  2993.             while wait() do
  2994.                 bringmodw()
  2995.             end
  2996.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2997.             Title = "BringMod";
  2998.             Text = "BringMod enabled.";
  2999.             })
  3000.         end
  3001.         if string.sub(CMDBAR.Text, 1, 7) == ("respawn") then
  3002.             local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  3003.             local hum = Instance.new('Humanoid', mod)
  3004.             local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  3005.             lplayer.Character = mod
  3006.         end
  3007.         if string.sub(CMDBAR.Text, 1, 8) == ("shutdown") then
  3008.             game:GetService'RunService'.Stepped:Connect(function()
  3009.             pcall(function()
  3010.                 for i,v in pairs(game:GetService'Players':GetPlayers()) do
  3011.                     if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  3012.                         for _,x in pairs(v.Character.Head:GetChildren()) do
  3013.                             if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  3014.                         end
  3015.                     end
  3016.                 end
  3017.             end)
  3018.             end)
  3019.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3020.             Title = "Attempting Shutdown";
  3021.             Text = "Shutdown Attempt has begun.";
  3022.             })
  3023.         end
  3024.         if string.sub(CMDBAR.Text, 1, 7) == ("delobj ") then
  3025.             objtodel = (string.sub(CMDBAR.Text, 8))
  3026.             for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  3027.                 if v.Name == objtodel then
  3028.                     v:Destroy()
  3029.                 end
  3030.             end
  3031.         end
  3032.         if string.sub(CMDBAR.Text, 1, 7) == ("getplrs") then
  3033.             for i,v in pairs(game:GetService("Players"):GetPlayers())do
  3034.                 print(v)
  3035.             end
  3036.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3037.             Title = "Printed";
  3038.             Text = "Players have been printed to console. (F9)";
  3039.             })
  3040.         end
  3041.         if string.sub(CMDBAR.Text, 1, 8) == ("deldecal") then
  3042.             for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  3043.                 if (v:IsA("Decal")) then
  3044.                     v:Destroy()
  3045.                 end
  3046.             end
  3047.         end
  3048.         if string.sub(CMDBAR.Text, 1, 10) == ("opfinality") then
  3049.             loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  3050.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3051.             Title = "Success!";
  3052.             Text = "OpFinality GUI has loaded.";
  3053.             })
  3054.         end
  3055.         if string.sub(CMDBAR.Text, 1, 7) == ("remotes") then
  3056.             remotes = true
  3057.             added = true
  3058.             game.DescendantAdded:connect(function(rmt)
  3059.             if added == true then
  3060.             if remotes == true then
  3061.             if rmt:IsA("RemoteEvent") then
  3062.             print("A RemoteEvent was added!")
  3063.             print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  3064.             print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  3065.             end end end
  3066.             end)
  3067.             game.DescendantAdded:connect(function(rmtfnctn)
  3068.             if added == true then
  3069.             if remotes == true then
  3070.             if rmtfnctn:IsA("RemoteFunction") then
  3071.             warn("A RemoteFunction was added!")
  3072.             warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  3073.             print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  3074.             end end end
  3075.             end)
  3076.            
  3077.             game.DescendantAdded:connect(function(bndfnctn)
  3078.             if added == true then
  3079.             if binds == true then
  3080.             if bndfnctn:IsA("BindableFunction") then
  3081.             print("A BindableFunction was added!")
  3082.             print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  3083.             print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  3084.             end end end
  3085.             end)
  3086.            
  3087.             game.DescendantAdded:connect(function(bnd)
  3088.             if added == true then
  3089.             if binds == true then
  3090.             if bnd:IsA("BindableEvent") then
  3091.             warn("A BindableEvent was added!")
  3092.             warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  3093.             print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  3094.             end end end
  3095.             end)
  3096.            
  3097.            
  3098.             if binds == true then
  3099.             for i,v in pairs(game:GetDescendants()) do
  3100.             if v:IsA("BindableFunction") then
  3101.             print(" game." .. v:GetFullName() .. " | BindableFunction")
  3102.             print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  3103.             end end
  3104.             for i,v in pairs(game:GetDescendants()) do
  3105.             if v:IsA("BindableEvent") then
  3106.             warn(" game." .. v:GetFullName() .. " | BindableEvent")
  3107.             print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  3108.             end end
  3109.             else
  3110.             print("Off")
  3111.             end
  3112.             if remotes == true then
  3113.             for i,v in pairs(game:GetDescendants()) do
  3114.             if v:IsA("RemoteFunction") then
  3115.             warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  3116.             print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  3117.             end end
  3118.             wait()
  3119.             for i,v in pairs(game:GetDescendants()) do
  3120.             if v:IsA("RemoteEvent") then
  3121.             print(" game." .. v:GetFullName() .. " | RemoteEvent")
  3122.             print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  3123.             end end
  3124.             else
  3125.             print("Off")
  3126.             end
  3127.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3128.             Title = "Printing Remotes";
  3129.             Text = "Type ;noremotes to disable.";
  3130.             })
  3131.         end
  3132.         if string.sub(CMDBAR.Text, 1, 9) == ("noremotes") then
  3133.             remotes = false
  3134.             added = false
  3135.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3136.             Title = "Printing Remotes Disabled";
  3137.             Text = "Type ;remotes to enable.";
  3138.             })
  3139.         end
  3140.         if string.sub(CMDBAR.Text, 1, 9) == ("tpdefault") then
  3141.             spin = false
  3142.             followed = false
  3143.             traill = false
  3144.             noclip = false
  3145.             annoying = false
  3146.             hwalk = false
  3147.             cbringing = false
  3148.         end
  3149.         if string.sub(CMDBAR.Text, 1, 7) == ("stopsit") then
  3150.             stopsitting = true
  3151.         end
  3152.         if string.sub(CMDBAR.Text, 1, 5) == ("gosit") then
  3153.             stopsitting = false
  3154.         end
  3155.         if string.sub(CMDBAR.Text, 1, 7) == ("version") then
  3156.             print(adminversion)
  3157.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3158.             Title = "Version";
  3159.             Text = adminversion;
  3160.             })
  3161.         end
  3162.         if string.sub(CMDBAR.Text, 1, 7) == ("clicktp") then
  3163.             clickgoto = true
  3164.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3165.             Title = "Click TP";
  3166.             Text = "Press E to teleport to mouse position";
  3167.             })
  3168.         end
  3169.         if string.sub(CMDBAR.Text, 1, 9) == ("noclicktp") then
  3170.             clickgoto = false
  3171.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3172.             Title = "Click TP";
  3173.             Text = "Click TP has been disabled.";
  3174.             })
  3175.         end
  3176.         if string.sub(CMDBAR.Text, 1, 7) == ("toolson") then
  3177.             gettingtools = true
  3178.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3179.             Title = "Tools Enabled";
  3180.             Text = "Automatically colleting tools dropped.";
  3181.             })
  3182.         end
  3183.         if string.sub(CMDBAR.Text, 1, 8) == ("toolsoff") then
  3184.             gettingtools = false
  3185.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3186.             Title = "Tools Disabled";
  3187.             Text = "Click TP has been disabled.";
  3188.             })
  3189.         end
  3190.         if string.sub(CMDBAR.Text, 1, 9) == ("delcmdbar") then
  3191.             ScreenGui:Destroy()
  3192.         end
  3193.         if string.sub(CMDBAR.Text, 1, 5) == ("reset") then
  3194.             lplayer.Character.Head:Destroy()
  3195.         end
  3196.         if string.sub(CMDBAR.Text, 1, 6) == ("state ") then
  3197.             statechosen = string.sub(CMDBAR.Text, 7)
  3198.             changingstate = true
  3199.         end
  3200.         if string.sub(CMDBAR.Text, 1, 8) == ("gravity ") then
  3201.             game:GetService("Workspace").Gravity = string.sub(CMDBAR.Text, 9)
  3202.         end
  3203.         if string.sub(CMDBAR.Text, 1, 9) == ("looprhats") then
  3204.         removingmeshhats = true
  3205.         end
  3206.         if string.sub(CMDBAR.Text, 1, 11) == ("unlooprhats") then
  3207.             removingmeshhats = false
  3208.         end
  3209.         if string.sub(CMDBAR.Text, 1, 9) == ("looprtool") then
  3210.             removingmeshtool = true
  3211.         end
  3212.         if string.sub(CMDBAR.Text, 1, 11) == ("unlooprtool") then
  3213.             removingmeshtool = false
  3214.         end
  3215.         if string.sub(CMDBAR.Text, 1, 9) == ("givetool ") then
  3216.             for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  3217.                 if v:IsA("Tool") then
  3218.                     for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  3219.                         v.Parent = player.Character
  3220.                     end
  3221.                 end
  3222.             end
  3223.         end
  3224.         if string.sub(CMDBAR.Text, 1, 4) == ("age ") then
  3225.             for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  3226.                 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  3227.             end
  3228.         end
  3229.         if string.sub(CMDBAR.Text, 1, 3) == ("id ") then
  3230.             for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 4))) do
  3231.                 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  3232.             end
  3233.         end
  3234.         if string.sub(CMDBAR.Text, 1, 5) == (".age ") then
  3235.             for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  3236.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  3237.                 Title = player.AccountAge.." Days";
  3238.                 Text = "Account age of "..player.Name;
  3239.                 })
  3240.             end
  3241.         end
  3242.         if string.sub(CMDBAR.Text, 1, 4) == (".id ") then
  3243.             for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  3244.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  3245.                 Title = player.UserId.." ID";
  3246.                 Text = "Account ID of "..player.Name;
  3247.                 })
  3248.             end
  3249.         end
  3250.         if string.sub(CMDBAR.Text, 1, 6) == ("gameid") then
  3251.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3252.             Title = "Game ID";
  3253.             Text = "Game ID: ".. game.GameId;
  3254.             })
  3255.         end
  3256.         if string.sub(CMDBAR.Text, 1, 3) == ("pgs") then
  3257.             local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  3258.             if pgscheck == true then
  3259.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  3260.                 Title = "PGSPhysicsSolverEnabled";
  3261.                 Text = "PGS is Enabled!";
  3262.                 })
  3263.             else
  3264.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  3265.                 Title = "PGSPhysicsSolverEnabled";
  3266.                 Text = "PGS is Disabled!";
  3267.                 })
  3268.             end
  3269.         end
  3270.         if string.sub(CMDBAR.Text, 1, 11) == ("removeinvis") then
  3271.             for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  3272.                 if v:IsA("Part") then
  3273.                     if v.Transparency == 1 then
  3274.                         if v.Name ~= "HumanoidRootPart" then
  3275.                             v:Destroy()
  3276.                         end
  3277.                     end
  3278.                 end
  3279.             end
  3280.         end
  3281.         if string.sub(CMDBAR.Text, 1, 9) == ("removefog") then
  3282.             game:GetService("Lighting").FogStart = 0
  3283.             game:GetService("Lighting").FogEnd = 9999999999999
  3284.         end
  3285.         if string.sub(CMDBAR.Text, 1, 7) == ("disable") then
  3286.             lplayer.Character.Humanoid.Parent = lplayer
  3287.         end
  3288.         if string.sub(CMDBAR.Text, 1, 6) == ("enable") then
  3289.             lplayer.Humanoid.Parent = lplayer.Character
  3290.         end
  3291.         if string.sub(CMDBAR.Text, 1, 13) == ("givealltools ") then
  3292.             for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  3293.                 if v:IsA("Tool") then
  3294.                     v.Parent = lplayer.Character
  3295.                     wait()
  3296.                     for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 14))) do
  3297.                         v.Parent = player.Character
  3298.                     end
  3299.                 end
  3300.             end
  3301.         end
  3302.         if string.sub(CMDBAR.Text, 1, 9) == ("flyspeed ") then
  3303.             speedfly = string.sub(CMDBAR.Text, 10)
  3304.             wait()
  3305.             change()
  3306.         end
  3307.         if string.sub(CMDBAR.Text, 1, 7) == ("carpet ") then
  3308.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  3309.                 local Anim3 = Instance.new("Animation")
  3310.                 Anim3.AnimationId = "rbxassetid://282574440"
  3311.                 local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  3312.                 track3:Play(.1, 1, 1)
  3313.                 bplrr = v.Name
  3314.                 banpl = true
  3315.             end
  3316.         end
  3317.         if string.sub(CMDBAR.Text, 1, 8) == ("uncarpet") then
  3318.             banpl = false
  3319.         end
  3320.         if string.sub(CMDBAR.Text, 1, 6) == ("stare ") then
  3321.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  3322.                 staring = true
  3323.                 stareplr = v
  3324.             end
  3325.         end
  3326.         if string.sub(CMDBAR.Text, 1, 7) == ("unstare") then
  3327.             staring = false
  3328.         end
  3329.         if string.sub(CMDBAR.Text, 1, 7) == ("logchat") then
  3330.             chatlogs = true
  3331.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3332.             Title = "LogChat enabled";
  3333.             Text = "Now logging all player chat.";
  3334.             })
  3335.         end
  3336.         if string.sub(CMDBAR.Text, 1, 9) == ("unlogchat") then
  3337.             chatlogs = false
  3338.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3339.             Title = "LogChat disabled";
  3340.             Text = "Stopped logging all player chat.";
  3341.             })
  3342.         end
  3343.         if string.sub(CMDBAR.Text, 1, 6) == ("fixcam") then
  3344.             game:GetService("Workspace").CurrentCamera:Destroy()
  3345.             wait(0.1)
  3346.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  3347.             game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  3348.             lplayer.CameraMinZoomDistance = 0.5
  3349.             lplayer.CameraMaxZoomDistance = 400
  3350.             lplayer.CameraMode = "Classic"
  3351.         end
  3352.         if string.sub(CMDBAR.Text, 1, 7) == ("unstate") then
  3353.             changingstate = false
  3354.         end
  3355.         CMDBAR.Text = ""
  3356.     end
  3357. end)
  3358.  
  3359. wait(0.3)
  3360. game:GetService("StarterGui"):SetCore("SendNotification", {
  3361.     Title = "Loaded successfully!";
  3362.     Text = "Reviz Admin V2 by illremember";
  3363. })
  3364. wait(0.1)
  3365. print("Reviz Admin V2 loaded!")
  3366. if game:GetService("Workspace").FilteringEnabled == true then
  3367.     warn("FE is Enabled (Filtering Enabled)")
  3368.     game:GetService("StarterGui"):SetCore("SendNotification", {
  3369.         Title = "FE is Enabled";
  3370.         Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  3371.     })
  3372. else
  3373.     warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  3374.     game:GetService("StarterGui"):SetCore("SendNotification", {
  3375.         Title = "FE is Disabled";
  3376.         Text = "Filtering Disabled. Consider using a different admin script.";
  3377.     })
  3378. end
  3379.  
  3380. local intro = Instance.new("ScreenGui")
  3381. local Frame = Instance.new("Frame")
  3382. local ImageLabel = Instance.new("ImageLabel")
  3383. intro.Parent = game:GetService("CoreGui")
  3384. Frame.Parent = intro
  3385. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  3386. Frame.BackgroundTransparency = 1
  3387. Frame.Size = UDim2.new(1, 0, 0, 300)
  3388. Frame.Position = UDim2.new(0, 0, -0.4, 0)
  3389. ImageLabel.Parent = Frame
  3390. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  3391. ImageLabel.BackgroundTransparency = 1
  3392. ImageLabel.Position = UDim2.new(0, 0, 0, 0)
  3393. ImageLabel.Size = UDim2.new(1, 0, 1, 0)
  3394. ImageLabel.Image = "http://www.roblox.com/asset/?id=1542162618"
  3395. Frame:TweenPosition(UDim2.new(0, 0, 0.2, 0), "Out", "Elastic", 3)
  3396. wait(3.01)
  3397. Frame:TweenPosition(UDim2.new(0, 0, 1.5, 0), "Out", "Elastic", 5)
  3398. wait(5.01)
  3399. intro:Destroy()
  3400. end)
  3401.  
  3402. Aimbot.Name = "Aimbot"
  3403. Aimbot.Parent = Main
  3404. Aimbot.BackgroundColor3 = Color3.new(1, 0, 1)
  3405. Aimbot.Position = UDim2.new(0.709731519, 0, 0.701970458, 0)
  3406. Aimbot.Size = UDim2.new(0, 173, 0, 59)
  3407. Aimbot.Font = Enum.Font.Cartoon
  3408. Aimbot.Text = "Aimbot"
  3409. Aimbot.TextColor3 = Color3.new(1, 1, 1)
  3410. Aimbot.TextScaled = true
  3411. Aimbot.TextSize = 14
  3412. Aimbot.MouseButton1Down:connect(function()
  3413. local plrs = game:GetService("Players")
  3414. local TeamBased = true ; local teambasedswitch = "o"
  3415. local presskeytoaim = true; local aimkey = "e"
  3416. local raycast = false
  3417.  
  3418. local espupdatetime = 5; autoesp = false
  3419.  
  3420.  
  3421.  
  3422. local lockaim = true; local lockangle = 5
  3423.  
  3424.  
  3425.  
  3426. --function findwat(folder, what)
  3427. --      for i, smth in pairs(folder:GetChildren()) do
  3428. --              if string.find(string.lower(tostring(smth)), string.lower(what)) then
  3429. --                      return smth
  3430. --              end
  3431. --      end
  3432. --end
  3433. --
  3434. --local plrs = findwat(game, "Players")
  3435.  
  3436.  
  3437.  
  3438.  
  3439. local Gui = Instance.new("ScreenGui")
  3440. local Move = Instance.new("Frame")
  3441. local Main = Instance.new("Frame")
  3442. local EspStatus = Instance.new("TextLabel")
  3443. local st1 = Instance.new("TextLabel")
  3444. local st1_2 = Instance.new("TextLabel")
  3445. local st1_3 = Instance.new("TextLabel")
  3446. local Name = Instance.new("TextLabel")
  3447. --Properties:
  3448. Gui.Name = "Gui"
  3449. Gui.Parent = plrs.LocalPlayer:WaitForChild("PlayerGui")
  3450.  
  3451. Move.Name = "Move"
  3452. Move.Parent = Gui
  3453. Move.BackgroundColor3 = Color3.new(0.0431373, 1, 0.0745098)
  3454. Move.BackgroundTransparency = 0.40000000596046
  3455. Move.BorderSizePixel = 0
  3456. Move.Position = UDim2.new(0.005, 0,0.018, 0)
  3457. Move.Size = UDim2.new(0.28141585, 0, 0.0320388414, 0)
  3458.  
  3459. Main.Name = "Main"
  3460. Main.Parent = Move
  3461. Main.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  3462. Main.BackgroundTransparency = 0.69999998807907
  3463. Main.Position = UDim2.new(0, 0, 0.995670795, 0)
  3464. Main.Size = UDim2.new(1.0000006, 0, 9.79697132, 0)
  3465.  
  3466. EspStatus.Name = "EspStatus"
  3467. EspStatus.Parent = Main
  3468. EspStatus.BackgroundColor3 = Color3.new(1, 1, 1)
  3469. EspStatus.BackgroundTransparency = 1
  3470. EspStatus.Size = UDim2.new(0.272955924, 0, 0.161862016, 0)
  3471. EspStatus.Font = Enum.Font.ArialBold
  3472. EspStatus.Text = "Press T to update Esp"
  3473. EspStatus.TextColor3 = Color3.new(0.0431373, 1, 0.0745098)
  3474. EspStatus.TextScaled = true
  3475. EspStatus.TextSize = 14
  3476. EspStatus.TextWrapped = true
  3477.  
  3478. st1.Name = "st1"
  3479. st1.Parent = Main
  3480. st1.BackgroundColor3 = Color3.new(1, 1, 1)
  3481. st1.BackgroundTransparency = 1
  3482. st1.Position = UDim2.new(0.271787882, 0, 0, 0)
  3483. st1.Size = UDim2.new(0.728211343, 0, 0.161862016, 0)
  3484. st1.Font = Enum.Font.ArialBold
  3485. st1.Text = "Press "..aimkey.." to lock on a person inside ur view"
  3486. st1.TextColor3 = Color3.new(0.0431373, 1, 0.0745098)
  3487. st1.TextScaled = true
  3488. st1.TextSize = 14
  3489. st1.TextWrapped = true
  3490.  
  3491. st1_2.Name = "st1"
  3492. st1_2.Parent = Main
  3493. st1_2.BackgroundColor3 = Color3.new(1, 1, 1)
  3494. st1_2.BackgroundTransparency = 1
  3495. st1_2.Position = UDim2.new(0, 0, 0.375590861, 0)
  3496. st1_2.Size = UDim2.new(0.999999881, 0, 0.161862016, 0)
  3497. st1_2.Font = Enum.Font.ArialBold
  3498. st1_2.Text = "Press L to enable esp loop"
  3499. st1_2.TextColor3 = Color3.new(0.0431373, 1, 0.0745098)
  3500. st1_2.TextScaled = true
  3501. st1_2.TextSize = 14
  3502. st1_2.TextWrapped = true
  3503.  
  3504. st1_3.Name = "st1"
  3505. st1_3.Parent = Main
  3506. st1_3.BackgroundColor3 = Color3.new(1, 1, 1)
  3507. st1_3.BackgroundTransparency = 1
  3508. st1_3.Position = UDim2.new(0, 0, 0.18558608, 0)
  3509. st1_3.Size = UDim2.new(0.999999881, 0, 0.161862016, 0)
  3510. st1_3.Font = Enum.Font.ArialBold
  3511. st1_3.Text = "Press O to change team based mode"
  3512. st1_3.TextColor3 = Color3.new(0.0431373, 1, 0.0745098)
  3513. st1_3.TextScaled = true
  3514. st1_3.TextSize = 14
  3515. st1_3.TextWrapped = true
  3516. local teambasedstatus = st1_3:Clone()
  3517. teambasedstatus.Parent = st1_3
  3518. teambasedstatus.TextScaled = true
  3519. teambasedstatus.Position = UDim2.new(0, 0,0.694, 0)
  3520. teambasedstatus.Text = tostring(TeamBased)
  3521.  
  3522. Name.Name = "Name"
  3523. Name.Parent = Move
  3524. Name.BackgroundColor3 = Color3.new(1, 1, 1)
  3525. Name.BackgroundTransparency = 1
  3526. Name.Size = UDim2.new(0.838, 0, 0.980000019, 0)
  3527. Name.Font = Enum.Font.Arial
  3528. Name.Text = "FPS gui v1.0"
  3529. Name.TextColor3 = Color3.new(0, 0, 0)
  3530. Name.TextScaled = true
  3531. Name.TextSize = 14
  3532. Name.TextWrapped = true
  3533. Name.TextXAlignment = Enum.TextXAlignment.Left
  3534. -- Scripts:
  3535.  
  3536.  
  3537. local plrsforaim = {}
  3538.  
  3539. local lplr = game:GetService("Players").LocalPlayer
  3540. Move.Draggable = true
  3541. Gui.ResetOnSpawn = false
  3542. Gui.Name = "Chat"
  3543. Gui.DisplayOrder = 999
  3544.  
  3545.         Gui.Parent = plrs.LocalPlayer.PlayerGui
  3546.  
  3547.  
  3548. f = {}
  3549. local espforlder
  3550.  
  3551. f.addesp = function()
  3552.         --print("ESP ran")
  3553.         if espforlder then
  3554.         else
  3555.                 espforlder = Instance.new("Folder")
  3556.                 espforlder.Parent = game.Workspace.CurrentCamera
  3557.         end
  3558.         for i, v in pairs(espforlder:GetChildren()) do
  3559.                 v:Destroy()
  3560.         end
  3561.         for _, plr in pairs(plrs:GetChildren()) do
  3562.                 if plr.Character and plr.Character.Humanoid.Health > 0 and plr.Name ~= lplr.Name then
  3563.                         if TeamBased == true then
  3564.                                 if plr.Team.Name ~= plrs.LocalPlayer.Team.Name  then
  3565.                                         local e = espforlder:FindFirstChild(plr.Name)
  3566.                                         if not e then
  3567.                                                 --print("Added esp for team based")
  3568.                                                 local bill = Instance.new("BillboardGui", espforlder)
  3569.                                                 bill.Name = plr.Name
  3570.                                                 bill.AlwaysOnTop = true
  3571.                                                 bill.Size = UDim2.new(1,0,1,0)
  3572.                                                 bill.Adornee = plr.Character.Head
  3573.                                                 local Frame = Instance.new('Frame',bill)
  3574.                                                 Frame.Active = true
  3575.                                                 Frame.BackgroundColor3 = Color3.new(0/255,255/255,0/255)
  3576.                                                 Frame.BackgroundTransparency = 0
  3577.                                                 Frame.BorderSizePixel = 0
  3578.                                                 Frame.AnchorPoint = Vector2.new(.5, .5)
  3579.                                                 Frame.Position = UDim2.new (0.5,0,0.5,0)
  3580.                                                 Frame.Size = UDim2.new (1,0,1,0)
  3581.                                                 Frame.Rotation = 0
  3582.                                                 plr.Character.Humanoid.Died:Connect(function()
  3583.                                                         bill:Destroy()
  3584.                                                 end)
  3585.                                         end
  3586.                                 end
  3587.                         else
  3588.                                 local e = espforlder:FindFirstChild(plr.Name)
  3589.                                 if not e then
  3590.                                         --print("Added esp")
  3591.                                         local bill = Instance.new("BillboardGui", espforlder)
  3592.                                         bill.Name = plr.Name
  3593.                                         bill.AlwaysOnTop = true
  3594.                                         bill.Size = UDim2.new(1,0,1,0)
  3595.                                         bill.Adornee = plr.Character.Head
  3596.                                         local Frame = Instance.new('Frame',bill)
  3597.                                         Frame.Active = true
  3598.                                         Frame.BackgroundColor3 = Color3.new(0/255,255/255,0/255)
  3599.                                         Frame.BackgroundTransparency = 0
  3600.                                         Frame.BorderSizePixel = 0
  3601.                                         Frame.AnchorPoint = Vector2.new(.5, .5)
  3602.                                         Frame.Position = UDim2.new (0.5,0,0.5,0)
  3603.                                         Frame.Size = UDim2.new (1,0,1,0)
  3604.                                         Frame.Rotation = 0
  3605.                                         plr.Character.Humanoid.Died:Connect(function()
  3606.                                                 bill:Destroy()
  3607.                                         end)
  3608.                                 end
  3609.                         end
  3610.                        
  3611.                        
  3612.                 end
  3613.         end
  3614. end
  3615. local cam = game.Workspace.CurrentCamera
  3616.  
  3617. local mouse = lplr:GetMouse()
  3618. local switch = false
  3619. local key = "k"
  3620. local aimatpart = nil
  3621. mouse.KeyDown:Connect(function(a)
  3622.         if a == "t" then
  3623.                 print("worked1")
  3624.                 f.addesp()
  3625.         elseif a == "u" then
  3626.                 if raycast == true then
  3627.                         raycast = false
  3628.                 else
  3629.                         raycast = true
  3630.                 end
  3631.         elseif a == "l" then
  3632.                 if autoesp == false then
  3633.                         autoesp = true
  3634.                 else
  3635.                         autoesp = false
  3636.                 end
  3637.         end
  3638.         if a == "j" then
  3639.                 if mouse.Target then
  3640.                         mouse.Target:Destroy()
  3641.                 end
  3642.         end
  3643.         if a == key then
  3644.                 if switch == false then
  3645.                         switch = true
  3646.                 else
  3647.                         switch = false
  3648.                         if aimatpart ~= nil then
  3649.                                 aimatpart = nil
  3650.                         end
  3651.                 end
  3652.         elseif a == teambasedswitch then
  3653.                 if TeamBased == true then
  3654.                         TeamBased = false
  3655.                         teambasedstatus.Text = tostring(TeamBased)
  3656.                 else
  3657.                         TeamBased = true
  3658.                         teambasedstatus.Text = tostring(TeamBased)
  3659.                 end
  3660.         elseif a == aimkey then
  3661.                 if not aimatpart then
  3662.                         local maxangle = math.rad(20)
  3663.                         for i, plr in pairs(plrs:GetChildren()) do
  3664.                                 if plr.Name ~= lplr.Name and plr.Character and plr.Character.Head and plr.Character.Humanoid and plr.Character.Humanoid.Health > 1 then
  3665.                                         if TeamBased == true then
  3666.                                                 if plr.Team.Name ~= lplr.Team.Name then
  3667.                                                         local an = checkfov(plr.Character.Head)
  3668.                                                         if an < maxangle then
  3669.                                                                 maxangle = an
  3670.                                                                 aimatpart = plr.Character.Head
  3671.                                                         end
  3672.                                                 end
  3673.                                         else
  3674.                                                 local an = checkfov(plr.Character.Head)
  3675.                                                         if an < maxangle then
  3676.                                                                 maxangle = an
  3677.                                                                 aimatpart = plr.Character.Head
  3678.                                                         end
  3679.                                                         print(plr)
  3680.                                         end
  3681.                                         plr.Character.Humanoid.Died:Connect(function()
  3682.                                                 if aimatpart.Parent == plr.Character or aimatpart == nil then
  3683.                                                         aimatpart = nil
  3684.                                                 end
  3685.                                         end)
  3686.                                 end
  3687.                         end
  3688.                 else
  3689.                         aimatpart = nil
  3690.                 end
  3691.         end
  3692. end)
  3693.  
  3694. function getfovxyz (p0, p1, deg)
  3695.         local x1, y1, z1 = p0:ToOrientation()
  3696.         local cf = CFrame.new(p0.p, p1.p)
  3697.         local x2, y2, z2 = cf:ToOrientation()
  3698.         --local d = math.deg
  3699.         if deg then
  3700.                 --return Vector3.new(d(x1-x2), d(y1-y2), d(z1-z2))
  3701.         else
  3702.                 return Vector3.new((x1-x2), (y1-y2), (z1-z2))
  3703.         end
  3704. end
  3705.  
  3706. function getaimbotplrs()
  3707.         plrsforaim = {}
  3708.         for i, plr in pairs(plrs:GetChildren()) do
  3709.                 if plr.Character and plr.Character.Humanoid and plr.Character.Humanoid.Health > 0 and plr.Name ~= lplr.Name and plr.Character.Head then
  3710.                        
  3711.                         if TeamBased == true then
  3712.                                 if plr.Team.Name ~= lplr.Team.Name then
  3713.                                         local cf = CFrame.new(game.Workspace.CurrentCamera.CFrame.p, plr.Character.Head.CFrame.p)
  3714.                                         local r = Ray.new(cf, cf.LookVector * 10000)
  3715.                                         local ign = {}
  3716.                                         for i, v in pairs(plrs.LocalPlayer.Character:GetChildren()) do
  3717.                                                 if v:IsA("BasePart") then
  3718.                                                         table.insert(ign , v)
  3719.                                                 end
  3720.                                         end
  3721.                                         local obj = game.Workspace:FindPartOnRayWithIgnoreList(r, ign)
  3722.                                         if obj.Parent == plr.Character and obj.Parent ~= lplr.Character then
  3723.                                                 table.insert(plrsforaim, obj)
  3724.                                         end
  3725.                                 end
  3726.                         else
  3727.                                 local cf = CFrame.new(game.Workspace.CurrentCamera.CFrame.p, plr.Character.Head.CFrame.p)
  3728.                                 local r = Ray.new(cf, cf.LookVector * 10000)
  3729.                                 local ign = {}
  3730.                                 for i, v in pairs(plrs.LocalPlayer.Character:GetChildren()) do
  3731.                                         if v:IsA("BasePart") then
  3732.                                                 table.insert(ign , v)
  3733.                                         end
  3734.                                 end
  3735.                                 local obj = game.Workspace:FindPartOnRayWithIgnoreList(r, ign)
  3736.                                 if obj.Parent == plr.Character and obj.Parent ~= lplr.Character then
  3737.                                         table.insert(plrsforaim, obj)
  3738.                                 end
  3739.                         end
  3740.                        
  3741.                        
  3742.                 end
  3743.         end
  3744. end
  3745.  
  3746. function aimat(part)
  3747.         cam.CFrame = CFrame.new(cam.CFrame.p, part.CFrame.p)
  3748. end
  3749. function checkfov (part)
  3750.         local fov = getfovxyz(game.Workspace.CurrentCamera.CFrame, part.CFrame)
  3751.         local angle = math.abs(fov.X) + math.abs(fov.Y)
  3752.         return angle
  3753. end
  3754.  
  3755. game:GetService("RunService").RenderStepped:Connect(function()
  3756.         if aimatpart then
  3757.                 aimat(aimatpart)
  3758.                 if aimatpart.Parent == plrs.LocalPlayer.Character then
  3759.                         aimatpart = nil
  3760.                 end
  3761.         end
  3762.        
  3763.        
  3764. --      if switch == true then
  3765. --              local maxangle = 99999
  3766. --             
  3767. --              --print("Loop")
  3768. --              if true and raycast == false then
  3769. --                      for i, plr in pairs(plrs:GetChildren()) do
  3770. --                              if plr.Name ~= lplr.Name and plr.Character and plr.Character.Head and plr.Character.Humanoid and plr.Character.Humanoid.Health > 1 then
  3771. --                                      if TeamBased then
  3772. --                                              if plr.Team.Name ~= lplr.Team.Name or plr.Team.TeamColor ~= lplr.Team.TeamColor then
  3773. --                                                      local an = checkfov(plr.Character.Head)
  3774. --                                                      if an < maxangle then
  3775. --                                                              maxangle = an
  3776. --                                                              aimatpart = plr.Character.Head
  3777. --                                                              if an < lockangle then
  3778. --                                                                      break
  3779. --                                                              end
  3780. --                                                      end
  3781. --                                              end
  3782. --                                      else
  3783. --                                              local an = checkfov(plr.Character.Head)
  3784. --                                                      if an < maxangle then
  3785. --                                                              maxangle = an
  3786. --                                                              aimatpart = plr.Character.Head
  3787. --                                                              if an < lockangle then
  3788. --                                                                      break
  3789. --                                                              end
  3790. --                                                      end
  3791. --                                      end
  3792. --                                     
  3793. --                                     
  3794. --                                     
  3795. --                                     
  3796. --                              end
  3797. --                      end
  3798. --              elseif raycast == true then
  3799. --                     
  3800. --              end
  3801.                
  3802.                 if raycast == true and switch == false and not aimatpart then
  3803.                         getaimbotplrs()
  3804.                         aimatpart = nil
  3805.                         local maxangle = 999
  3806.                         for i, v in ipairs(plrsforaim) do
  3807.                                 if v.Parent ~= lplr.Character then
  3808.                                         local an = checkfov(v)
  3809.                                         if an < maxangle and v ~= lplr.Character.Head then
  3810.                                                 maxangle = an
  3811.                                                 aimatpart = v
  3812.                                                 print(v:GetFullName())
  3813.                                                 v.Parent.Humanoid.Died:connect(function()
  3814.                                                         aimatpart = nil
  3815.                                                 end)
  3816.                                         end
  3817.                                 end
  3818.                         end
  3819.                
  3820.         end
  3821. end)
  3822. delay(0, function()
  3823.         while wait(espupdatetime) do
  3824.                 if autoesp == true then
  3825.                         pcall(function()
  3826.                         f.addesp()
  3827.                         end)
  3828.                 end
  3829.         end
  3830. end)
  3831. warn("loaded")
  3832. end)
  3833.  
  3834. JailbreakGui.Name = "Jailbreak Gui"
  3835. JailbreakGui.Parent = Main
  3836. JailbreakGui.BackgroundColor3 = Color3.new(1, 0, 1)
  3837. JailbreakGui.Position = UDim2.new(0.362416089, 0, 0.701970458, 0)
  3838. JailbreakGui.Size = UDim2.new(0, 173, 0, 59)
  3839. JailbreakGui.Font = Enum.Font.Cartoon
  3840. JailbreakGui.Text = "Jailbreak Gui"
  3841. JailbreakGui.TextColor3 = Color3.new(1, 1, 1)
  3842. JailbreakGui.TextScaled = true
  3843. JailbreakGui.TextSize = 14
  3844. JailbreakGui.MouseButton1Down:connect(function()
  3845. -- Objects
  3846.  
  3847. local AnisJailbreakGui = Instance.new("ScreenGui")
  3848. local Main = Instance.new("Frame")
  3849. local Top = Instance.new("Frame")
  3850. local Title = Instance.new("TextLabel")
  3851. local Exit = Instance.new("TextButton")
  3852. local FreeGrageMobile = Instance.new("TextButton")
  3853. local InfNitro = Instance.new("TextButton")
  3854. local InfDonite = Instance.new("TextButton")
  3855. local AutoRob = Instance.new("TextButton")
  3856. local NoDoors = Instance.new("TextButton")
  3857. local Btools = Instance.new("TextButton")
  3858. local InfJump = Instance.new("TextButton")
  3859. local Open = Instance.new("TextButton")
  3860.  
  3861. -- Properties
  3862.  
  3863. AnisJailbreakGui.Name = "Anis Jailbreak Gui"
  3864. AnisJailbreakGui.Parent = game.CoreGui
  3865. AnisJailbreakGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  3866.  
  3867. Main.Name = "Main"
  3868. Main.Parent = AnisJailbreakGui
  3869. Main.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  3870. Main.Position = UDim2.new(0.287649363, 0, 0.229729727, 0)
  3871. Main.Size = UDim2.new(0, 592, 0, 404)
  3872. Main.Visible = false
  3873.  
  3874. Top.Name = "Top"
  3875. Top.Parent = Main
  3876. Top.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  3877. Top.Position = UDim2.new(-0.00120195746, 0, -0.001039505, 0)
  3878. Top.Size = UDim2.new(0, 592, 0, 390)
  3879.  
  3880. Title.Name = "Title"
  3881. Title.Parent = Top
  3882. Title.BackgroundColor3 = Color3.new(0, 0, 0)
  3883. Title.Size = UDim2.new(0, 592, 0, 56)
  3884. Title.Font = Enum.Font.SourceSans
  3885. Title.Text = "Anis Jailbreak Gui"
  3886. Title.TextColor3 = Color3.new(1, 1, 1)
  3887. Title.TextScaled = true
  3888. Title.TextSize = 14
  3889.  
  3890. Exit.Name = "Exit"
  3891. Exit.Parent = Title
  3892. Exit.BackgroundColor3 = Color3.new(1, 0, 0)
  3893. Exit.Position = UDim2.new(0.908783793, 0, 0.0535714291, 0)
  3894. Exit.Size = UDim2.new(0, 54, 0, 50)
  3895. Exit.Font = Enum.Font.SourceSans
  3896. Exit.Text = "X"
  3897. Exit.TextColor3 = Color3.new(0, 0, 0)
  3898. Exit.TextScaled = true
  3899. Exit.TextSize = 14
  3900. Exit.MouseButton1Down:connect(function()
  3901. Open.Visible = true
  3902. Main.Visible = false
  3903. end)
  3904.  
  3905. FreeGrageMobile.Name = "Free Grage Mobile"
  3906. FreeGrageMobile.Parent = Top
  3907. FreeGrageMobile.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  3908. FreeGrageMobile.Position = UDim2.new(0.0688665211, 0, 0.209887147, 0)
  3909. FreeGrageMobile.Size = UDim2.new(0, 230, 0, 50)
  3910. FreeGrageMobile.Font = Enum.Font.SourceSans
  3911. FreeGrageMobile.Text = "Garage Mobile"
  3912. FreeGrageMobile.TextColor3 = Color3.new(0, 0, 0)
  3913. FreeGrageMobile.TextScaled = true
  3914. FreeGrageMobile.TextSize = 14
  3915. FreeGrageMobile.MouseButton1Down:connect(function()
  3916. game:GetService("Players").LocalPlayer.UserId = 2837719
  3917. end)
  3918.  
  3919. InfNitro.Name = "Inf Nitro"
  3920. InfNitro.Parent = Top
  3921. InfNitro.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  3922. InfNitro.Position = UDim2.new(0.0671773329, 0, 0.456041098, 0)
  3923. InfNitro.Size = UDim2.new(0, 230, 0, 50)
  3924. InfNitro.Font = Enum.Font.SourceSans
  3925. InfNitro.Text = "Inf Nitro"
  3926. InfNitro.TextColor3 = Color3.new(0, 0, 0)
  3927. InfNitro.TextScaled = true
  3928. InfNitro.TextSize = 14
  3929. InfNitro.MouseButton1Down:connect(function()
  3930. loadstring(game:HttpGet("https://pastebin.com/raw/VQkvwLBP"))()
  3931. end)
  3932.  
  3933. InfDonite.Name = "Inf Donite"
  3934. InfDonite.Parent = Top
  3935. InfDonite.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  3936. InfDonite.Position = UDim2.new(0.536771953, 0, 0.209887147, 0)
  3937. InfDonite.Size = UDim2.new(0, 234, 0, 50)
  3938. InfDonite.Font = Enum.Font.SourceSans
  3939. InfDonite.Text = "Inf Donuts"
  3940. InfDonite.TextColor3 = Color3.new(0, 0, 0)
  3941. InfDonite.TextScaled = true
  3942. InfDonite.TextSize = 14
  3943. InfDonite.MouseButton1Down:connect(function()
  3944. while wait(5) do
  3945. game:GetService('Workspace').TouchTrigger.Donut.Position = game:GetService("Players").LocalPlayer.Character.Head.Position
  3946. end
  3947. end)
  3948.  
  3949. AutoRob.Name = "Auto-Rob"
  3950. AutoRob.Parent = Top
  3951. AutoRob.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  3952. AutoRob.Position = UDim2.new(0.536771834, 0, 0.456041098, 0)
  3953. AutoRob.Size = UDim2.new(0, 234, 0, 50)
  3954. AutoRob.Font = Enum.Font.SourceSans
  3955. AutoRob.Text = "Auto-Rob"
  3956. AutoRob.TextColor3 = Color3.new(0, 0, 0)
  3957. AutoRob.TextScaled = true
  3958. AutoRob.TextSize = 14
  3959. AutoRob.MouseButton1Down:connect(function()
  3960. loadstring(game:GetObjects("rbxassetid://1461971147")[1].Source)()
  3961. end)
  3962.  
  3963. NoDoors.Name = "No-Doors"
  3964. NoDoors.Parent = Top
  3965. NoDoors.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  3966. NoDoors.Position = UDim2.new(0.0671772286, 0, 0.686810255, 0)
  3967. NoDoors.Size = UDim2.new(0, 230, 0, 50)
  3968. NoDoors.Font = Enum.Font.SourceSans
  3969. NoDoors.Text = "No-Doors"
  3970. NoDoors.TextColor3 = Color3.new(0, 0, 0)
  3971. NoDoors.TextScaled = true
  3972. NoDoors.TextSize = 14
  3973. NoDoors.MouseButton1Down:connect(function()
  3974. game.Workspace.Doors:remove()
  3975. end)
  3976.  
  3977. Btools.Name = "Btools"
  3978. Btools.Parent = Top
  3979. Btools.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  3980. Btools.Position = UDim2.new(0.536771834, 0, 0.686810255, 0)
  3981. Btools.Size = UDim2.new(0, 234, 0, 49)
  3982. Btools.Font = Enum.Font.SourceSans
  3983. Btools.Text = "Btools"
  3984. Btools.TextColor3 = Color3.new(0, 0, 0)
  3985. Btools.TextScaled = true
  3986. Btools.TextSize = 14
  3987. Btools.MouseButton1Down:connect(function()
  3988. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  3989. for index, child in pairs(game:GetService("Workspace"):GetChildren()) do
  3990.    if child.ClassName == "Part" then
  3991.        child.Locked = false
  3992.    end
  3993.    if child.ClassName == "MeshPart" then
  3994.        child.Locked = false
  3995.    end
  3996.    if child.ClassName == "UnionOperation" then
  3997.        child.Locked = false
  3998.    end
  3999.    if child.ClassName == "Model" then
  4000.        for index, chil in pairs(child:GetChildren()) do
  4001.            if chil.ClassName == "Part" then
  4002.                chil.Locked = false
  4003.            end
  4004.            if chil.ClassName == "MeshPart" then
  4005.                chil.Locked = false
  4006.            end
  4007.            if chil.ClassName == "UnionOperation" then
  4008.                chil.Locked = false
  4009.            end
  4010.            if chil.ClassName == "Model" then
  4011.                for index, childe in pairs(chil:GetChildren()) do
  4012.                    if childe.ClassName == "Part" then
  4013.                        childe.Locked = false
  4014.                    end
  4015.                    if childe.ClassName == "MeshPart" then
  4016.                        childe.Locked = false
  4017.                    end
  4018.                    if childe.ClassName == "UnionOperation" then
  4019.                        childe.Locked = false
  4020.                    end
  4021.                    if childe.ClassName == "Model" then
  4022.                        for index, childeo in pairs(childe:GetChildren()) do
  4023.                            if childeo.ClassName == "Part" then
  4024.                                childeo.Locked = false
  4025.                            end
  4026.                            if childeo.ClassName == "MeshPart" then
  4027.                                childeo.Locked = false
  4028.                            end
  4029.                            if childeo.ClassName == "UnionOperation" then
  4030.                                childeo.Locked = false
  4031.                            end
  4032.                            if childeo.ClassName == "Model" then
  4033.                            end
  4034.                        end
  4035.                    end
  4036.                end
  4037.            end
  4038.        end
  4039.    end
  4040. end
  4041. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  4042. c.BinType = Enum.BinType.Hammer
  4043. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  4044. c.BinType = Enum.BinType.Clone
  4045. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  4046. c.BinType = Enum.BinType.Grab
  4047. end)
  4048.  
  4049.  
  4050. InfJump.Name = "Inf Jump"
  4051. InfJump.Parent = Top
  4052. InfJump.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  4053. InfJump.Position = UDim2.new(0.278325886, 0, 0.909887195, 0)
  4054. InfJump.Size = UDim2.new(0, 261, 0, 49)
  4055. InfJump.Font = Enum.Font.SourceSans
  4056. InfJump.Text = "Inf Jump"
  4057. InfJump.TextColor3 = Color3.new(0, 0, 0)
  4058. InfJump.TextScaled = true
  4059. InfJump.TextSize = 14
  4060. InfJump.MouseButton1Down:connect(function()
  4061. game:GetService("UserInputService").JumpRequest:connect(function()
  4062.                 game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")          
  4063.         end)
  4064. end)
  4065.  
  4066. Open.Name = "Open"
  4067. Open.Parent = AnisJailbreakGui
  4068. Open.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  4069. Open.Position = UDim2.new(0.661771894, 0, 0.946691811, 0)
  4070. Open.Size = UDim2.new(0, 138, 0, 50)
  4071. Open.Font = Enum.Font.SourceSans
  4072. Open.Text = "Open"
  4073. Open.TextColor3 = Color3.new(0, 0, 0)
  4074. Open.TextScaled = true
  4075. Open.TextSize = 14
  4076. Open.MouseButton1Down:connect(function()
  4077. Main.Visible = true
  4078. Open.Visible = false
  4079. end)
  4080. end)
  4081.  
  4082. Gravity.Name = "Gravity"
  4083. Gravity.Parent = Main
  4084. Gravity.BackgroundColor3 = Color3.new(1, 0, 1)
  4085. Gravity.Position = UDim2.new(0.36409393, 0, 0.42610839, 0)
  4086. Gravity.Size = UDim2.new(0, 173, 0, 59)
  4087. Gravity.Font = Enum.Font.Cartoon
  4088. Gravity.Text = "Gravity"
  4089. Gravity.TextColor3 = Color3.new(1, 1, 1)
  4090. Gravity.TextScaled = true
  4091. Gravity.TextSize = 14
  4092. Gravity.MouseButton1Down:connect(function()
  4093. game.Workspace.Gravity = 30
  4094. end)
  4095.  
  4096. InfJump.Name = "Inf Jump"
  4097. InfJump.Parent = Main
  4098. InfJump.BackgroundColor3 = Color3.new(1, 0, 1)
  4099. InfJump.Position = UDim2.new(-2.98023224e-08, 0, 0.42610839, 0)
  4100. InfJump.Size = UDim2.new(0, 173, 0, 59)
  4101. InfJump.Font = Enum.Font.Cartoon
  4102. InfJump.Text = "Inf Jump"
  4103. InfJump.TextColor3 = Color3.new(1, 1, 1)
  4104. InfJump.TextScaled = true
  4105. InfJump.TextSize = 14
  4106. InfJump.MouseButton1Down:connect(function()
  4107. game:GetService("UserInputService").JumpRequest:connect(function()
  4108.                 game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")          
  4109.         end)
  4110. end)
  4111.  
  4112. QToTeleport.Name = "Q To Teleport"
  4113. QToTeleport.Parent = Main
  4114. QToTeleport.BackgroundColor3 = Color3.new(1, 0, 1)
  4115. QToTeleport.Position = UDim2.new(-2.98023224e-08, 0, 0.701970458, 0)
  4116. QToTeleport.Size = UDim2.new(0, 173, 0, 59)
  4117. QToTeleport.Font = Enum.Font.Cartoon
  4118. QToTeleport.Text = "Q To Teleport"
  4119. QToTeleport.TextColor3 = Color3.new(1, 1, 1)
  4120. QToTeleport.TextScaled = true
  4121. QToTeleport.TextSize = 14
  4122. QToTeleport.MouseButton1Down:connect(function()
  4123. plr = game.Players.LocalPlayer
  4124.  
  4125. hum = plr.Character.HumanoidRootPart
  4126.  
  4127. mouse = plr:GetMouse()
  4128.  
  4129.  
  4130.  
  4131. mouse.KeyDown:connect(function(key)
  4132.  
  4133. if key == "q" then
  4134.  
  4135. if mouse.Target then
  4136.  
  4137. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  4138.  
  4139. end
  4140.  
  4141. end
  4142. end)
  4143. end)
  4144.  
  4145. Exit.Name = "Exit"
  4146. Exit.Parent = Main
  4147. Exit.BackgroundColor3 = Color3.new(1, 0, 0)
  4148. Exit.Position = UDim2.new(0.927852333, 0, 0, 0)
  4149. Exit.Size = UDim2.new(0, 43, 0, 39)
  4150. Exit.Font = Enum.Font.Cartoon
  4151. Exit.Text = "X"
  4152. Exit.TextColor3 = Color3.new(0, 0, 0)
  4153. Exit.TextScaled = true
  4154. Exit.TextSize = 14
  4155. Exit.MouseButton1Down:connect(function()
  4156. Open.Visible = true
  4157. Main.Visible = false
  4158. end)
  4159.  
  4160. Open.Name = "Open"
  4161. Open.Parent = AnisForCommandAndMore
  4162. Open.BackgroundColor3 = Color3.new(1, 0, 1)
  4163. Open.Position = UDim2.new(-1.18889147e-06, 0, 0.366093308, 0)
  4164. Open.Size = UDim2.new(0, 115, 0, 43)
  4165. Open.Font = Enum.Font.Cartoon
  4166. Open.Text = "Open"
  4167. Open.TextColor3 = Color3.new(1, 1, 1)
  4168. Open.TextScaled = true
  4169. Open.TextSize = 30
  4170. Open.MouseButton1Down:connect(function()
  4171. Main.Visible = true
  4172. Open.Visible = false
  4173. end)

Texbin is for source code and general debugging text.

Login or Register to edit, delete and keep track of your pastes and more.

Raw Paste

Login or Register to edit or fork this paste. It's free.