Advertisement
pierre849-Roblox

sda

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