Advertisement
Guest User

Untitled

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