Advertisement
Moe7887

Prison life GUI

May 12th, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 185.81 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local PrisonBreakerv13 = Instance.new("ScreenGui")
  5. local main = Instance.new("Frame")
  6. local title = Instance.new("TextLabel")
  7. local credits = Instance.new("TextLabel")
  8. local police = Instance.new("TextButton")
  9. local inmate = Instance.new("TextButton")
  10. local neutral = Instance.new("TextButton")
  11. local arrestcrims = Instance.new("TextButton")
  12. local invis = Instance.new("TextButton")
  13. local superpunch = Instance.new("TextButton")
  14. local guns = Instance.new("TextButton")
  15. local taserbypass = Instance.new("TextButton")
  16. local fling = Instance.new("TextButton")
  17. local reviz = Instance.new("TextButton")
  18. local arrest = Instance.new("TextButton")
  19. local attach = Instance.new("TextButton")
  20. local fastrem = Instance.new("TextButton")
  21. local fastm9 = Instance.new("TextButton")
  22. local fasttaze = Instance.new("TextButton")
  23. local fastak = Instance.new("TextButton")
  24. local killothers = Instance.new("TextButton")
  25. local btools = Instance.new("TextButton")
  26. local speed = Instance.new("TextButton")
  27. local escape = Instance.new("TextButton")
  28. local label = Instance.new("TextLabel")
  29. local prison = Instance.new("TextButton")
  30. local yard = Instance.new("TextButton")
  31. local crimbase = Instance.new("TextButton")
  32. local aimbot = Instance.new("TextButton")
  33. local respawn = Instance.new("TextButton")
  34. local lag = Instance.new("TextButton")
  35. --Properties:
  36. PrisonBreakerv13.Name = "PrisonBreaker v1.3"
  37. PrisonBreakerv13.Parent = game.CoreGui
  38.  
  39. main.Name = "main"
  40. main.Parent = PrisonBreakerv13
  41. main.BackgroundColor3 = Color3.new(0, 1, 0)
  42. main.Position = UDim2.new(0.00947120413, 0, 0.311656445, 0)
  43. main.Size = UDim2.new(0, 383, 0, 538)
  44. main.Active = true
  45. main.Draggable = true
  46.  
  47. title.Name = "title"
  48. title.Parent = main
  49. title.BackgroundColor3 = Color3.new(0.333333, 0, 1)
  50. title.Size = UDim2.new(0, 381, 0, 50)
  51. title.Font = Enum.Font.ArialBold
  52. title.Text = "PrisonBreaker V1.3"
  53. title.TextColor3 = Color3.new(0, 0, 0)
  54. title.TextSize = 14
  55.  
  56. credits.Name = "credits"
  57. credits.Parent = main
  58. credits.BackgroundColor3 = Color3.new(0.333333, 0.333333, 1)
  59. credits.Position = UDim2.new(0, 0, 0.925650537, 0)
  60. credits.Size = UDim2.new(0, 381, 0, 40)
  61. credits.Font = Enum.Font.Highway
  62. credits.Text = "Made By kekemama645"
  63. credits.TextColor3 = Color3.new(0, 0, 0)
  64. credits.TextSize = 14
  65.  
  66. police.Name = "police"
  67. police.Parent = main
  68. police.BackgroundColor3 = Color3.new(0.333333, 0.333333, 1)
  69. police.Position = UDim2.new(0.0203045681, 0, 0.115241639, 0)
  70. police.Size = UDim2.new(0, 111, 0, 32)
  71. police.Font = Enum.Font.GothamBold
  72. police.Text = "Team Police"
  73. police.TextColor3 = Color3.new(0, 0, 0)
  74. police.TextSize = 14
  75. police.MouseButton1Down:connect(function()
  76. workspace.Remote.TeamEvent:FireServer("Bright blue")
  77. end)
  78.  
  79. inmate.Name = "inmate"
  80. inmate.Parent = main
  81. inmate.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  82. inmate.Position = UDim2.new(0.3350254, 0, 0.115241639, 0)
  83. inmate.Size = UDim2.new(0, 111, 0, 32)
  84. inmate.Font = Enum.Font.GothamBold
  85. inmate.Text = "Team Inmate"
  86. inmate.TextColor3 = Color3.new(0, 0, 0)
  87. inmate.TextSize = 14
  88. inmate.MouseButton1Down:connect(function()
  89. workspace.Remote.TeamEvent:FireServer("Bright orange")
  90. end)
  91.  
  92. neutral.Name = "neutral"
  93. neutral.Parent = main
  94. neutral.BackgroundColor3 = Color3.new(0.772549, 0.74902, 0.784314)
  95. neutral.Position = UDim2.new(0.657360375, 0, 0.115241639, 0)
  96. neutral.Size = UDim2.new(0, 111, 0, 32)
  97. neutral.Font = Enum.Font.GothamBold
  98. neutral.Text = "Team Neutral"
  99. neutral.TextColor3 = Color3.new(0, 0, 0)
  100. neutral.TextSize = 14
  101. neutral.MouseButton1Down:connect(function()
  102. Workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  103. end)
  104.  
  105. arrestcrims.Name = "arrestcrims"
  106. arrestcrims.Parent = main
  107. arrestcrims.BackgroundColor3 = Color3.new(1, 0, 0)
  108. arrestcrims.Position = UDim2.new(0.0203045681, 0, 0.18959108, 0)
  109. arrestcrims.Size = UDim2.new(0, 111, 0, 31)
  110. arrestcrims.Font = Enum.Font.GothamBold
  111. arrestcrims.Text = "Arrest Crims"
  112. arrestcrims.TextColor3 = Color3.new(0, 0, 0)
  113. arrestcrims.TextSize = 14
  114. arrestcrims.MouseButton1Down:connect(function()
  115. local Player = game.Players.LocalPlayer
  116. local cpos = Player.Character.HumanoidRootPart.CFrame
  117. for i,v in pairs(game.Teams.Criminals:GetPlayers()) do
  118. if v.Name ~= Player.Name then
  119. local i = 10
  120. repeat
  121. wait()
  122. i = i-1
  123. game.Workspace.Remote.arrest:InvokeServer(v.Character.HumanoidRootPart)
  124. Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  125. until i == 0
  126. end
  127. end
  128. Player.Character.HumanoidRootPart.CFrame = cpos
  129. Notify("Success", "Arrested all of the n00bs", "Cool!")
  130. end)
  131.  
  132. invis.Name = "invis"
  133. invis.Parent = main
  134. invis.BackgroundColor3 = Color3.new(1, 0, 0)
  135. invis.Position = UDim2.new(0.332487345, 0, 0.18959108, 0)
  136. invis.Size = UDim2.new(0, 111, 0, 31)
  137. invis.Font = Enum.Font.GothamBold
  138. invis.Text = "Invisible"
  139. invis.TextColor3 = Color3.new(0, 0, 0)
  140. invis.TextSize = 14
  141. invis.MouseButton1Down:connect(function()
  142. local player = game.Players.LocalPlayer
  143. position = player.Character.HumanoidRootPart.Position
  144. wait(0.1)
  145. player.Character:MoveTo(position + Vector3.new(0, 1000000, 0))
  146. wait(0.1)
  147. humanoidrootpart = player.Character.HumanoidRootPart:clone()
  148. wait(0.1)
  149. player.Character.HumanoidRootPart:Destroy()
  150. humanoidrootpart.Parent = player.Character
  151. player.Character:MoveTo(position)
  152. wait()
  153. end)
  154.  
  155. superpunch.Name = "superpunch"
  156. superpunch.Parent = main
  157. superpunch.BackgroundColor3 = Color3.new(1, 0, 0)
  158. superpunch.Position = UDim2.new(0.657360375, 0, 0.18959108, 0)
  159. superpunch.Size = UDim2.new(0, 111, 0, 31)
  160. superpunch.Font = Enum.Font.GothamBold
  161. superpunch.Text = "SuperPunch"
  162. superpunch.TextColor3 = Color3.new(0, 0, 0)
  163. superpunch.TextSize = 14
  164. superpunch.MouseButton1Down:connect(function()
  165. 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)
  166. end)
  167.  
  168. guns.Name = "guns"
  169. guns.Parent = main
  170. guns.BackgroundColor3 = Color3.new(1, 0, 0)
  171. guns.Position = UDim2.new(0.0203045681, 0, 0.262081772, 0)
  172. guns.Size = UDim2.new(0, 111, 0, 32)
  173. guns.Font = Enum.Font.GothamBlack
  174. guns.Text = "Guns"
  175. guns.TextColor3 = Color3.new(0, 0, 0)
  176. guns.TextSize = 14
  177. guns.MouseButton1Down:connect(function()
  178. for i,v in pairs(Workspace.Prison_ITEMS.giver:GetChildren()) do
  179.  
  180. lol = Workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  181. print(lol)
  182. end
  183. end)
  184.  
  185. taserbypass.Name = "taserbypass"
  186. taserbypass.Parent = main
  187. taserbypass.BackgroundColor3 = Color3.new(1, 0, 0)
  188. taserbypass.Position = UDim2.new(0.33502537, 0, 0.262081772, 0)
  189. taserbypass.Size = UDim2.new(0, 111, 0, 32)
  190. taserbypass.Font = Enum.Font.GothamBold
  191. taserbypass.Text = "Taser Bypass"
  192. taserbypass.TextColor3 = Color3.new(0, 0, 0)
  193. taserbypass.TextSize = 14
  194. taserbypass.MouseButton1Down:connect(function()
  195. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
  196. game.Players.LocalPlayer.CharacterAdded:connect(function()
  197. game.Workspace:WaitForChild(game.Players.LocalPlayer.Name)
  198. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
  199. end)
  200. local message = Instance.new("Message",game.Workspace)
  201. message.Text = 'Made By kekemama645'
  202. wait(2)
  203. message:Destroy()
  204. end)
  205.  
  206. fling.Name = "fling"
  207. fling.Parent = main
  208. fling.BackgroundColor3 = Color3.new(1, 0, 0)
  209. fling.Position = UDim2.new(0.657360375, 0, 0.262081772, 0)
  210. fling.Size = UDim2.new(0, 111, 0, 32)
  211. fling.Font = Enum.Font.GothamBold
  212. fling.Text = "Fling"
  213. fling.TextColor3 = Color3.new(0, 0, 0)
  214. fling.TextSize = 14
  215. fling.MouseButton1Down:connect(function()
  216. --fe fling script, modified by CDrom202 for R6
  217.  
  218. power = 300 -- change this to make it more or less powerful
  219.  
  220. game:GetService('RunService').Stepped:connect(function()
  221. game.Players.LocalPlayer.Character.Head.CanCollide = false
  222. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  223. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  224. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  225. end)
  226.  
  227. wait(.1)
  228. local bambam = Instance.new("BodyThrust")
  229. bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  230. bambam.Force = Vector3.new(power,0,power)
  231. bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  232. end)
  233.  
  234. reviz.Name = "reviz"
  235. reviz.Parent = main
  236. reviz.BackgroundColor3 = Color3.new(1, 0, 0)
  237. reviz.Position = UDim2.new(0.0183727033, 0, 0.332713753, 0)
  238. reviz.Size = UDim2.new(0, 111, 0, 32)
  239. reviz.Font = Enum.Font.GothamBold
  240. reviz.Text = "Reviz Admin"
  241. reviz.TextColor3 = Color3.new(0, 0, 0)
  242. reviz.TextSize = 14
  243. reviz.MouseButton1Down:connect(function()
  244. -- Creator: illremember#3799
  245.  
  246. -- Credits to infinite yield, harkinian, dex creators
  247.  
  248. prefix = ";"
  249. wait(0.3)
  250. Commands = {
  251. '[-] cmdbar is shown when ; is pressed.',
  252. '[1] kill [plr] -- You need a tool! Will kill the player, use rkill to kill you and player',
  253. '[2] bring [plr] -- You need a tool! Will bring player to you',
  254. '[3] spin [plr] -- You need a tool! Makes you and the player spin crazy',
  255. '[4] unspin -- Use after using spin cmd and dying, so you stop loop teleporting',
  256. '[5] attach [plr] -- You need a tool! Attaches you to player',
  257. '[6] unattach [plr] -- Attempts to unattach you from a player',
  258. '[7] follow [plr] -- Makes you follow behind the player',
  259. '[8] unfollow',
  260. '[9] freefall [plr] -- You need a tool! Teleports you and the player up into the air',
  261. '[10] trail [plr] -- The opposite of follow, you stay infront of player',
  262. '[11] untrail',
  263. '[12] orbit [plr] -- Makes you orbit the player',
  264. '[13] unorbit',
  265. '[14] fling [plr] -- Makes you fling the player',
  266. '[15] unfling',
  267. '[16] fecheck -- Checks if the game is FE or not',
  268. '[17] void [plr] -- Teleports player to the void',
  269. '[18] noclip -- Gives you noclip to walk through walls',
  270. '[19] clip -- Removes noclip',
  271. '[20] speed [num]/ws [num] -- Changes how fast you walk 16 is default',
  272. '[21] jumppower [num]/jp [num] -- Changes how high you jump 50 is default',
  273. '[22] hipheight [num]/hh [num] -- Changes how high you float 0 is default',
  274. '[23] default -- Changes your speed, jumppower and hipheight to default values',
  275. '[24] annoy [plr] -- Loop teleports you to the player',
  276. '[25] unannoy',
  277. '[26] headwalk [plr] -- Loop teleports you to the player head',
  278. '[27] unheadwalk',
  279. '[28] nolimbs -- Removes your arms and legs',
  280. '[29] god -- Gives you FE Godmode',
  281. '[30] drophats -- Drops your accessories',
  282. '[31] droptool -- Drops any tool you have equipped',
  283. '[32] loopdhats -- Loop drops your accessories',
  284. '[33] unloopdhats',
  285. '[34] loopdtool -- Loop drops any tools you have equipped',
  286. '[35] unloopdtool',
  287. '[36] invisible -- Gives you invisibility CREDIT TO TIMELESS',
  288. '[37] view [plr] -- Changes your camera to the player character',
  289. '[38] unview',
  290. '[39] goto [plr] -- Teleports you to player',
  291. '[40] fly -- Allows you to fly, credit to Infinite Yield',
  292. '[41] unfly',
  293. '[42] chat [msg] -- Makes you chat a message',
  294. '[43] spam [msg] -- Spams a message',
  295. '[44] unspam',
  296. '[45] spamwait [num] -- Changes delay of chatting a message for the spam command in seconds default is 1 second',
  297. '[46] pmspam [plr] -- Spams a player in private message',
  298. '[47] unpmspam',
  299. '[48] cfreeze [plr] -- Freezes a player on your client, they will only be frozen for you',
  300. '[49] uncfreeze [plr]',
  301. '[50] unlockws -- Unlocks the workspace',
  302. '[51] lockws -- Locks the workspace',
  303. '[52] btools -- Gives you btools that will only show to you useful for deleting certain blocks only for you',
  304. '[53] pstand -- Enables platform stand',
  305. '[54] unpstand -- Disables platform stand',
  306. '[55] blockhead -- Removes your head mesh',
  307. '[56] sit',
  308. '[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',
  309. '[58] wsvis [num] -- Changes visibility of workspace parts, num should be between 0 and 1, only shows client sided',
  310. '[59] hypertotal -- Loads in my FE GUI Hypertotal',
  311. '[60] cmds -- Prints all commands',
  312. '[61] rmeshhats/blockhats -- Removes the meshes of all your accessories aka block hats',
  313. '[62] rmeshtool/blocktool -- Removes the mesh of the tool you have equipped aka block tool',
  314. '[63] spinner -- Makes you spin',
  315. '[64] nospinner',
  316. '[65] reach [num] -- Gives you reach, mostly used for swords, say ;reachd for default and enter number after for custom',
  317. '[66] noreach -- Removes reach, must have tool equipped',
  318. '[67] rkill [plr] -- Kills you and the player, use kill to just kill the player without dying',
  319. '[68] tp me [plr] -- Alternative to goto',
  320. '[69] cbring [plr] -- Brings player infront of you, shows only on client, allows you to do damage to player',
  321. '[70] uncbring',
  322. '[71] swap [plr] -- You need a tool! Swaps players position with yours and your position with players',
  323. '[72] givetool [plr] -- Gives the tool you have equipped to the player',
  324. '[73] glitch [plr] -- Glitches you and the player, looks very cool',
  325. '[74] unglitch -- Unglitches you',
  326. '[75] grespawn -- Alternative to normal respawn and usually works best for when you want to reset with FE Godmode',
  327. '[76] explorer -- Loads up DEX',
  328. '[77] reset -- Resets your character.',
  329. '[78] anim [id] -- Applies an animation on you, must be created by ROBLOX',
  330. '[79] animgui -- Loads up Energize animations GUI',
  331. '[80] savepos -- Saves your current position',
  332. '[81] loadpos -- Teleports you to your saved position',
  333. '[82] bang [plr] -- 18+ will not work if you have FE Godmode on',
  334. '[83] unbang',
  335. '[84] delcmdbar -- Removes the command bar completely',
  336. '[85] bringmod [obj] -- Brings all the parts in a model, client only, comes from ;bringobj enter exact name of model',
  337. '[86] shutdown -- Uses harkinians script to shutdown server',
  338. '[87] respawn -- If grespawn doesnt work you can use respawn',
  339. '[88] delobj [obj] -- Deletes a certain brick in workspace, client sided',
  340. '[89] getplrs -- Prints all players in game',
  341. '[90] deldecal -- Deletes all decals client sided',
  342. '[91] opfinality -- Loads in my FE GUI Opfinality',
  343. '[92] remotes -- Prints all remotes in the game in the console when added',
  344. '[93] noremotes -- Stops printing remotes',
  345. '[94] tpdefault -- Stops all loop teleports to a player',
  346. '[95] stopsit -- Will not allow you to sit',
  347. '[96] gosit -- Allows you to sit',
  348. '[97] clicktp -- Enables click tp',
  349. '[98] noclicktp -- Disables click tp',
  350. '[99] toolson -- If any tools are dropped in the workspace you will automatically get them',
  351. '[100] toolsoff -- Stops ;toolson',
  352. '[101] version -- Gets the admin version',
  353. '[102] state [num] -- Changes your humanoid state, ;unstate to stop.',
  354. '[103] gravity [num] -- Changes workspace gravity default is 196.2',
  355. '[104] pgs -- Checks if the game has PGSPhysicsSolverEnabled enabled',
  356. '[105] clickdel -- Delete any block you press q on, client sided',
  357. '[106] noclickdel -- Stops clickdel',
  358. '[107] looprhats -- Loop removes mesh of your hats/loop block hats',
  359. '[108] unlooprhats -- Stops loop removing mesh',
  360. '[109] looprtool -- Loop removes mesh of your tool/loop block tools',
  361. '[110] unlooprtool -- Stops loop removing mesh',
  362. '[111] givealltools [plr] -- Gives all the tools you have in your backpack to the player',
  363. '[112] age [plr] -- Makes you chat the account age of the player',
  364. '[113] id [plr] -- Makes you chat the account ID of the player',
  365. '[114] .age [plr] -- Privately shows you the account age of the player',
  366. '[115] .id [plr] -- Privately shows you the account ID of the player',
  367. '[116] gameid -- Shows the game ID',
  368. '[117] removeinvis -- Removes all invisible walls/parts, client sided',
  369. '[118] removefog -- Removes fog, client sided',
  370. '[119] disable -- Disables your character by removing humanoid',
  371. '[120] enable -- Enables your character by adding humanoid',
  372. '[121] prefix [key] -- Changes the prefix used, default is ;',
  373. '[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.',
  374. '[123] flyspeed [num] -- Change your fly speed, default is 1',
  375. '[124] carpet [plr] -- Makes you a carpet for a player, will not work if FE Godmode is on',
  376. '[125] uncarpet -- Stops carpet player',
  377. '[126] stare [plr] -- Turns your character to stare at another player',
  378. '[127] unstare -- Stops stare player',
  379. '[128] logchat -- Logs all chat (including /e and whispers) of all players',
  380. '[129] unlogchat -- Disables logchat',
  381. '[130] fixcam -- Fixes/resets your camera',
  382. '[131] unstate -- Stops changing state',
  383. }
  384. speedget = 1
  385.  
  386. lplayer = game:GetService("Players").LocalPlayer
  387.  
  388. lplayer.CharacterAdded:Connect(function(character)
  389. spin = false
  390. flying = false
  391. staring = false
  392. banpl = false
  393. end)
  394.  
  395. function change()
  396. prefix = prefix
  397. speedfly = speedfly
  398. end
  399.  
  400. function GetPlayer(String) -- Credit to Timeless/xFunnieuss
  401. local Found = {}
  402. local strl = String:lower()
  403. if strl == "all" then
  404. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  405. table.insert(Found,v)
  406. end
  407. elseif strl == "others" then
  408. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  409. if v.Name ~= lplayer.Name then
  410. table.insert(Found,v)
  411. end
  412. end
  413. elseif strl == "me" then
  414. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  415. if v.Name == lplayer.Name then
  416. table.insert(Found,v)
  417. end
  418. end
  419. else
  420. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  421. if v.Name:lower():sub(1, #String) == String:lower() then
  422. table.insert(Found,v)
  423. end
  424. end
  425. end
  426. return Found
  427. end
  428.  
  429. local Mouse = lplayer:GetMouse()
  430.  
  431. spin = false
  432. followed = false
  433. traill = false
  434. noclip = false
  435. annoying = false
  436. hwalk = false
  437. droppinghats = false
  438. droppingtools = false
  439. flying = false
  440. spamdelay = 1
  441. spamming = false
  442. spammingpm = false
  443. cbringing = false
  444. remotes = true
  445. added = true
  446. binds = false
  447. stopsitting = false
  448. clickgoto = false
  449. gettingtools = false
  450. removingmeshhats = false
  451. removingmeshtool = false
  452. clickdel = false
  453. staring = false
  454. chatlogs = false
  455. banpl = false
  456. changingstate = false
  457. statechosen = 0
  458.  
  459. adminversion = "Reviz Admin by illremember, Version 2.0"
  460.  
  461. flying = false
  462. speedfly = 1
  463.  
  464. function plrchat(plr, chat)
  465. print(plr.Name..": "..tick().."\n"..chat)
  466. end
  467.  
  468. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  469. v.Chatted:connect(function(chat)
  470. if chatlogs then
  471. plrchat(v, chat)
  472. end
  473. end)
  474. end
  475. game:GetService("Players").PlayerAdded:connect(function(plr)
  476. plr.Chatted:connect(function(chat)
  477. if chatlogs then
  478. plrchat(plr, chat)
  479. end
  480. end)
  481. end)
  482.  
  483.  
  484. local ScreenGui = Instance.new("ScreenGui")
  485. local Frame = Instance.new("Frame")
  486. local CMDBAR = Instance.new("TextBox")
  487. ScreenGui.Parent = game:GetService("CoreGui")
  488. Frame.Parent = ScreenGui
  489. Frame.BackgroundColor3 = Color3.new(0.3, 0.1, 0.1)
  490. Frame.BackgroundTransparency = 0.3
  491. Frame.Position = UDim2.new(0.5, 0, 0, 10)
  492. Frame.Size = UDim2.new(0, 200, 0, 40)
  493. Frame.Active = true
  494. Frame.Draggable = true
  495. CMDBAR.Name = "CMDBAR"
  496. CMDBAR.Parent = Frame
  497. CMDBAR.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  498. CMDBAR.BackgroundTransparency = 0.20000000298023
  499. CMDBAR.Size = UDim2.new(0, 180, 0, 20)
  500. CMDBAR.Position = UDim2.new(0.05, 0, 0.25, 0)
  501. CMDBAR.Font = Enum.Font.SourceSansLight
  502. CMDBAR.FontSize = Enum.FontSize.Size14
  503. CMDBAR.TextColor3 = Color3.new(0.945098, 0.945098, 0.945098)
  504. CMDBAR.TextScaled = true
  505. CMDBAR.TextSize = 14
  506. CMDBAR.TextWrapped = true
  507. CMDBAR.Text = "Press ; to type, Enter to execute"
  508.  
  509. local CMDS = Instance.new("ScreenGui")
  510. local CMDSFRAME = Instance.new("Frame")
  511. local ScrollingFrame = Instance.new("ScrollingFrame")
  512. local TextLabel = Instance.new("TextLabel")
  513. local closegui = Instance.new("TextButton")
  514. CMDS.Name = "CMDS"
  515. CMDS.Parent = game:GetService("CoreGui")
  516. CMDSFRAME.Name = "CMDSFRAME"
  517. CMDSFRAME.Parent = CMDS
  518. CMDSFRAME.Active = true
  519. CMDSFRAME.BackgroundColor3 = Color3.new(0.223529, 0.231373, 0.309804)
  520. CMDSFRAME.BorderSizePixel = 0
  521. CMDSFRAME.Draggable = true
  522. CMDSFRAME.Position = UDim2.new(0, 315, 0, 100)
  523. CMDSFRAME.Size = UDim2.new(0, 275, 0, 275)
  524. CMDSFRAME.Visible = false
  525. ScrollingFrame.Parent = CMDSFRAME
  526. ScrollingFrame.BackgroundColor3 = Color3.new(0.160784, 0.160784, 0.203922)
  527. ScrollingFrame.BorderSizePixel = 0
  528. ScrollingFrame.Position = UDim2.new(0, 0, 0.0729999989, 0)
  529. ScrollingFrame.Size = UDim2.new(1.04999995, 0, 0.92900002, 0)
  530. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 10, 0)
  531. TextLabel.Parent = ScrollingFrame
  532. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  533. TextLabel.BackgroundTransparency = 1
  534. TextLabel.Size = UDim2.new(0.930000007, 0, 1, 0)
  535. TextLabel.Font = Enum.Font.SourceSans
  536. TextLabel.FontSize = Enum.FontSize.Size18
  537. 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."
  538. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  539. TextLabel.TextSize = 15
  540. TextLabel.TextWrapped = true
  541. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  542. TextLabel.TextYAlignment = Enum.TextYAlignment.Top
  543. closegui.Name = "closegui"
  544. closegui.Parent = CMDSFRAME
  545. closegui.BackgroundColor3 = Color3.new(0.890196, 0.223529, 0.0588235)
  546. closegui.BorderSizePixel = 0
  547. closegui.Position = UDim2.new(0.995000005, 0, 0, 0)
  548. closegui.Size = UDim2.new(0.0545952693, 0, 0.0728644878, 0)
  549. closegui.Font = Enum.Font.SourceSansBold
  550. closegui.FontSize = Enum.FontSize.Size24
  551. closegui.Text = "X"
  552. closegui.TextColor3 = Color3.new(1, 1, 1)
  553. closegui.TextSize = 20
  554.  
  555. closegui.MouseButton1Click:connect(function()
  556. CMDSFRAME.Visible = false
  557. end)
  558.  
  559. game:GetService('RunService').Stepped:connect(function()
  560. if spin then
  561. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[spinplr.Name].Character.HumanoidRootPart.CFrame
  562. end
  563. if followed then
  564. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame.lookVector * -5
  565. end
  566. if traill then
  567. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame.lookVector * 5
  568. end
  569. if annoying then
  570. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[annplr.Name].Character.HumanoidRootPart.CFrame
  571. end
  572. if hwalk then
  573. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[hdwplr.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 4, 0)
  574. end
  575. if staring then
  576. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(lplayer.Character.Torso.Position, game:GetService("Players")[stareplr.Name].Character.Torso.Position)
  577. end
  578. end)
  579. game:GetService('RunService').Stepped:connect(function()
  580. if noclip then
  581. if lplayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  582. lplayer.Character.Head.CanCollide = false
  583. lplayer.Character.Torso.CanCollide = false
  584. lplayer.Character["Left Leg"].CanCollide = false
  585. lplayer.Character["Right Leg"].CanCollide = false
  586. else
  587. lplayer.Character.Humanoid:ChangeState(11)
  588. end
  589. end
  590. if changingstate then
  591. lplayer.Character.Humanoid:ChangeState(statechosen)
  592. end
  593. end)
  594. game:GetService('RunService').Stepped:connect(function()
  595. if droppinghats then
  596. for i,v in pairs(lplayer.Character:GetChildren()) do
  597. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  598. v.Parent = workspace
  599. end
  600. end
  601. end
  602. if droppingtools then
  603. for i,v in pairs(lplayer.Character:GetChildren()) do
  604. if (v:IsA("Tool")) then
  605. v.Parent = workspace
  606. end
  607. end
  608. end
  609. if removingmeshhats then
  610. for i,v in pairs(lplayer.Character:GetChildren()) do
  611. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  612. v.Handle.Mesh:Destroy()
  613. end
  614. end
  615. end
  616. if removingmeshtool then
  617. for i,v in pairs(lplayer.Character:GetChildren()) do
  618. if (v:IsA("Tool")) then
  619. v.Handle.Mesh:Destroy()
  620. end
  621. end
  622. end
  623. end)
  624. game:GetService('RunService').Stepped:connect(function()
  625. if banpl then
  626. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[bplrr].Character.HumanoidRootPart.CFrame
  627. end
  628. end)
  629. game:GetService('RunService').Stepped:connect(function()
  630. if stopsitting then
  631. lplayer.Character.Humanoid.Sit = false
  632. end
  633. end)
  634.  
  635. plr = lplayer
  636. hum = plr.Character.HumanoidRootPart
  637. mouse = plr:GetMouse()
  638. mouse.KeyDown:connect(function(key)
  639. if key == "e" then
  640. if mouse.Target then
  641. if clickgoto then
  642. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  643. elseif clickdel then
  644. mouse.Target:Destroy()
  645. end
  646. end
  647. end
  648. end)
  649.  
  650. game:GetService("Workspace").ChildAdded:connect(function(part)
  651. if gettingtools then
  652. if part:IsA("Tool") then
  653. part.Handle.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  654. end
  655. end
  656. end)
  657.  
  658. lplayer.Chatted:Connect(function(msg)
  659. if string.sub(msg, 1, 6) == (prefix.."kill ") then
  660. if string.sub(msg, 7) == "me" then
  661. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  662. else
  663. for i,v in pairs(GetPlayer(string.sub(msg, 7)))do
  664. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  665. lplayer.Character.Humanoid.Name = 1
  666. local l = lplayer.Character["1"]:Clone()
  667. l.Parent = lplayer.Character
  668. l.Name = "Humanoid"
  669. wait(0.1)
  670. lplayer.Character["1"]:Destroy()
  671. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  672. lplayer.Character.Animate.Disabled = true
  673. wait(0.1)
  674. lplayer.Character.Animate.Disabled = false
  675. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  676. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  677. lplayer.Character.Humanoid:EquipTool(v)
  678. end
  679. local function tp(player,player2)
  680. local char1,char2=player.Character,player2.Character
  681. if char1 and char2 then
  682. char1:MoveTo(char2.Head.Position)
  683. end
  684. end
  685. wait(0.1)
  686. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  687. wait(0.2)
  688. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  689. wait(0.5)
  690. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  691. wait(0.7)
  692. tp(lplayer,game:GetService("Players")[v.Name])
  693. wait(0.7)
  694. lplayer.Character.HumanoidRootPart.CFrame = NOW
  695. game:GetService("StarterGui"):SetCore("SendNotification", {
  696. Title = "Tools needed!";
  697. Text = "You need a tool in your backpack for this command!";
  698. })
  699. end
  700. end
  701. end
  702. if string.sub(msg, 1, 7) == (prefix.."bring ") then
  703. for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  704. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  705. lplayer.Character.Humanoid.Name = 1
  706. local l = lplayer.Character["1"]:Clone()
  707. l.Parent = lplayer.Character
  708. l.Name = "Humanoid"
  709. wait(0.1)
  710. lplayer.Character["1"]:Destroy()
  711. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  712. lplayer.Character.Animate.Disabled = true
  713. wait(0.1)
  714. lplayer.Character.Animate.Disabled = false
  715. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  716. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  717. lplayer.Character.Humanoid:EquipTool(v)
  718. end
  719. local function tp(player,player2)
  720. local char1,char2=player.Character,player2.Character
  721. if char1 and char2 then
  722. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  723. end
  724. end
  725. local function getout(player,player2)
  726. local char1,char2=player.Character,player2.Character
  727. if char1 and char2 then
  728. char1:MoveTo(char2.Head.Position)
  729. end
  730. end
  731. tp(game:GetService("Players")[v.Name], lplayer)
  732. wait(0.2)
  733. tp(game:GetService("Players")[v.Name], lplayer)
  734. wait(0.5)
  735. lplayer.Character.HumanoidRootPart.CFrame = NOW
  736. wait(0.5)
  737. getout(lplayer, game:GetService("Players")[v.Name])
  738. wait(0.3)
  739. lplayer.Character.HumanoidRootPart.CFrame = NOW
  740. game:GetService("StarterGui"):SetCore("SendNotification", {
  741. Title = "Tools needed!";
  742. Text = "You need a tool in your backpack for this command!";
  743. })
  744. end
  745. end
  746. if string.sub(msg, 1, 6) == (prefix.."spin ") then
  747. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  748. lplayer.Character.Humanoid.Name = 1
  749. local l = lplayer.Character["1"]:Clone()
  750. l.Parent = lplayer.Character
  751. l.Name = "Humanoid"
  752. wait(0.1)
  753. lplayer.Character["1"]:Destroy()
  754. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  755. lplayer.Character.Animate.Disabled = true
  756. wait(0.1)
  757. lplayer.Character.Animate.Disabled = false
  758. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  759. lplayer.Character.Animate.Disabled = false
  760. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  761. lplayer.Character.Humanoid:EquipTool(v)
  762. end
  763. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  764. spinplr = v
  765. wait(0.5)
  766. spin = true
  767. game:GetService("StarterGui"):SetCore("SendNotification", {
  768. Title = "Tools needed!";
  769. Text = "You need a tool in your backpack for this command!";
  770. })
  771. end
  772. end
  773. if string.sub(msg, 1, 7) == (prefix.."unspin") then
  774. spin = false
  775. end
  776. if string.sub(msg, 1, 8) == (prefix.."attach ") then
  777. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  778. lplayer.Character.Humanoid.Name = 1
  779. local l = lplayer.Character["1"]:Clone()
  780. l.Parent = lplayer.Character
  781. l.Name = "Humanoid"
  782. wait(0.1)
  783. lplayer.Character["1"]:Destroy()
  784. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  785. lplayer.Character.Animate.Disabled = true
  786. wait(0.1)
  787. lplayer.Character.Animate.Disabled = false
  788. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  789. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  790. lplayer.Character.Humanoid:EquipTool(v)
  791. end
  792. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  793. wait(0.3)
  794. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  795. attplr = v
  796. game:GetService("StarterGui"):SetCore("SendNotification", {
  797. Title = "Tools needed!";
  798. Text = "You need a tool in your backpack for this command!";
  799. })
  800. end
  801. end
  802. if string.sub(msg, 1, 10) == (prefix.."unattach ") then
  803. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  804. local function getout(player,player2)
  805. local char1,char2=player.Character,player2.Character
  806. if char1 and char2 then
  807. char1:MoveTo(char2.Head.Position)
  808. end
  809. end
  810. getout(lplayer, game:GetService("Players")[v.Name])
  811. end
  812. end
  813. if string.sub(msg, 1, 8) == (prefix.."follow ") then
  814. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  815. followed = true
  816. flwplr = v
  817. end
  818. end
  819. if string.sub(msg, 1, 9) == (prefix.."unfollow") then
  820. followed = false
  821. end
  822. if string.sub(msg, 1, 10) == (prefix.."freefall ") then
  823. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  824. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  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.HumanoidRootPart.CFrame
  840. wait(0.2)
  841. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  842. wait(0.6)
  843. lplayer.Character.HumanoidRootPart.CFrame = NOW
  844. wait(0.6)
  845. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  846. game:GetService("StarterGui"):SetCore("SendNotification", {
  847. Title = "Tools needed!";
  848. Text = "You need a tool in your backpack for this command!";
  849. })
  850. end
  851. end
  852. if string.sub(msg, 1, 7) == (prefix.."trail ") then
  853. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  854. traill = true
  855. trlplr = v
  856. end
  857. end
  858. if string.sub(msg, 1, 8) == (prefix.."untrail") then
  859. traill = false
  860. end
  861. if string.sub(msg, 1, 7) == (prefix.."orbit ") then
  862. if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  863. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  864. else
  865. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  866. local o = Instance.new("RocketPropulsion")
  867. o.Parent = lplayer.Character.HumanoidRootPart
  868. o.Name = "Orbit"
  869. o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  870. o:Fire()
  871. noclip = true
  872. end
  873. end
  874. end
  875. if string.sub(msg, 1, 8) == (prefix.."unorbit") then
  876. lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  877. noclip = false
  878. end
  879. if string.sub(msg, 1, 7) == (prefix.."fling ") then
  880. if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  881. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  882. else
  883. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  884. local y = Instance.new("RocketPropulsion")
  885. y.Parent = lplayer.Character.HumanoidRootPart
  886. y.CartoonFactor = 1
  887. y.MaxThrust = 800000
  888. y.MaxSpeed = 1000
  889. y.ThrustP = 200000
  890. y.Name = "Fling"
  891. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  892. y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  893. y:Fire()
  894. noclip = true
  895. end
  896. end
  897. end
  898. if string.sub(msg, 1, 8) == (prefix.."unfling") then
  899. noclip = false
  900. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  901. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  902. wait(0.4)
  903. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  904. end
  905. if string.sub(msg, 1, 8) == (prefix.."fecheck") then
  906. if game:GetService("Workspace").FilteringEnabled == true then
  907. warn("FE is Enabled (Filtering Enabled)")
  908. game:GetService("StarterGui"):SetCore("SendNotification", {
  909. Title = "FE is Enabled";
  910. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  911. })
  912. else
  913. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  914. game:GetService("StarterGui"):SetCore("SendNotification", {
  915. Title = "FE is Disabled";
  916. Text = "Filtering Disabled. Consider using a different admin script.";
  917. })
  918. end
  919. end
  920. if string.sub(msg, 1, 6) == (prefix.."void ") then
  921. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  922. lplayer.Character.Humanoid.Name = 1
  923. local l = lplayer.Character["1"]:Clone()
  924. l.Parent = lplayer.Character
  925. l.Name = "Humanoid"
  926. wait(0.1)
  927. lplayer.Character["1"]:Destroy()
  928. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  929. lplayer.Character.Animate.Disabled = true
  930. wait(0.1)
  931. lplayer.Character.Animate.Disabled = false
  932. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  933. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  934. lplayer.Character.Humanoid:EquipTool(v)
  935. end
  936. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  937. wait(0.2)
  938. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  939. wait(0.6)
  940. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  941. game:GetService("StarterGui"):SetCore("SendNotification", {
  942. Title = "Tools needed!";
  943. Text = "You need a tool in your backpack for this command!";
  944. })
  945. end
  946. end
  947. if string.sub(msg, 1, 7) == (prefix.."noclip") then
  948. noclip = true
  949. game:GetService("StarterGui"):SetCore("SendNotification", {
  950. Title = "Noclip enabled";
  951. Text = "Type ;clip to disable";
  952. })
  953. end
  954. if string.sub(msg, 1, 5) == (prefix.."clip") then
  955. noclip = false
  956. game:GetService("StarterGui"):SetCore("SendNotification", {
  957. Title = "Noclip disabled";
  958. Text = "Type ;noclip to enable";
  959. })
  960. end
  961. if string.sub(msg, 1, 7) == (prefix.."speed ") then
  962. lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 8))
  963. end
  964. if string.sub(msg, 1, 4) == (prefix.."ws ") then
  965. lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 5))
  966. end
  967. if string.sub(msg, 1, 11) == (prefix.."hipheight ") then
  968. lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 12))
  969. end
  970. if string.sub(msg, 1, 4) == (prefix.."hh ") then
  971. lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 5))
  972. end
  973. if string.sub(msg, 1, 11) == (prefix.."jumppower ") then
  974. lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 12))
  975. end
  976. if string.sub(msg, 1, 4) == (prefix.."jp ") then
  977. lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 5))
  978. end
  979. if string.sub(msg, 1, 8) == (prefix.."default") then
  980. lplayer.Character.Humanoid.JumpPower = 50
  981. lplayer.Character.Humanoid.WalkSpeed = 16
  982. lplayer.Character.Humanoid.HipHeight = 0
  983. end
  984. if string.sub(msg, 1, 7) == (prefix.."annoy ") then
  985. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  986. annoying = true
  987. annplr = v
  988. end
  989. end
  990. if string.sub(msg, 1, 8) == (prefix.."unannoy") then
  991. annoying = false
  992. end
  993. if string.sub(msg, 1, 10) == (prefix.."headwalk ") then
  994. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  995. hwalk = true
  996. hdwplr = v
  997. end
  998. end
  999. if string.sub(msg, 1, 11) == (prefix.."unheadwalk") then
  1000. hwalk = false
  1001. end
  1002. if string.sub(msg, 1, 8) == (prefix.."nolimbs") then
  1003. lplayer.Character["Left Leg"]:Destroy()
  1004. lplayer.Character["Left Arm"]:Destroy()
  1005. lplayer.Character["Right Leg"]:Destroy()
  1006. lplayer.Character["Right Arm"]:Destroy()
  1007. end
  1008. if string.sub(msg, 1, 4) == (prefix.."god") then
  1009. lplayer.Character.Humanoid.Name = 1
  1010. local l = lplayer.Character["1"]:Clone()
  1011. l.Parent = lplayer.Character
  1012. l.Name = "Humanoid"
  1013. wait(0.1)
  1014. lplayer.Character["1"]:Destroy()
  1015. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1016. lplayer.Character.Animate.Disabled = true
  1017. wait(0.1)
  1018. lplayer.Character.Animate.Disabled = false
  1019. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1020. game:GetService("StarterGui"):SetCore("SendNotification", {
  1021. Title = "FE Godmode enabled";
  1022. Text = "Use ;grespawn or ;respawn to remove";
  1023. })
  1024. end
  1025. if string.sub(msg, 1, 9) == (prefix.."drophats") then
  1026. for i,v in pairs(lplayer.Character:GetChildren()) do
  1027. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  1028. v.Parent = workspace
  1029. end
  1030. end
  1031. end
  1032. if string.sub(msg, 1, 9) == (prefix.."droptool") then
  1033. for i,v in pairs(lplayer.Character:GetChildren()) do
  1034. if (v:IsA("Tool")) then
  1035. v.Parent = workspace
  1036. end
  1037. end
  1038. end
  1039. if string.sub(msg, 1, 10) == (prefix.."loopdhats") then
  1040. droppinghats = true
  1041. game:GetService("StarterGui"):SetCore("SendNotification", {
  1042. Title = "Loop Drop Enabled";
  1043. Text = "Type ;unloopdhats to disable";
  1044. })
  1045. end
  1046. if string.sub(msg, 1, 12) == (prefix.."unloopdhats") then
  1047. droppinghats = false
  1048. game:GetService("StarterGui"):SetCore("SendNotification", {
  1049. Title = "Loop Drop Disabled";
  1050. Text = "Type ;loopdhats to enable.";
  1051. })
  1052. end
  1053. if string.sub(msg, 1, 10) == (prefix.."loopdtool") then
  1054. droppingtools = true
  1055. game:GetService("StarterGui"):SetCore("SendNotification", {
  1056. Title = "Loop Drop Enabled";
  1057. Text = "Type ;unloopdtool to disable";
  1058. })
  1059. end
  1060. if string.sub(msg, 1, 12) == (prefix.."unloopdtool") then
  1061. droppingtools = false
  1062. game:GetService("StarterGui"):SetCore("SendNotification", {
  1063. Title = "Loop Drop Disabled";
  1064. Text = "Type ;loopdtool to enable.";
  1065. })
  1066. end
  1067. if string.sub(msg, 1, 10) == (prefix.."invisible") then -- Credit to Timeless
  1068. Local = game:GetService('Players').LocalPlayer
  1069. Char = Local.Character
  1070. touched,tpdback = false, false
  1071. box = Instance.new('Part',workspace)
  1072. box.Anchored = true
  1073. box.CanCollide = true
  1074. box.Size = Vector3.new(10,1,10)
  1075. box.Position = Vector3.new(0,10000,0)
  1076. box.Touched:connect(function(part)
  1077. if (part.Parent.Name == Local.Name) then
  1078. if touched == false then
  1079. touched = true
  1080. function apply()
  1081. if script.Disabled ~= true then
  1082. no = Char.HumanoidRootPart:Clone()
  1083. wait(.25)
  1084. Char.HumanoidRootPart:Destroy()
  1085. no.Parent = Char
  1086. Char:MoveTo(loc)
  1087. touched = false
  1088. end end
  1089. if Char then
  1090. apply()
  1091. end
  1092. end
  1093. end
  1094. end)
  1095. repeat wait() until Char
  1096. loc = Char.HumanoidRootPart.Position
  1097. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  1098. game:GetService("StarterGui"):SetCore("SendNotification", {
  1099. Title = "Invisibility enabled!";
  1100. Text = "Reset or use ;respawn to remove.";
  1101. })
  1102. end
  1103. if string.sub(msg, 1, 6) == (prefix.."view ") then
  1104. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1105. if game:GetService("Players")[v.Name].Character.Humanoid then
  1106. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  1107. else
  1108. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  1109. end
  1110. end
  1111. end
  1112. if string.sub(msg, 1, 7) == (prefix.."unview") then
  1113. if lplayer.Character.Humanoid then
  1114. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  1115. else
  1116. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  1117. end
  1118. end
  1119. if string.sub(msg, 1, 6) == (prefix.."goto ") then
  1120. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1121. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1122. end
  1123. end
  1124. if string.sub(msg, 1, 4) == (prefix.."fly") then
  1125. repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  1126. repeat wait() until Mouse
  1127.  
  1128. local T = lplayer.Character.HumanoidRootPart
  1129. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  1130. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  1131. local SPEED = speedget
  1132.  
  1133. local function fly()
  1134. flying = true
  1135. local BG = Instance.new('BodyGyro', T)
  1136. local BV = Instance.new('BodyVelocity', T)
  1137. BG.P = 9e4
  1138. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  1139. BG.cframe = T.CFrame
  1140. BV.velocity = Vector3.new(0, 0.1, 0)
  1141. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1142. spawn(function()
  1143. repeat wait()
  1144. lplayer.Character.Humanoid.PlatformStand = true
  1145. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  1146. SPEED = 50
  1147. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  1148. SPEED = 0
  1149. end
  1150. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  1151. 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
  1152. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  1153. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  1154. 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
  1155. else
  1156. BV.velocity = Vector3.new(0, 0.1, 0)
  1157. end
  1158. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  1159. until not flying
  1160. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  1161. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  1162. SPEED = 0
  1163. BG:destroy()
  1164. BV:destroy()
  1165. lplayer.Character.Humanoid.PlatformStand = false
  1166. end)
  1167. end
  1168. Mouse.KeyDown:connect(function(KEY)
  1169. if KEY:lower() == 'w' then
  1170. CONTROL.F = speedfly
  1171. elseif KEY:lower() == 's' then
  1172. CONTROL.B = -speedfly
  1173. elseif KEY:lower() == 'a' then
  1174. CONTROL.L = -speedfly
  1175. elseif KEY:lower() == 'd' then
  1176. CONTROL.R = speedfly
  1177. end
  1178. end)
  1179. Mouse.KeyUp:connect(function(KEY)
  1180. if KEY:lower() == 'w' then
  1181. CONTROL.F = 0
  1182. elseif KEY:lower() == 's' then
  1183. CONTROL.B = 0
  1184. elseif KEY:lower() == 'a' then
  1185. CONTROL.L = 0
  1186. elseif KEY:lower() == 'd' then
  1187. CONTROL.R = 0
  1188. end
  1189. end)
  1190. fly()
  1191. end
  1192. if string.sub(msg, 1, 6) == (prefix.."unfly") then
  1193. flying = false
  1194. lplayer.Character.Humanoid.PlatformStand = false
  1195. end
  1196. if string.sub(msg, 1, 6) == (prefix.."chat ") then
  1197. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(msg, 7)), "All")
  1198. end
  1199. if string.sub(msg, 1, 6) == (prefix.."spam ") then
  1200. spamtext = (string.sub(msg, 7))
  1201. spamming = true
  1202. end
  1203. if string.sub(msg, 1, 7) == (prefix.."unspam") then
  1204. spamming = false
  1205. end
  1206. if string.sub(msg, 1, 10) == (prefix.."spamwait ") then
  1207. spamdelay = (string.sub(msg, 11))
  1208. end
  1209. if string.sub(msg, 1, 8) == (prefix.."pmspam ") then
  1210. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1211. pmspammed = v.Name
  1212. spammingpm = true
  1213. end
  1214. end
  1215. if string.sub(msg, 1, 9) == (prefix.."unpmspam") then
  1216. spammingpm = false
  1217. end
  1218. if string.sub(msg, 1, 9) == (prefix.."cfreeze ") then
  1219. for i,v in pairs(GetPlayer(string.sub(msg, 10))) do
  1220. v.Character["Left Leg"].Anchored = true
  1221. v.Character["Left Arm"].Anchored = true
  1222. v.Character["Right Leg"].Anchored = true
  1223. v.Character["Right Arm"].Anchored = true
  1224. v.Character.Torso.Anchored = true
  1225. v.Character.Head.Anchored = true
  1226. end
  1227. end
  1228. if string.sub(msg, 1, 11) == (prefix.."uncfreeze ") then
  1229. for i,v in pairs(GetPlayer(string.sub(msg, 12))) do
  1230. v.Character["Left Leg"].Anchored = false
  1231. v.Character["Left Arm"].Anchored = false
  1232. v.Character["Right Leg"].Anchored = false
  1233. v.Character["Right Arm"].Anchored = false
  1234. v.Character.Torso.Anchored = false
  1235. v.Character.Head.Anchored = false
  1236. end
  1237. end
  1238. if string.sub(msg, 1, 9) == (prefix.."unlockws") then
  1239. local a = game:GetService("Workspace"):getChildren()
  1240. for i = 1, #a do
  1241. if a[i].className == "Part" then
  1242. a[i].Locked = false
  1243. elseif a[i].className == "Model" then
  1244. local r = a[i]:getChildren()
  1245. for i = 1, #r do
  1246. if r[i].className == "Part" then
  1247. r[i].Locked = false
  1248. end
  1249. end
  1250. end
  1251. end
  1252. game:GetService("StarterGui"):SetCore("SendNotification", {
  1253. Title = "Success!";
  1254. Text = "Workspace unlocked. Use ;lockws to lock.";
  1255. })
  1256. end
  1257. if string.sub(msg, 1, 7) == (prefix.."lockws") then
  1258. local a = game:GetService("Workspace"):getChildren()
  1259. for i = 1, #a do
  1260. if a[i].className == "Part" then
  1261. a[i].Locked = true
  1262. elseif a[i].className == "Model" then
  1263. local r = a[i]:getChildren()
  1264. for i = 1, #r do
  1265. if r[i].className == "Part" then
  1266. r[i].Locked = true
  1267. end
  1268. end
  1269. end
  1270. end
  1271. end
  1272. if string.sub(msg, 1, 7) == (prefix.."btools") then
  1273. local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  1274. Clone_T.BinType = "Clone"
  1275. local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  1276. Destruct.BinType = "Hammer"
  1277. local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  1278. Hold_T.BinType = "Grab"
  1279. end
  1280. if string.sub(msg, 1, 7) == (prefix.."pstand") then
  1281. lplayer.Character.Humanoid.PlatformStand = true
  1282. end
  1283. if string.sub(msg, 1, 9) == (prefix.."unpstand") then
  1284. lplayer.Character.Humanoid.PlatformStand = false
  1285. end
  1286. if string.sub(msg, 1, 10) == (prefix.."blockhead") then
  1287. lplayer.Character.Head.Mesh:Destroy()
  1288. end
  1289. if string.sub(msg, 1, 4) == (prefix.."sit") then
  1290. lplayer.Character.Humanoid.Sit = true
  1291. end
  1292. if string.sub(msg, 1, 10) == (prefix.."bringobj ") then
  1293. local function bringobjw()
  1294. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  1295. if obj.Name == (string.sub(msg, 11)) then
  1296. obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  1297. obj.CanCollide = false
  1298. obj.Transparency = 0.7
  1299. wait()
  1300. obj.CFrame = lplayer.Character["Left Leg"].CFrame
  1301. wait()
  1302. obj.CFrame = lplayer.Character["Right Leg"].CFrame
  1303. wait()
  1304. obj.CFrame = lplayer.Character["Head"].CFrame
  1305. end
  1306. end
  1307. end
  1308. while wait() do
  1309. bringobjw()
  1310. end
  1311. game:GetService("StarterGui"):SetCore("SendNotification", {
  1312. Title = "BringObj";
  1313. Text = "BringObj enabled.";
  1314. })
  1315. end
  1316. if string.sub(msg, 1, 7) == (prefix.."wsvis ") then
  1317. vis = (string.sub(msg, 8))
  1318. local a = game:GetService("Workspace"):GetDescendants()
  1319. for i = 1, #a do
  1320. if a[i].className == "Part" then
  1321. a[i].Transparency = vis
  1322. elseif a[i].className == "Model" then
  1323. local r = a[i]:getChildren()
  1324. for i = 1, #r do
  1325. if r[i].className == "Part" then
  1326. r[i].Transparency = vis
  1327. end
  1328. end
  1329. end
  1330. end
  1331. end
  1332. if string.sub(msg, 1, 11) == (prefix.."hypertotal") then
  1333. loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  1334. game:GetService("StarterGui"):SetCore("SendNotification", {
  1335. Title = "Success!";
  1336. Text = "HyperTotal GUI Loaded!";
  1337. })
  1338. end
  1339. if string.sub(msg, 1, 5) == (prefix.."cmds") then
  1340. CMDSFRAME.Visible = true
  1341. end
  1342. if string.sub(msg, 1, 10) == (prefix.."rmeshhats") then
  1343. for i,v in pairs(lplayer.Character:GetChildren()) do
  1344. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  1345. v.Handle.Mesh:Destroy()
  1346. end
  1347. end
  1348. end
  1349. if string.sub(msg, 1, 10) == (prefix.."blockhats") then
  1350. for i,v in pairs(lplayer.Character:GetChildren()) do
  1351. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  1352. v.Handle.Mesh:Destroy()
  1353. end
  1354. end
  1355. end
  1356. if string.sub(msg, 1, 10) == (prefix.."rmeshtool") then
  1357. for i,v in pairs(lplayer.Character:GetChildren()) do
  1358. if (v:IsA("Tool")) then
  1359. v.Handle.Mesh:Destroy()
  1360. end
  1361. end
  1362. end
  1363. if string.sub(msg, 1, 10) == (prefix.."blocktool") then
  1364. for i,v in pairs(lplayer.Character:GetChildren()) do
  1365. if (v:IsA("Tool")) then
  1366. v.Handle.Mesh:Destroy()
  1367. end
  1368. end
  1369. end
  1370. if string.sub(msg, 1, 8) == (prefix.."spinner") then
  1371. local p = Instance.new("RocketPropulsion")
  1372. p.Parent = lplayer.Character.HumanoidRootPart
  1373. p.Name = "Spinner"
  1374. p.Target = lplayer.Character["Left Arm"]
  1375. p:Fire()
  1376. game:GetService("StarterGui"):SetCore("SendNotification", {
  1377. Title = "Spinner enabled";
  1378. Text = "Type ;nospinner to disable.";
  1379. })
  1380. end
  1381. if string.sub(msg, 1, 10) == (prefix.."nospinner") then
  1382. lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  1383. end
  1384. if string.sub(msg, 1, 7) == (prefix.."reachd") then
  1385. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  1386. if v:isA("Tool") then
  1387. local a = Instance.new("SelectionBox",v.Handle)
  1388. a.Adornee = v.Handle
  1389. v.Handle.Size = Vector3.new(0.5,0.5,60)
  1390. v.GripPos = Vector3.new(0,0,0)
  1391. lplayer.Character.Humanoid:UnequipTools()
  1392. end
  1393. end
  1394. game:GetService("StarterGui"):SetCore("SendNotification", {
  1395. Title = "Reach applied!";
  1396. Text = "Applied to equipped sword. Use ;noreach to disable.";
  1397. })
  1398. end
  1399. if string.sub(msg, 1, 7) == (prefix.."reach ") then
  1400. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  1401. if v:isA("Tool") then
  1402. handleSize = v.Handle.Size
  1403. wait()
  1404. local a = Instance.new("SelectionBox",v.Handle)
  1405. a.Name = "a"
  1406. a.Adornee = v.Handle
  1407. v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(msg, 8)))
  1408. v.GripPos = Vector3.new(0,0,0)
  1409. lplayer.Character.Humanoid:UnequipTools()
  1410. end
  1411. end
  1412. game:GetService("StarterGui"):SetCore("SendNotification", {
  1413. Title = "Reach applied!";
  1414. Text = "Applied to equipped sword. Use ;noreach to disable.";
  1415. })
  1416. end
  1417. if string.sub(msg, 1, 8) == (prefix.."noreach") then
  1418. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  1419. if v:isA("Tool") then
  1420. v.Handle.a:Destroy()
  1421. v.Handle.Size = handleSize
  1422. end
  1423. end
  1424. game:GetService("StarterGui"):SetCore("SendNotification", {
  1425. Title = "Reach removed!";
  1426. Text = "Removed reach from equipped sword.";
  1427. })
  1428. end
  1429. if string.sub(msg, 1, 7) == (prefix.."rkill ") then
  1430. for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  1431. lplayer.Character.Humanoid.Name = 1
  1432. local l = lplayer.Character["1"]:Clone()
  1433. l.Parent = lplayer.Character
  1434. l.Name = "Humanoid"
  1435. wait(0.1)
  1436. lplayer.Character["1"]:Destroy()
  1437. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1438. lplayer.Character.Animate.Disabled = true
  1439. wait(0.1)
  1440. lplayer.Character.Animate.Disabled = false
  1441. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1442. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1443. lplayer.Character.Humanoid:EquipTool(v)
  1444. end
  1445. wait(0.1)
  1446. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1447. wait(0.2)
  1448. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1449. wait(0.5)
  1450. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  1451. game:GetService("StarterGui"):SetCore("SendNotification", {
  1452. Title = "Tools needed!";
  1453. Text = "You need a tool in your backpack for this command!";
  1454. })
  1455. end
  1456. end
  1457. if string.sub(msg, 1, 7) == (prefix.."tp me ") then
  1458. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  1459. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1460. end
  1461. end
  1462. if string.sub(msg, 1, 8) == (prefix.."cbring ") then
  1463. if (string.sub(msg, 9)) == "all" or (string.sub(msg, 9)) == "All" or (string.sub(msg, 9)) == "ALL" then
  1464. cbringall = true
  1465. else
  1466. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1467. brplr = v.Name
  1468. end
  1469. end
  1470. cbring = true
  1471. end
  1472. if string.sub(msg, 1, 9) == (prefix.."uncbring") then
  1473. cbring = false
  1474. cbringall = false
  1475. end
  1476. if string.sub(msg, 1, 6) == (prefix.."swap ") then
  1477. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1478. local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1479. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  1480. lplayer.Character.Humanoid.Name = 1
  1481. local l = lplayer.Character["1"]:Clone()
  1482. l.Parent = lplayer.Character
  1483. l.Name = "Humanoid"
  1484. wait(0.1)
  1485. lplayer.Character["1"]:Destroy()
  1486. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1487. lplayer.Character.Animate.Disabled = true
  1488. wait(0.1)
  1489. lplayer.Character.Animate.Disabled = false
  1490. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1491. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1492. lplayer.Character.Humanoid:EquipTool(v)
  1493. end
  1494. local function tp(player,player2)
  1495. local char1,char2=player.Character,player2.Character
  1496. if char1 and char2 then
  1497. char1:MoveTo(char2.Head.Position)
  1498. end
  1499. end
  1500. wait(0.1)
  1501. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1502. wait(0.2)
  1503. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1504. wait(0.5)
  1505. lplayer.Character.HumanoidRootPart.CFrame = NOW
  1506. wait(0.6)
  1507. tp(lplayer, game:GetService("Players")[v.Name])
  1508. wait(0.4)
  1509. lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  1510. game:GetService("StarterGui"):SetCore("SendNotification", {
  1511. Title = "Tools needed!";
  1512. Text = "You need a tool in your backpack for this command!";
  1513. })
  1514. end
  1515. end
  1516. if string.sub(msg, 1, 8) == (prefix.."glitch ") then
  1517. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1518. lplayer.Character.Humanoid.Name = 1
  1519. local l = lplayer.Character["1"]:Clone()
  1520. l.Parent = lplayer.Character
  1521. l.Name = "Humanoid"
  1522. wait(0.1)
  1523. lplayer.Character["1"]:Destroy()
  1524. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1525. lplayer.Character.Animate.Disabled = true
  1526. wait(0.1)
  1527. lplayer.Character.Animate.Disabled = false
  1528. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1529. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1530. lplayer.Character.Humanoid:EquipTool(v)
  1531. end
  1532. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  1533. wait(0.3)
  1534. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  1535. wait(0.4)
  1536. b = Instance.new("BodyForce")
  1537. b.Parent = lplayer.Character.HumanoidRootPart
  1538. b.Name = "Glitch"
  1539. b.Force = Vector3.new(100000000,5000,0)
  1540. game:GetService("StarterGui"):SetCore("SendNotification", {
  1541. Title = "Tools needed!";
  1542. Text = "You need a tool in your backpack for this command!";
  1543. })
  1544. end
  1545. end
  1546. if string.sub(msg, 1, 9) == (prefix.."unglitch") then
  1547. lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  1548. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  1549. b = Instance.new("BodyForce")
  1550. b.Parent = lplayer.Character.HumanoidRootPart
  1551. b.Name = "unGlitch"
  1552. b.Force = Vector3.new(0,-5000000,0)
  1553. wait(2)
  1554. lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  1555. end
  1556. if string.sub(msg, 1, 9) == (prefix.."grespawn") then
  1557. lplayer.Character.Humanoid.Health = 0
  1558. wait(1)
  1559. lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  1560. lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  1561. end
  1562. if string.sub(msg, 1, 9) == (prefix.."explorer") then
  1563. loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  1564. game:GetService("StarterGui"):SetCore("SendNotification", {
  1565. Title = "Success!";
  1566. Text = "DEX Explorer has loaded.";
  1567. })
  1568. end
  1569. if string.sub(msg, 1, 6) == (prefix.."anim ") then
  1570. local Anim = Instance.new("Animation")
  1571. Anim.AnimationId = "rbxassetid://"..(string.sub(msg, 7))
  1572. local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  1573. track:Play(.1, 1, 1)
  1574. end
  1575. if string.sub(msg, 1, 8) == (prefix.."animgui") then
  1576. loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  1577. game:GetService("StarterGui"):SetCore("SendNotification", {
  1578. Title = "Success!";
  1579. Text = "Energize Animations GUI has loaded.";
  1580. })
  1581. end
  1582. if string.sub(msg, 1, 8) == (prefix.."savepos") then
  1583. saved = lplayer.Character.HumanoidRootPart.CFrame
  1584. game:GetService("StarterGui"):SetCore("SendNotification", {
  1585. Title = "Position Saved";
  1586. Text = "Use ;loadpos to return to saved position.";
  1587. })
  1588. end
  1589. if string.sub(msg, 1, 8) == (prefix.."loadpos") then
  1590. lplayer.Character.HumanoidRootPart.CFrame = saved
  1591. end
  1592. if string.sub(msg, 1, 6) == (prefix.."bang ") then
  1593. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1594. local Anim2 = Instance.new("Animation")
  1595. Anim2.AnimationId = "rbxassetid://148840371"
  1596. local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  1597. track2:Play(.1, 1, 1)
  1598. bplrr = v.Name
  1599. banpl = true
  1600. end
  1601. end
  1602. if string.sub(msg, 1, 7) == (prefix.."unbang") then
  1603. banpl = false
  1604. end
  1605. if string.sub(msg, 1, 10) == (prefix.."bringmod ") then
  1606. local function bringmodw()
  1607. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  1608. if obj.Name == (string.sub(msg, 11)) then
  1609. for i,ch in pairs(obj:GetDescendants()) do
  1610. if (ch:IsA("BasePart")) then
  1611. ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  1612. ch.CanCollide = false
  1613. ch.Transparency = 0.7
  1614. wait()
  1615. ch.CFrame = lplayer.Character["Left Leg"].CFrame
  1616. wait()
  1617. ch.CFrame = lplayer.Character["Right Leg"].CFrame
  1618. wait()
  1619. ch.CFrame = lplayer.Character["Head"].CFrame
  1620. end
  1621. end
  1622. end
  1623. end
  1624. end
  1625. while wait() do
  1626. bringmodw()
  1627. end
  1628. game:GetService("StarterGui"):SetCore("SendNotification", {
  1629. Title = "BringMod";
  1630. Text = "BringMod enabled.";
  1631. })
  1632. end
  1633. if string.sub(msg, 1, 8) == (prefix.."respawn") then
  1634. local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  1635. local hum = Instance.new('Humanoid', mod)
  1636. local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  1637. lplayer.Character = mod
  1638. end
  1639. if string.sub(msg, 1, 9) == (prefix.."shutdown") then
  1640. game:GetService'RunService'.Stepped:Connect(function()
  1641. pcall(function()
  1642. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  1643. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  1644. for _,x in pairs(v.Character.Head:GetChildren()) do
  1645. if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  1646. end
  1647. end
  1648. end
  1649. end)
  1650. end)
  1651. game:GetService("StarterGui"):SetCore("SendNotification", {
  1652. Title = "Attempting Shutdown";
  1653. Text = "Shutdown Attempt has begun.";
  1654. })
  1655. end
  1656. if string.sub(msg, 1, 8) == (prefix.."delobj ") then
  1657. objtodel = (string.sub(msg, 9))
  1658. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  1659. if v.Name == objtodel then
  1660. v:Destroy()
  1661. end
  1662. end
  1663. end
  1664. if string.sub(msg, 1, 8) == (prefix.."getplrs") then
  1665. for i,v in pairs(game:GetService("Players"):GetPlayers())do
  1666. print(v)
  1667. end
  1668. game:GetService("StarterGui"):SetCore("SendNotification", {
  1669. Title = "Printed";
  1670. Text = "Players have been printed to console. (F9)";
  1671. })
  1672. end
  1673. if string.sub(msg, 1, 9) == (prefix.."deldecal") then
  1674. for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  1675. if (v:IsA("Decal")) then
  1676. v:Destroy()
  1677. end
  1678. end
  1679. end
  1680. if string.sub(msg, 1, 11) == (prefix.."opfinality") then
  1681. loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  1682. game:GetService("StarterGui"):SetCore("SendNotification", {
  1683. Title = "Success!";
  1684. Text = "OpFinality GUI has loaded.";
  1685. })
  1686. end
  1687. if string.sub(msg, 1, 8) == (prefix.."remotes") then
  1688. remotes = true
  1689. added = true
  1690. game.DescendantAdded:connect(function(rmt)
  1691. if added == true then
  1692. if remotes == true then
  1693. if rmt:IsA("RemoteEvent") then
  1694. print("A RemoteEvent was added!")
  1695. print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  1696. print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  1697. end end end
  1698. end)
  1699. game.DescendantAdded:connect(function(rmtfnctn)
  1700. if added == true then
  1701. if remotes == true then
  1702. if rmtfnctn:IsA("RemoteFunction") then
  1703. warn("A RemoteFunction was added!")
  1704. warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  1705. print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  1706. end end end
  1707. end)
  1708.  
  1709. game.DescendantAdded:connect(function(bndfnctn)
  1710. if added == true then
  1711. if binds == true then
  1712. if bndfnctn:IsA("BindableFunction") then
  1713. print("A BindableFunction was added!")
  1714. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  1715. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  1716. end end end
  1717. end)
  1718.  
  1719. game.DescendantAdded:connect(function(bnd)
  1720. if added == true then
  1721. if binds == true then
  1722. if bnd:IsA("BindableEvent") then
  1723. warn("A BindableEvent was added!")
  1724. warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  1725. print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  1726. end end end
  1727. end)
  1728.  
  1729.  
  1730. if binds == true then
  1731. for i,v in pairs(game:GetDescendants()) do
  1732. if v:IsA("BindableFunction") then
  1733. print(" game." .. v:GetFullName() .. " | BindableFunction")
  1734. print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  1735. end end
  1736. for i,v in pairs(game:GetDescendants()) do
  1737. if v:IsA("BindableEvent") then
  1738. warn(" game." .. v:GetFullName() .. " | BindableEvent")
  1739. print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  1740. end end
  1741. else
  1742. print("Off")
  1743. end
  1744. if remotes == true then
  1745. for i,v in pairs(game:GetDescendants()) do
  1746. if v:IsA("RemoteFunction") then
  1747. warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  1748. print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  1749. end end
  1750. wait()
  1751. for i,v in pairs(game:GetDescendants()) do
  1752. if v:IsA("RemoteEvent") then
  1753. print(" game." .. v:GetFullName() .. " | RemoteEvent")
  1754. print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  1755. end end
  1756. else
  1757. print("Off")
  1758. end
  1759. game:GetService("StarterGui"):SetCore("SendNotification", {
  1760. Title = "Printing Remotes";
  1761. Text = "Type ;noremotes to disable.";
  1762. })
  1763. end
  1764. if string.sub(msg, 1, 10) == (prefix.."noremotes") then
  1765. remotes = false
  1766. added = false
  1767. game:GetService("StarterGui"):SetCore("SendNotification", {
  1768. Title = "Printing Remotes Disabled";
  1769. Text = "Type ;remotes to enable.";
  1770. })
  1771. end
  1772. if string.sub(msg, 1, 10) == (prefix.."tpdefault") then
  1773. spin = false
  1774. followed = false
  1775. traill = false
  1776. noclip = false
  1777. annoying = false
  1778. hwalk = false
  1779. cbringing = false
  1780. end
  1781. if string.sub(msg, 1, 8) == (prefix.."stopsit") then
  1782. stopsitting = true
  1783. end
  1784. if string.sub(msg, 1, 6) == (prefix.."gosit") then
  1785. stopsitting = false
  1786. end
  1787. if string.sub(msg, 1, 8) == (prefix.."version") then
  1788. print(adminversion)
  1789. game:GetService("StarterGui"):SetCore("SendNotification", {
  1790. Title = "Version";
  1791. Text = adminversion;
  1792. })
  1793. end
  1794. if string.sub(msg, 1, 8) == (prefix.."clicktp") then
  1795. clickgoto = true
  1796. game:GetService("StarterGui"):SetCore("SendNotification", {
  1797. Title = "Click TP";
  1798. Text = "Press E to teleport to mouse position, ;noclicktp to stop";
  1799. })
  1800. end
  1801. if string.sub(msg, 1, 9) == (prefix.."clickdel") then
  1802. clickdel = true
  1803. game:GetService("StarterGui"):SetCore("SendNotification", {
  1804. Title = "Click Delete";
  1805. Text = "Press E to delete part at mouse, ;noclickdel to stop";
  1806. })
  1807. end
  1808. if string.sub(msg, 1, 11) == (prefix.."noclickdel") then
  1809. clickdel = false
  1810. game:GetService("StarterGui"):SetCore("SendNotification", {
  1811. Title = "Click Delete";
  1812. Text = "Click delete has been disabled.";
  1813. })
  1814. end
  1815. if string.sub(msg, 1, 10) == (prefix.."noclicktp") then
  1816. clickgoto = false
  1817. game:GetService("StarterGui"):SetCore("SendNotification", {
  1818. Title = "Click TP";
  1819. Text = "Click TP has been disabled.";
  1820. })
  1821. end
  1822. if string.sub(msg, 1, 8) == (prefix.."toolson") then
  1823. gettingtools = true
  1824. game:GetService("StarterGui"):SetCore("SendNotification", {
  1825. Title = "Tools Enabled";
  1826. Text = "Automatically colleting tools dropped.";
  1827. })
  1828. end
  1829. if string.sub(msg, 1, 9) == (prefix.."toolsoff") then
  1830. gettingtools = false
  1831. game:GetService("StarterGui"):SetCore("SendNotification", {
  1832. Title = "Tools Disabled";
  1833. Text = "Click TP has been disabled.";
  1834. })
  1835. end
  1836. if string.sub(msg, 1, 10) == (prefix.."delcmdbar") then
  1837. ScreenGui:Destroy()
  1838. end
  1839. if string.sub(msg, 1, 6) == (prefix.."reset") then
  1840. lplayer.Character.Head:Destroy()
  1841. end
  1842. if string.sub(msg, 1, 7) == (prefix.."state ") then
  1843. statechosen = string.sub(msg, 8)
  1844. changingstate = true
  1845. end
  1846. if string.sub(msg, 1, 9) == (prefix.."gravity ") then
  1847. game:GetService("Workspace").Gravity = string.sub(msg, 10)
  1848. end
  1849. if string.sub(msg, 1, 10) == (prefix.."looprhats") then
  1850. removingmeshhats = true
  1851. end
  1852. if string.sub(msg, 1, 12) == (prefix.."unlooprhats") then
  1853. removingmeshhats = false
  1854. end
  1855. if string.sub(msg, 1, 10) == (prefix.."looprtool") then
  1856. removingmeshtool = true
  1857. end
  1858. if string.sub(msg, 1, 12) == (prefix.."unlooprtool") then
  1859. removingmeshtool = false
  1860. end
  1861. if string.sub(msg, 1, 10) == (prefix.."givetool ") then
  1862. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  1863. if v:IsA("Tool") then
  1864. for i,player in pairs(GetPlayer(string.sub(msg, 11))) do
  1865. v.Parent = player.Character
  1866. end
  1867. end
  1868. end
  1869. end
  1870. if string.sub(msg, 1, 14) == (prefix.."givealltools ") then
  1871. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  1872. if v:IsA("Tool") then
  1873. v.Parent = lplayer.Character
  1874. wait()
  1875. for i,player in pairs(GetPlayer(string.sub(msg, 15))) do
  1876. v.Parent = player.Character
  1877. end
  1878. end
  1879. end
  1880. end
  1881. if string.sub(msg, 1, 5) == (prefix.."age ") then
  1882. for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  1883. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  1884. end
  1885. end
  1886. if string.sub(msg, 1, 4) == (prefix.."id ") then
  1887. for i,player in pairs(GetPlayer(string.sub(msg, 5))) do
  1888. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  1889. end
  1890. end
  1891. if string.sub(msg, 1, 6) == (prefix..".age ") then
  1892. for i,player in pairs(GetPlayer(string.sub(msg, 7))) do
  1893. game:GetService("StarterGui"):SetCore("SendNotification", {
  1894. Title = player.AccountAge.." Days";
  1895. Text = "Account age of "..player.Name;
  1896. })
  1897. end
  1898. end
  1899. if string.sub(msg, 1, 5) == (prefix..".id ") then
  1900. for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  1901. game:GetService("StarterGui"):SetCore("SendNotification", {
  1902. Title = player.UserId.." ID";
  1903. Text = "Account ID of "..player.Name;
  1904. })
  1905. end
  1906. end
  1907. if string.sub(msg, 1, 7) == (prefix.."gameid") then
  1908. game:GetService("StarterGui"):SetCore("SendNotification", {
  1909. Title = "Game ID";
  1910. Text = "Game ID: ".. game.GameId;
  1911. })
  1912. end
  1913. if string.sub(msg, 1, 4) == (prefix.."pgs") then
  1914. local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  1915. if pgscheck == true then
  1916. game:GetService("StarterGui"):SetCore("SendNotification", {
  1917. Title = "PGSPhysicsSolverEnabled";
  1918. Text = "PGS is Enabled!";
  1919. })
  1920. else
  1921. game:GetService("StarterGui"):SetCore("SendNotification", {
  1922. Title = "PGSPhysicsSolverEnabled";
  1923. Text = "PGS is Disabled!";
  1924. })
  1925. end
  1926. end
  1927. if string.sub(msg, 1, 12) == (prefix.."removeinvis") then
  1928. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  1929. if v:IsA("Part") then
  1930. if v.Transparency == 1 then
  1931. if v.Name ~= "HumanoidRootPart" then
  1932. v:Destroy()
  1933. end
  1934. end
  1935. end
  1936. end
  1937. end
  1938. if string.sub(msg, 1, 10) == (prefix.."removefog") then
  1939. game:GetService("Lighting").FogStart = 0
  1940. game:GetService("Lighting").FogEnd = 9999999999999
  1941. end
  1942. if string.sub(msg, 1, 8) == (prefix.."disable") then
  1943. lplayer.Character.Humanoid.Parent = lplayer
  1944. end
  1945. if string.sub(msg, 1, 7) == (prefix.."enable") then
  1946. lplayer.Humanoid.Parent = lplayer.Character
  1947. end
  1948. if string.sub(msg, 1, 8) == (prefix.."prefix ") then
  1949. prefix = (string.sub(msg, 9, 9))
  1950. wait(0.1)
  1951. change()
  1952. wait(0.1)
  1953. game:GetService("StarterGui"):SetCore("SendNotification", {
  1954. Title = "Prefix changed!";
  1955. Text = "Prefix is now "..prefix..". Use ;resetprefix to reset to ;";
  1956. })
  1957. end
  1958. if string.sub(msg, 1, 12) == (";resetprefix") then
  1959. prefix = ";"
  1960. wait(0.1)
  1961. change()
  1962. wait(0.1)
  1963. game:GetService("StarterGui"):SetCore("SendNotification", {
  1964. Title = "Prefix changed!";
  1965. Text = "Prefix is now "..prefix..". Make sure it's one key!";
  1966. })
  1967. end
  1968. if string.sub(msg, 1, 10) == (prefix.."flyspeed ") then
  1969. speedfly = string.sub(msg, 11)
  1970. wait()
  1971. change()
  1972. end
  1973. if string.sub(msg, 1, 8) == (prefix.."carpet ") then
  1974. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1975. local Anim3 = Instance.new("Animation")
  1976. Anim3.AnimationId = "rbxassetid://282574440"
  1977. local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  1978. track3:Play(.1, 1, 1)
  1979. bplrr = v.Name
  1980. banpl = true
  1981. end
  1982. end
  1983. if string.sub(msg, 1, 9) == (prefix.."uncarpet") then
  1984. banpl = false
  1985. end
  1986. if string.sub(msg, 1, 7) == (prefix.."stare ") then
  1987. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  1988. staring = true
  1989. stareplr = v
  1990. end
  1991. end
  1992. if string.sub(msg, 1, 8) == (prefix.."unstare") then
  1993. staring = false
  1994. end
  1995. if string.sub(msg, 1, 8) == (prefix.."logchat") then
  1996. chatlogs = true
  1997. game:GetService("StarterGui"):SetCore("SendNotification", {
  1998. Title = "LogChat enabled";
  1999. Text = "Now logging all player chat.";
  2000. })
  2001. end
  2002. if string.sub(msg, 1, 10) == (prefix.."unlogchat") then
  2003. chatlogs = false
  2004. game:GetService("StarterGui"):SetCore("SendNotification", {
  2005. Title = "LogChat disabled";
  2006. Text = "Stopped logging all player chat.";
  2007. })
  2008. end
  2009. if string.sub(msg, 1, 7) == (prefix.."fixcam") then
  2010. game:GetService("Workspace").CurrentCamera:Destroy()
  2011. wait(0.1)
  2012. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  2013. game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  2014. lplayer.CameraMinZoomDistance = 0.5
  2015. lplayer.CameraMaxZoomDistance = 400
  2016. lplayer.CameraMode = "Classic"
  2017. end
  2018. if string.sub(msg, 1, 8) == (prefix.."unstate") then
  2019. changingstate = false
  2020. end
  2021. end)
  2022.  
  2023. local function tp()
  2024. for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  2025. if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  2026. if player.Name == brplr then
  2027. player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 2
  2028. end
  2029. end
  2030. end
  2031. end
  2032. local function tpall()
  2033. for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  2034. if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  2035. player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 3
  2036. end
  2037. end
  2038. end
  2039. spawn(function()
  2040. while wait(spamdelay) do
  2041. if spamming == true then
  2042. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(spamtext, "All")
  2043. end
  2044. end
  2045. end)
  2046. spawn(function()
  2047. while wait(spamdelay) do
  2048. if spammingpm == true then
  2049. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/w "..pmspammed.." @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", "All")
  2050. end
  2051. end
  2052. end)
  2053. spawn(function()
  2054. while wait() do
  2055. if cbring == true then
  2056. tp()
  2057. end
  2058. end
  2059. end)
  2060. spawn(function()
  2061. while wait() do
  2062. if cbringall == true then
  2063. tpall()
  2064. end
  2065. end
  2066. end)
  2067.  
  2068. Mouse.KeyDown:connect(function(Key)
  2069. if Key == prefix then
  2070. CMDBAR:CaptureFocus()
  2071. end
  2072. end)
  2073.  
  2074. CMDBAR.FocusLost:connect(function(enterPressed)
  2075. if enterPressed then
  2076. if string.sub(CMDBAR.Text, 1, 5) == ("kill ") then
  2077. if string.sub(CMDBAR.Text, 6) == "me" then
  2078. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  2079. else
  2080. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6)))do
  2081. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2082. lplayer.Character.Humanoid.Name = 1
  2083. local l = lplayer.Character["1"]:Clone()
  2084. l.Parent = lplayer.Character
  2085. l.Name = "Humanoid"
  2086. wait(0.1)
  2087. lplayer.Character["1"]:Destroy()
  2088. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2089. lplayer.Character.Animate.Disabled = true
  2090. wait(0.1)
  2091. lplayer.Character.Animate.Disabled = false
  2092. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2093. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2094. lplayer.Character.Humanoid:EquipTool(v)
  2095. end
  2096. local function tp(player,player2)
  2097. local char1,char2=player.Character,player2.Character
  2098. if char1 and char2 then
  2099. char1:MoveTo(char2.Head.Position)
  2100. end
  2101. end
  2102. wait(0.1)
  2103. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2104. wait(0.2)
  2105. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2106. wait(0.5)
  2107. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  2108. wait(0.7)
  2109. tp(lplayer,game:GetService("Players")[v.Name])
  2110. wait(0.7)
  2111. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2112. game:GetService("StarterGui"):SetCore("SendNotification", {
  2113. Title = "Tools needed!";
  2114. Text = "You need a tool in your backpack for this command!";
  2115. })
  2116. end
  2117. end
  2118. end
  2119. if string.sub(CMDBAR.Text, 1, 6) == ("bring ") then
  2120. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  2121. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2122. lplayer.Character.Humanoid.Name = 1
  2123. local l = lplayer.Character["1"]:Clone()
  2124. l.Parent = lplayer.Character
  2125. l.Name = "Humanoid"
  2126. wait(0.1)
  2127. lplayer.Character["1"]:Destroy()
  2128. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2129. lplayer.Character.Animate.Disabled = true
  2130. wait(0.1)
  2131. lplayer.Character.Animate.Disabled = false
  2132. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2133. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2134. lplayer.Character.Humanoid:EquipTool(v)
  2135. end
  2136. local function tp(player,player2)
  2137. local char1,char2=player.Character,player2.Character
  2138. if char1 and char2 then
  2139. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  2140. end
  2141. end
  2142. local function getout(player,player2)
  2143. local char1,char2=player.Character,player2.Character
  2144. if char1 and char2 then
  2145. char1:MoveTo(char2.Head.Position)
  2146. end
  2147. end
  2148. tp(game:GetService("Players")[v.Name], lplayer)
  2149. wait(0.2)
  2150. tp(game:GetService("Players")[v.Name], lplayer)
  2151. wait(0.5)
  2152. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2153. wait(0.5)
  2154. getout(lplayer, game:GetService("Players")[v.Name])
  2155. wait(0.3)
  2156. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2157. game:GetService("StarterGui"):SetCore("SendNotification", {
  2158. Title = "Tools needed!";
  2159. Text = "You need a tool in your backpack for this command!";
  2160. })
  2161. end
  2162. end
  2163. if string.sub(CMDBAR.Text, 1, 5) == ("spin ") then
  2164. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2165. lplayer.Character.Humanoid.Name = 1
  2166. local l = lplayer.Character["1"]:Clone()
  2167. l.Parent = lplayer.Character
  2168. l.Name = "Humanoid"
  2169. wait(0.1)
  2170. lplayer.Character["1"]:Destroy()
  2171. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2172. lplayer.Character.Animate.Disabled = true
  2173. wait(0.1)
  2174. lplayer.Character.Animate.Disabled = false
  2175. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2176. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2177. lplayer.Character.Humanoid:EquipTool(v)
  2178. end
  2179. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2180. spinplr = v
  2181. wait(0.5)
  2182. spin = true
  2183. game:GetService("StarterGui"):SetCore("SendNotification", {
  2184. Title = "Tools needed!";
  2185. Text = "You need a tool in your backpack for this command!";
  2186. })
  2187. end
  2188. end
  2189. if string.sub(CMDBAR.Text, 1, 6) == ("unspin") then
  2190. spin = false
  2191. end
  2192. if string.sub(CMDBAR.Text, 1, 7) == ("attach ") then
  2193. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2194. lplayer.Character.Humanoid.Name = 1
  2195. local l = lplayer.Character["1"]:Clone()
  2196. l.Parent = lplayer.Character
  2197. l.Name = "Humanoid"
  2198. wait(0.1)
  2199. lplayer.Character["1"]:Destroy()
  2200. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2201. lplayer.Character.Animate.Disabled = true
  2202. wait(0.1)
  2203. lplayer.Character.Animate.Disabled = false
  2204. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2205. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2206. lplayer.Character.Humanoid:EquipTool(v)
  2207. end
  2208. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2209. wait(0.3)
  2210. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2211. attplr = v
  2212. game:GetService("StarterGui"):SetCore("SendNotification", {
  2213. Title = "Tools needed!";
  2214. Text = "You need a tool in your backpack for this command!";
  2215. })
  2216. end
  2217. end
  2218. if string.sub(CMDBAR.Text, 1, 9) == ("unattach ") then
  2219. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  2220. local function getout(player,player2)
  2221. local char1,char2=player.Character,player2.Character
  2222. if char1 and char2 then
  2223. char1:MoveTo(char2.Head.Position)
  2224. end
  2225. end
  2226. getout(lplayer, game:GetService("Players")[v.Name])
  2227. end
  2228. end
  2229. if string.sub(CMDBAR.Text, 1, 7) == ("follow ") then
  2230. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2231. followed = true
  2232. flwplr = v
  2233. end
  2234. end
  2235. if string.sub(CMDBAR.Text, 1, 8) == ("unfollow") then
  2236. followed = false
  2237. end
  2238. if string.sub(CMDBAR.Text, 1, 9) == ("freefall ") then
  2239. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  2240. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  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.HumanoidRootPart.CFrame
  2256. wait(0.2)
  2257. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2258. wait(0.6)
  2259. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2260. wait(0.6)
  2261. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  2262. game:GetService("StarterGui"):SetCore("SendNotification", {
  2263. Title = "Tools needed!";
  2264. Text = "You need a tool in your backpack for this command!";
  2265. })
  2266. end
  2267. end
  2268. if string.sub(CMDBAR.Text, 1, 6) == ("trail ") then
  2269. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2270. traill = true
  2271. trlplr = v
  2272. end
  2273. end
  2274. if string.sub(CMDBAR.Text, 1, 7) == ("untrail") then
  2275. traill = false
  2276. end
  2277. if string.sub(CMDBAR.Text, 1, 6) == ("orbit ") then
  2278. if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  2279. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2280. else
  2281. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2282. local o = Instance.new("RocketPropulsion")
  2283. o.Parent = lplayer.Character.HumanoidRootPart
  2284. o.Name = "Orbit"
  2285. o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  2286. o:Fire()
  2287. noclip = true
  2288. end
  2289. end
  2290. end
  2291. if string.sub(CMDBAR.Text, 1, 7) == ("unorbit") then
  2292. lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  2293. noclip = false
  2294. end
  2295. if string.sub(CMDBAR.Text, 1, 6) == ("fling ") then
  2296. if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  2297. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2298. else
  2299. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2300. local y = Instance.new("RocketPropulsion")
  2301. y.Parent = lplayer.Character.HumanoidRootPart
  2302. y.CartoonFactor = 1
  2303. y.MaxThrust = 800000
  2304. y.MaxSpeed = 1000
  2305. y.ThrustP = 200000
  2306. y.Name = "Fling"
  2307. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  2308. y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  2309. y:Fire()
  2310. noclip = true
  2311. end
  2312. end
  2313. end
  2314. if string.sub(CMDBAR.Text, 1, 7) == ("unfling") then
  2315. noclip = false
  2316. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  2317. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  2318. wait(0.4)
  2319. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  2320. end
  2321. if string.sub(CMDBAR.Text, 1, 7) == ("fecheck") then
  2322. if game:GetService("Workspace").FilteringEnabled == true then
  2323. warn("FE is Enabled (Filtering Enabled)")
  2324. game:GetService("StarterGui"):SetCore("SendNotification", {
  2325. Title = "FE is Enabled";
  2326. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  2327. })
  2328. else
  2329. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  2330. game:GetService("StarterGui"):SetCore("SendNotification", {
  2331. Title = "FE is Disabled";
  2332. Text = "Filtering Disabled. Consider using a different admin script.";
  2333. })
  2334. end
  2335. end
  2336. if string.sub(CMDBAR.Text, 1, 5) == ("void ") then
  2337. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2338. lplayer.Character.Humanoid.Name = 1
  2339. local l = lplayer.Character["1"]:Clone()
  2340. l.Parent = lplayer.Character
  2341. l.Name = "Humanoid"
  2342. wait(0.1)
  2343. lplayer.Character["1"]:Destroy()
  2344. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2345. lplayer.Character.Animate.Disabled = true
  2346. wait(0.1)
  2347. lplayer.Character.Animate.Disabled = false
  2348. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2349. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2350. lplayer.Character.Humanoid:EquipTool(v)
  2351. end
  2352. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2353. wait(0.2)
  2354. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2355. wait(0.6)
  2356. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  2357. game:GetService("StarterGui"):SetCore("SendNotification", {
  2358. Title = "Tools needed!";
  2359. Text = "You need a tool in your backpack for this command!";
  2360. })
  2361. end
  2362. end
  2363. if string.sub(CMDBAR.Text, 1, 6) == ("noclip") then
  2364. noclip = true
  2365. game:GetService("StarterGui"):SetCore("SendNotification", {
  2366. Title = "Noclip enabled";
  2367. Text = "Type ;clip to disable";
  2368. })
  2369. end
  2370. if string.sub(CMDBAR.Text, 1, 4) == ("clip") then
  2371. noclip = false
  2372. game:GetService("StarterGui"):SetCore("SendNotification", {
  2373. Title = "Noclip disabled";
  2374. Text = "Type ;noclip to enable";
  2375. })
  2376. end
  2377. if string.sub(CMDBAR.Text, 1, 6) == ("speed ") then
  2378. lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 7))
  2379. end
  2380. if string.sub(CMDBAR.Text, 1, 3) == ("ws ") then
  2381. lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 4))
  2382. end
  2383. if string.sub(CMDBAR.Text, 1, 10) == ("hipheight ") then
  2384. lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 11))
  2385. end
  2386. if string.sub(CMDBAR.Text, 1, 3) == ("hh ") then
  2387. lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 4))
  2388. end
  2389. if string.sub(CMDBAR.Text, 1, 10) == ("jumppower ") then
  2390. lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 11))
  2391. end
  2392. if string.sub(CMDBAR.Text, 1, 3) == ("jp ") then
  2393. lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 4))
  2394. end
  2395. if string.sub(CMDBAR.Text, 1, 7) == ("default") then
  2396. lplayer.Character.Humanoid.JumpPower = 50
  2397. lplayer.Character.Humanoid.WalkSpeed = 16
  2398. lplayer.Character.Humanoid.HipHeight = 0
  2399. end
  2400. if string.sub(CMDBAR.Text, 1, 6) == ("annoy ") then
  2401. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2402. annoying = true
  2403. annplr = v
  2404. end
  2405. end
  2406. if string.sub(CMDBAR.Text, 1, 7) == ("unannoy") then
  2407. annoying = false
  2408. end
  2409. if string.sub(CMDBAR.Text, 1, 9) == ("headwalk ") then
  2410. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  2411. hwalk = true
  2412. hdwplr = v
  2413. end
  2414. end
  2415. if string.sub(CMDBAR.Text, 1, 10) == ("unheadwalk") then
  2416. hwalk = false
  2417. end
  2418. if string.sub(CMDBAR.Text, 1, 7) == ("nolimbs") then
  2419. lplayer.Character["Left Leg"]:Destroy()
  2420. lplayer.Character["Left Arm"]:Destroy()
  2421. lplayer.Character["Right Leg"]:Destroy()
  2422. lplayer.Character["Right Arm"]:Destroy()
  2423. end
  2424. if string.sub(CMDBAR.Text, 1, 3) == ("god") then
  2425. lplayer.Character.Humanoid.Name = 1
  2426. local l = lplayer.Character["1"]:Clone()
  2427. l.Parent = lplayer.Character
  2428. l.Name = "Humanoid"
  2429. wait(0.1)
  2430. lplayer.Character["1"]:Destroy()
  2431. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2432. lplayer.Character.Animate.Disabled = true
  2433. wait(0.1)
  2434. lplayer.Character.Animate.Disabled = false
  2435. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2436. game:GetService("StarterGui"):SetCore("SendNotification", {
  2437. Title = "FE Godmode enabled";
  2438. Text = "Use ;grespawn or ;respawn to remove.";
  2439. })
  2440. end
  2441. if string.sub(CMDBAR.Text, 1, 8) == ("drophats") then
  2442. for i,v in pairs(lplayer.Character:GetChildren()) do
  2443. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2444. v.Parent = workspace
  2445. end
  2446. end
  2447. end
  2448. if string.sub(CMDBAR.Text, 1, 8) == ("droptool") then
  2449. for i,v in pairs(lplayer.Character:GetChildren()) do
  2450. if (v:IsA("Tool")) then
  2451. v.Parent = workspace
  2452. end
  2453. end
  2454. end
  2455. if string.sub(CMDBAR.Text, 1, 9) == ("loopdhats") then
  2456. droppinghats = true
  2457. game:GetService("StarterGui"):SetCore("SendNotification", {
  2458. Title = "Loop Drop Enabled";
  2459. Text = "Type ;unloopdhats to disable";
  2460. })
  2461. end
  2462. if string.sub(CMDBAR.Text, 1, 11) == ("unloopdhats") then
  2463. droppinghats = false
  2464. game:GetService("StarterGui"):SetCore("SendNotification", {
  2465. Title = "Loop Drop Disabled";
  2466. Text = "Type ;loopdhats to enable.";
  2467. })
  2468. end
  2469. if string.sub(CMDBAR.Text, 1, 9) == ("loopdtool") then
  2470. droppingtools = true
  2471. game:GetService("StarterGui"):SetCore("SendNotification", {
  2472. Title = "Loop Drop Enabled";
  2473. Text = "Type ;unloopdtool to disable";
  2474. })
  2475. end
  2476. if string.sub(CMDBAR.Text, 1, 11) == ("unloopdtool") then
  2477. droppingtools = false
  2478. game:GetService("StarterGui"):SetCore("SendNotification", {
  2479. Title = "Loop Drop Disabled";
  2480. Text = "Type ;loopdtool to enable.";
  2481. })
  2482. end
  2483. if string.sub(CMDBAR.Text, 1, 9) == ("invisible") then -- Credit to Timeless
  2484. Local = game:GetService('Players').LocalPlayer
  2485. Char = Local.Character
  2486. touched,tpdback = false, false
  2487. box = Instance.new('Part',workspace)
  2488. box.Anchored = true
  2489. box.CanCollide = true
  2490. box.Size = Vector3.new(10,1,10)
  2491. box.Position = Vector3.new(0,10000,0)
  2492. box.Touched:connect(function(part)
  2493. if (part.Parent.Name == Local.Name) then
  2494. if touched == false then
  2495. touched = true
  2496. function apply()
  2497. if script.Disabled ~= true then
  2498. no = Char.HumanoidRootPart:Clone()
  2499. wait(.25)
  2500. Char.HumanoidRootPart:Destroy()
  2501. no.Parent = Char
  2502. Char:MoveTo(loc)
  2503. touched = false
  2504. end end
  2505. if Char then
  2506. apply()
  2507. end
  2508. end
  2509. end
  2510. end)
  2511. repeat wait() until Char
  2512. loc = Char.HumanoidRootPart.Position
  2513. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  2514. game:GetService("StarterGui"):SetCore("SendNotification", {
  2515. Title = "Invisibility enabled!";
  2516. Text = "Reset or use ;respawn to remove.";
  2517. })
  2518. end
  2519. if string.sub(CMDBAR.Text, 1, 5) == ("view ") then
  2520. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2521. if game:GetService("Players")[v.Name].Character.Humanoid then
  2522. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  2523. else
  2524. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  2525. end
  2526. end
  2527. end
  2528. if string.sub(CMDBAR.Text, 1, 6) == ("unview") then
  2529. if lplayer.Character.Humanoid then
  2530. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  2531. else
  2532. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  2533. end
  2534. end
  2535. if string.sub(CMDBAR.Text, 1, 5) == ("goto ") then
  2536. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2537. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2538. end
  2539. end
  2540. if string.sub(CMDBAR.Text, 1, 3) == ("fly") then
  2541. repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  2542. repeat wait() until Mouse
  2543.  
  2544. local T = lplayer.Character.HumanoidRootPart
  2545. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  2546. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  2547. local SPEED = speedget
  2548.  
  2549. local function fly()
  2550. flying = true
  2551. local BG = Instance.new('BodyGyro', T)
  2552. local BV = Instance.new('BodyVelocity', T)
  2553. BG.P = 9e4
  2554. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  2555. BG.cframe = T.CFrame
  2556. BV.velocity = Vector3.new(0, 0.1, 0)
  2557. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  2558. spawn(function()
  2559. repeat wait()
  2560. lplayer.Character.Humanoid.PlatformStand = true
  2561. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  2562. SPEED = 50
  2563. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  2564. SPEED = 0
  2565. end
  2566. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  2567. 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
  2568. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  2569. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  2570. 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
  2571. else
  2572. BV.velocity = Vector3.new(0, 0.1, 0)
  2573. end
  2574. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  2575. until not flying
  2576. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  2577. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  2578. SPEED = 0
  2579. BG:destroy()
  2580. BV:destroy()
  2581. lplayer.Character.Humanoid.PlatformStand = false
  2582. end)
  2583. end
  2584. Mouse.KeyDown:connect(function(KEY)
  2585. if KEY:lower() == 'w' then
  2586. CONTROL.F = speedfly
  2587. elseif KEY:lower() == 's' then
  2588. CONTROL.B = -speedfly
  2589. elseif KEY:lower() == 'a' then
  2590. CONTROL.L = -speedfly
  2591. elseif KEY:lower() == 'd' then
  2592. CONTROL.R = speedfly
  2593. end
  2594. end)
  2595. Mouse.KeyUp:connect(function(KEY)
  2596. if KEY:lower() == 'w' then
  2597. CONTROL.F = 0
  2598. elseif KEY:lower() == 's' then
  2599. CONTROL.B = 0
  2600. elseif KEY:lower() == 'a' then
  2601. CONTROL.L = 0
  2602. elseif KEY:lower() == 'd' then
  2603. CONTROL.R = 0
  2604. end
  2605. end)
  2606. fly()
  2607. end
  2608. if string.sub(CMDBAR.Text, 1, 5) == ("unfly") then
  2609. flying = false
  2610. lplayer.Character.Humanoid.PlatformStand = false
  2611. end
  2612. if string.sub(CMDBAR.Text, 1, 5) == ("chat ") then
  2613. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(CMDBAR.Text, 6)), "All")
  2614. end
  2615. if string.sub(CMDBAR.Text, 1, 5) == ("spam ") then
  2616. spamtext = (string.sub(CMDBAR.Text, 6))
  2617. spamming = true
  2618. end
  2619. if string.sub(CMDBAR.Text, 1, 6) == ("unspam") then
  2620. spamming = false
  2621. end
  2622. if string.sub(CMDBAR.Text, 1, 9) == ("spamwait ") then
  2623. spamdelay = (string.sub(CMDBAR.Text, 10))
  2624. end
  2625. if string.sub(CMDBAR.Text, 1, 7) == ("pmspam ") then
  2626. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2627. pmspammed = v.Name
  2628. spammingpm = true
  2629. end
  2630. end
  2631. if string.sub(CMDBAR.Text, 1, 8) == ("unpmspam") then
  2632. spammingpm = false
  2633. end
  2634. if string.sub(CMDBAR.Text, 1, 8) == ("cfreeze ") then
  2635. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 9))) do
  2636. v.Character["Left Leg"].Anchored = true
  2637. v.Character["Left Arm"].Anchored = true
  2638. v.Character["Right Leg"].Anchored = true
  2639. v.Character["Right Arm"].Anchored = true
  2640. v.Character.Torso.Anchored = true
  2641. v.Character.Head.Anchored = true
  2642. end
  2643. end
  2644. if string.sub(CMDBAR.Text, 1, 10) == ("uncfreeze ") then
  2645. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 11))) do
  2646. v.Character["Left Leg"].Anchored = false
  2647. v.Character["Left Arm"].Anchored = false
  2648. v.Character["Right Leg"].Anchored = false
  2649. v.Character["Right Arm"].Anchored = false
  2650. v.Character.Torso.Anchored = false
  2651. v.Character.Head.Anchored = false
  2652. end
  2653. end
  2654. if string.sub(CMDBAR.Text, 1, 8) == ("unlockws") then
  2655. local a = game:GetService("Workspace"):getChildren()
  2656. for i = 1, #a do
  2657. if a[i].className == "Part" then
  2658. a[i].Locked = false
  2659. elseif a[i].className == "Model" then
  2660. local r = a[i]:getChildren()
  2661. for i = 1, #r do
  2662. if r[i].className == "Part" then
  2663. r[i].Locked = false
  2664. end
  2665. end
  2666. end
  2667. end
  2668. game:GetService("StarterGui"):SetCore("SendNotification", {
  2669. Title = "Success!";
  2670. Text = "Workspace unlocked. Use ;lockws to lock.";
  2671. })
  2672. end
  2673. if string.sub(CMDBAR.Text, 1, 6) == ("lockws") then
  2674. local a = game:GetService("Workspace"):getChildren()
  2675. for i = 1, #a do
  2676. if a[i].className == "Part" then
  2677. a[i].Locked = true
  2678. elseif a[i].className == "Model" then
  2679. local r = a[i]:getChildren()
  2680. for i = 1, #r do
  2681. if r[i].className == "Part" then
  2682. r[i].Locked = true
  2683. end
  2684. end
  2685. end
  2686. end
  2687. end
  2688. if string.sub(CMDBAR.Text, 1, 6) == ("btools") then
  2689. local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  2690. Clone_T.BinType = "Clone"
  2691. local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  2692. Destruct.BinType = "Hammer"
  2693. local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  2694. Hold_T.BinType = "Grab"
  2695. end
  2696. if string.sub(CMDBAR.Text, 1, 6) == ("pstand") then
  2697. lplayer.Character.Humanoid.PlatformStand = true
  2698. end
  2699. if string.sub(CMDBAR.Text, 1, 8) == ("unpstand") then
  2700. lplayer.Character.Humanoid.PlatformStand = false
  2701. end
  2702. if string.sub(CMDBAR.Text, 1, 9) == ("blockhead") then
  2703. lplayer.Character.Head.Mesh:Destroy()
  2704. end
  2705. if string.sub(CMDBAR.Text, 1, 3) == ("sit") then
  2706. lplayer.Character.Humanoid.Sit = true
  2707. end
  2708. if string.sub(CMDBAR.Text, 1, 9) == ("bringobj ") then
  2709. local function bringobjw()
  2710. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  2711. if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  2712. obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2713. obj.CanCollide = false
  2714. obj.Transparency = 0.7
  2715. wait()
  2716. obj.CFrame = lplayer.Character["Left Leg"].CFrame
  2717. wait()
  2718. obj.CFrame = lplayer.Character["Right Leg"].CFrame
  2719. wait()
  2720. obj.CFrame = lplayer.Character["Head"].CFrame
  2721. end
  2722. end
  2723. end
  2724. while wait() do
  2725. bringobjw()
  2726. end
  2727. game:GetService("StarterGui"):SetCore("SendNotification", {
  2728. Title = "BringObj";
  2729. Text = "BringObj enabled.";
  2730. })
  2731. end
  2732. if string.sub(CMDBAR.Text, 1, 6) == ("wsvis ") then
  2733. vis = (string.sub(CMDBAR.Text, 7))
  2734. local a = game:GetService("Workspace"):GetDescendants()
  2735. for i = 1, #a do
  2736. if a[i].className == "Part" then
  2737. a[i].Transparency = vis
  2738. elseif a[i].className == "Model" then
  2739. local r = a[i]:getChildren()
  2740. for i = 1, #r do
  2741. if r[i].className == "Part" then
  2742. r[i].Transparency = vis
  2743. end
  2744. end
  2745. end
  2746. end
  2747. end
  2748. if string.sub(CMDBAR.Text, 1, 10) == ("hypertotal") then
  2749. loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  2750. game:GetService("StarterGui"):SetCore("SendNotification", {
  2751. Title = "Success!";
  2752. Text = "HyperTotal GUI Loaded!";
  2753. })
  2754. end
  2755. if string.sub(CMDBAR.Text, 1, 4) == ("cmds") then
  2756. CMDSFRAME.Visible = true
  2757. end
  2758. if string.sub(CMDBAR.Text, 1, 9) == ("rmeshhats") then
  2759. for i,v in pairs(lplayer.Character:GetChildren()) do
  2760. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2761. v.Handle.Mesh:Destroy()
  2762. end
  2763. end
  2764. end
  2765. if string.sub(CMDBAR.Text, 1, 9) == ("blockhats") then
  2766. for i,v in pairs(lplayer.Character:GetChildren()) do
  2767. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2768. v.Handle.Mesh:Destroy()
  2769. end
  2770. end
  2771. end
  2772. if string.sub(CMDBAR.Text, 1, 9) == ("rmeshtool") then
  2773. for i,v in pairs(lplayer.Character:GetChildren()) do
  2774. if (v:IsA("Tool")) then
  2775. v.Handle.Mesh:Destroy()
  2776. end
  2777. end
  2778. end
  2779. if string.sub(CMDBAR.Text, 1, 9) == ("blocktool") then
  2780. for i,v in pairs(lplayer.Character:GetChildren()) do
  2781. if (v:IsA("Tool")) then
  2782. v.Handle.Mesh:Destroy()
  2783. end
  2784. end
  2785. end
  2786. if string.sub(CMDBAR.Text, 1, 7) == ("spinner") then
  2787. local p = Instance.new("RocketPropulsion")
  2788. p.Parent = lplayer.Character.HumanoidRootPart
  2789. p.Name = "Spinner"
  2790. p.Target = lplayer.Character["Left Arm"]
  2791. p:Fire()
  2792. game:GetService("StarterGui"):SetCore("SendNotification", {
  2793. Title = "Spinner enabled";
  2794. Text = "Type ;nospinner to disable.";
  2795. })
  2796. end
  2797. if string.sub(CMDBAR.Text, 1, 9) == ("nospinner") then
  2798. lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  2799. end
  2800. if string.sub(CMDBAR.Text, 1, 6) == ("reachd") then
  2801. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  2802. if v:isA("Tool") then
  2803. local a = Instance.new("SelectionBox",v.Handle)
  2804. a.Adornee = v.Handle
  2805. v.Handle.Size = Vector3.new(0.5,0.5,60)
  2806. v.GripPos = Vector3.new(0,0,0)
  2807. lplayer.Character.Humanoid:UnequipTools()
  2808. end
  2809. end
  2810. game:GetService("StarterGui"):SetCore("SendNotification", {
  2811. Title = "Reach applied!";
  2812. Text = "Applied to equipped sword. Use ;noreach to disable.";
  2813. })
  2814. end
  2815. if string.sub(CMDBAR.Text, 1, 6) == ("reach ") then
  2816. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  2817. if v:isA("Tool") then
  2818. local a = Instance.new("SelectionBox",v.Handle)
  2819. a.Name = "Reach"
  2820. a.Adornee = v.Handle
  2821. v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(CMDBAR.Text, 7)))
  2822. v.GripPos = Vector3.new(0,0,0)
  2823. lplayer.Character.Humanoid:UnequipTools()
  2824. end
  2825. end
  2826. game:GetService("StarterGui"):SetCore("SendNotification", {
  2827. Title = "Reach applied!";
  2828. Text = "Applied to equipped sword. Use ;noreach to disable.";
  2829. })
  2830. end
  2831. if string.sub(CMDBAR.Text, 1, 7) == ("noreach") then
  2832. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  2833. if v:isA("Tool") then
  2834. v.Handle.Reach:Destroy()
  2835. end
  2836. end
  2837. game:GetService("StarterGui"):SetCore("SendNotification", {
  2838. Title = "Reach removed!";
  2839. Text = "Removed reach from equipped sword.";
  2840. })
  2841. end
  2842. if string.sub(CMDBAR.Text, 1, 6) == ("rkill ") then
  2843. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  2844. lplayer.Character.Humanoid.Name = 1
  2845. local l = lplayer.Character["1"]:Clone()
  2846. l.Parent = lplayer.Character
  2847. l.Name = "Humanoid"
  2848. wait(0.1)
  2849. lplayer.Character["1"]:Destroy()
  2850. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2851. lplayer.Character.Animate.Disabled = true
  2852. wait(0.1)
  2853. lplayer.Character.Animate.Disabled = false
  2854. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2855. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2856. lplayer.Character.Humanoid:EquipTool(v)
  2857. end
  2858. wait(0.1)
  2859. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2860. wait(0.2)
  2861. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2862. wait(0.5)
  2863. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  2864. game:GetService("StarterGui"):SetCore("SendNotification", {
  2865. Title = "Tools needed!";
  2866. Text = "You need a tool in your backpack for this command!";
  2867. })
  2868. end
  2869. end
  2870. if string.sub(CMDBAR.Text, 1, 6) == ("tp me ") then
  2871. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2872. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2873. end
  2874. end
  2875. if string.sub(CMDBAR.Text, 1, 7) == ("cbring ") then
  2876. if (string.sub(CMDBAR.Text, 8)) == "all" or (string.sub(CMDBAR.Text, 8)) == "All" or (string.sub(CMDBAR.Text, 8)) == "ALL" then
  2877. cbringall = true
  2878. else
  2879. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2880. brplr = v.Name
  2881. end
  2882. end
  2883. cbring = true
  2884. end
  2885. if string.sub(CMDBAR.Text, 1, 8) == ("uncbring") then
  2886. cbring = false
  2887. cbringall = false
  2888. end
  2889. if string.sub(CMDBAR.Text, 1, 5) == ("swap ") then
  2890. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2891. local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2892. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2893. lplayer.Character.Humanoid.Name = 1
  2894. local l = lplayer.Character["1"]:Clone()
  2895. l.Parent = lplayer.Character
  2896. l.Name = "Humanoid"
  2897. wait(0.1)
  2898. lplayer.Character["1"]:Destroy()
  2899. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2900. lplayer.Character.Animate.Disabled = true
  2901. wait(0.1)
  2902. lplayer.Character.Animate.Disabled = false
  2903. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2904. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2905. lplayer.Character.Humanoid:EquipTool(v)
  2906. end
  2907. local function tp(player,player2)
  2908. local char1,char2=player.Character,player2.Character
  2909. if char1 and char2 then
  2910. char1:MoveTo(char2.Head.Position)
  2911. end
  2912. end
  2913. wait(0.1)
  2914. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2915. wait(0.2)
  2916. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2917. wait(0.5)
  2918. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2919. wait(0.6)
  2920. tp(lplayer, game:GetService("Players")[v.Name])
  2921. wait(0.4)
  2922. lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  2923. game:GetService("StarterGui"):SetCore("SendNotification", {
  2924. Title = "Tools needed!";
  2925. Text = "You need a tool in your backpack for this command!";
  2926. })
  2927. end
  2928. end
  2929. if string.sub(CMDBAR.Text, 1, 7) == ("glitch ") then
  2930. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2931. lplayer.Character.Humanoid.Name = 1
  2932. local l = lplayer.Character["1"]:Clone()
  2933. l.Parent = lplayer.Character
  2934. l.Name = "Humanoid"
  2935. wait(0.1)
  2936. lplayer.Character["1"]:Destroy()
  2937. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2938. lplayer.Character.Animate.Disabled = true
  2939. wait(0.1)
  2940. lplayer.Character.Animate.Disabled = false
  2941. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2942. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2943. lplayer.Character.Humanoid:EquipTool(v)
  2944. end
  2945. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2946. wait(0.3)
  2947. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2948. wait(0.4)
  2949. b = Instance.new("BodyForce")
  2950. b.Parent = lplayer.Character.HumanoidRootPart
  2951. b.Name = "Glitch"
  2952. b.Force = Vector3.new(100000000,5000,0)
  2953. game:GetService("StarterGui"):SetCore("SendNotification", {
  2954. Title = "Tools needed!";
  2955. Text = "You need a tool in your backpack for this command!";
  2956. })
  2957. end
  2958. end
  2959. if string.sub(CMDBAR.Text, 1, 8) == ("unglitch") then
  2960. lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  2961. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  2962. b = Instance.new("BodyForce")
  2963. b.Parent = lplayer.Character.HumanoidRootPart
  2964. b.Name = "unGlitch"
  2965. b.Force = Vector3.new(0,-5000000,0)
  2966. wait(2)
  2967. lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  2968. end
  2969. if string.sub(CMDBAR.Text, 1, 8) == ("grespawn") then
  2970. lplayer.Character.Humanoid.Health = 0
  2971. wait(1)
  2972. lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  2973. lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  2974. end
  2975. if string.sub(CMDBAR.Text, 1, 8) == ("explorer") then
  2976. loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  2977. game:GetService("StarterGui"):SetCore("SendNotification", {
  2978. Title = "Success!";
  2979. Text = "DEX Explorer has loaded.";
  2980. })
  2981. end
  2982. if string.sub(CMDBAR.Text, 1, 5) == ("anim ") then
  2983. local Anim = Instance.new("Animation")
  2984. Anim.AnimationId = "rbxassetid://"..(string.sub(CMDBAR.Text, 6))
  2985. local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  2986. track:Play(.1, 1, 1)
  2987. end
  2988. if string.sub(CMDBAR.Text, 1, 7) == ("animgui") then
  2989. loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  2990. game:GetService("StarterGui"):SetCore("SendNotification", {
  2991. Title = "Success!";
  2992. Text = "Energize Animations GUI has loaded.";
  2993. })
  2994. end
  2995. if string.sub(CMDBAR.Text, 1, 7) == ("savepos") then
  2996. saved = lplayer.Character.HumanoidRootPart.CFrame
  2997. game:GetService("StarterGui"):SetCore("SendNotification", {
  2998. Title = "Position Saved";
  2999. Text = "Use ;loadpos to return to saved position.";
  3000. })
  3001. end
  3002. if string.sub(CMDBAR.Text, 1, 7) == ("loadpos") then
  3003. lplayer.Character.HumanoidRootPart.CFrame = saved
  3004. end
  3005. if string.sub(CMDBAR.Text, 1, 5) == ("bang ") then
  3006. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  3007. local Anim2 = Instance.new("Animation")
  3008. Anim2.AnimationId = "rbxassetid://148840371"
  3009. local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  3010. track2:Play(.1, 1, 1)
  3011. bplrr = v.Name
  3012. banpl = true
  3013. end
  3014. end
  3015. if string.sub(CMDBAR.Text, 1, 6) == ("unbang") then
  3016. banpl = false
  3017. end
  3018. if string.sub(CMDBAR.Text, 1, 9) == ("bringmod ") then
  3019. local function bringmodw()
  3020. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  3021. if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  3022. for i,ch in pairs(obj:GetDescendants()) do
  3023. if (ch:IsA("BasePart")) then
  3024. ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  3025. ch.CanCollide = false
  3026. ch.Transparency = 0.7
  3027. wait()
  3028. ch.CFrame = lplayer.Character["Left Leg"].CFrame
  3029. wait()
  3030. ch.CFrame = lplayer.Character["Right Leg"].CFrame
  3031. wait()
  3032. ch.CFrame = lplayer.Character["Head"].CFrame
  3033. end
  3034. end
  3035. end
  3036. end
  3037. end
  3038. while wait() do
  3039. bringmodw()
  3040. end
  3041. game:GetService("StarterGui"):SetCore("SendNotification", {
  3042. Title = "BringMod";
  3043. Text = "BringMod enabled.";
  3044. })
  3045. end
  3046. if string.sub(CMDBAR.Text, 1, 7) == ("respawn") then
  3047. local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  3048. local hum = Instance.new('Humanoid', mod)
  3049. local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  3050. lplayer.Character = mod
  3051. end
  3052. if string.sub(CMDBAR.Text, 1, 8) == ("shutdown") then
  3053. game:GetService'RunService'.Stepped:Connect(function()
  3054. pcall(function()
  3055. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  3056. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  3057. for _,x in pairs(v.Character.Head:GetChildren()) do
  3058. if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  3059. end
  3060. end
  3061. end
  3062. end)
  3063. end)
  3064. game:GetService("StarterGui"):SetCore("SendNotification", {
  3065. Title = "Attempting Shutdown";
  3066. Text = "Shutdown Attempt has begun.";
  3067. })
  3068. end
  3069. if string.sub(CMDBAR.Text, 1, 7) == ("delobj ") then
  3070. objtodel = (string.sub(CMDBAR.Text, 8))
  3071. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  3072. if v.Name == objtodel then
  3073. v:Destroy()
  3074. end
  3075. end
  3076. end
  3077. if string.sub(CMDBAR.Text, 1, 7) == ("getplrs") then
  3078. for i,v in pairs(game:GetService("Players"):GetPlayers())do
  3079. print(v)
  3080. end
  3081. game:GetService("StarterGui"):SetCore("SendNotification", {
  3082. Title = "Printed";
  3083. Text = "Players have been printed to console. (F9)";
  3084. })
  3085. end
  3086. if string.sub(CMDBAR.Text, 1, 8) == ("deldecal") then
  3087. for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  3088. if (v:IsA("Decal")) then
  3089. v:Destroy()
  3090. end
  3091. end
  3092. end
  3093. if string.sub(CMDBAR.Text, 1, 10) == ("opfinality") then
  3094. loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  3095. game:GetService("StarterGui"):SetCore("SendNotification", {
  3096. Title = "Success!";
  3097. Text = "OpFinality GUI has loaded.";
  3098. })
  3099. end
  3100. if string.sub(CMDBAR.Text, 1, 7) == ("remotes") then
  3101. remotes = true
  3102. added = true
  3103. game.DescendantAdded:connect(function(rmt)
  3104. if added == true then
  3105. if remotes == true then
  3106. if rmt:IsA("RemoteEvent") then
  3107. print("A RemoteEvent was added!")
  3108. print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  3109. print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  3110. end end end
  3111. end)
  3112. game.DescendantAdded:connect(function(rmtfnctn)
  3113. if added == true then
  3114. if remotes == true then
  3115. if rmtfnctn:IsA("RemoteFunction") then
  3116. warn("A RemoteFunction was added!")
  3117. warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  3118. print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  3119. end end end
  3120. end)
  3121.  
  3122. game.DescendantAdded:connect(function(bndfnctn)
  3123. if added == true then
  3124. if binds == true then
  3125. if bndfnctn:IsA("BindableFunction") then
  3126. print("A BindableFunction was added!")
  3127. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  3128. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  3129. end end end
  3130. end)
  3131.  
  3132. game.DescendantAdded:connect(function(bnd)
  3133. if added == true then
  3134. if binds == true then
  3135. if bnd:IsA("BindableEvent") then
  3136. warn("A BindableEvent was added!")
  3137. warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  3138. print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  3139. end end end
  3140. end)
  3141.  
  3142.  
  3143. if binds == true then
  3144. for i,v in pairs(game:GetDescendants()) do
  3145. if v:IsA("BindableFunction") then
  3146. print(" game." .. v:GetFullName() .. " | BindableFunction")
  3147. print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  3148. end end
  3149. for i,v in pairs(game:GetDescendants()) do
  3150. if v:IsA("BindableEvent") then
  3151. warn(" game." .. v:GetFullName() .. " | BindableEvent")
  3152. print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  3153. end end
  3154. else
  3155. print("Off")
  3156. end
  3157. if remotes == true then
  3158. for i,v in pairs(game:GetDescendants()) do
  3159. if v:IsA("RemoteFunction") then
  3160. warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  3161. print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  3162. end end
  3163. wait()
  3164. for i,v in pairs(game:GetDescendants()) do
  3165. if v:IsA("RemoteEvent") then
  3166. print(" game." .. v:GetFullName() .. " | RemoteEvent")
  3167. print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  3168. end end
  3169. else
  3170. print("Off")
  3171. end
  3172. game:GetService("StarterGui"):SetCore("SendNotification", {
  3173. Title = "Printing Remotes";
  3174. Text = "Type ;noremotes to disable.";
  3175. })
  3176. end
  3177. if string.sub(CMDBAR.Text, 1, 9) == ("noremotes") then
  3178. remotes = false
  3179. added = false
  3180. game:GetService("StarterGui"):SetCore("SendNotification", {
  3181. Title = "Printing Remotes Disabled";
  3182. Text = "Type ;remotes to enable.";
  3183. })
  3184. end
  3185. if string.sub(CMDBAR.Text, 1, 9) == ("tpdefault") then
  3186. spin = false
  3187. followed = false
  3188. traill = false
  3189. noclip = false
  3190. annoying = false
  3191. hwalk = false
  3192. cbringing = false
  3193. end
  3194. if string.sub(CMDBAR.Text, 1, 7) == ("stopsit") then
  3195. stopsitting = true
  3196. end
  3197. if string.sub(CMDBAR.Text, 1, 5) == ("gosit") then
  3198. stopsitting = false
  3199. end
  3200. if string.sub(CMDBAR.Text, 1, 7) == ("version") then
  3201. print(adminversion)
  3202. game:GetService("StarterGui"):SetCore("SendNotification", {
  3203. Title = "Version";
  3204. Text = adminversion;
  3205. })
  3206. end
  3207. if string.sub(CMDBAR.Text, 1, 7) == ("clicktp") then
  3208. clickgoto = true
  3209. game:GetService("StarterGui"):SetCore("SendNotification", {
  3210. Title = "Click TP";
  3211. Text = "Press E to teleport to mouse position";
  3212. })
  3213. end
  3214. if string.sub(CMDBAR.Text, 1, 9) == ("noclicktp") then
  3215. clickgoto = false
  3216. game:GetService("StarterGui"):SetCore("SendNotification", {
  3217. Title = "Click TP";
  3218. Text = "Click TP has been disabled.";
  3219. })
  3220. end
  3221. if string.sub(CMDBAR.Text, 1, 7) == ("toolson") then
  3222. gettingtools = true
  3223. game:GetService("StarterGui"):SetCore("SendNotification", {
  3224. Title = "Tools Enabled";
  3225. Text = "Automatically colleting tools dropped.";
  3226. })
  3227. end
  3228. if string.sub(CMDBAR.Text, 1, 8) == ("toolsoff") then
  3229. gettingtools = false
  3230. game:GetService("StarterGui"):SetCore("SendNotification", {
  3231. Title = "Tools Disabled";
  3232. Text = "Click TP has been disabled.";
  3233. })
  3234. end
  3235. if string.sub(CMDBAR.Text, 1, 9) == ("delcmdbar") then
  3236. ScreenGui:Destroy()
  3237. end
  3238. if string.sub(CMDBAR.Text, 1, 5) == ("reset") then
  3239. lplayer.Character.Head:Destroy()
  3240. end
  3241. if string.sub(CMDBAR.Text, 1, 6) == ("state ") then
  3242. statechosen = string.sub(CMDBAR.Text, 7)
  3243. changingstate = true
  3244. end
  3245. if string.sub(CMDBAR.Text, 1, 8) == ("gravity ") then
  3246. game:GetService("Workspace").Gravity = string.sub(CMDBAR.Text, 9)
  3247. end
  3248. if string.sub(CMDBAR.Text, 1, 9) == ("looprhats") then
  3249. removingmeshhats = true
  3250. end
  3251. if string.sub(CMDBAR.Text, 1, 11) == ("unlooprhats") then
  3252. removingmeshhats = false
  3253. end
  3254. if string.sub(CMDBAR.Text, 1, 9) == ("looprtool") then
  3255. removingmeshtool = true
  3256. end
  3257. if string.sub(CMDBAR.Text, 1, 11) == ("unlooprtool") then
  3258. removingmeshtool = false
  3259. end
  3260. if string.sub(CMDBAR.Text, 1, 9) == ("givetool ") then
  3261. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  3262. if v:IsA("Tool") then
  3263. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  3264. v.Parent = player.Character
  3265. end
  3266. end
  3267. end
  3268. end
  3269. if string.sub(CMDBAR.Text, 1, 4) == ("age ") then
  3270. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  3271. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  3272. end
  3273. end
  3274. if string.sub(CMDBAR.Text, 1, 3) == ("id ") then
  3275. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 4))) do
  3276. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  3277. end
  3278. end
  3279. if string.sub(CMDBAR.Text, 1, 5) == (".age ") then
  3280. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  3281. game:GetService("StarterGui"):SetCore("SendNotification", {
  3282. Title = player.AccountAge.." Days";
  3283. Text = "Account age of "..player.Name;
  3284. })
  3285. end
  3286. end
  3287. if string.sub(CMDBAR.Text, 1, 4) == (".id ") then
  3288. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  3289. game:GetService("StarterGui"):SetCore("SendNotification", {
  3290. Title = player.UserId.." ID";
  3291. Text = "Account ID of "..player.Name;
  3292. })
  3293. end
  3294. end
  3295. if string.sub(CMDBAR.Text, 1, 6) == ("gameid") then
  3296. game:GetService("StarterGui"):SetCore("SendNotification", {
  3297. Title = "Game ID";
  3298. Text = "Game ID: ".. game.GameId;
  3299. })
  3300. end
  3301. if string.sub(CMDBAR.Text, 1, 3) == ("pgs") then
  3302. local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  3303. if pgscheck == true then
  3304. game:GetService("StarterGui"):SetCore("SendNotification", {
  3305. Title = "PGSPhysicsSolverEnabled";
  3306. Text = "PGS is Enabled!";
  3307. })
  3308. else
  3309. game:GetService("StarterGui"):SetCore("SendNotification", {
  3310. Title = "PGSPhysicsSolverEnabled";
  3311. Text = "PGS is Disabled!";
  3312. })
  3313. end
  3314. end
  3315. if string.sub(CMDBAR.Text, 1, 11) == ("removeinvis") then
  3316. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  3317. if v:IsA("Part") then
  3318. if v.Transparency == 1 then
  3319. if v.Name ~= "HumanoidRootPart" then
  3320. v:Destroy()
  3321. end
  3322. end
  3323. end
  3324. end
  3325. end
  3326. if string.sub(CMDBAR.Text, 1, 9) == ("removefog") then
  3327. game:GetService("Lighting").FogStart = 0
  3328. game:GetService("Lighting").FogEnd = 9999999999999
  3329. end
  3330. if string.sub(CMDBAR.Text, 1, 7) == ("disable") then
  3331. lplayer.Character.Humanoid.Parent = lplayer
  3332. end
  3333. if string.sub(CMDBAR.Text, 1, 6) == ("enable") then
  3334. lplayer.Humanoid.Parent = lplayer.Character
  3335. end
  3336. if string.sub(CMDBAR.Text, 1, 13) == ("givealltools ") then
  3337. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  3338. if v:IsA("Tool") then
  3339. v.Parent = lplayer.Character
  3340. wait()
  3341. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 14))) do
  3342. v.Parent = player.Character
  3343. end
  3344. end
  3345. end
  3346. end
  3347. if string.sub(CMDBAR.Text, 1, 9) == ("flyspeed ") then
  3348. speedfly = string.sub(CMDBAR.Text, 10)
  3349. wait()
  3350. change()
  3351. end
  3352. if string.sub(CMDBAR.Text, 1, 7) == ("carpet ") then
  3353. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  3354. local Anim3 = Instance.new("Animation")
  3355. Anim3.AnimationId = "rbxassetid://282574440"
  3356. local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  3357. track3:Play(.1, 1, 1)
  3358. bplrr = v.Name
  3359. banpl = true
  3360. end
  3361. end
  3362. if string.sub(CMDBAR.Text, 1, 8) == ("uncarpet") then
  3363. banpl = false
  3364. end
  3365. if string.sub(CMDBAR.Text, 1, 6) == ("stare ") then
  3366. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  3367. staring = true
  3368. stareplr = v
  3369. end
  3370. end
  3371. if string.sub(CMDBAR.Text, 1, 7) == ("unstare") then
  3372. staring = false
  3373. end
  3374. if string.sub(CMDBAR.Text, 1, 7) == ("logchat") then
  3375. chatlogs = true
  3376. game:GetService("StarterGui"):SetCore("SendNotification", {
  3377. Title = "LogChat enabled";
  3378. Text = "Now logging all player chat.";
  3379. })
  3380. end
  3381. if string.sub(CMDBAR.Text, 1, 9) == ("unlogchat") then
  3382. chatlogs = false
  3383. game:GetService("StarterGui"):SetCore("SendNotification", {
  3384. Title = "LogChat disabled";
  3385. Text = "Stopped logging all player chat.";
  3386. })
  3387. end
  3388. if string.sub(CMDBAR.Text, 1, 6) == ("fixcam") then
  3389. game:GetService("Workspace").CurrentCamera:Destroy()
  3390. wait(0.1)
  3391. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  3392. game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  3393. lplayer.CameraMinZoomDistance = 0.5
  3394. lplayer.CameraMaxZoomDistance = 400
  3395. lplayer.CameraMode = "Classic"
  3396. end
  3397. if string.sub(CMDBAR.Text, 1, 7) == ("unstate") then
  3398. changingstate = false
  3399. end
  3400. CMDBAR.Text = ""
  3401. end
  3402. end)
  3403.  
  3404. wait(0.3)
  3405. game:GetService("StarterGui"):SetCore("SendNotification", {
  3406. Title = "Loaded successfully!";
  3407. Text = "Reviz Admin V2 by illremember";
  3408. })
  3409. wait(0.1)
  3410. print("Reviz Admin V2 loaded!")
  3411. if game:GetService("Workspace").FilteringEnabled == true then
  3412. warn("FE is Enabled (Filtering Enabled)")
  3413. game:GetService("StarterGui"):SetCore("SendNotification", {
  3414. Title = "FE is Enabled";
  3415. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  3416. })
  3417. else
  3418. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  3419. game:GetService("StarterGui"):SetCore("SendNotification", {
  3420. Title = "FE is Disabled";
  3421. Text = "Filtering Disabled. Consider using a different admin script.";
  3422. })
  3423. end
  3424.  
  3425. local intro = Instance.new("ScreenGui")
  3426. local Frame = Instance.new("Frame")
  3427. local ImageLabel = Instance.new("ImageLabel")
  3428. intro.Parent = game:GetService("CoreGui")
  3429. Frame.Parent = intro
  3430. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  3431. Frame.BackgroundTransparency = 1
  3432. Frame.Size = UDim2.new(1, 0, 0, 300)
  3433. Frame.Position = UDim2.new(0, 0, -0.4, 0)
  3434. ImageLabel.Parent = Frame
  3435. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  3436. ImageLabel.BackgroundTransparency = 1
  3437. ImageLabel.Position = UDim2.new(0, 0, 0, 0)
  3438. ImageLabel.Size = UDim2.new(1, 0, 1, 0)
  3439. ImageLabel.Image = "http://www.roblox.com/asset/?id=1542162618"
  3440. Frame:TweenPosition(UDim2.new(0, 0, 0.2, 0), "Out", "Elastic", 3)
  3441. wait(3.01)
  3442. Frame:TweenPosition(UDim2.new(0, 0, 1.5, 0), "Out", "Elastic", 5)
  3443. wait(5.01)
  3444. intro:Destroy()
  3445. end)
  3446.  
  3447. arrest.Name = "arrest"
  3448. arrest.Parent = main
  3449. arrest.BackgroundColor3 = Color3.new(1, 0, 0)
  3450. arrest.Position = UDim2.new(0.333333343, 0, 0.332713753, 0)
  3451. arrest.Size = UDim2.new(0, 111, 0, 32)
  3452. arrest.Font = Enum.Font.GothamBlack
  3453. arrest.Text = "Arrest"
  3454. arrest.TextColor3 = Color3.new(0, 0, 0)
  3455. arrest.TextSize = 14
  3456. arrest.MouseButton1Down:connect(function()
  3457. local mouse = game.Players.LocalPlayer:GetMouse()
  3458. local arrestEvent = game.Workspace.Remote.arrest
  3459. mouse.Button1Down:connect(function()
  3460. local obj = mouse.Target
  3461. local response = arrestEvent:InvokeServer(obj)
  3462. end)
  3463. end)
  3464.  
  3465. attach.Name = "attach"
  3466. attach.Parent = main
  3467. attach.BackgroundColor3 = Color3.new(1, 0, 0)
  3468. attach.Position = UDim2.new(0.656167924, 0, 0.332713753, 0)
  3469. attach.Size = UDim2.new(0, 111, 0, 32)
  3470. attach.Font = Enum.Font.GothamBlack
  3471. attach.Text = "Attach"
  3472. attach.TextColor3 = Color3.new(0, 0, 0)
  3473. attach.TextSize = 14
  3474. attach.MouseButton1Down:connect(function()
  3475. local targetname = "" -- Person you want to bring
  3476.  
  3477. local LocalPlayer = game:GetService("Players").LocalPlayer
  3478. local ran1 = false
  3479. local equipped = false
  3480. local savepos = LocalPlayer.Character.HumanoidRootPart.CFrame
  3481. local target = game:GetService("Players")[targetname]
  3482. repeat
  3483. for _, tool in pairs(LocalPlayer.Backpack:GetChildren()) do
  3484. if tool:IsA("Tool") then
  3485. tool.Parent = LocalPlayer
  3486. end
  3487. end
  3488. LocalPlayer.Character:ClearAllChildren()
  3489. local char = Instance.new("Model", workspace)
  3490. char.Name = "character"
  3491. Instance.new("Part", char).Name = "Torso";
  3492. Instance.new("Part", char).Name = "Head";
  3493. Instance.new("Humanoid", char).Name = "Humanoid";
  3494. LocalPlayer.Character = char
  3495. repeat wait() until LocalPlayer.Character
  3496. until #LocalPlayer:GetChildren() - 4 >= 2
  3497. for _, char in pairs(workspace:GetChildren()) do
  3498. if char.Name == "character" and char:IsA("Model") then
  3499. char:Destroy()
  3500. end
  3501. end
  3502. repeat wait() until LocalPlayer.Character.HumanoidRootPart ~= nil
  3503. for _, tool in pairs(LocalPlayer:GetChildren()) do
  3504. if tool:IsA("Tool") then
  3505. tool.Parent = LocalPlayer.Backpack
  3506. end
  3507. end
  3508. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = LocalPlayer.Character
  3509. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = LocalPlayer.Character
  3510. local tool = LocalPlayer.Character:FindFirstChildOfClass("Tool")
  3511. tool.Parent = workspace
  3512. local attacher = LocalPlayer.Character:FindFirstChildOfClass("Tool")
  3513. attacher.Parent = workspace
  3514. LocalPlayer.Character.Humanoid:EquipTool(tool)
  3515. repeat wait() until LocalPlayer.Character:FindFirstChildOfClass("Tool") ~= nil
  3516. LocalPlayer.Character.Humanoid:UnequipTools()
  3517. attacher.AncestryChanged:connect(function()
  3518. if ran1 == false then
  3519. ran1 = true
  3520. equipped = true
  3521. end
  3522. end)
  3523. end)
  3524.  
  3525. fastrem.Name = "fastrem"
  3526. fastrem.Parent = main
  3527. fastrem.BackgroundColor3 = Color3.new(1, 1, 0)
  3528. fastrem.Position = UDim2.new(0, 0, 0.48327139, 0)
  3529. fastrem.Size = UDim2.new(0, 84, 0, 32)
  3530. fastrem.Font = Enum.Font.Garamond
  3531. fastrem.Text = "Fast Remington"
  3532. fastrem.TextColor3 = Color3.new(0, 0, 0)
  3533. fastrem.TextSize = 14
  3534. fastrem.MouseButton1Down:connect(function()
  3535. local Player = game.Players.LocalPlayer.Name
  3536. local Gun = "Remington 870" -- < -- Gun Name
  3537. local Run = game:GetService("RunService")
  3538.  
  3539. Gun = game.Players[Player].Character[Gun]
  3540. local Mouse = game.Players.LocalPlayer:GetMouse()
  3541. local Down = false
  3542. local Sound = Gun.Handle.FireSound
  3543.  
  3544. function CreateRay(Point_A, Point_B)
  3545. local Ray = Ray.new(Point_A, (Point_B - Point_A).Unit * (2 ^ 31 - 1))
  3546. local Part, Pos = workspace:FindPartOnRay(Ray, game.Players.LocalPlayer.Character)
  3547. local Dist = (Point_A - Pos).Magnitude
  3548. local CFrame = CFrame.new(Point_A, Pos) * CFrame.new(0, 0, -Dist / 2)
  3549.  
  3550. return CFrame, Dist, Ray
  3551. end
  3552.  
  3553. function FireLaser(target)
  3554. coroutine.resume(coroutine.create(function()
  3555. local C, D, R = CreateRay(Gun.Muzzle.CFrame.p, target.CFrame.p)
  3556. local Bullet = Instance.new("Part", Gun)
  3557. Bullet.BrickColor = BrickColor.Yellow()
  3558. Bullet.Material = "Neon"
  3559. Bullet.Anchored = true
  3560. Bullet.CanCollide = false
  3561. Bullet.Size = Vector3.new(0.2, 0.2, D)
  3562. Bullet.CFrame = C
  3563.  
  3564. local bulletTable = {}
  3565. table.insert(bulletTable, {
  3566. Hit = target,
  3567. Distance = D,
  3568. Cframe = C,
  3569. RayObject = R
  3570. })
  3571.  
  3572. game.ReplicatedStorage.ShootEvent:FireServer(bulletTable, Gun)
  3573. local C = Sound:Clone()
  3574. C.Parent = Gun
  3575. C:Play()
  3576. wait(0.05)
  3577. Bullet:Remove()
  3578. end))
  3579. end
  3580.  
  3581. Mouse.Button1Down:Connect(function()
  3582. Down = true
  3583. end)
  3584.  
  3585.  
  3586. Mouse.Button1Up:Connect(function()
  3587. Down = false
  3588. end)
  3589.  
  3590. while Run.Stepped:wait() do
  3591. if Down == true then
  3592. game.ReplicatedStorage.SoundEvent:FireServer(Sound, Gun)
  3593. FireLaser(Mouse.Target)
  3594. end
  3595. end
  3596. end)
  3597.  
  3598. fastm9.Name = "fastm9"
  3599. fastm9.Parent = main
  3600. fastm9.BackgroundColor3 = Color3.new(1, 1, 0)
  3601. fastm9.Position = UDim2.new(0.259869933, 0, 0.48327136, 0)
  3602. fastm9.Size = UDim2.new(0, 84, 0, 32)
  3603. fastm9.Font = Enum.Font.Garamond
  3604. fastm9.Text = "Fast M9"
  3605. fastm9.TextColor3 = Color3.new(0, 0, 0)
  3606. fastm9.TextSize = 14
  3607. fastm9.MouseButton1Down:connect(function()
  3608. local Player = game.Players.LocalPlayer.Name
  3609. local Gun = "M9" -- < -- Gun Name
  3610. local Run = game:GetService("RunService")
  3611.  
  3612. Gun = game.Players[Player].Character[Gun]
  3613. local Mouse = game.Players.LocalPlayer:GetMouse()
  3614. local Down = false
  3615. local Sound = Gun.Handle.FireSound
  3616.  
  3617. function CreateRay(Point_A, Point_B)
  3618. local Ray = Ray.new(Point_A, (Point_B - Point_A).Unit * (2 ^ 31 - 1))
  3619. local Part, Pos = workspace:FindPartOnRay(Ray, game.Players.LocalPlayer.Character)
  3620. local Dist = (Point_A - Pos).Magnitude
  3621. local CFrame = CFrame.new(Point_A, Pos) * CFrame.new(0, 0, -Dist / 2)
  3622.  
  3623. return CFrame, Dist, Ray
  3624. end
  3625.  
  3626. function FireLaser(target)
  3627. coroutine.resume(coroutine.create(function()
  3628. local C, D, R = CreateRay(Gun.Muzzle.CFrame.p, target.CFrame.p)
  3629. local Bullet = Instance.new("Part", Gun)
  3630. Bullet.BrickColor = BrickColor.Yellow()
  3631. Bullet.Material = "Neon"
  3632. Bullet.Anchored = true
  3633. Bullet.CanCollide = false
  3634. Bullet.Size = Vector3.new(0.2, 0.2, D)
  3635. Bullet.CFrame = C
  3636.  
  3637. local bulletTable = {}
  3638. table.insert(bulletTable, {
  3639. Hit = target,
  3640. Distance = D,
  3641. Cframe = C,
  3642. RayObject = R
  3643. })
  3644.  
  3645. game.ReplicatedStorage.ShootEvent:FireServer(bulletTable, Gun)
  3646. local C = Sound:Clone()
  3647. C.Parent = Gun
  3648. C:Play()
  3649. wait(0.05)
  3650. Bullet:Remove()
  3651. end))
  3652. end
  3653.  
  3654. Mouse.Button1Down:Connect(function()
  3655. Down = true
  3656. end)
  3657.  
  3658.  
  3659. Mouse.Button1Up:Connect(function()
  3660. Down = false
  3661. end)
  3662.  
  3663. while Run.Stepped:wait() do
  3664. if Down == true then
  3665. game.ReplicatedStorage.SoundEvent:FireServer(Sound, Gun)
  3666. FireLaser(Mouse.Target)
  3667. end
  3668. end
  3669. end)
  3670.  
  3671. fasttaze.Name = "fasttaze"
  3672. fasttaze.Parent = main
  3673. fasttaze.BackgroundColor3 = Color3.new(1, 1, 0)
  3674. fasttaze.Position = UDim2.new(0.530197382, 0, 0.48327136, 0)
  3675. fasttaze.Size = UDim2.new(0, 84, 0, 32)
  3676. fasttaze.Font = Enum.Font.Garamond
  3677. fasttaze.Text = "Fast Taser"
  3678. fasttaze.TextColor3 = Color3.new(0, 0, 0)
  3679. fasttaze.TextSize = 14
  3680. fasttaze.MouseButton1Down:connect(function()
  3681. local Player = game.Players.LocalPlayer.Name
  3682. local Gun = "Taser" -- < -- Gun Name
  3683. local Run = game:GetService("RunService")
  3684.  
  3685. Gun = game.Players[Player].Character[Gun]
  3686. local Mouse = game.Players.LocalPlayer:GetMouse()
  3687. local Down = false
  3688. local Sound = Gun.Handle.FireSound
  3689.  
  3690. function CreateRay(Point_A, Point_B)
  3691. local Ray = Ray.new(Point_A, (Point_B - Point_A).Unit * (2 ^ 31 - 1))
  3692. local Part, Pos = workspace:FindPartOnRay(Ray, game.Players.LocalPlayer.Character)
  3693. local Dist = (Point_A - Pos).Magnitude
  3694. local CFrame = CFrame.new(Point_A, Pos) * CFrame.new(0, 0, -Dist / 2)
  3695.  
  3696. return CFrame, Dist, Ray
  3697. end
  3698.  
  3699. function FireLaser(target)
  3700. coroutine.resume(coroutine.create(function()
  3701. local C, D, R = CreateRay(Gun.Muzzle.CFrame.p, target.CFrame.p)
  3702. local Bullet = Instance.new("Part", Gun)
  3703. Bullet.BrickColor = BrickColor.Yellow()
  3704. Bullet.Material = "Neon"
  3705. Bullet.Anchored = true
  3706. Bullet.CanCollide = false
  3707. Bullet.Size = Vector3.new(0.2, 0.2, D)
  3708. Bullet.CFrame = C
  3709.  
  3710. local bulletTable = {}
  3711. table.insert(bulletTable, {
  3712. Hit = target,
  3713. Distance = D,
  3714. Cframe = C,
  3715. RayObject = R
  3716. })
  3717.  
  3718. game.ReplicatedStorage.ShootEvent:FireServer(bulletTable, Gun)
  3719. local C = Sound:Clone()
  3720. C.Parent = Gun
  3721. C:Play()
  3722. wait(0.05)
  3723. Bullet:Remove()
  3724. end))
  3725. end
  3726.  
  3727. Mouse.Button1Down:Connect(function()
  3728. Down = true
  3729. end)
  3730.  
  3731.  
  3732. Mouse.Button1Up:Connect(function()
  3733. Down = false
  3734. end)
  3735.  
  3736. while Run.Stepped:wait() do
  3737. if Down == true then
  3738. game.ReplicatedStorage.SoundEvent:FireServer(Sound, Gun)
  3739. FireLaser(Mouse.Target)
  3740. end
  3741. end
  3742. end)
  3743.  
  3744. fastak.Name = "fastak"
  3745. fastak.Parent = main
  3746. fastak.BackgroundColor3 = Color3.new(1, 1, 0)
  3747. fastak.Position = UDim2.new(0.792650878, 0, 0.48327136, 0)
  3748. fastak.Size = UDim2.new(0, 79, 0, 32)
  3749. fastak.Font = Enum.Font.Garamond
  3750. fastak.Text = "Fast AK47"
  3751. fastak.TextColor3 = Color3.new(0, 0, 0)
  3752. fastak.TextSize = 14
  3753. fastak.MouseButton1Down:connect(function()
  3754. local Player = game.Players.LocalPlayer.Name
  3755. local Gun = "AK-47" -- < -- Gun Name
  3756. local Run = game:GetService("RunService")
  3757.  
  3758. Gun = game.Players[Player].Character[Gun]
  3759. local Mouse = game.Players.LocalPlayer:GetMouse()
  3760. local Down = false
  3761. local Sound = Gun.Handle.FireSound
  3762.  
  3763. function CreateRay(Point_A, Point_B)
  3764. local Ray = Ray.new(Point_A, (Point_B - Point_A).Unit * (2 ^ 31 - 1))
  3765. local Part, Pos = workspace:FindPartOnRay(Ray, game.Players.LocalPlayer.Character)
  3766. local Dist = (Point_A - Pos).Magnitude
  3767. local CFrame = CFrame.new(Point_A, Pos) * CFrame.new(0, 0, -Dist / 2)
  3768.  
  3769. return CFrame, Dist, Ray
  3770. end
  3771.  
  3772. function FireLaser(target)
  3773. coroutine.resume(coroutine.create(function()
  3774. local C, D, R = CreateRay(Gun.Muzzle.CFrame.p, target.CFrame.p)
  3775. local Bullet = Instance.new("Part", Gun)
  3776. Bullet.BrickColor = BrickColor.Yellow()
  3777. Bullet.Material = "Neon"
  3778. Bullet.Anchored = true
  3779. Bullet.CanCollide = false
  3780. Bullet.Size = Vector3.new(0.2, 0.2, D)
  3781. Bullet.CFrame = C
  3782.  
  3783. local bulletTable = {}
  3784. table.insert(bulletTable, {
  3785. Hit = target,
  3786. Distance = D,
  3787. Cframe = C,
  3788. RayObject = R
  3789. })
  3790.  
  3791. game.ReplicatedStorage.ShootEvent:FireServer(bulletTable, Gun)
  3792. local C = Sound:Clone()
  3793. C.Parent = Gun
  3794. C:Play()
  3795. wait(0.05)
  3796. Bullet:Remove()
  3797. end))
  3798. end
  3799.  
  3800. Mouse.Button1Down:Connect(function()
  3801. Down = true
  3802. end)
  3803.  
  3804.  
  3805. Mouse.Button1Up:Connect(function()
  3806. Down = false
  3807. end)
  3808.  
  3809. while Run.Stepped:wait() do
  3810. if Down == true then
  3811. game.ReplicatedStorage.SoundEvent:FireServer(Sound, Gun)
  3812. FireLaser(Mouse.Target)
  3813. end
  3814. end
  3815. end)
  3816.  
  3817. killothers.Name = "killothers"
  3818. killothers.Parent = main
  3819. killothers.BackgroundColor3 = Color3.new(0, 1, 1)
  3820. killothers.Position = UDim2.new(0.0209699646, 0, 0.825278759, 0)
  3821. killothers.Size = UDim2.new(0, 354, 0, 45)
  3822. killothers.Font = Enum.Font.GothamBold
  3823. killothers.Text = "Kill Others {WORKING}"
  3824. killothers.TextColor3 = Color3.new(0, 0, 0)
  3825. killothers.TextSize = 14
  3826. killothers.MouseButton1Down:connect(function()
  3827. workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  3828.  
  3829. game.Workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["Remington 870"].ITEMPICKUP)
  3830.  
  3831. wait(0.5)
  3832. function kill(a)
  3833. local A_1 =
  3834. {
  3835. [1] =
  3836. {
  3837. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-391.152252, 8.65560055, -83.2166901)),
  3838. ["Distance"] = 3.2524313926697,
  3839. ["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),
  3840. ["Hit"] = a.Character.Head
  3841. },
  3842. [2] =
  3843. {
  3844. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-392.481476, -8.44939327, -76.7261353)),
  3845. ["Distance"] = 3.2699294090271,
  3846. ["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),
  3847. ["Hit"] = a.Character.Head
  3848. },
  3849. [3] =
  3850. {
  3851. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-389.21701, -2.50536323, -92.2163162)),
  3852. ["Distance"] = 3.1665518283844,
  3853. ["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),
  3854. ["Hit"] = a.Character.Head
  3855. },
  3856. [4] =
  3857. {
  3858. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-393.353973, 3.13988972, -72.5452042)),
  3859. ["Distance"] = 3.3218522071838,
  3860. ["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),
  3861. ["Hit"] = a.Character.Head
  3862. },
  3863. [5] =
  3864. {
  3865. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-390.73172, 3.2097764, -85.5477524)),
  3866. ["Distance"] = 3.222757101059,
  3867. ["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),
  3868. ["Hit"] = a.Character.Head
  3869. }
  3870. }
  3871. local A_2 = game.Players.LocalPlayer.Backpack["Remington 870"]
  3872. local Event = game:GetService("ReplicatedStorage").ShootEvent
  3873. Event:FireServer(A_1, A_2)
  3874. Event:FireServer(A_1, A_2)
  3875. end
  3876.  
  3877. for i,v in pairs(game.Players:GetChildren())do
  3878. if v.Name ~= game.Players.LocalPlayer.Name then
  3879. kill(v)
  3880. end
  3881. end
  3882. wait(1)
  3883. workspace.Remote.TeamEvent:FireServer("Bright orange")
  3884.  
  3885. end)
  3886.  
  3887. btools.Name = "btools"
  3888. btools.Parent = main
  3889. btools.BackgroundColor3 = Color3.new(1, 0, 0)
  3890. btools.Position = UDim2.new(0.0131370649, 0, 0.407063216, 0)
  3891. btools.Size = UDim2.new(0, 111, 0, 32)
  3892. btools.Font = Enum.Font.GothamBold
  3893. btools.Text = "Btools"
  3894. btools.TextColor3 = Color3.new(0, 0, 0)
  3895. btools.TextSize = 14
  3896. btools.MouseButton1Down:connect(function()
  3897. local tool1 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  3898. tool1.BinType = "Hammer"
  3899. end)
  3900.  
  3901. speed.Name = "speed"
  3902. speed.Parent = main
  3903. speed.BackgroundColor3 = Color3.new(1, 0, 0)
  3904. speed.Position = UDim2.new(0.328083992, 0, 0.407063216, 0)
  3905. speed.Size = UDim2.new(0, 112, 0, 32)
  3906. speed.Font = Enum.Font.GothamBold
  3907. speed.Text = "Speed"
  3908. speed.TextColor3 = Color3.new(0, 0, 0)
  3909. speed.TextSize = 14
  3910. speed.MouseButton1Down:connect(function()
  3911. Speed = "100" -- Change to how fast you want to go
  3912.  
  3913. player = game.Players.LocalPlayer.Character
  3914. power = "WalkSpeed"
  3915. player.Humanoid[power] = Speed
  3916. wait()
  3917. player.HumanoidRootPart.CustomPhysicalProperties = PhysicalProperties.new(9e99, 9e99, 9e99, 9e99, 9e99)
  3918. wait()
  3919. repeat
  3920. game.Workspace.Gravity = 1000
  3921. wait()
  3922. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 287.5
  3923. wait()
  3924. until game.Players.LocalPlayer.Character.Humanoid.Health == 0
  3925. end)
  3926.  
  3927. escape.Name = "escape"
  3928. escape.Parent = main
  3929. escape.BackgroundColor3 = Color3.new(1, 0, 0)
  3930. escape.Position = UDim2.new(0.653557003, 0, 0.407063186, 0)
  3931. escape.Size = UDim2.new(0, 112, 0, 32)
  3932. escape.Font = Enum.Font.GothamBold
  3933. escape.Text = "Escape"
  3934. escape.TextColor3 = Color3.new(0, 0, 0)
  3935. escape.TextSize = 14
  3936. escape.MouseButton1Down:connect(function()
  3937. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(465.9,98.19,2253.47)
  3938. end)
  3939.  
  3940. label.Name = "label"
  3941. label.Parent = main
  3942. label.BackgroundColor3 = Color3.new(1, 1, 1)
  3943. label.Position = UDim2.new(0.0209836699, 0, 0.657992601, 0)
  3944. label.Size = UDim2.new(0, 354, 0, 30)
  3945. label.Font = Enum.Font.Gotham
  3946. label.Text = "TELEPORTS"
  3947. label.TextColor3 = Color3.new(0, 0, 0)
  3948. label.TextSize = 14
  3949.  
  3950. prison.Name = "prison"
  3951. prison.Parent = main
  3952. prison.BackgroundColor3 = Color3.new(1, 0.333333, 1)
  3953. prison.Position = UDim2.new(0.0208877288, 0, 0.728624523, 0)
  3954. prison.Size = UDim2.new(0, 110, 0, 32)
  3955. prison.Font = Enum.Font.GothamBlack
  3956. prison.Text = "Prison"
  3957. prison.TextColor3 = Color3.new(0, 0, 0)
  3958. prison.TextSize = 14
  3959. prison.MouseButton1Down:connect(function()
  3960. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(918.77,100,2379.07)
  3961. end)
  3962.  
  3963. yard.Name = "yard"
  3964. yard.Parent = main
  3965. yard.BackgroundColor3 = Color3.new(1, 0.333333, 1)
  3966. yard.Position = UDim2.new(0.328981698, 0, 0.728624523, 0)
  3967. yard.Size = UDim2.new(0, 112, 0, 32)
  3968. yard.Font = Enum.Font.GothamBlack
  3969. yard.Text = "Yard"
  3970. yard.TextColor3 = Color3.new(0, 0, 0)
  3971. yard.TextSize = 14
  3972. yard.MouseButton1Down:connect(function()
  3973. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(779.87,98,2458.93)
  3974. end)
  3975.  
  3976. crimbase.Name = "crimbase"
  3977. crimbase.Parent = main
  3978. crimbase.BackgroundColor3 = Color3.new(1, 0.333333, 1)
  3979. crimbase.Position = UDim2.new(0.634464741, 0, 0.728624523, 0)
  3980. crimbase.Size = UDim2.new(0, 118, 0, 32)
  3981. crimbase.Font = Enum.Font.GothamBlack
  3982. crimbase.Text = "Crim Base"
  3983. crimbase.TextColor3 = Color3.new(0, 0, 0)
  3984. crimbase.TextSize = 14
  3985. crimbase.MouseButton1Down:connect(function()
  3986. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-943.46,94.13,2063.63)
  3987. end)
  3988.  
  3989. aimbot.Name = "aimbot"
  3990. aimbot.Parent = main
  3991. aimbot.BackgroundColor3 = Color3.new(0.333333, 0, 0.498039)
  3992. aimbot.Position = UDim2.new(0.0208877288, 0, 0.557620823, 0)
  3993. aimbot.Size = UDim2.new(0, 108, 0, 32)
  3994. aimbot.Font = Enum.Font.GothamBold
  3995. aimbot.Text = "Aimbot"
  3996. aimbot.TextColor3 = Color3.new(0.333333, 1, 1)
  3997. aimbot.TextSize = 14
  3998. aimbot.TextStrokeColor3 = Color3.new(0.333333, 1, 1)
  3999. aimbot.MouseButton1Down:connect(function()
  4000. -- Farewell Infortality.
  4001. -- Version: 2.82
  4002. -- Instances:
  4003. local strucidhack = Instance.new("ScreenGui")
  4004. local MainGUI = Instance.new("Frame")
  4005. local aimbotandesp = Instance.new("TextButton")
  4006. local closegui = Instance.new("TextButton")
  4007. local TextLabel = Instance.new("TextLabel")
  4008. local opengui = Instance.new("Frame")
  4009. local open = Instance.new("TextButton")
  4010. --Properties:
  4011. strucidhack.Name = "strucid hack"
  4012. strucidhack.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  4013. MainGUI.Active = true
  4014. MainGUI.Draggable = true
  4015.  
  4016. MainGUI.Name = "MainGUI"
  4017. MainGUI.Parent = strucidhack
  4018. MainGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  4019. MainGUI.Position = UDim2.new(0.22521247, 0, 0.195965424, 0)
  4020. MainGUI.Size = UDim2.new(0, 385, 0, 371)
  4021. MainGUI.Visible = false
  4022.  
  4023. aimbotandesp.Name = "aimbot and esp"
  4024. aimbotandesp.Parent = MainGUI
  4025. aimbotandesp.BackgroundColor3 = Color3.new(1, 1, 1)
  4026. aimbotandesp.BorderColor3 = Color3.new(0.333333, 0.666667, 1)
  4027. aimbotandesp.BorderSizePixel = 3
  4028. aimbotandesp.Position = UDim2.new(0.136179864, 0, 0.310200483, 0)
  4029. aimbotandesp.Size = UDim2.new(0, 257, 0, 118)
  4030. aimbotandesp.Font = Enum.Font.GothamSemibold
  4031. aimbotandesp.Text = "Open Aimbot Gui"
  4032. aimbotandesp.TextColor3 = Color3.new(0, 0, 0.498039)
  4033. aimbotandesp.TextSize = 23
  4034. aimbotandesp.MouseButton1Click:connect(function()
  4035. local plrs = game:GetService("Players")
  4036. local TeamBased = true ; local teambasedswitch = "o"
  4037. local presskeytoaim = true; local aimkey = "e"
  4038. local raycast = false
  4039.  
  4040. local espupdatetime = 5; autoesp = false
  4041.  
  4042.  
  4043.  
  4044. local lockaim = true; local lockangle = 5
  4045.  
  4046.  
  4047.  
  4048. --function findwat(folder, what)
  4049. -- for i, smth in pairs(folder:GetChildren()) do
  4050. -- if string.find(string.lower(tostring(smth)), string.lower(what)) then
  4051. -- return smth
  4052. -- end
  4053. -- end
  4054. --end
  4055. --
  4056. --local plrs = findwat(game, "Players")
  4057.  
  4058.  
  4059.  
  4060.  
  4061. local Gui = Instance.new("ScreenGui")
  4062. local Move = Instance.new("Frame")
  4063. local Main = Instance.new("Frame")
  4064. local EspStatus = Instance.new("TextLabel")
  4065. local st1 = Instance.new("TextLabel")
  4066. local st1_2 = Instance.new("TextLabel")
  4067. local st1_3 = Instance.new("TextLabel")
  4068. local Name = Instance.new("TextLabel")
  4069. --Properties:
  4070. Gui.Name = "Gui"
  4071. Gui.Parent = plrs.LocalPlayer:WaitForChild("PlayerGui")
  4072.  
  4073. Move.Name = "Move"
  4074. Move.Parent = Gui
  4075. Move.BackgroundColor3 = Color3.new(0.0431373, 1, 0.0745098)
  4076. Move.BackgroundTransparency = 0.40000000596046
  4077. Move.BorderSizePixel = 0
  4078. Move.Position = UDim2.new(0.005, 0,0.018, 0)
  4079. Move.Size = UDim2.new(0.28141585, 0, 0.0320388414, 0)
  4080.  
  4081. Main.Name = "Main"
  4082. Main.Parent = Move
  4083. Main.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  4084. Main.BackgroundTransparency = 0.69999998807907
  4085. Main.Position = UDim2.new(0, 0, 0.995670795, 0)
  4086. Main.Size = UDim2.new(1.0000006, 0, 9.79697132, 0)
  4087.  
  4088. EspStatus.Name = "EspStatus"
  4089. EspStatus.Parent = Main
  4090. EspStatus.BackgroundColor3 = Color3.new(1, 1, 1)
  4091. EspStatus.BackgroundTransparency = 1
  4092. EspStatus.Size = UDim2.new(0.272955924, 0, 0.161862016, 0)
  4093. EspStatus.Font = Enum.Font.ArialBold
  4094. EspStatus.Text = "Press T to update Esp"
  4095. EspStatus.TextColor3 = Color3.new(0.0431373, 1, 0.0745098)
  4096. EspStatus.TextScaled = true
  4097. EspStatus.TextSize = 14
  4098. EspStatus.TextWrapped = true
  4099.  
  4100. st1.Name = "st1"
  4101. st1.Parent = Main
  4102. st1.BackgroundColor3 = Color3.new(1, 1, 1)
  4103. st1.BackgroundTransparency = 1
  4104. st1.Position = UDim2.new(0.271787882, 0, 0, 0)
  4105. st1.Size = UDim2.new(0.728211343, 0, 0.161862016, 0)
  4106. st1.Font = Enum.Font.ArialBold
  4107. st1.Text = "Press "..aimkey.." to lock on a person inside ur view"
  4108. st1.TextColor3 = Color3.new(0.0431373, 1, 0.0745098)
  4109. st1.TextScaled = true
  4110. st1.TextSize = 14
  4111. st1.TextWrapped = true
  4112.  
  4113. st1_2.Name = "st1"
  4114. st1_2.Parent = Main
  4115. st1_2.BackgroundColor3 = Color3.new(1, 1, 1)
  4116. st1_2.BackgroundTransparency = 1
  4117. st1_2.Position = UDim2.new(0, 0, 0.375590861, 0)
  4118. st1_2.Size = UDim2.new(0.999999881, 0, 0.161862016, 0)
  4119. st1_2.Font = Enum.Font.ArialBold
  4120. st1_2.Text = "Press L to enable esp loop"
  4121. st1_2.TextColor3 = Color3.new(0.0431373, 1, 0.0745098)
  4122. st1_2.TextScaled = true
  4123. st1_2.TextSize = 14
  4124. st1_2.TextWrapped = true
  4125.  
  4126. st1_3.Name = "st1"
  4127. st1_3.Parent = Main
  4128. st1_3.BackgroundColor3 = Color3.new(1, 1, 1)
  4129. st1_3.BackgroundTransparency = 1
  4130. st1_3.Position = UDim2.new(0, 0, 0.18558608, 0)
  4131. st1_3.Size = UDim2.new(0.999999881, 0, 0.161862016, 0)
  4132. st1_3.Font = Enum.Font.ArialBold
  4133. st1_3.Text = "Press O to change team based mode"
  4134. st1_3.TextColor3 = Color3.new(0.0431373, 1, 0.0745098)
  4135. st1_3.TextScaled = true
  4136. st1_3.TextSize = 14
  4137. st1_3.TextWrapped = true
  4138. local teambasedstatus = st1_3:Clone()
  4139. teambasedstatus.Parent = st1_3
  4140. teambasedstatus.TextScaled = true
  4141. teambasedstatus.Position = UDim2.new(0, 0,0.694, 0)
  4142. teambasedstatus.Text = tostring(TeamBased)
  4143.  
  4144. Name.Name = "Name"
  4145. Name.Parent = Move
  4146. Name.BackgroundColor3 = Color3.new(1, 1, 1)
  4147. Name.BackgroundTransparency = 1
  4148. Name.Size = UDim2.new(0.838, 0, 0.980000019, 0)
  4149. Name.Font = Enum.Font.Arial
  4150. Name.Text = "FPS gui v1.0"
  4151. Name.TextColor3 = Color3.new(0, 0, 0)
  4152. Name.TextScaled = true
  4153. Name.TextSize = 14
  4154. Name.TextWrapped = true
  4155. Name.TextXAlignment = Enum.TextXAlignment.Left
  4156. -- Scripts:
  4157.  
  4158.  
  4159. local plrsforaim = {}
  4160.  
  4161. local lplr = game:GetService("Players").LocalPlayer
  4162. Move.Draggable = true
  4163. Gui.ResetOnSpawn = false
  4164. Gui.Name = "Chat"
  4165. Gui.DisplayOrder = 999
  4166.  
  4167. Gui.Parent = plrs.LocalPlayer.PlayerGui
  4168.  
  4169.  
  4170. f = {}
  4171. local espforlder
  4172.  
  4173. f.addesp = function()
  4174. --print("ESP ran")
  4175. if espforlder then
  4176. else
  4177. espforlder = Instance.new("Folder")
  4178. espforlder.Parent = game.Workspace.CurrentCamera
  4179. end
  4180. for i, v in pairs(espforlder:GetChildren()) do
  4181. v:Destroy()
  4182. end
  4183. for _, plr in pairs(plrs:GetChildren()) do
  4184. if plr.Character and plr.Character.Humanoid.Health > 0 and plr.Name ~= lplr.Name then
  4185. if TeamBased == true then
  4186. if plr.Team.Name ~= plrs.LocalPlayer.Team.Name then
  4187. local e = espforlder:FindFirstChild(plr.Name)
  4188. if not e then
  4189. --print("Added esp for team based")
  4190. local bill = Instance.new("BillboardGui", espforlder)
  4191. bill.Name = plr.Name
  4192. bill.AlwaysOnTop = true
  4193. bill.Size = UDim2.new(1,0,1,0)
  4194. bill.Adornee = plr.Character.Head
  4195. local Frame = Instance.new('Frame',bill)
  4196. Frame.Active = true
  4197. Frame.BackgroundColor3 = Color3.new(0/255,255/255,0/255)
  4198. Frame.BackgroundTransparency = 0
  4199. Frame.BorderSizePixel = 0
  4200. Frame.AnchorPoint = Vector2.new(.5, .5)
  4201. Frame.Position = UDim2.new (0.5,0,0.5,0)
  4202. Frame.Size = UDim2.new (1,0,1,0)
  4203. Frame.Rotation = 0
  4204. plr.Character.Humanoid.Died:Connect(function()
  4205. bill:Destroy()
  4206. end)
  4207. end
  4208. end
  4209. else
  4210. local e = espforlder:FindFirstChild(plr.Name)
  4211. if not e then
  4212. --print("Added esp")
  4213. local bill = Instance.new("BillboardGui", espforlder)
  4214. bill.Name = plr.Name
  4215. bill.AlwaysOnTop = true
  4216. bill.Size = UDim2.new(1,0,1,0)
  4217. bill.Adornee = plr.Character.Head
  4218. local Frame = Instance.new('Frame',bill)
  4219. Frame.Active = true
  4220. Frame.BackgroundColor3 = Color3.new(0/255,255/255,0/255)
  4221. Frame.BackgroundTransparency = 0
  4222. Frame.BorderSizePixel = 0
  4223. Frame.AnchorPoint = Vector2.new(.5, .5)
  4224. Frame.Position = UDim2.new (0.5,0,0.5,0)
  4225. Frame.Size = UDim2.new (1,0,1,0)
  4226. Frame.Rotation = 0
  4227. plr.Character.Humanoid.Died:Connect(function()
  4228. bill:Destroy()
  4229. end)
  4230. end
  4231. end
  4232.  
  4233.  
  4234. end
  4235. end
  4236. end
  4237. local cam = game.Workspace.CurrentCamera
  4238.  
  4239. local mouse = lplr:GetMouse()
  4240. local switch = false
  4241. local key = "k"
  4242. local aimatpart = nil
  4243. mouse.KeyDown:Connect(function(a)
  4244. if a == "t" then
  4245. print("worked1")
  4246. f.addesp()
  4247. elseif a == "u" then
  4248. if raycast == true then
  4249. raycast = false
  4250. else
  4251. raycast = true
  4252. end
  4253. elseif a == "l" then
  4254. if autoesp == false then
  4255. autoesp = true
  4256. else
  4257. autoesp = false
  4258. end
  4259. end
  4260. if a == "j" then
  4261. if mouse.Target then
  4262. mouse.Target:Destroy()
  4263. end
  4264. end
  4265. if a == key then
  4266. if switch == false then
  4267. switch = true
  4268. else
  4269. switch = false
  4270. if aimatpart ~= nil then
  4271. aimatpart = nil
  4272. end
  4273. end
  4274. elseif a == teambasedswitch then
  4275. if TeamBased == true then
  4276. TeamBased = false
  4277. teambasedstatus.Text = tostring(TeamBased)
  4278. else
  4279. TeamBased = true
  4280. teambasedstatus.Text = tostring(TeamBased)
  4281. end
  4282. elseif a == aimkey then
  4283. if not aimatpart then
  4284. local maxangle = math.rad(20)
  4285. for i, plr in pairs(plrs:GetChildren()) do
  4286. if plr.Name ~= lplr.Name and plr.Character and plr.Character.Head and plr.Character.Humanoid and plr.Character.Humanoid.Health > 1 then
  4287. if TeamBased == true then
  4288. if plr.Team.Name ~= lplr.Team.Name then
  4289. local an = checkfov(plr.Character.Head)
  4290. if an < maxangle then
  4291. maxangle = an
  4292. aimatpart = plr.Character.Head
  4293. end
  4294. end
  4295. else
  4296. local an = checkfov(plr.Character.Head)
  4297. if an < maxangle then
  4298. maxangle = an
  4299. aimatpart = plr.Character.Head
  4300. end
  4301. print(plr)
  4302. end
  4303. plr.Character.Humanoid.Died:Connect(function()
  4304. if aimatpart.Parent == plr.Character or aimatpart == nil then
  4305. aimatpart = nil
  4306. end
  4307. end)
  4308. end
  4309. end
  4310. else
  4311. aimatpart = nil
  4312. end
  4313. end
  4314. end)
  4315.  
  4316. function getfovxyz (p0, p1, deg)
  4317. local x1, y1, z1 = p0:ToOrientation()
  4318. local cf = CFrame.new(p0.p, p1.p)
  4319. local x2, y2, z2 = cf:ToOrientation()
  4320. --local d = math.deg
  4321. if deg then
  4322. --return Vector3.new(d(x1-x2), d(y1-y2), d(z1-z2))
  4323. else
  4324. return Vector3.new((x1-x2), (y1-y2), (z1-z2))
  4325. end
  4326. end
  4327.  
  4328. function getaimbotplrs()
  4329. plrsforaim = {}
  4330. for i, plr in pairs(plrs:GetChildren()) do
  4331. if plr.Character and plr.Character.Humanoid and plr.Character.Humanoid.Health > 0 and plr.Name ~= lplr.Name and plr.Character.Head then
  4332.  
  4333. if TeamBased == true then
  4334. if plr.Team.Name ~= lplr.Team.Name then
  4335. local cf = CFrame.new(game.Workspace.CurrentCamera.CFrame.p, plr.Character.Head.CFrame.p)
  4336. local r = Ray.new(cf, cf.LookVector * 10000)
  4337. local ign = {}
  4338. for i, v in pairs(plrs.LocalPlayer.Character:GetChildren()) do
  4339. if v:IsA("BasePart") then
  4340. table.insert(ign , v)
  4341. end
  4342. end
  4343. local obj = game.Workspace:FindPartOnRayWithIgnoreList(r, ign)
  4344. if obj.Parent == plr.Character and obj.Parent ~= lplr.Character then
  4345. table.insert(plrsforaim, obj)
  4346. end
  4347. end
  4348. else
  4349. local cf = CFrame.new(game.Workspace.CurrentCamera.CFrame.p, plr.Character.Head.CFrame.p)
  4350. local r = Ray.new(cf, cf.LookVector * 10000)
  4351. local ign = {}
  4352. for i, v in pairs(plrs.LocalPlayer.Character:GetChildren()) do
  4353. if v:IsA("BasePart") then
  4354. table.insert(ign , v)
  4355. end
  4356. end
  4357. local obj = game.Workspace:FindPartOnRayWithIgnoreList(r, ign)
  4358. if obj.Parent == plr.Character and obj.Parent ~= lplr.Character then
  4359. table.insert(plrsforaim, obj)
  4360. end
  4361. end
  4362.  
  4363.  
  4364. end
  4365. end
  4366. end
  4367.  
  4368. function aimat(part)
  4369. cam.CFrame = CFrame.new(cam.CFrame.p, part.CFrame.p)
  4370. end
  4371. function checkfov (part)
  4372. local fov = getfovxyz(game.Workspace.CurrentCamera.CFrame, part.CFrame)
  4373. local angle = math.abs(fov.X) + math.abs(fov.Y)
  4374. return angle
  4375. end
  4376.  
  4377. game:GetService("RunService").RenderStepped:Connect(function()
  4378. if aimatpart then
  4379. aimat(aimatpart)
  4380. if aimatpart.Parent == plrs.LocalPlayer.Character then
  4381. aimatpart = nil
  4382. end
  4383. end
  4384.  
  4385.  
  4386. -- if switch == true then
  4387. -- local maxangle = 99999
  4388. --
  4389. -- --print("Loop")
  4390. -- if true and raycast == false then
  4391. -- for i, plr in pairs(plrs:GetChildren()) do
  4392. -- if plr.Name ~= lplr.Name and plr.Character and plr.Character.Head and plr.Character.Humanoid and plr.Character.Humanoid.Health > 1 then
  4393. -- if TeamBased then
  4394. -- if plr.Team.Name ~= lplr.Team.Name or plr.Team.TeamColor ~= lplr.Team.TeamColor then
  4395. -- local an = checkfov(plr.Character.Head)
  4396. -- if an < maxangle then
  4397. -- maxangle = an
  4398. -- aimatpart = plr.Character.Head
  4399. -- if an < lockangle then
  4400. -- break
  4401. -- end
  4402. -- end
  4403. -- end
  4404. -- else
  4405. -- local an = checkfov(plr.Character.Head)
  4406. -- if an < maxangle then
  4407. -- maxangle = an
  4408. -- aimatpart = plr.Character.Head
  4409. -- if an < lockangle then
  4410. -- break
  4411. -- end
  4412. -- end
  4413. -- end
  4414. --
  4415. --
  4416. --
  4417. --
  4418. -- end
  4419. -- end
  4420. -- elseif raycast == true then
  4421. --
  4422. -- end
  4423.  
  4424. if raycast == true and switch == false and not aimatpart then
  4425. getaimbotplrs()
  4426. aimatpart = nil
  4427. local maxangle = 999
  4428. for i, v in ipairs(plrsforaim) do
  4429. if v.Parent ~= lplr.Character then
  4430. local an = checkfov(v)
  4431. if an < maxangle and v ~= lplr.Character.Head then
  4432. maxangle = an
  4433. aimatpart = v
  4434. print(v:GetFullName())
  4435. v.Parent.Humanoid.Died:connect(function()
  4436. aimatpart = nil
  4437. end)
  4438. end
  4439. end
  4440. end
  4441.  
  4442. end
  4443. end)
  4444. delay(0, function()
  4445. while wait(espupdatetime) do
  4446. if autoesp == true then
  4447. pcall(function()
  4448. f.addesp()
  4449. end)
  4450. end
  4451. end
  4452. end)
  4453. warn("loaded")
  4454. end)
  4455.  
  4456. closegui.Name = "close gui"
  4457. closegui.Parent = MainGUI
  4458. closegui.BackgroundColor3 = Color3.new(1, 1, 1)
  4459. closegui.Position = UDim2.new(0.892828405, 0, 0.0474808663, 0)
  4460. closegui.Size = UDim2.new(0, 28, 0, 36)
  4461. closegui.Font = Enum.Font.SourceSansBold
  4462. closegui.Text = "X"
  4463. closegui.TextColor3 = Color3.new(0, 0, 0)
  4464. closegui.TextSize = 34
  4465.  
  4466. TextLabel.Parent = MainGUI
  4467. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  4468. TextLabel.BorderSizePixel = 3
  4469. TextLabel.Position = UDim2.new(0.0389667451, 0, 0.0325634778, 0)
  4470. TextLabel.Size = UDim2.new(0, 313, 0, 50)
  4471. TextLabel.Font = Enum.Font.SciFi
  4472. TextLabel.Text = "Aimbot/Esp"
  4473. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  4474. TextLabel.TextSize = 20
  4475.  
  4476. opengui.Name = "open gui"
  4477. opengui.Parent = strucidhack
  4478. opengui.BackgroundColor3 = Color3.new(1, 1, 1)
  4479. opengui.Position = UDim2.new(0.0198300499, 0, 0.925072074, 0)
  4480. opengui.Size = UDim2.new(0, 19, 0, 22)
  4481.  
  4482. open.Name = "open"
  4483. open.Parent = opengui
  4484. closegui.MouseButton1Click:connect(function()
  4485. MainGUI.Visible = false
  4486. opengui.Visible = true
  4487. end)
  4488. open.BackgroundColor3 = Color3.new(1, 1, 1)
  4489. open.Position = UDim2.new(-0.746906042, 0, -0.172385469, 0)
  4490. open.Size = UDim2.new(0, 65, 0, 29)
  4491. open.Font = Enum.Font.SourceSans
  4492. open.Text = "Open gui"
  4493. open.TextColor3 = Color3.new(0, 0, 0)
  4494. open.TextSize = 14
  4495. open.MouseButton1Click:connect(function()
  4496. MainGUI.Visible = true
  4497. opengui.Visible = false
  4498. end)
  4499. end)
  4500.  
  4501. respawn.Name = "respawn"
  4502. respawn.Parent = main
  4503. respawn.BackgroundColor3 = Color3.new(0.333333, 0, 0.498039)
  4504. respawn.Position = UDim2.new(0.33420366, 0, 0.557620823, 0)
  4505. respawn.Size = UDim2.new(0, 111, 0, 32)
  4506. respawn.Font = Enum.Font.GothamBold
  4507. respawn.Text = "Fast Respawn"
  4508. respawn.TextColor3 = Color3.new(0, 1, 1)
  4509. respawn.TextSize = 14
  4510. respawn.MouseButton1Down:connect(function()
  4511. game.Workspace.Remote.loadchar:InvokeServer(game.Players:GetChildren())
  4512. end)
  4513.  
  4514. lag.Name = "lag"
  4515. lag.Parent = main
  4516. lag.BackgroundColor3 = Color3.new(0.333333, 0, 0.498039)
  4517. lag.Position = UDim2.new(0.652741492, 0, 0.557620823, 0)
  4518. lag.Size = UDim2.new(0, 112, 0, 32)
  4519. lag.Font = Enum.Font.GothamBold
  4520. lag.Text = "Lag Server"
  4521. lag.TextColor3 = Color3.new(0.333333, 1, 1)
  4522. lag.TextSize = 14
  4523. lag.MouseButton1Down:connect(function()
  4524. local toolamount = 250
  4525. x = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  4526. wait()
  4527. local LocalPlayer = game:GetService("Players").LocalPlayer
  4528. local died = false
  4529. local savepos = LocalPlayer.Character.HumanoidRootPart.CFrame
  4530. repeat
  4531. for _, tool in pairs(LocalPlayer.Backpack:GetChildren()) do
  4532. if tool:IsA("Tool") then
  4533. tool.Parent = LocalPlayer
  4534. end
  4535. end
  4536. LocalPlayer.Character:ClearAllChildren()
  4537. local char = Instance.new("Model", workspace)
  4538. char.Name = "character"
  4539. Instance.new("Part", char).Name = "Torso";
  4540. Instance.new("Part", char).Name = "Head";
  4541. Instance.new("Humanoid", char).Name = "Humanoid";
  4542. LocalPlayer.Character = char
  4543. repeat wait() until LocalPlayer.Character
  4544. until #LocalPlayer:GetChildren() - 4 >= toolamount
  4545. for _, char in pairs(workspace:GetChildren()) do
  4546. if char.Name == "character" and char:IsA("Model") then
  4547. char:Destroy()
  4548. end
  4549. end
  4550. repeat wait() until LocalPlayer.Character.HumanoidRootPart
  4551. LocalPlayer.Character.HumanoidRootPart.CFrame = savepos
  4552. for _, tool in pairs(LocalPlayer:GetChildren()) do
  4553. if tool:IsA("Tool") then
  4554. tool.Parent = LocalPlayer.Backpack
  4555. end
  4556. end
  4557. wait(0.5)
  4558. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  4559. if v:IsA("Tool") then
  4560. v.Parent = game.Players.LocalPlayer.Character
  4561. end
  4562. end
  4563. wait(0.5)
  4564. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  4565. if (v:IsA("Tool")) then
  4566. v.Parent = workspace
  4567. end
  4568. end
  4569. wait()
  4570. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  4571. wait(0.85)
  4572. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = x
  4573. end)
  4574. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement