Advertisement
Guest User

roblox prisonbreaker v1.5 modified

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