Advertisement
Guest User

PrisonBreaker 1.6 Original By Jake11Price Fast Weapons Work!

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