Advertisement
Xp_Isolation

ㅇㅇㅇ

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