Advertisement
BrunnoRobux

Prison Life [FIXED] Admin Commands

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