Advertisement
yeeyeehaicut

Untitled

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