Advertisement
Guest User

prison life gui

a guest
May 19th, 2019
1,078
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 475.80 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local PrisonBreakerv15 = Instance.new("ScreenGui")
  5. local openmain = Instance.new("Frame")
  6. local open = Instance.new("TextButton")
  7. local main = Instance.new("Frame")
  8. local title = Instance.new("TextLabel")
  9. local close = Instance.new("TextButton")
  10. local police = Instance.new("TextButton")
  11. local inmate = Instance.new("TextButton")
  12. local neutral = Instance.new("TextButton")
  13. local arrestcrims = Instance.new("TextButton")
  14. local invis = Instance.new("TextButton")
  15. local superpunch = Instance.new("TextButton")
  16. local guns = Instance.new("TextButton")
  17. local taserbypass = Instance.new("TextButton")
  18. local fling = Instance.new("TextButton")
  19. local reviz = Instance.new("TextButton")
  20. local arrest = Instance.new("TextButton")
  21. local attach = Instance.new("TextButton")
  22. local fastrem = Instance.new("TextButton")
  23. local fastm9 = Instance.new("TextButton")
  24. local fasttaze = Instance.new("TextButton")
  25. local fastak = Instance.new("TextButton")
  26. local killall = Instance.new("TextButton")
  27. local btools = Instance.new("TextButton")
  28. local speed = Instance.new("TextButton")
  29. local respawn = Instance.new("TextButton")
  30. local Credits = Instance.new("TextButton")
  31. local prison = Instance.new("TextButton")
  32. local yard = Instance.new("TextButton")
  33. local crimbase = Instance.new("TextButton")
  34. local title_2 = Instance.new("TextLabel")
  35. local bringall = Instance.new("TextButton")
  36. local drill = Instance.new("TextButton")
  37. local killplrmain = Instance.new("Frame")
  38. local killtext = Instance.new("TextBox")
  39. local kill = Instance.new("TextButton")
  40. local waves = Instance.new("TextButton")
  41. local bigbowl = Instance.new("TextButton")
  42. local tazeplrmain = Instance.new("Frame")
  43. local tazetext = Instance.new("TextBox")
  44. local taze = Instance.new("TextButton")
  45. local teamcrim = Instance.new("TextButton")
  46. local tazeall = Instance.new("TextButton")
  47. local removewalls = Instance.new("TextButton")
  48. local removeall = Instance.new("TextButton")
  49. local lagserver = Instance.new("TextButton")
  50. --Properties:
  51. PrisonBreakerv15.Name = "PrisonBreaker v1.5"
  52. PrisonBreakerv15.Parent = game.CoreGui
  53.  
  54. openmain.Name = "openmain"
  55. openmain.Parent = PrisonBreakerv15
  56. openmain.BackgroundColor3 = Color3.new(0, 0, 0)
  57. openmain.Position = UDim2.new(0.00434467755, 0, 0.397959173, 0)
  58. openmain.Size = UDim2.new(0, 100, 0, 27)
  59. openmain.Visible = false
  60.  
  61. open.Name = "open"
  62. open.Parent = openmain
  63. open.BackgroundColor3 = Color3.new(1, 1, 0)
  64. open.Position = UDim2.new(1.49011612e-08, 0, 0, 0)
  65. open.Size = UDim2.new(0, 100, 0, 27)
  66. open.Style = Enum.ButtonStyle.RobloxRoundButton
  67. open.Font = Enum.Font.GothamBold
  68. open.Text = "OPEN"
  69. open.TextColor3 = Color3.new(0, 0, 0)
  70. open.TextSize = 14
  71. open.MouseButton1Down:connect(function()
  72. openmain.Visible = false
  73. main.Visible = true
  74. end)
  75.  
  76. main.Name = "main"
  77. main.Parent = PrisonBreakerv15
  78. main.BackgroundColor3 = Color3.new(0, 1, 0)
  79. main.Position = UDim2.new(0.00441803597, 0, 0.249908596, 0)
  80. main.Size = UDim2.new(0, 383, 0, 586)
  81. main.Style = Enum.FrameStyle.RobloxRound
  82. main.Active = true
  83. main.Draggable = true
  84.  
  85. title.Name = "title"
  86. title.Parent = main
  87. title.BackgroundColor3 = Color3.new(0, 0, 1)
  88. title.Position = UDim2.new(-0.0125168273, 0, -0.00528348284, 0)
  89. title.Size = UDim2.new(0, 376, 0, 50)
  90. title.Font = Enum.Font.GothamBold
  91. title.Text = "PrisonBreaker V1.5"
  92. title.TextColor3 = Color3.new(1, 1, 1)
  93. title.TextSize = 14
  94.  
  95. close.Name = "close"
  96. close.Parent = main
  97. close.BackgroundColor3 = Color3.new(0.333333, 0, 1)
  98. close.Position = UDim2.new(0.848563969, 0, -0.00557620823, 0)
  99. close.Size = UDim2.new(0, 59, 0, 50)
  100. close.Font = Enum.Font.GothamBold
  101. close.Text = "X"
  102. close.TextColor3 = Color3.new(0, 0, 0)
  103. close.TextSize = 14
  104. close.MouseButton1Down:connect(function()
  105. main.Visible = false
  106. openmain.Visible = true
  107. end)
  108.  
  109. police.Name = "police"
  110. police.Parent = main
  111. police.BackgroundColor3 = Color3.new(0, 0, 1)
  112. police.Position = UDim2.new(0.0143180238, 0, 0.108731732, 0)
  113. police.Size = UDim2.new(0, 84, 0, 22)
  114. police.Font = Enum.Font.GothamBold
  115. police.Text = "Team Police"
  116. police.TextColor3 = Color3.new(0, 0, 0)
  117. police.TextSize = 14
  118. police.MouseButton1Down:connect(function()
  119. workspace.Remote.TeamEvent:FireServer("Bright blue")
  120. end)
  121.  
  122. inmate.Name = "inmate"
  123. inmate.Parent = main
  124. inmate.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  125. inmate.BorderColor3 = Color3.new(1, 0.666667, 0.0901961)
  126. inmate.Position = UDim2.new(0.270111769, 0, 0.107363492, 0)
  127. inmate.Size = UDim2.new(0, 84, 0, 22)
  128. inmate.Font = Enum.Font.GothamBold
  129. inmate.Text = "Team Inmate"
  130. inmate.TextColor3 = Color3.new(0, 0, 0)
  131. inmate.TextSize = 14
  132. inmate.MouseButton1Down:connect(function()
  133. workspace.Remote.TeamEvent:FireServer("Bright orange")
  134. end)
  135.  
  136. neutral.Name = "neutral"
  137. neutral.Parent = main
  138. neutral.BackgroundColor3 = Color3.new(0.772549, 0.74902, 0.784314)
  139. neutral.Position = UDim2.new(0.525683641, 0, 0.106356524, 0)
  140. neutral.Size = UDim2.new(0, 83, 0, 22)
  141. neutral.Font = Enum.Font.GothamBold
  142. neutral.Text = "Team Neutral"
  143. neutral.TextColor3 = Color3.new(0, 0, 0)
  144. neutral.TextSize = 14
  145. neutral.TextStrokeColor3 = Color3.new(0.333333, 1, 0)
  146. neutral.MouseButton1Down:connect(function()
  147. Workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  148. end)
  149.  
  150. arrestcrims.Name = "arrestcrims"
  151. arrestcrims.Parent = main
  152. arrestcrims.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  153. arrestcrims.Position = UDim2.new(0.0124716684, 0, 0.160733104, 0)
  154. arrestcrims.Size = UDim2.new(0, 111, 0, 31)
  155. arrestcrims.Font = Enum.Font.GothamBold
  156. arrestcrims.Text = "Arrest Crims"
  157. arrestcrims.TextColor3 = Color3.new(1, 0, 0)
  158. arrestcrims.TextSize = 14
  159. arrestcrims.MouseButton1Down:connect(function()
  160. local Player = game.Players.LocalPlayer
  161. local cpos = Player.Character.HumanoidRootPart.CFrame
  162. for i,v in pairs(game.Teams.Criminals:GetPlayers()) do
  163. if v.Name ~= Player.Name then
  164. local i = 10
  165. repeat
  166. wait()
  167. i = i-1
  168. game.Workspace.Remote.arrest:InvokeServer(v.Character.HumanoidRootPart)
  169. Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  170. until i == 0
  171. end
  172. end
  173. Player.Character.HumanoidRootPart.CFrame = cpos
  174. Notify("Success", "Arrested all of the n00bs", "Cool!")
  175. end)
  176.  
  177. invis.Name = "invis"
  178. invis.Parent = main
  179. invis.BackgroundColor3 = Color3.new(0, 1, 1)
  180. invis.Position = UDim2.new(0.348153055, 0, 0.160733074, 0)
  181. invis.Size = UDim2.new(0, 111, 0, 31)
  182. invis.Font = Enum.Font.GothamBold
  183. invis.Text = "Invisible"
  184. invis.TextColor3 = Color3.new(1, 0, 0)
  185. invis.TextSize = 14
  186. invis.MouseButton1Down:connect(function()
  187. local player = game.Players.LocalPlayer
  188. position = player.Character.HumanoidRootPart.Position
  189. wait(0.1)
  190. player.Character:MoveTo(position + Vector3.new(0, 1000000, 0))
  191. wait(0.1)
  192. humanoidrootpart = player.Character.HumanoidRootPart:clone()
  193. wait(0.1)
  194. player.Character.HumanoidRootPart:Destroy()
  195. humanoidrootpart.Parent = player.Character
  196. player.Character:MoveTo(position)
  197. wait()
  198. -- Remove this if you want to see yourself (others still won't see you)
  199. game.Players.LocalPlayer.Character.Torso.Transparency = 1
  200. game.Players.LocalPlayer.Character.Head.Transparency = 1
  201. game.Players.LocalPlayer.Character["Left Arm"].Transparency = 1
  202. game.Players.LocalPlayer.Character["Right Arm"].Transparency = 1
  203. game.Players.LocalPlayer.Character["Left Leg"].Transparency = 1
  204. game.Players.LocalPlayer.Character["Right Leg"].Transparency = 1
  205. game.Players.LocalPlayer.Character.Humanoid:RemoveAccessories()
  206. game.Players.LocalPlayer.Character.Head.face:Remove()
  207. end)
  208.  
  209. superpunch.Name = "superpunch"
  210. superpunch.Parent = main
  211. superpunch.BackgroundColor3 = Color3.new(0, 1, 1)
  212. superpunch.Position = UDim2.new(0.678248107, 0, 0.160733074, 0)
  213. superpunch.Size = UDim2.new(0, 111, 0, 31)
  214. superpunch.Font = Enum.Font.GothamBold
  215. superpunch.Text = "SuperPunch"
  216. superpunch.TextColor3 = Color3.new(1, 0, 0)
  217. superpunch.TextSize = 14
  218. superpunch.MouseButton1Down:connect(function()
  219. mainRemotes = game.ReplicatedStorage meleeRemote = mainRemotes['meleeEvent'] mouse = game.Players.LocalPlayer:GetMouse() punching = false cooldown = false function punch() cooldown = true local part = Instance.new("Part", game.Players.LocalPlayer.Character) part.Transparency = 1 part.Size = Vector3.new(5, 2, 3) part.CanCollide = false local w1 = Instance.new("Weld", part) w1.Part0 = game.Players.LocalPlayer.Character.Torso w1.Part1 = part w1.C1 = CFrame.new(0,0,2) part.Touched:connect(function(hit) if game.Players:FindFirstChild(hit.Parent.Name) then local plr = game.Players:FindFirstChild(hit.Parent.Name) if plr.Name ~= game.Players.LocalPlayer.Name then part:Destroy() for i = 1,100 do meleeRemote:FireServer(plr) end end end end) wait(1) cooldown = false part:Destroy() end mouse.KeyDown:connect(function(key) if cooldown == false then if key:lower() == "f" then punch() end end end)
  220. end)
  221.  
  222. guns.Name = "guns"
  223. guns.Parent = main
  224. guns.BackgroundColor3 = Color3.new(0, 1, 1)
  225. guns.Position = UDim2.new(0.0124716703, 0, 0.2304198, 0)
  226. guns.Size = UDim2.new(0, 111, 0, 32)
  227. guns.Font = Enum.Font.GothamBlack
  228. guns.Text = "Guns"
  229. guns.TextColor3 = Color3.new(1, 0, 0)
  230. guns.TextSize = 14
  231. guns.MouseButton1Down:connect(function()
  232. for i,v in pairs(Workspace.Prison_ITEMS.giver:GetChildren()) do
  233.  
  234. lol = Workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  235. print(lol)
  236. end
  237. end)
  238.  
  239. taserbypass.Name = "taserbypass"
  240. taserbypass.Parent = main
  241. taserbypass.BackgroundColor3 = Color3.new(0, 1, 1)
  242. taserbypass.Position = UDim2.new(0.348080158, 0, 0.2304198, 0)
  243. taserbypass.Size = UDim2.new(0, 111, 0, 32)
  244. taserbypass.Font = Enum.Font.GothamBold
  245. taserbypass.Text = "Taser Bypass"
  246. taserbypass.TextColor3 = Color3.new(1, 0, 0)
  247. taserbypass.TextSize = 14
  248. taserbypass.MouseButton1Down:connect(function()
  249. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
  250. game.Players.LocalPlayer.CharacterAdded:connect(function()
  251. game.Workspace:WaitForChild(game.Players.LocalPlayer.Name)
  252. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
  253. end)
  254. local message = Instance.new("Message",game.Workspace)
  255. message.Text = 'Made By Jake11price'
  256. wait(2)
  257. message:Destroy()
  258. end)
  259.  
  260. fling.Name = "fling"
  261. fling.Parent = main
  262. fling.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  263. fling.Position = UDim2.new(0.00984076969, 0, 0.379423141, 0)
  264. fling.Size = UDim2.new(0, 111, 0, 32)
  265. fling.Font = Enum.Font.GothamBold
  266. fling.Text = "Fling"
  267. fling.TextColor3 = Color3.new(1, 0, 0)
  268. fling.TextSize = 14
  269. fling.MouseButton1Down:connect(function()
  270. power = 300 -- change this to make it more or less powerful
  271.  
  272. game:GetService('RunService').Stepped:connect(function()
  273. game.Players.LocalPlayer.Character.Head.CanCollide = false
  274. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  275. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  276. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  277. end)
  278.  
  279. wait(.1)
  280. local bambam = Instance.new("BodyThrust")
  281. bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  282. bambam.Force = Vector3.new(power,0,power)
  283. bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  284. end)
  285.  
  286. reviz.Name = "reviz"
  287. reviz.Parent = main
  288. reviz.BackgroundColor3 = Color3.new(0, 1, 1)
  289. reviz.Position = UDim2.new(0.0121497028, 0, 0.303878158, 0)
  290. reviz.Size = UDim2.new(0, 111, 0, 32)
  291. reviz.Font = Enum.Font.GothamBold
  292. reviz.Text = "Reviz Admin"
  293. reviz.TextColor3 = Color3.new(1, 0, 0)
  294. reviz.TextSize = 14
  295. reviz.MouseButton1Down:connect(function()
  296. -- Creator: illremember#3799
  297.  
  298. -- Credits to infinite yield, harkinian, dex creators
  299.  
  300. prefix = ";"
  301. wait(0.3)
  302. Commands = {
  303. '[-] cmdbar is shown when ; is pressed.',
  304. '[1] kill [plr] -- You need a tool! Will kill the player, use rkill to kill you and player',
  305. '[2] bring [plr] -- You need a tool! Will bring player to you',
  306. '[3] spin [plr] -- You need a tool! Makes you and the player spin crazy',
  307. '[4] unspin -- Use after using spin cmd and dying, so you stop loop teleporting',
  308. '[5] attach [plr] -- You need a tool! Attaches you to player',
  309. '[6] unattach [plr] -- Attempts to unattach you from a player',
  310. '[7] follow [plr] -- Makes you follow behind the player',
  311. '[8] unfollow',
  312. '[9] freefall [plr] -- You need a tool! Teleports you and the player up into the air',
  313. '[10] trail [plr] -- The opposite of follow, you stay infront of player',
  314. '[11] untrail',
  315. '[12] orbit [plr] -- Makes you orbit the player',
  316. '[13] unorbit',
  317. '[14] fling [plr] -- Makes you fling the player',
  318. '[15] unfling',
  319. '[16] fecheck -- Checks if the game is FE or not',
  320. '[17] void [plr] -- Teleports player to the void',
  321. '[18] noclip -- Gives you noclip to walk through walls',
  322. '[19] clip -- Removes noclip',
  323. '[20] speed [num]/ws [num] -- Changes how fast you walk 16 is default',
  324. '[21] jumppower [num]/jp [num] -- Changes how high you jump 50 is default',
  325. '[22] hipheight [num]/hh [num] -- Changes how high you float 0 is default',
  326. '[23] default -- Changes your speed, jumppower and hipheight to default values',
  327. '[24] annoy [plr] -- Loop teleports you to the player',
  328. '[25] unannoy',
  329. '[26] headwalk [plr] -- Loop teleports you to the player head',
  330. '[27] unheadwalk',
  331. '[28] nolimbs -- Removes your arms and legs',
  332. '[29] god -- Gives you FE Godmode',
  333. '[30] drophats -- Drops your accessories',
  334. '[31] droptool -- Drops any tool you have equipped',
  335. '[32] loopdhats -- Loop drops your accessories',
  336. '[33] unloopdhats',
  337. '[34] loopdtool -- Loop drops any tools you have equipped',
  338. '[35] unloopdtool',
  339. '[36] invisible -- Gives you invisibility CREDIT TO TIMELESS',
  340. '[37] view [plr] -- Changes your camera to the player character',
  341. '[38] unview',
  342. '[39] goto [plr] -- Teleports you to player',
  343. '[40] fly -- Allows you to fly, credit to Infinite Yield',
  344. '[41] unfly',
  345. '[42] chat [msg] -- Makes you chat a message',
  346. '[43] spam [msg] -- Spams a message',
  347. '[44] unspam',
  348. '[45] spamwait [num] -- Changes delay of chatting a message for the spam command in seconds default is 1 second',
  349. '[46] pmspam [plr] -- Spams a player in private message',
  350. '[47] unpmspam',
  351. '[48] cfreeze [plr] -- Freezes a player on your client, they will only be frozen for you',
  352. '[49] uncfreeze [plr]',
  353. '[50] unlockws -- Unlocks the workspace',
  354. '[51] lockws -- Locks the workspace',
  355. '[52] btools -- Gives you btools that will only show to you useful for deleting certain blocks only for you',
  356. '[53] pstand -- Enables platform stand',
  357. '[54] unpstand -- Disables platform stand',
  358. '[55] blockhead -- Removes your head mesh',
  359. '[56] sit',
  360. '[57] bringobj [obj] -- Only shows on client, brings an object/part to you constantly, can be used to bring healing parts, weapons, money etc, type in exact name',
  361. '[58] wsvis [num] -- Changes visibility of workspace parts, num should be between 0 and 1, only shows client sided',
  362. '[59] hypertotal -- Loads in my FE GUI Hypertotal',
  363. '[60] cmds -- Prints all commands',
  364. '[61] rmeshhats/blockhats -- Removes the meshes of all your accessories aka block hats',
  365. '[62] rmeshtool/blocktool -- Removes the mesh of the tool you have equipped aka block tool',
  366. '[63] spinner -- Makes you spin',
  367. '[64] nospinner',
  368. '[65] reach [num] -- Gives you reach, mostly used for swords, say ;reachd for default and enter number after for custom',
  369. '[66] noreach -- Removes reach, must have tool equipped',
  370. '[67] rkill [plr] -- Kills you and the player, use kill to just kill the player without dying',
  371. '[68] tp me [plr] -- Alternative to goto',
  372. '[69] cbring [plr] -- Brings player infront of you, shows only on client, allows you to do damage to player',
  373. '[70] uncbring',
  374. '[71] swap [plr] -- You need a tool! Swaps players position with yours and your position with players',
  375. '[72] givetool [plr] -- Gives the tool you have equipped to the player',
  376. '[73] glitch [plr] -- Glitches you and the player, looks very cool',
  377. '[74] unglitch -- Unglitches you',
  378. '[75] grespawn -- Alternative to normal respawn and usually works best for when you want to reset with FE Godmode',
  379. '[76] explorer -- Loads up DEX',
  380. '[77] reset -- Resets your character.',
  381. '[78] anim [id] -- Applies an animation on you, must be created by ROBLOX',
  382. '[79] animgui -- Loads up Energize animations GUI',
  383. '[80] savepos -- Saves your current position',
  384. '[81] loadpos -- Teleports you to your saved position',
  385. '[82] bang [plr] -- 18+ will not work if you have FE Godmode on',
  386. '[83] unbang',
  387. '[84] delcmdbar -- Removes the command bar completely',
  388. '[85] bringmod [obj] -- Brings all the parts in a model, client only, comes from ;bringobj enter exact name of model',
  389. '[86] shutdown -- Uses harkinians script to shutdown server',
  390. '[87] respawn -- If grespawn doesnt work you can use respawn',
  391. '[88] delobj [obj] -- Deletes a certain brick in workspace, client sided',
  392. '[89] getplrs -- Prints all players in game',
  393. '[90] deldecal -- Deletes all decals client sided',
  394. '[91] opfinality -- Loads in my FE GUI Opfinality',
  395. '[92] remotes -- Prints all remotes in the game in the console when added',
  396. '[93] noremotes -- Stops printing remotes',
  397. '[94] tpdefault -- Stops all loop teleports to a player',
  398. '[95] stopsit -- Will not allow you to sit',
  399. '[96] gosit -- Allows you to sit',
  400. '[97] clicktp -- Enables click tp',
  401. '[98] noclicktp -- Disables click tp',
  402. '[99] toolson -- If any tools are dropped in the workspace you will automatically get them',
  403. '[100] toolsoff -- Stops ;toolson',
  404. '[101] version -- Gets the admin version',
  405. '[102] state [num] -- Changes your humanoid state, ;unstate to stop.',
  406. '[103] gravity [num] -- Changes workspace gravity default is 196.2',
  407. '[104] pgs -- Checks if the game has PGSPhysicsSolverEnabled enabled',
  408. '[105] clickdel -- Delete any block you press q on, client sided',
  409. '[106] noclickdel -- Stops clickdel',
  410. '[107] looprhats -- Loop removes mesh of your hats/loop block hats',
  411. '[108] unlooprhats -- Stops loop removing mesh',
  412. '[109] looprtool -- Loop removes mesh of your tool/loop block tools',
  413. '[110] unlooprtool -- Stops loop removing mesh',
  414. '[111] givealltools [plr] -- Gives all the tools you have in your backpack to the player',
  415. '[112] age [plr] -- Makes you chat the account age of the player',
  416. '[113] id [plr] -- Makes you chat the account ID of the player',
  417. '[114] .age [plr] -- Privately shows you the account age of the player',
  418. '[115] .id [plr] -- Privately shows you the account ID of the player',
  419. '[116] gameid -- Shows the game ID',
  420. '[117] removeinvis -- Removes all invisible walls/parts, client sided',
  421. '[118] removefog -- Removes fog, client sided',
  422. '[119] disable -- Disables your character by removing humanoid',
  423. '[120] enable -- Enables your character by adding humanoid',
  424. '[121] prefix [key] -- Changes the prefix used, default is ;',
  425. '[122] ;resetprefix -- Resets the prefix to ; incase you change it to an unusable prefix. Say exactly ";resetprefix" to do this command, no matter what your prefix is set to.',
  426. '[123] flyspeed [num] -- Change your fly speed, default is 1',
  427. '[124] carpet [plr] -- Makes you a carpet for a player, will not work if FE Godmode is on',
  428. '[125] uncarpet -- Stops carpet player',
  429. '[126] stare [plr] -- Turns your character to stare at another player',
  430. '[127] unstare -- Stops stare player',
  431. '[128] logchat -- Logs all chat (including /e and whispers) of all players',
  432. '[129] unlogchat -- Disables logchat',
  433. '[130] fixcam -- Fixes/resets your camera',
  434. '[131] unstate -- Stops changing state',
  435. }
  436. speedget = 1
  437.  
  438. lplayer = game:GetService("Players").LocalPlayer
  439.  
  440. lplayer.CharacterAdded:Connect(function(character)
  441. spin = false
  442. flying = false
  443. staring = false
  444. banpl = false
  445. end)
  446.  
  447. function change()
  448. prefix = prefix
  449. speedfly = speedfly
  450. end
  451.  
  452. function GetPlayer(String) -- Credit to Timeless/xFunnieuss
  453. local Found = {}
  454. local strl = String:lower()
  455. if strl == "all" then
  456. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  457. table.insert(Found,v)
  458. end
  459. elseif strl == "others" then
  460. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  461. if v.Name ~= lplayer.Name then
  462. table.insert(Found,v)
  463. end
  464. end
  465. elseif strl == "me" then
  466. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  467. if v.Name == lplayer.Name then
  468. table.insert(Found,v)
  469. end
  470. end
  471. else
  472. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  473. if v.Name:lower():sub(1, #String) == String:lower() then
  474. table.insert(Found,v)
  475. end
  476. end
  477. end
  478. return Found
  479. end
  480.  
  481. local Mouse = lplayer:GetMouse()
  482.  
  483. spin = false
  484. followed = false
  485. traill = false
  486. noclip = false
  487. annoying = false
  488. hwalk = false
  489. droppinghats = false
  490. droppingtools = false
  491. flying = false
  492. spamdelay = 1
  493. spamming = false
  494. spammingpm = false
  495. cbringing = false
  496. remotes = true
  497. added = true
  498. binds = false
  499. stopsitting = false
  500. clickgoto = false
  501. gettingtools = false
  502. removingmeshhats = false
  503. removingmeshtool = false
  504. clickdel = false
  505. staring = false
  506. chatlogs = false
  507. banpl = false
  508. changingstate = false
  509. statechosen = 0
  510.  
  511. adminversion = "Reviz Admin by illremember, Version 2.0"
  512.  
  513. flying = false
  514. speedfly = 1
  515.  
  516. function plrchat(plr, chat)
  517. print(plr.Name..": "..tick().."\n"..chat)
  518. end
  519.  
  520. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  521. v.Chatted:connect(function(chat)
  522. if chatlogs then
  523. plrchat(v, chat)
  524. end
  525. end)
  526. end
  527. game:GetService("Players").PlayerAdded:connect(function(plr)
  528. plr.Chatted:connect(function(chat)
  529. if chatlogs then
  530. plrchat(plr, chat)
  531. end
  532. end)
  533. end)
  534.  
  535.  
  536. local ScreenGui = Instance.new("ScreenGui")
  537. local Frame = Instance.new("Frame")
  538. local CMDBAR = Instance.new("TextBox")
  539. ScreenGui.Parent = game:GetService("CoreGui")
  540. Frame.Parent = ScreenGui
  541. Frame.BackgroundColor3 = Color3.new(0.3, 0.1, 0.1)
  542. Frame.BackgroundTransparency = 0.3
  543. Frame.Position = UDim2.new(0.5, 0, 0, 10)
  544. Frame.Size = UDim2.new(0, 200, 0, 40)
  545. Frame.Active = true
  546. Frame.Draggable = true
  547. CMDBAR.Name = "CMDBAR"
  548. CMDBAR.Parent = Frame
  549. CMDBAR.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  550. CMDBAR.BackgroundTransparency = 0.20000000298023
  551. CMDBAR.Size = UDim2.new(0, 180, 0, 20)
  552. CMDBAR.Position = UDim2.new(0.05, 0, 0.25, 0)
  553. CMDBAR.Font = Enum.Font.SourceSansLight
  554. CMDBAR.FontSize = Enum.FontSize.Size14
  555. CMDBAR.TextColor3 = Color3.new(0.945098, 0.945098, 0.945098)
  556. CMDBAR.TextScaled = true
  557. CMDBAR.TextSize = 14
  558. CMDBAR.TextWrapped = true
  559. CMDBAR.Text = "Press ; to type, Enter to execute"
  560.  
  561. local CMDS = Instance.new("ScreenGui")
  562. local CMDSFRAME = Instance.new("Frame")
  563. local ScrollingFrame = Instance.new("ScrollingFrame")
  564. local TextLabel = Instance.new("TextLabel")
  565. local closegui = Instance.new("TextButton")
  566. CMDS.Name = "CMDS"
  567. CMDS.Parent = game:GetService("CoreGui")
  568. CMDSFRAME.Name = "CMDSFRAME"
  569. CMDSFRAME.Parent = CMDS
  570. CMDSFRAME.Active = true
  571. CMDSFRAME.BackgroundColor3 = Color3.new(0.223529, 0.231373, 0.309804)
  572. CMDSFRAME.BorderSizePixel = 0
  573. CMDSFRAME.Draggable = true
  574. CMDSFRAME.Position = UDim2.new(0, 315, 0, 100)
  575. CMDSFRAME.Size = UDim2.new(0, 275, 0, 275)
  576. CMDSFRAME.Visible = false
  577. ScrollingFrame.Parent = CMDSFRAME
  578. ScrollingFrame.BackgroundColor3 = Color3.new(0.160784, 0.160784, 0.203922)
  579. ScrollingFrame.BorderSizePixel = 0
  580. ScrollingFrame.Position = UDim2.new(0, 0, 0.0729999989, 0)
  581. ScrollingFrame.Size = UDim2.new(1.04999995, 0, 0.92900002, 0)
  582. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 10, 0)
  583. TextLabel.Parent = ScrollingFrame
  584. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  585. TextLabel.BackgroundTransparency = 1
  586. TextLabel.Size = UDim2.new(0.930000007, 0, 1, 0)
  587. TextLabel.Font = Enum.Font.SourceSans
  588. TextLabel.FontSize = Enum.FontSize.Size18
  589. TextLabel.Text = "[-] cmdbar is shown when ; is pressed.,\n[1] kill [plr] -- You need a tool! Will kill the player, use rkill to kill you and player,\n[2] bring [plr] -- You need a tool! Will bring player to you,\n[3] spin [plr] -- You need a tool! Makes you and the player spin crazy,\n[4] unspin -- Use after using spin cmd and dying, so you stop loop teleporting,\n[5] attach [plr] -- You need a tool! Attaches you to player,\n[6] unattach [plr] -- Attempts to unattach you from a player,\n[7] follow [plr] -- Makes you follow behind the player,\n[8] unfollow,\n[9] freefall [plr] -- You need a tool! Teleports you and the player up into the air,\n[10] trail [plr] -- The opposite of follow, you stay infront of player,\n[11] untrail,\n[12] orbit [plr] -- Makes you orbit the player,\n[13] unorbit,\n[14] fling [plr] -- Makes you fling the player,\n[15] unfling,\n[16] fecheck -- Checks if the game is FE or not,\n[17] void [plr] -- Teleports player to the void,\n[18] noclip -- Gives you noclip to walk through walls,\n[19] clip -- Removes noclip,\n[20] speed [num]/ws [num] -- Changes how fast you walk 16 is default,\n[21] jumppower [num]/jp [num] -- Changes how high you jump 50 is default,\n[22] hipheight [num]/hh [num] -- Changes how high you float 0 is default,\n[23] default -- Changes your speed, jumppower and hipheight to default values,\n[24] annoy [plr] -- Loop teleports you to the player,\n[25] unannoy,\n[26] headwalk [plr] -- Loop teleports you to the player head,\n[27] unheadwalk,\n[28] nolimbs -- Removes your arms and legs,\n[29] god -- Gives you FE Godmode,\n[30] drophats -- Drops your accessories,\n[31] droptool -- Drops any tool you have equipped,\n[32] loopdhats -- Loop drops your accessories,\n[33] unloopdhats,\n[34] loopdtool -- Loop drops any tools you have equipped,\n[35] unloopdtool,\n[36] invisible -- Gives you invisibility CREDIT TO TIMELESS,\n[37] view [plr] -- Changes your camera to the player character,\n[38] unview,\n[39] goto [plr] -- Teleports you to player,\n[40] fly -- Allows you to fly,\n[41] unfly,\n[42] chat [msg] -- Makes you chat a message,\n[43] spam [msg] -- Spams a message,\n[44] unspam,\n[45] spamwait [num] -- Changes delay of chatting a message for the spam command in seconds default is 1 second,\n[46] pmspam [plr] -- Spams a player in private message,\n[47] unpmspam,\n[48] cfreeze [plr] -- Freezes a player on your client, they will only be frozen for you,\n[49] uncfreeze [plr],\n[50] unlockws -- Unlocks the workspace,\n[51] lockws -- Locks the workspace,\n[52] btools -- Gives you btools that will only show to you useful for deleting certain blocks only for you,\n[53] pstand -- Enables platform stand,\n[54] unpstand -- Disables platform stand,\n[55] blockhead -- Removes your head mesh,\n[56] sit,\n[57] bringobj [obj] -- Only shows on client, brings an object/part to you constantly, can be used to bring healing parts, weapons, money etc, type in exact name,\n[58] wsvis [num] -- Changes visibility of workspace parts, num should be between 0 and 1, only shows client sided,\n[59] hypertotal -- Loads in my FE GUI Hypertotal,\n[60] cmds -- Prints all commands,\n[61] rmeshhats/blockhats -- Removes the meshes of all your accessories aka block hats,\n[62] rmeshtool/blocktool -- Removes the mesh of the tool you have equipped aka block tool,\n[63] spinner -- Makes you spin,\n[64] nospinner,\n[65] reach [num] -- Gives you reach, mostly used for swords, say ;reachd for default and enter number after for custom,\n[66] noreach -- Removes reach, must have tool equipped,\n[67] rkill [plr] -- Kills you and the player, use kill to just kill the player without dying,\n[68] tp me [plr] -- Alternative to goto,\n[69] cbring [plr] -- Brings player infront of you, shows only on client, allows you to do damage to player,\n[70] uncbring,\n[71] swap [plr] -- You need a tool! Swaps players position with yours and your position with players,\n[72] givetool [plr] -- Gives the tool you have equipped to the player,\n[73] glitch [plr] -- Glitches you and the player, looks very cool,\n[74] unglitch -- Unglitches you,\n[75] grespawn -- Alternative to normal respawn and usually works best for when you want to reset with FE Godmode,\n[76] explorer -- Loads up DEX,\n[77] reset -- Resets your character.,\n[78] anim [id] -- Applies an animation on you, must be created by ROBLOX,\n[79] animgui -- Loads up Energize animations GUI,\n[80] savepos -- Saves your current position,\n[81] loadpos -- Teleports you to your saved position,\n[82] bang [plr] -- 18+,\n[83] unbang,\n[84] delcmdbar -- Removes the command bar completely,\n[85] bringmod [obj] -- Brings all the parts in a model, client only, comes from ;bringobj enter exact name of model,\n[86] shutdown -- Uses harkinians script to shutdown server,\n[87] respawn -- If grespawn doesnt work you can use respawn,\n[88] delobj [obj] -- Deletes a certain brick in workspace, client sided,\n[89] getplrs -- Prints all players in game,\n[90] deldecal -- Deletes all decals client sided,\n[91] opfinality -- Loads in my FE GUI Opfinality,\n[92] remotes -- Prints all remotes in the game in the console when added,\n[93] noremotes -- Stops printing remotes,\n[94] tpdefault -- Stops all loop teleports to a player,\n[95] stopsit -- Will not allow you to sit,\n[96] gosit -- Allows you to sit,\n[97] clicktp -- Enables click tp,\n[98] noclicktp -- Disables click tp,\n[99] toolson -- If any tools are dropped in the workspace you will automatically get them,\n[100] toolsoff -- Stops ;toolson,\n[101] version -- Gets the admin version, \n This list of commands is NOT showing everything, go to my thread in the pastebin link to see ALL commands."
  590. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  591. TextLabel.TextSize = 15
  592. TextLabel.TextWrapped = true
  593. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  594. TextLabel.TextYAlignment = Enum.TextYAlignment.Top
  595. closegui.Name = "closegui"
  596. closegui.Parent = CMDSFRAME
  597. closegui.BackgroundColor3 = Color3.new(0.890196, 0.223529, 0.0588235)
  598. closegui.BorderSizePixel = 0
  599. closegui.Position = UDim2.new(0.995000005, 0, 0, 0)
  600. closegui.Size = UDim2.new(0.0545952693, 0, 0.0728644878, 0)
  601. closegui.Font = Enum.Font.SourceSansBold
  602. closegui.FontSize = Enum.FontSize.Size24
  603. closegui.Text = "X"
  604. closegui.TextColor3 = Color3.new(1, 1, 1)
  605. closegui.TextSize = 20
  606.  
  607. closegui.MouseButton1Click:connect(function()
  608. CMDSFRAME.Visible = false
  609. end)
  610.  
  611. game:GetService('RunService').Stepped:connect(function()
  612. if spin then
  613. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[spinplr.Name].Character.HumanoidRootPart.CFrame
  614. end
  615. if followed then
  616. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame.lookVector * -5
  617. end
  618. if traill then
  619. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame.lookVector * 5
  620. end
  621. if annoying then
  622. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[annplr.Name].Character.HumanoidRootPart.CFrame
  623. end
  624. if hwalk then
  625. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[hdwplr.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 4, 0)
  626. end
  627. if staring then
  628. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(lplayer.Character.Torso.Position, game:GetService("Players")[stareplr.Name].Character.Torso.Position)
  629. end
  630. end)
  631. game:GetService('RunService').Stepped:connect(function()
  632. if noclip then
  633. if lplayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  634. lplayer.Character.Head.CanCollide = false
  635. lplayer.Character.Torso.CanCollide = false
  636. lplayer.Character["Left Leg"].CanCollide = false
  637. lplayer.Character["Right Leg"].CanCollide = false
  638. else
  639. lplayer.Character.Humanoid:ChangeState(11)
  640. end
  641. end
  642. if changingstate then
  643. lplayer.Character.Humanoid:ChangeState(statechosen)
  644. end
  645. end)
  646. game:GetService('RunService').Stepped:connect(function()
  647. if droppinghats then
  648. for i,v in pairs(lplayer.Character:GetChildren()) do
  649. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  650. v.Parent = workspace
  651. end
  652. end
  653. end
  654. if droppingtools then
  655. for i,v in pairs(lplayer.Character:GetChildren()) do
  656. if (v:IsA("Tool")) then
  657. v.Parent = workspace
  658. end
  659. end
  660. end
  661. if removingmeshhats then
  662. for i,v in pairs(lplayer.Character:GetChildren()) do
  663. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  664. v.Handle.Mesh:Destroy()
  665. end
  666. end
  667. end
  668. if removingmeshtool then
  669. for i,v in pairs(lplayer.Character:GetChildren()) do
  670. if (v:IsA("Tool")) then
  671. v.Handle.Mesh:Destroy()
  672. end
  673. end
  674. end
  675. end)
  676. game:GetService('RunService').Stepped:connect(function()
  677. if banpl then
  678. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[bplrr].Character.HumanoidRootPart.CFrame
  679. end
  680. end)
  681. game:GetService('RunService').Stepped:connect(function()
  682. if stopsitting then
  683. lplayer.Character.Humanoid.Sit = false
  684. end
  685. end)
  686.  
  687. plr = lplayer
  688. hum = plr.Character.HumanoidRootPart
  689. mouse = plr:GetMouse()
  690. mouse.KeyDown:connect(function(key)
  691. if key == "e" then
  692. if mouse.Target then
  693. if clickgoto then
  694. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  695. elseif clickdel then
  696. mouse.Target:Destroy()
  697. end
  698. end
  699. end
  700. end)
  701.  
  702. game:GetService("Workspace").ChildAdded:connect(function(part)
  703. if gettingtools then
  704. if part:IsA("Tool") then
  705. part.Handle.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  706. end
  707. end
  708. end)
  709.  
  710. lplayer.Chatted:Connect(function(msg)
  711. if string.sub(msg, 1, 6) == (prefix.."kill ") then
  712. if string.sub(msg, 7) == "me" then
  713. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  714. else
  715. for i,v in pairs(GetPlayer(string.sub(msg, 7)))do
  716. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  717. lplayer.Character.Humanoid.Name = 1
  718. local l = lplayer.Character["1"]:Clone()
  719. l.Parent = lplayer.Character
  720. l.Name = "Humanoid"
  721. wait(0.1)
  722. lplayer.Character["1"]:Destroy()
  723. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  724. lplayer.Character.Animate.Disabled = true
  725. wait(0.1)
  726. lplayer.Character.Animate.Disabled = false
  727. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  728. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  729. lplayer.Character.Humanoid:EquipTool(v)
  730. end
  731. local function tp(player,player2)
  732. local char1,char2=player.Character,player2.Character
  733. if char1 and char2 then
  734. char1:MoveTo(char2.Head.Position)
  735. end
  736. end
  737. wait(0.1)
  738. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  739. wait(0.2)
  740. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  741. wait(0.5)
  742. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  743. wait(0.7)
  744. tp(lplayer,game:GetService("Players")[v.Name])
  745. wait(0.7)
  746. lplayer.Character.HumanoidRootPart.CFrame = NOW
  747. game:GetService("StarterGui"):SetCore("SendNotification", {
  748. Title = "Tools needed!";
  749. Text = "You need a tool in your backpack for this command!";
  750. })
  751. end
  752. end
  753. end
  754. if string.sub(msg, 1, 7) == (prefix.."bring ") then
  755. for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  756. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  757. lplayer.Character.Humanoid.Name = 1
  758. local l = lplayer.Character["1"]:Clone()
  759. l.Parent = lplayer.Character
  760. l.Name = "Humanoid"
  761. wait(0.1)
  762. lplayer.Character["1"]:Destroy()
  763. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  764. lplayer.Character.Animate.Disabled = true
  765. wait(0.1)
  766. lplayer.Character.Animate.Disabled = false
  767. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  768. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  769. lplayer.Character.Humanoid:EquipTool(v)
  770. end
  771. local function tp(player,player2)
  772. local char1,char2=player.Character,player2.Character
  773. if char1 and char2 then
  774. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  775. end
  776. end
  777. local function getout(player,player2)
  778. local char1,char2=player.Character,player2.Character
  779. if char1 and char2 then
  780. char1:MoveTo(char2.Head.Position)
  781. end
  782. end
  783. tp(game:GetService("Players")[v.Name], lplayer)
  784. wait(0.2)
  785. tp(game:GetService("Players")[v.Name], lplayer)
  786. wait(0.5)
  787. lplayer.Character.HumanoidRootPart.CFrame = NOW
  788. wait(0.5)
  789. getout(lplayer, game:GetService("Players")[v.Name])
  790. wait(0.3)
  791. lplayer.Character.HumanoidRootPart.CFrame = NOW
  792. game:GetService("StarterGui"):SetCore("SendNotification", {
  793. Title = "Tools needed!";
  794. Text = "You need a tool in your backpack for this command!";
  795. })
  796. end
  797. end
  798. if string.sub(msg, 1, 6) == (prefix.."spin ") then
  799. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  800. lplayer.Character.Humanoid.Name = 1
  801. local l = lplayer.Character["1"]:Clone()
  802. l.Parent = lplayer.Character
  803. l.Name = "Humanoid"
  804. wait(0.1)
  805. lplayer.Character["1"]:Destroy()
  806. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  807. lplayer.Character.Animate.Disabled = true
  808. wait(0.1)
  809. lplayer.Character.Animate.Disabled = false
  810. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  811. lplayer.Character.Animate.Disabled = false
  812. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  813. lplayer.Character.Humanoid:EquipTool(v)
  814. end
  815. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  816. spinplr = v
  817. wait(0.5)
  818. spin = true
  819. game:GetService("StarterGui"):SetCore("SendNotification", {
  820. Title = "Tools needed!";
  821. Text = "You need a tool in your backpack for this command!";
  822. })
  823. end
  824. end
  825. if string.sub(msg, 1, 7) == (prefix.."unspin") then
  826. spin = false
  827. end
  828. if string.sub(msg, 1, 8) == (prefix.."attach ") then
  829. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  830. lplayer.Character.Humanoid.Name = 1
  831. local l = lplayer.Character["1"]:Clone()
  832. l.Parent = lplayer.Character
  833. l.Name = "Humanoid"
  834. wait(0.1)
  835. lplayer.Character["1"]:Destroy()
  836. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  837. lplayer.Character.Animate.Disabled = true
  838. wait(0.1)
  839. lplayer.Character.Animate.Disabled = false
  840. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  841. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  842. lplayer.Character.Humanoid:EquipTool(v)
  843. end
  844. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  845. wait(0.3)
  846. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  847. attplr = v
  848. game:GetService("StarterGui"):SetCore("SendNotification", {
  849. Title = "Tools needed!";
  850. Text = "You need a tool in your backpack for this command!";
  851. })
  852. end
  853. end
  854. if string.sub(msg, 1, 10) == (prefix.."unattach ") then
  855. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  856. local function getout(player,player2)
  857. local char1,char2=player.Character,player2.Character
  858. if char1 and char2 then
  859. char1:MoveTo(char2.Head.Position)
  860. end
  861. end
  862. getout(lplayer, game:GetService("Players")[v.Name])
  863. end
  864. end
  865. if string.sub(msg, 1, 8) == (prefix.."follow ") then
  866. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  867. followed = true
  868. flwplr = v
  869. end
  870. end
  871. if string.sub(msg, 1, 9) == (prefix.."unfollow") then
  872. followed = false
  873. end
  874. if string.sub(msg, 1, 10) == (prefix.."freefall ") then
  875. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  876. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  877. lplayer.Character.Humanoid.Name = 1
  878. local l = lplayer.Character["1"]:Clone()
  879. l.Parent = lplayer.Character
  880. l.Name = "Humanoid"
  881. wait(0.1)
  882. lplayer.Character["1"]:Destroy()
  883. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  884. lplayer.Character.Animate.Disabled = true
  885. wait(0.1)
  886. lplayer.Character.Animate.Disabled = false
  887. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  888. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  889. lplayer.Character.Humanoid:EquipTool(v)
  890. end
  891. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  892. wait(0.2)
  893. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  894. wait(0.6)
  895. lplayer.Character.HumanoidRootPart.CFrame = NOW
  896. wait(0.6)
  897. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  898. game:GetService("StarterGui"):SetCore("SendNotification", {
  899. Title = "Tools needed!";
  900. Text = "You need a tool in your backpack for this command!";
  901. })
  902. end
  903. end
  904. if string.sub(msg, 1, 7) == (prefix.."trail ") then
  905. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  906. traill = true
  907. trlplr = v
  908. end
  909. end
  910. if string.sub(msg, 1, 8) == (prefix.."untrail") then
  911. traill = false
  912. end
  913. if string.sub(msg, 1, 7) == (prefix.."orbit ") then
  914. if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  915. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  916. else
  917. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  918. local o = Instance.new("RocketPropulsion")
  919. o.Parent = lplayer.Character.HumanoidRootPart
  920. o.Name = "Orbit"
  921. o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  922. o:Fire()
  923. noclip = true
  924. end
  925. end
  926. end
  927. if string.sub(msg, 1, 8) == (prefix.."unorbit") then
  928. lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  929. noclip = false
  930. end
  931. if string.sub(msg, 1, 7) == (prefix.."fling ") then
  932. if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  933. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  934. else
  935. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  936. local y = Instance.new("RocketPropulsion")
  937. y.Parent = lplayer.Character.HumanoidRootPart
  938. y.CartoonFactor = 1
  939. y.MaxThrust = 800000
  940. y.MaxSpeed = 1000
  941. y.ThrustP = 200000
  942. y.Name = "Fling"
  943. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  944. y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  945. y:Fire()
  946. noclip = true
  947. end
  948. end
  949. end
  950. if string.sub(msg, 1, 8) == (prefix.."unfling") then
  951. noclip = false
  952. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  953. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  954. wait(0.4)
  955. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  956. end
  957. if string.sub(msg, 1, 8) == (prefix.."fecheck") then
  958. if game:GetService("Workspace").FilteringEnabled == true then
  959. warn("FE is Enabled (Filtering Enabled)")
  960. game:GetService("StarterGui"):SetCore("SendNotification", {
  961. Title = "FE is Enabled";
  962. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  963. })
  964. else
  965. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  966. game:GetService("StarterGui"):SetCore("SendNotification", {
  967. Title = "FE is Disabled";
  968. Text = "Filtering Disabled. Consider using a different admin script.";
  969. })
  970. end
  971. end
  972. if string.sub(msg, 1, 6) == (prefix.."void ") then
  973. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  974. lplayer.Character.Humanoid.Name = 1
  975. local l = lplayer.Character["1"]:Clone()
  976. l.Parent = lplayer.Character
  977. l.Name = "Humanoid"
  978. wait(0.1)
  979. lplayer.Character["1"]:Destroy()
  980. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  981. lplayer.Character.Animate.Disabled = true
  982. wait(0.1)
  983. lplayer.Character.Animate.Disabled = false
  984. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  985. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  986. lplayer.Character.Humanoid:EquipTool(v)
  987. end
  988. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  989. wait(0.2)
  990. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  991. wait(0.6)
  992. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  993. game:GetService("StarterGui"):SetCore("SendNotification", {
  994. Title = "Tools needed!";
  995. Text = "You need a tool in your backpack for this command!";
  996. })
  997. end
  998. end
  999. if string.sub(msg, 1, 7) == (prefix.."noclip") then
  1000. noclip = true
  1001. game:GetService("StarterGui"):SetCore("SendNotification", {
  1002. Title = "Noclip enabled";
  1003. Text = "Type ;clip to disable";
  1004. })
  1005. end
  1006. if string.sub(msg, 1, 5) == (prefix.."clip") then
  1007. noclip = false
  1008. game:GetService("StarterGui"):SetCore("SendNotification", {
  1009. Title = "Noclip disabled";
  1010. Text = "Type ;noclip to enable";
  1011. })
  1012. end
  1013. if string.sub(msg, 1, 7) == (prefix.."speed ") then
  1014. lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 8))
  1015. end
  1016. if string.sub(msg, 1, 4) == (prefix.."ws ") then
  1017. lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 5))
  1018. end
  1019. if string.sub(msg, 1, 11) == (prefix.."hipheight ") then
  1020. lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 12))
  1021. end
  1022. if string.sub(msg, 1, 4) == (prefix.."hh ") then
  1023. lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 5))
  1024. end
  1025. if string.sub(msg, 1, 11) == (prefix.."jumppower ") then
  1026. lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 12))
  1027. end
  1028. if string.sub(msg, 1, 4) == (prefix.."jp ") then
  1029. lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 5))
  1030. end
  1031. if string.sub(msg, 1, 8) == (prefix.."default") then
  1032. lplayer.Character.Humanoid.JumpPower = 50
  1033. lplayer.Character.Humanoid.WalkSpeed = 16
  1034. lplayer.Character.Humanoid.HipHeight = 0
  1035. end
  1036. if string.sub(msg, 1, 7) == (prefix.."annoy ") then
  1037. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  1038. annoying = true
  1039. annplr = v
  1040. end
  1041. end
  1042. if string.sub(msg, 1, 8) == (prefix.."unannoy") then
  1043. annoying = false
  1044. end
  1045. if string.sub(msg, 1, 10) == (prefix.."headwalk ") then
  1046. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  1047. hwalk = true
  1048. hdwplr = v
  1049. end
  1050. end
  1051. if string.sub(msg, 1, 11) == (prefix.."unheadwalk") then
  1052. hwalk = false
  1053. end
  1054. if string.sub(msg, 1, 8) == (prefix.."nolimbs") then
  1055. lplayer.Character["Left Leg"]:Destroy()
  1056. lplayer.Character["Left Arm"]:Destroy()
  1057. lplayer.Character["Right Leg"]:Destroy()
  1058. lplayer.Character["Right Arm"]:Destroy()
  1059. end
  1060. if string.sub(msg, 1, 4) == (prefix.."god") then
  1061. lplayer.Character.Humanoid.Name = 1
  1062. local l = lplayer.Character["1"]:Clone()
  1063. l.Parent = lplayer.Character
  1064. l.Name = "Humanoid"
  1065. wait(0.1)
  1066. lplayer.Character["1"]:Destroy()
  1067. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1068. lplayer.Character.Animate.Disabled = true
  1069. wait(0.1)
  1070. lplayer.Character.Animate.Disabled = false
  1071. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1072. game:GetService("StarterGui"):SetCore("SendNotification", {
  1073. Title = "FE Godmode enabled";
  1074. Text = "Use ;grespawn or ;respawn to remove";
  1075. })
  1076. end
  1077. if string.sub(msg, 1, 9) == (prefix.."drophats") then
  1078. for i,v in pairs(lplayer.Character:GetChildren()) do
  1079. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  1080. v.Parent = workspace
  1081. end
  1082. end
  1083. end
  1084. if string.sub(msg, 1, 9) == (prefix.."droptool") then
  1085. for i,v in pairs(lplayer.Character:GetChildren()) do
  1086. if (v:IsA("Tool")) then
  1087. v.Parent = workspace
  1088. end
  1089. end
  1090. end
  1091. if string.sub(msg, 1, 10) == (prefix.."loopdhats") then
  1092. droppinghats = true
  1093. game:GetService("StarterGui"):SetCore("SendNotification", {
  1094. Title = "Loop Drop Enabled";
  1095. Text = "Type ;unloopdhats to disable";
  1096. })
  1097. end
  1098. if string.sub(msg, 1, 12) == (prefix.."unloopdhats") then
  1099. droppinghats = false
  1100. game:GetService("StarterGui"):SetCore("SendNotification", {
  1101. Title = "Loop Drop Disabled";
  1102. Text = "Type ;loopdhats to enable.";
  1103. })
  1104. end
  1105. if string.sub(msg, 1, 10) == (prefix.."loopdtool") then
  1106. droppingtools = true
  1107. game:GetService("StarterGui"):SetCore("SendNotification", {
  1108. Title = "Loop Drop Enabled";
  1109. Text = "Type ;unloopdtool to disable";
  1110. })
  1111. end
  1112. if string.sub(msg, 1, 12) == (prefix.."unloopdtool") then
  1113. droppingtools = false
  1114. game:GetService("StarterGui"):SetCore("SendNotification", {
  1115. Title = "Loop Drop Disabled";
  1116. Text = "Type ;loopdtool to enable.";
  1117. })
  1118. end
  1119. if string.sub(msg, 1, 10) == (prefix.."invisible") then -- Credit to Timeless
  1120. Local = game:GetService('Players').LocalPlayer
  1121. Char = Local.Character
  1122. touched,tpdback = false, false
  1123. box = Instance.new('Part',workspace)
  1124. box.Anchored = true
  1125. box.CanCollide = true
  1126. box.Size = Vector3.new(10,1,10)
  1127. box.Position = Vector3.new(0,10000,0)
  1128. box.Touched:connect(function(part)
  1129. if (part.Parent.Name == Local.Name) then
  1130. if touched == false then
  1131. touched = true
  1132. function apply()
  1133. if script.Disabled ~= true then
  1134. no = Char.HumanoidRootPart:Clone()
  1135. wait(.25)
  1136. Char.HumanoidRootPart:Destroy()
  1137. no.Parent = Char
  1138. Char:MoveTo(loc)
  1139. touched = false
  1140. end end
  1141. if Char then
  1142. apply()
  1143. end
  1144. end
  1145. end
  1146. end)
  1147. repeat wait() until Char
  1148. loc = Char.HumanoidRootPart.Position
  1149. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  1150. game:GetService("StarterGui"):SetCore("SendNotification", {
  1151. Title = "Invisibility enabled!";
  1152. Text = "Reset or use ;respawn to remove.";
  1153. })
  1154. end
  1155. if string.sub(msg, 1, 6) == (prefix.."view ") then
  1156. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1157. if game:GetService("Players")[v.Name].Character.Humanoid then
  1158. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  1159. else
  1160. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  1161. end
  1162. end
  1163. end
  1164. if string.sub(msg, 1, 7) == (prefix.."unview") then
  1165. if lplayer.Character.Humanoid then
  1166. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  1167. else
  1168. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  1169. end
  1170. end
  1171. if string.sub(msg, 1, 6) == (prefix.."goto ") then
  1172. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1173. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1174. end
  1175. end
  1176. if string.sub(msg, 1, 4) == (prefix.."fly") then
  1177. repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  1178. repeat wait() until Mouse
  1179.  
  1180. local T = lplayer.Character.HumanoidRootPart
  1181. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  1182. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  1183. local SPEED = speedget
  1184.  
  1185. local function fly()
  1186. flying = true
  1187. local BG = Instance.new('BodyGyro', T)
  1188. local BV = Instance.new('BodyVelocity', T)
  1189. BG.P = 9e4
  1190. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  1191. BG.cframe = T.CFrame
  1192. BV.velocity = Vector3.new(0, 0.1, 0)
  1193. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1194. spawn(function()
  1195. repeat wait()
  1196. lplayer.Character.Humanoid.PlatformStand = true
  1197. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  1198. SPEED = 50
  1199. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  1200. SPEED = 0
  1201. end
  1202. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  1203. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (CONTROL.F + CONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(CONTROL.L + CONTROL.R, (CONTROL.F + CONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  1204. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  1205. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  1206. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (lCONTROL.F + lCONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(lCONTROL.L + lCONTROL.R, (lCONTROL.F + lCONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  1207. else
  1208. BV.velocity = Vector3.new(0, 0.1, 0)
  1209. end
  1210. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  1211. until not flying
  1212. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  1213. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  1214. SPEED = 0
  1215. BG:destroy()
  1216. BV:destroy()
  1217. lplayer.Character.Humanoid.PlatformStand = false
  1218. end)
  1219. end
  1220. Mouse.KeyDown:connect(function(KEY)
  1221. if KEY:lower() == 'w' then
  1222. CONTROL.F = speedfly
  1223. elseif KEY:lower() == 's' then
  1224. CONTROL.B = -speedfly
  1225. elseif KEY:lower() == 'a' then
  1226. CONTROL.L = -speedfly
  1227. elseif KEY:lower() == 'd' then
  1228. CONTROL.R = speedfly
  1229. end
  1230. end)
  1231. Mouse.KeyUp:connect(function(KEY)
  1232. if KEY:lower() == 'w' then
  1233. CONTROL.F = 0
  1234. elseif KEY:lower() == 's' then
  1235. CONTROL.B = 0
  1236. elseif KEY:lower() == 'a' then
  1237. CONTROL.L = 0
  1238. elseif KEY:lower() == 'd' then
  1239. CONTROL.R = 0
  1240. end
  1241. end)
  1242. fly()
  1243. end
  1244. if string.sub(msg, 1, 6) == (prefix.."unfly") then
  1245. flying = false
  1246. lplayer.Character.Humanoid.PlatformStand = false
  1247. end
  1248. if string.sub(msg, 1, 6) == (prefix.."chat ") then
  1249. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(msg, 7)), "All")
  1250. end
  1251. if string.sub(msg, 1, 6) == (prefix.."spam ") then
  1252. spamtext = (string.sub(msg, 7))
  1253. spamming = true
  1254. end
  1255. if string.sub(msg, 1, 7) == (prefix.."unspam") then
  1256. spamming = false
  1257. end
  1258. if string.sub(msg, 1, 10) == (prefix.."spamwait ") then
  1259. spamdelay = (string.sub(msg, 11))
  1260. end
  1261. if string.sub(msg, 1, 8) == (prefix.."pmspam ") then
  1262. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1263. pmspammed = v.Name
  1264. spammingpm = true
  1265. end
  1266. end
  1267. if string.sub(msg, 1, 9) == (prefix.."unpmspam") then
  1268. spammingpm = false
  1269. end
  1270. if string.sub(msg, 1, 9) == (prefix.."cfreeze ") then
  1271. for i,v in pairs(GetPlayer(string.sub(msg, 10))) do
  1272. v.Character["Left Leg"].Anchored = true
  1273. v.Character["Left Arm"].Anchored = true
  1274. v.Character["Right Leg"].Anchored = true
  1275. v.Character["Right Arm"].Anchored = true
  1276. v.Character.Torso.Anchored = true
  1277. v.Character.Head.Anchored = true
  1278. end
  1279. end
  1280. if string.sub(msg, 1, 11) == (prefix.."uncfreeze ") then
  1281. for i,v in pairs(GetPlayer(string.sub(msg, 12))) do
  1282. v.Character["Left Leg"].Anchored = false
  1283. v.Character["Left Arm"].Anchored = false
  1284. v.Character["Right Leg"].Anchored = false
  1285. v.Character["Right Arm"].Anchored = false
  1286. v.Character.Torso.Anchored = false
  1287. v.Character.Head.Anchored = false
  1288. end
  1289. end
  1290. if string.sub(msg, 1, 9) == (prefix.."unlockws") then
  1291. local a = game:GetService("Workspace"):getChildren()
  1292. for i = 1, #a do
  1293. if a[i].className == "Part" then
  1294. a[i].Locked = false
  1295. elseif a[i].className == "Model" then
  1296. local r = a[i]:getChildren()
  1297. for i = 1, #r do
  1298. if r[i].className == "Part" then
  1299. r[i].Locked = false
  1300. end
  1301. end
  1302. end
  1303. end
  1304. game:GetService("StarterGui"):SetCore("SendNotification", {
  1305. Title = "Success!";
  1306. Text = "Workspace unlocked. Use ;lockws to lock.";
  1307. })
  1308. end
  1309. if string.sub(msg, 1, 7) == (prefix.."lockws") then
  1310. local a = game:GetService("Workspace"):getChildren()
  1311. for i = 1, #a do
  1312. if a[i].className == "Part" then
  1313. a[i].Locked = true
  1314. elseif a[i].className == "Model" then
  1315. local r = a[i]:getChildren()
  1316. for i = 1, #r do
  1317. if r[i].className == "Part" then
  1318. r[i].Locked = true
  1319. end
  1320. end
  1321. end
  1322. end
  1323. end
  1324. if string.sub(msg, 1, 7) == (prefix.."btools") then
  1325. local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  1326. Clone_T.BinType = "Clone"
  1327. local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  1328. Destruct.BinType = "Hammer"
  1329. local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  1330. Hold_T.BinType = "Grab"
  1331. end
  1332. if string.sub(msg, 1, 7) == (prefix.."pstand") then
  1333. lplayer.Character.Humanoid.PlatformStand = true
  1334. end
  1335. if string.sub(msg, 1, 9) == (prefix.."unpstand") then
  1336. lplayer.Character.Humanoid.PlatformStand = false
  1337. end
  1338. if string.sub(msg, 1, 10) == (prefix.."blockhead") then
  1339. lplayer.Character.Head.Mesh:Destroy()
  1340. end
  1341. if string.sub(msg, 1, 4) == (prefix.."sit") then
  1342. lplayer.Character.Humanoid.Sit = true
  1343. end
  1344. if string.sub(msg, 1, 10) == (prefix.."bringobj ") then
  1345. local function bringobjw()
  1346. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  1347. if obj.Name == (string.sub(msg, 11)) then
  1348. obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  1349. obj.CanCollide = false
  1350. obj.Transparency = 0.7
  1351. wait()
  1352. obj.CFrame = lplayer.Character["Left Leg"].CFrame
  1353. wait()
  1354. obj.CFrame = lplayer.Character["Right Leg"].CFrame
  1355. wait()
  1356. obj.CFrame = lplayer.Character["Head"].CFrame
  1357. end
  1358. end
  1359. end
  1360. while wait() do
  1361. bringobjw()
  1362. end
  1363. game:GetService("StarterGui"):SetCore("SendNotification", {
  1364. Title = "BringObj";
  1365. Text = "BringObj enabled.";
  1366. })
  1367. end
  1368. if string.sub(msg, 1, 7) == (prefix.."wsvis ") then
  1369. vis = (string.sub(msg, 8))
  1370. local a = game:GetService("Workspace"):GetDescendants()
  1371. for i = 1, #a do
  1372. if a[i].className == "Part" then
  1373. a[i].Transparency = vis
  1374. elseif a[i].className == "Model" then
  1375. local r = a[i]:getChildren()
  1376. for i = 1, #r do
  1377. if r[i].className == "Part" then
  1378. r[i].Transparency = vis
  1379. end
  1380. end
  1381. end
  1382. end
  1383. end
  1384. if string.sub(msg, 1, 11) == (prefix.."hypertotal") then
  1385. loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  1386. game:GetService("StarterGui"):SetCore("SendNotification", {
  1387. Title = "Success!";
  1388. Text = "HyperTotal GUI Loaded!";
  1389. })
  1390. end
  1391. if string.sub(msg, 1, 5) == (prefix.."cmds") then
  1392. CMDSFRAME.Visible = true
  1393. end
  1394. if string.sub(msg, 1, 10) == (prefix.."rmeshhats") then
  1395. for i,v in pairs(lplayer.Character:GetChildren()) do
  1396. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  1397. v.Handle.Mesh:Destroy()
  1398. end
  1399. end
  1400. end
  1401. if string.sub(msg, 1, 10) == (prefix.."blockhats") then
  1402. for i,v in pairs(lplayer.Character:GetChildren()) do
  1403. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  1404. v.Handle.Mesh:Destroy()
  1405. end
  1406. end
  1407. end
  1408. if string.sub(msg, 1, 10) == (prefix.."rmeshtool") then
  1409. for i,v in pairs(lplayer.Character:GetChildren()) do
  1410. if (v:IsA("Tool")) then
  1411. v.Handle.Mesh:Destroy()
  1412. end
  1413. end
  1414. end
  1415. if string.sub(msg, 1, 10) == (prefix.."blocktool") then
  1416. for i,v in pairs(lplayer.Character:GetChildren()) do
  1417. if (v:IsA("Tool")) then
  1418. v.Handle.Mesh:Destroy()
  1419. end
  1420. end
  1421. end
  1422. if string.sub(msg, 1, 8) == (prefix.."spinner") then
  1423. local p = Instance.new("RocketPropulsion")
  1424. p.Parent = lplayer.Character.HumanoidRootPart
  1425. p.Name = "Spinner"
  1426. p.Target = lplayer.Character["Left Arm"]
  1427. p:Fire()
  1428. game:GetService("StarterGui"):SetCore("SendNotification", {
  1429. Title = "Spinner enabled";
  1430. Text = "Type ;nospinner to disable.";
  1431. })
  1432. end
  1433. if string.sub(msg, 1, 10) == (prefix.."nospinner") then
  1434. lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  1435. end
  1436. if string.sub(msg, 1, 7) == (prefix.."reachd") then
  1437. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  1438. if v:isA("Tool") then
  1439. local a = Instance.new("SelectionBox",v.Handle)
  1440. a.Adornee = v.Handle
  1441. v.Handle.Size = Vector3.new(0.5,0.5,60)
  1442. v.GripPos = Vector3.new(0,0,0)
  1443. lplayer.Character.Humanoid:UnequipTools()
  1444. end
  1445. end
  1446. game:GetService("StarterGui"):SetCore("SendNotification", {
  1447. Title = "Reach applied!";
  1448. Text = "Applied to equipped sword. Use ;noreach to disable.";
  1449. })
  1450. end
  1451. if string.sub(msg, 1, 7) == (prefix.."reach ") then
  1452. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  1453. if v:isA("Tool") then
  1454. handleSize = v.Handle.Size
  1455. wait()
  1456. local a = Instance.new("SelectionBox",v.Handle)
  1457. a.Name = "a"
  1458. a.Adornee = v.Handle
  1459. v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(msg, 8)))
  1460. v.GripPos = Vector3.new(0,0,0)
  1461. lplayer.Character.Humanoid:UnequipTools()
  1462. end
  1463. end
  1464. game:GetService("StarterGui"):SetCore("SendNotification", {
  1465. Title = "Reach applied!";
  1466. Text = "Applied to equipped sword. Use ;noreach to disable.";
  1467. })
  1468. end
  1469. if string.sub(msg, 1, 8) == (prefix.."noreach") then
  1470. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  1471. if v:isA("Tool") then
  1472. v.Handle.a:Destroy()
  1473. v.Handle.Size = handleSize
  1474. end
  1475. end
  1476. game:GetService("StarterGui"):SetCore("SendNotification", {
  1477. Title = "Reach removed!";
  1478. Text = "Removed reach from equipped sword.";
  1479. })
  1480. end
  1481. if string.sub(msg, 1, 7) == (prefix.."rkill ") then
  1482. for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  1483. lplayer.Character.Humanoid.Name = 1
  1484. local l = lplayer.Character["1"]:Clone()
  1485. l.Parent = lplayer.Character
  1486. l.Name = "Humanoid"
  1487. wait(0.1)
  1488. lplayer.Character["1"]:Destroy()
  1489. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1490. lplayer.Character.Animate.Disabled = true
  1491. wait(0.1)
  1492. lplayer.Character.Animate.Disabled = false
  1493. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1494. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1495. lplayer.Character.Humanoid:EquipTool(v)
  1496. end
  1497. wait(0.1)
  1498. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1499. wait(0.2)
  1500. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1501. wait(0.5)
  1502. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  1503. game:GetService("StarterGui"):SetCore("SendNotification", {
  1504. Title = "Tools needed!";
  1505. Text = "You need a tool in your backpack for this command!";
  1506. })
  1507. end
  1508. end
  1509. if string.sub(msg, 1, 7) == (prefix.."tp me ") then
  1510. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  1511. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1512. end
  1513. end
  1514. if string.sub(msg, 1, 8) == (prefix.."cbring ") then
  1515. if (string.sub(msg, 9)) == "all" or (string.sub(msg, 9)) == "All" or (string.sub(msg, 9)) == "ALL" then
  1516. cbringall = true
  1517. else
  1518. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1519. brplr = v.Name
  1520. end
  1521. end
  1522. cbring = true
  1523. end
  1524. if string.sub(msg, 1, 9) == (prefix.."uncbring") then
  1525. cbring = false
  1526. cbringall = false
  1527. end
  1528. if string.sub(msg, 1, 6) == (prefix.."swap ") then
  1529. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1530. local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1531. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  1532. lplayer.Character.Humanoid.Name = 1
  1533. local l = lplayer.Character["1"]:Clone()
  1534. l.Parent = lplayer.Character
  1535. l.Name = "Humanoid"
  1536. wait(0.1)
  1537. lplayer.Character["1"]:Destroy()
  1538. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1539. lplayer.Character.Animate.Disabled = true
  1540. wait(0.1)
  1541. lplayer.Character.Animate.Disabled = false
  1542. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1543. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1544. lplayer.Character.Humanoid:EquipTool(v)
  1545. end
  1546. local function tp(player,player2)
  1547. local char1,char2=player.Character,player2.Character
  1548. if char1 and char2 then
  1549. char1:MoveTo(char2.Head.Position)
  1550. end
  1551. end
  1552. wait(0.1)
  1553. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1554. wait(0.2)
  1555. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1556. wait(0.5)
  1557. lplayer.Character.HumanoidRootPart.CFrame = NOW
  1558. wait(0.6)
  1559. tp(lplayer, game:GetService("Players")[v.Name])
  1560. wait(0.4)
  1561. lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  1562. game:GetService("StarterGui"):SetCore("SendNotification", {
  1563. Title = "Tools needed!";
  1564. Text = "You need a tool in your backpack for this command!";
  1565. })
  1566. end
  1567. end
  1568. if string.sub(msg, 1, 8) == (prefix.."glitch ") then
  1569. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1570. lplayer.Character.Humanoid.Name = 1
  1571. local l = lplayer.Character["1"]:Clone()
  1572. l.Parent = lplayer.Character
  1573. l.Name = "Humanoid"
  1574. wait(0.1)
  1575. lplayer.Character["1"]:Destroy()
  1576. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1577. lplayer.Character.Animate.Disabled = true
  1578. wait(0.1)
  1579. lplayer.Character.Animate.Disabled = false
  1580. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1581. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1582. lplayer.Character.Humanoid:EquipTool(v)
  1583. end
  1584. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  1585. wait(0.3)
  1586. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  1587. wait(0.4)
  1588. b = Instance.new("BodyForce")
  1589. b.Parent = lplayer.Character.HumanoidRootPart
  1590. b.Name = "Glitch"
  1591. b.Force = Vector3.new(100000000,5000,0)
  1592. game:GetService("StarterGui"):SetCore("SendNotification", {
  1593. Title = "Tools needed!";
  1594. Text = "You need a tool in your backpack for this command!";
  1595. })
  1596. end
  1597. end
  1598. if string.sub(msg, 1, 9) == (prefix.."unglitch") then
  1599. lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  1600. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  1601. b = Instance.new("BodyForce")
  1602. b.Parent = lplayer.Character.HumanoidRootPart
  1603. b.Name = "unGlitch"
  1604. b.Force = Vector3.new(0,-5000000,0)
  1605. wait(2)
  1606. lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  1607. end
  1608. if string.sub(msg, 1, 9) == (prefix.."grespawn") then
  1609. lplayer.Character.Humanoid.Health = 0
  1610. wait(1)
  1611. lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  1612. lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  1613. end
  1614. if string.sub(msg, 1, 9) == (prefix.."explorer") then
  1615. loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  1616. game:GetService("StarterGui"):SetCore("SendNotification", {
  1617. Title = "Success!";
  1618. Text = "DEX Explorer has loaded.";
  1619. })
  1620. end
  1621. if string.sub(msg, 1, 6) == (prefix.."anim ") then
  1622. local Anim = Instance.new("Animation")
  1623. Anim.AnimationId = "rbxassetid://"..(string.sub(msg, 7))
  1624. local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  1625. track:Play(.1, 1, 1)
  1626. end
  1627. if string.sub(msg, 1, 8) == (prefix.."animgui") then
  1628. loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  1629. game:GetService("StarterGui"):SetCore("SendNotification", {
  1630. Title = "Success!";
  1631. Text = "Energize Animations GUI has loaded.";
  1632. })
  1633. end
  1634. if string.sub(msg, 1, 8) == (prefix.."savepos") then
  1635. saved = lplayer.Character.HumanoidRootPart.CFrame
  1636. game:GetService("StarterGui"):SetCore("SendNotification", {
  1637. Title = "Position Saved";
  1638. Text = "Use ;loadpos to return to saved position.";
  1639. })
  1640. end
  1641. if string.sub(msg, 1, 8) == (prefix.."loadpos") then
  1642. lplayer.Character.HumanoidRootPart.CFrame = saved
  1643. end
  1644. if string.sub(msg, 1, 6) == (prefix.."bang ") then
  1645. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1646. local Anim2 = Instance.new("Animation")
  1647. Anim2.AnimationId = "rbxassetid://148840371"
  1648. local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  1649. track2:Play(.1, 1, 1)
  1650. bplrr = v.Name
  1651. banpl = true
  1652. end
  1653. end
  1654. if string.sub(msg, 1, 7) == (prefix.."unbang") then
  1655. banpl = false
  1656. end
  1657. if string.sub(msg, 1, 10) == (prefix.."bringmod ") then
  1658. local function bringmodw()
  1659. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  1660. if obj.Name == (string.sub(msg, 11)) then
  1661. for i,ch in pairs(obj:GetDescendants()) do
  1662. if (ch:IsA("BasePart")) then
  1663. ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  1664. ch.CanCollide = false
  1665. ch.Transparency = 0.7
  1666. wait()
  1667. ch.CFrame = lplayer.Character["Left Leg"].CFrame
  1668. wait()
  1669. ch.CFrame = lplayer.Character["Right Leg"].CFrame
  1670. wait()
  1671. ch.CFrame = lplayer.Character["Head"].CFrame
  1672. end
  1673. end
  1674. end
  1675. end
  1676. end
  1677. while wait() do
  1678. bringmodw()
  1679. end
  1680. game:GetService("StarterGui"):SetCore("SendNotification", {
  1681. Title = "BringMod";
  1682. Text = "BringMod enabled.";
  1683. })
  1684. end
  1685. if string.sub(msg, 1, 8) == (prefix.."respawn") then
  1686. local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  1687. local hum = Instance.new('Humanoid', mod)
  1688. local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  1689. lplayer.Character = mod
  1690. end
  1691. if string.sub(msg, 1, 9) == (prefix.."shutdown") then
  1692. game:GetService'RunService'.Stepped:Connect(function()
  1693. pcall(function()
  1694. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  1695. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  1696. for _,x in pairs(v.Character.Head:GetChildren()) do
  1697. if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  1698. end
  1699. end
  1700. end
  1701. end)
  1702. end)
  1703. game:GetService("StarterGui"):SetCore("SendNotification", {
  1704. Title = "Attempting Shutdown";
  1705. Text = "Shutdown Attempt has begun.";
  1706. })
  1707. end
  1708. if string.sub(msg, 1, 8) == (prefix.."delobj ") then
  1709. objtodel = (string.sub(msg, 9))
  1710. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  1711. if v.Name == objtodel then
  1712. v:Destroy()
  1713. end
  1714. end
  1715. end
  1716. if string.sub(msg, 1, 8) == (prefix.."getplrs") then
  1717. for i,v in pairs(game:GetService("Players"):GetPlayers())do
  1718. print(v)
  1719. end
  1720. game:GetService("StarterGui"):SetCore("SendNotification", {
  1721. Title = "Printed";
  1722. Text = "Players have been printed to console. (F9)";
  1723. })
  1724. end
  1725. if string.sub(msg, 1, 9) == (prefix.."deldecal") then
  1726. for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  1727. if (v:IsA("Decal")) then
  1728. v:Destroy()
  1729. end
  1730. end
  1731. end
  1732. if string.sub(msg, 1, 11) == (prefix.."opfinality") then
  1733. loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  1734. game:GetService("StarterGui"):SetCore("SendNotification", {
  1735. Title = "Success!";
  1736. Text = "OpFinality GUI has loaded.";
  1737. })
  1738. end
  1739. if string.sub(msg, 1, 8) == (prefix.."remotes") then
  1740. remotes = true
  1741. added = true
  1742. game.DescendantAdded:connect(function(rmt)
  1743. if added == true then
  1744. if remotes == true then
  1745. if rmt:IsA("RemoteEvent") then
  1746. print("A RemoteEvent was added!")
  1747. print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  1748. print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  1749. end end end
  1750. end)
  1751. game.DescendantAdded:connect(function(rmtfnctn)
  1752. if added == true then
  1753. if remotes == true then
  1754. if rmtfnctn:IsA("RemoteFunction") then
  1755. warn("A RemoteFunction was added!")
  1756. warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  1757. print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  1758. end end end
  1759. end)
  1760.  
  1761. game.DescendantAdded:connect(function(bndfnctn)
  1762. if added == true then
  1763. if binds == true then
  1764. if bndfnctn:IsA("BindableFunction") then
  1765. print("A BindableFunction was added!")
  1766. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  1767. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  1768. end end end
  1769. end)
  1770.  
  1771. game.DescendantAdded:connect(function(bnd)
  1772. if added == true then
  1773. if binds == true then
  1774. if bnd:IsA("BindableEvent") then
  1775. warn("A BindableEvent was added!")
  1776. warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  1777. print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  1778. end end end
  1779. end)
  1780.  
  1781.  
  1782. if binds == true then
  1783. for i,v in pairs(game:GetDescendants()) do
  1784. if v:IsA("BindableFunction") then
  1785. print(" game." .. v:GetFullName() .. " | BindableFunction")
  1786. print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  1787. end end
  1788. for i,v in pairs(game:GetDescendants()) do
  1789. if v:IsA("BindableEvent") then
  1790. warn(" game." .. v:GetFullName() .. " | BindableEvent")
  1791. print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  1792. end end
  1793. else
  1794. print("Off")
  1795. end
  1796. if remotes == true then
  1797. for i,v in pairs(game:GetDescendants()) do
  1798. if v:IsA("RemoteFunction") then
  1799. warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  1800. print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  1801. end end
  1802. wait()
  1803. for i,v in pairs(game:GetDescendants()) do
  1804. if v:IsA("RemoteEvent") then
  1805. print(" game." .. v:GetFullName() .. " | RemoteEvent")
  1806. print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  1807. end end
  1808. else
  1809. print("Off")
  1810. end
  1811. game:GetService("StarterGui"):SetCore("SendNotification", {
  1812. Title = "Printing Remotes";
  1813. Text = "Type ;noremotes to disable.";
  1814. })
  1815. end
  1816. if string.sub(msg, 1, 10) == (prefix.."noremotes") then
  1817. remotes = false
  1818. added = false
  1819. game:GetService("StarterGui"):SetCore("SendNotification", {
  1820. Title = "Printing Remotes Disabled";
  1821. Text = "Type ;remotes to enable.";
  1822. })
  1823. end
  1824. if string.sub(msg, 1, 10) == (prefix.."tpdefault") then
  1825. spin = false
  1826. followed = false
  1827. traill = false
  1828. noclip = false
  1829. annoying = false
  1830. hwalk = false
  1831. cbringing = false
  1832. end
  1833. if string.sub(msg, 1, 8) == (prefix.."stopsit") then
  1834. stopsitting = true
  1835. end
  1836. if string.sub(msg, 1, 6) == (prefix.."gosit") then
  1837. stopsitting = false
  1838. end
  1839. if string.sub(msg, 1, 8) == (prefix.."version") then
  1840. print(adminversion)
  1841. game:GetService("StarterGui"):SetCore("SendNotification", {
  1842. Title = "Version";
  1843. Text = adminversion;
  1844. })
  1845. end
  1846. if string.sub(msg, 1, 8) == (prefix.."clicktp") then
  1847. clickgoto = true
  1848. game:GetService("StarterGui"):SetCore("SendNotification", {
  1849. Title = "Click TP";
  1850. Text = "Press E to teleport to mouse position, ;noclicktp to stop";
  1851. })
  1852. end
  1853. if string.sub(msg, 1, 9) == (prefix.."clickdel") then
  1854. clickdel = true
  1855. game:GetService("StarterGui"):SetCore("SendNotification", {
  1856. Title = "Click Delete";
  1857. Text = "Press E to delete part at mouse, ;noclickdel to stop";
  1858. })
  1859. end
  1860. if string.sub(msg, 1, 11) == (prefix.."noclickdel") then
  1861. clickdel = false
  1862. game:GetService("StarterGui"):SetCore("SendNotification", {
  1863. Title = "Click Delete";
  1864. Text = "Click delete has been disabled.";
  1865. })
  1866. end
  1867. if string.sub(msg, 1, 10) == (prefix.."noclicktp") then
  1868. clickgoto = false
  1869. game:GetService("StarterGui"):SetCore("SendNotification", {
  1870. Title = "Click TP";
  1871. Text = "Click TP has been disabled.";
  1872. })
  1873. end
  1874. if string.sub(msg, 1, 8) == (prefix.."toolson") then
  1875. gettingtools = true
  1876. game:GetService("StarterGui"):SetCore("SendNotification", {
  1877. Title = "Tools Enabled";
  1878. Text = "Automatically colleting tools dropped.";
  1879. })
  1880. end
  1881. if string.sub(msg, 1, 9) == (prefix.."toolsoff") then
  1882. gettingtools = false
  1883. game:GetService("StarterGui"):SetCore("SendNotification", {
  1884. Title = "Tools Disabled";
  1885. Text = "Click TP has been disabled.";
  1886. })
  1887. end
  1888. if string.sub(msg, 1, 10) == (prefix.."delcmdbar") then
  1889. ScreenGui:Destroy()
  1890. end
  1891. if string.sub(msg, 1, 6) == (prefix.."reset") then
  1892. lplayer.Character.Head:Destroy()
  1893. end
  1894. if string.sub(msg, 1, 7) == (prefix.."state ") then
  1895. statechosen = string.sub(msg, 8)
  1896. changingstate = true
  1897. end
  1898. if string.sub(msg, 1, 9) == (prefix.."gravity ") then
  1899. game:GetService("Workspace").Gravity = string.sub(msg, 10)
  1900. end
  1901. if string.sub(msg, 1, 10) == (prefix.."looprhats") then
  1902. removingmeshhats = true
  1903. end
  1904. if string.sub(msg, 1, 12) == (prefix.."unlooprhats") then
  1905. removingmeshhats = false
  1906. end
  1907. if string.sub(msg, 1, 10) == (prefix.."looprtool") then
  1908. removingmeshtool = true
  1909. end
  1910. if string.sub(msg, 1, 12) == (prefix.."unlooprtool") then
  1911. removingmeshtool = false
  1912. end
  1913. if string.sub(msg, 1, 10) == (prefix.."givetool ") then
  1914. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  1915. if v:IsA("Tool") then
  1916. for i,player in pairs(GetPlayer(string.sub(msg, 11))) do
  1917. v.Parent = player.Character
  1918. end
  1919. end
  1920. end
  1921. end
  1922. if string.sub(msg, 1, 14) == (prefix.."givealltools ") then
  1923. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  1924. if v:IsA("Tool") then
  1925. v.Parent = lplayer.Character
  1926. wait()
  1927. for i,player in pairs(GetPlayer(string.sub(msg, 15))) do
  1928. v.Parent = player.Character
  1929. end
  1930. end
  1931. end
  1932. end
  1933. if string.sub(msg, 1, 5) == (prefix.."age ") then
  1934. for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  1935. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  1936. end
  1937. end
  1938. if string.sub(msg, 1, 4) == (prefix.."id ") then
  1939. for i,player in pairs(GetPlayer(string.sub(msg, 5))) do
  1940. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  1941. end
  1942. end
  1943. if string.sub(msg, 1, 6) == (prefix..".age ") then
  1944. for i,player in pairs(GetPlayer(string.sub(msg, 7))) do
  1945. game:GetService("StarterGui"):SetCore("SendNotification", {
  1946. Title = player.AccountAge.." Days";
  1947. Text = "Account age of "..player.Name;
  1948. })
  1949. end
  1950. end
  1951. if string.sub(msg, 1, 5) == (prefix..".id ") then
  1952. for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  1953. game:GetService("StarterGui"):SetCore("SendNotification", {
  1954. Title = player.UserId.." ID";
  1955. Text = "Account ID of "..player.Name;
  1956. })
  1957. end
  1958. end
  1959. if string.sub(msg, 1, 7) == (prefix.."gameid") then
  1960. game:GetService("StarterGui"):SetCore("SendNotification", {
  1961. Title = "Game ID";
  1962. Text = "Game ID: ".. game.GameId;
  1963. })
  1964. end
  1965. if string.sub(msg, 1, 4) == (prefix.."pgs") then
  1966. local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  1967. if pgscheck == true then
  1968. game:GetService("StarterGui"):SetCore("SendNotification", {
  1969. Title = "PGSPhysicsSolverEnabled";
  1970. Text = "PGS is Enabled!";
  1971. })
  1972. else
  1973. game:GetService("StarterGui"):SetCore("SendNotification", {
  1974. Title = "PGSPhysicsSolverEnabled";
  1975. Text = "PGS is Disabled!";
  1976. })
  1977. end
  1978. end
  1979. if string.sub(msg, 1, 12) == (prefix.."removeinvis") then
  1980. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  1981. if v:IsA("Part") then
  1982. if v.Transparency == 1 then
  1983. if v.Name ~= "HumanoidRootPart" then
  1984. v:Destroy()
  1985. end
  1986. end
  1987. end
  1988. end
  1989. end
  1990. if string.sub(msg, 1, 10) == (prefix.."removefog") then
  1991. game:GetService("Lighting").FogStart = 0
  1992. game:GetService("Lighting").FogEnd = 9999999999999
  1993. end
  1994. if string.sub(msg, 1, 8) == (prefix.."disable") then
  1995. lplayer.Character.Humanoid.Parent = lplayer
  1996. end
  1997. if string.sub(msg, 1, 7) == (prefix.."enable") then
  1998. lplayer.Humanoid.Parent = lplayer.Character
  1999. end
  2000. if string.sub(msg, 1, 8) == (prefix.."prefix ") then
  2001. prefix = (string.sub(msg, 9, 9))
  2002. wait(0.1)
  2003. change()
  2004. wait(0.1)
  2005. game:GetService("StarterGui"):SetCore("SendNotification", {
  2006. Title = "Prefix changed!";
  2007. Text = "Prefix is now "..prefix..". Use ;resetprefix to reset to ;";
  2008. })
  2009. end
  2010. if string.sub(msg, 1, 12) == (";resetprefix") then
  2011. prefix = ";"
  2012. wait(0.1)
  2013. change()
  2014. wait(0.1)
  2015. game:GetService("StarterGui"):SetCore("SendNotification", {
  2016. Title = "Prefix changed!";
  2017. Text = "Prefix is now "..prefix..". Make sure it's one key!";
  2018. })
  2019. end
  2020. if string.sub(msg, 1, 10) == (prefix.."flyspeed ") then
  2021. speedfly = string.sub(msg, 11)
  2022. wait()
  2023. change()
  2024. end
  2025. if string.sub(msg, 1, 8) == (prefix.."carpet ") then
  2026. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  2027. local Anim3 = Instance.new("Animation")
  2028. Anim3.AnimationId = "rbxassetid://282574440"
  2029. local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  2030. track3:Play(.1, 1, 1)
  2031. bplrr = v.Name
  2032. banpl = true
  2033. end
  2034. end
  2035. if string.sub(msg, 1, 9) == (prefix.."uncarpet") then
  2036. banpl = false
  2037. end
  2038. if string.sub(msg, 1, 7) == (prefix.."stare ") then
  2039. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  2040. staring = true
  2041. stareplr = v
  2042. end
  2043. end
  2044. if string.sub(msg, 1, 8) == (prefix.."unstare") then
  2045. staring = false
  2046. end
  2047. if string.sub(msg, 1, 8) == (prefix.."logchat") then
  2048. chatlogs = true
  2049. game:GetService("StarterGui"):SetCore("SendNotification", {
  2050. Title = "LogChat enabled";
  2051. Text = "Now logging all player chat.";
  2052. })
  2053. end
  2054. if string.sub(msg, 1, 10) == (prefix.."unlogchat") then
  2055. chatlogs = false
  2056. game:GetService("StarterGui"):SetCore("SendNotification", {
  2057. Title = "LogChat disabled";
  2058. Text = "Stopped logging all player chat.";
  2059. })
  2060. end
  2061. if string.sub(msg, 1, 7) == (prefix.."fixcam") then
  2062. game:GetService("Workspace").CurrentCamera:Destroy()
  2063. wait(0.1)
  2064. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  2065. game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  2066. lplayer.CameraMinZoomDistance = 0.5
  2067. lplayer.CameraMaxZoomDistance = 400
  2068. lplayer.CameraMode = "Classic"
  2069. end
  2070. if string.sub(msg, 1, 8) == (prefix.."unstate") then
  2071. changingstate = false
  2072. end
  2073. end)
  2074.  
  2075. local function tp()
  2076. for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  2077. if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  2078. if player.Name == brplr then
  2079. player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 2
  2080. end
  2081. end
  2082. end
  2083. end
  2084. local function tpall()
  2085. for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  2086. if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  2087. player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 3
  2088. end
  2089. end
  2090. end
  2091. spawn(function()
  2092. while wait(spamdelay) do
  2093. if spamming == true then
  2094. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(spamtext, "All")
  2095. end
  2096. end
  2097. end)
  2098. spawn(function()
  2099. while wait(spamdelay) do
  2100. if spammingpm == true then
  2101. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/w "..pmspammed.." @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", "All")
  2102. end
  2103. end
  2104. end)
  2105. spawn(function()
  2106. while wait() do
  2107. if cbring == true then
  2108. tp()
  2109. end
  2110. end
  2111. end)
  2112. spawn(function()
  2113. while wait() do
  2114. if cbringall == true then
  2115. tpall()
  2116. end
  2117. end
  2118. end)
  2119.  
  2120. Mouse.KeyDown:connect(function(Key)
  2121. if Key == prefix then
  2122. CMDBAR:CaptureFocus()
  2123. end
  2124. end)
  2125.  
  2126. CMDBAR.FocusLost:connect(function(enterPressed)
  2127. if enterPressed then
  2128. if string.sub(CMDBAR.Text, 1, 5) == ("kill ") then
  2129. if string.sub(CMDBAR.Text, 6) == "me" then
  2130. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  2131. else
  2132. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6)))do
  2133. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2134. lplayer.Character.Humanoid.Name = 1
  2135. local l = lplayer.Character["1"]:Clone()
  2136. l.Parent = lplayer.Character
  2137. l.Name = "Humanoid"
  2138. wait(0.1)
  2139. lplayer.Character["1"]:Destroy()
  2140. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2141. lplayer.Character.Animate.Disabled = true
  2142. wait(0.1)
  2143. lplayer.Character.Animate.Disabled = false
  2144. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2145. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2146. lplayer.Character.Humanoid:EquipTool(v)
  2147. end
  2148. local function tp(player,player2)
  2149. local char1,char2=player.Character,player2.Character
  2150. if char1 and char2 then
  2151. char1:MoveTo(char2.Head.Position)
  2152. end
  2153. end
  2154. wait(0.1)
  2155. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2156. wait(0.2)
  2157. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2158. wait(0.5)
  2159. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  2160. wait(0.7)
  2161. tp(lplayer,game:GetService("Players")[v.Name])
  2162. wait(0.7)
  2163. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2164. game:GetService("StarterGui"):SetCore("SendNotification", {
  2165. Title = "Tools needed!";
  2166. Text = "You need a tool in your backpack for this command!";
  2167. })
  2168. end
  2169. end
  2170. end
  2171. if string.sub(CMDBAR.Text, 1, 6) == ("bring ") then
  2172. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  2173. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2174. lplayer.Character.Humanoid.Name = 1
  2175. local l = lplayer.Character["1"]:Clone()
  2176. l.Parent = lplayer.Character
  2177. l.Name = "Humanoid"
  2178. wait(0.1)
  2179. lplayer.Character["1"]:Destroy()
  2180. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2181. lplayer.Character.Animate.Disabled = true
  2182. wait(0.1)
  2183. lplayer.Character.Animate.Disabled = false
  2184. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2185. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2186. lplayer.Character.Humanoid:EquipTool(v)
  2187. end
  2188. local function tp(player,player2)
  2189. local char1,char2=player.Character,player2.Character
  2190. if char1 and char2 then
  2191. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  2192. end
  2193. end
  2194. local function getout(player,player2)
  2195. local char1,char2=player.Character,player2.Character
  2196. if char1 and char2 then
  2197. char1:MoveTo(char2.Head.Position)
  2198. end
  2199. end
  2200. tp(game:GetService("Players")[v.Name], lplayer)
  2201. wait(0.2)
  2202. tp(game:GetService("Players")[v.Name], lplayer)
  2203. wait(0.5)
  2204. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2205. wait(0.5)
  2206. getout(lplayer, game:GetService("Players")[v.Name])
  2207. wait(0.3)
  2208. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2209. game:GetService("StarterGui"):SetCore("SendNotification", {
  2210. Title = "Tools needed!";
  2211. Text = "You need a tool in your backpack for this command!";
  2212. })
  2213. end
  2214. end
  2215. if string.sub(CMDBAR.Text, 1, 5) == ("spin ") then
  2216. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2217. lplayer.Character.Humanoid.Name = 1
  2218. local l = lplayer.Character["1"]:Clone()
  2219. l.Parent = lplayer.Character
  2220. l.Name = "Humanoid"
  2221. wait(0.1)
  2222. lplayer.Character["1"]:Destroy()
  2223. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2224. lplayer.Character.Animate.Disabled = true
  2225. wait(0.1)
  2226. lplayer.Character.Animate.Disabled = false
  2227. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2228. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2229. lplayer.Character.Humanoid:EquipTool(v)
  2230. end
  2231. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2232. spinplr = v
  2233. wait(0.5)
  2234. spin = true
  2235. game:GetService("StarterGui"):SetCore("SendNotification", {
  2236. Title = "Tools needed!";
  2237. Text = "You need a tool in your backpack for this command!";
  2238. })
  2239. end
  2240. end
  2241. if string.sub(CMDBAR.Text, 1, 6) == ("unspin") then
  2242. spin = false
  2243. end
  2244. if string.sub(CMDBAR.Text, 1, 7) == ("attach ") then
  2245. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2246. lplayer.Character.Humanoid.Name = 1
  2247. local l = lplayer.Character["1"]:Clone()
  2248. l.Parent = lplayer.Character
  2249. l.Name = "Humanoid"
  2250. wait(0.1)
  2251. lplayer.Character["1"]:Destroy()
  2252. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2253. lplayer.Character.Animate.Disabled = true
  2254. wait(0.1)
  2255. lplayer.Character.Animate.Disabled = false
  2256. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2257. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2258. lplayer.Character.Humanoid:EquipTool(v)
  2259. end
  2260. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2261. wait(0.3)
  2262. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2263. attplr = v
  2264. game:GetService("StarterGui"):SetCore("SendNotification", {
  2265. Title = "Tools needed!";
  2266. Text = "You need a tool in your backpack for this command!";
  2267. })
  2268. end
  2269. end
  2270. if string.sub(CMDBAR.Text, 1, 9) == ("unattach ") then
  2271. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  2272. local function getout(player,player2)
  2273. local char1,char2=player.Character,player2.Character
  2274. if char1 and char2 then
  2275. char1:MoveTo(char2.Head.Position)
  2276. end
  2277. end
  2278. getout(lplayer, game:GetService("Players")[v.Name])
  2279. end
  2280. end
  2281. if string.sub(CMDBAR.Text, 1, 7) == ("follow ") then
  2282. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2283. followed = true
  2284. flwplr = v
  2285. end
  2286. end
  2287. if string.sub(CMDBAR.Text, 1, 8) == ("unfollow") then
  2288. followed = false
  2289. end
  2290. if string.sub(CMDBAR.Text, 1, 9) == ("freefall ") then
  2291. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  2292. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2293. lplayer.Character.Humanoid.Name = 1
  2294. local l = lplayer.Character["1"]:Clone()
  2295. l.Parent = lplayer.Character
  2296. l.Name = "Humanoid"
  2297. wait(0.1)
  2298. lplayer.Character["1"]:Destroy()
  2299. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2300. lplayer.Character.Animate.Disabled = true
  2301. wait(0.1)
  2302. lplayer.Character.Animate.Disabled = false
  2303. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2304. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2305. lplayer.Character.Humanoid:EquipTool(v)
  2306. end
  2307. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2308. wait(0.2)
  2309. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2310. wait(0.6)
  2311. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2312. wait(0.6)
  2313. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  2314. game:GetService("StarterGui"):SetCore("SendNotification", {
  2315. Title = "Tools needed!";
  2316. Text = "You need a tool in your backpack for this command!";
  2317. })
  2318. end
  2319. end
  2320. if string.sub(CMDBAR.Text, 1, 6) == ("trail ") then
  2321. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2322. traill = true
  2323. trlplr = v
  2324. end
  2325. end
  2326. if string.sub(CMDBAR.Text, 1, 7) == ("untrail") then
  2327. traill = false
  2328. end
  2329. if string.sub(CMDBAR.Text, 1, 6) == ("orbit ") then
  2330. if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  2331. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2332. else
  2333. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2334. local o = Instance.new("RocketPropulsion")
  2335. o.Parent = lplayer.Character.HumanoidRootPart
  2336. o.Name = "Orbit"
  2337. o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  2338. o:Fire()
  2339. noclip = true
  2340. end
  2341. end
  2342. end
  2343. if string.sub(CMDBAR.Text, 1, 7) == ("unorbit") then
  2344. lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  2345. noclip = false
  2346. end
  2347. if string.sub(CMDBAR.Text, 1, 6) == ("fling ") then
  2348. if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  2349. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2350. else
  2351. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2352. local y = Instance.new("RocketPropulsion")
  2353. y.Parent = lplayer.Character.HumanoidRootPart
  2354. y.CartoonFactor = 1
  2355. y.MaxThrust = 800000
  2356. y.MaxSpeed = 1000
  2357. y.ThrustP = 200000
  2358. y.Name = "Fling"
  2359. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  2360. y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  2361. y:Fire()
  2362. noclip = true
  2363. end
  2364. end
  2365. end
  2366. if string.sub(CMDBAR.Text, 1, 7) == ("unfling") then
  2367. noclip = false
  2368. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  2369. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  2370. wait(0.4)
  2371. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  2372. end
  2373. if string.sub(CMDBAR.Text, 1, 7) == ("fecheck") then
  2374. if game:GetService("Workspace").FilteringEnabled == true then
  2375. warn("FE is Enabled (Filtering Enabled)")
  2376. game:GetService("StarterGui"):SetCore("SendNotification", {
  2377. Title = "FE is Enabled";
  2378. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  2379. })
  2380. else
  2381. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  2382. game:GetService("StarterGui"):SetCore("SendNotification", {
  2383. Title = "FE is Disabled";
  2384. Text = "Filtering Disabled. Consider using a different admin script.";
  2385. })
  2386. end
  2387. end
  2388. if string.sub(CMDBAR.Text, 1, 5) == ("void ") then
  2389. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2390. lplayer.Character.Humanoid.Name = 1
  2391. local l = lplayer.Character["1"]:Clone()
  2392. l.Parent = lplayer.Character
  2393. l.Name = "Humanoid"
  2394. wait(0.1)
  2395. lplayer.Character["1"]:Destroy()
  2396. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2397. lplayer.Character.Animate.Disabled = true
  2398. wait(0.1)
  2399. lplayer.Character.Animate.Disabled = false
  2400. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2401. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2402. lplayer.Character.Humanoid:EquipTool(v)
  2403. end
  2404. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2405. wait(0.2)
  2406. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2407. wait(0.6)
  2408. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  2409. game:GetService("StarterGui"):SetCore("SendNotification", {
  2410. Title = "Tools needed!";
  2411. Text = "You need a tool in your backpack for this command!";
  2412. })
  2413. end
  2414. end
  2415. if string.sub(CMDBAR.Text, 1, 6) == ("noclip") then
  2416. noclip = true
  2417. game:GetService("StarterGui"):SetCore("SendNotification", {
  2418. Title = "Noclip enabled";
  2419. Text = "Type ;clip to disable";
  2420. })
  2421. end
  2422. if string.sub(CMDBAR.Text, 1, 4) == ("clip") then
  2423. noclip = false
  2424. game:GetService("StarterGui"):SetCore("SendNotification", {
  2425. Title = "Noclip disabled";
  2426. Text = "Type ;noclip to enable";
  2427. })
  2428. end
  2429. if string.sub(CMDBAR.Text, 1, 6) == ("speed ") then
  2430. lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 7))
  2431. end
  2432. if string.sub(CMDBAR.Text, 1, 3) == ("ws ") then
  2433. lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 4))
  2434. end
  2435. if string.sub(CMDBAR.Text, 1, 10) == ("hipheight ") then
  2436. lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 11))
  2437. end
  2438. if string.sub(CMDBAR.Text, 1, 3) == ("hh ") then
  2439. lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 4))
  2440. end
  2441. if string.sub(CMDBAR.Text, 1, 10) == ("jumppower ") then
  2442. lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 11))
  2443. end
  2444. if string.sub(CMDBAR.Text, 1, 3) == ("jp ") then
  2445. lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 4))
  2446. end
  2447. if string.sub(CMDBAR.Text, 1, 7) == ("default") then
  2448. lplayer.Character.Humanoid.JumpPower = 50
  2449. lplayer.Character.Humanoid.WalkSpeed = 16
  2450. lplayer.Character.Humanoid.HipHeight = 0
  2451. end
  2452. if string.sub(CMDBAR.Text, 1, 6) == ("annoy ") then
  2453. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2454. annoying = true
  2455. annplr = v
  2456. end
  2457. end
  2458. if string.sub(CMDBAR.Text, 1, 7) == ("unannoy") then
  2459. annoying = false
  2460. end
  2461. if string.sub(CMDBAR.Text, 1, 9) == ("headwalk ") then
  2462. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  2463. hwalk = true
  2464. hdwplr = v
  2465. end
  2466. end
  2467. if string.sub(CMDBAR.Text, 1, 10) == ("unheadwalk") then
  2468. hwalk = false
  2469. end
  2470. if string.sub(CMDBAR.Text, 1, 7) == ("nolimbs") then
  2471. lplayer.Character["Left Leg"]:Destroy()
  2472. lplayer.Character["Left Arm"]:Destroy()
  2473. lplayer.Character["Right Leg"]:Destroy()
  2474. lplayer.Character["Right Arm"]:Destroy()
  2475. end
  2476. if string.sub(CMDBAR.Text, 1, 3) == ("god") then
  2477. lplayer.Character.Humanoid.Name = 1
  2478. local l = lplayer.Character["1"]:Clone()
  2479. l.Parent = lplayer.Character
  2480. l.Name = "Humanoid"
  2481. wait(0.1)
  2482. lplayer.Character["1"]:Destroy()
  2483. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2484. lplayer.Character.Animate.Disabled = true
  2485. wait(0.1)
  2486. lplayer.Character.Animate.Disabled = false
  2487. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2488. game:GetService("StarterGui"):SetCore("SendNotification", {
  2489. Title = "FE Godmode enabled";
  2490. Text = "Use ;grespawn or ;respawn to remove.";
  2491. })
  2492. end
  2493. if string.sub(CMDBAR.Text, 1, 8) == ("drophats") then
  2494. for i,v in pairs(lplayer.Character:GetChildren()) do
  2495. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2496. v.Parent = workspace
  2497. end
  2498. end
  2499. end
  2500. if string.sub(CMDBAR.Text, 1, 8) == ("droptool") then
  2501. for i,v in pairs(lplayer.Character:GetChildren()) do
  2502. if (v:IsA("Tool")) then
  2503. v.Parent = workspace
  2504. end
  2505. end
  2506. end
  2507. if string.sub(CMDBAR.Text, 1, 9) == ("loopdhats") then
  2508. droppinghats = true
  2509. game:GetService("StarterGui"):SetCore("SendNotification", {
  2510. Title = "Loop Drop Enabled";
  2511. Text = "Type ;unloopdhats to disable";
  2512. })
  2513. end
  2514. if string.sub(CMDBAR.Text, 1, 11) == ("unloopdhats") then
  2515. droppinghats = false
  2516. game:GetService("StarterGui"):SetCore("SendNotification", {
  2517. Title = "Loop Drop Disabled";
  2518. Text = "Type ;loopdhats to enable.";
  2519. })
  2520. end
  2521. if string.sub(CMDBAR.Text, 1, 9) == ("loopdtool") then
  2522. droppingtools = true
  2523. game:GetService("StarterGui"):SetCore("SendNotification", {
  2524. Title = "Loop Drop Enabled";
  2525. Text = "Type ;unloopdtool to disable";
  2526. })
  2527. end
  2528. if string.sub(CMDBAR.Text, 1, 11) == ("unloopdtool") then
  2529. droppingtools = false
  2530. game:GetService("StarterGui"):SetCore("SendNotification", {
  2531. Title = "Loop Drop Disabled";
  2532. Text = "Type ;loopdtool to enable.";
  2533. })
  2534. end
  2535. if string.sub(CMDBAR.Text, 1, 9) == ("invisible") then -- Credit to Timeless
  2536. Local = game:GetService('Players').LocalPlayer
  2537. Char = Local.Character
  2538. touched,tpdback = false, false
  2539. box = Instance.new('Part',workspace)
  2540. box.Anchored = true
  2541. box.CanCollide = true
  2542. box.Size = Vector3.new(10,1,10)
  2543. box.Position = Vector3.new(0,10000,0)
  2544. box.Touched:connect(function(part)
  2545. if (part.Parent.Name == Local.Name) then
  2546. if touched == false then
  2547. touched = true
  2548. function apply()
  2549. if script.Disabled ~= true then
  2550. no = Char.HumanoidRootPart:Clone()
  2551. wait(.25)
  2552. Char.HumanoidRootPart:Destroy()
  2553. no.Parent = Char
  2554. Char:MoveTo(loc)
  2555. touched = false
  2556. end end
  2557. if Char then
  2558. apply()
  2559. end
  2560. end
  2561. end
  2562. end)
  2563. repeat wait() until Char
  2564. loc = Char.HumanoidRootPart.Position
  2565. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  2566. game:GetService("StarterGui"):SetCore("SendNotification", {
  2567. Title = "Invisibility enabled!";
  2568. Text = "Reset or use ;respawn to remove.";
  2569. })
  2570. end
  2571. if string.sub(CMDBAR.Text, 1, 5) == ("view ") then
  2572. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2573. if game:GetService("Players")[v.Name].Character.Humanoid then
  2574. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  2575. else
  2576. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  2577. end
  2578. end
  2579. end
  2580. if string.sub(CMDBAR.Text, 1, 6) == ("unview") then
  2581. if lplayer.Character.Humanoid then
  2582. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  2583. else
  2584. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  2585. end
  2586. end
  2587. if string.sub(CMDBAR.Text, 1, 5) == ("goto ") then
  2588. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2589. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2590. end
  2591. end
  2592. if string.sub(CMDBAR.Text, 1, 3) == ("fly") then
  2593. repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  2594. repeat wait() until Mouse
  2595.  
  2596. local T = lplayer.Character.HumanoidRootPart
  2597. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  2598. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  2599. local SPEED = speedget
  2600.  
  2601. local function fly()
  2602. flying = true
  2603. local BG = Instance.new('BodyGyro', T)
  2604. local BV = Instance.new('BodyVelocity', T)
  2605. BG.P = 9e4
  2606. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  2607. BG.cframe = T.CFrame
  2608. BV.velocity = Vector3.new(0, 0.1, 0)
  2609. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  2610. spawn(function()
  2611. repeat wait()
  2612. lplayer.Character.Humanoid.PlatformStand = true
  2613. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  2614. SPEED = 50
  2615. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  2616. SPEED = 0
  2617. end
  2618. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  2619. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (CONTROL.F + CONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(CONTROL.L + CONTROL.R, (CONTROL.F + CONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  2620. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  2621. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  2622. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (lCONTROL.F + lCONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(lCONTROL.L + lCONTROL.R, (lCONTROL.F + lCONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  2623. else
  2624. BV.velocity = Vector3.new(0, 0.1, 0)
  2625. end
  2626. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  2627. until not flying
  2628. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  2629. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  2630. SPEED = 0
  2631. BG:destroy()
  2632. BV:destroy()
  2633. lplayer.Character.Humanoid.PlatformStand = false
  2634. end)
  2635. end
  2636. Mouse.KeyDown:connect(function(KEY)
  2637. if KEY:lower() == 'w' then
  2638. CONTROL.F = speedfly
  2639. elseif KEY:lower() == 's' then
  2640. CONTROL.B = -speedfly
  2641. elseif KEY:lower() == 'a' then
  2642. CONTROL.L = -speedfly
  2643. elseif KEY:lower() == 'd' then
  2644. CONTROL.R = speedfly
  2645. end
  2646. end)
  2647. Mouse.KeyUp:connect(function(KEY)
  2648. if KEY:lower() == 'w' then
  2649. CONTROL.F = 0
  2650. elseif KEY:lower() == 's' then
  2651. CONTROL.B = 0
  2652. elseif KEY:lower() == 'a' then
  2653. CONTROL.L = 0
  2654. elseif KEY:lower() == 'd' then
  2655. CONTROL.R = 0
  2656. end
  2657. end)
  2658. fly()
  2659. end
  2660. if string.sub(CMDBAR.Text, 1, 5) == ("unfly") then
  2661. flying = false
  2662. lplayer.Character.Humanoid.PlatformStand = false
  2663. end
  2664. if string.sub(CMDBAR.Text, 1, 5) == ("chat ") then
  2665. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(CMDBAR.Text, 6)), "All")
  2666. end
  2667. if string.sub(CMDBAR.Text, 1, 5) == ("spam ") then
  2668. spamtext = (string.sub(CMDBAR.Text, 6))
  2669. spamming = true
  2670. end
  2671. if string.sub(CMDBAR.Text, 1, 6) == ("unspam") then
  2672. spamming = false
  2673. end
  2674. if string.sub(CMDBAR.Text, 1, 9) == ("spamwait ") then
  2675. spamdelay = (string.sub(CMDBAR.Text, 10))
  2676. end
  2677. if string.sub(CMDBAR.Text, 1, 7) == ("pmspam ") then
  2678. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2679. pmspammed = v.Name
  2680. spammingpm = true
  2681. end
  2682. end
  2683. if string.sub(CMDBAR.Text, 1, 8) == ("unpmspam") then
  2684. spammingpm = false
  2685. end
  2686. if string.sub(CMDBAR.Text, 1, 8) == ("cfreeze ") then
  2687. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 9))) do
  2688. v.Character["Left Leg"].Anchored = true
  2689. v.Character["Left Arm"].Anchored = true
  2690. v.Character["Right Leg"].Anchored = true
  2691. v.Character["Right Arm"].Anchored = true
  2692. v.Character.Torso.Anchored = true
  2693. v.Character.Head.Anchored = true
  2694. end
  2695. end
  2696. if string.sub(CMDBAR.Text, 1, 10) == ("uncfreeze ") then
  2697. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 11))) do
  2698. v.Character["Left Leg"].Anchored = false
  2699. v.Character["Left Arm"].Anchored = false
  2700. v.Character["Right Leg"].Anchored = false
  2701. v.Character["Right Arm"].Anchored = false
  2702. v.Character.Torso.Anchored = false
  2703. v.Character.Head.Anchored = false
  2704. end
  2705. end
  2706. if string.sub(CMDBAR.Text, 1, 8) == ("unlockws") then
  2707. local a = game:GetService("Workspace"):getChildren()
  2708. for i = 1, #a do
  2709. if a[i].className == "Part" then
  2710. a[i].Locked = false
  2711. elseif a[i].className == "Model" then
  2712. local r = a[i]:getChildren()
  2713. for i = 1, #r do
  2714. if r[i].className == "Part" then
  2715. r[i].Locked = false
  2716. end
  2717. end
  2718. end
  2719. end
  2720. game:GetService("StarterGui"):SetCore("SendNotification", {
  2721. Title = "Success!";
  2722. Text = "Workspace unlocked. Use ;lockws to lock.";
  2723. })
  2724. end
  2725. if string.sub(CMDBAR.Text, 1, 6) == ("lockws") then
  2726. local a = game:GetService("Workspace"):getChildren()
  2727. for i = 1, #a do
  2728. if a[i].className == "Part" then
  2729. a[i].Locked = true
  2730. elseif a[i].className == "Model" then
  2731. local r = a[i]:getChildren()
  2732. for i = 1, #r do
  2733. if r[i].className == "Part" then
  2734. r[i].Locked = true
  2735. end
  2736. end
  2737. end
  2738. end
  2739. end
  2740. if string.sub(CMDBAR.Text, 1, 6) == ("btools") then
  2741. local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  2742. Clone_T.BinType = "Clone"
  2743. local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  2744. Destruct.BinType = "Hammer"
  2745. local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  2746. Hold_T.BinType = "Grab"
  2747. end
  2748. if string.sub(CMDBAR.Text, 1, 6) == ("pstand") then
  2749. lplayer.Character.Humanoid.PlatformStand = true
  2750. end
  2751. if string.sub(CMDBAR.Text, 1, 8) == ("unpstand") then
  2752. lplayer.Character.Humanoid.PlatformStand = false
  2753. end
  2754. if string.sub(CMDBAR.Text, 1, 9) == ("blockhead") then
  2755. lplayer.Character.Head.Mesh:Destroy()
  2756. end
  2757. if string.sub(CMDBAR.Text, 1, 3) == ("sit") then
  2758. lplayer.Character.Humanoid.Sit = true
  2759. end
  2760. if string.sub(CMDBAR.Text, 1, 9) == ("bringobj ") then
  2761. local function bringobjw()
  2762. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  2763. if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  2764. obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2765. obj.CanCollide = false
  2766. obj.Transparency = 0.7
  2767. wait()
  2768. obj.CFrame = lplayer.Character["Left Leg"].CFrame
  2769. wait()
  2770. obj.CFrame = lplayer.Character["Right Leg"].CFrame
  2771. wait()
  2772. obj.CFrame = lplayer.Character["Head"].CFrame
  2773. end
  2774. end
  2775. end
  2776. while wait() do
  2777. bringobjw()
  2778. end
  2779. game:GetService("StarterGui"):SetCore("SendNotification", {
  2780. Title = "BringObj";
  2781. Text = "BringObj enabled.";
  2782. })
  2783. end
  2784. if string.sub(CMDBAR.Text, 1, 6) == ("wsvis ") then
  2785. vis = (string.sub(CMDBAR.Text, 7))
  2786. local a = game:GetService("Workspace"):GetDescendants()
  2787. for i = 1, #a do
  2788. if a[i].className == "Part" then
  2789. a[i].Transparency = vis
  2790. elseif a[i].className == "Model" then
  2791. local r = a[i]:getChildren()
  2792. for i = 1, #r do
  2793. if r[i].className == "Part" then
  2794. r[i].Transparency = vis
  2795. end
  2796. end
  2797. end
  2798. end
  2799. end
  2800. if string.sub(CMDBAR.Text, 1, 10) == ("hypertotal") then
  2801. loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  2802. game:GetService("StarterGui"):SetCore("SendNotification", {
  2803. Title = "Success!";
  2804. Text = "HyperTotal GUI Loaded!";
  2805. })
  2806. end
  2807. if string.sub(CMDBAR.Text, 1, 4) == ("cmds") then
  2808. CMDSFRAME.Visible = true
  2809. end
  2810. if string.sub(CMDBAR.Text, 1, 9) == ("rmeshhats") then
  2811. for i,v in pairs(lplayer.Character:GetChildren()) do
  2812. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2813. v.Handle.Mesh:Destroy()
  2814. end
  2815. end
  2816. end
  2817. if string.sub(CMDBAR.Text, 1, 9) == ("blockhats") then
  2818. for i,v in pairs(lplayer.Character:GetChildren()) do
  2819. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2820. v.Handle.Mesh:Destroy()
  2821. end
  2822. end
  2823. end
  2824. if string.sub(CMDBAR.Text, 1, 9) == ("rmeshtool") then
  2825. for i,v in pairs(lplayer.Character:GetChildren()) do
  2826. if (v:IsA("Tool")) then
  2827. v.Handle.Mesh:Destroy()
  2828. end
  2829. end
  2830. end
  2831. if string.sub(CMDBAR.Text, 1, 9) == ("blocktool") then
  2832. for i,v in pairs(lplayer.Character:GetChildren()) do
  2833. if (v:IsA("Tool")) then
  2834. v.Handle.Mesh:Destroy()
  2835. end
  2836. end
  2837. end
  2838. if string.sub(CMDBAR.Text, 1, 7) == ("spinner") then
  2839. local p = Instance.new("RocketPropulsion")
  2840. p.Parent = lplayer.Character.HumanoidRootPart
  2841. p.Name = "Spinner"
  2842. p.Target = lplayer.Character["Left Arm"]
  2843. p:Fire()
  2844. game:GetService("StarterGui"):SetCore("SendNotification", {
  2845. Title = "Spinner enabled";
  2846. Text = "Type ;nospinner to disable.";
  2847. })
  2848. end
  2849. if string.sub(CMDBAR.Text, 1, 9) == ("nospinner") then
  2850. lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  2851. end
  2852. if string.sub(CMDBAR.Text, 1, 6) == ("reachd") then
  2853. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  2854. if v:isA("Tool") then
  2855. local a = Instance.new("SelectionBox",v.Handle)
  2856. a.Adornee = v.Handle
  2857. v.Handle.Size = Vector3.new(0.5,0.5,60)
  2858. v.GripPos = Vector3.new(0,0,0)
  2859. lplayer.Character.Humanoid:UnequipTools()
  2860. end
  2861. end
  2862. game:GetService("StarterGui"):SetCore("SendNotification", {
  2863. Title = "Reach applied!";
  2864. Text = "Applied to equipped sword. Use ;noreach to disable.";
  2865. })
  2866. end
  2867. if string.sub(CMDBAR.Text, 1, 6) == ("reach ") then
  2868. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  2869. if v:isA("Tool") then
  2870. local a = Instance.new("SelectionBox",v.Handle)
  2871. a.Name = "Reach"
  2872. a.Adornee = v.Handle
  2873. v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(CMDBAR.Text, 7)))
  2874. v.GripPos = Vector3.new(0,0,0)
  2875. lplayer.Character.Humanoid:UnequipTools()
  2876. end
  2877. end
  2878. game:GetService("StarterGui"):SetCore("SendNotification", {
  2879. Title = "Reach applied!";
  2880. Text = "Applied to equipped sword. Use ;noreach to disable.";
  2881. })
  2882. end
  2883. if string.sub(CMDBAR.Text, 1, 7) == ("noreach") then
  2884. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  2885. if v:isA("Tool") then
  2886. v.Handle.Reach:Destroy()
  2887. end
  2888. end
  2889. game:GetService("StarterGui"):SetCore("SendNotification", {
  2890. Title = "Reach removed!";
  2891. Text = "Removed reach from equipped sword.";
  2892. })
  2893. end
  2894. if string.sub(CMDBAR.Text, 1, 6) == ("rkill ") then
  2895. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  2896. lplayer.Character.Humanoid.Name = 1
  2897. local l = lplayer.Character["1"]:Clone()
  2898. l.Parent = lplayer.Character
  2899. l.Name = "Humanoid"
  2900. wait(0.1)
  2901. lplayer.Character["1"]:Destroy()
  2902. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2903. lplayer.Character.Animate.Disabled = true
  2904. wait(0.1)
  2905. lplayer.Character.Animate.Disabled = false
  2906. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2907. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2908. lplayer.Character.Humanoid:EquipTool(v)
  2909. end
  2910. wait(0.1)
  2911. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2912. wait(0.2)
  2913. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2914. wait(0.5)
  2915. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  2916. game:GetService("StarterGui"):SetCore("SendNotification", {
  2917. Title = "Tools needed!";
  2918. Text = "You need a tool in your backpack for this command!";
  2919. })
  2920. end
  2921. end
  2922. if string.sub(CMDBAR.Text, 1, 6) == ("tp me ") then
  2923. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2924. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2925. end
  2926. end
  2927. if string.sub(CMDBAR.Text, 1, 7) == ("cbring ") then
  2928. if (string.sub(CMDBAR.Text, 8)) == "all" or (string.sub(CMDBAR.Text, 8)) == "All" or (string.sub(CMDBAR.Text, 8)) == "ALL" then
  2929. cbringall = true
  2930. else
  2931. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2932. brplr = v.Name
  2933. end
  2934. end
  2935. cbring = true
  2936. end
  2937. if string.sub(CMDBAR.Text, 1, 8) == ("uncbring") then
  2938. cbring = false
  2939. cbringall = false
  2940. end
  2941. if string.sub(CMDBAR.Text, 1, 5) == ("swap ") then
  2942. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2943. local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2944. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2945. lplayer.Character.Humanoid.Name = 1
  2946. local l = lplayer.Character["1"]:Clone()
  2947. l.Parent = lplayer.Character
  2948. l.Name = "Humanoid"
  2949. wait(0.1)
  2950. lplayer.Character["1"]:Destroy()
  2951. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2952. lplayer.Character.Animate.Disabled = true
  2953. wait(0.1)
  2954. lplayer.Character.Animate.Disabled = false
  2955. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2956. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2957. lplayer.Character.Humanoid:EquipTool(v)
  2958. end
  2959. local function tp(player,player2)
  2960. local char1,char2=player.Character,player2.Character
  2961. if char1 and char2 then
  2962. char1:MoveTo(char2.Head.Position)
  2963. end
  2964. end
  2965. wait(0.1)
  2966. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2967. wait(0.2)
  2968. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2969. wait(0.5)
  2970. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2971. wait(0.6)
  2972. tp(lplayer, game:GetService("Players")[v.Name])
  2973. wait(0.4)
  2974. lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  2975. game:GetService("StarterGui"):SetCore("SendNotification", {
  2976. Title = "Tools needed!";
  2977. Text = "You need a tool in your backpack for this command!";
  2978. })
  2979. end
  2980. end
  2981. if string.sub(CMDBAR.Text, 1, 7) == ("glitch ") then
  2982. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2983. lplayer.Character.Humanoid.Name = 1
  2984. local l = lplayer.Character["1"]:Clone()
  2985. l.Parent = lplayer.Character
  2986. l.Name = "Humanoid"
  2987. wait(0.1)
  2988. lplayer.Character["1"]:Destroy()
  2989. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2990. lplayer.Character.Animate.Disabled = true
  2991. wait(0.1)
  2992. lplayer.Character.Animate.Disabled = false
  2993. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2994. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2995. lplayer.Character.Humanoid:EquipTool(v)
  2996. end
  2997. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2998. wait(0.3)
  2999. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  3000. wait(0.4)
  3001. b = Instance.new("BodyForce")
  3002. b.Parent = lplayer.Character.HumanoidRootPart
  3003. b.Name = "Glitch"
  3004. b.Force = Vector3.new(100000000,5000,0)
  3005. game:GetService("StarterGui"):SetCore("SendNotification", {
  3006. Title = "Tools needed!";
  3007. Text = "You need a tool in your backpack for this command!";
  3008. })
  3009. end
  3010. end
  3011. if string.sub(CMDBAR.Text, 1, 8) == ("unglitch") then
  3012. lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  3013. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  3014. b = Instance.new("BodyForce")
  3015. b.Parent = lplayer.Character.HumanoidRootPart
  3016. b.Name = "unGlitch"
  3017. b.Force = Vector3.new(0,-5000000,0)
  3018. wait(2)
  3019. lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  3020. end
  3021. if string.sub(CMDBAR.Text, 1, 8) == ("grespawn") then
  3022. lplayer.Character.Humanoid.Health = 0
  3023. wait(1)
  3024. lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  3025. lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  3026. end
  3027. if string.sub(CMDBAR.Text, 1, 8) == ("explorer") then
  3028. loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  3029. game:GetService("StarterGui"):SetCore("SendNotification", {
  3030. Title = "Success!";
  3031. Text = "DEX Explorer has loaded.";
  3032. })
  3033. end
  3034. if string.sub(CMDBAR.Text, 1, 5) == ("anim ") then
  3035. local Anim = Instance.new("Animation")
  3036. Anim.AnimationId = "rbxassetid://"..(string.sub(CMDBAR.Text, 6))
  3037. local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  3038. track:Play(.1, 1, 1)
  3039. end
  3040. if string.sub(CMDBAR.Text, 1, 7) == ("animgui") then
  3041. loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  3042. game:GetService("StarterGui"):SetCore("SendNotification", {
  3043. Title = "Success!";
  3044. Text = "Energize Animations GUI has loaded.";
  3045. })
  3046. end
  3047. if string.sub(CMDBAR.Text, 1, 7) == ("savepos") then
  3048. saved = lplayer.Character.HumanoidRootPart.CFrame
  3049. game:GetService("StarterGui"):SetCore("SendNotification", {
  3050. Title = "Position Saved";
  3051. Text = "Use ;loadpos to return to saved position.";
  3052. })
  3053. end
  3054. if string.sub(CMDBAR.Text, 1, 7) == ("loadpos") then
  3055. lplayer.Character.HumanoidRootPart.CFrame = saved
  3056. end
  3057. if string.sub(CMDBAR.Text, 1, 5) == ("bang ") then
  3058. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  3059. local Anim2 = Instance.new("Animation")
  3060. Anim2.AnimationId = "rbxassetid://148840371"
  3061. local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  3062. track2:Play(.1, 1, 1)
  3063. bplrr = v.Name
  3064. banpl = true
  3065. end
  3066. end
  3067. if string.sub(CMDBAR.Text, 1, 6) == ("unbang") then
  3068. banpl = false
  3069. end
  3070. if string.sub(CMDBAR.Text, 1, 9) == ("bringmod ") then
  3071. local function bringmodw()
  3072. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  3073. if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  3074. for i,ch in pairs(obj:GetDescendants()) do
  3075. if (ch:IsA("BasePart")) then
  3076. ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  3077. ch.CanCollide = false
  3078. ch.Transparency = 0.7
  3079. wait()
  3080. ch.CFrame = lplayer.Character["Left Leg"].CFrame
  3081. wait()
  3082. ch.CFrame = lplayer.Character["Right Leg"].CFrame
  3083. wait()
  3084. ch.CFrame = lplayer.Character["Head"].CFrame
  3085. end
  3086. end
  3087. end
  3088. end
  3089. end
  3090. while wait() do
  3091. bringmodw()
  3092. end
  3093. game:GetService("StarterGui"):SetCore("SendNotification", {
  3094. Title = "BringMod";
  3095. Text = "BringMod enabled.";
  3096. })
  3097. end
  3098. if string.sub(CMDBAR.Text, 1, 7) == ("respawn") then
  3099. local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  3100. local hum = Instance.new('Humanoid', mod)
  3101. local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  3102. lplayer.Character = mod
  3103. end
  3104. if string.sub(CMDBAR.Text, 1, 8) == ("shutdown") then
  3105. game:GetService'RunService'.Stepped:Connect(function()
  3106. pcall(function()
  3107. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  3108. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  3109. for _,x in pairs(v.Character.Head:GetChildren()) do
  3110. if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  3111. end
  3112. end
  3113. end
  3114. end)
  3115. end)
  3116. game:GetService("StarterGui"):SetCore("SendNotification", {
  3117. Title = "Attempting Shutdown";
  3118. Text = "Shutdown Attempt has begun.";
  3119. })
  3120. end
  3121. if string.sub(CMDBAR.Text, 1, 7) == ("delobj ") then
  3122. objtodel = (string.sub(CMDBAR.Text, 8))
  3123. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  3124. if v.Name == objtodel then
  3125. v:Destroy()
  3126. end
  3127. end
  3128. end
  3129. if string.sub(CMDBAR.Text, 1, 7) == ("getplrs") then
  3130. for i,v in pairs(game:GetService("Players"):GetPlayers())do
  3131. print(v)
  3132. end
  3133. game:GetService("StarterGui"):SetCore("SendNotification", {
  3134. Title = "Printed";
  3135. Text = "Players have been printed to console. (F9)";
  3136. })
  3137. end
  3138. if string.sub(CMDBAR.Text, 1, 8) == ("deldecal") then
  3139. for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  3140. if (v:IsA("Decal")) then
  3141. v:Destroy()
  3142. end
  3143. end
  3144. end
  3145. if string.sub(CMDBAR.Text, 1, 10) == ("opfinality") then
  3146. loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  3147. game:GetService("StarterGui"):SetCore("SendNotification", {
  3148. Title = "Success!";
  3149. Text = "OpFinality GUI has loaded.";
  3150. })
  3151. end
  3152. if string.sub(CMDBAR.Text, 1, 7) == ("remotes") then
  3153. remotes = true
  3154. added = true
  3155. game.DescendantAdded:connect(function(rmt)
  3156. if added == true then
  3157. if remotes == true then
  3158. if rmt:IsA("RemoteEvent") then
  3159. print("A RemoteEvent was added!")
  3160. print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  3161. print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  3162. end end end
  3163. end)
  3164. game.DescendantAdded:connect(function(rmtfnctn)
  3165. if added == true then
  3166. if remotes == true then
  3167. if rmtfnctn:IsA("RemoteFunction") then
  3168. warn("A RemoteFunction was added!")
  3169. warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  3170. print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  3171. end end end
  3172. end)
  3173.  
  3174. game.DescendantAdded:connect(function(bndfnctn)
  3175. if added == true then
  3176. if binds == true then
  3177. if bndfnctn:IsA("BindableFunction") then
  3178. print("A BindableFunction was added!")
  3179. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  3180. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  3181. end end end
  3182. end)
  3183.  
  3184. game.DescendantAdded:connect(function(bnd)
  3185. if added == true then
  3186. if binds == true then
  3187. if bnd:IsA("BindableEvent") then
  3188. warn("A BindableEvent was added!")
  3189. warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  3190. print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  3191. end end end
  3192. end)
  3193.  
  3194.  
  3195. if binds == true then
  3196. for i,v in pairs(game:GetDescendants()) do
  3197. if v:IsA("BindableFunction") then
  3198. print(" game." .. v:GetFullName() .. " | BindableFunction")
  3199. print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  3200. end end
  3201. for i,v in pairs(game:GetDescendants()) do
  3202. if v:IsA("BindableEvent") then
  3203. warn(" game." .. v:GetFullName() .. " | BindableEvent")
  3204. print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  3205. end end
  3206. else
  3207. print("Off")
  3208. end
  3209. if remotes == true then
  3210. for i,v in pairs(game:GetDescendants()) do
  3211. if v:IsA("RemoteFunction") then
  3212. warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  3213. print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  3214. end end
  3215. wait()
  3216. for i,v in pairs(game:GetDescendants()) do
  3217. if v:IsA("RemoteEvent") then
  3218. print(" game." .. v:GetFullName() .. " | RemoteEvent")
  3219. print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  3220. end end
  3221. else
  3222. print("Off")
  3223. end
  3224. game:GetService("StarterGui"):SetCore("SendNotification", {
  3225. Title = "Printing Remotes";
  3226. Text = "Type ;noremotes to disable.";
  3227. })
  3228. end
  3229. if string.sub(CMDBAR.Text, 1, 9) == ("noremotes") then
  3230. remotes = false
  3231. added = false
  3232. game:GetService("StarterGui"):SetCore("SendNotification", {
  3233. Title = "Printing Remotes Disabled";
  3234. Text = "Type ;remotes to enable.";
  3235. })
  3236. end
  3237. if string.sub(CMDBAR.Text, 1, 9) == ("tpdefault") then
  3238. spin = false
  3239. followed = false
  3240. traill = false
  3241. noclip = false
  3242. annoying = false
  3243. hwalk = false
  3244. cbringing = false
  3245. end
  3246. if string.sub(CMDBAR.Text, 1, 7) == ("stopsit") then
  3247. stopsitting = true
  3248. end
  3249. if string.sub(CMDBAR.Text, 1, 5) == ("gosit") then
  3250. stopsitting = false
  3251. end
  3252. if string.sub(CMDBAR.Text, 1, 7) == ("version") then
  3253. print(adminversion)
  3254. game:GetService("StarterGui"):SetCore("SendNotification", {
  3255. Title = "Version";
  3256. Text = adminversion;
  3257. })
  3258. end
  3259. if string.sub(CMDBAR.Text, 1, 7) == ("clicktp") then
  3260. clickgoto = true
  3261. game:GetService("StarterGui"):SetCore("SendNotification", {
  3262. Title = "Click TP";
  3263. Text = "Press E to teleport to mouse position";
  3264. })
  3265. end
  3266. if string.sub(CMDBAR.Text, 1, 9) == ("noclicktp") then
  3267. clickgoto = false
  3268. game:GetService("StarterGui"):SetCore("SendNotification", {
  3269. Title = "Click TP";
  3270. Text = "Click TP has been disabled.";
  3271. })
  3272. end
  3273. if string.sub(CMDBAR.Text, 1, 7) == ("toolson") then
  3274. gettingtools = true
  3275. game:GetService("StarterGui"):SetCore("SendNotification", {
  3276. Title = "Tools Enabled";
  3277. Text = "Automatically colleting tools dropped.";
  3278. })
  3279. end
  3280. if string.sub(CMDBAR.Text, 1, 8) == ("toolsoff") then
  3281. gettingtools = false
  3282. game:GetService("StarterGui"):SetCore("SendNotification", {
  3283. Title = "Tools Disabled";
  3284. Text = "Click TP has been disabled.";
  3285. })
  3286. end
  3287. if string.sub(CMDBAR.Text, 1, 9) == ("delcmdbar") then
  3288. ScreenGui:Destroy()
  3289. end
  3290. if string.sub(CMDBAR.Text, 1, 5) == ("reset") then
  3291. lplayer.Character.Head:Destroy()
  3292. end
  3293. if string.sub(CMDBAR.Text, 1, 6) == ("state ") then
  3294. statechosen = string.sub(CMDBAR.Text, 7)
  3295. changingstate = true
  3296. end
  3297. if string.sub(CMDBAR.Text, 1, 8) == ("gravity ") then
  3298. game:GetService("Workspace").Gravity = string.sub(CMDBAR.Text, 9)
  3299. end
  3300. if string.sub(CMDBAR.Text, 1, 9) == ("looprhats") then
  3301. removingmeshhats = true
  3302. end
  3303. if string.sub(CMDBAR.Text, 1, 11) == ("unlooprhats") then
  3304. removingmeshhats = false
  3305. end
  3306. if string.sub(CMDBAR.Text, 1, 9) == ("looprtool") then
  3307. removingmeshtool = true
  3308. end
  3309. if string.sub(CMDBAR.Text, 1, 11) == ("unlooprtool") then
  3310. removingmeshtool = false
  3311. end
  3312. if string.sub(CMDBAR.Text, 1, 9) == ("givetool ") then
  3313. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  3314. if v:IsA("Tool") then
  3315. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  3316. v.Parent = player.Character
  3317. end
  3318. end
  3319. end
  3320. end
  3321. if string.sub(CMDBAR.Text, 1, 4) == ("age ") then
  3322. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  3323. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  3324. end
  3325. end
  3326. if string.sub(CMDBAR.Text, 1, 3) == ("id ") then
  3327. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 4))) do
  3328. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  3329. end
  3330. end
  3331. if string.sub(CMDBAR.Text, 1, 5) == (".age ") then
  3332. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  3333. game:GetService("StarterGui"):SetCore("SendNotification", {
  3334. Title = player.AccountAge.." Days";
  3335. Text = "Account age of "..player.Name;
  3336. })
  3337. end
  3338. end
  3339. if string.sub(CMDBAR.Text, 1, 4) == (".id ") then
  3340. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  3341. game:GetService("StarterGui"):SetCore("SendNotification", {
  3342. Title = player.UserId.." ID";
  3343. Text = "Account ID of "..player.Name;
  3344. })
  3345. end
  3346. end
  3347. if string.sub(CMDBAR.Text, 1, 6) == ("gameid") then
  3348. game:GetService("StarterGui"):SetCore("SendNotification", {
  3349. Title = "Game ID";
  3350. Text = "Game ID: ".. game.GameId;
  3351. })
  3352. end
  3353. if string.sub(CMDBAR.Text, 1, 3) == ("pgs") then
  3354. local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  3355. if pgscheck == true then
  3356. game:GetService("StarterGui"):SetCore("SendNotification", {
  3357. Title = "PGSPhysicsSolverEnabled";
  3358. Text = "PGS is Enabled!";
  3359. })
  3360. else
  3361. game:GetService("StarterGui"):SetCore("SendNotification", {
  3362. Title = "PGSPhysicsSolverEnabled";
  3363. Text = "PGS is Disabled!";
  3364. })
  3365. end
  3366. end
  3367. if string.sub(CMDBAR.Text, 1, 11) == ("removeinvis") then
  3368. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  3369. if v:IsA("Part") then
  3370. if v.Transparency == 1 then
  3371. if v.Name ~= "HumanoidRootPart" then
  3372. v:Destroy()
  3373. end
  3374. end
  3375. end
  3376. end
  3377. end
  3378. if string.sub(CMDBAR.Text, 1, 9) == ("removefog") then
  3379. game:GetService("Lighting").FogStart = 0
  3380. game:GetService("Lighting").FogEnd = 9999999999999
  3381. end
  3382. if string.sub(CMDBAR.Text, 1, 7) == ("disable") then
  3383. lplayer.Character.Humanoid.Parent = lplayer
  3384. end
  3385. if string.sub(CMDBAR.Text, 1, 6) == ("enable") then
  3386. lplayer.Humanoid.Parent = lplayer.Character
  3387. end
  3388. if string.sub(CMDBAR.Text, 1, 13) == ("givealltools ") then
  3389. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  3390. if v:IsA("Tool") then
  3391. v.Parent = lplayer.Character
  3392. wait()
  3393. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 14))) do
  3394. v.Parent = player.Character
  3395. end
  3396. end
  3397. end
  3398. end
  3399. if string.sub(CMDBAR.Text, 1, 9) == ("flyspeed ") then
  3400. speedfly = string.sub(CMDBAR.Text, 10)
  3401. wait()
  3402. change()
  3403. end
  3404. if string.sub(CMDBAR.Text, 1, 7) == ("carpet ") then
  3405. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  3406. local Anim3 = Instance.new("Animation")
  3407. Anim3.AnimationId = "rbxassetid://282574440"
  3408. local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  3409. track3:Play(.1, 1, 1)
  3410. bplrr = v.Name
  3411. banpl = true
  3412. end
  3413. end
  3414. if string.sub(CMDBAR.Text, 1, 8) == ("uncarpet") then
  3415. banpl = false
  3416. end
  3417. if string.sub(CMDBAR.Text, 1, 6) == ("stare ") then
  3418. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  3419. staring = true
  3420. stareplr = v
  3421. end
  3422. end
  3423. if string.sub(CMDBAR.Text, 1, 7) == ("unstare") then
  3424. staring = false
  3425. end
  3426. if string.sub(CMDBAR.Text, 1, 7) == ("logchat") then
  3427. chatlogs = true
  3428. game:GetService("StarterGui"):SetCore("SendNotification", {
  3429. Title = "LogChat enabled";
  3430. Text = "Now logging all player chat.";
  3431. })
  3432. end
  3433. if string.sub(CMDBAR.Text, 1, 9) == ("unlogchat") then
  3434. chatlogs = false
  3435. game:GetService("StarterGui"):SetCore("SendNotification", {
  3436. Title = "LogChat disabled";
  3437. Text = "Stopped logging all player chat.";
  3438. })
  3439. end
  3440. if string.sub(CMDBAR.Text, 1, 6) == ("fixcam") then
  3441. game:GetService("Workspace").CurrentCamera:Destroy()
  3442. wait(0.1)
  3443. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  3444. game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  3445. lplayer.CameraMinZoomDistance = 0.5
  3446. lplayer.CameraMaxZoomDistance = 400
  3447. lplayer.CameraMode = "Classic"
  3448. end
  3449. if string.sub(CMDBAR.Text, 1, 7) == ("unstate") then
  3450. changingstate = false
  3451. end
  3452. CMDBAR.Text = ""
  3453. end
  3454. end)
  3455.  
  3456. wait(0.3)
  3457. game:GetService("StarterGui"):SetCore("SendNotification", {
  3458. Title = "Loaded successfully!";
  3459. Text = "Reviz Admin V2 by illremember";
  3460. })
  3461. wait(0.1)
  3462. print("Reviz Admin V2 loaded!")
  3463. if game:GetService("Workspace").FilteringEnabled == true then
  3464. warn("FE is Enabled (Filtering Enabled)")
  3465. game:GetService("StarterGui"):SetCore("SendNotification", {
  3466. Title = "FE is Enabled";
  3467. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  3468. })
  3469. else
  3470. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  3471. game:GetService("StarterGui"):SetCore("SendNotification", {
  3472. Title = "FE is Disabled";
  3473. Text = "Filtering Disabled. Consider using a different admin script.";
  3474. })
  3475. end
  3476.  
  3477. local intro = Instance.new("ScreenGui")
  3478. local Frame = Instance.new("Frame")
  3479. local ImageLabel = Instance.new("ImageLabel")
  3480. intro.Parent = game:GetService("CoreGui")
  3481. Frame.Parent = intro
  3482. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  3483. Frame.BackgroundTransparency = 1
  3484. Frame.Size = UDim2.new(1, 0, 0, 300)
  3485. Frame.Position = UDim2.new(0, 0, -0.4, 0)
  3486. ImageLabel.Parent = Frame
  3487. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  3488. ImageLabel.BackgroundTransparency = 1
  3489. ImageLabel.Position = UDim2.new(0, 0, 0, 0)
  3490. ImageLabel.Size = UDim2.new(1, 0, 1, 0)
  3491. ImageLabel.Image = "http://www.roblox.com/asset/?id=1542162618"
  3492. Frame:TweenPosition(UDim2.new(0, 0, 0.2, 0), "Out", "Elastic", 3)
  3493. wait(3.01)
  3494. Frame:TweenPosition(UDim2.new(0, 0, 1.5, 0), "Out", "Elastic", 5)
  3495. wait(5.01)
  3496. intro:Destroy()
  3497. end)
  3498.  
  3499. arrest.Name = "arrest"
  3500. arrest.Parent = main
  3501. arrest.BackgroundColor3 = Color3.new(0, 1, 1)
  3502. arrest.Position = UDim2.new(0.349623203, 0, 0.306112915, 0)
  3503. arrest.Size = UDim2.new(0, 110, 0, 32)
  3504. arrest.Font = Enum.Font.GothamBlack
  3505. arrest.Text = "Arrest"
  3506. arrest.TextColor3 = Color3.new(1, 0, 0)
  3507. arrest.TextSize = 14
  3508. arrest.MouseButton1Down:connect(function()
  3509. local mouse = game.Players.LocalPlayer:GetMouse()
  3510. local arrestEvent = game.Workspace.Remote.arrest
  3511. mouse.Button1Down:connect(function()
  3512. local obj = mouse.Target
  3513. local response = arrestEvent:InvokeServer(obj)
  3514. end)
  3515. end)
  3516.  
  3517. attach.Name = "attach"
  3518. attach.Parent = main
  3519. attach.BackgroundColor3 = Color3.new(0, 1, 1)
  3520. attach.Position = UDim2.new(0.679666638, 0, 0.304921538, 0)
  3521. attach.Size = UDim2.new(0, 111, 0, 32)
  3522. attach.Font = Enum.Font.GothamBlack
  3523. attach.Text = "Aimbot"
  3524. attach.TextColor3 = Color3.new(1, 0, 0)
  3525. attach.TextSize = 14
  3526. attach.MouseButton1Down:connect(function()
  3527. local plrs = game:GetService("Players")
  3528. local TeamBased = true ; local teambasedswitch = "o"
  3529. local presskeytoaim = true; local aimkey = "e"
  3530. local raycast = false
  3531.  
  3532. local espupdatetime = 5; autoesp = false
  3533.  
  3534.  
  3535.  
  3536. local lockaim = true; local lockangle = 5
  3537.  
  3538.  
  3539.  
  3540. --function findwat(folder, what)
  3541. -- for i, smth in pairs(folder:GetChildren()) do
  3542. -- if string.find(string.lower(tostring(smth)), string.lower(what)) then
  3543. -- return smth
  3544. -- end
  3545. -- end
  3546. --end
  3547. --
  3548. --local plrs = findwat(game, "Players")
  3549.  
  3550.  
  3551.  
  3552.  
  3553. local Gui = Instance.new("ScreenGui")
  3554. local Move = Instance.new("Frame")
  3555. local Main = Instance.new("Frame")
  3556. local EspStatus = Instance.new("TextLabel")
  3557. local st1 = Instance.new("TextLabel")
  3558. local st1_2 = Instance.new("TextLabel")
  3559. local st1_3 = Instance.new("TextLabel")
  3560. local Name = Instance.new("TextLabel")
  3561. --Properties:
  3562. Gui.Name = "Gui"
  3563. Gui.Parent = plrs.LocalPlayer:WaitForChild("PlayerGui")
  3564.  
  3565. Move.Name = "Move"
  3566. Move.Parent = Gui
  3567. Move.BackgroundColor3 = Color3.new(0.545098, 0, 0)
  3568. Move.BackgroundTransparency = 1
  3569. Move.BorderSizePixel = 0
  3570. Move.Draggable = true
  3571. Move.Position = UDim2.new(0.005, 0, -0.15, 0)
  3572. Move.Size = UDim2.new(0.28141585, 0, 0.0320388414, 0)
  3573.  
  3574. Main.Name = "Main"
  3575. Main.Parent = Move
  3576. Main.BackgroundColor3 = Color3.new(1, 1, 1)
  3577. Main.Position = UDim2.new(0, -7, 20.9960003, 0)
  3578. Main.Size = UDim2.new(1, 0, 5.79699993, 0)
  3579. Main.Style = Enum.FrameStyle.RobloxSquare
  3580.  
  3581. EspStatus.Name = "EspStatus"
  3582. EspStatus.Parent = Main
  3583. EspStatus.BackgroundColor3 = Color3.new(1, 1, 1)
  3584. EspStatus.BackgroundTransparency = 1
  3585. EspStatus.Position = UDim2.new(0, 0, 0.300000012, 0)
  3586. EspStatus.Size = UDim2.new(1, 0, 0.162, 0)
  3587. EspStatus.Font = Enum.Font.ArialBold
  3588. EspStatus.Text = "Press O to change team based mode"
  3589. EspStatus.TextColor3 = Color3.new(0.6, 0.196078, 0.8)
  3590. EspStatus.TextScaled = true
  3591. EspStatus.TextWrapped = true
  3592.  
  3593. st1.Name = "st1"
  3594. st1.Parent = Main
  3595. st1.BackgroundColor3 = Color3.new(1, 1, 1)
  3596. st1.BackgroundTransparency = 1
  3597. st1.Position = UDim2.new(0.271787882, 0, 0, 0)
  3598. st1.Size = UDim2.new(0.728211343, 0, 0.161862016, 0)
  3599. st1.Font = Enum.Font.ArialBold
  3600. st1.Text = ""
  3601. st1.TextColor3 = Color3.new(0.0784314, 0.541176, 0)
  3602. st1.TextScaled = true
  3603. st1.TextSize = 14
  3604. st1.TextWrapped = true
  3605.  
  3606. st1_2.Name = "st1"
  3607. st1_2.Parent = Main
  3608. st1_2.BackgroundColor3 = Color3.new(1, 1, 1)
  3609. st1_2.BackgroundTransparency = 1
  3610. st1_2.Position = UDim2.new(0, 0, 0.875999987, 0)
  3611. st1_2.Size = UDim2.new(0.999999881, 0, 0.161862016, 0)
  3612. st1_2.Font = Enum.Font.ArialBold
  3613. st1_2.Text = "Press E to lock on a person inside ur view"
  3614. st1_2.TextColor3 = Color3.new(0.6, 0.196078, 0.8)
  3615. st1_2.TextScaled = true
  3616. st1_2.TextWrapped = true
  3617.  
  3618. st1_3.Name = "st1"
  3619. st1_3.Parent = Main
  3620. st1_3.BackgroundColor3 = Color3.new(1, 1, 1)
  3621. st1_3.BackgroundTransparency = 1
  3622. st1_3.Position = UDim2.new(0, 0, 0.54, 0)
  3623. st1_3.Size = UDim2.new(1, 0, 0.261999995, 0)
  3624. st1_3.Font = Enum.Font.ArialBold
  3625. st1_3.Text = "Press L to enable esp loop and press T to update esp"
  3626. st1_3.TextColor3 = Color3.new(0.6, 0.196078, 0.8)
  3627. st1_3.TextScaled = true
  3628. st1_3.TextWrapped = true
  3629.  
  3630.  
  3631. Name.Name = "Name"
  3632. Name.Parent = Move
  3633. Name.BackgroundColor3 = Color3.new(0.545098, 0, 0)
  3634. Name.BackgroundTransparency = 1
  3635. Name.Position = UDim2.new(0, 25, 20.9860001, 0)
  3636. Name.Size = UDim2.new(0.838, 0, 1.27999997, 0)
  3637. Name.Font = Enum.Font.Arcade
  3638. Name.Text = "ARSENAL GUI"
  3639. Name.TextColor3 = Color3.new(0.541176, 0.168627, 0.886275)
  3640. Name.TextScaled = true
  3641. Name.TextSize = 12
  3642. Name.TextWrapped = true
  3643. -- Scripts:
  3644.  
  3645.  
  3646. local plrsforaim = {}
  3647.  
  3648. local lplr = game:GetService("Players").LocalPlayer
  3649. Move.Draggable = true
  3650. Gui.ResetOnSpawn = false
  3651. Gui.Name = "Chat"
  3652. Gui.DisplayOrder = 999
  3653.  
  3654. Gui.Parent = plrs.LocalPlayer.PlayerGui
  3655.  
  3656.  
  3657. f = {}
  3658. local espforlder
  3659.  
  3660. f.addesp = function()
  3661. --print("ESP ran")
  3662. if espforlder then
  3663. else
  3664. espforlder = Instance.new("Folder")
  3665. espforlder.Parent = game.Workspace.CurrentCamera
  3666. end
  3667. for i, v in pairs(espforlder:GetChildren()) do
  3668. v:Destroy()
  3669. end
  3670. for _, plr in pairs(plrs:GetChildren()) do
  3671. if plr.Character and plr.Character.Humanoid.Health > 0 and plr.Name ~= lplr.Name then
  3672. if TeamBased == true then
  3673. if plr.Team.Name ~= plrs.LocalPlayer.Team.Name then
  3674. local e = espforlder:FindFirstChild(plr.Name)
  3675. if not e then
  3676. --print("Added esp for team based")
  3677. local bill = Instance.new("BillboardGui", espforlder)
  3678. bill.Name = plr.Name
  3679. bill.AlwaysOnTop = true
  3680. bill.Size = UDim2.new(1,0,1,0)
  3681. bill.Adornee = plr.Character.Head
  3682. local Frame = Instance.new('Frame',bill)
  3683. Frame.Active = true
  3684. Frame.BackgroundColor3 = Color3.new(0.862745, 0.0784314, 0.235294)
  3685. Frame.BackgroundTransparency = 0
  3686. Frame.BorderSizePixel = 0
  3687. Frame.AnchorPoint = Vector2.new(.5, .5)
  3688. Frame.Position = UDim2.new (0.5,0,0.5,0)
  3689. Frame.Size = UDim2.new (1,0,1,0)
  3690. Frame.Rotation = 0
  3691. plr.Character.Humanoid.Died:Connect(function()
  3692. bill:Destroy()
  3693. end)
  3694. end
  3695. end
  3696. else
  3697. local e = espforlder:FindFirstChild(plr.Name)
  3698. if not e then
  3699. --print("Added esp")
  3700. local bill = Instance.new("BillboardGui", espforlder)
  3701. bill.Name = plr.Name
  3702. bill.AlwaysOnTop = true
  3703. bill.Size = UDim2.new(1,0,1,0)
  3704. bill.Adornee = plr.Character.Head
  3705. local Frame = Instance.new('Frame',bill)
  3706. Frame.Active = true
  3707. Frame.BackgroundColor3 = Color3.new(0/255,255/255,0/255)
  3708. Frame.BackgroundTransparency = 0
  3709. Frame.BorderSizePixel = 0
  3710. Frame.AnchorPoint = Vector2.new(.5, .5)
  3711. Frame.Position = UDim2.new (0.5,0,0.5,0)
  3712. Frame.Size = UDim2.new (1,0,1,0)
  3713. Frame.Rotation = 0
  3714. plr.Character.Humanoid.Died:Connect(function()
  3715. bill:Destroy()
  3716. end)
  3717. end
  3718. end
  3719.  
  3720.  
  3721. end
  3722. end
  3723. end
  3724. local cam = game.Workspace.CurrentCamera
  3725.  
  3726. local mouse = lplr:GetMouse()
  3727. local switch = false
  3728. local key = "k"
  3729. local aimatpart = nil
  3730. mouse.KeyDown:Connect(function(a)
  3731. if a == "t" then
  3732. print("worked1")
  3733. f.addesp()
  3734. elseif a == "u" then
  3735. if raycast == true then
  3736. raycast = false
  3737. else
  3738. raycast = true
  3739. end
  3740. elseif a == "l" then
  3741. if autoesp == false then
  3742. autoesp = true
  3743. else
  3744. autoesp = false
  3745. end
  3746. end
  3747. if a == "j" then
  3748. if mouse.Target then
  3749. mouse.Target:Destroy()
  3750. end
  3751. end
  3752. if a == key then
  3753. if switch == false then
  3754. switch = true
  3755. else
  3756. switch = false
  3757. if aimatpart ~= nil then
  3758. aimatpart = nil
  3759. end
  3760. end
  3761. elseif a == teambasedswitch then
  3762. if TeamBased == true then
  3763. TeamBased = false
  3764. teambasedstatus.Text = tostring(TeamBased)
  3765. else
  3766. TeamBased = true
  3767. teambasedstatus.Text = tostring(TeamBased)
  3768. end
  3769. elseif a == aimkey then
  3770. if not aimatpart then
  3771. local maxangle = math.rad(20)
  3772. for i, plr in pairs(plrs:GetChildren()) do
  3773. if plr.Name ~= lplr.Name and plr.Character and plr.Character.Head and plr.Character.Humanoid and plr.Character.Humanoid.Health > 1 then
  3774. if TeamBased == true then
  3775. if plr.Team.Name ~= lplr.Team.Name then
  3776. local an = checkfov(plr.Character.Head)
  3777. if an < maxangle then
  3778. maxangle = an
  3779. aimatpart = plr.Character.Head
  3780. end
  3781. end
  3782. else
  3783. local an = checkfov(plr.Character.Head)
  3784. if an < maxangle then
  3785. maxangle = an
  3786. aimatpart = plr.Character.Head
  3787. end
  3788. print(plr)
  3789. end
  3790. plr.Character.Humanoid.Died:Connect(function()
  3791. if aimatpart.Parent == plr.Character or aimatpart == nil then
  3792. aimatpart = nil
  3793. end
  3794. end)
  3795. end
  3796. end
  3797. else
  3798. aimatpart = nil
  3799. end
  3800. end
  3801. end)
  3802.  
  3803. function getfovxyz (p0, p1, deg)
  3804. local x1, y1, z1 = p0:ToOrientation()
  3805. local cf = CFrame.new(p0.p, p1.p)
  3806. local x2, y2, z2 = cf:ToOrientation()
  3807. --local d = math.deg
  3808. if deg then
  3809. --return Vector3.new(d(x1-x2), d(y1-y2), d(z1-z2))
  3810. else
  3811. return Vector3.new((x1-x2), (y1-y2), (z1-z2))
  3812. end
  3813. end
  3814.  
  3815. function getaimbotplrs()
  3816. plrsforaim = {}
  3817. for i, plr in pairs(plrs:GetChildren()) do
  3818. if plr.Character and plr.Character.Humanoid and plr.Character.Humanoid.Health > 0 and plr.Name ~= lplr.Name and plr.Character.Head then
  3819.  
  3820. if TeamBased == true then
  3821. if plr.Team.Name ~= lplr.Team.Name then
  3822. local cf = CFrame.new(game.Workspace.CurrentCamera.CFrame.p, plr.Character.Head.CFrame.p)
  3823. local r = Ray.new(cf, cf.LookVector * 10000)
  3824. local ign = {}
  3825. for i, v in pairs(plrs.LocalPlayer.Character:GetChildren()) do
  3826. if v:IsA("BasePart") then
  3827. table.insert(ign , v)
  3828. end
  3829. end
  3830. local obj = game.Workspace:FindPartOnRayWithIgnoreList(r, ign)
  3831. if obj.Parent == plr.Character and obj.Parent ~= lplr.Character then
  3832. table.insert(plrsforaim, obj)
  3833. end
  3834. end
  3835. else
  3836. local cf = CFrame.new(game.Workspace.CurrentCamera.CFrame.p, plr.Character.Head.CFrame.p)
  3837. local r = Ray.new(cf, cf.LookVector * 10000)
  3838. local ign = {}
  3839. for i, v in pairs(plrs.LocalPlayer.Character:GetChildren()) do
  3840. if v:IsA("BasePart") then
  3841. table.insert(ign , v)
  3842. end
  3843. end
  3844. local obj = game.Workspace:FindPartOnRayWithIgnoreList(r, ign)
  3845. if obj.Parent == plr.Character and obj.Parent ~= lplr.Character then
  3846. table.insert(plrsforaim, obj)
  3847. end
  3848. end
  3849.  
  3850.  
  3851. end
  3852. end
  3853. end
  3854.  
  3855. function aimat(part)
  3856. cam.CFrame = CFrame.new(cam.CFrame.p, part.CFrame.p)
  3857. end
  3858. function checkfov (part)
  3859. local fov = getfovxyz(game.Workspace.CurrentCamera.CFrame, part.CFrame)
  3860. local angle = math.abs(fov.X) + math.abs(fov.Y)
  3861. return angle
  3862. end
  3863.  
  3864. game:GetService("RunService").RenderStepped:Connect(function()
  3865. if aimatpart then
  3866. aimat(aimatpart)
  3867. if aimatpart.Parent == plrs.LocalPlayer.Character then
  3868. aimatpart = nil
  3869. end
  3870. end
  3871.  
  3872.  
  3873. -- if switch == true then
  3874. -- local maxangle = 99999
  3875. --
  3876. -- --print("Loop")
  3877. -- if true and raycast == false then
  3878. -- for i, plr in pairs(plrs:GetChildren()) do
  3879. -- if plr.Name ~= lplr.Name and plr.Character and plr.Character.Head and plr.Character.Humanoid and plr.Character.Humanoid.Health > 1 then
  3880. -- if TeamBased then
  3881. -- if plr.Team.Name ~= lplr.Team.Name or plr.Team.TeamColor ~= lplr.Team.TeamColor then
  3882. -- local an = checkfov(plr.Character.Head)
  3883. -- if an < maxangle then
  3884. -- maxangle = an
  3885. -- aimatpart = plr.Character.Head
  3886. -- if an < lockangle then
  3887. -- break
  3888. -- end
  3889. -- end
  3890. -- end
  3891. -- else
  3892. -- local an = checkfov(plr.Character.Head)
  3893. -- if an < maxangle then
  3894. -- maxangle = an
  3895. -- aimatpart = plr.Character.Head
  3896. -- if an < lockangle then
  3897. -- break
  3898. -- end
  3899. -- end
  3900. -- end
  3901. --
  3902. --
  3903. --
  3904. --
  3905. -- end
  3906. -- end
  3907. -- elseif raycast == true then
  3908. --
  3909. -- end
  3910.  
  3911. if raycast == true and switch == false and not aimatpart then
  3912. getaimbotplrs()
  3913. aimatpart = nil
  3914. local maxangle = 999
  3915. for i, v in ipairs(plrsforaim) do
  3916. if v.Parent ~= lplr.Character then
  3917. local an = checkfov(v)
  3918. if an < maxangle and v ~= lplr.Character.Head then
  3919. maxangle = an
  3920. aimatpart = v
  3921. print(v:GetFullName())
  3922. v.Parent.Humanoid.Died:connect(function()
  3923. aimatpart = nil
  3924. end)
  3925. end
  3926. end
  3927. end
  3928.  
  3929. end
  3930. end)
  3931. delay(0, function()
  3932. while wait(espupdatetime) do
  3933. if autoesp == true then
  3934. pcall(function()
  3935. f.addesp()
  3936. end)
  3937. end
  3938. end
  3939. end)
  3940. warn("loaded")
  3941. end)
  3942.  
  3943. fastrem.Name = "fastrem"
  3944. fastrem.Parent = main
  3945. fastrem.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  3946. fastrem.Position = UDim2.new(0.00783289783, 0, 0.518048227, 0)
  3947. fastrem.Size = UDim2.new(0, 84, 0, 32)
  3948. fastrem.Font = Enum.Font.Bodoni
  3949. fastrem.Text = "Fast Remington"
  3950. fastrem.TextColor3 = Color3.new(0, 0, 0)
  3951. fastrem.TextSize = 14
  3952. fastrem.MouseButton1Down:connect(function()
  3953. local Player = game.Players.LocalPlayer.Name
  3954. local Gun = "Remington 870" -- < -- Gun Name
  3955. local Run = game:GetService("RunService")
  3956.  
  3957. Gun = game.Players[Player].Character[Gun]
  3958. local Mouse = game.Players.LocalPlayer:GetMouse()
  3959. local Down = false
  3960. local Sound = Gun.Handle.FireSound
  3961.  
  3962. function CreateRay(Point_A, Point_B)
  3963. local Ray = Ray.new(Point_A, (Point_B - Point_A).Unit * (2 ^ 31 - 1))
  3964. local Part, Pos = workspace:FindPartOnRay(Ray, game.Players.LocalPlayer.Character)
  3965. local Dist = (Point_A - Pos).Magnitude
  3966. local CFrame = CFrame.new(Point_A, Pos) * CFrame.new(0, 0, -Dist / 2)
  3967.  
  3968. return CFrame, Dist, Ray
  3969. end
  3970.  
  3971. function FireLaser(target)
  3972. coroutine.resume(coroutine.create(function()
  3973. local C, D, R = CreateRay(Gun.Muzzle.CFrame.p, target.CFrame.p)
  3974. local Bullet = Instance.new("Part", Gun)
  3975. Bullet.BrickColor = BrickColor.Yellow()
  3976. Bullet.Material = "Neon"
  3977. Bullet.Anchored = true
  3978. Bullet.CanCollide = false
  3979. Bullet.Size = Vector3.new(0.2, 0.2, D)
  3980. Bullet.CFrame = C
  3981.  
  3982. local bulletTable = {}
  3983. table.insert(bulletTable, {
  3984. Hit = target,
  3985. Distance = D,
  3986. Cframe = C,
  3987. RayObject = R
  3988. })
  3989.  
  3990. game.ReplicatedStorage.ShootEvent:FireServer(bulletTable, Gun)
  3991. local C = Sound:Clone()
  3992. C.Parent = Gun
  3993. C:Play()
  3994. wait(0.05)
  3995. Bullet:Remove()
  3996. end))
  3997. end
  3998.  
  3999. Mouse.Button1Down:Connect(function()
  4000. Down = true
  4001. end)
  4002.  
  4003.  
  4004. Mouse.Button1Up:Connect(function()
  4005. Down = false
  4006. end)
  4007.  
  4008. while Run.Stepped:wait() do
  4009. if Down == true then
  4010. game.ReplicatedStorage.SoundEvent:FireServer(Sound, Gun)
  4011. FireLaser(Mouse.Target)
  4012. end
  4013. end
  4014. end)
  4015.  
  4016. fastm9.Name = "fastm9"
  4017. fastm9.Parent = main
  4018. fastm9.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  4019. fastm9.Position = UDim2.new(0.267702788, 0, 0.518048167, 0)
  4020. fastm9.Size = UDim2.new(0, 84, 0, 32)
  4021. fastm9.Font = Enum.Font.Bodoni
  4022. fastm9.Text = "Fast M9"
  4023. fastm9.TextColor3 = Color3.new(0, 0, 0)
  4024. fastm9.TextSize = 14
  4025. fastm9.MouseButton1Down:connect(function()
  4026. local Player = game.Players.LocalPlayer.Name
  4027. local Gun = "M9" -- < -- Gun Name
  4028. local Run = game:GetService("RunService")
  4029.  
  4030. Gun = game.Players[Player].Character[Gun]
  4031. local Mouse = game.Players.LocalPlayer:GetMouse()
  4032. local Down = false
  4033. local Sound = Gun.Handle.FireSound
  4034.  
  4035. function CreateRay(Point_A, Point_B)
  4036. local Ray = Ray.new(Point_A, (Point_B - Point_A).Unit * (2 ^ 31 - 1))
  4037. local Part, Pos = workspace:FindPartOnRay(Ray, game.Players.LocalPlayer.Character)
  4038. local Dist = (Point_A - Pos).Magnitude
  4039. local CFrame = CFrame.new(Point_A, Pos) * CFrame.new(0, 0, -Dist / 2)
  4040.  
  4041. return CFrame, Dist, Ray
  4042. end
  4043.  
  4044. function FireLaser(target)
  4045. coroutine.resume(coroutine.create(function()
  4046. local C, D, R = CreateRay(Gun.Muzzle.CFrame.p, target.CFrame.p)
  4047. local Bullet = Instance.new("Part", Gun)
  4048. Bullet.BrickColor = BrickColor.Yellow()
  4049. Bullet.Material = "Neon"
  4050. Bullet.Anchored = true
  4051. Bullet.CanCollide = false
  4052. Bullet.Size = Vector3.new(0.2, 0.2, D)
  4053. Bullet.CFrame = C
  4054.  
  4055. local bulletTable = {}
  4056. table.insert(bulletTable, {
  4057. Hit = target,
  4058. Distance = D,
  4059. Cframe = C,
  4060. RayObject = R
  4061. })
  4062.  
  4063. game.ReplicatedStorage.ShootEvent:FireServer(bulletTable, Gun)
  4064. local C = Sound:Clone()
  4065. C.Parent = Gun
  4066. C:Play()
  4067. wait(0.05)
  4068. Bullet:Remove()
  4069. end))
  4070. end
  4071.  
  4072. Mouse.Button1Down:Connect(function()
  4073. Down = true
  4074. end)
  4075.  
  4076.  
  4077. Mouse.Button1Up:Connect(function()
  4078. Down = false
  4079. end)
  4080.  
  4081. while Run.Stepped:wait() do
  4082. if Down == true then
  4083. game.ReplicatedStorage.SoundEvent:FireServer(Sound, Gun)
  4084. FireLaser(Mouse.Target)
  4085. end
  4086. end
  4087. end)
  4088.  
  4089. fasttaze.Name = "fasttaze"
  4090. fasttaze.Parent = main
  4091. fasttaze.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  4092. fasttaze.Position = UDim2.new(0.522364557, 0, 0.518048108, 0)
  4093. fasttaze.Size = UDim2.new(0, 84, 0, 32)
  4094. fasttaze.Font = Enum.Font.Bodoni
  4095. fasttaze.Text = "Fast Taser"
  4096. fasttaze.TextColor3 = Color3.new(0, 0, 0)
  4097. fasttaze.TextSize = 14
  4098. fasttaze.MouseButton1Down:connect(function()
  4099. local Player = game.Players.LocalPlayer.Name
  4100. local Gun = "Taser" -- < -- Gun Name
  4101. local Run = game:GetService("RunService")
  4102.  
  4103. Gun = game.Players[Player].Character[Gun]
  4104. local Mouse = game.Players.LocalPlayer:GetMouse()
  4105. local Down = false
  4106. local Sound = Gun.Handle.FireSound
  4107.  
  4108. function CreateRay(Point_A, Point_B)
  4109. local Ray = Ray.new(Point_A, (Point_B - Point_A).Unit * (2 ^ 31 - 1))
  4110. local Part, Pos = workspace:FindPartOnRay(Ray, game.Players.LocalPlayer.Character)
  4111. local Dist = (Point_A - Pos).Magnitude
  4112. local CFrame = CFrame.new(Point_A, Pos) * CFrame.new(0, 0, -Dist / 2)
  4113.  
  4114. return CFrame, Dist, Ray
  4115. end
  4116.  
  4117. function FireLaser(target)
  4118. coroutine.resume(coroutine.create(function()
  4119. local C, D, R = CreateRay(Gun.Muzzle.CFrame.p, target.CFrame.p)
  4120. local Bullet = Instance.new("Part", Gun)
  4121. Bullet.BrickColor = BrickColor.Yellow()
  4122. Bullet.Material = "Neon"
  4123. Bullet.Anchored = true
  4124. Bullet.CanCollide = false
  4125. Bullet.Size = Vector3.new(0.2, 0.2, D)
  4126. Bullet.CFrame = C
  4127.  
  4128. local bulletTable = {}
  4129. table.insert(bulletTable, {
  4130. Hit = target,
  4131. Distance = D,
  4132. Cframe = C,
  4133. RayObject = R
  4134. })
  4135.  
  4136. game.ReplicatedStorage.ShootEvent:FireServer(bulletTable, Gun)
  4137. local C = Sound:Clone()
  4138. C.Parent = Gun
  4139. C:Play()
  4140. wait(0.05)
  4141. Bullet:Remove()
  4142. end))
  4143. end
  4144.  
  4145. Mouse.Button1Down:Connect(function()
  4146. Down = true
  4147. end)
  4148.  
  4149.  
  4150. Mouse.Button1Up:Connect(function()
  4151. Down = false
  4152. end)
  4153.  
  4154. while Run.Stepped:wait() do
  4155. if Down == true then
  4156. game.ReplicatedStorage.SoundEvent:FireServer(Sound, Gun)
  4157. FireLaser(Mouse.Target)
  4158. end
  4159. end
  4160. end)
  4161.  
  4162. fastak.Name = "fastak"
  4163. fastak.Parent = main
  4164. fastak.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  4165. fastak.Position = UDim2.new(0.77959609, 0, 0.518048167, 0)
  4166. fastak.Size = UDim2.new(0, 79, 0, 32)
  4167. fastak.Font = Enum.Font.Bodoni
  4168. fastak.Text = "Fast AK47"
  4169. fastak.TextColor3 = Color3.new(0, 0, 0)
  4170. fastak.TextSize = 14
  4171. fastak.MouseButton1Down:connect(function()
  4172. local Player = game.Players.LocalPlayer.Name
  4173. local Gun = "AK47" -- < -- Gun Name
  4174. local Run = game:GetService("RunService")
  4175.  
  4176. Gun = game.Players[Player].Character[Gun]
  4177. local Mouse = game.Players.LocalPlayer:GetMouse()
  4178. local Down = false
  4179. local Sound = Gun.Handle.FireSound
  4180.  
  4181. function CreateRay(Point_A, Point_B)
  4182. local Ray = Ray.new(Point_A, (Point_B - Point_A).Unit * (2 ^ 31 - 1))
  4183. local Part, Pos = workspace:FindPartOnRay(Ray, game.Players.LocalPlayer.Character)
  4184. local Dist = (Point_A - Pos).Magnitude
  4185. local CFrame = CFrame.new(Point_A, Pos) * CFrame.new(0, 0, -Dist / 2)
  4186.  
  4187. return CFrame, Dist, Ray
  4188. end
  4189.  
  4190. function FireLaser(target)
  4191. coroutine.resume(coroutine.create(function()
  4192. local C, D, R = CreateRay(Gun.Muzzle.CFrame.p, target.CFrame.p)
  4193. local Bullet = Instance.new("Part", Gun)
  4194. Bullet.BrickColor = BrickColor.Yellow()
  4195. Bullet.Material = "Neon"
  4196. Bullet.Anchored = true
  4197. Bullet.CanCollide = false
  4198. Bullet.Size = Vector3.new(0.2, 0.2, D)
  4199. Bullet.CFrame = C
  4200.  
  4201. local bulletTable = {}
  4202. table.insert(bulletTable, {
  4203. Hit = target,
  4204. Distance = D,
  4205. Cframe = C,
  4206. RayObject = R
  4207. })
  4208.  
  4209. game.ReplicatedStorage.ShootEvent:FireServer(bulletTable, Gun)
  4210. local C = Sound:Clone()
  4211. C.Parent = Gun
  4212. C:Play()
  4213. wait(0.05)
  4214. Bullet:Remove()
  4215. end))
  4216. end
  4217.  
  4218. Mouse.Button1Down:Connect(function()
  4219. Down = true
  4220. end)
  4221.  
  4222.  
  4223. Mouse.Button1Up:Connect(function()
  4224. Down = false
  4225. end)
  4226.  
  4227. while Run.Stepped:wait() do
  4228. if Down == true then
  4229. game.ReplicatedStorage.SoundEvent:FireServer(Sound, Gun)
  4230. FireLaser(Mouse.Target)
  4231. end
  4232. end
  4233. end)
  4234.  
  4235. killall.Name = "killall"
  4236. killall.Parent = main
  4237. killall.BackgroundColor3 = Color3.new(1, 0, 0)
  4238. killall.Position = UDim2.new(0.0102345012, 0, 0.760852396, 0)
  4239. killall.Size = UDim2.new(0, 110, 0, 34)
  4240. killall.Font = Enum.Font.GothamBold
  4241. killall.Text = "Kill All"
  4242. killall.TextColor3 = Color3.new(0, 0, 0)
  4243. killall.TextSize = 14
  4244. killall.MouseButton1Down:connect(function()
  4245. workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  4246.  
  4247. game.Workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["Remington 870"].ITEMPICKUP)
  4248.  
  4249. wait(0.5)
  4250. function kill(a)
  4251. local A_1 =
  4252. {
  4253. [1] =
  4254. {
  4255. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-391.152252, 8.65560055, -83.2166901)),
  4256. ["Distance"] = 3.2524313926697,
  4257. ["Cframe"] = CFrame.new(840.310791, 101.334137, 2267.87988, 0.0636406094, 0.151434347, -0.986416459, 0, 0.988420188, 0.151741937, 0.997972965, -0.00965694897, 0.0629036576),
  4258. ["Hit"] = a.Character.Head
  4259. },
  4260. [2] =
  4261. {
  4262. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-392.481476, -8.44939327, -76.7261353)),
  4263. ["Distance"] = 3.2699294090271,
  4264. ["Cframe"] = CFrame.new(840.290466, 101.184189, 2267.93506, 0.0964837447, 0.0589403138, -0.993587971, 4.65661287e-10, 0.998245299, 0.0592165813, 0.995334625, -0.00571343815, 0.0963144377),
  4265. ["Hit"] = a.Character.Head
  4266. },
  4267. [3] =
  4268. {
  4269. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-389.21701, -2.50536323, -92.2163162)),
  4270. ["Distance"] = 3.1665518283844,
  4271. ["Cframe"] = CFrame.new(840.338867, 101.236496, 2267.80371, 0.0166504811, 0.0941716284, -0.995416701, 1.16415322e-10, 0.995554805, 0.0941846818, 0.999861419, -0.00156822044, 0.0165764652),
  4272. ["Hit"] = a.Character.Head
  4273. },
  4274. [4] =
  4275. {
  4276. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-393.353973, 3.13988972, -72.5452042)),
  4277. ["Distance"] = 3.3218522071838,
  4278. ["Cframe"] = CFrame.new(840.277222, 101.285957, 2267.9707, 0.117109694, 0.118740402, -0.985994935, -1.86264515e-09, 0.992826641, 0.119563118, 0.993119001, -0.0140019981, 0.116269611),
  4279. ["Hit"] = a.Character.Head
  4280. },
  4281. [5] =
  4282. {
  4283. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-390.73172, 3.2097764, -85.5477524)),
  4284. ["Distance"] = 3.222757101059,
  4285. ["Cframe"] = CFrame.new(840.317993, 101.286423, 2267.86035, 0.0517584644, 0.123365127, -0.991010666, 0, 0.992340803, 0.123530701, 0.99865967, -0.00639375951, 0.0513620302),
  4286. ["Hit"] = a.Character.Head
  4287. }
  4288. }
  4289. local A_2 = game.Players.LocalPlayer.Backpack["Remington 870"]
  4290. local Event = game:GetService("ReplicatedStorage").ShootEvent
  4291. Event:FireServer(A_1, A_2)
  4292. Event:FireServer(A_1, A_2)
  4293. end
  4294.  
  4295. for i,v in pairs(game.Players:GetChildren())do
  4296. if v.Name ~= game.Players.LocalPlayer.Name then
  4297. kill(v)
  4298. end
  4299. end
  4300. wait(1)
  4301. workspace.Remote.TeamEvent:FireServer("Bright orange")
  4302. end)
  4303.  
  4304. btools.Name = "btools"
  4305. btools.Parent = main
  4306. btools.BackgroundColor3 = Color3.new(0, 1, 1)
  4307. btools.Position = UDim2.new(0.678933322, 0, 0.2304198, 0)
  4308. btools.Size = UDim2.new(0, 111, 0, 32)
  4309. btools.Font = Enum.Font.GothamBold
  4310. btools.Text = "Btools"
  4311. btools.TextColor3 = Color3.new(1, 0, 0)
  4312. btools.TextSize = 14
  4313. btools.MouseButton1Down:connect(function()
  4314. local tool1 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  4315. tool1.BinType = "Hammer"
  4316. end)
  4317.  
  4318. speed.Name = "speed"
  4319. speed.Parent = main
  4320. speed.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  4321. speed.Position = UDim2.new(0.350194454, 0, 0.379678607, 0)
  4322. speed.Size = UDim2.new(0, 110, 0, 32)
  4323. speed.Font = Enum.Font.GothamBold
  4324. speed.Text = "Speed"
  4325. speed.TextColor3 = Color3.new(1, 0, 0)
  4326. speed.TextSize = 14
  4327. speed.MouseButton1Down:connect(function()
  4328. Speed = "100" -- Change to how fast you want to go
  4329.  
  4330. player = game.Players.LocalPlayer.Character
  4331. power = "WalkSpeed"
  4332. player.Humanoid[power] = Speed
  4333. wait()
  4334. player.HumanoidRootPart.CustomPhysicalProperties = PhysicalProperties.new(9e99, 9e99, 9e99, 9e99, 9e99)
  4335. wait()
  4336. repeat
  4337. game.Workspace.Gravity = 1000
  4338. wait()
  4339. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 287.5
  4340. wait()
  4341. until game.Players.LocalPlayer.Character.Humanoid.Health == 0
  4342. end)
  4343.  
  4344. respawn.Name = "respawn"
  4345. respawn.Parent = main
  4346. respawn.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  4347. respawn.Position = UDim2.new(0.68041873, 0, 0.379084349, 0)
  4348. respawn.Size = UDim2.new(0, 111, 0, 32)
  4349. respawn.Font = Enum.Font.GothamBold
  4350. respawn.Text = "Fast Respawn"
  4351. respawn.TextColor3 = Color3.new(1, 0, 0)
  4352. respawn.TextSize = 14
  4353. respawn.MouseButton1Down:connect(function()
  4354. local A_1 = "\66\114\111\121\111\117\98\97\100\100"
  4355. local Event = game:GetService("Workspace").Remote.loadchar
  4356. Event:InvokeServer(A_1)
  4357. end)
  4358.  
  4359. Credits.Name = "Credits"
  4360. Credits.Parent = main
  4361. Credits.BackgroundColor3 = Color3.new(0, 0, 0)
  4362. Credits.Position = UDim2.new(0.0242873691, 0, 0.934491813, 0)
  4363. Credits.Size = UDim2.new(0, 352, 0, 31)
  4364. Credits.Font = Enum.Font.GothamBold
  4365. Credits.Text = "Made by JAKE11PRICE on YouTube"
  4366. Credits.TextColor3 = Color3.new(1, 1, 0)
  4367. Credits.TextSize = 14
  4368.  
  4369. prison.Name = "prison"
  4370. prison.Parent = main
  4371. prison.BackgroundColor3 = Color3.new(0, 1, 1)
  4372. prison.Position = UDim2.new(0.681462109, 0, 0.450664163, 0)
  4373. prison.Size = UDim2.new(0, 110, 0, 32)
  4374. prison.Font = Enum.Font.GothamBlack
  4375. prison.Text = "Prison"
  4376. prison.TextColor3 = Color3.new(1, 0, 0)
  4377. prison.TextSize = 14
  4378. prison.MouseButton1Down:connect(function()
  4379. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(918.77,100,2379.07)
  4380. end)
  4381.  
  4382. yard.Name = "yard"
  4383. yard.Parent = main
  4384. yard.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  4385. yard.Position = UDim2.new(0.0127276238, 0, 0.45231539, 0)
  4386. yard.Size = UDim2.new(0, 110, 0, 32)
  4387. yard.Font = Enum.Font.GothamBlack
  4388. yard.Text = "Yard"
  4389. yard.TextColor3 = Color3.new(1, 0, 0)
  4390. yard.TextSize = 14
  4391. yard.MouseButton1Down:connect(function()
  4392. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(779.87,98,2458.93)
  4393. end)
  4394.  
  4395. crimbase.Name = "crimbase"
  4396. crimbase.Parent = main
  4397. crimbase.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  4398. crimbase.Position = UDim2.new(0.348744512, 0, 0.451209784, 0)
  4399. crimbase.Size = UDim2.new(0, 110, 0, 32)
  4400. crimbase.Font = Enum.Font.GothamBlack
  4401. crimbase.Text = "Crim Base"
  4402. crimbase.TextColor3 = Color3.new(1, 0, 0)
  4403. crimbase.TextSize = 14
  4404. crimbase.MouseButton1Down:connect(function()
  4405. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-943.46,94.13,2063.63)
  4406. end)
  4407.  
  4408. title_2.Name = "title"
  4409. title_2.Parent = main
  4410. title_2.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  4411. title_2.Position = UDim2.new(0.000689314213, 0, 0.592849016, 0)
  4412. title_2.Size = UDim2.new(0, 364, 0, 26)
  4413. title_2.Font = Enum.Font.GothamBold
  4414. title_2.Text = "FUN FE COMMANDS!"
  4415. title_2.TextColor3 = Color3.new(0, 0, 0)
  4416. title_2.TextSize = 14
  4417.  
  4418. bringall.Name = "bringall"
  4419. bringall.Parent = main
  4420. bringall.BackgroundColor3 = Color3.new(1, 1, 0)
  4421. bringall.Position = UDim2.new(0.0220828541, 0, 0.704794765, 0)
  4422. bringall.Size = UDim2.new(0, 111, 0, 25)
  4423. bringall.Font = Enum.Font.GothamBold
  4424. bringall.Text = "Bring All"
  4425. bringall.TextColor3 = Color3.new(0, 0, 0)
  4426. bringall.TextSize = 14
  4427. bringall.MouseButton1Down:connect(function()
  4428. workspace.Remote.TeamEvent:FireServer("Bright blue")
  4429.  
  4430. local LocalPlayer = game:GetService("Players").LocalPlayer
  4431. local runservice = game:GetService("RunService")
  4432. local characters = {}
  4433. LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()
  4434. local currentamount = #LocalPlayer.Backpack:GetChildren()
  4435. LocalPlayer.Character.Archivable = true
  4436. local tempchar = LocalPlayer.Character:Clone()
  4437. tempchar.Parent = workspace
  4438. local savepos = LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame
  4439. local renderstepped = runservice.RenderStepped:Connect(function()
  4440. workspace.CurrentCamera.CameraSubject = tempchar:FindFirstChild("Humanoid")
  4441. for _, tool in pairs(LocalPlayer.Backpack:GetChildren()) do
  4442. if tool:IsA("Tool") then
  4443. tool.Parent = LocalPlayer
  4444. end
  4445. end
  4446. LocalPlayer.Character:ClearAllChildren()
  4447. local char = Instance.new("Model", workspace)
  4448. table.insert(characters, char)
  4449. Instance.new("Humanoid", char)
  4450. LocalPlayer.Character = char
  4451. repeat runservice.RenderStepped:Wait() until LocalPlayer.Character ~= nil
  4452. end)
  4453. repeat runservice.RenderStepped:Wait() until #LocalPlayer:GetChildren() - 2 - currentamount >= #game.Players:GetPlayers() * 6
  4454. renderstepped:Disconnect()
  4455. repeat runservice.RenderStepped:Wait() until LocalPlayer.Character:FindFirstChild("HumanoidRootPart") ~= nil
  4456. for _, char in pairs(characters) do
  4457. char:Destroy()
  4458. end
  4459. for _, tool in pairs(LocalPlayer:GetChildren()) do
  4460. if tool:IsA("Tool") then
  4461. tool.Parent = LocalPlayer.Backpack
  4462. end
  4463. end
  4464. LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = savepos
  4465. tempchar:Destroy()
  4466.  
  4467. wait()
  4468.  
  4469. for i, v in pairs(game.Players:GetPlayers()) do
  4470. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4471.  
  4472. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4473. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4474.  
  4475. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4476. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4477. wait()
  4478. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4479.  
  4480. end
  4481. wait(.1)
  4482.  
  4483. end
  4484. for i, v in pairs(game.Players:GetPlayers()) do
  4485. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4486.  
  4487. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4488. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4489.  
  4490. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4491. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4492. wait()
  4493. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4494.  
  4495. end
  4496. wait(0.01)
  4497.  
  4498. end
  4499. for i, v in pairs(game.Players:GetPlayers()) do
  4500. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4501.  
  4502. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4503. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4504.  
  4505. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4506. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4507. wait()
  4508. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4509.  
  4510. end
  4511. wait(0.01)
  4512.  
  4513. end
  4514. for i, v in pairs(game.Players:GetPlayers()) do
  4515. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4516.  
  4517. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4518. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4519.  
  4520. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4521. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4522. wait()
  4523. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4524.  
  4525. end
  4526. wait(0.01)
  4527.  
  4528. end
  4529. for i, v in pairs(game.Players:GetPlayers()) do
  4530. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4531.  
  4532. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4533. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4534.  
  4535. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4536. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4537. wait()
  4538. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4539.  
  4540. end
  4541. wait(0.01)
  4542.  
  4543. end
  4544. for i, v in pairs(game.Players:GetPlayers()) do
  4545. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4546.  
  4547. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4548. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4549.  
  4550. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4551. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4552. wait()
  4553. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4554.  
  4555. end
  4556. wait(0.01)
  4557.  
  4558. end
  4559. for i, v in pairs(game.Players:GetPlayers()) do
  4560. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4561.  
  4562. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4563. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4564.  
  4565. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4566. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4567. wait()
  4568. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4569.  
  4570. end
  4571. wait(0.01)
  4572.  
  4573. end
  4574. for i, v in pairs(game.Players:GetPlayers()) do
  4575. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4576.  
  4577. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4578. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4579.  
  4580. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4581. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4582. wait()
  4583. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4584.  
  4585. end
  4586. wait(0.01)
  4587.  
  4588. end
  4589. for i, v in pairs(game.Players:GetPlayers()) do
  4590. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4591.  
  4592. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4593. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4594.  
  4595. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4596. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4597. wait()
  4598. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4599.  
  4600. end
  4601. wait(0.01)
  4602.  
  4603. end
  4604. for i, v in pairs(game.Players:GetPlayers()) do
  4605. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4606.  
  4607. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4608. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4609.  
  4610. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4611. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4612. wait()
  4613. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4614.  
  4615. end
  4616. wait(0.01)
  4617.  
  4618. end
  4619. for i, v in pairs(game.Players:GetPlayers()) do
  4620. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4621.  
  4622. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4623. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4624.  
  4625. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4626. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4627. wait()
  4628. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4629.  
  4630. end
  4631. wait(0.01)
  4632.  
  4633. end
  4634. for i, v in pairs(game.Players:GetPlayers()) do
  4635. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4636.  
  4637. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4638. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4639.  
  4640. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4641. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4642. wait()
  4643. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4644.  
  4645. end
  4646. wait(0.01)
  4647.  
  4648. end
  4649. for i, v in pairs(game.Players:GetPlayers()) do
  4650. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4651.  
  4652. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4653. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4654.  
  4655. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4656. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4657. wait()
  4658. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4659.  
  4660. end
  4661. wait(0.01)
  4662.  
  4663. end
  4664. for i, v in pairs(game.Players:GetPlayers()) do
  4665. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4666.  
  4667. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4668. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4669.  
  4670. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4671. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4672. wait()
  4673. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4674.  
  4675. end
  4676. wait(0.01)
  4677.  
  4678. end
  4679. for i, v in pairs(game.Players:GetPlayers()) do
  4680. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4681.  
  4682. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4683. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4684.  
  4685. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4686. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4687. wait()
  4688. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4689.  
  4690. end
  4691. wait(0.01)
  4692.  
  4693. end
  4694. for i, v in pairs(game.Players:GetPlayers()) do
  4695. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4696.  
  4697. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4698. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4699.  
  4700. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4701. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4702. wait()
  4703. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4704.  
  4705. end
  4706. wait(0.01)
  4707.  
  4708. end
  4709. for i, v in pairs(game.Players:GetPlayers()) do
  4710. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4711.  
  4712. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4713. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4714.  
  4715. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4716. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4717. wait()
  4718. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4719.  
  4720. end
  4721. wait(0.01)
  4722.  
  4723. end
  4724. for i, v in pairs(game.Players:GetPlayers()) do
  4725. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4726.  
  4727. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4728. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4729.  
  4730. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4731. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4732. wait()
  4733. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4734.  
  4735. end
  4736. wait(0.01)
  4737.  
  4738. end
  4739. for i, v in pairs(game.Players:GetPlayers()) do
  4740. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4741.  
  4742. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4743. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4744.  
  4745. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4746. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4747. wait()
  4748. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4749.  
  4750. end
  4751. wait(0.01)
  4752.  
  4753. end
  4754. for i, v in pairs(game.Players:GetPlayers()) do
  4755. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4756.  
  4757. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4758. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4759.  
  4760. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4761. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4762. wait()
  4763. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4764.  
  4765. end
  4766. wait(0.01)
  4767.  
  4768. end
  4769. for i, v in pairs(game.Players:GetPlayers()) do
  4770. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4771.  
  4772. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4773. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4774.  
  4775. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4776. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4777. wait()
  4778. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4779.  
  4780. end
  4781. wait(0.01)
  4782.  
  4783. end
  4784. for i, v in pairs(game.Players:GetPlayers()) do
  4785. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4786.  
  4787. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4788. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4789.  
  4790. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4791. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4792. wait()
  4793. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4794.  
  4795. end
  4796. wait(0.01)
  4797.  
  4798. end
  4799. for i, v in pairs(game.Players:GetPlayers()) do
  4800. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4801.  
  4802. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4803. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4804.  
  4805. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4806. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4807. wait()
  4808. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4809.  
  4810. end
  4811. wait(0.01)
  4812.  
  4813. end
  4814. for i, v in pairs(game.Players:GetPlayers()) do
  4815. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4816.  
  4817. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4818. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4819.  
  4820. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4821. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4822. wait()
  4823. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4824.  
  4825. end
  4826. wait(0.01)
  4827.  
  4828. end
  4829. for i, v in pairs(game.Players:GetPlayers()) do
  4830. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4831.  
  4832. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4833. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4834.  
  4835. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4836. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4837. wait()
  4838. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4839.  
  4840. end
  4841. wait(0.01)
  4842.  
  4843. end
  4844. for i, v in pairs(game.Players:GetPlayers()) do
  4845. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4846.  
  4847. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4848. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4849.  
  4850. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4851. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4852. wait()
  4853. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4854.  
  4855. end
  4856. wait(0.01)
  4857.  
  4858. end
  4859. for i, v in pairs(game.Players:GetPlayers()) do
  4860. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4861.  
  4862. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4863. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4864.  
  4865. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4866. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4867. wait()
  4868. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4869.  
  4870. end
  4871. wait(0.01)
  4872.  
  4873. end
  4874. for i, v in pairs(game.Players:GetPlayers()) do
  4875. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4876.  
  4877. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4878. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4879.  
  4880. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4881. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4882. wait()
  4883. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4884.  
  4885. end
  4886. wait(0.01)
  4887.  
  4888. end
  4889. for i, v in pairs(game.Players:GetPlayers()) do
  4890. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4891.  
  4892. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4893. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4894.  
  4895. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4896. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4897. wait()
  4898. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4899.  
  4900. end
  4901. wait(0.01)
  4902.  
  4903. end
  4904. for i, v in pairs(game.Players:GetPlayers()) do
  4905. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4906.  
  4907. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4908. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4909.  
  4910. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4911. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4912. wait()
  4913. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4914.  
  4915. end
  4916. wait(0.01)
  4917.  
  4918. end
  4919. for i, v in pairs(game.Players:GetPlayers()) do
  4920. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4921.  
  4922. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4923. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4924.  
  4925. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4926. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4927. wait()
  4928. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4929.  
  4930. end
  4931. wait(0.01)
  4932.  
  4933. end
  4934. for i, v in pairs(game.Players:GetPlayers()) do
  4935. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4936.  
  4937. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4938. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4939.  
  4940. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4941. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4942. wait()
  4943. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4944.  
  4945. end
  4946. wait(0.01)
  4947.  
  4948. end
  4949. for i, v in pairs(game.Players:GetPlayers()) do
  4950. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4951.  
  4952. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4953. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4954.  
  4955. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4956. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4957. wait()
  4958. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4959.  
  4960. end
  4961. wait(0.01)
  4962.  
  4963. end
  4964. for i, v in pairs(game.Players:GetPlayers()) do
  4965. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4966.  
  4967. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4968. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4969.  
  4970. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4971. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4972. wait()
  4973. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4974.  
  4975. end
  4976. wait(0.01)
  4977.  
  4978. end
  4979. for i, v in pairs(game.Players:GetPlayers()) do
  4980. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4981.  
  4982. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4983. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4984.  
  4985. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4986. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4987. wait()
  4988. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4989.  
  4990. end
  4991. wait(0.01)
  4992.  
  4993. end
  4994. for i, v in pairs(game.Players:GetPlayers()) do
  4995. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4996.  
  4997. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4998. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4999.  
  5000. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5001. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5002. wait()
  5003. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  5004.  
  5005. end
  5006. wait(0.01)
  5007.  
  5008. end
  5009. for i, v in pairs(game.Players:GetPlayers()) do
  5010. if v and v.Name ~= game.Players.LocalPlayer.Name then
  5011.  
  5012. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5013. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5014.  
  5015. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5016. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5017. wait()
  5018. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  5019.  
  5020. end
  5021. wait(0.01)
  5022.  
  5023. end
  5024. for i, v in pairs(game.Players:GetPlayers()) do
  5025. if v and v.Name ~= game.Players.LocalPlayer.Name then
  5026.  
  5027. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5028. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5029.  
  5030. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5031. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5032. wait()
  5033. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  5034.  
  5035. end
  5036. wait(0.01)
  5037.  
  5038. end
  5039. for i, v in pairs(game.Players:GetPlayers()) do
  5040. if v and v.Name ~= game.Players.LocalPlayer.Name then
  5041.  
  5042. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5043. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5044.  
  5045. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5046. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5047. wait()
  5048. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  5049.  
  5050. end
  5051. wait(0.01)
  5052.  
  5053. end
  5054. for i, v in pairs(game.Players:GetPlayers()) do
  5055. if v and v.Name ~= game.Players.LocalPlayer.Name then
  5056.  
  5057. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5058. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5059.  
  5060. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5061. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5062. wait()
  5063. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  5064.  
  5065. end
  5066. wait(0.01)
  5067.  
  5068. end
  5069. for i, v in pairs(game.Players:GetPlayers()) do
  5070. if v and v.Name ~= game.Players.LocalPlayer.Name then
  5071.  
  5072. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5073. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5074.  
  5075. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5076. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5077. wait()
  5078. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  5079.  
  5080. end
  5081. wait(0.01)
  5082.  
  5083. end
  5084. for i, v in pairs(game.Players:GetPlayers()) do
  5085. if v and v.Name ~= game.Players.LocalPlayer.Name then
  5086.  
  5087. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5088. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5089.  
  5090. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5091. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5092. wait()
  5093. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  5094.  
  5095. end
  5096. wait(0.01)
  5097.  
  5098. end
  5099. for i, v in pairs(game.Players:GetPlayers()) do
  5100. if v and v.Name ~= game.Players.LocalPlayer.Name then
  5101.  
  5102. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5103. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5104.  
  5105. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5106. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5107. wait()
  5108. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  5109.  
  5110. end
  5111. wait(0.01)
  5112.  
  5113. end
  5114. for i, v in pairs(game.Players:GetPlayers()) do
  5115. if v and v.Name ~= game.Players.LocalPlayer.Name then
  5116.  
  5117. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5118. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5119.  
  5120. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5121. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5122. wait()
  5123. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  5124.  
  5125. end
  5126. wait(0.01)
  5127.  
  5128. end
  5129. for i, v in pairs(game.Players:GetPlayers()) do
  5130. if v and v.Name ~= game.Players.LocalPlayer.Name then
  5131.  
  5132. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5133. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5134.  
  5135. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5136. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5137. wait()
  5138. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  5139.  
  5140. end
  5141. wait(0.01)
  5142.  
  5143. end
  5144. for i, v in pairs(game.Players:GetPlayers()) do
  5145. if v and v.Name ~= game.Players.LocalPlayer.Name then
  5146.  
  5147. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5148. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5149.  
  5150. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5151. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5152. wait()
  5153. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  5154.  
  5155. end
  5156. wait(0.01)
  5157.  
  5158. end
  5159. for i, v in pairs(game.Players:GetPlayers()) do
  5160. if v and v.Name ~= game.Players.LocalPlayer.Name then
  5161.  
  5162. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5163. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5164.  
  5165. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5166. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5167. wait()
  5168. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  5169.  
  5170. end
  5171. wait(0.01)
  5172.  
  5173. end
  5174. for i, v in pairs(game.Players:GetPlayers()) do
  5175. if v and v.Name ~= game.Players.LocalPlayer.Name then
  5176.  
  5177. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5178. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5179.  
  5180. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5181. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5182. wait()
  5183. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  5184.  
  5185. end
  5186. wait(0.01)
  5187.  
  5188. end
  5189. for i, v in pairs(game.Players:GetPlayers()) do
  5190. if v and v.Name ~= game.Players.LocalPlayer.Name then
  5191.  
  5192. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5193. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5194.  
  5195. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5196. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5197. wait()
  5198. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  5199.  
  5200. end
  5201. wait(0.01)
  5202.  
  5203. end
  5204. for i, v in pairs(game.Players:GetPlayers()) do
  5205. if v and v.Name ~= game.Players.LocalPlayer.Name then
  5206.  
  5207. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5208. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5209.  
  5210. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5211. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5212. wait()
  5213. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  5214.  
  5215. end
  5216. wait(0.01)
  5217.  
  5218. end
  5219. for i, v in pairs(game.Players:GetPlayers()) do
  5220. if v and v.Name ~= game.Players.LocalPlayer.Name then
  5221.  
  5222. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5223. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5224.  
  5225. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5226. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5227. wait()
  5228. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  5229.  
  5230. end
  5231. wait(0.01)
  5232.  
  5233. end
  5234. end)
  5235.  
  5236. drill.Name = "drill"
  5237. drill.Parent = main
  5238. drill.BackgroundColor3 = Color3.new(1, 1, 0)
  5239. drill.Position = UDim2.new(0.343317509, 0, 0.704794705, 0)
  5240. drill.Size = UDim2.new(0, 111, 0, 25)
  5241. drill.Font = Enum.Font.GothamBold
  5242. drill.Text = "Fe Drill"
  5243. drill.TextColor3 = Color3.new(0, 0, 0)
  5244. drill.TextSize = 14
  5245. drill.MouseButton1Down:connect(function()
  5246. workspace.Remote.TeamEvent:FireServer("Bright blue")
  5247.  
  5248. local toolamount = 80 -- How long the tornado is
  5249. local tornadosize = 1 -- The size of how big the opening of the tornado is
  5250.  
  5251. local LocalPlayer = game:GetService("Players").LocalPlayer
  5252. local runservice = game:GetService("RunService")
  5253. local characters = {}
  5254. LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()
  5255. local currentamount = #LocalPlayer.Backpack:GetChildren()
  5256. LocalPlayer.Character.Archivable = true
  5257. local tempchar = LocalPlayer.Character:Clone()
  5258. tempchar.Parent = workspace
  5259. local savepos = LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame
  5260. local renderstepped = runservice.RenderStepped:Connect(function()
  5261. workspace.CurrentCamera.CameraSubject = tempchar:FindFirstChild("Humanoid")
  5262. for _, tool in pairs(LocalPlayer.Backpack:GetChildren()) do
  5263. if tool:IsA("Tool") then
  5264. tool.Parent = LocalPlayer
  5265. end
  5266. end
  5267. LocalPlayer.Character:ClearAllChildren()
  5268. local char = Instance.new("Model", workspace)
  5269. table.insert(characters, char)
  5270. Instance.new("Humanoid", char)
  5271. LocalPlayer.Character = char
  5272. repeat runservice.RenderStepped:Wait() until LocalPlayer.Character ~= nil
  5273. end)
  5274. repeat runservice.RenderStepped:Wait() until #LocalPlayer:GetChildren() - 4 - currentamount >= toolamount
  5275. renderstepped:Disconnect()
  5276. repeat runservice.RenderStepped:Wait() until LocalPlayer.Character:FindFirstChild("HumanoidRootPart") ~= nil
  5277. for _, char in pairs(characters) do
  5278. char:Destroy()
  5279. end
  5280. for index, tool in pairs(LocalPlayer:GetChildren()) do
  5281. if tool:IsA("Tool") then
  5282. tool.Parent = LocalPlayer.Backpack
  5283. tool.Handle.Massless = false
  5284. tool.Grip = CFrame.new(Vector3.new(0, -index * .1, 0)) * CFrame.Angles(math.rad(90), 0, math.tan(index * 0.5))
  5285. tool.Parent = LocalPlayer.Character
  5286. if tool.Handle:FindFirstChild("Mesh") ~= nil then
  5287. tool.Handle.Mesh:Destroy()
  5288. end
  5289. end
  5290. end
  5291. LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = savepos
  5292. tempchar:Destroy()
  5293. end)
  5294.  
  5295. killplrmain.Name = "killplrmain"
  5296. killplrmain.Parent = main
  5297. killplrmain.BackgroundColor3 = Color3.new(1, 0, 1)
  5298. killplrmain.Position = UDim2.new(0.0321613066, 0, 0.836535037, 0)
  5299. killplrmain.Size = UDim2.new(0, 103, 0, 47)
  5300.  
  5301. killtext.Name = "killtext"
  5302. killtext.Parent = killplrmain
  5303. killtext.BackgroundColor3 = Color3.new(1, 0.666667, 1)
  5304. killtext.Position = UDim2.new(0, 0, 0.0212752968, 0)
  5305. killtext.Size = UDim2.new(0, 99, 0, 19)
  5306. killtext.Font = Enum.Font.Gotham
  5307. killtext.Text = "Player Name"
  5308. killtext.TextColor3 = Color3.new(0, 0, 0)
  5309. killtext.TextSize = 14
  5310.  
  5311. kill.Name = "kill"
  5312. kill.Parent = killplrmain
  5313. kill.BackgroundColor3 = Color3.new(0, 0, 0)
  5314. kill.Position = UDim2.new(0.0999999046, 0, 0.531914949, 0)
  5315. kill.Size = UDim2.new(0, 80, 0, 22)
  5316. kill.Font = Enum.Font.GothamBold
  5317. kill.Text = "KILL"
  5318. kill.TextColor3 = Color3.new(1, 1, 1)
  5319. kill.TextSize = 14
  5320. kill.MouseButton1Down:connect(function()
  5321. game.Workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["Remington 870"].ITEMPICKUP)
  5322.  
  5323. wait(0.1)
  5324. Workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  5325.  
  5326. local A_1 =
  5327. {
  5328. [1] =
  5329. {
  5330. ["RayObject"] = Ray.new(Vector3.new(827.412415, 101.489777, 2296.84326), Vector3.new(277.738678, 6.89340925, 287.773712)),
  5331. ["Distance"] = 4.7204174995422,
  5332. ["Cframe"] = CFrame.new(832.049377, 101.392006, 2300.97168, 0.843892097, -0.0554918349, 0.533635378, 0, 0.994636595, 0.103430569, -0.536512911, -0.0872842371, 0.839366019),
  5333. ["Hit"] = game.Workspace[killtext.Text].Head
  5334. },
  5335. [2] =
  5336. {
  5337. ["RayObject"] = Ray.new(Vector3.new(827.412415, 101.489777, 2296.84326), Vector3.new(303.047546, 21.3568707, 260.203888)),
  5338. ["Distance"] = 4.8114862442017,
  5339. ["Cframe"] = CFrame.new(832.390259, 101.550629, 2300.74097, 0.738044441, -0.112958886, 0.665229917, 7.45057971e-09, 0.985887885, 0.16740793, -0.674752235, -0.123554483, 0.727628946),
  5340. ["Hit"] = game.Workspace[killtext.Text].Head
  5341. },
  5342. [3] =
  5343. {
  5344. ["RayObject"] = Ray.new(Vector3.new(827.412415, 101.489777, 2296.84326), Vector3.new(296.800507, 7.00420141, 268.067932)),
  5345. ["Distance"] = 4.444625377655,
  5346. ["Cframe"] = CFrame.new(832.185486, 101.391617, 2300.70264, 0.775115669, -0.0692948848, 0.628007889, 7.45057971e-09, 0.993967533, 0.109675139, -0.631819367, -0.0850109085, 0.770439863),
  5347. ["Hit"] = game.Workspace[killtext.Text].Head
  5348. },
  5349. [4] =
  5350. {
  5351. ["RayObject"] = Ray.new(Vector3.new(827.412415, 101.489777, 2296.84326), Vector3.new(284.930573, 11.9850616, 280.483368)),
  5352. ["Distance"] = 4.6211166381836,
  5353. ["Cframe"] = CFrame.new(832.10083, 101.445007, 2300.86963, 0.820150614, -0.0735745132, 0.567397356, 0, 0.991697431, 0.128593579, -0.572147667, -0.105466105, 0.81334126),
  5354. ["Hit"] = game.Workspace[killtext.Text].Head
  5355. },
  5356. [5] =
  5357. {
  5358. ["RayObject"] = Ray.new(Vector3.new(827.412415, 101.489777, 2296.84326), Vector3.new(294.625824, 2.15741801, 270.538269)),
  5359. ["Distance"] = 4.4639973640442,
  5360. ["Cframe"] = CFrame.new(832.169434, 101.341301, 2300.73438, 0.784266233, -0.0537625961, 0.618090749, -3.7252903e-09, 0.99623847, 0.086654529, -0.620424569, -0.0679602176, 0.781316102),
  5361. ["Hit"] = game.Workspace[killtext.Text].Head
  5362. }
  5363. }
  5364. local A_2 = game.Players.LocalPlayer.Backpack["Remington 870"]
  5365. local Event = game:GetService("ReplicatedStorage").ShootEvent
  5366. Event:FireServer(A_1, A_2)
  5367.  
  5368. wait(0.5)
  5369. workspace.Remote.TeamEvent:FireServer("Bright orange")
  5370. end)
  5371.  
  5372. waves.Name = "waves"
  5373. waves.Parent = main
  5374. waves.BackgroundColor3 = Color3.new(1, 1, 0)
  5375. waves.Position = UDim2.new(0.0201378968, 0, 0.646579564, 0)
  5376. waves.Size = UDim2.new(0, 111, 0, 26)
  5377. waves.Font = Enum.Font.GothamBold
  5378. waves.Text = "Fe Waves"
  5379. waves.TextColor3 = Color3.new(0, 0, 0)
  5380. waves.TextSize = 14
  5381. waves.MouseButton1Down:connect(function()
  5382. workspace.Remote.TeamEvent:FireServer("Bright blue")
  5383.  
  5384. local toolamount = 40 -- How long the tornado is
  5385. local tornadosize = 1 -- The size of how big the opening of the tornado is
  5386.  
  5387. local LocalPlayer = game:GetService("Players").LocalPlayer
  5388. local runservice = game:GetService("RunService")
  5389. local characters = {}
  5390. LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()
  5391. local currentamount = #LocalPlayer.Backpack:GetChildren()
  5392. LocalPlayer.Character.Archivable = true
  5393. local tempchar = LocalPlayer.Character:Clone()
  5394. tempchar.Parent = workspace
  5395. local savepos = LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame
  5396. local renderstepped = runservice.RenderStepped:Connect(function()
  5397. workspace.CurrentCamera.CameraSubject = tempchar:FindFirstChild("Humanoid")
  5398. for _, tool in pairs(LocalPlayer.Backpack:GetChildren()) do
  5399. if tool:IsA("Tool") then
  5400. tool.Parent = LocalPlayer
  5401. end
  5402. end
  5403. LocalPlayer.Character:ClearAllChildren()
  5404. local char = Instance.new("Model", workspace)
  5405. table.insert(characters, char)
  5406. Instance.new("Humanoid", char)
  5407. LocalPlayer.Character = char
  5408. repeat runservice.RenderStepped:Wait() until LocalPlayer.Character ~= nil
  5409. end)
  5410. repeat runservice.RenderStepped:Wait() until #LocalPlayer:GetChildren() - 4 - currentamount >= toolamount
  5411. renderstepped:Disconnect()
  5412. repeat runservice.RenderStepped:Wait() until LocalPlayer.Character:FindFirstChild("HumanoidRootPart") ~= nil
  5413. for _, char in pairs(characters) do
  5414. char:Destroy()
  5415. end
  5416. for index, tool in pairs(LocalPlayer:GetChildren()) do
  5417. if tool:IsA("Tool") then
  5418. tool.Parent = LocalPlayer.Backpack
  5419. tool.Handle.Massless = false
  5420. tool.Grip = CFrame.new(Vector3.new(0, math.sin(index + 0.5), index)) * CFrame.Angles(math.rad(tornadosize), 0, -index)
  5421. tool.Parent = LocalPlayer.Character
  5422. if tool.Handle:FindFirstChild("Mesh") ~= nil then
  5423. tool.Handle.Mesh:Destroy()
  5424. end
  5425. end
  5426. end
  5427. LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = savepos
  5428. tempchar:Destroy()
  5429. end)
  5430.  
  5431. bigbowl.Name = "bigbowl"
  5432. bigbowl.Parent = main
  5433. bigbowl.BackgroundColor3 = Color3.new(1, 1, 0)
  5434. bigbowl.Position = UDim2.new(0.341908664, 0, 0.647788644, 0)
  5435. bigbowl.Size = UDim2.new(0, 111, 0, 26)
  5436. bigbowl.Font = Enum.Font.GothamBold
  5437. bigbowl.Text = "Fe Big Bowl"
  5438. bigbowl.TextColor3 = Color3.new(0, 0, 0)
  5439. bigbowl.TextSize = 14
  5440. bigbowl.MouseButton1Down:connect(function()
  5441. workspace.Remote.TeamEvent:FireServer("Bright blue")
  5442.  
  5443. local toolamount = 250 -- How much covered the bowl is
  5444. local bowlsize = 20 -- How big the bowl is
  5445.  
  5446.  
  5447.  
  5448. local LocalPlayer = game:GetService("Players").LocalPlayer
  5449. local runservice = game:GetService("RunService")
  5450. local characters = {}
  5451. LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()
  5452. local currentamount = #LocalPlayer.Backpack:GetChildren()
  5453. LocalPlayer.Character.Archivable = true
  5454. local tempchar = LocalPlayer.Character:Clone()
  5455. tempchar.Parent = workspace
  5456. local savepos = LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame
  5457. local renderstepped = runservice.RenderStepped:Connect(function()
  5458. workspace.CurrentCamera.CameraSubject = tempchar:FindFirstChild("Humanoid")
  5459. for _, tool in pairs(LocalPlayer.Backpack:GetChildren()) do
  5460. if tool:IsA("Tool") then
  5461. tool.Parent = LocalPlayer
  5462. end
  5463. end
  5464. LocalPlayer.Character:ClearAllChildren()
  5465. local char = Instance.new("Model", workspace)
  5466. table.insert(characters, char)
  5467. Instance.new("Humanoid", char)
  5468. LocalPlayer.Character = char
  5469. repeat runservice.RenderStepped:Wait() until LocalPlayer.Character ~= nil
  5470. end)
  5471. repeat runservice.RenderStepped:Wait() until #LocalPlayer:GetChildren() - 4 - currentamount >= toolamount
  5472. renderstepped:Disconnect()
  5473. repeat runservice.RenderStepped:Wait() until LocalPlayer.Character:FindFirstChild("HumanoidRootPart") ~= nil
  5474. for _, char in pairs(characters) do
  5475. char:Destroy()
  5476. end
  5477. for index, tool in pairs(LocalPlayer:GetChildren()) do
  5478. if tool:IsA("Tool") then
  5479. tool.Parent = LocalPlayer.Backpack
  5480. tool.Handle.Massless = true
  5481. tool.Grip = CFrame.new(Vector3.new(math.sin(index * 0.1), bowlsize, 0)) * CFrame.Angles(math.sin(index * 0.1), index, 0)
  5482. tool.Parent = LocalPlayer.Character
  5483. if tool.Handle:FindFirstChild("Mesh") ~= nil then
  5484. tool.Handle.Mesh:Destroy()
  5485. end
  5486. end
  5487. end
  5488. LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = savepos
  5489. tempchar:Destroy()
  5490. LocalPlayer.Character:FindFirstChild("Humanoid").HipHeight = bowlsize
  5491. end)
  5492.  
  5493. tazeplrmain.Name = "tazeplrmain"
  5494. tazeplrmain.Parent = main
  5495. tazeplrmain.BackgroundColor3 = Color3.new(1, 0, 1)
  5496. tazeplrmain.Position = UDim2.new(0.358376801, 0, 0.83788842, 0)
  5497. tazeplrmain.Size = UDim2.new(0, 103, 0, 47)
  5498.  
  5499. tazetext.Name = "tazetext"
  5500. tazetext.Parent = tazeplrmain
  5501. tazetext.BackgroundColor3 = Color3.new(1, 0.666667, 1)
  5502. tazetext.Size = UDim2.new(0, 99, 0, 19)
  5503. tazetext.Font = Enum.Font.Gotham
  5504. tazetext.Text = "Player Name"
  5505. tazetext.TextColor3 = Color3.new(0, 0, 0)
  5506. tazetext.TextSize = 14
  5507.  
  5508. taze.Name = "taze"
  5509. taze.Parent = tazeplrmain
  5510. taze.BackgroundColor3 = Color3.new(0, 0, 0)
  5511. taze.Position = UDim2.new(0.128543824, 0, 0.510639191, 0)
  5512. taze.Size = UDim2.new(0, 80, 0, 22)
  5513. taze.Font = Enum.Font.GothamBold
  5514. taze.Text = "TAZE"
  5515. taze.TextColor3 = Color3.new(1, 1, 1)
  5516. taze.TextSize = 14
  5517. taze.MouseButton1Down:connect(function()
  5518. local A_1 =
  5519. {
  5520. [1] =
  5521. {
  5522. ["RayObject"] = Ray.new(Vector3.new(829.838562, 101.489998, 2331.25635), Vector3.new(-30.6540909, -5.42795324, 95.0308533)),
  5523. ["Distance"] = 15.355997085571,
  5524. ["Cframe"] = CFrame.new(826.616699, 100.8508, 2340.11279, 0.964640439, -0.00993416365, -0.263382077, 9.31322575e-10, 0.999289393, -0.0376908854, 0.263569355, 0.0363581516, 0.963954985),
  5525. ["Hit"] = game.Workspace[tazetext.Text].Torso
  5526. }
  5527. }
  5528. local A_2 = game.Players.LocalPlayer.Backpack["Taser"]
  5529. local Event = game:GetService("ReplicatedStorage").ShootEvent
  5530. Event:FireServer(A_1, A_2)
  5531. end)
  5532.  
  5533. teamcrim.Name = "teamcrim"
  5534. teamcrim.Parent = main
  5535. teamcrim.BackgroundColor3 = Color3.new(1, 0, 0)
  5536. teamcrim.Position = UDim2.new(0.775380731, 0, 0.108776733, 0)
  5537. teamcrim.Size = UDim2.new(0, 83, 0, 22)
  5538. teamcrim.Font = Enum.Font.GothamBlack
  5539. teamcrim.Text = "Team Crim"
  5540. teamcrim.TextColor3 = Color3.new(0, 0, 0)
  5541. teamcrim.TextSize = 14
  5542. teamcrim.MouseButton1Down:connect(function()
  5543. wait(0.3)
  5544. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-976.125183, 109.123924, 2059.99536)
  5545.  
  5546. wait(0.3)
  5547. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(918.77,100,2379.07)
  5548. end)
  5549.  
  5550. tazeall.Name = "tazeall"
  5551. tazeall.Parent = main
  5552. tazeall.BackgroundColor3 = Color3.new(1, 0, 0)
  5553. tazeall.Position = UDim2.new(0.342309177, 0, 0.759402633, 0)
  5554. tazeall.Size = UDim2.new(0, 109, 0, 34)
  5555. tazeall.Font = Enum.Font.GothamBold
  5556. tazeall.Text = "Taze All"
  5557. tazeall.TextColor3 = Color3.new(0, 0, 0)
  5558. tazeall.TextSize = 14
  5559. tazeall.MouseButton1Down:connect(function()
  5560. workspace.Remote.TeamEvent:FireServer("Bright blue")
  5561.  
  5562. function kill(a)
  5563. local A_1 =
  5564. {
  5565. [1] =
  5566. {
  5567. ["RayObject"] = Ray.new(Vector3.new(829.838562, 101.489998, 2331.25635), Vector3.new(-30.6540909, -5.42795324, 95.0308533)),
  5568. ["Distance"] = 15.355997085571,
  5569. ["Cframe"] = CFrame.new(826.616699, 100.8508, 2340.11279, 0.964640439, -0.00993416365, -0.263382077, 9.31322575e-10, 0.999289393, -0.0376908854, 0.263569355, 0.0363581516, 0.963954985),
  5570. ["Hit"] = a.Character.Torso
  5571. }
  5572. }
  5573. local A_2 = game.Players.LocalPlayer.Backpack["Taser"]
  5574. local Event = game:GetService("ReplicatedStorage").ShootEvent
  5575. Event:FireServer(A_1, A_2)
  5576. end
  5577.  
  5578. for i,v in pairs(game.Players:GetChildren())do
  5579. if v.Name ~= game.Players.LocalPlayer.Name then
  5580. kill(v)
  5581. end
  5582. end
  5583. end)
  5584.  
  5585. removewalls.Name = "removewalls"
  5586. removewalls.Parent = main
  5587. removewalls.BackgroundColor3 = Color3.new(1, 0, 0)
  5588. removewalls.Position = UDim2.new(0.670628905, 0, 0.758472741, 0)
  5589. removewalls.Size = UDim2.new(0, 110, 0, 34)
  5590. removewalls.Font = Enum.Font.GothamBold
  5591. removewalls.Text = "Remove Walls"
  5592. removewalls.TextColor3 = Color3.new(0, 0, 0)
  5593. removewalls.TextSize = 14
  5594. removewalls.MouseButton1Down:connect(function()
  5595. wait(0.1)
  5596. game.Workspace.Prison_Guard_Outpost:Remove()
  5597.  
  5598. wait(0.1)
  5599. game.Workspace.Prison_Cafeteria.building:Remove()
  5600.  
  5601. wait(0.1)
  5602. game.Workspace.Prison_Cafeteria.glass:Remove()
  5603.  
  5604. wait(0.1)
  5605. game.Workspace.Prison_Cafeteria.oven:Remove()
  5606.  
  5607. wait(0.1)
  5608. game.Workspace.Prison_Cafeteria.shelves:Remove()
  5609.  
  5610. wait(0.1)
  5611. game.Workspace.Prison_Cafeteria.vents:Remove()
  5612.  
  5613. wait(0.1)
  5614. game.Workspace.Prison_Cafeteria.accents:Remove()
  5615.  
  5616. wait(0.1)
  5617. game.Workspace.Prison_Cafeteria.vendingmachine:Remove()
  5618.  
  5619. wait(0.1)
  5620. game.Workspace.Prison_Cafeteria.Prison_table1:Remove()
  5621.  
  5622. wait(0.1)
  5623. game.Workspace.Prison_Cafeteria.counter:Remove()
  5624.  
  5625. wait(0.1)
  5626. game.Workspace.Prison_Cafeteria.boxes:Remove()
  5627. end)
  5628.  
  5629. removeall.Name = "removeall"
  5630. removeall.Parent = main
  5631. removeall.BackgroundColor3 = Color3.new(1, 0, 0)
  5632. removeall.Position = UDim2.new(0.673120499, 0, 0.838146329, 0)
  5633. removeall.Size = UDim2.new(0, 110, 0, 47)
  5634. removeall.Font = Enum.Font.GothamBold
  5635. removeall.Text = "Remove All"
  5636. removeall.TextColor3 = Color3.new(0, 0, 0)
  5637. removeall.TextSize = 14
  5638. removeall.MouseButton1Down:connect(function()
  5639. wait(0.1)
  5640. game.Workspace.Prison_Halls.walls:Remove()
  5641.  
  5642. wait(0.1)
  5643. game.Workspace.Prison_Halls.roof:Remove()
  5644.  
  5645. wait(0.1)
  5646. game.Workspace.Prison_Halls.outlines:Remove()
  5647.  
  5648. wait(0.1)
  5649. game.Workspace.Prison_Halls.lights:Remove()
  5650.  
  5651. wait(0.1)
  5652. Workspace.Prison_Halls.accent:Remove()
  5653.  
  5654. wait(0.1)
  5655. game.Workspace.Prison_Halls.glass:Remove()
  5656.  
  5657. wait(0.1)
  5658. game.Workspace.Prison_Cellblock.b_front:Remove()
  5659.  
  5660. wait(0.1)
  5661. game.Workspace.Prison_Cellblock.doors:Remove()
  5662.  
  5663. wait(0.1)
  5664. game.Workspace.Prison_Cellblock.c_tables:Remove()
  5665.  
  5666. wait(0.1)
  5667. game.Workspace.Prison_Cellblock.a_front:Remove()
  5668.  
  5669. wait(0.1)
  5670. game.Workspace.Prison_Cellblock.b_outerwall:Remove()
  5671.  
  5672. wait(0.1)
  5673. game.Workspace.Prison_Cellblock.c_wall:Remove()
  5674.  
  5675. wait(0.1)
  5676. game.Workspace.Prison_Cellblock.b_wall:Remove()
  5677.  
  5678. wait(0.1)
  5679. game.Workspace.Prison_Cellblock.c_hallwall:Remove()
  5680.  
  5681. wait(0.1)
  5682. game.Workspace.Prison_Cellblock.a_outerwall:Remove()
  5683.  
  5684. wait(0.1)
  5685. game.Workspace.Prison_Cellblock.b_ramp:Remove()
  5686.  
  5687. wait(0.1)
  5688. game.Workspace.Prison_Cellblock.a_ramp:Remove()
  5689.  
  5690. wait(0.1)
  5691. game.Workspace.Prison_Cellblock.a_walls:Remove()
  5692.  
  5693. wait(0.1)
  5694. game.Workspace.Prison_Cellblock.Cells_B:Remove()
  5695.  
  5696. wait(0.1)
  5697. game.Workspace.Prison_Cellblock.Cells_A:Remove()
  5698.  
  5699. wait(0.1)
  5700. game.Workspace.Prison_Cellblock.c_corner:Remove()
  5701.  
  5702. wait(0.1)
  5703. game.Workspace.Prison_Cellblock.Wedge:Remove()
  5704.  
  5705. wait(0.1)
  5706. game.Workspace.Prison_Cellblock.a_ceiling:Remove()
  5707.  
  5708. wait(0.1)
  5709. game.Workspace.Prison_Cellblock.b_ceiling:Remove()
  5710.  
  5711. wait(0.1)
  5712. game.Workspace.City_buildings:Remove()
  5713.  
  5714. wait(0.1)
  5715. game.Workspace.Prison_OuterWall:Remove()
  5716.  
  5717. wait(0.1)
  5718. game.Workspace.Prison_Fences:Remove()
  5719. end)
  5720.  
  5721. lagserver.Name = "lagserver"
  5722. lagserver.Parent = main
  5723. lagserver.BackgroundColor3 = Color3.new(0.333333, 0, 0.498039)
  5724. lagserver.Position = UDim2.new(0.66476965, 0, 0.659647882, 0)
  5725. lagserver.Size = UDim2.new(0, 120, 0, 42)
  5726. lagserver.Font = Enum.Font.GothamBold
  5727. lagserver.Text = "Lag Server (Swat)"
  5728. lagserver.TextColor3 = Color3.new(0, 1, 1)
  5729. lagserver.TextSize = 14
  5730. lagserver.MouseButton1Down:connect(function()
  5731. while true do
  5732. workspace.Remote.TeamEvent:FireServer("Bright blue")
  5733.  
  5734. for i = 10000,999999999999999,1 do
  5735. for i,v in pairs(Workspace.Prison_ITEMS.clothes:GetChildren()) do
  5736.  
  5737. lol = Workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  5738. print(lol)
  5739. end
  5740. end
  5741. end
  5742.  
  5743. end)
  5744. -- Scripts:-- Farewell Infortality.
  5745. -- Version: 2.82
  5746. -- Instances:
  5747. local PrisonBreakerv15 = Instance.new("ScreenGui")
  5748. local openmain = Instance.new("Frame")
  5749. local open = Instance.new("TextButton")
  5750. local main = Instance.new("Frame")
  5751. local title = Instance.new("TextLabel")
  5752. local close = Instance.new("TextButton")
  5753. local police = Instance.new("TextButton")
  5754. local inmate = Instance.new("TextButton")
  5755. local neutral = Instance.new("TextButton")
  5756. local arrestcrims = Instance.new("TextButton")
  5757. local invis = Instance.new("TextButton")
  5758. local superpunch = Instance.new("TextButton")
  5759. local guns = Instance.new("TextButton")
  5760. local taserbypass = Instance.new("TextButton")
  5761. local fling = Instance.new("TextButton")
  5762. local reviz = Instance.new("TextButton")
  5763. local arrest = Instance.new("TextButton")
  5764. local attach = Instance.new("TextButton")
  5765. local fastrem = Instance.new("TextButton")
  5766. local fastm9 = Instance.new("TextButton")
  5767. local fasttaze = Instance.new("TextButton")
  5768. local fastak = Instance.new("TextButton")
  5769. local killall = Instance.new("TextButton")
  5770. local btools = Instance.new("TextButton")
  5771. local speed = Instance.new("TextButton")
  5772. local respawn = Instance.new("TextButton")
  5773. local Credits = Instance.new("TextButton")
  5774. local prison = Instance.new("TextButton")
  5775. local yard = Instance.new("TextButton")
  5776. local crimbase = Instance.new("TextButton")
  5777. local title_2 = Instance.new("TextLabel")
  5778. local bringall = Instance.new("TextButton")
  5779. local drill = Instance.new("TextButton")
  5780. local killplrmain = Instance.new("Frame")
  5781. local killtext = Instance.new("TextBox")
  5782. local kill = Instance.new("TextButton")
  5783. local waves = Instance.new("TextButton")
  5784. local bigbowl = Instance.new("TextButton")
  5785. local tazeplrmain = Instance.new("Frame")
  5786. local tazetext = Instance.new("TextBox")
  5787. local taze = Instance.new("TextButton")
  5788. local teamcrim = Instance.new("TextButton")
  5789. local tazeall = Instance.new("TextButton")
  5790. local removewalls = Instance.new("TextButton")
  5791. local removeall = Instance.new("TextButton")
  5792. local lagserver = Instance.new("TextButton")
  5793. --Properties:
  5794. PrisonBreakerv15.Name = "PrisonBreaker v1.5"
  5795. PrisonBreakerv15.Parent = game.CoreGui
  5796.  
  5797. openmain.Name = "openmain"
  5798. openmain.Parent = PrisonBreakerv15
  5799. openmain.BackgroundColor3 = Color3.new(0, 0, 0)
  5800. openmain.Position = UDim2.new(0.00434467755, 0, 0.397959173, 0)
  5801. openmain.Size = UDim2.new(0, 100, 0, 27)
  5802. openmain.Visible = false
  5803.  
  5804. open.Name = "open"
  5805. open.Parent = openmain
  5806. open.BackgroundColor3 = Color3.new(1, 1, 0)
  5807. open.Position = UDim2.new(1.49011612e-08, 0, 0, 0)
  5808. open.Size = UDim2.new(0, 100, 0, 27)
  5809. open.Style = Enum.ButtonStyle.RobloxRoundButton
  5810. open.Font = Enum.Font.GothamBold
  5811. open.Text = "OPEN"
  5812. open.TextColor3 = Color3.new(0, 0, 0)
  5813. open.TextSize = 14
  5814. open.MouseButton1Down:connect(function()
  5815. openmain.Visible = false
  5816. main.Visible = true
  5817. end)
  5818.  
  5819. main.Name = "main"
  5820. main.Parent = PrisonBreakerv15
  5821. main.BackgroundColor3 = Color3.new(0, 1, 0)
  5822. main.Position = UDim2.new(0.00441803597, 0, 0.249908596, 0)
  5823. main.Size = UDim2.new(0, 383, 0, 586)
  5824. main.Style = Enum.FrameStyle.RobloxRound
  5825. main.Active = true
  5826. main.Draggable = true
  5827.  
  5828. title.Name = "title"
  5829. title.Parent = main
  5830. title.BackgroundColor3 = Color3.new(0, 0, 1)
  5831. title.Position = UDim2.new(-0.0125168273, 0, -0.00528348284, 0)
  5832. title.Size = UDim2.new(0, 376, 0, 50)
  5833. title.Font = Enum.Font.GothamBold
  5834. title.Text = "PrisonBreaker V1.5"
  5835. title.TextColor3 = Color3.new(1, 1, 1)
  5836. title.TextSize = 14
  5837.  
  5838. close.Name = "close"
  5839. close.Parent = main
  5840. close.BackgroundColor3 = Color3.new(0.333333, 0, 1)
  5841. close.Position = UDim2.new(0.848563969, 0, -0.00557620823, 0)
  5842. close.Size = UDim2.new(0, 59, 0, 50)
  5843. close.Font = Enum.Font.GothamBold
  5844. close.Text = "X"
  5845. close.TextColor3 = Color3.new(0, 0, 0)
  5846. close.TextSize = 14
  5847. close.MouseButton1Down:connect(function()
  5848. main.Visible = false
  5849. openmain.Visible = true
  5850. end)
  5851.  
  5852. police.Name = "police"
  5853. police.Parent = main
  5854. police.BackgroundColor3 = Color3.new(0, 0, 1)
  5855. police.Position = UDim2.new(0.0143180238, 0, 0.108731732, 0)
  5856. police.Size = UDim2.new(0, 84, 0, 22)
  5857. police.Font = Enum.Font.GothamBold
  5858. police.Text = "Team Police"
  5859. police.TextColor3 = Color3.new(0, 0, 0)
  5860. police.TextSize = 14
  5861. police.MouseButton1Down:connect(function()
  5862. workspace.Remote.TeamEvent:FireServer("Bright blue")
  5863. end)
  5864.  
  5865. inmate.Name = "inmate"
  5866. inmate.Parent = main
  5867. inmate.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  5868. inmate.BorderColor3 = Color3.new(1, 0.666667, 0.0901961)
  5869. inmate.Position = UDim2.new(0.270111769, 0, 0.107363492, 0)
  5870. inmate.Size = UDim2.new(0, 84, 0, 22)
  5871. inmate.Font = Enum.Font.GothamBold
  5872. inmate.Text = "Team Inmate"
  5873. inmate.TextColor3 = Color3.new(0, 0, 0)
  5874. inmate.TextSize = 14
  5875. inmate.MouseButton1Down:connect(function()
  5876. workspace.Remote.TeamEvent:FireServer("Bright orange")
  5877. end)
  5878.  
  5879. neutral.Name = "neutral"
  5880. neutral.Parent = main
  5881. neutral.BackgroundColor3 = Color3.new(0.772549, 0.74902, 0.784314)
  5882. neutral.Position = UDim2.new(0.525683641, 0, 0.106356524, 0)
  5883. neutral.Size = UDim2.new(0, 83, 0, 22)
  5884. neutral.Font = Enum.Font.GothamBold
  5885. neutral.Text = "Team Neutral"
  5886. neutral.TextColor3 = Color3.new(0, 0, 0)
  5887. neutral.TextSize = 14
  5888. neutral.TextStrokeColor3 = Color3.new(0.333333, 1, 0)
  5889. neutral.MouseButton1Down:connect(function()
  5890. Workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  5891. end)
  5892.  
  5893. arrestcrims.Name = "arrestcrims"
  5894. arrestcrims.Parent = main
  5895. arrestcrims.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  5896. arrestcrims.Position = UDim2.new(0.0124716684, 0, 0.160733104, 0)
  5897. arrestcrims.Size = UDim2.new(0, 111, 0, 31)
  5898. arrestcrims.Font = Enum.Font.GothamBold
  5899. arrestcrims.Text = "Arrest Crims"
  5900. arrestcrims.TextColor3 = Color3.new(1, 0, 0)
  5901. arrestcrims.TextSize = 14
  5902. arrestcrims.MouseButton1Down:connect(function()
  5903. local Player = game.Players.LocalPlayer
  5904. local cpos = Player.Character.HumanoidRootPart.CFrame
  5905. for i,v in pairs(game.Teams.Criminals:GetPlayers()) do
  5906. if v.Name ~= Player.Name then
  5907. local i = 10
  5908. repeat
  5909. wait()
  5910. i = i-1
  5911. game.Workspace.Remote.arrest:InvokeServer(v.Character.HumanoidRootPart)
  5912. Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  5913. until i == 0
  5914. end
  5915. end
  5916. Player.Character.HumanoidRootPart.CFrame = cpos
  5917. Notify("Success", "Arrested all of the n00bs", "Cool!")
  5918. end)
  5919.  
  5920. invis.Name = "invis"
  5921. invis.Parent = main
  5922. invis.BackgroundColor3 = Color3.new(0, 1, 1)
  5923. invis.Position = UDim2.new(0.348153055, 0, 0.160733074, 0)
  5924. invis.Size = UDim2.new(0, 111, 0, 31)
  5925. invis.Font = Enum.Font.GothamBold
  5926. invis.Text = "Invisible"
  5927. invis.TextColor3 = Color3.new(1, 0, 0)
  5928. invis.TextSize = 14
  5929. invis.MouseButton1Down:connect(function()
  5930. local player = game.Players.LocalPlayer
  5931. position = player.Character.HumanoidRootPart.Position
  5932. wait(0.1)
  5933. player.Character:MoveTo(position + Vector3.new(0, 1000000, 0))
  5934. wait(0.1)
  5935. humanoidrootpart = player.Character.HumanoidRootPart:clone()
  5936. wait(0.1)
  5937. player.Character.HumanoidRootPart:Destroy()
  5938. humanoidrootpart.Parent = player.Character
  5939. player.Character:MoveTo(position)
  5940. wait()
  5941. -- Remove this if you want to see yourself (others still won't see you)
  5942. game.Players.LocalPlayer.Character.Torso.Transparency = 1
  5943. game.Players.LocalPlayer.Character.Head.Transparency = 1
  5944. game.Players.LocalPlayer.Character["Left Arm"].Transparency = 1
  5945. game.Players.LocalPlayer.Character["Right Arm"].Transparency = 1
  5946. game.Players.LocalPlayer.Character["Left Leg"].Transparency = 1
  5947. game.Players.LocalPlayer.Character["Right Leg"].Transparency = 1
  5948. game.Players.LocalPlayer.Character.Humanoid:RemoveAccessories()
  5949. game.Players.LocalPlayer.Character.Head.face:Remove()
  5950. end)
  5951.  
  5952. superpunch.Name = "superpunch"
  5953. superpunch.Parent = main
  5954. superpunch.BackgroundColor3 = Color3.new(0, 1, 1)
  5955. superpunch.Position = UDim2.new(0.678248107, 0, 0.160733074, 0)
  5956. superpunch.Size = UDim2.new(0, 111, 0, 31)
  5957. superpunch.Font = Enum.Font.GothamBold
  5958. superpunch.Text = "SuperPunch"
  5959. superpunch.TextColor3 = Color3.new(1, 0, 0)
  5960. superpunch.TextSize = 14
  5961. superpunch.MouseButton1Down:connect(function()
  5962. 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)
  5963. end)
  5964.  
  5965. guns.Name = "guns"
  5966. guns.Parent = main
  5967. guns.BackgroundColor3 = Color3.new(0, 1, 1)
  5968. guns.Position = UDim2.new(0.0124716703, 0, 0.2304198, 0)
  5969. guns.Size = UDim2.new(0, 111, 0, 32)
  5970. guns.Font = Enum.Font.GothamBlack
  5971. guns.Text = "Guns"
  5972. guns.TextColor3 = Color3.new(1, 0, 0)
  5973. guns.TextSize = 14
  5974. guns.MouseButton1Down:connect(function()
  5975. for i,v in pairs(Workspace.Prison_ITEMS.giver:GetChildren()) do
  5976.  
  5977. lol = Workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  5978. print(lol)
  5979. end
  5980. end)
  5981.  
  5982. taserbypass.Name = "taserbypass"
  5983. taserbypass.Parent = main
  5984. taserbypass.BackgroundColor3 = Color3.new(0, 1, 1)
  5985. taserbypass.Position = UDim2.new(0.348080158, 0, 0.2304198, 0)
  5986. taserbypass.Size = UDim2.new(0, 111, 0, 32)
  5987. taserbypass.Font = Enum.Font.GothamBold
  5988. taserbypass.Text = "Taser Bypass"
  5989. taserbypass.TextColor3 = Color3.new(1, 0, 0)
  5990. taserbypass.TextSize = 14
  5991. taserbypass.MouseButton1Down:connect(function()
  5992. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
  5993. game.Players.LocalPlayer.CharacterAdded:connect(function()
  5994. game.Workspace:WaitForChild(game.Players.LocalPlayer.Name)
  5995. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
  5996. end)
  5997. local message = Instance.new("Message",game.Workspace)
  5998. message.Text = 'Made By Jake11price'
  5999. wait(2)
  6000. message:Destroy()
  6001. end)
  6002.  
  6003. fling.Name = "fling"
  6004. fling.Parent = main
  6005. fling.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  6006. fling.Position = UDim2.new(0.00984076969, 0, 0.379423141, 0)
  6007. fling.Size = UDim2.new(0, 111, 0, 32)
  6008. fling.Font = Enum.Font.GothamBold
  6009. fling.Text = "Fling"
  6010. fling.TextColor3 = Color3.new(1, 0, 0)
  6011. fling.TextSize = 14
  6012. fling.MouseButton1Down:connect(function()
  6013. power = 300 -- change this to make it more or less powerful
  6014.  
  6015. game:GetService('RunService').Stepped:connect(function()
  6016. game.Players.LocalPlayer.Character.Head.CanCollide = false
  6017. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  6018. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  6019. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  6020. end)
  6021.  
  6022. wait(.1)
  6023. local bambam = Instance.new("BodyThrust")
  6024. bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  6025. bambam.Force = Vector3.new(power,0,power)
  6026. bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  6027. end)
  6028.  
  6029. reviz.Name = "reviz"
  6030. reviz.Parent = main
  6031. reviz.BackgroundColor3 = Color3.new(0, 1, 1)
  6032. reviz.Position = UDim2.new(0.0121497028, 0, 0.303878158, 0)
  6033. reviz.Size = UDim2.new(0, 111, 0, 32)
  6034. reviz.Font = Enum.Font.GothamBold
  6035. reviz.Text = "Reviz Admin"
  6036. reviz.TextColor3 = Color3.new(1, 0, 0)
  6037. reviz.TextSize = 14
  6038. reviz.MouseButton1Down:connect(function()
  6039. -- Creator: illremember#3799
  6040.  
  6041. -- Credits to infinite yield, harkinian, dex creators
  6042.  
  6043. prefix = ";"
  6044. wait(0.3)
  6045. Commands = {
  6046. '[-] cmdbar is shown when ; is pressed.',
  6047. '[1] kill [plr] -- You need a tool! Will kill the player, use rkill to kill you and player',
  6048. '[2] bring [plr] -- You need a tool! Will bring player to you',
  6049. '[3] spin [plr] -- You need a tool! Makes you and the player spin crazy',
  6050. '[4] unspin -- Use after using spin cmd and dying, so you stop loop teleporting',
  6051. '[5] attach [plr] -- You need a tool! Attaches you to player',
  6052. '[6] unattach [plr] -- Attempts to unattach you from a player',
  6053. '[7] follow [plr] -- Makes you follow behind the player',
  6054. '[8] unfollow',
  6055. '[9] freefall [plr] -- You need a tool! Teleports you and the player up into the air',
  6056. '[10] trail [plr] -- The opposite of follow, you stay infront of player',
  6057. '[11] untrail',
  6058. '[12] orbit [plr] -- Makes you orbit the player',
  6059. '[13] unorbit',
  6060. '[14] fling [plr] -- Makes you fling the player',
  6061. '[15] unfling',
  6062. '[16] fecheck -- Checks if the game is FE or not',
  6063. '[17] void [plr] -- Teleports player to the void',
  6064. '[18] noclip -- Gives you noclip to walk through walls',
  6065. '[19] clip -- Removes noclip',
  6066. '[20] speed [num]/ws [num] -- Changes how fast you walk 16 is default',
  6067. '[21] jumppower [num]/jp [num] -- Changes how high you jump 50 is default',
  6068. '[22] hipheight [num]/hh [num] -- Changes how high you float 0 is default',
  6069. '[23] default -- Changes your speed, jumppower and hipheight to default values',
  6070. '[24] annoy [plr] -- Loop teleports you to the player',
  6071. '[25] unannoy',
  6072. '[26] headwalk [plr] -- Loop teleports you to the player head',
  6073. '[27] unheadwalk',
  6074. '[28] nolimbs -- Removes your arms and legs',
  6075. '[29] god -- Gives you FE Godmode',
  6076. '[30] drophats -- Drops your accessories',
  6077. '[31] droptool -- Drops any tool you have equipped',
  6078. '[32] loopdhats -- Loop drops your accessories',
  6079. '[33] unloopdhats',
  6080. '[34] loopdtool -- Loop drops any tools you have equipped',
  6081. '[35] unloopdtool',
  6082. '[36] invisible -- Gives you invisibility CREDIT TO TIMELESS',
  6083. '[37] view [plr] -- Changes your camera to the player character',
  6084. '[38] unview',
  6085. '[39] goto [plr] -- Teleports you to player',
  6086. '[40] fly -- Allows you to fly, credit to Infinite Yield',
  6087. '[41] unfly',
  6088. '[42] chat [msg] -- Makes you chat a message',
  6089. '[43] spam [msg] -- Spams a message',
  6090. '[44] unspam',
  6091. '[45] spamwait [num] -- Changes delay of chatting a message for the spam command in seconds default is 1 second',
  6092. '[46] pmspam [plr] -- Spams a player in private message',
  6093. '[47] unpmspam',
  6094. '[48] cfreeze [plr] -- Freezes a player on your client, they will only be frozen for you',
  6095. '[49] uncfreeze [plr]',
  6096. '[50] unlockws -- Unlocks the workspace',
  6097. '[51] lockws -- Locks the workspace',
  6098. '[52] btools -- Gives you btools that will only show to you useful for deleting certain blocks only for you',
  6099. '[53] pstand -- Enables platform stand',
  6100. '[54] unpstand -- Disables platform stand',
  6101. '[55] blockhead -- Removes your head mesh',
  6102. '[56] sit',
  6103. '[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',
  6104. '[58] wsvis [num] -- Changes visibility of workspace parts, num should be between 0 and 1, only shows client sided',
  6105. '[59] hypertotal -- Loads in my FE GUI Hypertotal',
  6106. '[60] cmds -- Prints all commands',
  6107. '[61] rmeshhats/blockhats -- Removes the meshes of all your accessories aka block hats',
  6108. '[62] rmeshtool/blocktool -- Removes the mesh of the tool you have equipped aka block tool',
  6109. '[63] spinner -- Makes you spin',
  6110. '[64] nospinner',
  6111. '[65] reach [num] -- Gives you reach, mostly used for swords, say ;reachd for default and enter number after for custom',
  6112. '[66] noreach -- Removes reach, must have tool equipped',
  6113. '[67] rkill [plr] -- Kills you and the player, use kill to just kill the player without dying',
  6114. '[68] tp me [plr] -- Alternative to goto',
  6115. '[69] cbring [plr] -- Brings player infront of you, shows only on client, allows you to do damage to player',
  6116. '[70] uncbring',
  6117. '[71] swap [plr] -- You need a tool! Swaps players position with yours and your position with players',
  6118. '[72] givetool [plr] -- Gives the tool you have equipped to the player',
  6119. '[73] glitch [plr] -- Glitches you and the player, looks very cool',
  6120. '[74] unglitch -- Unglitches you',
  6121. '[75] grespawn -- Alternative to normal respawn and usually works best for when you want to reset with FE Godmode',
  6122. '[76] explorer -- Loads up DEX',
  6123. '[77] reset -- Resets your character.',
  6124. '[78] anim [id] -- Applies an animation on you, must be created by ROBLOX',
  6125. '[79] animgui -- Loads up Energize animations GUI',
  6126. '[80] savepos -- Saves your current position',
  6127. '[81] loadpos -- Teleports you to your saved position',
  6128. '[82] bang [plr] -- 18+ will not work if you have FE Godmode on',
  6129. '[83] unbang',
  6130. '[84] delcmdbar -- Removes the command bar completely',
  6131. '[85] bringmod [obj] -- Brings all the parts in a model, client only, comes from ;bringobj enter exact name of model',
  6132. '[86] shutdown -- Uses harkinians script to shutdown server',
  6133. '[87] respawn -- If grespawn doesnt work you can use respawn',
  6134. '[88] delobj [obj] -- Deletes a certain brick in workspace, client sided',
  6135. '[89] getplrs -- Prints all players in game',
  6136. '[90] deldecal -- Deletes all decals client sided',
  6137. '[91] opfinality -- Loads in my FE GUI Opfinality',
  6138. '[92] remotes -- Prints all remotes in the game in the console when added',
  6139. '[93] noremotes -- Stops printing remotes',
  6140. '[94] tpdefault -- Stops all loop teleports to a player',
  6141. '[95] stopsit -- Will not allow you to sit',
  6142. '[96] gosit -- Allows you to sit',
  6143. '[97] clicktp -- Enables click tp',
  6144. '[98] noclicktp -- Disables click tp',
  6145. '[99] toolson -- If any tools are dropped in the workspace you will automatically get them',
  6146. '[100] toolsoff -- Stops ;toolson',
  6147. '[101] version -- Gets the admin version',
  6148. '[102] state [num] -- Changes your humanoid state, ;unstate to stop.',
  6149. '[103] gravity [num] -- Changes workspace gravity default is 196.2',
  6150. '[104] pgs -- Checks if the game has PGSPhysicsSolverEnabled enabled',
  6151. '[105] clickdel -- Delete any block you press q on, client sided',
  6152. '[106] noclickdel -- Stops clickdel',
  6153. '[107] looprhats -- Loop removes mesh of your hats/loop block hats',
  6154. '[108] unlooprhats -- Stops loop removing mesh',
  6155. '[109] looprtool -- Loop removes mesh of your tool/loop block tools',
  6156. '[110] unlooprtool -- Stops loop removing mesh',
  6157. '[111] givealltools [plr] -- Gives all the tools you have in your backpack to the player',
  6158. '[112] age [plr] -- Makes you chat the account age of the player',
  6159. '[113] id [plr] -- Makes you chat the account ID of the player',
  6160. '[114] .age [plr] -- Privately shows you the account age of the player',
  6161. '[115] .id [plr] -- Privately shows you the account ID of the player',
  6162. '[116] gameid -- Shows the game ID',
  6163. '[117] removeinvis -- Removes all invisible walls/parts, client sided',
  6164. '[118] removefog -- Removes fog, client sided',
  6165. '[119] disable -- Disables your character by removing humanoid',
  6166. '[120] enable -- Enables your character by adding humanoid',
  6167. '[121] prefix [key] -- Changes the prefix used, default is ;',
  6168. '[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.',
  6169. '[123] flyspeed [num] -- Change your fly speed, default is 1',
  6170. '[124] carpet [plr] -- Makes you a carpet for a player, will not work if FE Godmode is on',
  6171. '[125] uncarpet -- Stops carpet player',
  6172. '[126] stare [plr] -- Turns your character to stare at another player',
  6173. '[127] unstare -- Stops stare player',
  6174. '[128] logchat -- Logs all chat (including /e and whispers) of all players',
  6175. '[129] unlogchat -- Disables logchat',
  6176. '[130] fixcam -- Fixes/resets your camera',
  6177. '[131] unstate -- Stops changing state',
  6178. }
  6179. speedget = 1
  6180.  
  6181. lplayer = game:GetService("Players").LocalPlayer
  6182.  
  6183. lplayer.CharacterAdded:Connect(function(character)
  6184. spin = false
  6185. flying = false
  6186. staring = false
  6187. banpl = false
  6188. end)
  6189.  
  6190. function change()
  6191. prefix = prefix
  6192. speedfly = speedfly
  6193. end
  6194.  
  6195. function GetPlayer(String) -- Credit to Timeless/xFunnieuss
  6196. local Found = {}
  6197. local strl = String:lower()
  6198. if strl == "all" then
  6199. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  6200. table.insert(Found,v)
  6201. end
  6202. elseif strl == "others" then
  6203. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  6204. if v.Name ~= lplayer.Name then
  6205. table.insert(Found,v)
  6206. end
  6207. end
  6208. elseif strl == "me" then
  6209. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  6210. if v.Name == lplayer.Name then
  6211. table.insert(Found,v)
  6212. end
  6213. end
  6214. else
  6215. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  6216. if v.Name:lower():sub(1, #String) == String:lower() then
  6217. table.insert(Found,v)
  6218. end
  6219. end
  6220. end
  6221. return Found
  6222. end
  6223.  
  6224. local Mouse = lplayer:GetMouse()
  6225.  
  6226. spin = false
  6227. followed = false
  6228. traill = false
  6229. noclip = false
  6230. annoying = false
  6231. hwalk = false
  6232. droppinghats = false
  6233. droppingtools = false
  6234. flying = false
  6235. spamdelay = 1
  6236. spamming = false
  6237. spammingpm = false
  6238. cbringing = false
  6239. remotes = true
  6240. added = true
  6241. binds = false
  6242. stopsitting = false
  6243. clickgoto = false
  6244. gettingtools = false
  6245. removingmeshhats = false
  6246. removingmeshtool = false
  6247. clickdel = false
  6248. staring = false
  6249. chatlogs = false
  6250. banpl = false
  6251. changingstate = false
  6252. statechosen = 0
  6253.  
  6254. adminversion = "Reviz Admin by illremember, Version 2.0"
  6255.  
  6256. flying = false
  6257. speedfly = 1
  6258.  
  6259. function plrchat(plr, chat)
  6260. print(plr.Name..": "..tick().."\n"..chat)
  6261. end
  6262.  
  6263. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  6264. v.Chatted:connect(function(chat)
  6265. if chatlogs then
  6266. plrchat(v, chat)
  6267. end
  6268. end)
  6269. end
  6270. game:GetService("Players").PlayerAdded:connect(function(plr)
  6271. plr.Chatted:connect(function(chat)
  6272. if chatlogs then
  6273. plrchat(plr, chat)
  6274. end
  6275. end)
  6276. end)
  6277.  
  6278.  
  6279. local ScreenGui = Instance.new("ScreenGui")
  6280. local Frame = Instance.new("Frame")
  6281. local CMDBAR = Instance.new("TextBox")
  6282. ScreenGui.Parent = game:GetService("CoreGui")
  6283. Frame.Parent = ScreenGui
  6284. Frame.BackgroundColor3 = Color3.new(0.3, 0.1, 0.1)
  6285. Frame.BackgroundTransparency = 0.3
  6286. Frame.Position = UDim2.new(0.5, 0, 0, 10)
  6287. Frame.Size = UDim2.new(0, 200, 0, 40)
  6288. Frame.Active = true
  6289. Frame.Draggable = true
  6290. CMDBAR.Name = "CMDBAR"
  6291. CMDBAR.Parent = Frame
  6292. CMDBAR.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  6293. CMDBAR.BackgroundTransparency = 0.20000000298023
  6294. CMDBAR.Size = UDim2.new(0, 180, 0, 20)
  6295. CMDBAR.Position = UDim2.new(0.05, 0, 0.25, 0)
  6296. CMDBAR.Font = Enum.Font.SourceSansLight
  6297. CMDBAR.FontSize = Enum.FontSize.Size14
  6298. CMDBAR.TextColor3 = Color3.new(0.945098, 0.945098, 0.945098)
  6299. CMDBAR.TextScaled = true
  6300. CMDBAR.TextSize = 14
  6301. CMDBAR.TextWrapped = true
  6302. CMDBAR.Text = "Press ; to type, Enter to execute"
  6303.  
  6304. local CMDS = Instance.new("ScreenGui")
  6305. local CMDSFRAME = Instance.new("Frame")
  6306. local ScrollingFrame = Instance.new("ScrollingFrame")
  6307. local TextLabel = Instance.new("TextLabel")
  6308. local closegui = Instance.new("TextButton")
  6309. CMDS.Name = "CMDS"
  6310. CMDS.Parent = game:GetService("CoreGui")
  6311. CMDSFRAME.Name = "CMDSFRAME"
  6312. CMDSFRAME.Parent = CMDS
  6313. CMDSFRAME.Active = true
  6314. CMDSFRAME.BackgroundColor3 = Color3.new(0.223529, 0.231373, 0.309804)
  6315. CMDSFRAME.BorderSizePixel = 0
  6316. CMDSFRAME.Draggable = true
  6317. CMDSFRAME.Position = UDim2.new(0, 315, 0, 100)
  6318. CMDSFRAME.Size = UDim2.new(0, 275, 0, 275)
  6319. CMDSFRAME.Visible = false
  6320. ScrollingFrame.Parent = CMDSFRAME
  6321. ScrollingFrame.BackgroundColor3 = Color3.new(0.160784, 0.160784, 0.203922)
  6322. ScrollingFrame.BorderSizePixel = 0
  6323. ScrollingFrame.Position = UDim2.new(0, 0, 0.0729999989, 0)
  6324. ScrollingFrame.Size = UDim2.new(1.04999995, 0, 0.92900002, 0)
  6325. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 10, 0)
  6326. TextLabel.Parent = ScrollingFrame
  6327. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  6328. TextLabel.BackgroundTransparency = 1
  6329. TextLabel.Size = UDim2.new(0.930000007, 0, 1, 0)
  6330. TextLabel.Font = Enum.Font.SourceSans
  6331. TextLabel.FontSize = Enum.FontSize.Size18
  6332. 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."
  6333. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  6334. TextLabel.TextSize = 15
  6335. TextLabel.TextWrapped = true
  6336. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  6337. TextLabel.TextYAlignment = Enum.TextYAlignment.Top
  6338. closegui.Name = "closegui"
  6339. closegui.Parent = CMDSFRAME
  6340. closegui.BackgroundColor3 = Color3.new(0.890196, 0.223529, 0.0588235)
  6341. closegui.BorderSizePixel = 0
  6342. closegui.Position = UDim2.new(0.995000005, 0, 0, 0)
  6343. closegui.Size = UDim2.new(0.0545952693, 0, 0.0728644878, 0)
  6344. closegui.Font = Enum.Font.SourceSansBold
  6345. closegui.FontSize = Enum.FontSize.Size24
  6346. closegui.Text = "X"
  6347. closegui.TextColor3 = Color3.new(1, 1, 1)
  6348. closegui.TextSize = 20
  6349.  
  6350. closegui.MouseButton1Click:connect(function()
  6351. CMDSFRAME.Visible = false
  6352. end)
  6353.  
  6354. game:GetService('RunService').Stepped:connect(function()
  6355. if spin then
  6356. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[spinplr.Name].Character.HumanoidRootPart.CFrame
  6357. end
  6358. if followed then
  6359. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame.lookVector * -5
  6360. end
  6361. if traill then
  6362. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame.lookVector * 5
  6363. end
  6364. if annoying then
  6365. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[annplr.Name].Character.HumanoidRootPart.CFrame
  6366. end
  6367. if hwalk then
  6368. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[hdwplr.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 4, 0)
  6369. end
  6370. if staring then
  6371. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(lplayer.Character.Torso.Position, game:GetService("Players")[stareplr.Name].Character.Torso.Position)
  6372. end
  6373. end)
  6374. game:GetService('RunService').Stepped:connect(function()
  6375. if noclip then
  6376. if lplayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  6377. lplayer.Character.Head.CanCollide = false
  6378. lplayer.Character.Torso.CanCollide = false
  6379. lplayer.Character["Left Leg"].CanCollide = false
  6380. lplayer.Character["Right Leg"].CanCollide = false
  6381. else
  6382. lplayer.Character.Humanoid:ChangeState(11)
  6383. end
  6384. end
  6385. if changingstate then
  6386. lplayer.Character.Humanoid:ChangeState(statechosen)
  6387. end
  6388. end)
  6389. game:GetService('RunService').Stepped:connect(function()
  6390. if droppinghats then
  6391. for i,v in pairs(lplayer.Character:GetChildren()) do
  6392. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  6393. v.Parent = workspace
  6394. end
  6395. end
  6396. end
  6397. if droppingtools then
  6398. for i,v in pairs(lplayer.Character:GetChildren()) do
  6399. if (v:IsA("Tool")) then
  6400. v.Parent = workspace
  6401. end
  6402. end
  6403. end
  6404. if removingmeshhats then
  6405. for i,v in pairs(lplayer.Character:GetChildren()) do
  6406. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  6407. v.Handle.Mesh:Destroy()
  6408. end
  6409. end
  6410. end
  6411. if removingmeshtool then
  6412. for i,v in pairs(lplayer.Character:GetChildren()) do
  6413. if (v:IsA("Tool")) then
  6414. v.Handle.Mesh:Destroy()
  6415. end
  6416. end
  6417. end
  6418. end)
  6419. game:GetService('RunService').Stepped:connect(function()
  6420. if banpl then
  6421. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[bplrr].Character.HumanoidRootPart.CFrame
  6422. end
  6423. end)
  6424. game:GetService('RunService').Stepped:connect(function()
  6425. if stopsitting then
  6426. lplayer.Character.Humanoid.Sit = false
  6427. end
  6428. end)
  6429.  
  6430. plr = lplayer
  6431. hum = plr.Character.HumanoidRootPart
  6432. mouse = plr:GetMouse()
  6433. mouse.KeyDown:connect(function(key)
  6434. if key == "e" then
  6435. if mouse.Target then
  6436. if clickgoto then
  6437. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  6438. elseif clickdel then
  6439. mouse.Target:Destroy()
  6440. end
  6441. end
  6442. end
  6443. end)
  6444.  
  6445. game:GetService("Workspace").ChildAdded:connect(function(part)
  6446. if gettingtools then
  6447. if part:IsA("Tool") then
  6448. part.Handle.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  6449. end
  6450. end
  6451. end)
  6452.  
  6453. lplayer.Chatted:Connect(function(msg)
  6454. if string.sub(msg, 1, 6) == (prefix.."kill ") then
  6455. if string.sub(msg, 7) == "me" then
  6456. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  6457. else
  6458. for i,v in pairs(GetPlayer(string.sub(msg, 7)))do
  6459. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  6460. lplayer.Character.Humanoid.Name = 1
  6461. local l = lplayer.Character["1"]:Clone()
  6462. l.Parent = lplayer.Character
  6463. l.Name = "Humanoid"
  6464. wait(0.1)
  6465. lplayer.Character["1"]:Destroy()
  6466. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  6467. lplayer.Character.Animate.Disabled = true
  6468. wait(0.1)
  6469. lplayer.Character.Animate.Disabled = false
  6470. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  6471. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  6472. lplayer.Character.Humanoid:EquipTool(v)
  6473. end
  6474. local function tp(player,player2)
  6475. local char1,char2=player.Character,player2.Character
  6476. if char1 and char2 then
  6477. char1:MoveTo(char2.Head.Position)
  6478. end
  6479. end
  6480. wait(0.1)
  6481. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  6482. wait(0.2)
  6483. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  6484. wait(0.5)
  6485. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  6486. wait(0.7)
  6487. tp(lplayer,game:GetService("Players")[v.Name])
  6488. wait(0.7)
  6489. lplayer.Character.HumanoidRootPart.CFrame = NOW
  6490. game:GetService("StarterGui"):SetCore("SendNotification", {
  6491. Title = "Tools needed!";
  6492. Text = "You need a tool in your backpack for this command!";
  6493. })
  6494. end
  6495. end
  6496. end
  6497. if string.sub(msg, 1, 7) == (prefix.."bring ") then
  6498. for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  6499. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  6500. lplayer.Character.Humanoid.Name = 1
  6501. local l = lplayer.Character["1"]:Clone()
  6502. l.Parent = lplayer.Character
  6503. l.Name = "Humanoid"
  6504. wait(0.1)
  6505. lplayer.Character["1"]:Destroy()
  6506. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  6507. lplayer.Character.Animate.Disabled = true
  6508. wait(0.1)
  6509. lplayer.Character.Animate.Disabled = false
  6510. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  6511. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  6512. lplayer.Character.Humanoid:EquipTool(v)
  6513. end
  6514. local function tp(player,player2)
  6515. local char1,char2=player.Character,player2.Character
  6516. if char1 and char2 then
  6517. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  6518. end
  6519. end
  6520. local function getout(player,player2)
  6521. local char1,char2=player.Character,player2.Character
  6522. if char1 and char2 then
  6523. char1:MoveTo(char2.Head.Position)
  6524. end
  6525. end
  6526. tp(game:GetService("Players")[v.Name], lplayer)
  6527. wait(0.2)
  6528. tp(game:GetService("Players")[v.Name], lplayer)
  6529. wait(0.5)
  6530. lplayer.Character.HumanoidRootPart.CFrame = NOW
  6531. wait(0.5)
  6532. getout(lplayer, game:GetService("Players")[v.Name])
  6533. wait(0.3)
  6534. lplayer.Character.HumanoidRootPart.CFrame = NOW
  6535. game:GetService("StarterGui"):SetCore("SendNotification", {
  6536. Title = "Tools needed!";
  6537. Text = "You need a tool in your backpack for this command!";
  6538. })
  6539. end
  6540. end
  6541. if string.sub(msg, 1, 6) == (prefix.."spin ") then
  6542. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  6543. lplayer.Character.Humanoid.Name = 1
  6544. local l = lplayer.Character["1"]:Clone()
  6545. l.Parent = lplayer.Character
  6546. l.Name = "Humanoid"
  6547. wait(0.1)
  6548. lplayer.Character["1"]:Destroy()
  6549. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  6550. lplayer.Character.Animate.Disabled = true
  6551. wait(0.1)
  6552. lplayer.Character.Animate.Disabled = false
  6553. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  6554. lplayer.Character.Animate.Disabled = false
  6555. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  6556. lplayer.Character.Humanoid:EquipTool(v)
  6557. end
  6558. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  6559. spinplr = v
  6560. wait(0.5)
  6561. spin = true
  6562. game:GetService("StarterGui"):SetCore("SendNotification", {
  6563. Title = "Tools needed!";
  6564. Text = "You need a tool in your backpack for this command!";
  6565. })
  6566. end
  6567. end
  6568. if string.sub(msg, 1, 7) == (prefix.."unspin") then
  6569. spin = false
  6570. end
  6571. if string.sub(msg, 1, 8) == (prefix.."attach ") then
  6572. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  6573. lplayer.Character.Humanoid.Name = 1
  6574. local l = lplayer.Character["1"]:Clone()
  6575. l.Parent = lplayer.Character
  6576. l.Name = "Humanoid"
  6577. wait(0.1)
  6578. lplayer.Character["1"]:Destroy()
  6579. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  6580. lplayer.Character.Animate.Disabled = true
  6581. wait(0.1)
  6582. lplayer.Character.Animate.Disabled = false
  6583. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  6584. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  6585. lplayer.Character.Humanoid:EquipTool(v)
  6586. end
  6587. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  6588. wait(0.3)
  6589. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  6590. attplr = v
  6591. game:GetService("StarterGui"):SetCore("SendNotification", {
  6592. Title = "Tools needed!";
  6593. Text = "You need a tool in your backpack for this command!";
  6594. })
  6595. end
  6596. end
  6597. if string.sub(msg, 1, 10) == (prefix.."unattach ") then
  6598. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  6599. local function getout(player,player2)
  6600. local char1,char2=player.Character,player2.Character
  6601. if char1 and char2 then
  6602. char1:MoveTo(char2.Head.Position)
  6603. end
  6604. end
  6605. getout(lplayer, game:GetService("Players")[v.Name])
  6606. end
  6607. end
  6608. if string.sub(msg, 1, 8) == (prefix.."follow ") then
  6609. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  6610. followed = true
  6611. flwplr = v
  6612. end
  6613. end
  6614. if string.sub(msg, 1, 9) == (prefix.."unfollow") then
  6615. followed = false
  6616. end
  6617. if string.sub(msg, 1, 10) == (prefix.."freefall ") then
  6618. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  6619. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  6620. lplayer.Character.Humanoid.Name = 1
  6621. local l = lplayer.Character["1"]:Clone()
  6622. l.Parent = lplayer.Character
  6623. l.Name = "Humanoid"
  6624. wait(0.1)
  6625. lplayer.Character["1"]:Destroy()
  6626. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  6627. lplayer.Character.Animate.Disabled = true
  6628. wait(0.1)
  6629. lplayer.Character.Animate.Disabled = false
  6630. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  6631. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  6632. lplayer.Character.Humanoid:EquipTool(v)
  6633. end
  6634. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  6635. wait(0.2)
  6636. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  6637. wait(0.6)
  6638. lplayer.Character.HumanoidRootPart.CFrame = NOW
  6639. wait(0.6)
  6640. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  6641. game:GetService("StarterGui"):SetCore("SendNotification", {
  6642. Title = "Tools needed!";
  6643. Text = "You need a tool in your backpack for this command!";
  6644. })
  6645. end
  6646. end
  6647. if string.sub(msg, 1, 7) == (prefix.."trail ") then
  6648. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  6649. traill = true
  6650. trlplr = v
  6651. end
  6652. end
  6653. if string.sub(msg, 1, 8) == (prefix.."untrail") then
  6654. traill = false
  6655. end
  6656. if string.sub(msg, 1, 7) == (prefix.."orbit ") then
  6657. if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  6658. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  6659. else
  6660. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  6661. local o = Instance.new("RocketPropulsion")
  6662. o.Parent = lplayer.Character.HumanoidRootPart
  6663. o.Name = "Orbit"
  6664. o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  6665. o:Fire()
  6666. noclip = true
  6667. end
  6668. end
  6669. end
  6670. if string.sub(msg, 1, 8) == (prefix.."unorbit") then
  6671. lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  6672. noclip = false
  6673. end
  6674. if string.sub(msg, 1, 7) == (prefix.."fling ") then
  6675. if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  6676. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  6677. else
  6678. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  6679. local y = Instance.new("RocketPropulsion")
  6680. y.Parent = lplayer.Character.HumanoidRootPart
  6681. y.CartoonFactor = 1
  6682. y.MaxThrust = 800000
  6683. y.MaxSpeed = 1000
  6684. y.ThrustP = 200000
  6685. y.Name = "Fling"
  6686. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  6687. y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  6688. y:Fire()
  6689. noclip = true
  6690. end
  6691. end
  6692. end
  6693. if string.sub(msg, 1, 8) == (prefix.."unfling") then
  6694. noclip = false
  6695. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  6696. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  6697. wait(0.4)
  6698. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  6699. end
  6700. if string.sub(msg, 1, 8) == (prefix.."fecheck") then
  6701. if game:GetService("Workspace").FilteringEnabled == true then
  6702. warn("FE is Enabled (Filtering Enabled)")
  6703. game:GetService("StarterGui"):SetCore("SendNotification", {
  6704. Title = "FE is Enabled";
  6705. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  6706. })
  6707. else
  6708. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  6709. game:GetService("StarterGui"):SetCore("SendNotification", {
  6710. Title = "FE is Disabled";
  6711. Text = "Filtering Disabled. Consider using a different admin script.";
  6712. })
  6713. end
  6714. end
  6715. if string.sub(msg, 1, 6) == (prefix.."void ") then
  6716. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  6717. lplayer.Character.Humanoid.Name = 1
  6718. local l = lplayer.Character["1"]:Clone()
  6719. l.Parent = lplayer.Character
  6720. l.Name = "Humanoid"
  6721. wait(0.1)
  6722. lplayer.Character["1"]:Destroy()
  6723. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  6724. lplayer.Character.Animate.Disabled = true
  6725. wait(0.1)
  6726. lplayer.Character.Animate.Disabled = false
  6727. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  6728. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  6729. lplayer.Character.Humanoid:EquipTool(v)
  6730. end
  6731. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  6732. wait(0.2)
  6733. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  6734. wait(0.6)
  6735. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  6736. game:GetService("StarterGui"):SetCore("SendNotification", {
  6737. Title = "Tools needed!";
  6738. Text = "You need a tool in your backpack for this command!";
  6739. })
  6740. end
  6741. end
  6742. if string.sub(msg, 1, 7) == (prefix.."noclip") then
  6743. noclip = true
  6744. game:GetService("StarterGui"):SetCore("SendNotification", {
  6745. Title = "Noclip enabled";
  6746. Text = "Type ;clip to disable";
  6747. })
  6748. end
  6749. if string.sub(msg, 1, 5) == (prefix.."clip") then
  6750. noclip = false
  6751. game:GetService("StarterGui"):SetCore("SendNotification", {
  6752. Title = "Noclip disabled";
  6753. Text = "Type ;noclip to enable";
  6754. })
  6755. end
  6756. if string.sub(msg, 1, 7) == (prefix.."speed ") then
  6757. lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 8))
  6758. end
  6759. if string.sub(msg, 1, 4) == (prefix.."ws ") then
  6760. lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 5))
  6761. end
  6762. if string.sub(msg, 1, 11) == (prefix.."hipheight ") then
  6763. lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 12))
  6764. end
  6765. if string.sub(msg, 1, 4) == (prefix.."hh ") then
  6766. lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 5))
  6767. end
  6768. if string.sub(msg, 1, 11) == (prefix.."jumppower ") then
  6769. lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 12))
  6770. end
  6771. if string.sub(msg, 1, 4) == (prefix.."jp ") then
  6772. lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 5))
  6773. end
  6774. if string.sub(msg, 1, 8) == (prefix.."default") then
  6775. lplayer.Character.Humanoid.JumpPower = 50
  6776. lplayer.Character.Humanoid.WalkSpeed = 16
  6777. lplayer.Character.Humanoid.HipHeight = 0
  6778. end
  6779. if string.sub(msg, 1, 7) == (prefix.."annoy ") then
  6780. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  6781. annoying = true
  6782. annplr = v
  6783. end
  6784. end
  6785. if string.sub(msg, 1, 8) == (prefix.."unannoy") then
  6786. annoying = false
  6787. end
  6788. if string.sub(msg, 1, 10) == (prefix.."headwalk ") then
  6789. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  6790. hwalk = true
  6791. hdwplr = v
  6792. end
  6793. end
  6794. if string.sub(msg, 1, 11) == (prefix.."unheadwalk") then
  6795. hwalk = false
  6796. end
  6797. if string.sub(msg, 1, 8) == (prefix.."nolimbs") then
  6798. lplayer.Character["Left Leg"]:Destroy()
  6799. lplayer.Character["Left Arm"]:Destroy()
  6800. lplayer.Character["Right Leg"]:Destroy()
  6801. lplayer.Character["Right Arm"]:Destroy()
  6802. end
  6803. if string.sub(msg, 1, 4) == (prefix.."god") then
  6804. lplayer.Character.Humanoid.Name = 1
  6805. local l = lplayer.Character["1"]:Clone()
  6806. l.Parent = lplayer.Character
  6807. l.Name = "Humanoid"
  6808. wait(0.1)
  6809. lplayer.Character["1"]:Destroy()
  6810. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  6811. lplayer.Character.Animate.Disabled = true
  6812. wait(0.1)
  6813. lplayer.Character.Animate.Disabled = false
  6814. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  6815. game:GetService("StarterGui"):SetCore("SendNotification", {
  6816. Title = "FE Godmode enabled";
  6817. Text = "Use ;grespawn or ;respawn to remove";
  6818. })
  6819. end
  6820. if string.sub(msg, 1, 9) == (prefix.."drophats") then
  6821. for i,v in pairs(lplayer.Character:GetChildren()) do
  6822. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  6823. v.Parent = workspace
  6824. end
  6825. end
  6826. end
  6827. if string.sub(msg, 1, 9) == (prefix.."droptool") then
  6828. for i,v in pairs(lplayer.Character:GetChildren()) do
  6829. if (v:IsA("Tool")) then
  6830. v.Parent = workspace
  6831. end
  6832. end
  6833. end
  6834. if string.sub(msg, 1, 10) == (prefix.."loopdhats") then
  6835. droppinghats = true
  6836. game:GetService("StarterGui"):SetCore("SendNotification", {
  6837. Title = "Loop Drop Enabled";
  6838. Text = "Type ;unloopdhats to disable";
  6839. })
  6840. end
  6841. if string.sub(msg, 1, 12) == (prefix.."unloopdhats") then
  6842. droppinghats = false
  6843. game:GetService("StarterGui"):SetCore("SendNotification", {
  6844. Title = "Loop Drop Disabled";
  6845. Text = "Type ;loopdhats to enable.";
  6846. })
  6847. end
  6848. if string.sub(msg, 1, 10) == (prefix.."loopdtool") then
  6849. droppingtools = true
  6850. game:GetService("StarterGui"):SetCore("SendNotification", {
  6851. Title = "Loop Drop Enabled";
  6852. Text = "Type ;unloopdtool to disable";
  6853. })
  6854. end
  6855. if string.sub(msg, 1, 12) == (prefix.."unloopdtool") then
  6856. droppingtools = false
  6857. game:GetService("StarterGui"):SetCore("SendNotification", {
  6858. Title = "Loop Drop Disabled";
  6859. Text = "Type ;loopdtool to enable.";
  6860. })
  6861. end
  6862. if string.sub(msg, 1, 10) == (prefix.."invisible") then -- Credit to Timeless
  6863. Local = game:GetService('Players').LocalPlayer
  6864. Char = Local.Character
  6865. touched,tpdback = false, false
  6866. box = Instance.new('Part',workspace)
  6867. box.Anchored = true
  6868. box.CanCollide = true
  6869. box.Size = Vector3.new(10,1,10)
  6870. box.Position = Vector3.new(0,10000,0)
  6871. box.Touched:connect(function(part)
  6872. if (part.Parent.Name == Local.Name) then
  6873. if touched == false then
  6874. touched = true
  6875. function apply()
  6876. if script.Disabled ~= true then
  6877. no = Char.HumanoidRootPart:Clone()
  6878. wait(.25)
  6879. Char.HumanoidRootPart:Destroy()
  6880. no.Parent = Char
  6881. Char:MoveTo(loc)
  6882. touched = false
  6883. end end
  6884. if Char then
  6885. apply()
  6886. end
  6887. end
  6888. end
  6889. end)
  6890. repeat wait() until Char
  6891. loc = Char.HumanoidRootPart.Position
  6892. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  6893. game:GetService("StarterGui"):SetCore("SendNotification", {
  6894. Title = "Invisibility enabled!";
  6895. Text = "Reset or use ;respawn to remove.";
  6896. })
  6897. end
  6898. if string.sub(msg, 1, 6) == (prefix.."view ") then
  6899. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  6900. if game:GetService("Players")[v.Name].Character.Humanoid then
  6901. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  6902. else
  6903. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  6904. end
  6905. end
  6906. end
  6907. if string.sub(msg, 1, 7) == (prefix.."unview") then
  6908. if lplayer.Character.Humanoid then
  6909. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  6910. else
  6911. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  6912. end
  6913. end
  6914. if string.sub(msg, 1, 6) == (prefix.."goto ") then
  6915. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  6916. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  6917. end
  6918. end
  6919. if string.sub(msg, 1, 4) == (prefix.."fly") then
  6920. repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  6921. repeat wait() until Mouse
  6922.  
  6923. local T = lplayer.Character.HumanoidRootPart
  6924. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  6925. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  6926. local SPEED = speedget
  6927.  
  6928. local function fly()
  6929. flying = true
  6930. local BG = Instance.new('BodyGyro', T)
  6931. local BV = Instance.new('BodyVelocity', T)
  6932. BG.P = 9e4
  6933. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  6934. BG.cframe = T.CFrame
  6935. BV.velocity = Vector3.new(0, 0.1, 0)
  6936. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  6937. spawn(function()
  6938. repeat wait()
  6939. lplayer.Character.Humanoid.PlatformStand = true
  6940. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  6941. SPEED = 50
  6942. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  6943. SPEED = 0
  6944. end
  6945. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  6946. 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
  6947. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  6948. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  6949. 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
  6950. else
  6951. BV.velocity = Vector3.new(0, 0.1, 0)
  6952. end
  6953. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  6954. until not flying
  6955. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  6956. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  6957. SPEED = 0
  6958. BG:destroy()
  6959. BV:destroy()
  6960. lplayer.Character.Humanoid.PlatformStand = false
  6961. end)
  6962. end
  6963. Mouse.KeyDown:connect(function(KEY)
  6964. if KEY:lower() == 'w' then
  6965. CONTROL.F = speedfly
  6966. elseif KEY:lower() == 's' then
  6967. CONTROL.B = -speedfly
  6968. elseif KEY:lower() == 'a' then
  6969. CONTROL.L = -speedfly
  6970. elseif KEY:lower() == 'd' then
  6971. CONTROL.R = speedfly
  6972. end
  6973. end)
  6974. Mouse.KeyUp:connect(function(KEY)
  6975. if KEY:lower() == 'w' then
  6976. CONTROL.F = 0
  6977. elseif KEY:lower() == 's' then
  6978. CONTROL.B = 0
  6979. elseif KEY:lower() == 'a' then
  6980. CONTROL.L = 0
  6981. elseif KEY:lower() == 'd' then
  6982. CONTROL.R = 0
  6983. end
  6984. end)
  6985. fly()
  6986. end
  6987. if string.sub(msg, 1, 6) == (prefix.."unfly") then
  6988. flying = false
  6989. lplayer.Character.Humanoid.PlatformStand = false
  6990. end
  6991. if string.sub(msg, 1, 6) == (prefix.."chat ") then
  6992. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(msg, 7)), "All")
  6993. end
  6994. if string.sub(msg, 1, 6) == (prefix.."spam ") then
  6995. spamtext = (string.sub(msg, 7))
  6996. spamming = true
  6997. end
  6998. if string.sub(msg, 1, 7) == (prefix.."unspam") then
  6999. spamming = false
  7000. end
  7001. if string.sub(msg, 1, 10) == (prefix.."spamwait ") then
  7002. spamdelay = (string.sub(msg, 11))
  7003. end
  7004. if string.sub(msg, 1, 8) == (prefix.."pmspam ") then
  7005. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  7006. pmspammed = v.Name
  7007. spammingpm = true
  7008. end
  7009. end
  7010. if string.sub(msg, 1, 9) == (prefix.."unpmspam") then
  7011. spammingpm = false
  7012. end
  7013. if string.sub(msg, 1, 9) == (prefix.."cfreeze ") then
  7014. for i,v in pairs(GetPlayer(string.sub(msg, 10))) do
  7015. v.Character["Left Leg"].Anchored = true
  7016. v.Character["Left Arm"].Anchored = true
  7017. v.Character["Right Leg"].Anchored = true
  7018. v.Character["Right Arm"].Anchored = true
  7019. v.Character.Torso.Anchored = true
  7020. v.Character.Head.Anchored = true
  7021. end
  7022. end
  7023. if string.sub(msg, 1, 11) == (prefix.."uncfreeze ") then
  7024. for i,v in pairs(GetPlayer(string.sub(msg, 12))) do
  7025. v.Character["Left Leg"].Anchored = false
  7026. v.Character["Left Arm"].Anchored = false
  7027. v.Character["Right Leg"].Anchored = false
  7028. v.Character["Right Arm"].Anchored = false
  7029. v.Character.Torso.Anchored = false
  7030. v.Character.Head.Anchored = false
  7031. end
  7032. end
  7033. if string.sub(msg, 1, 9) == (prefix.."unlockws") then
  7034. local a = game:GetService("Workspace"):getChildren()
  7035. for i = 1, #a do
  7036. if a[i].className == "Part" then
  7037. a[i].Locked = false
  7038. elseif a[i].className == "Model" then
  7039. local r = a[i]:getChildren()
  7040. for i = 1, #r do
  7041. if r[i].className == "Part" then
  7042. r[i].Locked = false
  7043. end
  7044. end
  7045. end
  7046. end
  7047. game:GetService("StarterGui"):SetCore("SendNotification", {
  7048. Title = "Success!";
  7049. Text = "Workspace unlocked. Use ;lockws to lock.";
  7050. })
  7051. end
  7052. if string.sub(msg, 1, 7) == (prefix.."lockws") then
  7053. local a = game:GetService("Workspace"):getChildren()
  7054. for i = 1, #a do
  7055. if a[i].className == "Part" then
  7056. a[i].Locked = true
  7057. elseif a[i].className == "Model" then
  7058. local r = a[i]:getChildren()
  7059. for i = 1, #r do
  7060. if r[i].className == "Part" then
  7061. r[i].Locked = true
  7062. end
  7063. end
  7064. end
  7065. end
  7066. end
  7067. if string.sub(msg, 1, 7) == (prefix.."btools") then
  7068. local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  7069. Clone_T.BinType = "Clone"
  7070. local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  7071. Destruct.BinType = "Hammer"
  7072. local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  7073. Hold_T.BinType = "Grab"
  7074. end
  7075. if string.sub(msg, 1, 7) == (prefix.."pstand") then
  7076. lplayer.Character.Humanoid.PlatformStand = true
  7077. end
  7078. if string.sub(msg, 1, 9) == (prefix.."unpstand") then
  7079. lplayer.Character.Humanoid.PlatformStand = false
  7080. end
  7081. if string.sub(msg, 1, 10) == (prefix.."blockhead") then
  7082. lplayer.Character.Head.Mesh:Destroy()
  7083. end
  7084. if string.sub(msg, 1, 4) == (prefix.."sit") then
  7085. lplayer.Character.Humanoid.Sit = true
  7086. end
  7087. if string.sub(msg, 1, 10) == (prefix.."bringobj ") then
  7088. local function bringobjw()
  7089. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  7090. if obj.Name == (string.sub(msg, 11)) then
  7091. obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  7092. obj.CanCollide = false
  7093. obj.Transparency = 0.7
  7094. wait()
  7095. obj.CFrame = lplayer.Character["Left Leg"].CFrame
  7096. wait()
  7097. obj.CFrame = lplayer.Character["Right Leg"].CFrame
  7098. wait()
  7099. obj.CFrame = lplayer.Character["Head"].CFrame
  7100. end
  7101. end
  7102. end
  7103. while wait() do
  7104. bringobjw()
  7105. end
  7106. game:GetService("StarterGui"):SetCore("SendNotification", {
  7107. Title = "BringObj";
  7108. Text = "BringObj enabled.";
  7109. })
  7110. end
  7111. if string.sub(msg, 1, 7) == (prefix.."wsvis ") then
  7112. vis = (string.sub(msg, 8))
  7113. local a = game:GetService("Workspace"):GetDescendants()
  7114. for i = 1, #a do
  7115. if a[i].className == "Part" then
  7116. a[i].Transparency = vis
  7117. elseif a[i].className == "Model" then
  7118. local r = a[i]:getChildren()
  7119. for i = 1, #r do
  7120. if r[i].className == "Part" then
  7121. r[i].Transparency = vis
  7122. end
  7123. end
  7124. end
  7125. end
  7126. end
  7127. if string.sub(msg, 1, 11) == (prefix.."hypertotal") then
  7128. loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  7129. game:GetService("StarterGui"):SetCore("SendNotification", {
  7130. Title = "Success!";
  7131. Text = "HyperTotal GUI Loaded!";
  7132. })
  7133. end
  7134. if string.sub(msg, 1, 5) == (prefix.."cmds") then
  7135. CMDSFRAME.Visible = true
  7136. end
  7137. if string.sub(msg, 1, 10) == (prefix.."rmeshhats") then
  7138. for i,v in pairs(lplayer.Character:GetChildren()) do
  7139. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  7140. v.Handle.Mesh:Destroy()
  7141. end
  7142. end
  7143. end
  7144. if string.sub(msg, 1, 10) == (prefix.."blockhats") then
  7145. for i,v in pairs(lplayer.Character:GetChildren()) do
  7146. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  7147. v.Handle.Mesh:Destroy()
  7148. end
  7149. end
  7150. end
  7151. if string.sub(msg, 1, 10) == (prefix.."rmeshtool") then
  7152. for i,v in pairs(lplayer.Character:GetChildren()) do
  7153. if (v:IsA("Tool")) then
  7154. v.Handle.Mesh:Destroy()
  7155. end
  7156. end
  7157. end
  7158. if string.sub(msg, 1, 10) == (prefix.."blocktool") then
  7159. for i,v in pairs(lplayer.Character:GetChildren()) do
  7160. if (v:IsA("Tool")) then
  7161. v.Handle.Mesh:Destroy()
  7162. end
  7163. end
  7164. end
  7165. if string.sub(msg, 1, 8) == (prefix.."spinner") then
  7166. local p = Instance.new("RocketPropulsion")
  7167. p.Parent = lplayer.Character.HumanoidRootPart
  7168. p.Name = "Spinner"
  7169. p.Target = lplayer.Character["Left Arm"]
  7170. p:Fire()
  7171. game:GetService("StarterGui"):SetCore("SendNotification", {
  7172. Title = "Spinner enabled";
  7173. Text = "Type ;nospinner to disable.";
  7174. })
  7175. end
  7176. if string.sub(msg, 1, 10) == (prefix.."nospinner") then
  7177. lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  7178. end
  7179. if string.sub(msg, 1, 7) == (prefix.."reachd") then
  7180. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  7181. if v:isA("Tool") then
  7182. local a = Instance.new("SelectionBox",v.Handle)
  7183. a.Adornee = v.Handle
  7184. v.Handle.Size = Vector3.new(0.5,0.5,60)
  7185. v.GripPos = Vector3.new(0,0,0)
  7186. lplayer.Character.Humanoid:UnequipTools()
  7187. end
  7188. end
  7189. game:GetService("StarterGui"):SetCore("SendNotification", {
  7190. Title = "Reach applied!";
  7191. Text = "Applied to equipped sword. Use ;noreach to disable.";
  7192. })
  7193. end
  7194. if string.sub(msg, 1, 7) == (prefix.."reach ") then
  7195. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  7196. if v:isA("Tool") then
  7197. handleSize = v.Handle.Size
  7198. wait()
  7199. local a = Instance.new("SelectionBox",v.Handle)
  7200. a.Name = "a"
  7201. a.Adornee = v.Handle
  7202. v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(msg, 8)))
  7203. v.GripPos = Vector3.new(0,0,0)
  7204. lplayer.Character.Humanoid:UnequipTools()
  7205. end
  7206. end
  7207. game:GetService("StarterGui"):SetCore("SendNotification", {
  7208. Title = "Reach applied!";
  7209. Text = "Applied to equipped sword. Use ;noreach to disable.";
  7210. })
  7211. end
  7212. if string.sub(msg, 1, 8) == (prefix.."noreach") then
  7213. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  7214. if v:isA("Tool") then
  7215. v.Handle.a:Destroy()
  7216. v.Handle.Size = handleSize
  7217. end
  7218. end
  7219. game:GetService("StarterGui"):SetCore("SendNotification", {
  7220. Title = "Reach removed!";
  7221. Text = "Removed reach from equipped sword.";
  7222. })
  7223. end
  7224. if string.sub(msg, 1, 7) == (prefix.."rkill ") then
  7225. for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  7226. lplayer.Character.Humanoid.Name = 1
  7227. local l = lplayer.Character["1"]:Clone()
  7228. l.Parent = lplayer.Character
  7229. l.Name = "Humanoid"
  7230. wait(0.1)
  7231. lplayer.Character["1"]:Destroy()
  7232. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  7233. lplayer.Character.Animate.Disabled = true
  7234. wait(0.1)
  7235. lplayer.Character.Animate.Disabled = false
  7236. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  7237. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  7238. lplayer.Character.Humanoid:EquipTool(v)
  7239. end
  7240. wait(0.1)
  7241. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  7242. wait(0.2)
  7243. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  7244. wait(0.5)
  7245. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  7246. game:GetService("StarterGui"):SetCore("SendNotification", {
  7247. Title = "Tools needed!";
  7248. Text = "You need a tool in your backpack for this command!";
  7249. })
  7250. end
  7251. end
  7252. if string.sub(msg, 1, 7) == (prefix.."tp me ") then
  7253. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  7254. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  7255. end
  7256. end
  7257. if string.sub(msg, 1, 8) == (prefix.."cbring ") then
  7258. if (string.sub(msg, 9)) == "all" or (string.sub(msg, 9)) == "All" or (string.sub(msg, 9)) == "ALL" then
  7259. cbringall = true
  7260. else
  7261. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  7262. brplr = v.Name
  7263. end
  7264. end
  7265. cbring = true
  7266. end
  7267. if string.sub(msg, 1, 9) == (prefix.."uncbring") then
  7268. cbring = false
  7269. cbringall = false
  7270. end
  7271. if string.sub(msg, 1, 6) == (prefix.."swap ") then
  7272. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  7273. local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  7274. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  7275. lplayer.Character.Humanoid.Name = 1
  7276. local l = lplayer.Character["1"]:Clone()
  7277. l.Parent = lplayer.Character
  7278. l.Name = "Humanoid"
  7279. wait(0.1)
  7280. lplayer.Character["1"]:Destroy()
  7281. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  7282. lplayer.Character.Animate.Disabled = true
  7283. wait(0.1)
  7284. lplayer.Character.Animate.Disabled = false
  7285. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  7286. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  7287. lplayer.Character.Humanoid:EquipTool(v)
  7288. end
  7289. local function tp(player,player2)
  7290. local char1,char2=player.Character,player2.Character
  7291. if char1 and char2 then
  7292. char1:MoveTo(char2.Head.Position)
  7293. end
  7294. end
  7295. wait(0.1)
  7296. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  7297. wait(0.2)
  7298. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  7299. wait(0.5)
  7300. lplayer.Character.HumanoidRootPart.CFrame = NOW
  7301. wait(0.6)
  7302. tp(lplayer, game:GetService("Players")[v.Name])
  7303. wait(0.4)
  7304. lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  7305. game:GetService("StarterGui"):SetCore("SendNotification", {
  7306. Title = "Tools needed!";
  7307. Text = "You need a tool in your backpack for this command!";
  7308. })
  7309. end
  7310. end
  7311. if string.sub(msg, 1, 8) == (prefix.."glitch ") then
  7312. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  7313. lplayer.Character.Humanoid.Name = 1
  7314. local l = lplayer.Character["1"]:Clone()
  7315. l.Parent = lplayer.Character
  7316. l.Name = "Humanoid"
  7317. wait(0.1)
  7318. lplayer.Character["1"]:Destroy()
  7319. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  7320. lplayer.Character.Animate.Disabled = true
  7321. wait(0.1)
  7322. lplayer.Character.Animate.Disabled = false
  7323. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  7324. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  7325. lplayer.Character.Humanoid:EquipTool(v)
  7326. end
  7327. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  7328. wait(0.3)
  7329. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  7330. wait(0.4)
  7331. b = Instance.new("BodyForce")
  7332. b.Parent = lplayer.Character.HumanoidRootPart
  7333. b.Name = "Glitch"
  7334. b.Force = Vector3.new(100000000,5000,0)
  7335. game:GetService("StarterGui"):SetCore("SendNotification", {
  7336. Title = "Tools needed!";
  7337. Text = "You need a tool in your backpack for this command!";
  7338. })
  7339. end
  7340. end
  7341. if string.sub(msg, 1, 9) == (prefix.."unglitch") then
  7342. lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  7343. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  7344. b = Instance.new("BodyForce")
  7345. b.Parent = lplayer.Character.HumanoidRootPart
  7346. b.Name = "unGlitch"
  7347. b.Force = Vector3.new(0,-5000000,0)
  7348. wait(2)
  7349. lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  7350. end
  7351. if string.sub(msg, 1, 9) == (prefix.."grespawn") then
  7352. lplayer.Character.Humanoid.Health = 0
  7353. wait(1)
  7354. lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  7355. lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  7356. end
  7357. if string.sub(msg, 1, 9) == (prefix.."explorer") then
  7358. loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  7359. game:GetService("StarterGui"):SetCore("SendNotification", {
  7360. Title = "Success!";
  7361. Text = "DEX Explorer has loaded.";
  7362. })
  7363. end
  7364. if string.sub(msg, 1, 6) == (prefix.."anim ") then
  7365. local Anim = Instance.new("Animation")
  7366. Anim.AnimationId = "rbxassetid://"..(string.sub(msg, 7))
  7367. local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  7368. track:Play(.1, 1, 1)
  7369. end
  7370. if string.sub(msg, 1, 8) == (prefix.."animgui") then
  7371. loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  7372. game:GetService("StarterGui"):SetCore("SendNotification", {
  7373. Title = "Success!";
  7374. Text = "Energize Animations GUI has loaded.";
  7375. })
  7376. end
  7377. if string.sub(msg, 1, 8) == (prefix.."savepos") then
  7378. saved = lplayer.Character.HumanoidRootPart.CFrame
  7379. game:GetService("StarterGui"):SetCore("SendNotification", {
  7380. Title = "Position Saved";
  7381. Text = "Use ;loadpos to return to saved position.";
  7382. })
  7383. end
  7384. if string.sub(msg, 1, 8) == (prefix.."loadpos") then
  7385. lplayer.Character.HumanoidRootPart.CFrame = saved
  7386. end
  7387. if string.sub(msg, 1, 6) == (prefix.."bang ") then
  7388. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  7389. local Anim2 = Instance.new("Animation")
  7390. Anim2.AnimationId = "rbxassetid://148840371"
  7391. local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  7392. track2:Play(.1, 1, 1)
  7393. bplrr = v.Name
  7394. banpl = true
  7395. end
  7396. end
  7397. if string.sub(msg, 1, 7) == (prefix.."unbang") then
  7398. banpl = false
  7399. end
  7400. if string.sub(msg, 1, 10) == (prefix.."bringmod ") then
  7401. local function bringmodw()
  7402. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  7403. if obj.Name == (string.sub(msg, 11)) then
  7404. for i,ch in pairs(obj:GetDescendants()) do
  7405. if (ch:IsA("BasePart")) then
  7406. ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  7407. ch.CanCollide = false
  7408. ch.Transparency = 0.7
  7409. wait()
  7410. ch.CFrame = lplayer.Character["Left Leg"].CFrame
  7411. wait()
  7412. ch.CFrame = lplayer.Character["Right Leg"].CFrame
  7413. wait()
  7414. ch.CFrame = lplayer.Character["Head"].CFrame
  7415. end
  7416. end
  7417. end
  7418. end
  7419. end
  7420. while wait() do
  7421. bringmodw()
  7422. end
  7423. game:GetService("StarterGui"):SetCore("SendNotification", {
  7424. Title = "BringMod";
  7425. Text = "BringMod enabled.";
  7426. })
  7427. end
  7428. if string.sub(msg, 1, 8) == (prefix.."respawn") then
  7429. local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  7430. local hum = Instance.new('Humanoid', mod)
  7431. local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  7432. lplayer.Character = mod
  7433. end
  7434. if string.sub(msg, 1, 9) == (prefix.."shutdown") then
  7435. game:GetService'RunService'.Stepped:Connect(function()
  7436. pcall(function()
  7437. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  7438. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  7439. for _,x in pairs(v.Character.Head:GetChildren()) do
  7440. if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  7441. end
  7442. end
  7443. end
  7444. end)
  7445. end)
  7446. game:GetService("StarterGui"):SetCore("SendNotification", {
  7447. Title = "Attempting Shutdown";
  7448. Text = "Shutdown Attempt has begun.";
  7449. })
  7450. end
  7451. if string.sub(msg, 1, 8) == (prefix.."delobj ") then
  7452. objtodel = (string.sub(msg, 9))
  7453. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  7454. if v.Name == objtodel then
  7455. v:Destroy()
  7456. end
  7457. end
  7458. end
  7459. if string.sub(msg, 1, 8) == (prefix.."getplrs") then
  7460. for i,v in pairs(game:GetService("Players"):GetPlayers())do
  7461. print(v)
  7462. end
  7463. game:GetService("StarterGui"):SetCore("SendNotification", {
  7464. Title = "Printed";
  7465. Text = "Players have been printed to console. (F9)";
  7466. })
  7467. end
  7468. if string.sub(msg, 1, 9) == (prefix.."deldecal") then
  7469. for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  7470. if (v:IsA("Decal")) then
  7471. v:Destroy()
  7472. end
  7473. end
  7474. end
  7475. if string.sub(msg, 1, 11) == (prefix.."opfinality") then
  7476. loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  7477. game:GetService("StarterGui"):SetCore("SendNotification", {
  7478. Title = "Success!";
  7479. Text = "OpFinality GUI has loaded.";
  7480. })
  7481. end
  7482. if string.sub(msg, 1, 8) == (prefix.."remotes") then
  7483. remotes = true
  7484. added = true
  7485. game.DescendantAdded:connect(function(rmt)
  7486. if added == true then
  7487. if remotes == true then
  7488. if rmt:IsA("RemoteEvent") then
  7489. print("A RemoteEvent was added!")
  7490. print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  7491. print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  7492. end end end
  7493. end)
  7494. game.DescendantAdded:connect(function(rmtfnctn)
  7495. if added == true then
  7496. if remotes == true then
  7497. if rmtfnctn:IsA("RemoteFunction") then
  7498. warn("A RemoteFunction was added!")
  7499. warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  7500. print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  7501. end end end
  7502. end)
  7503.  
  7504. game.DescendantAdded:connect(function(bndfnctn)
  7505. if added == true then
  7506. if binds == true then
  7507. if bndfnctn:IsA("BindableFunction") then
  7508. print("A BindableFunction was added!")
  7509. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  7510. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  7511. end end end
  7512. end)
  7513.  
  7514. game.DescendantAdded:connect(function(bnd)
  7515. if added == true then
  7516. if binds == true then
  7517. if bnd:IsA("BindableEvent") then
  7518. warn("A BindableEvent was added!")
  7519. warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  7520. print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  7521. end end end
  7522. end)
  7523.  
  7524.  
  7525. if binds == true then
  7526. for i,v in pairs(game:GetDescendants()) do
  7527. if v:IsA("BindableFunction") then
  7528. print(" game." .. v:GetFullName() .. " | BindableFunction")
  7529. print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  7530. end end
  7531. for i,v in pairs(game:GetDescendants()) do
  7532. if v:IsA("BindableEvent") then
  7533. warn(" game." .. v:GetFullName() .. " | BindableEvent")
  7534. print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  7535. end end
  7536. else
  7537. print("Off")
  7538. end
  7539. if remotes == true then
  7540. for i,v in pairs(game:GetDescendants()) do
  7541. if v:IsA("RemoteFunction") then
  7542. warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  7543. print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  7544. end end
  7545. wait()
  7546. for i,v in pairs(game:GetDescendants()) do
  7547. if v:IsA("RemoteEvent") then
  7548. print(" game." .. v:GetFullName() .. " | RemoteEvent")
  7549. print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  7550. end end
  7551. else
  7552. print("Off")
  7553. end
  7554. game:GetService("StarterGui"):SetCore("SendNotification", {
  7555. Title = "Printing Remotes";
  7556. Text = "Type ;noremotes to disable.";
  7557. })
  7558. end
  7559. if string.sub(msg, 1, 10) == (prefix.."noremotes") then
  7560. remotes = false
  7561. added = false
  7562. game:GetService("StarterGui"):SetCore("SendNotification", {
  7563. Title = "Printing Remotes Disabled";
  7564. Text = "Type ;remotes to enable.";
  7565. })
  7566. end
  7567. if string.sub(msg, 1, 10) == (prefix.."tpdefault") then
  7568. spin = false
  7569. followed = false
  7570. traill = false
  7571. noclip = false
  7572. annoying = false
  7573. hwalk = false
  7574. cbringing = false
  7575. end
  7576. if string.sub(msg, 1, 8) == (prefix.."stopsit") then
  7577. stopsitting = true
  7578. end
  7579. if string.sub(msg, 1, 6) == (prefix.."gosit") then
  7580. stopsitting = false
  7581. end
  7582. if string.sub(msg, 1, 8) == (prefix.."version") then
  7583. print(adminversion)
  7584. game:GetService("StarterGui"):SetCore("SendNotification", {
  7585. Title = "Version";
  7586. Text = adminversion;
  7587. })
  7588. end
  7589. if string.sub(msg, 1, 8) == (prefix.."clicktp") then
  7590. clickgoto = true
  7591. game:GetService("StarterGui"):SetCore("SendNotification", {
  7592. Title = "Click TP";
  7593. Text = "Press E to teleport to mouse position, ;noclicktp to stop";
  7594. })
  7595. end
  7596. if string.sub(msg, 1, 9) == (prefix.."clickdel") then
  7597. clickdel = true
  7598. game:GetService("StarterGui"):SetCore("SendNotification", {
  7599. Title = "Click Delete";
  7600. Text = "Press E to delete part at mouse, ;noclickdel to stop";
  7601. })
  7602. end
  7603. if string.sub(msg, 1, 11) == (prefix.."noclickdel") then
  7604. clickdel = false
  7605. game:GetService("StarterGui"):SetCore("SendNotification", {
  7606. Title = "Click Delete";
  7607. Text = "Click delete has been disabled.";
  7608. })
  7609. end
  7610. if string.sub(msg, 1, 10) == (prefix.."noclicktp") then
  7611. clickgoto = false
  7612. game:GetService("StarterGui"):SetCore("SendNotification", {
  7613. Title = "Click TP";
  7614. Text = "Click TP has been disabled.";
  7615. })
  7616. end
  7617. if string.sub(msg, 1, 8) == (prefix.."toolson") then
  7618. gettingtools = true
  7619. game:GetService("StarterGui"):SetCore("SendNotification", {
  7620. Title = "Tools Enabled";
  7621. Text = "Automatically colleting tools dropped.";
  7622. })
  7623. end
  7624. if string.sub(msg, 1, 9) == (prefix.."toolsoff") then
  7625. gettingtools = false
  7626. game:GetService("StarterGui"):SetCore("SendNotification", {
  7627. Title = "Tools Disabled";
  7628. Text = "Click TP has been disabled.";
  7629. })
  7630. end
  7631. if string.sub(msg, 1, 10) == (prefix.."delcmdbar") then
  7632. ScreenGui:Destroy()
  7633. end
  7634. if string.sub(msg, 1, 6) == (prefix.."reset") then
  7635. lplayer.Character.Head:Destroy()
  7636. end
  7637. if string.sub(msg, 1, 7) == (prefix.."state ") then
  7638. statechosen = string.sub(msg, 8)
  7639. changingstate = true
  7640. end
  7641. if string.sub(msg, 1, 9) == (prefix.."gravity ") then
  7642. game:GetService("Workspace").Gravity = string.sub(msg, 10)
  7643. end
  7644. if string.sub(msg, 1, 10) == (prefix.."looprhats") then
  7645. removingmeshhats = true
  7646. end
  7647. if string.sub(msg, 1, 12) == (prefix.."unlooprhats") then
  7648. removingmeshhats = false
  7649. end
  7650. if string.sub(msg, 1, 10) == (prefix.."looprtool") then
  7651. removingmeshtool = true
  7652. end
  7653. if string.sub(msg, 1, 12) == (prefix.."unlooprtool") then
  7654. removingmeshtool = false
  7655. end
  7656. if string.sub(msg, 1, 10) == (prefix.."givetool ") then
  7657. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  7658. if v:IsA("Tool") then
  7659. for i,player in pairs(GetPlayer(string.sub(msg, 11))) do
  7660. v.Parent = player.Character
  7661. end
  7662. end
  7663. end
  7664. end
  7665. if string.sub(msg, 1, 14) == (prefix.."givealltools ") then
  7666. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  7667. if v:IsA("Tool") then
  7668. v.Parent = lplayer.Character
  7669. wait()
  7670. for i,player in pairs(GetPlayer(string.sub(msg, 15))) do
  7671. v.Parent = player.Character
  7672. end
  7673. end
  7674. end
  7675. end
  7676. if string.sub(msg, 1, 5) == (prefix.."age ") then
  7677. for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  7678. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  7679. end
  7680. end
  7681. if string.sub(msg, 1, 4) == (prefix.."id ") then
  7682. for i,player in pairs(GetPlayer(string.sub(msg, 5))) do
  7683. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  7684. end
  7685. end
  7686. if string.sub(msg, 1, 6) == (prefix..".age ") then
  7687. for i,player in pairs(GetPlayer(string.sub(msg, 7))) do
  7688. game:GetService("StarterGui"):SetCore("SendNotification", {
  7689. Title = player.AccountAge.." Days";
  7690. Text = "Account age of "..player.Name;
  7691. })
  7692. end
  7693. end
  7694. if string.sub(msg, 1, 5) == (prefix..".id ") then
  7695. for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  7696. game:GetService("StarterGui"):SetCore("SendNotification", {
  7697. Title = player.UserId.." ID";
  7698. Text = "Account ID of "..player.Name;
  7699. })
  7700. end
  7701. end
  7702. if string.sub(msg, 1, 7) == (prefix.."gameid") then
  7703. game:GetService("StarterGui"):SetCore("SendNotification", {
  7704. Title = "Game ID";
  7705. Text = "Game ID: ".. game.GameId;
  7706. })
  7707. end
  7708. if string.sub(msg, 1, 4) == (prefix.."pgs") then
  7709. local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  7710. if pgscheck == true then
  7711. game:GetService("StarterGui"):SetCore("SendNotification", {
  7712. Title = "PGSPhysicsSolverEnabled";
  7713. Text = "PGS is Enabled!";
  7714. })
  7715. else
  7716. game:GetService("StarterGui"):SetCore("SendNotification", {
  7717. Title = "PGSPhysicsSolverEnabled";
  7718. Text = "PGS is Disabled!";
  7719. })
  7720. end
  7721. end
  7722. if string.sub(msg, 1, 12) == (prefix.."removeinvis") then
  7723. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  7724. if v:IsA("Part") then
  7725. if v.Transparency == 1 then
  7726. if v.Name ~= "HumanoidRootPart" then
  7727. v:Destroy()
  7728. end
  7729. end
  7730. end
  7731. end
  7732. end
  7733. if string.sub(msg, 1, 10) == (prefix.."removefog") then
  7734. game:GetService("Lighting").FogStart = 0
  7735. game:GetService("Lighting").FogEnd = 9999999999999
  7736. end
  7737. if string.sub(msg, 1, 8) == (prefix.."disable") then
  7738. lplayer.Character.Humanoid.Parent = lplayer
  7739. end
  7740. if string.sub(msg, 1, 7) == (prefix.."enable") then
  7741. lplayer.Humanoid.Parent = lplayer.Character
  7742. end
  7743. if string.sub(msg, 1, 8) == (prefix.."prefix ") then
  7744. prefix = (string.sub(msg, 9, 9))
  7745. wait(0.1)
  7746. change()
  7747. wait(0.1)
  7748. game:GetService("StarterGui"):SetCore("SendNotification", {
  7749. Title = "Prefix changed!";
  7750. Text = "Prefix is now "..prefix..". Use ;resetprefix to reset to ;";
  7751. })
  7752. end
  7753. if string.sub(msg, 1, 12) == (";resetprefix") then
  7754. prefix = ";"
  7755. wait(0.1)
  7756. change()
  7757. wait(0.1)
  7758. game:GetService("StarterGui"):SetCore("SendNotification", {
  7759. Title = "Prefix changed!";
  7760. Text = "Prefix is now "..prefix..". Make sure it's one key!";
  7761. })
  7762. end
  7763. if string.sub(msg, 1, 10) == (prefix.."flyspeed ") then
  7764. speedfly = string.sub(msg, 11)
  7765. wait()
  7766. change()
  7767. end
  7768. if string.sub(msg, 1, 8) == (prefix.."carpet ") then
  7769. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  7770. local Anim3 = Instance.new("Animation")
  7771. Anim3.AnimationId = "rbxassetid://282574440"
  7772. local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  7773. track3:Play(.1, 1, 1)
  7774. bplrr = v.Name
  7775. banpl = true
  7776. end
  7777. end
  7778. if string.sub(msg, 1, 9) == (prefix.."uncarpet") then
  7779. banpl = false
  7780. end
  7781. if string.sub(msg, 1, 7) == (prefix.."stare ") then
  7782. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  7783. staring = true
  7784. stareplr = v
  7785. end
  7786. end
  7787. if string.sub(msg, 1, 8) == (prefix.."unstare") then
  7788. staring = false
  7789. end
  7790. if string.sub(msg, 1, 8) == (prefix.."logchat") then
  7791. chatlogs = true
  7792. game:GetService("StarterGui"):SetCore("SendNotification", {
  7793. Title = "LogChat enabled";
  7794. Text = "Now logging all player chat.";
  7795. })
  7796. end
  7797. if string.sub(msg, 1, 10) == (prefix.."unlogchat") then
  7798. chatlogs = false
  7799. game:GetService("StarterGui"):SetCore("SendNotification", {
  7800. Title = "LogChat disabled";
  7801. Text = "Stopped logging all player chat.";
  7802. })
  7803. end
  7804. if string.sub(msg, 1, 7) == (prefix.."fixcam") then
  7805. game:GetService("Workspace").CurrentCamera:Destroy()
  7806. wait(0.1)
  7807. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  7808. game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  7809. lplayer.CameraMinZoomDistance = 0.5
  7810. lplayer.CameraMaxZoomDistance = 400
  7811. lplayer.CameraMode = "Classic"
  7812. end
  7813. if string.sub(msg, 1, 8) == (prefix.."unstate") then
  7814. changingstate = false
  7815. end
  7816. end)
  7817.  
  7818. local function tp()
  7819. for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  7820. if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  7821. if player.Name == brplr then
  7822. player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 2
  7823. end
  7824. end
  7825. end
  7826. end
  7827. local function tpall()
  7828. for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  7829. if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  7830. player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 3
  7831. end
  7832. end
  7833. end
  7834. spawn(function()
  7835. while wait(spamdelay) do
  7836. if spamming == true then
  7837. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(spamtext, "All")
  7838. end
  7839. end
  7840. end)
  7841. spawn(function()
  7842. while wait(spamdelay) do
  7843. if spammingpm == true then
  7844. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/w "..pmspammed.." @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", "All")
  7845. end
  7846. end
  7847. end)
  7848. spawn(function()
  7849. while wait() do
  7850. if cbring == true then
  7851. tp()
  7852. end
  7853. end
  7854. end)
  7855. spawn(function()
  7856. while wait() do
  7857. if cbringall == true then
  7858. tpall()
  7859. end
  7860. end
  7861. end)
  7862.  
  7863. Mouse.KeyDown:connect(function(Key)
  7864. if Key == prefix then
  7865. CMDBAR:CaptureFocus()
  7866. end
  7867. end)
  7868.  
  7869. CMDBAR.FocusLost:connect(function(enterPressed)
  7870. if enterPressed then
  7871. if string.sub(CMDBAR.Text, 1, 5) == ("kill ") then
  7872. if string.sub(CMDBAR.Text, 6) == "me" then
  7873. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  7874. else
  7875. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6)))do
  7876. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  7877. lplayer.Character.Humanoid.Name = 1
  7878. local l = lplayer.Character["1"]:Clone()
  7879. l.Parent = lplayer.Character
  7880. l.Name = "Humanoid"
  7881. wait(0.1)
  7882. lplayer.Character["1"]:Destroy()
  7883. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  7884. lplayer.Character.Animate.Disabled = true
  7885. wait(0.1)
  7886. lplayer.Character.Animate.Disabled = false
  7887. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  7888. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  7889. lplayer.Character.Humanoid:EquipTool(v)
  7890. end
  7891. local function tp(player,player2)
  7892. local char1,char2=player.Character,player2.Character
  7893. if char1 and char2 then
  7894. char1:MoveTo(char2.Head.Position)
  7895. end
  7896. end
  7897. wait(0.1)
  7898. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  7899. wait(0.2)
  7900. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  7901. wait(0.5)
  7902. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  7903. wait(0.7)
  7904. tp(lplayer,game:GetService("Players")[v.Name])
  7905. wait(0.7)
  7906. lplayer.Character.HumanoidRootPart.CFrame = NOW
  7907. game:GetService("StarterGui"):SetCore("SendNotification", {
  7908. Title = "Tools needed!";
  7909. Text = "You need a tool in your backpack for this command!";
  7910. })
  7911. end
  7912. end
  7913. end
  7914. if string.sub(CMDBAR.Text, 1, 6) == ("bring ") then
  7915. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  7916. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  7917. lplayer.Character.Humanoid.Name = 1
  7918. local l = lplayer.Character["1"]:Clone()
  7919. l.Parent = lplayer.Character
  7920. l.Name = "Humanoid"
  7921. wait(0.1)
  7922. lplayer.Character["1"]:Destroy()
  7923. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  7924. lplayer.Character.Animate.Disabled = true
  7925. wait(0.1)
  7926. lplayer.Character.Animate.Disabled = false
  7927. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  7928. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  7929. lplayer.Character.Humanoid:EquipTool(v)
  7930. end
  7931. local function tp(player,player2)
  7932. local char1,char2=player.Character,player2.Character
  7933. if char1 and char2 then
  7934. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  7935. end
  7936. end
  7937. local function getout(player,player2)
  7938. local char1,char2=player.Character,player2.Character
  7939. if char1 and char2 then
  7940. char1:MoveTo(char2.Head.Position)
  7941. end
  7942. end
  7943. tp(game:GetService("Players")[v.Name], lplayer)
  7944. wait(0.2)
  7945. tp(game:GetService("Players")[v.Name], lplayer)
  7946. wait(0.5)
  7947. lplayer.Character.HumanoidRootPart.CFrame = NOW
  7948. wait(0.5)
  7949. getout(lplayer, game:GetService("Players")[v.Name])
  7950. wait(0.3)
  7951. lplayer.Character.HumanoidRootPart.CFrame = NOW
  7952. game:GetService("StarterGui"):SetCore("SendNotification", {
  7953. Title = "Tools needed!";
  7954. Text = "You need a tool in your backpack for this command!";
  7955. })
  7956. end
  7957. end
  7958. if string.sub(CMDBAR.Text, 1, 5) == ("spin ") then
  7959. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  7960. lplayer.Character.Humanoid.Name = 1
  7961. local l = lplayer.Character["1"]:Clone()
  7962. l.Parent = lplayer.Character
  7963. l.Name = "Humanoid"
  7964. wait(0.1)
  7965. lplayer.Character["1"]:Destroy()
  7966. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  7967. lplayer.Character.Animate.Disabled = true
  7968. wait(0.1)
  7969. lplayer.Character.Animate.Disabled = false
  7970. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  7971. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  7972. lplayer.Character.Humanoid:EquipTool(v)
  7973. end
  7974. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  7975. spinplr = v
  7976. wait(0.5)
  7977. spin = true
  7978. game:GetService("StarterGui"):SetCore("SendNotification", {
  7979. Title = "Tools needed!";
  7980. Text = "You need a tool in your backpack for this command!";
  7981. })
  7982. end
  7983. end
  7984. if string.sub(CMDBAR.Text, 1, 6) == ("unspin") then
  7985. spin = false
  7986. end
  7987. if string.sub(CMDBAR.Text, 1, 7) == ("attach ") then
  7988. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  7989. lplayer.Character.Humanoid.Name = 1
  7990. local l = lplayer.Character["1"]:Clone()
  7991. l.Parent = lplayer.Character
  7992. l.Name = "Humanoid"
  7993. wait(0.1)
  7994. lplayer.Character["1"]:Destroy()
  7995. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  7996. lplayer.Character.Animate.Disabled = true
  7997. wait(0.1)
  7998. lplayer.Character.Animate.Disabled = false
  7999. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  8000. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  8001. lplayer.Character.Humanoid:EquipTool(v)
  8002. end
  8003. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  8004. wait(0.3)
  8005. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  8006. attplr = v
  8007. game:GetService("StarterGui"):SetCore("SendNotification", {
  8008. Title = "Tools needed!";
  8009. Text = "You need a tool in your backpack for this command!";
  8010. })
  8011. end
  8012. end
  8013. if string.sub(CMDBAR.Text, 1, 9) == ("unattach ") then
  8014. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  8015. local function getout(player,player2)
  8016. local char1,char2=player.Character,player2.Character
  8017. if char1 and char2 then
  8018. char1:MoveTo(char2.Head.Position)
  8019. end
  8020. end
  8021. getout(lplayer, game:GetService("Players")[v.Name])
  8022. end
  8023. end
  8024. if string.sub(CMDBAR.Text, 1, 7) == ("follow ") then
  8025. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  8026. followed = true
  8027. flwplr = v
  8028. end
  8029. end
  8030. if string.sub(CMDBAR.Text, 1, 8) == ("unfollow") then
  8031. followed = false
  8032. end
  8033. if string.sub(CMDBAR.Text, 1, 9) == ("freefall ") then
  8034. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  8035. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  8036. lplayer.Character.Humanoid.Name = 1
  8037. local l = lplayer.Character["1"]:Clone()
  8038. l.Parent = lplayer.Character
  8039. l.Name = "Humanoid"
  8040. wait(0.1)
  8041. lplayer.Character["1"]:Destroy()
  8042. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  8043. lplayer.Character.Animate.Disabled = true
  8044. wait(0.1)
  8045. lplayer.Character.Animate.Disabled = false
  8046. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  8047. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  8048. lplayer.Character.Humanoid:EquipTool(v)
  8049. end
  8050. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  8051. wait(0.2)
  8052. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  8053. wait(0.6)
  8054. lplayer.Character.HumanoidRootPart.CFrame = NOW
  8055. wait(0.6)
  8056. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  8057. game:GetService("StarterGui"):SetCore("SendNotification", {
  8058. Title = "Tools needed!";
  8059. Text = "You need a tool in your backpack for this command!";
  8060. })
  8061. end
  8062. end
  8063. if string.sub(CMDBAR.Text, 1, 6) == ("trail ") then
  8064. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  8065. traill = true
  8066. trlplr = v
  8067. end
  8068. end
  8069. if string.sub(CMDBAR.Text, 1, 7) == ("untrail") then
  8070. traill = false
  8071. end
  8072. if string.sub(CMDBAR.Text, 1, 6) == ("orbit ") then
  8073. if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  8074. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  8075. else
  8076. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  8077. local o = Instance.new("RocketPropulsion")
  8078. o.Parent = lplayer.Character.HumanoidRootPart
  8079. o.Name = "Orbit"
  8080. o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  8081. o:Fire()
  8082. noclip = true
  8083. end
  8084. end
  8085. end
  8086. if string.sub(CMDBAR.Text, 1, 7) == ("unorbit") then
  8087. lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  8088. noclip = false
  8089. end
  8090. if string.sub(CMDBAR.Text, 1, 6) == ("fling ") then
  8091. if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  8092. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  8093. else
  8094. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  8095. local y = Instance.new("RocketPropulsion")
  8096. y.Parent = lplayer.Character.HumanoidRootPart
  8097. y.CartoonFactor = 1
  8098. y.MaxThrust = 800000
  8099. y.MaxSpeed = 1000
  8100. y.ThrustP = 200000
  8101. y.Name = "Fling"
  8102. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  8103. y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  8104. y:Fire()
  8105. noclip = true
  8106. end
  8107. end
  8108. end
  8109. if string.sub(CMDBAR.Text, 1, 7) == ("unfling") then
  8110. noclip = false
  8111. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  8112. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  8113. wait(0.4)
  8114. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  8115. end
  8116. if string.sub(CMDBAR.Text, 1, 7) == ("fecheck") then
  8117. if game:GetService("Workspace").FilteringEnabled == true then
  8118. warn("FE is Enabled (Filtering Enabled)")
  8119. game:GetService("StarterGui"):SetCore("SendNotification", {
  8120. Title = "FE is Enabled";
  8121. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  8122. })
  8123. else
  8124. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  8125. game:GetService("StarterGui"):SetCore("SendNotification", {
  8126. Title = "FE is Disabled";
  8127. Text = "Filtering Disabled. Consider using a different admin script.";
  8128. })
  8129. end
  8130. end
  8131. if string.sub(CMDBAR.Text, 1, 5) == ("void ") then
  8132. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  8133. lplayer.Character.Humanoid.Name = 1
  8134. local l = lplayer.Character["1"]:Clone()
  8135. l.Parent = lplayer.Character
  8136. l.Name = "Humanoid"
  8137. wait(0.1)
  8138. lplayer.Character["1"]:Destroy()
  8139. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  8140. lplayer.Character.Animate.Disabled = true
  8141. wait(0.1)
  8142. lplayer.Character.Animate.Disabled = false
  8143. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  8144. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  8145. lplayer.Character.Humanoid:EquipTool(v)
  8146. end
  8147. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  8148. wait(0.2)
  8149. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  8150. wait(0.6)
  8151. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  8152. game:GetService("StarterGui"):SetCore("SendNotification", {
  8153. Title = "Tools needed!";
  8154. Text = "You need a tool in your backpack for this command!";
  8155. })
  8156. end
  8157. end
  8158. if string.sub(CMDBAR.Text, 1, 6) == ("noclip") then
  8159. noclip = true
  8160. game:GetService("StarterGui"):SetCore("SendNotification", {
  8161. Title = "Noclip enabled";
  8162. Text = "Type ;clip to disable";
  8163. })
  8164. end
  8165. if string.sub(CMDBAR.Text, 1, 4) == ("clip") then
  8166. noclip = false
  8167. game:GetService("StarterGui"):SetCore("SendNotification", {
  8168. Title = "Noclip disabled";
  8169. Text = "Type ;noclip to enable";
  8170. })
  8171. end
  8172. if string.sub(CMDBAR.Text, 1, 6) == ("speed ") then
  8173. lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 7))
  8174. end
  8175. if string.sub(CMDBAR.Text, 1, 3) == ("ws ") then
  8176. lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 4))
  8177. end
  8178. if string.sub(CMDBAR.Text, 1, 10) == ("hipheight ") then
  8179. lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 11))
  8180. end
  8181. if string.sub(CMDBAR.Text, 1, 3) == ("hh ") then
  8182. lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 4))
  8183. end
  8184. if string.sub(CMDBAR.Text, 1, 10) == ("jumppower ") then
  8185. lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 11))
  8186. end
  8187. if string.sub(CMDBAR.Text, 1, 3) == ("jp ") then
  8188. lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 4))
  8189. end
  8190. if string.sub(CMDBAR.Text, 1, 7) == ("default") then
  8191. lplayer.Character.Humanoid.JumpPower = 50
  8192. lplayer.Character.Humanoid.WalkSpeed = 16
  8193. lplayer.Character.Humanoid.HipHeight = 0
  8194. end
  8195. if string.sub(CMDBAR.Text, 1, 6) == ("annoy ") then
  8196. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  8197. annoying = true
  8198. annplr = v
  8199. end
  8200. end
  8201. if string.sub(CMDBAR.Text, 1, 7) == ("unannoy") then
  8202. annoying = false
  8203. end
  8204. if string.sub(CMDBAR.Text, 1, 9) == ("headwalk ") then
  8205. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  8206. hwalk = true
  8207. hdwplr = v
  8208. end
  8209. end
  8210. if string.sub(CMDBAR.Text, 1, 10) == ("unheadwalk") then
  8211. hwalk = false
  8212. end
  8213. if string.sub(CMDBAR.Text, 1, 7) == ("nolimbs") then
  8214. lplayer.Character["Left Leg"]:Destroy()
  8215. lplayer.Character["Left Arm"]:Destroy()
  8216. lplayer.Character["Right Leg"]:Destroy()
  8217. lplayer.Character["Right Arm"]:Destroy()
  8218. end
  8219. if string.sub(CMDBAR.Text, 1, 3) == ("god") then
  8220. lplayer.Character.Humanoid.Name = 1
  8221. local l = lplayer.Character["1"]:Clone()
  8222. l.Parent = lplayer.Character
  8223. l.Name = "Humanoid"
  8224. wait(0.1)
  8225. lplayer.Character["1"]:Destroy()
  8226. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  8227. lplayer.Character.Animate.Disabled = true
  8228. wait(0.1)
  8229. lplayer.Character.Animate.Disabled = false
  8230. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  8231. game:GetService("StarterGui"):SetCore("SendNotification", {
  8232. Title = "FE Godmode enabled";
  8233. Text = "Use ;grespawn or ;respawn to remove.";
  8234. })
  8235. end
  8236. if string.sub(CMDBAR.Text, 1, 8) == ("drophats") then
  8237. for i,v in pairs(lplayer.Character:GetChildren()) do
  8238. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  8239. v.Parent = workspace
  8240. end
  8241. end
  8242. end
  8243. if string.sub(CMDBAR.Text, 1, 8) == ("droptool") then
  8244. for i,v in pairs(lplayer.Character:GetChildren()) do
  8245. if (v:IsA("Tool")) then
  8246. v.Parent = workspace
  8247. end
  8248. end
  8249. end
  8250. if string.sub(CMDBAR.Text, 1, 9) == ("loopdhats") then
  8251. droppinghats = true
  8252. game:GetService("StarterGui"):SetCore("SendNotification", {
  8253. Title = "Loop Drop Enabled";
  8254. Text = "Type ;unloopdhats to disable";
  8255. })
  8256. end
  8257. if string.sub(CMDBAR.Text, 1, 11) == ("unloopdhats") then
  8258. droppinghats = false
  8259. game:GetService("StarterGui"):SetCore("SendNotification", {
  8260. Title = "Loop Drop Disabled";
  8261. Text = "Type ;loopdhats to enable.";
  8262. })
  8263. end
  8264. if string.sub(CMDBAR.Text, 1, 9) == ("loopdtool") then
  8265. droppingtools = true
  8266. game:GetService("StarterGui"):SetCore("SendNotification", {
  8267. Title = "Loop Drop Enabled";
  8268. Text = "Type ;unloopdtool to disable";
  8269. })
  8270. end
  8271. if string.sub(CMDBAR.Text, 1, 11) == ("unloopdtool") then
  8272. droppingtools = false
  8273. game:GetService("StarterGui"):SetCore("SendNotification", {
  8274. Title = "Loop Drop Disabled";
  8275. Text = "Type ;loopdtool to enable.";
  8276. })
  8277. end
  8278. if string.sub(CMDBAR.Text, 1, 9) == ("invisible") then -- Credit to Timeless
  8279. Local = game:GetService('Players').LocalPlayer
  8280. Char = Local.Character
  8281. touched,tpdback = false, false
  8282. box = Instance.new('Part',workspace)
  8283. box.Anchored = true
  8284. box.CanCollide = true
  8285. box.Size = Vector3.new(10,1,10)
  8286. box.Position = Vector3.new(0,10000,0)
  8287. box.Touched:connect(function(part)
  8288. if (part.Parent.Name == Local.Name) then
  8289. if touched == false then
  8290. touched = true
  8291. function apply()
  8292. if script.Disabled ~= true then
  8293. no = Char.HumanoidRootPart:Clone()
  8294. wait(.25)
  8295. Char.HumanoidRootPart:Destroy()
  8296. no.Parent = Char
  8297. Char:MoveTo(loc)
  8298. touched = false
  8299. end end
  8300. if Char then
  8301. apply()
  8302. end
  8303. end
  8304. end
  8305. end)
  8306. repeat wait() until Char
  8307. loc = Char.HumanoidRootPart.Position
  8308. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  8309. game:GetService("StarterGui"):SetCore("SendNotification", {
  8310. Title = "Invisibility enabled!";
  8311. Text = "Reset or use ;respawn to remove.";
  8312. })
  8313. end
  8314. if string.sub(CMDBAR.Text, 1, 5) == ("view ") then
  8315. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  8316. if game:GetService("Players")[v.Name].Character.Humanoid then
  8317. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  8318. else
  8319. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  8320. end
  8321. end
  8322. end
  8323. if string.sub(CMDBAR.Text, 1, 6) == ("unview") then
  8324. if lplayer.Character.Humanoid then
  8325. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  8326. else
  8327. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  8328. end
  8329. end
  8330. if string.sub(CMDBAR.Text, 1, 5) == ("goto ") then
  8331. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  8332. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  8333. end
  8334. end
  8335. if string.sub(CMDBAR.Text, 1, 3) == ("fly") then
  8336. repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  8337. repeat wait() until Mouse
  8338.  
  8339. local T = lplayer.Character.HumanoidRootPart
  8340. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  8341. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  8342. local SPEED = speedget
  8343.  
  8344. local function fly()
  8345. flying = true
  8346. local BG = Instance.new('BodyGyro', T)
  8347. local BV = Instance.new('BodyVelocity', T)
  8348. BG.P = 9e4
  8349. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  8350. BG.cframe = T.CFrame
  8351. BV.velocity = Vector3.new(0, 0.1, 0)
  8352. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  8353. spawn(function()
  8354. repeat wait()
  8355. lplayer.Character.Humanoid.PlatformStand = true
  8356. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  8357. SPEED = 50
  8358. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  8359. SPEED = 0
  8360. end
  8361. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  8362. 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
  8363. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  8364. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  8365. 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
  8366. else
  8367. BV.velocity = Vector3.new(0, 0.1, 0)
  8368. end
  8369. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  8370. until not flying
  8371. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  8372. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  8373. SPEED = 0
  8374. BG:destroy()
  8375. BV:destroy()
  8376. lplayer.Character.Humanoid.PlatformStand = false
  8377. end)
  8378. end
  8379. Mouse.KeyDown:connect(function(KEY)
  8380. if KEY:lower() == 'w' then
  8381. CONTROL.F = speedfly
  8382. elseif KEY:lower() == 's' then
  8383. CONTROL.B = -speedfly
  8384. elseif KEY:lower() == 'a' then
  8385. CONTROL.L = -speedfly
  8386. elseif KEY:lower() == 'd' then
  8387. CONTROL.R = speedfly
  8388. end
  8389. end)
  8390. Mouse.KeyUp:connect(function(KEY)
  8391. if KEY:lower() == 'w' then
  8392. CONTROL.F = 0
  8393. elseif KEY:lower() == 's' then
  8394. CONTROL.B = 0
  8395. elseif KEY:lower() == 'a' then
  8396. CONTROL.L = 0
  8397. elseif KEY:lower() == 'd' then
  8398. CONTROL.R = 0
  8399. end
  8400. end)
  8401. fly()
  8402. end
  8403. if string.sub(CMDBAR.Text, 1, 5) == ("unfly") then
  8404. flying = false
  8405. lplayer.Character.Humanoid.PlatformStand = false
  8406. end
  8407. if string.sub(CMDBAR.Text, 1, 5) == ("chat ") then
  8408. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(CMDBAR.Text, 6)), "All")
  8409. end
  8410. if string.sub(CMDBAR.Text, 1, 5) == ("spam ") then
  8411. spamtext = (string.sub(CMDBAR.Text, 6))
  8412. spamming = true
  8413. end
  8414. if string.sub(CMDBAR.Text, 1, 6) == ("unspam") then
  8415. spamming = false
  8416. end
  8417. if string.sub(CMDBAR.Text, 1, 9) == ("spamwait ") then
  8418. spamdelay = (string.sub(CMDBAR.Text, 10))
  8419. end
  8420. if string.sub(CMDBAR.Text, 1, 7) == ("pmspam ") then
  8421. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  8422. pmspammed = v.Name
  8423. spammingpm = true
  8424. end
  8425. end
  8426. if string.sub(CMDBAR.Text, 1, 8) == ("unpmspam") then
  8427. spammingpm = false
  8428. end
  8429. if string.sub(CMDBAR.Text, 1, 8) == ("cfreeze ") then
  8430. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 9))) do
  8431. v.Character["Left Leg"].Anchored = true
  8432. v.Character["Left Arm"].Anchored = true
  8433. v.Character["Right Leg"].Anchored = true
  8434. v.Character["Right Arm"].Anchored = true
  8435. v.Character.Torso.Anchored = true
  8436. v.Character.Head.Anchored = true
  8437. end
  8438. end
  8439. if string.sub(CMDBAR.Text, 1, 10) == ("uncfreeze ") then
  8440. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 11))) do
  8441. v.Character["Left Leg"].Anchored = false
  8442. v.Character["Left Arm"].Anchored = false
  8443. v.Character["Right Leg"].Anchored = false
  8444. v.Character["Right Arm"].Anchored = false
  8445. v.Character.Torso.Anchored = false
  8446. v.Character.Head.Anchored = false
  8447. end
  8448. end
  8449. if string.sub(CMDBAR.Text, 1, 8) == ("unlockws") then
  8450. local a = game:GetService("Workspace"):getChildren()
  8451. for i = 1, #a do
  8452. if a[i].className == "Part" then
  8453. a[i].Locked = false
  8454. elseif a[i].className == "Model" then
  8455. local r = a[i]:getChildren()
  8456. for i = 1, #r do
  8457. if r[i].className == "Part" then
  8458. r[i].Locked = false
  8459. end
  8460. end
  8461. end
  8462. end
  8463. game:GetService("StarterGui"):SetCore("SendNotification", {
  8464. Title = "Success!";
  8465. Text = "Workspace unlocked. Use ;lockws to lock.";
  8466. })
  8467. end
  8468. if string.sub(CMDBAR.Text, 1, 6) == ("lockws") then
  8469. local a = game:GetService("Workspace"):getChildren()
  8470. for i = 1, #a do
  8471. if a[i].className == "Part" then
  8472. a[i].Locked = true
  8473. elseif a[i].className == "Model" then
  8474. local r = a[i]:getChildren()
  8475. for i = 1, #r do
  8476. if r[i].className == "Part" then
  8477. r[i].Locked = true
  8478. end
  8479. end
  8480. end
  8481. end
  8482. end
  8483. if string.sub(CMDBAR.Text, 1, 6) == ("btools") then
  8484. local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  8485. Clone_T.BinType = "Clone"
  8486. local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  8487. Destruct.BinType = "Hammer"
  8488. local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  8489. Hold_T.BinType = "Grab"
  8490. end
  8491. if string.sub(CMDBAR.Text, 1, 6) == ("pstand") then
  8492. lplayer.Character.Humanoid.PlatformStand = true
  8493. end
  8494. if string.sub(CMDBAR.Text, 1, 8) == ("unpstand") then
  8495. lplayer.Character.Humanoid.PlatformStand = false
  8496. end
  8497. if string.sub(CMDBAR.Text, 1, 9) == ("blockhead") then
  8498. lplayer.Character.Head.Mesh:Destroy()
  8499. end
  8500. if string.sub(CMDBAR.Text, 1, 3) == ("sit") then
  8501. lplayer.Character.Humanoid.Sit = true
  8502. end
  8503. if string.sub(CMDBAR.Text, 1, 9) == ("bringobj ") then
  8504. local function bringobjw()
  8505. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  8506. if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  8507. obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  8508. obj.CanCollide = false
  8509. obj.Transparency = 0.7
  8510. wait()
  8511. obj.CFrame = lplayer.Character["Left Leg"].CFrame
  8512. wait()
  8513. obj.CFrame = lplayer.Character["Right Leg"].CFrame
  8514. wait()
  8515. obj.CFrame = lplayer.Character["Head"].CFrame
  8516. end
  8517. end
  8518. end
  8519. while wait() do
  8520. bringobjw()
  8521. end
  8522. game:GetService("StarterGui"):SetCore("SendNotification", {
  8523. Title = "BringObj";
  8524. Text = "BringObj enabled.";
  8525. })
  8526. end
  8527. if string.sub(CMDBAR.Text, 1, 6) == ("wsvis ") then
  8528. vis = (string.sub(CMDBAR.Text, 7))
  8529. local a = game:GetService("Workspace"):GetDescendants()
  8530. for i = 1, #a do
  8531. if a[i].className == "Part" then
  8532. a[i].Transparency = vis
  8533. elseif a[i].className == "Model" then
  8534. local r = a[i]:getChildren()
  8535. for i = 1, #r do
  8536. if r[i].className == "Part" then
  8537. r[i].Transparency = vis
  8538. end
  8539. end
  8540. end
  8541. end
  8542. end
  8543. if string.sub(CMDBAR.Text, 1, 10) == ("hypertotal") then
  8544. loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  8545. game:GetService("StarterGui"):SetCore("SendNotification", {
  8546. Title = "Success!";
  8547. Text = "HyperTotal GUI Loaded!";
  8548. })
  8549. end
  8550. if string.sub(CMDBAR.Text, 1, 4) == ("cmds") then
  8551. CMDSFRAME.Visible = true
  8552. end
  8553. if string.sub(CMDBAR.Text, 1, 9) == ("rmeshhats") then
  8554. for i,v in pairs(lplayer.Character:GetChildren()) do
  8555. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  8556. v.Handle.Mesh:Destroy()
  8557. end
  8558. end
  8559. end
  8560. if string.sub(CMDBAR.Text, 1, 9) == ("blockhats") then
  8561. for i,v in pairs(lplayer.Character:GetChildren()) do
  8562. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  8563. v.Handle.Mesh:Destroy()
  8564. end
  8565. end
  8566. end
  8567. if string.sub(CMDBAR.Text, 1, 9) == ("rmeshtool") then
  8568. for i,v in pairs(lplayer.Character:GetChildren()) do
  8569. if (v:IsA("Tool")) then
  8570. v.Handle.Mesh:Destroy()
  8571. end
  8572. end
  8573. end
  8574. if string.sub(CMDBAR.Text, 1, 9) == ("blocktool") then
  8575. for i,v in pairs(lplayer.Character:GetChildren()) do
  8576. if (v:IsA("Tool")) then
  8577. v.Handle.Mesh:Destroy()
  8578. end
  8579. end
  8580. end
  8581. if string.sub(CMDBAR.Text, 1, 7) == ("spinner") then
  8582. local p = Instance.new("RocketPropulsion")
  8583. p.Parent = lplayer.Character.HumanoidRootPart
  8584. p.Name = "Spinner"
  8585. p.Target = lplayer.Character["Left Arm"]
  8586. p:Fire()
  8587. game:GetService("StarterGui"):SetCore("SendNotification", {
  8588. Title = "Spinner enabled";
  8589. Text = "Type ;nospinner to disable.";
  8590. })
  8591. end
  8592. if string.sub(CMDBAR.Text, 1, 9) == ("nospinner") then
  8593. lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  8594. end
  8595. if string.sub(CMDBAR.Text, 1, 6) == ("reachd") then
  8596. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  8597. if v:isA("Tool") then
  8598. local a = Instance.new("SelectionBox",v.Handle)
  8599. a.Adornee = v.Handle
  8600. v.Handle.Size = Vector3.new(0.5,0.5,60)
  8601. v.GripPos = Vector3.new(0,0,0)
  8602. lplayer.Character.Humanoid:UnequipTools()
  8603. end
  8604. end
  8605. game:GetService("StarterGui"):SetCore("SendNotification", {
  8606. Title = "Reach applied!";
  8607. Text = "Applied to equipped sword. Use ;noreach to disable.";
  8608. })
  8609. end
  8610. if string.sub(CMDBAR.Text, 1, 6) == ("reach ") then
  8611. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  8612. if v:isA("Tool") then
  8613. local a = Instance.new("SelectionBox",v.Handle)
  8614. a.Name = "Reach"
  8615. a.Adornee = v.Handle
  8616. v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(CMDBAR.Text, 7)))
  8617. v.GripPos = Vector3.new(0,0,0)
  8618. lplayer.Character.Humanoid:UnequipTools()
  8619. end
  8620. end
  8621. game:GetService("StarterGui"):SetCore("SendNotification", {
  8622. Title = "Reach applied!";
  8623. Text = "Applied to equipped sword. Use ;noreach to disable.";
  8624. })
  8625. end
  8626. if string.sub(CMDBAR.Text, 1, 7) == ("noreach") then
  8627. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  8628. if v:isA("Tool") then
  8629. v.Handle.Reach:Destroy()
  8630. end
  8631. end
  8632. game:GetService("StarterGui"):SetCore("SendNotification", {
  8633. Title = "Reach removed!";
  8634. Text = "Removed reach from equipped sword.";
  8635. })
  8636. end
  8637. if string.sub(CMDBAR.Text, 1, 6) == ("rkill ") then
  8638. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  8639. lplayer.Character.Humanoid.Name = 1
  8640. local l = lplayer.Character["1"]:Clone()
  8641. l.Parent = lplayer.Character
  8642. l.Name = "Humanoid"
  8643. wait(0.1)
  8644. lplayer.Character["1"]:Destroy()
  8645. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  8646. lplayer.Character.Animate.Disabled = true
  8647. wait(0.1)
  8648. lplayer.Character.Animate.Disabled = false
  8649. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  8650. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  8651. lplayer.Character.Humanoid:EquipTool(v)
  8652. end
  8653. wait(0.1)
  8654. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  8655. wait(0.2)
  8656. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  8657. wait(0.5)
  8658. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  8659. game:GetService("StarterGui"):SetCore("SendNotification", {
  8660. Title = "Tools needed!";
  8661. Text = "You need a tool in your backpack for this command!";
  8662. })
  8663. end
  8664. end
  8665. if string.sub(CMDBAR.Text, 1, 6) == ("tp me ") then
  8666. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  8667. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  8668. end
  8669. end
  8670. if string.sub(CMDBAR.Text, 1, 7) == ("cbring ") then
  8671. if (string.sub(CMDBAR.Text, 8)) == "all" or (string.sub(CMDBAR.Text, 8)) == "All" or (string.sub(CMDBAR.Text, 8)) == "ALL" then
  8672. cbringall = true
  8673. else
  8674. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  8675. brplr = v.Name
  8676. end
  8677. end
  8678. cbring = true
  8679. end
  8680. if string.sub(CMDBAR.Text, 1, 8) == ("uncbring") then
  8681. cbring = false
  8682. cbringall = false
  8683. end
  8684. if string.sub(CMDBAR.Text, 1, 5) == ("swap ") then
  8685. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  8686. local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  8687. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  8688. lplayer.Character.Humanoid.Name = 1
  8689. local l = lplayer.Character["1"]:Clone()
  8690. l.Parent = lplayer.Character
  8691. l.Name = "Humanoid"
  8692. wait(0.1)
  8693. lplayer.Character["1"]:Destroy()
  8694. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  8695. lplayer.Character.Animate.Disabled = true
  8696. wait(0.1)
  8697. lplayer.Character.Animate.Disabled = false
  8698. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  8699. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  8700. lplayer.Character.Humanoid:EquipTool(v)
  8701. end
  8702. local function tp(player,player2)
  8703. local char1,char2=player.Character,player2.Character
  8704. if char1 and char2 then
  8705. char1:MoveTo(char2.Head.Position)
  8706. end
  8707. end
  8708. wait(0.1)
  8709. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  8710. wait(0.2)
  8711. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  8712. wait(0.5)
  8713. lplayer.Character.HumanoidRootPart.CFrame = NOW
  8714. wait(0.6)
  8715. tp(lplayer, game:GetService("Players")[v.Name])
  8716. wait(0.4)
  8717. lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  8718. game:GetService("StarterGui"):SetCore("SendNotification", {
  8719. Title = "Tools needed!";
  8720. Text = "You need a tool in your backpack for this command!";
  8721. })
  8722. end
  8723. end
  8724. if string.sub(CMDBAR.Text, 1, 7) == ("glitch ") then
  8725. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  8726. lplayer.Character.Humanoid.Name = 1
  8727. local l = lplayer.Character["1"]:Clone()
  8728. l.Parent = lplayer.Character
  8729. l.Name = "Humanoid"
  8730. wait(0.1)
  8731. lplayer.Character["1"]:Destroy()
  8732. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  8733. lplayer.Character.Animate.Disabled = true
  8734. wait(0.1)
  8735. lplayer.Character.Animate.Disabled = false
  8736. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  8737. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  8738. lplayer.Character.Humanoid:EquipTool(v)
  8739. end
  8740. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  8741. wait(0.3)
  8742. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  8743. wait(0.4)
  8744. b = Instance.new("BodyForce")
  8745. b.Parent = lplayer.Character.HumanoidRootPart
  8746. b.Name = "Glitch"
  8747. b.Force = Vector3.new(100000000,5000,0)
  8748. game:GetService("StarterGui"):SetCore("SendNotification", {
  8749. Title = "Tools needed!";
  8750. Text = "You need a tool in your backpack for this command!";
  8751. })
  8752. end
  8753. end
  8754. if string.sub(CMDBAR.Text, 1, 8) == ("unglitch") then
  8755. lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  8756. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  8757. b = Instance.new("BodyForce")
  8758. b.Parent = lplayer.Character.HumanoidRootPart
  8759. b.Name = "unGlitch"
  8760. b.Force = Vector3.new(0,-5000000,0)
  8761. wait(2)
  8762. lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  8763. end
  8764. if string.sub(CMDBAR.Text, 1, 8) == ("grespawn") then
  8765. lplayer.Character.Humanoid.Health = 0
  8766. wait(1)
  8767. lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  8768. lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  8769. end
  8770. if string.sub(CMDBAR.Text, 1, 8) == ("explorer") then
  8771. loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  8772. game:GetService("StarterGui"):SetCore("SendNotification", {
  8773. Title = "Success!";
  8774. Text = "DEX Explorer has loaded.";
  8775. })
  8776. end
  8777. if string.sub(CMDBAR.Text, 1, 5) == ("anim ") then
  8778. local Anim = Instance.new("Animation")
  8779. Anim.AnimationId = "rbxassetid://"..(string.sub(CMDBAR.Text, 6))
  8780. local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  8781. track:Play(.1, 1, 1)
  8782. end
  8783. if string.sub(CMDBAR.Text, 1, 7) == ("animgui") then
  8784. loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  8785. game:GetService("StarterGui"):SetCore("SendNotification", {
  8786. Title = "Success!";
  8787. Text = "Energize Animations GUI has loaded.";
  8788. })
  8789. end
  8790. if string.sub(CMDBAR.Text, 1, 7) == ("savepos") then
  8791. saved = lplayer.Character.HumanoidRootPart.CFrame
  8792. game:GetService("StarterGui"):SetCore("SendNotification", {
  8793. Title = "Position Saved";
  8794. Text = "Use ;loadpos to return to saved position.";
  8795. })
  8796. end
  8797. if string.sub(CMDBAR.Text, 1, 7) == ("loadpos") then
  8798. lplayer.Character.HumanoidRootPart.CFrame = saved
  8799. end
  8800. if string.sub(CMDBAR.Text, 1, 5) == ("bang ") then
  8801. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  8802. local Anim2 = Instance.new("Animation")
  8803. Anim2.AnimationId = "rbxassetid://148840371"
  8804. local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  8805. track2:Play(.1, 1, 1)
  8806. bplrr = v.Name
  8807. banpl = true
  8808. end
  8809. end
  8810. if string.sub(CMDBAR.Text, 1, 6) == ("unbang") then
  8811. banpl = false
  8812. end
  8813. if string.sub(CMDBAR.Text, 1, 9) == ("bringmod ") then
  8814. local function bringmodw()
  8815. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  8816. if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  8817. for i,ch in pairs(obj:GetDescendants()) do
  8818. if (ch:IsA("BasePart")) then
  8819. ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  8820. ch.CanCollide = false
  8821. ch.Transparency = 0.7
  8822. wait()
  8823. ch.CFrame = lplayer.Character["Left Leg"].CFrame
  8824. wait()
  8825. ch.CFrame = lplayer.Character["Right Leg"].CFrame
  8826. wait()
  8827. ch.CFrame = lplayer.Character["Head"].CFrame
  8828. end
  8829. end
  8830. end
  8831. end
  8832. end
  8833. while wait() do
  8834. bringmodw()
  8835. end
  8836. game:GetService("StarterGui"):SetCore("SendNotification", {
  8837. Title = "BringMod";
  8838. Text = "BringMod enabled.";
  8839. })
  8840. end
  8841. if string.sub(CMDBAR.Text, 1, 7) == ("respawn") then
  8842. local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  8843. local hum = Instance.new('Humanoid', mod)
  8844. local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  8845. lplayer.Character = mod
  8846. end
  8847. if string.sub(CMDBAR.Text, 1, 8) == ("shutdown") then
  8848. game:GetService'RunService'.Stepped:Connect(function()
  8849. pcall(function()
  8850. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  8851. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  8852. for _,x in pairs(v.Character.Head:GetChildren()) do
  8853. if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  8854. end
  8855. end
  8856. end
  8857. end)
  8858. end)
  8859. game:GetService("StarterGui"):SetCore("SendNotification", {
  8860. Title = "Attempting Shutdown";
  8861. Text = "Shutdown Attempt has begun.";
  8862. })
  8863. end
  8864. if string.sub(CMDBAR.Text, 1, 7) == ("delobj ") then
  8865. objtodel = (string.sub(CMDBAR.Text, 8))
  8866. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  8867. if v.Name == objtodel then
  8868. v:Destroy()
  8869. end
  8870. end
  8871. end
  8872. if string.sub(CMDBAR.Text, 1, 7) == ("getplrs") then
  8873. for i,v in pairs(game:GetService("Players"):GetPlayers())do
  8874. print(v)
  8875. end
  8876. game:GetService("StarterGui"):SetCore("SendNotification", {
  8877. Title = "Printed";
  8878. Text = "Players have been printed to console. (F9)";
  8879. })
  8880. end
  8881. if string.sub(CMDBAR.Text, 1, 8) == ("deldecal") then
  8882. for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  8883. if (v:IsA("Decal")) then
  8884. v:Destroy()
  8885. end
  8886. end
  8887. end
  8888. if string.sub(CMDBAR.Text, 1, 10) == ("opfinality") then
  8889. loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  8890. game:GetService("StarterGui"):SetCore("SendNotification", {
  8891. Title = "Success!";
  8892. Text = "OpFinality GUI has loaded.";
  8893. })
  8894. end
  8895. if string.sub(CMDBAR.Text, 1, 7) == ("remotes") then
  8896. remotes = true
  8897. added = true
  8898. game.DescendantAdded:connect(function(rmt)
  8899. if added == true then
  8900. if remotes == true then
  8901. if rmt:IsA("RemoteEvent") then
  8902. print("A RemoteEvent was added!")
  8903. print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  8904. print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  8905. end end end
  8906. end)
  8907. game.DescendantAdded:connect(function(rmtfnctn)
  8908. if added == true then
  8909. if remotes == true then
  8910. if rmtfnctn:IsA("RemoteFunction") then
  8911. warn("A RemoteFunction was added!")
  8912. warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  8913. print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  8914. end end end
  8915. end)
  8916.  
  8917. game.DescendantAdded:connect(function(bndfnctn)
  8918. if added == true then
  8919. if binds == true then
  8920. if bndfnctn:IsA("BindableFunction") then
  8921. print("A BindableFunction was added!")
  8922. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  8923. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  8924. end end end
  8925. end)
  8926.  
  8927. game.DescendantAdded:connect(function(bnd)
  8928. if added == true then
  8929. if binds == true then
  8930. if bnd:IsA("BindableEvent") then
  8931. warn("A BindableEvent was added!")
  8932. warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  8933. print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  8934. end end end
  8935. end)
  8936.  
  8937.  
  8938. if binds == true then
  8939. for i,v in pairs(game:GetDescendants()) do
  8940. if v:IsA("BindableFunction") then
  8941. print(" game." .. v:GetFullName() .. " | BindableFunction")
  8942. print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  8943. end end
  8944. for i,v in pairs(game:GetDescendants()) do
  8945. if v:IsA("BindableEvent") then
  8946. warn(" game." .. v:GetFullName() .. " | BindableEvent")
  8947. print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  8948. end end
  8949. else
  8950. print("Off")
  8951. end
  8952. if remotes == true then
  8953. for i,v in pairs(game:GetDescendants()) do
  8954. if v:IsA("RemoteFunction") then
  8955. warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  8956. print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  8957. end end
  8958. wait()
  8959. for i,v in pairs(game:GetDescendants()) do
  8960. if v:IsA("RemoteEvent") then
  8961. print(" game." .. v:GetFullName() .. " | RemoteEvent")
  8962. print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  8963. end end
  8964. else
  8965. print("Off")
  8966. end
  8967. game:GetService("StarterGui"):SetCore("SendNotification", {
  8968. Title = "Printing Remotes";
  8969. Text = "Type ;noremotes to disable.";
  8970. })
  8971. end
  8972. if string.sub(CMDBAR.Text, 1, 9) == ("noremotes") then
  8973. remotes = false
  8974. added = false
  8975. game:GetService("StarterGui"):SetCore("SendNotification", {
  8976. Title = "Printing Remotes Disabled";
  8977. Text = "Type ;remotes to enable.";
  8978. })
  8979. end
  8980. if string.sub(CMDBAR.Text, 1, 9) == ("tpdefault") then
  8981. spin = false
  8982. followed = false
  8983. traill = false
  8984. noclip = false
  8985. annoying = false
  8986. hwalk = false
  8987. cbringing = false
  8988. end
  8989. if string.sub(CMDBAR.Text, 1, 7) == ("stopsit") then
  8990. stopsitting = true
  8991. end
  8992. if string.sub(CMDBAR.Text, 1, 5) == ("gosit") then
  8993. stopsitting = false
  8994. end
  8995. if string.sub(CMDBAR.Text, 1, 7) == ("version") then
  8996. print(adminversion)
  8997. game:GetService("StarterGui"):SetCore("SendNotification", {
  8998. Title = "Version";
  8999. Text = adminversion;
  9000. })
  9001. end
  9002. if string.sub(CMDBAR.Text, 1, 7) == ("clicktp") then
  9003. clickgoto = true
  9004. game:GetService("StarterGui"):SetCore("SendNotification", {
  9005. Title = "Click TP";
  9006. Text = "Press E to teleport to mouse position";
  9007. })
  9008. end
  9009. if string.sub(CMDBAR.Text, 1, 9) == ("noclicktp") then
  9010. clickgoto = false
  9011. game:GetService("StarterGui"):SetCore("SendNotification", {
  9012. Title = "Click TP";
  9013. Text = "Click TP has been disabled.";
  9014. })
  9015. end
  9016. if string.sub(CMDBAR.Text, 1, 7) == ("toolson") then
  9017. gettingtools = true
  9018. game:GetService("StarterGui"):SetCore("SendNotification", {
  9019. Title = "Tools Enabled";
  9020. Text = "Automatically colleting tools dropped.";
  9021. })
  9022. end
  9023. if string.sub(CMDBAR.Text, 1, 8) == ("toolsoff") then
  9024. gettingtools = false
  9025. game:GetService("StarterGui"):SetCore("SendNotification", {
  9026. Title = "Tools Disabled";
  9027. Text = "Click TP has been disabled.";
  9028. })
  9029. end
  9030. if string.sub(CMDBAR.Text, 1, 9) == ("delcmdbar") then
  9031. ScreenGui:Destroy()
  9032. end
  9033. if string.sub(CMDBAR.Text, 1, 5) == ("reset") then
  9034. lplayer.Character.Head:Destroy()
  9035. end
  9036. if string.sub(CMDBAR.Text, 1, 6) == ("state ") then
  9037. statechosen = string.sub(CMDBAR.Text, 7)
  9038. changingstate = true
  9039. end
  9040. if string.sub(CMDBAR.Text, 1, 8) == ("gravity ") then
  9041. game:GetService("Workspace").Gravity = string.sub(CMDBAR.Text, 9)
  9042. end
  9043. if string.sub(CMDBAR.Text, 1, 9) == ("looprhats") then
  9044. removingmeshhats = true
  9045. end
  9046. if string.sub(CMDBAR.Text, 1, 11) == ("unlooprhats") then
  9047. removingmeshhats = false
  9048. end
  9049. if string.sub(CMDBAR.Text, 1, 9) == ("looprtool") then
  9050. removingmeshtool = true
  9051. end
  9052. if string.sub(CMDBAR.Text, 1, 11) == ("unlooprtool") then
  9053. removingmeshtool = false
  9054. end
  9055. if string.sub(CMDBAR.Text, 1, 9) == ("givetool ") then
  9056. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  9057. if v:IsA("Tool") then
  9058. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  9059. v.Parent = player.Character
  9060. end
  9061. end
  9062. end
  9063. end
  9064. if string.sub(CMDBAR.Text, 1, 4) == ("age ") then
  9065. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  9066. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  9067. end
  9068. end
  9069. if string.sub(CMDBAR.Text, 1, 3) == ("id ") then
  9070. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 4))) do
  9071. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  9072. end
  9073. end
  9074. if string.sub(CMDBAR.Text, 1, 5) == (".age ") then
  9075. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  9076. game:GetService("StarterGui"):SetCore("SendNotification", {
  9077. Title = player.AccountAge.." Days";
  9078. Text = "Account age of "..player.Name;
  9079. })
  9080. end
  9081. end
  9082. if string.sub(CMDBAR.Text, 1, 4) == (".id ") then
  9083. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  9084. game:GetService("StarterGui"):SetCore("SendNotification", {
  9085. Title = player.UserId.." ID";
  9086. Text = "Account ID of "..player.Name;
  9087. })
  9088. end
  9089. end
  9090. if string.sub(CMDBAR.Text, 1, 6) == ("gameid") then
  9091. game:GetService("StarterGui"):SetCore("SendNotification", {
  9092. Title = "Game ID";
  9093. Text = "Game ID: ".. game.GameId;
  9094. })
  9095. end
  9096. if string.sub(CMDBAR.Text, 1, 3) == ("pgs") then
  9097. local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  9098. if pgscheck == true then
  9099. game:GetService("StarterGui"):SetCore("SendNotification", {
  9100. Title = "PGSPhysicsSolverEnabled";
  9101. Text = "PGS is Enabled!";
  9102. })
  9103. else
  9104. game:GetService("StarterGui"):SetCore("SendNotification", {
  9105. Title = "PGSPhysicsSolverEnabled";
  9106. Text = "PGS is Disabled!";
  9107. })
  9108. end
  9109. end
  9110. if string.sub(CMDBAR.Text, 1, 11) == ("removeinvis") then
  9111. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  9112. if v:IsA("Part") then
  9113. if v.Transparency == 1 then
  9114. if v.Name ~= "HumanoidRootPart" then
  9115. v:Destroy()
  9116. end
  9117. end
  9118. end
  9119. end
  9120. end
  9121. if string.sub(CMDBAR.Text, 1, 9) == ("removefog") then
  9122. game:GetService("Lighting").FogStart = 0
  9123. game:GetService("Lighting").FogEnd = 9999999999999
  9124. end
  9125. if string.sub(CMDBAR.Text, 1, 7) == ("disable") then
  9126. lplayer.Character.Humanoid.Parent = lplayer
  9127. end
  9128. if string.sub(CMDBAR.Text, 1, 6) == ("enable") then
  9129. lplayer.Humanoid.Parent = lplayer.Character
  9130. end
  9131. if string.sub(CMDBAR.Text, 1, 13) == ("givealltools ") then
  9132. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  9133. if v:IsA("Tool") then
  9134. v.Parent = lplayer.Character
  9135. wait()
  9136. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 14))) do
  9137. v.Parent = player.Character
  9138. end
  9139. end
  9140. end
  9141. end
  9142. if string.sub(CMDBAR.Text, 1, 9) == ("flyspeed ") then
  9143. speedfly = string.sub(CMDBAR.Text, 10)
  9144. wait()
  9145. change()
  9146. end
  9147. if string.sub(CMDBAR.Text, 1, 7) == ("carpet ") then
  9148. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  9149. local Anim3 = Instance.new("Animation")
  9150. Anim3.AnimationId = "rbxassetid://282574440"
  9151. local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  9152. track3:Play(.1, 1, 1)
  9153. bplrr = v.Name
  9154. banpl = true
  9155. end
  9156. end
  9157. if string.sub(CMDBAR.Text, 1, 8) == ("uncarpet") then
  9158. banpl = false
  9159. end
  9160. if string.sub(CMDBAR.Text, 1, 6) == ("stare ") then
  9161. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  9162. staring = true
  9163. stareplr = v
  9164. end
  9165. end
  9166. if string.sub(CMDBAR.Text, 1, 7) == ("unstare") then
  9167. staring = false
  9168. end
  9169. if string.sub(CMDBAR.Text, 1, 7) == ("logchat") then
  9170. chatlogs = true
  9171. game:GetService("StarterGui"):SetCore("SendNotification", {
  9172. Title = "LogChat enabled";
  9173. Text = "Now logging all player chat.";
  9174. })
  9175. end
  9176. if string.sub(CMDBAR.Text, 1, 9) == ("unlogchat") then
  9177. chatlogs = false
  9178. game:GetService("StarterGui"):SetCore("SendNotification", {
  9179. Title = "LogChat disabled";
  9180. Text = "Stopped logging all player chat.";
  9181. })
  9182. end
  9183. if string.sub(CMDBAR.Text, 1, 6) == ("fixcam") then
  9184. game:GetService("Workspace").CurrentCamera:Destroy()
  9185. wait(0.1)
  9186. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  9187. game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  9188. lplayer.CameraMinZoomDistance = 0.5
  9189. lplayer.CameraMaxZoomDistance = 400
  9190. lplayer.CameraMode = "Classic"
  9191. end
  9192. if string.sub(CMDBAR.Text, 1, 7) == ("unstate") then
  9193. changingstate = false
  9194. end
  9195. CMDBAR.Text = ""
  9196. end
  9197. end)
  9198.  
  9199. wait(0.3)
  9200. game:GetService("StarterGui"):SetCore("SendNotification", {
  9201. Title = "Loaded successfully!";
  9202. Text = "Reviz Admin V2 by illremember";
  9203. })
  9204. wait(0.1)
  9205. print("Reviz Admin V2 loaded!")
  9206. if game:GetService("Workspace").FilteringEnabled == true then
  9207. warn("FE is Enabled (Filtering Enabled)")
  9208. game:GetService("StarterGui"):SetCore("SendNotification", {
  9209. Title = "FE is Enabled";
  9210. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  9211. })
  9212. else
  9213. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  9214. game:GetService("StarterGui"):SetCore("SendNotification", {
  9215. Title = "FE is Disabled";
  9216. Text = "Filtering Disabled. Consider using a different admin script.";
  9217. })
  9218. end
  9219.  
  9220. local intro = Instance.new("ScreenGui")
  9221. local Frame = Instance.new("Frame")
  9222. local ImageLabel = Instance.new("ImageLabel")
  9223. intro.Parent = game:GetService("CoreGui")
  9224. Frame.Parent = intro
  9225. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  9226. Frame.BackgroundTransparency = 1
  9227. Frame.Size = UDim2.new(1, 0, 0, 300)
  9228. Frame.Position = UDim2.new(0, 0, -0.4, 0)
  9229. ImageLabel.Parent = Frame
  9230. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  9231. ImageLabel.BackgroundTransparency = 1
  9232. ImageLabel.Position = UDim2.new(0, 0, 0, 0)
  9233. ImageLabel.Size = UDim2.new(1, 0, 1, 0)
  9234. ImageLabel.Image = "http://www.roblox.com/asset/?id=1542162618"
  9235. Frame:TweenPosition(UDim2.new(0, 0, 0.2, 0), "Out", "Elastic", 3)
  9236. wait(3.01)
  9237. Frame:TweenPosition(UDim2.new(0, 0, 1.5, 0), "Out", "Elastic", 5)
  9238. wait(5.01)
  9239. intro:Destroy()
  9240. end)
  9241.  
  9242. arrest.Name = "arrest"
  9243. arrest.Parent = main
  9244. arrest.BackgroundColor3 = Color3.new(0, 1, 1)
  9245. arrest.Position = UDim2.new(0.349623203, 0, 0.306112915, 0)
  9246. arrest.Size = UDim2.new(0, 110, 0, 32)
  9247. arrest.Font = Enum.Font.GothamBlack
  9248. arrest.Text = "Arrest"
  9249. arrest.TextColor3 = Color3.new(1, 0, 0)
  9250. arrest.TextSize = 14
  9251. arrest.MouseButton1Down:connect(function()
  9252. local mouse = game.Players.LocalPlayer:GetMouse()
  9253. local arrestEvent = game.Workspace.Remote.arrest
  9254. mouse.Button1Down:connect(function()
  9255. local obj = mouse.Target
  9256. local response = arrestEvent:InvokeServer(obj)
  9257. end)
  9258. end)
  9259.  
  9260. attach.Name = "attach"
  9261. attach.Parent = main
  9262. attach.BackgroundColor3 = Color3.new(0, 1, 1)
  9263. attach.Position = UDim2.new(0.679666638, 0, 0.304921538, 0)
  9264. attach.Size = UDim2.new(0, 111, 0, 32)
  9265. attach.Font = Enum.Font.GothamBlack
  9266. attach.Text = "Aimbot"
  9267. attach.TextColor3 = Color3.new(1, 0, 0)
  9268. attach.TextSize = 14
  9269. attach.MouseButton1Down:connect(function()
  9270. local plrs = game:GetService("Players")
  9271. local TeamBased = true ; local teambasedswitch = "o"
  9272. local presskeytoaim = true; local aimkey = "e"
  9273. local raycast = false
  9274.  
  9275. local espupdatetime = 5; autoesp = false
  9276.  
  9277.  
  9278.  
  9279. local lockaim = true; local lockangle = 5
  9280.  
  9281.  
  9282.  
  9283. --function findwat(folder, what)
  9284. -- for i, smth in pairs(folder:GetChildren()) do
  9285. -- if string.find(string.lower(tostring(smth)), string.lower(what)) then
  9286. -- return smth
  9287. -- end
  9288. -- end
  9289. --end
  9290. --
  9291. --local plrs = findwat(game, "Players")
  9292.  
  9293.  
  9294.  
  9295.  
  9296. local Gui = Instance.new("ScreenGui")
  9297. local Move = Instance.new("Frame")
  9298. local Main = Instance.new("Frame")
  9299. local EspStatus = Instance.new("TextLabel")
  9300. local st1 = Instance.new("TextLabel")
  9301. local st1_2 = Instance.new("TextLabel")
  9302. local st1_3 = Instance.new("TextLabel")
  9303. local Name = Instance.new("TextLabel")
  9304. --Properties:
  9305. Gui.Name = "Gui"
  9306. Gui.Parent = plrs.LocalPlayer:WaitForChild("PlayerGui")
  9307.  
  9308. Move.Name = "Move"
  9309. Move.Parent = Gui
  9310. Move.BackgroundColor3 = Color3.new(0.545098, 0, 0)
  9311. Move.BackgroundTransparency = 1
  9312. Move.BorderSizePixel = 0
  9313. Move.Draggable = true
  9314. Move.Position = UDim2.new(0.005, 0, -0.15, 0)
  9315. Move.Size = UDim2.new(0.28141585, 0, 0.0320388414, 0)
  9316.  
  9317. Main.Name = "Main"
  9318. Main.Parent = Move
  9319. Main.BackgroundColor3 = Color3.new(1, 1, 1)
  9320. Main.Position = UDim2.new(0, -7, 20.9960003, 0)
  9321. Main.Size = UDim2.new(1, 0, 5.79699993, 0)
  9322. Main.Style = Enum.FrameStyle.RobloxSquare
  9323.  
  9324. EspStatus.Name = "EspStatus"
  9325. EspStatus.Parent = Main
  9326. EspStatus.BackgroundColor3 = Color3.new(1, 1, 1)
  9327. EspStatus.BackgroundTransparency = 1
  9328. EspStatus.Position = UDim2.new(0, 0, 0.300000012, 0)
  9329. EspStatus.Size = UDim2.new(1, 0, 0.162, 0)
  9330. EspStatus.Font = Enum.Font.ArialBold
  9331. EspStatus.Text = "Press O to change team based mode"
  9332. EspStatus.TextColor3 = Color3.new(0.6, 0.196078, 0.8)
  9333. EspStatus.TextScaled = true
  9334. EspStatus.TextWrapped = true
  9335.  
  9336. st1.Name = "st1"
  9337. st1.Parent = Main
  9338. st1.BackgroundColor3 = Color3.new(1, 1, 1)
  9339. st1.BackgroundTransparency = 1
  9340. st1.Position = UDim2.new(0.271787882, 0, 0, 0)
  9341. st1.Size = UDim2.new(0.728211343, 0, 0.161862016, 0)
  9342. st1.Font = Enum.Font.ArialBold
  9343. st1.Text = ""
  9344. st1.TextColor3 = Color3.new(0.0784314, 0.541176, 0)
  9345. st1.TextScaled = true
  9346. st1.TextSize = 14
  9347. st1.TextWrapped = true
  9348.  
  9349. st1_2.Name = "st1"
  9350. st1_2.Parent = Main
  9351. st1_2.BackgroundColor3 = Color3.new(1, 1, 1)
  9352. st1_2.BackgroundTransparency = 1
  9353. st1_2.Position = UDim2.new(0, 0, 0.875999987, 0)
  9354. st1_2.Size = UDim2.new(0.999999881, 0, 0.161862016, 0)
  9355. st1_2.Font = Enum.Font.ArialBold
  9356. st1_2.Text = "Press E to lock on a person inside ur view"
  9357. st1_2.TextColor3 = Color3.new(0.6, 0.196078, 0.8)
  9358. st1_2.TextScaled = true
  9359. st1_2.TextWrapped = true
  9360.  
  9361. st1_3.Name = "st1"
  9362. st1_3.Parent = Main
  9363. st1_3.BackgroundColor3 = Color3.new(1, 1, 1)
  9364. st1_3.BackgroundTransparency = 1
  9365. st1_3.Position = UDim2.new(0, 0, 0.54, 0)
  9366. st1_3.Size = UDim2.new(1, 0, 0.261999995, 0)
  9367. st1_3.Font = Enum.Font.ArialBold
  9368. st1_3.Text = "Press L to enable esp loop and press T to update esp"
  9369. st1_3.TextColor3 = Color3.new(0.6, 0.196078, 0.8)
  9370. st1_3.TextScaled = true
  9371. st1_3.TextWrapped = true
  9372.  
  9373.  
  9374. Name.Name = "Name"
  9375. Name.Parent = Move
  9376. Name.BackgroundColor3 = Color3.new(0.545098, 0, 0)
  9377. Name.BackgroundTransparency = 1
  9378. Name.Position = UDim2.new(0, 25, 20.9860001, 0)
  9379. Name.Size = UDim2.new(0.838, 0, 1.27999997, 0)
  9380. Name.Font = Enum.Font.Arcade
  9381. Name.Text = "ARSENAL GUI"
  9382. Name.TextColor3 = Color3.new(0.541176, 0.168627, 0.886275)
  9383. Name.TextScaled = true
  9384. Name.TextSize = 12
  9385. Name.TextWrapped = true
  9386. -- Scripts:
  9387.  
  9388.  
  9389. local plrsforaim = {}
  9390.  
  9391. local lplr = game:GetService("Players").LocalPlayer
  9392. Move.Draggable = true
  9393. Gui.ResetOnSpawn = false
  9394. Gui.Name = "Chat"
  9395. Gui.DisplayOrder = 999
  9396.  
  9397. Gui.Parent = plrs.LocalPlayer.PlayerGui
  9398.  
  9399.  
  9400. f = {}
  9401. local espforlder
  9402.  
  9403. f.addesp = function()
  9404. --print("ESP ran")
  9405. if espforlder then
  9406. else
  9407. espforlder = Instance.new("Folder")
  9408. espforlder.Parent = game.Workspace.CurrentCamera
  9409. end
  9410. for i, v in pairs(espforlder:GetChildren()) do
  9411. v:Destroy()
  9412. end
  9413. for _, plr in pairs(plrs:GetChildren()) do
  9414. if plr.Character and plr.Character.Humanoid.Health > 0 and plr.Name ~= lplr.Name then
  9415. if TeamBased == true then
  9416. if plr.Team.Name ~= plrs.LocalPlayer.Team.Name then
  9417. local e = espforlder:FindFirstChild(plr.Name)
  9418. if not e then
  9419. --print("Added esp for team based")
  9420. local bill = Instance.new("BillboardGui", espforlder)
  9421. bill.Name = plr.Name
  9422. bill.AlwaysOnTop = true
  9423. bill.Size = UDim2.new(1,0,1,0)
  9424. bill.Adornee = plr.Character.Head
  9425. local Frame = Instance.new('Frame',bill)
  9426. Frame.Active = true
  9427. Frame.BackgroundColor3 = Color3.new(0.862745, 0.0784314, 0.235294)
  9428. Frame.BackgroundTransparency = 0
  9429. Frame.BorderSizePixel = 0
  9430. Frame.AnchorPoint = Vector2.new(.5, .5)
  9431. Frame.Position = UDim2.new (0.5,0,0.5,0)
  9432. Frame.Size = UDim2.new (1,0,1,0)
  9433. Frame.Rotation = 0
  9434. plr.Character.Humanoid.Died:Connect(function()
  9435. bill:Destroy()
  9436. end)
  9437. end
  9438. end
  9439. else
  9440. local e = espforlder:FindFirstChild(plr.Name)
  9441. if not e then
  9442. --print("Added esp")
  9443. local bill = Instance.new("BillboardGui", espforlder)
  9444. bill.Name = plr.Name
  9445. bill.AlwaysOnTop = true
  9446. bill.Size = UDim2.new(1,0,1,0)
  9447. bill.Adornee = plr.Character.Head
  9448. local Frame = Instance.new('Frame',bill)
  9449. Frame.Active = true
  9450. Frame.BackgroundColor3 = Color3.new(0/255,255/255,0/255)
  9451. Frame.BackgroundTransparency = 0
  9452. Frame.BorderSizePixel = 0
  9453. Frame.AnchorPoint = Vector2.new(.5, .5)
  9454. Frame.Position = UDim2.new (0.5,0,0.5,0)
  9455. Frame.Size = UDim2.new (1,0,1,0)
  9456. Frame.Rotation = 0
  9457. plr.Character.Humanoid.Died:Connect(function()
  9458. bill:Destroy()
  9459. end)
  9460. end
  9461. end
  9462.  
  9463.  
  9464. end
  9465. end
  9466. end
  9467. local cam = game.Workspace.CurrentCamera
  9468.  
  9469. local mouse = lplr:GetMouse()
  9470. local switch = false
  9471. local key = "k"
  9472. local aimatpart = nil
  9473. mouse.KeyDown:Connect(function(a)
  9474. if a == "t" then
  9475. print("worked1")
  9476. f.addesp()
  9477. elseif a == "u" then
  9478. if raycast == true then
  9479. raycast = false
  9480. else
  9481. raycast = true
  9482. end
  9483. elseif a == "l" then
  9484. if autoesp == false then
  9485. autoesp = true
  9486. else
  9487. autoesp = false
  9488. end
  9489. end
  9490. if a == "j" then
  9491. if mouse.Target then
  9492. mouse.Target:Destroy()
  9493. end
  9494. end
  9495. if a == key then
  9496. if switch == false then
  9497. switch = true
  9498. else
  9499. switch = false
  9500. if aimatpart ~= nil then
  9501. aimatpart = nil
  9502. end
  9503. end
  9504. elseif a == teambasedswitch then
  9505. if TeamBased == true then
  9506. TeamBased = false
  9507. teambasedstatus.Text = tostring(TeamBased)
  9508. else
  9509. TeamBased = true
  9510. teambasedstatus.Text = tostring(TeamBased)
  9511. end
  9512. elseif a == aimkey then
  9513. if not aimatpart then
  9514. local maxangle = math.rad(20)
  9515. for i, plr in pairs(plrs:GetChildren()) do
  9516. if plr.Name ~= lplr.Name and plr.Character and plr.Character.Head and plr.Character.Humanoid and plr.Character.Humanoid.Health > 1 then
  9517. if TeamBased == true then
  9518. if plr.Team.Name ~= lplr.Team.Name then
  9519. local an = checkfov(plr.Character.Head)
  9520. if an < maxangle then
  9521. maxangle = an
  9522. aimatpart = plr.Character.Head
  9523. end
  9524. end
  9525. else
  9526. local an = checkfov(plr.Character.Head)
  9527. if an < maxangle then
  9528. maxangle = an
  9529. aimatpart = plr.Character.Head
  9530. end
  9531. print(plr)
  9532. end
  9533. plr.Character.Humanoid.Died:Connect(function()
  9534. if aimatpart.Parent == plr.Character or aimatpart == nil then
  9535. aimatpart = nil
  9536. end
  9537. end)
  9538. end
  9539. end
  9540. else
  9541. aimatpart = nil
  9542. end
  9543. end
  9544. end)
  9545.  
  9546. function getfovxyz (p0, p1, deg)
  9547. local x1, y1, z1 = p0:ToOrientation()
  9548. local cf = CFrame.new(p0.p, p1.p)
  9549. local x2, y2, z2 = cf:ToOrientation()
  9550. --local d = math.deg
  9551. if deg then
  9552. --return Vector3.new(d(x1-x2), d(y1-y2), d(z1-z2))
  9553. else
  9554. return Vector3.new((x1-x2), (y1-y2), (z1-z2))
  9555. end
  9556. end
  9557.  
  9558. function getaimbotplrs()
  9559. plrsforaim = {}
  9560. for i, plr in pairs(plrs:GetChildren()) do
  9561. if plr.Character and plr.Character.Humanoid and plr.Character.Humanoid.Health > 0 and plr.Name ~= lplr.Name and plr.Character.Head then
  9562.  
  9563. if TeamBased == true then
  9564. if plr.Team.Name ~= lplr.Team.Name then
  9565. local cf = CFrame.new(game.Workspace.CurrentCamera.CFrame.p, plr.Character.Head.CFrame.p)
  9566. local r = Ray.new(cf, cf.LookVector * 10000)
  9567. local ign = {}
  9568. for i, v in pairs(plrs.LocalPlayer.Character:GetChildren()) do
  9569. if v:IsA("BasePart") then
  9570. table.insert(ign , v)
  9571. end
  9572. end
  9573. local obj = game.Workspace:FindPartOnRayWithIgnoreList(r, ign)
  9574. if obj.Parent == plr.Character and obj.Parent ~= lplr.Character then
  9575. table.insert(plrsforaim, obj)
  9576. end
  9577. end
  9578. else
  9579. local cf = CFrame.new(game.Workspace.CurrentCamera.CFrame.p, plr.Character.Head.CFrame.p)
  9580. local r = Ray.new(cf, cf.LookVector * 10000)
  9581. local ign = {}
  9582. for i, v in pairs(plrs.LocalPlayer.Character:GetChildren()) do
  9583. if v:IsA("BasePart") then
  9584. table.insert(ign , v)
  9585. end
  9586. end
  9587. local obj = game.Workspace:FindPartOnRayWithIgnoreList(r, ign)
  9588. if obj.Parent == plr.Character and obj.Parent ~= lplr.Character then
  9589. table.insert(plrsforaim, obj)
  9590. end
  9591. end
  9592.  
  9593.  
  9594. end
  9595. end
  9596. end
  9597.  
  9598. function aimat(part)
  9599. cam.CFrame = CFrame.new(cam.CFrame.p, part.CFrame.p)
  9600. end
  9601. function checkfov (part)
  9602. local fov = getfovxyz(game.Workspace.CurrentCamera.CFrame, part.CFrame)
  9603. local angle = math.abs(fov.X) + math.abs(fov.Y)
  9604. return angle
  9605. end
  9606.  
  9607. game:GetService("RunService").RenderStepped:Connect(function()
  9608. if aimatpart then
  9609. aimat(aimatpart)
  9610. if aimatpart.Parent == plrs.LocalPlayer.Character then
  9611. aimatpart = nil
  9612. end
  9613. end
  9614.  
  9615.  
  9616. -- if switch == true then
  9617. -- local maxangle = 99999
  9618. --
  9619. -- --print("Loop")
  9620. -- if true and raycast == false then
  9621. -- for i, plr in pairs(plrs:GetChildren()) do
  9622. -- if plr.Name ~= lplr.Name and plr.Character and plr.Character.Head and plr.Character.Humanoid and plr.Character.Humanoid.Health > 1 then
  9623. -- if TeamBased then
  9624. -- if plr.Team.Name ~= lplr.Team.Name or plr.Team.TeamColor ~= lplr.Team.TeamColor then
  9625. -- local an = checkfov(plr.Character.Head)
  9626. -- if an < maxangle then
  9627. -- maxangle = an
  9628. -- aimatpart = plr.Character.Head
  9629. -- if an < lockangle then
  9630. -- break
  9631. -- end
  9632. -- end
  9633. -- end
  9634. -- else
  9635. -- local an = checkfov(plr.Character.Head)
  9636. -- if an < maxangle then
  9637. -- maxangle = an
  9638. -- aimatpart = plr.Character.Head
  9639. -- if an < lockangle then
  9640. -- break
  9641. -- end
  9642. -- end
  9643. -- end
  9644. --
  9645. --
  9646. --
  9647. --
  9648. -- end
  9649. -- end
  9650. -- elseif raycast == true then
  9651. --
  9652. -- end
  9653.  
  9654. if raycast == true and switch == false and not aimatpart then
  9655. getaimbotplrs()
  9656. aimatpart = nil
  9657. local maxangle = 999
  9658. for i, v in ipairs(plrsforaim) do
  9659. if v.Parent ~= lplr.Character then
  9660. local an = checkfov(v)
  9661. if an < maxangle and v ~= lplr.Character.Head then
  9662. maxangle = an
  9663. aimatpart = v
  9664. print(v:GetFullName())
  9665. v.Parent.Humanoid.Died:connect(function()
  9666. aimatpart = nil
  9667. end)
  9668. end
  9669. end
  9670. end
  9671.  
  9672. end
  9673. end)
  9674. delay(0, function()
  9675. while wait(espupdatetime) do
  9676. if autoesp == true then
  9677. pcall(function()
  9678. f.addesp()
  9679. end)
  9680. end
  9681. end
  9682. end)
  9683. warn("loaded")
  9684. end)
  9685.  
  9686. fastrem.Name = "fastrem"
  9687. fastrem.Parent = main
  9688. fastrem.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  9689. fastrem.Position = UDim2.new(0.00783289783, 0, 0.518048227, 0)
  9690. fastrem.Size = UDim2.new(0, 84, 0, 32)
  9691. fastrem.Font = Enum.Font.Bodoni
  9692. fastrem.Text = "Fast Remington"
  9693. fastrem.TextColor3 = Color3.new(0, 0, 0)
  9694. fastrem.TextSize = 14
  9695. fastrem.MouseButton1Down:connect(function()
  9696. local Player = game.Players.LocalPlayer.Name
  9697. local Gun = "Remington 870" -- < -- Gun Name
  9698. local Run = game:GetService("RunService")
  9699.  
  9700. Gun = game.Players[Player].Character[Gun]
  9701. local Mouse = game.Players.LocalPlayer:GetMouse()
  9702. local Down = false
  9703. local Sound = Gun.Handle.FireSound
  9704.  
  9705. function CreateRay(Point_A, Point_B)
  9706. local Ray = Ray.new(Point_A, (Point_B - Point_A).Unit * (2 ^ 31 - 1))
  9707. local Part, Pos = workspace:FindPartOnRay(Ray, game.Players.LocalPlayer.Character)
  9708. local Dist = (Point_A - Pos).Magnitude
  9709. local CFrame = CFrame.new(Point_A, Pos) * CFrame.new(0, 0, -Dist / 2)
  9710.  
  9711. return CFrame, Dist, Ray
  9712. end
  9713.  
  9714. function FireLaser(target)
  9715. coroutine.resume(coroutine.create(function()
  9716. local C, D, R = CreateRay(Gun.Muzzle.CFrame.p, target.CFrame.p)
  9717. local Bullet = Instance.new("Part", Gun)
  9718. Bullet.BrickColor = BrickColor.Yellow()
  9719. Bullet.Material = "Neon"
  9720. Bullet.Anchored = true
  9721. Bullet.CanCollide = false
  9722. Bullet.Size = Vector3.new(0.2, 0.2, D)
  9723. Bullet.CFrame = C
  9724.  
  9725. local bulletTable = {}
  9726. table.insert(bulletTable, {
  9727. Hit = target,
  9728. Distance = D,
  9729. Cframe = C,
  9730. RayObject = R
  9731. })
  9732.  
  9733. game.ReplicatedStorage.ShootEvent:FireServer(bulletTable, Gun)
  9734. local C = Sound:Clone()
  9735. C.Parent = Gun
  9736. C:Play()
  9737. wait(0.05)
  9738. Bullet:Remove()
  9739. end))
  9740. end
  9741.  
  9742. Mouse.Button1Down:Connect(function()
  9743. Down = true
  9744. end)
  9745.  
  9746.  
  9747. Mouse.Button1Up:Connect(function()
  9748. Down = false
  9749. end)
  9750.  
  9751. while Run.Stepped:wait() do
  9752. if Down == true then
  9753. game.ReplicatedStorage.SoundEvent:FireServer(Sound, Gun)
  9754. FireLaser(Mouse.Target)
  9755. end
  9756. end
  9757. end)
  9758.  
  9759. fastm9.Name = "fastm9"
  9760. fastm9.Parent = main
  9761. fastm9.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  9762. fastm9.Position = UDim2.new(0.267702788, 0, 0.518048167, 0)
  9763. fastm9.Size = UDim2.new(0, 84, 0, 32)
  9764. fastm9.Font = Enum.Font.Bodoni
  9765. fastm9.Text = "Fast M9"
  9766. fastm9.TextColor3 = Color3.new(0, 0, 0)
  9767. fastm9.TextSize = 14
  9768. fastm9.MouseButton1Down:connect(function()
  9769. local Player = game.Players.LocalPlayer.Name
  9770. local Gun = "M9" -- < -- Gun Name
  9771. local Run = game:GetService("RunService")
  9772.  
  9773. Gun = game.Players[Player].Character[Gun]
  9774. local Mouse = game.Players.LocalPlayer:GetMouse()
  9775. local Down = false
  9776. local Sound = Gun.Handle.FireSound
  9777.  
  9778. function CreateRay(Point_A, Point_B)
  9779. local Ray = Ray.new(Point_A, (Point_B - Point_A).Unit * (2 ^ 31 - 1))
  9780. local Part, Pos = workspace:FindPartOnRay(Ray, game.Players.LocalPlayer.Character)
  9781. local Dist = (Point_A - Pos).Magnitude
  9782. local CFrame = CFrame.new(Point_A, Pos) * CFrame.new(0, 0, -Dist / 2)
  9783.  
  9784. return CFrame, Dist, Ray
  9785. end
  9786.  
  9787. function FireLaser(target)
  9788. coroutine.resume(coroutine.create(function()
  9789. local C, D, R = CreateRay(Gun.Muzzle.CFrame.p, target.CFrame.p)
  9790. local Bullet = Instance.new("Part", Gun)
  9791. Bullet.BrickColor = BrickColor.Yellow()
  9792. Bullet.Material = "Neon"
  9793. Bullet.Anchored = true
  9794. Bullet.CanCollide = false
  9795. Bullet.Size = Vector3.new(0.2, 0.2, D)
  9796. Bullet.CFrame = C
  9797.  
  9798. local bulletTable = {}
  9799. table.insert(bulletTable, {
  9800. Hit = target,
  9801. Distance = D,
  9802. Cframe = C,
  9803. RayObject = R
  9804. })
  9805.  
  9806. game.ReplicatedStorage.ShootEvent:FireServer(bulletTable, Gun)
  9807. local C = Sound:Clone()
  9808. C.Parent = Gun
  9809. C:Play()
  9810. wait(0.05)
  9811. Bullet:Remove()
  9812. end))
  9813. end
  9814.  
  9815. Mouse.Button1Down:Connect(function()
  9816. Down = true
  9817. end)
  9818.  
  9819.  
  9820. Mouse.Button1Up:Connect(function()
  9821. Down = false
  9822. end)
  9823.  
  9824. while Run.Stepped:wait() do
  9825. if Down == true then
  9826. game.ReplicatedStorage.SoundEvent:FireServer(Sound, Gun)
  9827. FireLaser(Mouse.Target)
  9828. end
  9829. end
  9830. end)
  9831.  
  9832. fasttaze.Name = "fasttaze"
  9833. fasttaze.Parent = main
  9834. fasttaze.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  9835. fasttaze.Position = UDim2.new(0.522364557, 0, 0.518048108, 0)
  9836. fasttaze.Size = UDim2.new(0, 84, 0, 32)
  9837. fasttaze.Font = Enum.Font.Bodoni
  9838. fasttaze.Text = "Fast Taser"
  9839. fasttaze.TextColor3 = Color3.new(0, 0, 0)
  9840. fasttaze.TextSize = 14
  9841. fasttaze.MouseButton1Down:connect(function()
  9842. local Player = game.Players.LocalPlayer.Name
  9843. local Gun = "Taser" -- < -- Gun Name
  9844. local Run = game:GetService("RunService")
  9845.  
  9846. Gun = game.Players[Player].Character[Gun]
  9847. local Mouse = game.Players.LocalPlayer:GetMouse()
  9848. local Down = false
  9849. local Sound = Gun.Handle.FireSound
  9850.  
  9851. function CreateRay(Point_A, Point_B)
  9852. local Ray = Ray.new(Point_A, (Point_B - Point_A).Unit * (2 ^ 31 - 1))
  9853. local Part, Pos = workspace:FindPartOnRay(Ray, game.Players.LocalPlayer.Character)
  9854. local Dist = (Point_A - Pos).Magnitude
  9855. local CFrame = CFrame.new(Point_A, Pos) * CFrame.new(0, 0, -Dist / 2)
  9856.  
  9857. return CFrame, Dist, Ray
  9858. end
  9859.  
  9860. function FireLaser(target)
  9861. coroutine.resume(coroutine.create(function()
  9862. local C, D, R = CreateRay(Gun.Muzzle.CFrame.p, target.CFrame.p)
  9863. local Bullet = Instance.new("Part", Gun)
  9864. Bullet.BrickColor = BrickColor.Yellow()
  9865. Bullet.Material = "Neon"
  9866. Bullet.Anchored = true
  9867. Bullet.CanCollide = false
  9868. Bullet.Size = Vector3.new(0.2, 0.2, D)
  9869. Bullet.CFrame = C
  9870.  
  9871. local bulletTable = {}
  9872. table.insert(bulletTable, {
  9873. Hit = target,
  9874. Distance = D,
  9875. Cframe = C,
  9876. RayObject = R
  9877. })
  9878.  
  9879. game.ReplicatedStorage.ShootEvent:FireServer(bulletTable, Gun)
  9880. local C = Sound:Clone()
  9881. C.Parent = Gun
  9882. C:Play()
  9883. wait(0.05)
  9884. Bullet:Remove()
  9885. end))
  9886. end
  9887.  
  9888. Mouse.Button1Down:Connect(function()
  9889. Down = true
  9890. end)
  9891.  
  9892.  
  9893. Mouse.Button1Up:Connect(function()
  9894. Down = false
  9895. end)
  9896.  
  9897. while Run.Stepped:wait() do
  9898. if Down == true then
  9899. game.ReplicatedStorage.SoundEvent:FireServer(Sound, Gun)
  9900. FireLaser(Mouse.Target)
  9901. end
  9902. end
  9903. end)
  9904.  
  9905. fastak.Name = "fastak"
  9906. fastak.Parent = main
  9907. fastak.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  9908. fastak.Position = UDim2.new(0.77959609, 0, 0.518048167, 0)
  9909. fastak.Size = UDim2.new(0, 79, 0, 32)
  9910. fastak.Font = Enum.Font.Bodoni
  9911. fastak.Text = "Fast AK47"
  9912. fastak.TextColor3 = Color3.new(0, 0, 0)
  9913. fastak.TextSize = 14
  9914. fastak.MouseButton1Down:connect(function()
  9915. local Player = game.Players.LocalPlayer.Name
  9916. local Gun = "AK47" -- < -- Gun Name
  9917. local Run = game:GetService("RunService")
  9918.  
  9919. Gun = game.Players[Player].Character[Gun]
  9920. local Mouse = game.Players.LocalPlayer:GetMouse()
  9921. local Down = false
  9922. local Sound = Gun.Handle.FireSound
  9923.  
  9924. function CreateRay(Point_A, Point_B)
  9925. local Ray = Ray.new(Point_A, (Point_B - Point_A).Unit * (2 ^ 31 - 1))
  9926. local Part, Pos = workspace:FindPartOnRay(Ray, game.Players.LocalPlayer.Character)
  9927. local Dist = (Point_A - Pos).Magnitude
  9928. local CFrame = CFrame.new(Point_A, Pos) * CFrame.new(0, 0, -Dist / 2)
  9929.  
  9930. return CFrame, Dist, Ray
  9931. end
  9932.  
  9933. function FireLaser(target)
  9934. coroutine.resume(coroutine.create(function()
  9935. local C, D, R = CreateRay(Gun.Muzzle.CFrame.p, target.CFrame.p)
  9936. local Bullet = Instance.new("Part", Gun)
  9937. Bullet.BrickColor = BrickColor.Yellow()
  9938. Bullet.Material = "Neon"
  9939. Bullet.Anchored = true
  9940. Bullet.CanCollide = false
  9941. Bullet.Size = Vector3.new(0.2, 0.2, D)
  9942. Bullet.CFrame = C
  9943.  
  9944. local bulletTable = {}
  9945. table.insert(bulletTable, {
  9946. Hit = target,
  9947. Distance = D,
  9948. Cframe = C,
  9949. RayObject = R
  9950. })
  9951.  
  9952. game.ReplicatedStorage.ShootEvent:FireServer(bulletTable, Gun)
  9953. local C = Sound:Clone()
  9954. C.Parent = Gun
  9955. C:Play()
  9956. wait(0.05)
  9957. Bullet:Remove()
  9958. end))
  9959. end
  9960.  
  9961. Mouse.Button1Down:Connect(function()
  9962. Down = true
  9963. end)
  9964.  
  9965.  
  9966. Mouse.Button1Up:Connect(function()
  9967. Down = false
  9968. end)
  9969.  
  9970. while Run.Stepped:wait() do
  9971. if Down == true then
  9972. game.ReplicatedStorage.SoundEvent:FireServer(Sound, Gun)
  9973. FireLaser(Mouse.Target)
  9974. end
  9975. end
  9976. end)
  9977.  
  9978. killall.Name = "killall"
  9979. killall.Parent = main
  9980. killall.BackgroundColor3 = Color3.new(1, 0, 0)
  9981. killall.Position = UDim2.new(0.0102345012, 0, 0.760852396, 0)
  9982. killall.Size = UDim2.new(0, 110, 0, 34)
  9983. killall.Font = Enum.Font.GothamBold
  9984. killall.Text = "Kill All"
  9985. killall.TextColor3 = Color3.new(0, 0, 0)
  9986. killall.TextSize = 14
  9987. killall.MouseButton1Down:connect(function()
  9988. workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  9989.  
  9990. game.Workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["Remington 870"].ITEMPICKUP)
  9991.  
  9992. wait(0.5)
  9993. function kill(a)
  9994. local A_1 =
  9995. {
  9996. [1] =
  9997. {
  9998. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-391.152252, 8.65560055, -83.2166901)),
  9999. ["Distance"] = 3.2524313926697,
  10000. ["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),
  10001. ["Hit"] = a.Character.Head
  10002. },
  10003. [2] =
  10004. {
  10005. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-392.481476, -8.44939327, -76.7261353)),
  10006. ["Distance"] = 3.2699294090271,
  10007. ["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),
  10008. ["Hit"] = a.Character.Head
  10009. },
  10010. [3] =
  10011. {
  10012. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-389.21701, -2.50536323, -92.2163162)),
  10013. ["Distance"] = 3.1665518283844,
  10014. ["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),
  10015. ["Hit"] = a.Character.Head
  10016. },
  10017. [4] =
  10018. {
  10019. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-393.353973, 3.13988972, -72.5452042)),
  10020. ["Distance"] = 3.3218522071838,
  10021. ["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),
  10022. ["Hit"] = a.Character.Head
  10023. },
  10024. [5] =
  10025. {
  10026. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-390.73172, 3.2097764, -85.5477524)),
  10027. ["Distance"] = 3.222757101059,
  10028. ["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),
  10029. ["Hit"] = a.Character.Head
  10030. }
  10031. }
  10032. local A_2 = game.Players.LocalPlayer.Backpack["Remington 870"]
  10033. local Event = game:GetService("ReplicatedStorage").ShootEvent
  10034. Event:FireServer(A_1, A_2)
  10035. Event:FireServer(A_1, A_2)
  10036. end
  10037.  
  10038. for i,v in pairs(game.Players:GetChildren())do
  10039. if v.Name ~= game.Players.LocalPlayer.Name then
  10040. kill(v)
  10041. end
  10042. end
  10043. wait(1)
  10044. workspace.Remote.TeamEvent:FireServer("Bright orange")
  10045. end)
  10046.  
  10047. btools.Name = "btools"
  10048. btools.Parent = main
  10049. btools.BackgroundColor3 = Color3.new(0, 1, 1)
  10050. btools.Position = UDim2.new(0.678933322, 0, 0.2304198, 0)
  10051. btools.Size = UDim2.new(0, 111, 0, 32)
  10052. btools.Font = Enum.Font.GothamBold
  10053. btools.Text = "Btools"
  10054. btools.TextColor3 = Color3.new(1, 0, 0)
  10055. btools.TextSize = 14
  10056. btools.MouseButton1Down:connect(function()
  10057. local tool1 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  10058. tool1.BinType = "Hammer"
  10059. end)
  10060.  
  10061. speed.Name = "speed"
  10062. speed.Parent = main
  10063. speed.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  10064. speed.Position = UDim2.new(0.350194454, 0, 0.379678607, 0)
  10065. speed.Size = UDim2.new(0, 110, 0, 32)
  10066. speed.Font = Enum.Font.GothamBold
  10067. speed.Text = "Speed"
  10068. speed.TextColor3 = Color3.new(1, 0, 0)
  10069. speed.TextSize = 14
  10070. speed.MouseButton1Down:connect(function()
  10071. Speed = "100" -- Change to how fast you want to go
  10072.  
  10073. player = game.Players.LocalPlayer.Character
  10074. power = "WalkSpeed"
  10075. player.Humanoid[power] = Speed
  10076. wait()
  10077. player.HumanoidRootPart.CustomPhysicalProperties = PhysicalProperties.new(9e99, 9e99, 9e99, 9e99, 9e99)
  10078. wait()
  10079. repeat
  10080. game.Workspace.Gravity = 1000
  10081. wait()
  10082. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 287.5
  10083. wait()
  10084. until game.Players.LocalPlayer.Character.Humanoid.Health == 0
  10085. end)
  10086.  
  10087. respawn.Name = "respawn"
  10088. respawn.Parent = main
  10089. respawn.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  10090. respawn.Position = UDim2.new(0.68041873, 0, 0.379084349, 0)
  10091. respawn.Size = UDim2.new(0, 111, 0, 32)
  10092. respawn.Font = Enum.Font.GothamBold
  10093. respawn.Text = "Fast Respawn"
  10094. respawn.TextColor3 = Color3.new(1, 0, 0)
  10095. respawn.TextSize = 14
  10096. respawn.MouseButton1Down:connect(function()
  10097. local A_1 = "\66\114\111\121\111\117\98\97\100\100"
  10098. local Event = game:GetService("Workspace").Remote.loadchar
  10099. Event:InvokeServer(A_1)
  10100. end)
  10101.  
  10102. Credits.Name = "Credits"
  10103. Credits.Parent = main
  10104. Credits.BackgroundColor3 = Color3.new(0, 0, 0)
  10105. Credits.Position = UDim2.new(0.0242873691, 0, 0.934491813, 0)
  10106. Credits.Size = UDim2.new(0, 352, 0, 31)
  10107. Credits.Font = Enum.Font.GothamBold
  10108. Credits.Text = "Made by JAKE11PRICE on YouTube"
  10109. Credits.TextColor3 = Color3.new(1, 1, 0)
  10110. Credits.TextSize = 14
  10111.  
  10112. prison.Name = "prison"
  10113. prison.Parent = main
  10114. prison.BackgroundColor3 = Color3.new(0, 1, 1)
  10115. prison.Position = UDim2.new(0.681462109, 0, 0.450664163, 0)
  10116. prison.Size = UDim2.new(0, 110, 0, 32)
  10117. prison.Font = Enum.Font.GothamBlack
  10118. prison.Text = "Prison"
  10119. prison.TextColor3 = Color3.new(1, 0, 0)
  10120. prison.TextSize = 14
  10121. prison.MouseButton1Down:connect(function()
  10122. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(918.77,100,2379.07)
  10123. end)
  10124.  
  10125. yard.Name = "yard"
  10126. yard.Parent = main
  10127. yard.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  10128. yard.Position = UDim2.new(0.0127276238, 0, 0.45231539, 0)
  10129. yard.Size = UDim2.new(0, 110, 0, 32)
  10130. yard.Font = Enum.Font.GothamBlack
  10131. yard.Text = "Yard"
  10132. yard.TextColor3 = Color3.new(1, 0, 0)
  10133. yard.TextSize = 14
  10134. yard.MouseButton1Down:connect(function()
  10135. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(779.87,98,2458.93)
  10136. end)
  10137.  
  10138. crimbase.Name = "crimbase"
  10139. crimbase.Parent = main
  10140. crimbase.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  10141. crimbase.Position = UDim2.new(0.348744512, 0, 0.451209784, 0)
  10142. crimbase.Size = UDim2.new(0, 110, 0, 32)
  10143. crimbase.Font = Enum.Font.GothamBlack
  10144. crimbase.Text = "Crim Base"
  10145. crimbase.TextColor3 = Color3.new(1, 0, 0)
  10146. crimbase.TextSize = 14
  10147. crimbase.MouseButton1Down:connect(function()
  10148. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-943.46,94.13,2063.63)
  10149. end)
  10150.  
  10151. title_2.Name = "title"
  10152. title_2.Parent = main
  10153. title_2.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  10154. title_2.Position = UDim2.new(0.000689314213, 0, 0.592849016, 0)
  10155. title_2.Size = UDim2.new(0, 364, 0, 26)
  10156. title_2.Font = Enum.Font.GothamBold
  10157. title_2.Text = "FUN FE COMMANDS!"
  10158. title_2.TextColor3 = Color3.new(0, 0, 0)
  10159. title_2.TextSize = 14
  10160.  
  10161. bringall.Name = "bringall"
  10162. bringall.Parent = main
  10163. bringall.BackgroundColor3 = Color3.new(1, 1, 0)
  10164. bringall.Position = UDim2.new(0.0220828541, 0, 0.704794765, 0)
  10165. bringall.Size = UDim2.new(0, 111, 0, 25)
  10166. bringall.Font = Enum.Font.GothamBold
  10167. bringall.Text = "Bring All"
  10168. bringall.TextColor3 = Color3.new(0, 0, 0)
  10169. bringall.TextSize = 14
  10170. bringall.MouseButton1Down:connect(function()
  10171. workspace.Remote.TeamEvent:FireServer("Bright blue")
  10172.  
  10173. local LocalPlayer = game:GetService("Players").LocalPlayer
  10174. local runservice = game:GetService("RunService")
  10175. local characters = {}
  10176. LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()
  10177. local currentamount = #LocalPlayer.Backpack:GetChildren()
  10178. LocalPlayer.Character.Archivable = true
  10179. local tempchar = LocalPlayer.Character:Clone()
  10180. tempchar.Parent = workspace
  10181. local savepos = LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame
  10182. local renderstepped = runservice.RenderStepped:Connect(function()
  10183. workspace.CurrentCamera.CameraSubject = tempchar:FindFirstChild("Humanoid")
  10184. for _, tool in pairs(LocalPlayer.Backpack:GetChildren()) do
  10185. if tool:IsA("Tool") then
  10186. tool.Parent = LocalPlayer
  10187. end
  10188. end
  10189. LocalPlayer.Character:ClearAllChildren()
  10190. local char = Instance.new("Model", workspace)
  10191. table.insert(characters, char)
  10192. Instance.new("Humanoid", char)
  10193. LocalPlayer.Character = char
  10194. repeat runservice.RenderStepped:Wait() until LocalPlayer.Character ~= nil
  10195. end)
  10196. repeat runservice.RenderStepped:Wait() until #LocalPlayer:GetChildren() - 2 - currentamount >= #game.Players:GetPlayers() * 6
  10197. renderstepped:Disconnect()
  10198. repeat runservice.RenderStepped:Wait() until LocalPlayer.Character:FindFirstChild("HumanoidRootPart") ~= nil
  10199. for _, char in pairs(characters) do
  10200. char:Destroy()
  10201. end
  10202. for _, tool in pairs(LocalPlayer:GetChildren()) do
  10203. if tool:IsA("Tool") then
  10204. tool.Parent = LocalPlayer.Backpack
  10205. end
  10206. end
  10207. LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = savepos
  10208. tempchar:Destroy()
  10209.  
  10210. wait()
  10211.  
  10212. for i, v in pairs(game.Players:GetPlayers()) do
  10213. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10214.  
  10215. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10216. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10217.  
  10218. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10219. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10220. wait()
  10221. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10222.  
  10223. end
  10224. wait(.1)
  10225.  
  10226. end
  10227. for i, v in pairs(game.Players:GetPlayers()) do
  10228. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10229.  
  10230. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10231. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10232.  
  10233. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10234. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10235. wait()
  10236. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10237.  
  10238. end
  10239. wait(0.01)
  10240.  
  10241. end
  10242. for i, v in pairs(game.Players:GetPlayers()) do
  10243. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10244.  
  10245. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10246. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10247.  
  10248. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10249. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10250. wait()
  10251. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10252.  
  10253. end
  10254. wait(0.01)
  10255.  
  10256. end
  10257. for i, v in pairs(game.Players:GetPlayers()) do
  10258. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10259.  
  10260. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10261. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10262.  
  10263. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10264. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10265. wait()
  10266. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10267.  
  10268. end
  10269. wait(0.01)
  10270.  
  10271. end
  10272. for i, v in pairs(game.Players:GetPlayers()) do
  10273. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10274.  
  10275. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10276. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10277.  
  10278. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10279. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10280. wait()
  10281. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10282.  
  10283. end
  10284. wait(0.01)
  10285.  
  10286. end
  10287. for i, v in pairs(game.Players:GetPlayers()) do
  10288. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10289.  
  10290. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10291. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10292.  
  10293. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10294. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10295. wait()
  10296. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10297.  
  10298. end
  10299. wait(0.01)
  10300.  
  10301. end
  10302. for i, v in pairs(game.Players:GetPlayers()) do
  10303. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10304.  
  10305. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10306. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10307.  
  10308. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10309. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10310. wait()
  10311. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10312.  
  10313. end
  10314. wait(0.01)
  10315.  
  10316. end
  10317. for i, v in pairs(game.Players:GetPlayers()) do
  10318. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10319.  
  10320. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10321. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10322.  
  10323. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10324. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10325. wait()
  10326. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10327.  
  10328. end
  10329. wait(0.01)
  10330.  
  10331. end
  10332. for i, v in pairs(game.Players:GetPlayers()) do
  10333. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10334.  
  10335. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10336. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10337.  
  10338. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10339. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10340. wait()
  10341. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10342.  
  10343. end
  10344. wait(0.01)
  10345.  
  10346. end
  10347. for i, v in pairs(game.Players:GetPlayers()) do
  10348. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10349.  
  10350. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10351. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10352.  
  10353. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10354. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10355. wait()
  10356. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10357.  
  10358. end
  10359. wait(0.01)
  10360.  
  10361. end
  10362. for i, v in pairs(game.Players:GetPlayers()) do
  10363. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10364.  
  10365. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10366. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10367.  
  10368. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10369. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10370. wait()
  10371. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10372.  
  10373. end
  10374. wait(0.01)
  10375.  
  10376. end
  10377. for i, v in pairs(game.Players:GetPlayers()) do
  10378. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10379.  
  10380. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10381. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10382.  
  10383. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10384. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10385. wait()
  10386. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10387.  
  10388. end
  10389. wait(0.01)
  10390.  
  10391. end
  10392. for i, v in pairs(game.Players:GetPlayers()) do
  10393. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10394.  
  10395. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10396. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10397.  
  10398. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10399. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10400. wait()
  10401. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10402.  
  10403. end
  10404. wait(0.01)
  10405.  
  10406. end
  10407. for i, v in pairs(game.Players:GetPlayers()) do
  10408. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10409.  
  10410. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10411. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10412.  
  10413. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10414. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10415. wait()
  10416. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10417.  
  10418. end
  10419. wait(0.01)
  10420.  
  10421. end
  10422. for i, v in pairs(game.Players:GetPlayers()) do
  10423. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10424.  
  10425. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10426. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10427.  
  10428. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10429. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10430. wait()
  10431. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10432.  
  10433. end
  10434. wait(0.01)
  10435.  
  10436. end
  10437. for i, v in pairs(game.Players:GetPlayers()) do
  10438. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10439.  
  10440. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10441. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10442.  
  10443. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10444. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10445. wait()
  10446. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10447.  
  10448. end
  10449. wait(0.01)
  10450.  
  10451. end
  10452. for i, v in pairs(game.Players:GetPlayers()) do
  10453. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10454.  
  10455. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10456. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10457.  
  10458. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10459. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10460. wait()
  10461. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10462.  
  10463. end
  10464. wait(0.01)
  10465.  
  10466. end
  10467. for i, v in pairs(game.Players:GetPlayers()) do
  10468. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10469.  
  10470. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10471. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10472.  
  10473. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10474. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10475. wait()
  10476. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10477.  
  10478. end
  10479. wait(0.01)
  10480.  
  10481. end
  10482. for i, v in pairs(game.Players:GetPlayers()) do
  10483. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10484.  
  10485. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10486. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10487.  
  10488. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10489. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10490. wait()
  10491. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10492.  
  10493. end
  10494. wait(0.01)
  10495.  
  10496. end
  10497. for i, v in pairs(game.Players:GetPlayers()) do
  10498. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10499.  
  10500. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10501. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10502.  
  10503. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10504. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10505. wait()
  10506. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10507.  
  10508. end
  10509. wait(0.01)
  10510.  
  10511. end
  10512. for i, v in pairs(game.Players:GetPlayers()) do
  10513. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10514.  
  10515. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10516. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10517.  
  10518. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10519. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10520. wait()
  10521. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10522.  
  10523. end
  10524. wait(0.01)
  10525.  
  10526. end
  10527. for i, v in pairs(game.Players:GetPlayers()) do
  10528. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10529.  
  10530. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10531. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10532.  
  10533. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10534. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10535. wait()
  10536. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10537.  
  10538. end
  10539. wait(0.01)
  10540.  
  10541. end
  10542. for i, v in pairs(game.Players:GetPlayers()) do
  10543. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10544.  
  10545. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10546. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10547.  
  10548. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10549. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10550. wait()
  10551. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10552.  
  10553. end
  10554. wait(0.01)
  10555.  
  10556. end
  10557. for i, v in pairs(game.Players:GetPlayers()) do
  10558. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10559.  
  10560. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10561. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10562.  
  10563. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10564. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10565. wait()
  10566. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10567.  
  10568. end
  10569. wait(0.01)
  10570.  
  10571. end
  10572. for i, v in pairs(game.Players:GetPlayers()) do
  10573. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10574.  
  10575. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10576. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10577.  
  10578. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10579. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10580. wait()
  10581. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10582.  
  10583. end
  10584. wait(0.01)
  10585.  
  10586. end
  10587. for i, v in pairs(game.Players:GetPlayers()) do
  10588. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10589.  
  10590. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10591. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10592.  
  10593. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10594. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10595. wait()
  10596. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10597.  
  10598. end
  10599. wait(0.01)
  10600.  
  10601. end
  10602. for i, v in pairs(game.Players:GetPlayers()) do
  10603. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10604.  
  10605. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10606. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10607.  
  10608. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10609. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10610. wait()
  10611. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10612.  
  10613. end
  10614. wait(0.01)
  10615.  
  10616. end
  10617. for i, v in pairs(game.Players:GetPlayers()) do
  10618. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10619.  
  10620. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10621. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10622.  
  10623. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10624. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10625. wait()
  10626. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10627.  
  10628. end
  10629. wait(0.01)
  10630.  
  10631. end
  10632. for i, v in pairs(game.Players:GetPlayers()) do
  10633. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10634.  
  10635. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10636. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10637.  
  10638. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10639. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10640. wait()
  10641. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10642.  
  10643. end
  10644. wait(0.01)
  10645.  
  10646. end
  10647. for i, v in pairs(game.Players:GetPlayers()) do
  10648. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10649.  
  10650. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10651. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10652.  
  10653. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10654. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10655. wait()
  10656. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10657.  
  10658. end
  10659. wait(0.01)
  10660.  
  10661. end
  10662. for i, v in pairs(game.Players:GetPlayers()) do
  10663. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10664.  
  10665. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10666. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10667.  
  10668. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10669. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10670. wait()
  10671. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10672.  
  10673. end
  10674. wait(0.01)
  10675.  
  10676. end
  10677. for i, v in pairs(game.Players:GetPlayers()) do
  10678. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10679.  
  10680. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10681. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10682.  
  10683. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10684. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10685. wait()
  10686. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10687.  
  10688. end
  10689. wait(0.01)
  10690.  
  10691. end
  10692. for i, v in pairs(game.Players:GetPlayers()) do
  10693. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10694.  
  10695. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10696. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10697.  
  10698. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10699. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10700. wait()
  10701. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10702.  
  10703. end
  10704. wait(0.01)
  10705.  
  10706. end
  10707. for i, v in pairs(game.Players:GetPlayers()) do
  10708. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10709.  
  10710. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10711. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10712.  
  10713. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10714. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10715. wait()
  10716. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10717.  
  10718. end
  10719. wait(0.01)
  10720.  
  10721. end
  10722. for i, v in pairs(game.Players:GetPlayers()) do
  10723. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10724.  
  10725. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10726. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10727.  
  10728. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10729. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10730. wait()
  10731. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10732.  
  10733. end
  10734. wait(0.01)
  10735.  
  10736. end
  10737. for i, v in pairs(game.Players:GetPlayers()) do
  10738. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10739.  
  10740. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10741. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10742.  
  10743. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10744. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10745. wait()
  10746. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10747.  
  10748. end
  10749. wait(0.01)
  10750.  
  10751. end
  10752. for i, v in pairs(game.Players:GetPlayers()) do
  10753. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10754.  
  10755. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10756. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10757.  
  10758. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10759. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10760. wait()
  10761. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10762.  
  10763. end
  10764. wait(0.01)
  10765.  
  10766. end
  10767. for i, v in pairs(game.Players:GetPlayers()) do
  10768. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10769.  
  10770. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10771. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10772.  
  10773. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10774. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10775. wait()
  10776. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10777.  
  10778. end
  10779. wait(0.01)
  10780.  
  10781. end
  10782. for i, v in pairs(game.Players:GetPlayers()) do
  10783. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10784.  
  10785. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10786. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10787.  
  10788. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10789. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10790. wait()
  10791. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10792.  
  10793. end
  10794. wait(0.01)
  10795.  
  10796. end
  10797. for i, v in pairs(game.Players:GetPlayers()) do
  10798. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10799.  
  10800. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10801. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10802.  
  10803. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10804. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10805. wait()
  10806. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10807.  
  10808. end
  10809. wait(0.01)
  10810.  
  10811. end
  10812. for i, v in pairs(game.Players:GetPlayers()) do
  10813. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10814.  
  10815. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10816. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10817.  
  10818. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10819. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10820. wait()
  10821. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10822.  
  10823. end
  10824. wait(0.01)
  10825.  
  10826. end
  10827. for i, v in pairs(game.Players:GetPlayers()) do
  10828. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10829.  
  10830. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10831. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10832.  
  10833. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10834. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10835. wait()
  10836. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10837.  
  10838. end
  10839. wait(0.01)
  10840.  
  10841. end
  10842. for i, v in pairs(game.Players:GetPlayers()) do
  10843. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10844.  
  10845. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10846. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10847.  
  10848. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10849. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10850. wait()
  10851. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10852.  
  10853. end
  10854. wait(0.01)
  10855.  
  10856. end
  10857. for i, v in pairs(game.Players:GetPlayers()) do
  10858. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10859.  
  10860. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10861. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10862.  
  10863. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10864. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10865. wait()
  10866. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10867.  
  10868. end
  10869. wait(0.01)
  10870.  
  10871. end
  10872. for i, v in pairs(game.Players:GetPlayers()) do
  10873. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10874.  
  10875. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10876. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10877.  
  10878. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10879. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10880. wait()
  10881. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10882.  
  10883. end
  10884. wait(0.01)
  10885.  
  10886. end
  10887. for i, v in pairs(game.Players:GetPlayers()) do
  10888. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10889.  
  10890. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10891. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10892.  
  10893. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10894. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10895. wait()
  10896. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10897.  
  10898. end
  10899. wait(0.01)
  10900.  
  10901. end
  10902. for i, v in pairs(game.Players:GetPlayers()) do
  10903. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10904.  
  10905. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10906. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10907.  
  10908. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10909. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10910. wait()
  10911. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10912.  
  10913. end
  10914. wait(0.01)
  10915.  
  10916. end
  10917. for i, v in pairs(game.Players:GetPlayers()) do
  10918. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10919.  
  10920. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10921. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10922.  
  10923. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10924. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10925. wait()
  10926. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10927.  
  10928. end
  10929. wait(0.01)
  10930.  
  10931. end
  10932. for i, v in pairs(game.Players:GetPlayers()) do
  10933. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10934.  
  10935. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10936. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10937.  
  10938. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10939. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10940. wait()
  10941. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10942.  
  10943. end
  10944. wait(0.01)
  10945.  
  10946. end
  10947. for i, v in pairs(game.Players:GetPlayers()) do
  10948. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10949.  
  10950. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10951. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10952.  
  10953. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10954. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10955. wait()
  10956. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10957.  
  10958. end
  10959. wait(0.01)
  10960.  
  10961. end
  10962. for i, v in pairs(game.Players:GetPlayers()) do
  10963. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10964.  
  10965. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10966. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10967.  
  10968. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10969. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10970. wait()
  10971. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10972.  
  10973. end
  10974. wait(0.01)
  10975.  
  10976. end
  10977. end)
  10978.  
  10979. drill.Name = "drill"
  10980. drill.Parent = main
  10981. drill.BackgroundColor3 = Color3.new(1, 1, 0)
  10982. drill.Position = UDim2.new(0.343317509, 0, 0.704794705, 0)
  10983. drill.Size = UDim2.new(0, 111, 0, 25)
  10984. drill.Font = Enum.Font.GothamBold
  10985. drill.Text = "Fe Drill"
  10986. drill.TextColor3 = Color3.new(0, 0, 0)
  10987. drill.TextSize = 14
  10988. drill.MouseButton1Down:connect(function()
  10989. workspace.Remote.TeamEvent:FireServer("Bright blue")
  10990.  
  10991. local toolamount = 80 -- How long the tornado is
  10992. local tornadosize = 1 -- The size of how big the opening of the tornado is
  10993.  
  10994. local LocalPlayer = game:GetService("Players").LocalPlayer
  10995. local runservice = game:GetService("RunService")
  10996. local characters = {}
  10997. LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()
  10998. local currentamount = #LocalPlayer.Backpack:GetChildren()
  10999. LocalPlayer.Character.Archivable = true
  11000. local tempchar = LocalPlayer.Character:Clone()
  11001. tempchar.Parent = workspace
  11002. local savepos = LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame
  11003. local renderstepped = runservice.RenderStepped:Connect(function()
  11004. workspace.CurrentCamera.CameraSubject = tempchar:FindFirstChild("Humanoid")
  11005. for _, tool in pairs(LocalPlayer.Backpack:GetChildren()) do
  11006. if tool:IsA("Tool") then
  11007. tool.Parent = LocalPlayer
  11008. end
  11009. end
  11010. LocalPlayer.Character:ClearAllChildren()
  11011. local char = Instance.new("Model", workspace)
  11012. table.insert(characters, char)
  11013. Instance.new("Humanoid", char)
  11014. LocalPlayer.Character = char
  11015. repeat runservice.RenderStepped:Wait() until LocalPlayer.Character ~= nil
  11016. end)
  11017. repeat runservice.RenderStepped:Wait() until #LocalPlayer:GetChildren() - 4 - currentamount >= toolamount
  11018. renderstepped:Disconnect()
  11019. repeat runservice.RenderStepped:Wait() until LocalPlayer.Character:FindFirstChild("HumanoidRootPart") ~= nil
  11020. for _, char in pairs(characters) do
  11021. char:Destroy()
  11022. end
  11023. for index, tool in pairs(LocalPlayer:GetChildren()) do
  11024. if tool:IsA("Tool") then
  11025. tool.Parent = LocalPlayer.Backpack
  11026. tool.Handle.Massless = false
  11027. tool.Grip = CFrame.new(Vector3.new(0, -index * .1, 0)) * CFrame.Angles(math.rad(90), 0, math.tan(index * 0.5))
  11028. tool.Parent = LocalPlayer.Character
  11029. if tool.Handle:FindFirstChild("Mesh") ~= nil then
  11030. tool.Handle.Mesh:Destroy()
  11031. end
  11032. end
  11033. end
  11034. LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = savepos
  11035. tempchar:Destroy()
  11036. end)
  11037.  
  11038. killplrmain.Name = "killplrmain"
  11039. killplrmain.Parent = main
  11040. killplrmain.BackgroundColor3 = Color3.new(1, 0, 1)
  11041. killplrmain.Position = UDim2.new(0.0321613066, 0, 0.836535037, 0)
  11042. killplrmain.Size = UDim2.new(0, 103, 0, 47)
  11043.  
  11044. killtext.Name = "killtext"
  11045. killtext.Parent = killplrmain
  11046. killtext.BackgroundColor3 = Color3.new(1, 0.666667, 1)
  11047. killtext.Position = UDim2.new(0, 0, 0.0212752968, 0)
  11048. killtext.Size = UDim2.new(0, 99, 0, 19)
  11049. killtext.Font = Enum.Font.Gotham
  11050. killtext.Text = "Player Name"
  11051. killtext.TextColor3 = Color3.new(0, 0, 0)
  11052. killtext.TextSize = 14
  11053.  
  11054. kill.Name = "kill"
  11055. kill.Parent = killplrmain
  11056. kill.BackgroundColor3 = Color3.new(0, 0, 0)
  11057. kill.Position = UDim2.new(0.0999999046, 0, 0.531914949, 0)
  11058. kill.Size = UDim2.new(0, 80, 0, 22)
  11059. kill.Font = Enum.Font.GothamBold
  11060. kill.Text = "KILL"
  11061. kill.TextColor3 = Color3.new(1, 1, 1)
  11062. kill.TextSize = 14
  11063. kill.MouseButton1Down:connect(function()
  11064. game.Workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["Remington 870"].ITEMPICKUP)
  11065.  
  11066. wait(0.1)
  11067. Workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  11068.  
  11069. local A_1 =
  11070. {
  11071. [1] =
  11072. {
  11073. ["RayObject"] = Ray.new(Vector3.new(827.412415, 101.489777, 2296.84326), Vector3.new(277.738678, 6.89340925, 287.773712)),
  11074. ["Distance"] = 4.7204174995422,
  11075. ["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),
  11076. ["Hit"] = game.Workspace[killtext.Text].Head
  11077. },
  11078. [2] =
  11079. {
  11080. ["RayObject"] = Ray.new(Vector3.new(827.412415, 101.489777, 2296.84326), Vector3.new(303.047546, 21.3568707, 260.203888)),
  11081. ["Distance"] = 4.8114862442017,
  11082. ["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),
  11083. ["Hit"] = game.Workspace[killtext.Text].Head
  11084. },
  11085. [3] =
  11086. {
  11087. ["RayObject"] = Ray.new(Vector3.new(827.412415, 101.489777, 2296.84326), Vector3.new(296.800507, 7.00420141, 268.067932)),
  11088. ["Distance"] = 4.444625377655,
  11089. ["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),
  11090. ["Hit"] = game.Workspace[killtext.Text].Head
  11091. },
  11092. [4] =
  11093. {
  11094. ["RayObject"] = Ray.new(Vector3.new(827.412415, 101.489777, 2296.84326), Vector3.new(284.930573, 11.9850616, 280.483368)),
  11095. ["Distance"] = 4.6211166381836,
  11096. ["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),
  11097. ["Hit"] = game.Workspace[killtext.Text].Head
  11098. },
  11099. [5] =
  11100. {
  11101. ["RayObject"] = Ray.new(Vector3.new(827.412415, 101.489777, 2296.84326), Vector3.new(294.625824, 2.15741801, 270.538269)),
  11102. ["Distance"] = 4.4639973640442,
  11103. ["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),
  11104. ["Hit"] = game.Workspace[killtext.Text].Head
  11105. }
  11106. }
  11107. local A_2 = game.Players.LocalPlayer.Backpack["Remington 870"]
  11108. local Event = game:GetService("ReplicatedStorage").ShootEvent
  11109. Event:FireServer(A_1, A_2)
  11110.  
  11111. wait(0.5)
  11112. workspace.Remote.TeamEvent:FireServer("Bright orange")
  11113. end)
  11114.  
  11115. waves.Name = "waves"
  11116. waves.Parent = main
  11117. waves.BackgroundColor3 = Color3.new(1, 1, 0)
  11118. waves.Position = UDim2.new(0.0201378968, 0, 0.646579564, 0)
  11119. waves.Size = UDim2.new(0, 111, 0, 26)
  11120. waves.Font = Enum.Font.GothamBold
  11121. waves.Text = "Fe Waves"
  11122. waves.TextColor3 = Color3.new(0, 0, 0)
  11123. waves.TextSize = 14
  11124. waves.MouseButton1Down:connect(function()
  11125. workspace.Remote.TeamEvent:FireServer("Bright blue")
  11126.  
  11127. local toolamount = 40 -- How long the tornado is
  11128. local tornadosize = 1 -- The size of how big the opening of the tornado is
  11129.  
  11130. local LocalPlayer = game:GetService("Players").LocalPlayer
  11131. local runservice = game:GetService("RunService")
  11132. local characters = {}
  11133. LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()
  11134. local currentamount = #LocalPlayer.Backpack:GetChildren()
  11135. LocalPlayer.Character.Archivable = true
  11136. local tempchar = LocalPlayer.Character:Clone()
  11137. tempchar.Parent = workspace
  11138. local savepos = LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame
  11139. local renderstepped = runservice.RenderStepped:Connect(function()
  11140. workspace.CurrentCamera.CameraSubject = tempchar:FindFirstChild("Humanoid")
  11141. for _, tool in pairs(LocalPlayer.Backpack:GetChildren()) do
  11142. if tool:IsA("Tool") then
  11143. tool.Parent = LocalPlayer
  11144. end
  11145. end
  11146. LocalPlayer.Character:ClearAllChildren()
  11147. local char = Instance.new("Model", workspace)
  11148. table.insert(characters, char)
  11149. Instance.new("Humanoid", char)
  11150. LocalPlayer.Character = char
  11151. repeat runservice.RenderStepped:Wait() until LocalPlayer.Character ~= nil
  11152. end)
  11153. repeat runservice.RenderStepped:Wait() until #LocalPlayer:GetChildren() - 4 - currentamount >= toolamount
  11154. renderstepped:Disconnect()
  11155. repeat runservice.RenderStepped:Wait() until LocalPlayer.Character:FindFirstChild("HumanoidRootPart") ~= nil
  11156. for _, char in pairs(characters) do
  11157. char:Destroy()
  11158. end
  11159. for index, tool in pairs(LocalPlayer:GetChildren()) do
  11160. if tool:IsA("Tool") then
  11161. tool.Parent = LocalPlayer.Backpack
  11162. tool.Handle.Massless = false
  11163. tool.Grip = CFrame.new(Vector3.new(0, math.sin(index + 0.5), index)) * CFrame.Angles(math.rad(tornadosize), 0, -index)
  11164. tool.Parent = LocalPlayer.Character
  11165. if tool.Handle:FindFirstChild("Mesh") ~= nil then
  11166. tool.Handle.Mesh:Destroy()
  11167. end
  11168. end
  11169. end
  11170. LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = savepos
  11171. tempchar:Destroy()
  11172. end)
  11173.  
  11174. bigbowl.Name = "bigbowl"
  11175. bigbowl.Parent = main
  11176. bigbowl.BackgroundColor3 = Color3.new(1, 1, 0)
  11177. bigbowl.Position = UDim2.new(0.341908664, 0, 0.647788644, 0)
  11178. bigbowl.Size = UDim2.new(0, 111, 0, 26)
  11179. bigbowl.Font = Enum.Font.GothamBold
  11180. bigbowl.Text = "Fe Big Bowl"
  11181. bigbowl.TextColor3 = Color3.new(0, 0, 0)
  11182. bigbowl.TextSize = 14
  11183. bigbowl.MouseButton1Down:connect(function()
  11184. workspace.Remote.TeamEvent:FireServer("Bright blue")
  11185.  
  11186. local toolamount = 250 -- How much covered the bowl is
  11187. local bowlsize = 20 -- How big the bowl is
  11188.  
  11189.  
  11190.  
  11191. local LocalPlayer = game:GetService("Players").LocalPlayer
  11192. local runservice = game:GetService("RunService")
  11193. local characters = {}
  11194. LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()
  11195. local currentamount = #LocalPlayer.Backpack:GetChildren()
  11196. LocalPlayer.Character.Archivable = true
  11197. local tempchar = LocalPlayer.Character:Clone()
  11198. tempchar.Parent = workspace
  11199. local savepos = LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame
  11200. local renderstepped = runservice.RenderStepped:Connect(function()
  11201. workspace.CurrentCamera.CameraSubject = tempchar:FindFirstChild("Humanoid")
  11202. for _, tool in pairs(LocalPlayer.Backpack:GetChildren()) do
  11203. if tool:IsA("Tool") then
  11204. tool.Parent = LocalPlayer
  11205. end
  11206. end
  11207. LocalPlayer.Character:ClearAllChildren()
  11208. local char = Instance.new("Model", workspace)
  11209. table.insert(characters, char)
  11210. Instance.new("Humanoid", char)
  11211. LocalPlayer.Character = char
  11212. repeat runservice.RenderStepped:Wait() until LocalPlayer.Character ~= nil
  11213. end)
  11214. repeat runservice.RenderStepped:Wait() until #LocalPlayer:GetChildren() - 4 - currentamount >= toolamount
  11215. renderstepped:Disconnect()
  11216. repeat runservice.RenderStepped:Wait() until LocalPlayer.Character:FindFirstChild("HumanoidRootPart") ~= nil
  11217. for _, char in pairs(characters) do
  11218. char:Destroy()
  11219. end
  11220. for index, tool in pairs(LocalPlayer:GetChildren()) do
  11221. if tool:IsA("Tool") then
  11222. tool.Parent = LocalPlayer.Backpack
  11223. tool.Handle.Massless = true
  11224. tool.Grip = CFrame.new(Vector3.new(math.sin(index * 0.1), bowlsize, 0)) * CFrame.Angles(math.sin(index * 0.1), index, 0)
  11225. tool.Parent = LocalPlayer.Character
  11226. if tool.Handle:FindFirstChild("Mesh") ~= nil then
  11227. tool.Handle.Mesh:Destroy()
  11228. end
  11229. end
  11230. end
  11231. LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = savepos
  11232. tempchar:Destroy()
  11233. LocalPlayer.Character:FindFirstChild("Humanoid").HipHeight = bowlsize
  11234. end)
  11235.  
  11236. tazeplrmain.Name = "tazeplrmain"
  11237. tazeplrmain.Parent = main
  11238. tazeplrmain.BackgroundColor3 = Color3.new(1, 0, 1)
  11239. tazeplrmain.Position = UDim2.new(0.358376801, 0, 0.83788842, 0)
  11240. tazeplrmain.Size = UDim2.new(0, 103, 0, 47)
  11241.  
  11242. tazetext.Name = "tazetext"
  11243. tazetext.Parent = tazeplrmain
  11244. tazetext.BackgroundColor3 = Color3.new(1, 0.666667, 1)
  11245. tazetext.Size = UDim2.new(0, 99, 0, 19)
  11246. tazetext.Font = Enum.Font.Gotham
  11247. tazetext.Text = "Player Name"
  11248. tazetext.TextColor3 = Color3.new(0, 0, 0)
  11249. tazetext.TextSize = 14
  11250.  
  11251. taze.Name = "taze"
  11252. taze.Parent = tazeplrmain
  11253. taze.BackgroundColor3 = Color3.new(0, 0, 0)
  11254. taze.Position = UDim2.new(0.128543824, 0, 0.510639191, 0)
  11255. taze.Size = UDim2.new(0, 80, 0, 22)
  11256. taze.Font = Enum.Font.GothamBold
  11257. taze.Text = "TAZE"
  11258. taze.TextColor3 = Color3.new(1, 1, 1)
  11259. taze.TextSize = 14
  11260. taze.MouseButton1Down:connect(function()
  11261. local A_1 =
  11262. {
  11263. [1] =
  11264. {
  11265. ["RayObject"] = Ray.new(Vector3.new(829.838562, 101.489998, 2331.25635), Vector3.new(-30.6540909, -5.42795324, 95.0308533)),
  11266. ["Distance"] = 15.355997085571,
  11267. ["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),
  11268. ["Hit"] = game.Workspace[tazetext.Text].Torso
  11269. }
  11270. }
  11271. local A_2 = game.Players.LocalPlayer.Backpack["Taser"]
  11272. local Event = game:GetService("ReplicatedStorage").ShootEvent
  11273. Event:FireServer(A_1, A_2)
  11274. end)
  11275.  
  11276. teamcrim.Name = "teamcrim"
  11277. teamcrim.Parent = main
  11278. teamcrim.BackgroundColor3 = Color3.new(1, 0, 0)
  11279. teamcrim.Position = UDim2.new(0.775380731, 0, 0.108776733, 0)
  11280. teamcrim.Size = UDim2.new(0, 83, 0, 22)
  11281. teamcrim.Font = Enum.Font.GothamBlack
  11282. teamcrim.Text = "Team Crim"
  11283. teamcrim.TextColor3 = Color3.new(0, 0, 0)
  11284. teamcrim.TextSize = 14
  11285. teamcrim.MouseButton1Down:connect(function()
  11286. wait(0.3)
  11287. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-976.125183, 109.123924, 2059.99536)
  11288.  
  11289. wait(0.3)
  11290. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(918.77,100,2379.07)
  11291. end)
  11292.  
  11293. tazeall.Name = "tazeall"
  11294. tazeall.Parent = main
  11295. tazeall.BackgroundColor3 = Color3.new(1, 0, 0)
  11296. tazeall.Position = UDim2.new(0.342309177, 0, 0.759402633, 0)
  11297. tazeall.Size = UDim2.new(0, 109, 0, 34)
  11298. tazeall.Font = Enum.Font.GothamBold
  11299. tazeall.Text = "Taze All"
  11300. tazeall.TextColor3 = Color3.new(0, 0, 0)
  11301. tazeall.TextSize = 14
  11302. tazeall.MouseButton1Down:connect(function()
  11303. workspace.Remote.TeamEvent:FireServer("Bright blue")
  11304.  
  11305. function kill(a)
  11306. local A_1 =
  11307. {
  11308. [1] =
  11309. {
  11310. ["RayObject"] = Ray.new(Vector3.new(829.838562, 101.489998, 2331.25635), Vector3.new(-30.6540909, -5.42795324, 95.0308533)),
  11311. ["Distance"] = 15.355997085571,
  11312. ["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),
  11313. ["Hit"] = a.Character.Torso
  11314. }
  11315. }
  11316. local A_2 = game.Players.LocalPlayer.Backpack["Taser"]
  11317. local Event = game:GetService("ReplicatedStorage").ShootEvent
  11318. Event:FireServer(A_1, A_2)
  11319. end
  11320.  
  11321. for i,v in pairs(game.Players:GetChildren())do
  11322. if v.Name ~= game.Players.LocalPlayer.Name then
  11323. kill(v)
  11324. end
  11325. end
  11326. end)
  11327.  
  11328. removewalls.Name = "removewalls"
  11329. removewalls.Parent = main
  11330. removewalls.BackgroundColor3 = Color3.new(1, 0, 0)
  11331. removewalls.Position = UDim2.new(0.670628905, 0, 0.758472741, 0)
  11332. removewalls.Size = UDim2.new(0, 110, 0, 34)
  11333. removewalls.Font = Enum.Font.GothamBold
  11334. removewalls.Text = "Remove Walls"
  11335. removewalls.TextColor3 = Color3.new(0, 0, 0)
  11336. removewalls.TextSize = 14
  11337. removewalls.MouseButton1Down:connect(function()
  11338. wait(0.1)
  11339. game.Workspace.Prison_Guard_Outpost:Remove()
  11340.  
  11341. wait(0.1)
  11342. game.Workspace.Prison_Cafeteria.building:Remove()
  11343.  
  11344. wait(0.1)
  11345. game.Workspace.Prison_Cafeteria.glass:Remove()
  11346.  
  11347. wait(0.1)
  11348. game.Workspace.Prison_Cafeteria.oven:Remove()
  11349.  
  11350. wait(0.1)
  11351. game.Workspace.Prison_Cafeteria.shelves:Remove()
  11352.  
  11353. wait(0.1)
  11354. game.Workspace.Prison_Cafeteria.vents:Remove()
  11355.  
  11356. wait(0.1)
  11357. game.Workspace.Prison_Cafeteria.accents:Remove()
  11358.  
  11359. wait(0.1)
  11360. game.Workspace.Prison_Cafeteria.vendingmachine:Remove()
  11361.  
  11362. wait(0.1)
  11363. game.Workspace.Prison_Cafeteria.Prison_table1:Remove()
  11364.  
  11365. wait(0.1)
  11366. game.Workspace.Prison_Cafeteria.counter:Remove()
  11367.  
  11368. wait(0.1)
  11369. game.Workspace.Prison_Cafeteria.boxes:Remove()
  11370. end)
  11371.  
  11372. removeall.Name = "removeall"
  11373. removeall.Parent = main
  11374. removeall.BackgroundColor3 = Color3.new(1, 0, 0)
  11375. removeall.Position = UDim2.new(0.673120499, 0, 0.838146329, 0)
  11376. removeall.Size = UDim2.new(0, 110, 0, 47)
  11377. removeall.Font = Enum.Font.GothamBold
  11378. removeall.Text = "Remove All"
  11379. removeall.TextColor3 = Color3.new(0, 0, 0)
  11380. removeall.TextSize = 14
  11381. removeall.MouseButton1Down:connect(function()
  11382. wait(0.1)
  11383. game.Workspace.Prison_Halls.walls:Remove()
  11384.  
  11385. wait(0.1)
  11386. game.Workspace.Prison_Halls.roof:Remove()
  11387.  
  11388. wait(0.1)
  11389. game.Workspace.Prison_Halls.outlines:Remove()
  11390.  
  11391. wait(0.1)
  11392. game.Workspace.Prison_Halls.lights:Remove()
  11393.  
  11394. wait(0.1)
  11395. Workspace.Prison_Halls.accent:Remove()
  11396.  
  11397. wait(0.1)
  11398. game.Workspace.Prison_Halls.glass:Remove()
  11399.  
  11400. wait(0.1)
  11401. game.Workspace.Prison_Cellblock.b_front:Remove()
  11402.  
  11403. wait(0.1)
  11404. game.Workspace.Prison_Cellblock.doors:Remove()
  11405.  
  11406. wait(0.1)
  11407. game.Workspace.Prison_Cellblock.c_tables:Remove()
  11408.  
  11409. wait(0.1)
  11410. game.Workspace.Prison_Cellblock.a_front:Remove()
  11411.  
  11412. wait(0.1)
  11413. game.Workspace.Prison_Cellblock.b_outerwall:Remove()
  11414.  
  11415. wait(0.1)
  11416. game.Workspace.Prison_Cellblock.c_wall:Remove()
  11417.  
  11418. wait(0.1)
  11419. game.Workspace.Prison_Cellblock.b_wall:Remove()
  11420.  
  11421. wait(0.1)
  11422. game.Workspace.Prison_Cellblock.c_hallwall:Remove()
  11423.  
  11424. wait(0.1)
  11425. game.Workspace.Prison_Cellblock.a_outerwall:Remove()
  11426.  
  11427. wait(0.1)
  11428. game.Workspace.Prison_Cellblock.b_ramp:Remove()
  11429.  
  11430. wait(0.1)
  11431. game.Workspace.Prison_Cellblock.a_ramp:Remove()
  11432.  
  11433. wait(0.1)
  11434. game.Workspace.Prison_Cellblock.a_walls:Remove()
  11435.  
  11436. wait(0.1)
  11437. game.Workspace.Prison_Cellblock.Cells_B:Remove()
  11438.  
  11439. wait(0.1)
  11440. game.Workspace.Prison_Cellblock.Cells_A:Remove()
  11441.  
  11442. wait(0.1)
  11443. game.Workspace.Prison_Cellblock.c_corner:Remove()
  11444.  
  11445. wait(0.1)
  11446. game.Workspace.Prison_Cellblock.Wedge:Remove()
  11447.  
  11448. wait(0.1)
  11449. game.Workspace.Prison_Cellblock.a_ceiling:Remove()
  11450.  
  11451. wait(0.1)
  11452. game.Workspace.Prison_Cellblock.b_ceiling:Remove()
  11453.  
  11454. wait(0.1)
  11455. game.Workspace.City_buildings:Remove()
  11456.  
  11457. wait(0.1)
  11458. game.Workspace.Prison_OuterWall:Remove()
  11459.  
  11460. wait(0.1)
  11461. game.Workspace.Prison_Fences:Remove()
  11462. end)
  11463.  
  11464. lagserver.Name = "lagserver"
  11465. lagserver.Parent = main
  11466. lagserver.BackgroundColor3 = Color3.new(0.333333, 0, 0.498039)
  11467. lagserver.Position = UDim2.new(0.66476965, 0, 0.659647882, 0)
  11468. lagserver.Size = UDim2.new(0, 120, 0, 42)
  11469. lagserver.Font = Enum.Font.GothamBold
  11470. lagserver.Text = "Lag Server (Swat)"
  11471. lagserver.TextColor3 = Color3.new(0, 1, 1)
  11472. lagserver.TextSize = 14
  11473. lagserver.MouseButton1Down:connect(function()
  11474. while true do
  11475. workspace.Remote.TeamEvent:FireServer("Bright blue")
  11476.  
  11477. for i = 10000,999999999999999,1 do
  11478. for i,v in pairs(Workspace.Prison_ITEMS.clothes:GetChildren()) do
  11479.  
  11480. lol = Workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  11481. print(lol)
  11482. end
  11483. end
  11484. end
  11485.  
  11486. end)
  11487. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement