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