Guest User

Untitled

a guest
Feb 7th, 2019
40,641
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 153.12 KB | None | 0 0
  1. --[[ Made By Pro Hacks!!
  2. This is my first ever GUI that I have made!
  3. Hopefully you like it and enjoy!!
  4. Also If you are reading this then you are awesome!!
  5. Have an awesome day!!!
  6. Credits to Athoi21 for giving me 2 of the scripts!! :D
  7. ]]
  8. local FloodEscape2GUI = Instance.new("ScreenGui")
  9. local OpenFrame = Instance.new("Frame")
  10. local OpenButton = Instance.new("TextButton")
  11. local Main = Instance.new("ImageLabel")
  12. local Name = Instance.new("TextLabel")
  13. local Credits = Instance.new("TextLabel")
  14. local Btools = Instance.new("ImageButton")
  15. local BtoolsLabel = Instance.new("TextLabel")
  16. local INFJump = Instance.new("ImageButton")
  17. local INFLabel = Instance.new("TextLabel")
  18. local ESP = Instance.new("ImageButton")
  19. local ESPLabel = Instance.new("TextLabel")
  20. local Admin = Instance.new("ImageButton")
  21. local AdminLabel = Instance.new("TextLabel")
  22. local Close = Instance.new("TextButton")
  23. --Properties:
  24. FloodEscape2GUI.Name = "Flood Escape 2 GUI"
  25. FloodEscape2GUI.Parent = game.CoreGui
  26. FloodEscape2GUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  27. FloodEscape2GUI.Active = true
  28.  
  29. OpenFrame.Name = "OpenFrame"
  30. OpenFrame.Parent = FloodEscape2GUI
  31. OpenFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  32. OpenFrame.BackgroundTransparency = 1
  33. OpenFrame.Position = UDim2.new(0, 0, 0.669902921, 0)
  34. OpenFrame.Size = UDim2.new(0, 218, 0, 44)
  35.  
  36. OpenButton.Name = "OpenButton"
  37. OpenButton.Parent = OpenFrame
  38. OpenButton.BackgroundColor3 = Color3.new(0.105882, 0.611765, 0.988235)
  39. OpenButton.BorderSizePixel = 0
  40. OpenButton.Position = UDim2.new(0, 0, 0.636893213, 0)
  41. OpenButton.Size = UDim2.new(0, 144, 0, 47)
  42. OpenButton.Font = Enum.Font.Cartoon
  43. OpenButton.Text = "Open"
  44. OpenButton.TextColor3 = Color3.new(1, 1, 1)
  45. OpenButton.TextScaled = true
  46. OpenButton.TextSize = 14
  47. OpenButton.TextWrapped = true
  48. OpenButton.MouseButton1Down:connect(function()
  49. Main.Visible = true
  50. OpenFrame.Visible = false
  51. end)
  52.  
  53. Main.Name = "Main"
  54. Main.Parent = FloodEscape2GUI
  55. Main.BackgroundTransparency = 1
  56. Main.BorderSizePixel = 0
  57. Main.Position = UDim2.new(0.442518234, 0, 0.0951456204, 0)
  58. Main.Size = UDim2.new(0, 262, 0, 385)
  59. Main.Visible = false
  60. Main.Image = "rbxassetid://1283904632"
  61. Main.ImageColor3 = Color3.new(0.172549, 0.227451, 0.278431)
  62. Main.ScaleType = Enum.ScaleType.Slice
  63. Main.SliceCenter = Rect.new(22, 22, 234, 234)
  64. Main.Active = true
  65. Main.Draggable = true
  66.  
  67. Name.Name = "Name"
  68. Name.Parent = Main
  69. Name.BackgroundColor3 = Color3.new(0.172549, 0.227451, 0.278431)
  70. Name.BorderSizePixel = 0
  71. Name.Position = UDim2.new(-0.000807900447, 0, -0.00215874217, 0)
  72. Name.Size = UDim2.new(0, 262, 0, 47)
  73. Name.Font = Enum.Font.Cartoon
  74. Name.Text = "Flood Escape GUI"
  75. Name.TextColor3 = Color3.new(1, 1, 1)
  76. Name.TextSize = 33
  77. Name.TextWrapped = true
  78.  
  79. Credits.Name = "Credits"
  80. Credits.Parent = Main
  81. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  82. Credits.BackgroundTransparency = 1
  83. Credits.Position = UDim2.new(0.0488104224, 0, 0.854969859, 0)
  84. Credits.Size = UDim2.new(0, 235, 0, 50)
  85. Credits.Font = Enum.Font.Cartoon
  86. Credits.Text = "Made By : Pro Hacks"
  87. Credits.TextColor3 = Color3.new(1, 1, 1)
  88. Credits.TextScaled = true
  89. Credits.TextSize = 14
  90. Credits.TextStrokeColor3 = Color3.new(1, 1, 1)
  91. Credits.TextWrapped = true
  92.  
  93. Btools.Name = "Btools"
  94. Btools.Parent = Main
  95. Btools.BackgroundTransparency = 1
  96. Btools.BorderSizePixel = 0
  97. Btools.Position = UDim2.new(0.0490541458, 0, 0.155667633, 0)
  98. Btools.Size = UDim2.new(0, 236, 0, 50)
  99. Btools.Image = "rbxassetid://1283904632"
  100. Btools.ImageColor3 = Color3.new(0.172549, 0.243137, 0.313726)
  101. Btools.ScaleType = Enum.ScaleType.Slice
  102. Btools.SliceCenter = Rect.new(22, 22, 234, 234)
  103. Btools.MouseButton1Down:connect(function()
  104. local player = game.Players.LocalPlayer
  105. local mouse = player:GetMouse()
  106.  
  107. -- Objects
  108.  
  109. local ScreenGui = Instance.new("ScreenGui")
  110. local TextButton = Instance.new("TextButton")
  111. local On = Instance.new("StringValue")
  112.  
  113. -- Properties
  114.  
  115. ScreenGui.Parent = player.PlayerGui
  116.  
  117. TextButton.Parent = ScreenGui
  118. TextButton.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
  119. TextButton.BorderSizePixel = 0
  120. TextButton.Position = UDim2.new(0, 0, 0.455743879, 0)
  121. TextButton.Size = UDim2.new(0, 186, 0, 35)
  122. TextButton.Font = Enum.Font.SourceSans
  123. TextButton.Text = "Btools (Off)"
  124. TextButton.TextColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  125. TextButton.TextScaled = true
  126. TextButton.TextSize = 14
  127. TextButton.TextWrapped = true
  128.  
  129.  
  130. On.Parent = TextButton
  131. On.Value = "Off"
  132.  
  133. -- Scripts
  134.  
  135. TextButton.MouseButton1Up:Connect(function()
  136. if On.Value == "Off" then
  137. On.Value = "On"
  138. TextButton.Text = "Btools (On)"
  139. else
  140. On.Value = "Off"
  141. TextButton.Text = "Btools (Off)"
  142. end
  143. end)
  144.  
  145. mouse.Button1Up:Connect(function()
  146. if On.Value == "Off" then
  147. print('btools off')
  148. else
  149. if mouse.Target.Locked == true then
  150. mouse.Target:Destroy()
  151. else
  152. mouse.Target:Destroy()
  153. end
  154. end
  155. end)
  156. end)
  157.  
  158. BtoolsLabel.Name = "BtoolsLabel"
  159. BtoolsLabel.Parent = Btools
  160. BtoolsLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  161. BtoolsLabel.BackgroundTransparency = 1
  162. BtoolsLabel.Position = UDim2.new(0.0762711838, 0, 0, 0)
  163. BtoolsLabel.Size = UDim2.new(0, 200, 0, 50)
  164. BtoolsLabel.Font = Enum.Font.Cartoon
  165. BtoolsLabel.Text = "Btools"
  166. BtoolsLabel.TextColor3 = Color3.new(1, 1, 1)
  167. BtoolsLabel.TextScaled = true
  168. BtoolsLabel.TextSize = 14
  169. BtoolsLabel.TextWrapped = true
  170.  
  171. INFJump.Name = "INF Jump"
  172. INFJump.Parent = Main
  173. INFJump.BackgroundTransparency = 1
  174. INFJump.BorderSizePixel = 0
  175. INFJump.Position = UDim2.new(0.0490541458, 0, 0.345278025, 0)
  176. INFJump.Size = UDim2.new(0, 236, 0, 50)
  177. INFJump.Image = "rbxassetid://1283904632"
  178. INFJump.ImageColor3 = Color3.new(0.172549, 0.243137, 0.313726)
  179. INFJump.ScaleType = Enum.ScaleType.Slice
  180. INFJump.SliceCenter = Rect.new(22, 22, 234, 234)
  181. INFJump.MouseButton1Down:connect(function()
  182. game:GetService("UserInputService").JumpRequest:connect(function()game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")end)
  183. end)
  184.  
  185. INFLabel.Name = "INFLabel"
  186. INFLabel.Parent = INFJump
  187. INFLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  188. INFLabel.BackgroundTransparency = 1
  189. INFLabel.Position = UDim2.new(0.072033897, 0, 0, 0)
  190. INFLabel.Size = UDim2.new(0, 200, 0, 50)
  191. INFLabel.Font = Enum.Font.Cartoon
  192. INFLabel.Text = "INF Jump"
  193. INFLabel.TextColor3 = Color3.new(1, 1, 1)
  194. INFLabel.TextScaled = true
  195. INFLabel.TextSize = 14
  196. INFLabel.TextWrapped = true
  197.  
  198. ESP.Name = "ESP"
  199. ESP.Parent = Main
  200. ESP.BackgroundTransparency = 1
  201. ESP.BorderSizePixel = 0
  202. ESP.Position = UDim2.new(0.0490541458, 0, 0.529693604, 0)
  203. ESP.Size = UDim2.new(0, 236, 0, 50)
  204. ESP.Image = "rbxassetid://1283904632"
  205. ESP.ImageColor3 = Color3.new(0.172549, 0.243137, 0.313726)
  206. ESP.ScaleType = Enum.ScaleType.Slice
  207. ESP.SliceCenter = Rect.new(22, 22, 234, 234)
  208. ESP.MouseButton1Down:connect(function()
  209. while true do
  210. wait(0.3)
  211. for _, p in pairs(game:GetChildren()) do
  212. if p.ClassName == ("Players") then
  213. plr = p.LocalPlayer
  214. team = plr.TeamColor
  215. for _, v in pairs(p:GetChildren()) do
  216. if v.Name ~= plr.Name and v.TeamColor ~= team then
  217. for _, l in pairs(v.Character.Head:GetChildren()) do
  218. if l.Name == ("OverRemove") then
  219. l:Destroy()
  220. end
  221. end
  222. i = Instance.new("BillboardGui",v.Character.Head)
  223. i.Name = ("OverRemove")
  224. f = Instance.new("Frame",i)
  225. i.Active = true
  226. i.AlwaysOnTop = true
  227. i.Size = UDim2.new(1,0,1,0)
  228. i.ExtentsOffset = Vector3.new(0,3.5,0)
  229. f.Size = UDim2.new(1,0,1,0)
  230. f.BorderSizePixel = 0
  231. f.BackgroundColor3 = Color3.new(1,0,0)
  232. elseif v.TeamColor == team then
  233. for _, l in pairs(v.Character.Head:GetChildren()) do
  234. if l.Name == ("OverRemove") then
  235. l:Destroy()
  236. end
  237. end
  238. end
  239. end
  240. end
  241. end
  242. end
  243. end)
  244.  
  245. ESPLabel.Name = "ESPLabel"
  246. ESPLabel.Parent = ESP
  247. ESPLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  248. ESPLabel.BackgroundTransparency = 1
  249. ESPLabel.Position = UDim2.new(0.072033897, 0, 0, 0)
  250. ESPLabel.Size = UDim2.new(0, 200, 0, 50)
  251. ESPLabel.Font = Enum.Font.Cartoon
  252. ESPLabel.Text = "ESP"
  253. ESPLabel.TextColor3 = Color3.new(1, 1, 1)
  254. ESPLabel.TextScaled = true
  255. ESPLabel.TextSize = 14
  256. ESPLabel.TextWrapped = true
  257.  
  258. Admin.Name = "Admin"
  259. Admin.Parent = Main
  260. Admin.BackgroundTransparency = 1
  261. Admin.BorderSizePixel = 0
  262. Admin.Position = UDim2.new(0.0490541458, 0, 0.724498808, 0)
  263. Admin.Size = UDim2.new(0, 236, 0, 50)
  264. Admin.Image = "rbxassetid://1283904632"
  265. Admin.ImageColor3 = Color3.new(0.172549, 0.243137, 0.313726)
  266. Admin.ScaleType = Enum.ScaleType.Slice
  267. Admin.SliceCenter = Rect.new(22, 22, 234, 234)
  268. Admin.MouseButton1Down:connect(function()
  269. -- Creator: illremember#3799
  270.  
  271. -- Credits to infinite yield, harkinian, dex creators
  272.  
  273. prefix = ":"
  274. wait(0.3)
  275. Commands = {
  276. '[-] cmdbar is shown when ; is pressed.',
  277. '[1] kill [plr] -- You need a tool! Will kill the player, use rkill to kill you and player',
  278. '[2] bring [plr] -- You need a tool! Will bring player to you',
  279. '[3] spin [plr] -- You need a tool! Makes you and the player spin crazy',
  280. '[4] unspin -- Use after using spin cmd and dying, so you stop loop teleporting',
  281. '[5] attach [plr] -- You need a tool! Attaches you to player',
  282. '[6] unattach [plr] -- Attempts to unattach you from a player',
  283. '[7] follow [plr] -- Makes you follow behind the player',
  284. '[8] unfollow',
  285. '[9] freefall [plr] -- You need a tool! Teleports you and the player up into the air',
  286. '[10] trail [plr] -- The opposite of follow, you stay infront of player',
  287. '[11] untrail',
  288. '[12] orbit [plr] -- Makes you orbit the player',
  289. '[13] unorbit',
  290. '[14] fling [plr] -- Makes you fling the player',
  291. '[15] unfling',
  292. '[16] fecheck -- Checks if the game is FE or not',
  293. '[17] void [plr] -- Teleports player to the void',
  294. '[18] noclip -- Gives you noclip to walk through walls',
  295. '[19] clip -- Removes noclip',
  296. '[20] speed [num]/ws [num] -- Changes how fast you walk 16 is default',
  297. '[21] jumppower [num]/jp [num] -- Changes how high you jump 50 is default',
  298. '[22] hipheight [num]/hh [num] -- Changes how high you float 0 is default',
  299. '[23] default -- Changes your speed, jumppower and hipheight to default values',
  300. '[24] annoy [plr] -- Loop teleports you to the player',
  301. '[25] unannoy',
  302. '[26] headwalk [plr] -- Loop teleports you to the player head',
  303. '[27] unheadwalk',
  304. '[28] nolimbs -- Removes your arms and legs',
  305. '[29] god -- Gives you FE Godmode',
  306. '[30] drophats -- Drops your accessories',
  307. '[31] droptool -- Drops any tool you have equipped',
  308. '[32] loopdhats -- Loop drops your accessories',
  309. '[33] unloopdhats',
  310. '[34] loopdtool -- Loop drops any tools you have equipped',
  311. '[35] unloopdtool',
  312. '[36] invisible -- Gives you invisibility CREDIT TO TIMELESS',
  313. '[37] view [plr] -- Changes your camera to the player character',
  314. '[38] unview',
  315. '[39] goto [plr] -- Teleports you to player',
  316. '[40] fly -- Allows you to fly, credit to Infinite Yield',
  317. '[41] unfly',
  318. '[42] chat [msg] -- Makes you chat a message',
  319. '[43] spam [msg] -- Spams a message',
  320. '[44] unspam',
  321. '[45] spamwait [num] -- Changes delay of chatting a message for the spam command in seconds default is 1 second',
  322. '[46] pmspam [plr] -- Spams a player in private message',
  323. '[47] unpmspam',
  324. '[48] cfreeze [plr] -- Freezes a player on your client, they will only be frozen for you',
  325. '[49] uncfreeze [plr]',
  326. '[50] unlockws -- Unlocks the workspace',
  327. '[51] lockws -- Locks the workspace',
  328. '[52] btools -- Gives you btools that will only show to you useful for deleting certain blocks only for you',
  329. '[53] pstand -- Enables platform stand',
  330. '[54] unpstand -- Disables platform stand',
  331. '[55] blockhead -- Removes your head mesh',
  332. '[56] sit',
  333. '[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',
  334. '[58] wsvis [num] -- Changes visibility of workspace parts, num should be between 0 and 1, only shows client sided',
  335. '[59] hypertotal -- Loads in my FE GUI Hypertotal',
  336. '[60] cmds -- Prints all commands',
  337. '[61] rmeshhats/blockhats -- Removes the meshes of all your accessories aka block hats',
  338. '[62] rmeshtool/blocktool -- Removes the mesh of the tool you have equipped aka block tool',
  339. '[63] spinner -- Makes you spin',
  340. '[64] nospinner',
  341. '[65] reach [num] -- Gives you reach, mostly used for swords, say ;reachd for default and enter number after for custom',
  342. '[66] noreach -- Removes reach, must have tool equipped',
  343. '[67] rkill [plr] -- Kills you and the player, use kill to just kill the player without dying',
  344. '[68] tp me [plr] -- Alternative to goto',
  345. '[69] cbring [plr] -- Brings player infront of you, shows only on client, allows you to do damage to player',
  346. '[70] uncbring',
  347. '[71] swap [plr] -- You need a tool! Swaps players position with yours and your position with players',
  348. '[72] givetool [plr] -- Gives the tool you have equipped to the player',
  349. '[73] glitch [plr] -- Glitches you and the player, looks very cool',
  350. '[74] unglitch -- Unglitches you',
  351. '[75] grespawn -- Alternative to normal respawn and usually works best for when you want to reset with FE Godmode',
  352. '[76] explorer -- Loads up DEX',
  353. '[77] reset -- Resets your character.',
  354. '[78] anim [id] -- Applies an animation on you, must be created by ROBLOX',
  355. '[79] animgui -- Loads up Energize animations GUI',
  356. '[80] savepos -- Saves your current position',
  357. '[81] loadpos -- Teleports you to your saved position',
  358. '[82] bang [plr] -- 18+ will not work if you have FE Godmode on',
  359. '[83] unbang',
  360. '[84] delcmdbar -- Removes the command bar completely',
  361. '[85] bringmod [obj] -- Brings all the parts in a model, client only, comes from ;bringobj enter exact name of model',
  362. '[86] shutdown -- Uses harkinians script to shutdown server',
  363. '[87] respawn -- If grespawn doesnt work you can use respawn',
  364. '[88] delobj [obj] -- Deletes a certain brick in workspace, client sided',
  365. '[89] getplrs -- Prints all players in game',
  366. '[90] deldecal -- Deletes all decals client sided',
  367. '[91] opfinality -- Loads in my FE GUI Opfinality',
  368. '[92] remotes -- Prints all remotes in the game in the console when added',
  369. '[93] noremotes -- Stops printing remotes',
  370. '[94] tpdefault -- Stops all loop teleports to a player',
  371. '[95] stopsit -- Will not allow you to sit',
  372. '[96] gosit -- Allows you to sit',
  373. '[97] clicktp -- Enables click tp',
  374. '[98] noclicktp -- Disables click tp',
  375. '[99] toolson -- If any tools are dropped in the workspace you will automatically get them',
  376. '[100] toolsoff -- Stops ;toolson',
  377. '[101] version -- Gets the admin version',
  378. '[102] state [num] -- Changes your humanoid state, ;unstate to stop.',
  379. '[103] gravity [num] -- Changes workspace gravity default is 196.2',
  380. '[104] pgs -- Checks if the game has PGSPhysicsSolverEnabled enabled',
  381. '[105] clickdel -- Delete any block you press q on, client sided',
  382. '[106] noclickdel -- Stops clickdel',
  383. '[107] looprhats -- Loop removes mesh of your hats/loop block hats',
  384. '[108] unlooprhats -- Stops loop removing mesh',
  385. '[109] looprtool -- Loop removes mesh of your tool/loop block tools',
  386. '[110] unlooprtool -- Stops loop removing mesh',
  387. '[111] givealltools [plr] -- Gives all the tools you have in your backpack to the player',
  388. '[112] age [plr] -- Makes you chat the account age of the player',
  389. '[113] id [plr] -- Makes you chat the account ID of the player',
  390. '[114] .age [plr] -- Privately shows you the account age of the player',
  391. '[115] .id [plr] -- Privately shows you the account ID of the player',
  392. '[116] gameid -- Shows the game ID',
  393. '[117] removeinvis -- Removes all invisible walls/parts, client sided',
  394. '[118] removefog -- Removes fog, client sided',
  395. '[119] disable -- Disables your character by removing humanoid',
  396. '[120] enable -- Enables your character by adding humanoid',
  397. '[121] prefix [key] -- Changes the prefix used, default is ;',
  398. '[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.',
  399. '[123] flyspeed [num] -- Change your fly speed, default is 1',
  400. '[124] carpet [plr] -- Makes you a carpet for a player, will not work if FE Godmode is on',
  401. '[125] uncarpet -- Stops carpet player',
  402. '[126] stare [plr] -- Turns your character to stare at another player',
  403. '[127] unstare -- Stops stare player',
  404. '[128] logchat -- Logs all chat (including /e and whispers) of all players',
  405. '[129] unlogchat -- Disables logchat',
  406. '[130] fixcam -- Fixes/resets your camera',
  407. '[131] unstate -- Stops changing state',
  408. }
  409. speedget = 1
  410.  
  411. lplayer = game:GetService("Players").LocalPlayer
  412.  
  413. lplayer.CharacterAdded:Connect(function(character)
  414. spin = false
  415. flying = false
  416. staring = false
  417. banpl = false
  418. end)
  419.  
  420. function change()
  421. prefix = prefix
  422. speedfly = speedfly
  423. end
  424.  
  425. function GetPlayer(String) -- Credit to Timeless/xFunnieuss
  426. local Found = {}
  427. local strl = String:lower()
  428. if strl == "all" then
  429. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  430. table.insert(Found,v)
  431. end
  432. elseif strl == "others" then
  433. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  434. if v.Name ~= lplayer.Name then
  435. table.insert(Found,v)
  436. end
  437. end
  438. elseif strl == "me" then
  439. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  440. if v.Name == lplayer.Name then
  441. table.insert(Found,v)
  442. end
  443. end
  444. else
  445. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  446. if v.Name:lower():sub(1, #String) == String:lower() then
  447. table.insert(Found,v)
  448. end
  449. end
  450. end
  451. return Found
  452. end
  453.  
  454. local Mouse = lplayer:GetMouse()
  455.  
  456. spin = false
  457. followed = false
  458. traill = false
  459. noclip = false
  460. annoying = false
  461. hwalk = false
  462. droppinghats = false
  463. droppingtools = false
  464. flying = false
  465. spamdelay = 1
  466. spamming = false
  467. spammingpm = false
  468. cbringing = false
  469. remotes = true
  470. added = true
  471. binds = false
  472. stopsitting = false
  473. clickgoto = false
  474. gettingtools = false
  475. removingmeshhats = false
  476. removingmeshtool = false
  477. clickdel = false
  478. staring = false
  479. chatlogs = false
  480. banpl = false
  481. changingstate = false
  482. statechosen = 0
  483.  
  484. adminversion = "Reviz Admin by illremember, Version 2.0"
  485.  
  486. flying = false
  487. speedfly = 1
  488.  
  489. function plrchat(plr, chat)
  490. print(plr.Name..": "..tick().."\n"..chat)
  491. end
  492.  
  493. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  494. v.Chatted:connect(function(chat)
  495. if chatlogs then
  496. plrchat(v, chat)
  497. end
  498. end)
  499. end
  500. game:GetService("Players").PlayerAdded:connect(function(plr)
  501. plr.Chatted:connect(function(chat)
  502. if chatlogs then
  503. plrchat(plr, chat)
  504. end
  505. end)
  506. end)
  507.  
  508.  
  509. local ScreenGui = Instance.new("ScreenGui")
  510. local Frame = Instance.new("Frame")
  511. local CMDBAR = Instance.new("TextBox")
  512. ScreenGui.Parent = game:GetService("CoreGui")
  513. Frame.Parent = ScreenGui
  514. Frame.BackgroundColor3 = Color3.new(0.3, 0.1, 0.1)
  515. Frame.BackgroundTransparency = 0.3
  516. Frame.Position = UDim2.new(0.5, 0, 0, 10)
  517. Frame.Size = UDim2.new(0, 200, 0, 40)
  518. Frame.Active = true
  519. Frame.Draggable = true
  520. CMDBAR.Name = "CMDBAR"
  521. CMDBAR.Parent = Frame
  522. CMDBAR.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  523. CMDBAR.BackgroundTransparency = 0.20000000298023
  524. CMDBAR.Size = UDim2.new(0, 180, 0, 20)
  525. CMDBAR.Position = UDim2.new(0.05, 0, 0.25, 0)
  526. CMDBAR.Font = Enum.Font.SourceSansLight
  527. CMDBAR.FontSize = Enum.FontSize.Size14
  528. CMDBAR.TextColor3 = Color3.new(0.945098, 0.945098, 0.945098)
  529. CMDBAR.TextScaled = true
  530. CMDBAR.TextSize = 14
  531. CMDBAR.TextWrapped = true
  532. CMDBAR.Text = "Press ; to type, Enter to execute"
  533.  
  534. local CMDS = Instance.new("ScreenGui")
  535. local CMDSFRAME = Instance.new("Frame")
  536. local ScrollingFrame = Instance.new("ScrollingFrame")
  537. local TextLabel = Instance.new("TextLabel")
  538. local closegui = Instance.new("TextButton")
  539. CMDS.Name = "CMDS"
  540. CMDS.Parent = game:GetService("CoreGui")
  541. CMDSFRAME.Name = "CMDSFRAME"
  542. CMDSFRAME.Parent = CMDS
  543. CMDSFRAME.Active = true
  544. CMDSFRAME.BackgroundColor3 = Color3.new(0.223529, 0.231373, 0.309804)
  545. CMDSFRAME.BorderSizePixel = 0
  546. CMDSFRAME.Draggable = true
  547. CMDSFRAME.Position = UDim2.new(0, 315, 0, 100)
  548. CMDSFRAME.Size = UDim2.new(0, 275, 0, 275)
  549. CMDSFRAME.Visible = false
  550. ScrollingFrame.Parent = CMDSFRAME
  551. ScrollingFrame.BackgroundColor3 = Color3.new(0.160784, 0.160784, 0.203922)
  552. ScrollingFrame.BorderSizePixel = 0
  553. ScrollingFrame.Position = UDim2.new(0, 0, 0.0729999989, 0)
  554. ScrollingFrame.Size = UDim2.new(1.04999995, 0, 0.92900002, 0)
  555. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 10, 0)
  556. TextLabel.Parent = ScrollingFrame
  557. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  558. TextLabel.BackgroundTransparency = 1
  559. TextLabel.Size = UDim2.new(0.930000007, 0, 1, 0)
  560. TextLabel.Font = Enum.Font.SourceSans
  561. TextLabel.FontSize = Enum.FontSize.Size18
  562. 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."
  563. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  564. TextLabel.TextSize = 15
  565. TextLabel.TextWrapped = true
  566. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  567. TextLabel.TextYAlignment = Enum.TextYAlignment.Top
  568. closegui.Name = "closegui"
  569. closegui.Parent = CMDSFRAME
  570. closegui.BackgroundColor3 = Color3.new(0.890196, 0.223529, 0.0588235)
  571. closegui.BorderSizePixel = 0
  572. closegui.Position = UDim2.new(0.995000005, 0, 0, 0)
  573. closegui.Size = UDim2.new(0.0545952693, 0, 0.0728644878, 0)
  574. closegui.Font = Enum.Font.SourceSansBold
  575. closegui.FontSize = Enum.FontSize.Size24
  576. closegui.Text = "X"
  577. closegui.TextColor3 = Color3.new(1, 1, 1)
  578. closegui.TextSize = 20
  579.  
  580. closegui.MouseButton1Click:connect(function()
  581. CMDSFRAME.Visible = false
  582. end)
  583.  
  584. game:GetService('RunService').Stepped:connect(function()
  585. if spin then
  586. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[spinplr.Name].Character.HumanoidRootPart.CFrame
  587. end
  588. if followed then
  589. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame.lookVector * -5
  590. end
  591. if traill then
  592. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame.lookVector * 5
  593. end
  594. if annoying then
  595. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[annplr.Name].Character.HumanoidRootPart.CFrame
  596. end
  597. if hwalk then
  598. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[hdwplr.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 4, 0)
  599. end
  600. if staring then
  601. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(lplayer.Character.Torso.Position, game:GetService("Players")[stareplr.Name].Character.Torso.Position)
  602. end
  603. end)
  604. game:GetService('RunService').Stepped:connect(function()
  605. if noclip then
  606. if lplayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  607. lplayer.Character.Head.CanCollide = false
  608. lplayer.Character.Torso.CanCollide = false
  609. lplayer.Character["Left Leg"].CanCollide = false
  610. lplayer.Character["Right Leg"].CanCollide = false
  611. else
  612. lplayer.Character.Humanoid:ChangeState(11)
  613. end
  614. end
  615. if changingstate then
  616. lplayer.Character.Humanoid:ChangeState(statechosen)
  617. end
  618. end)
  619. game:GetService('RunService').Stepped:connect(function()
  620. if droppinghats then
  621. for i,v in pairs(lplayer.Character:GetChildren()) do
  622. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  623. v.Parent = workspace
  624. end
  625. end
  626. end
  627. if droppingtools then
  628. for i,v in pairs(lplayer.Character:GetChildren()) do
  629. if (v:IsA("Tool")) then
  630. v.Parent = workspace
  631. end
  632. end
  633. end
  634. if removingmeshhats then
  635. for i,v in pairs(lplayer.Character:GetChildren()) do
  636. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  637. v.Handle.Mesh:Destroy()
  638. end
  639. end
  640. end
  641. if removingmeshtool then
  642. for i,v in pairs(lplayer.Character:GetChildren()) do
  643. if (v:IsA("Tool")) then
  644. v.Handle.Mesh:Destroy()
  645. end
  646. end
  647. end
  648. end)
  649. game:GetService('RunService').Stepped:connect(function()
  650. if banpl then
  651. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[bplrr].Character.HumanoidRootPart.CFrame
  652. end
  653. end)
  654. game:GetService('RunService').Stepped:connect(function()
  655. if stopsitting then
  656. lplayer.Character.Humanoid.Sit = false
  657. end
  658. end)
  659.  
  660. plr = lplayer
  661. hum = plr.Character.HumanoidRootPart
  662. mouse = plr:GetMouse()
  663. mouse.KeyDown:connect(function(key)
  664. if key == "e" then
  665. if mouse.Target then
  666. if clickgoto then
  667. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  668. elseif clickdel then
  669. mouse.Target:Destroy()
  670. end
  671. end
  672. end
  673. end)
  674.  
  675. game:GetService("Workspace").ChildAdded:connect(function(part)
  676. if gettingtools then
  677. if part:IsA("Tool") then
  678. part.Handle.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  679. end
  680. end
  681. end)
  682.  
  683. lplayer.Chatted:Connect(function(msg)
  684. if string.sub(msg, 1, 6) == (prefix.."kill ") then
  685. if string.sub(msg, 7) == "me" then
  686. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  687. else
  688. for i,v in pairs(GetPlayer(string.sub(msg, 7)))do
  689. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  690. lplayer.Character.Humanoid.Name = 1
  691. local l = lplayer.Character["1"]:Clone()
  692. l.Parent = lplayer.Character
  693. l.Name = "Humanoid"
  694. wait(0.1)
  695. lplayer.Character["1"]:Destroy()
  696. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  697. lplayer.Character.Animate.Disabled = true
  698. wait(0.1)
  699. lplayer.Character.Animate.Disabled = false
  700. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  701. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  702. lplayer.Character.Humanoid:EquipTool(v)
  703. end
  704. local function tp(player,player2)
  705. local char1,char2=player.Character,player2.Character
  706. if char1 and char2 then
  707. char1:MoveTo(char2.Head.Position)
  708. end
  709. end
  710. wait(0.1)
  711. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  712. wait(0.2)
  713. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  714. wait(0.5)
  715. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  716. wait(0.7)
  717. tp(lplayer,game:GetService("Players")[v.Name])
  718. wait(0.7)
  719. lplayer.Character.HumanoidRootPart.CFrame = NOW
  720. game:GetService("StarterGui"):SetCore("SendNotification", {
  721. Title = "Tools needed!";
  722. Text = "You need a tool in your backpack for this command!";
  723. })
  724. end
  725. end
  726. end
  727. if string.sub(msg, 1, 7) == (prefix.."bring ") then
  728. for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  729. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  730. lplayer.Character.Humanoid.Name = 1
  731. local l = lplayer.Character["1"]:Clone()
  732. l.Parent = lplayer.Character
  733. l.Name = "Humanoid"
  734. wait(0.1)
  735. lplayer.Character["1"]:Destroy()
  736. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  737. lplayer.Character.Animate.Disabled = true
  738. wait(0.1)
  739. lplayer.Character.Animate.Disabled = false
  740. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  741. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  742. lplayer.Character.Humanoid:EquipTool(v)
  743. end
  744. local function tp(player,player2)
  745. local char1,char2=player.Character,player2.Character
  746. if char1 and char2 then
  747. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  748. end
  749. end
  750. local function getout(player,player2)
  751. local char1,char2=player.Character,player2.Character
  752. if char1 and char2 then
  753. char1:MoveTo(char2.Head.Position)
  754. end
  755. end
  756. tp(game:GetService("Players")[v.Name], lplayer)
  757. wait(0.2)
  758. tp(game:GetService("Players")[v.Name], lplayer)
  759. wait(0.5)
  760. lplayer.Character.HumanoidRootPart.CFrame = NOW
  761. wait(0.5)
  762. getout(lplayer, game:GetService("Players")[v.Name])
  763. wait(0.3)
  764. lplayer.Character.HumanoidRootPart.CFrame = NOW
  765. game:GetService("StarterGui"):SetCore("SendNotification", {
  766. Title = "Tools needed!";
  767. Text = "You need a tool in your backpack for this command!";
  768. })
  769. end
  770. end
  771. if string.sub(msg, 1, 6) == (prefix.."spin ") then
  772. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  773. lplayer.Character.Humanoid.Name = 1
  774. local l = lplayer.Character["1"]:Clone()
  775. l.Parent = lplayer.Character
  776. l.Name = "Humanoid"
  777. wait(0.1)
  778. lplayer.Character["1"]:Destroy()
  779. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  780. lplayer.Character.Animate.Disabled = true
  781. wait(0.1)
  782. lplayer.Character.Animate.Disabled = false
  783. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  784. lplayer.Character.Animate.Disabled = false
  785. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  786. lplayer.Character.Humanoid:EquipTool(v)
  787. end
  788. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  789. spinplr = v
  790. wait(0.5)
  791. spin = true
  792. game:GetService("StarterGui"):SetCore("SendNotification", {
  793. Title = "Tools needed!";
  794. Text = "You need a tool in your backpack for this command!";
  795. })
  796. end
  797. end
  798. if string.sub(msg, 1, 7) == (prefix.."unspin") then
  799. spin = false
  800. end
  801. if string.sub(msg, 1, 8) == (prefix.."attach ") then
  802. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  803. lplayer.Character.Humanoid.Name = 1
  804. local l = lplayer.Character["1"]:Clone()
  805. l.Parent = lplayer.Character
  806. l.Name = "Humanoid"
  807. wait(0.1)
  808. lplayer.Character["1"]:Destroy()
  809. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  810. lplayer.Character.Animate.Disabled = true
  811. wait(0.1)
  812. lplayer.Character.Animate.Disabled = false
  813. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  814. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  815. lplayer.Character.Humanoid:EquipTool(v)
  816. end
  817. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  818. wait(0.3)
  819. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  820. attplr = v
  821. game:GetService("StarterGui"):SetCore("SendNotification", {
  822. Title = "Tools needed!";
  823. Text = "You need a tool in your backpack for this command!";
  824. })
  825. end
  826. end
  827. if string.sub(msg, 1, 10) == (prefix.."unattach ") then
  828. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  829. local function getout(player,player2)
  830. local char1,char2=player.Character,player2.Character
  831. if char1 and char2 then
  832. char1:MoveTo(char2.Head.Position)
  833. end
  834. end
  835. getout(lplayer, game:GetService("Players")[v.Name])
  836. end
  837. end
  838. if string.sub(msg, 1, 8) == (prefix.."follow ") then
  839. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  840. followed = true
  841. flwplr = v
  842. end
  843. end
  844. if string.sub(msg, 1, 9) == (prefix.."unfollow") then
  845. followed = false
  846. end
  847. if string.sub(msg, 1, 10) == (prefix.."freefall ") then
  848. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  849. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  850. lplayer.Character.Humanoid.Name = 1
  851. local l = lplayer.Character["1"]:Clone()
  852. l.Parent = lplayer.Character
  853. l.Name = "Humanoid"
  854. wait(0.1)
  855. lplayer.Character["1"]:Destroy()
  856. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  857. lplayer.Character.Animate.Disabled = true
  858. wait(0.1)
  859. lplayer.Character.Animate.Disabled = false
  860. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  861. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  862. lplayer.Character.Humanoid:EquipTool(v)
  863. end
  864. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  865. wait(0.2)
  866. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  867. wait(0.6)
  868. lplayer.Character.HumanoidRootPart.CFrame = NOW
  869. wait(0.6)
  870. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  871. game:GetService("StarterGui"):SetCore("SendNotification", {
  872. Title = "Tools needed!";
  873. Text = "You need a tool in your backpack for this command!";
  874. })
  875. end
  876. end
  877. if string.sub(msg, 1, 7) == (prefix.."trail ") then
  878. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  879. traill = true
  880. trlplr = v
  881. end
  882. end
  883. if string.sub(msg, 1, 8) == (prefix.."untrail") then
  884. traill = false
  885. end
  886. if string.sub(msg, 1, 7) == (prefix.."orbit ") then
  887. if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  888. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  889. else
  890. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  891. local o = Instance.new("RocketPropulsion")
  892. o.Parent = lplayer.Character.HumanoidRootPart
  893. o.Name = "Orbit"
  894. o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  895. o:Fire()
  896. noclip = true
  897. end
  898. end
  899. end
  900. if string.sub(msg, 1, 8) == (prefix.."unorbit") then
  901. lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  902. noclip = false
  903. end
  904. if string.sub(msg, 1, 7) == (prefix.."fling ") then
  905. if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  906. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  907. else
  908. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  909. local y = Instance.new("RocketPropulsion")
  910. y.Parent = lplayer.Character.HumanoidRootPart
  911. y.CartoonFactor = 1
  912. y.MaxThrust = 800000
  913. y.MaxSpeed = 1000
  914. y.ThrustP = 200000
  915. y.Name = "Fling"
  916. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  917. y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  918. y:Fire()
  919. noclip = true
  920. end
  921. end
  922. end
  923. if string.sub(msg, 1, 8) == (prefix.."unfling") then
  924. noclip = false
  925. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  926. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  927. wait(0.4)
  928. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  929. end
  930. if string.sub(msg, 1, 8) == (prefix.."fecheck") then
  931. if game:GetService("Workspace").FilteringEnabled == true then
  932. warn("FE is Enabled (Filtering Enabled)")
  933. game:GetService("StarterGui"):SetCore("SendNotification", {
  934. Title = "FE is Enabled";
  935. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  936. })
  937. else
  938. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  939. game:GetService("StarterGui"):SetCore("SendNotification", {
  940. Title = "FE is Disabled";
  941. Text = "Filtering Disabled. Consider using a different admin script.";
  942. })
  943. end
  944. end
  945. if string.sub(msg, 1, 6) == (prefix.."void ") then
  946. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  947. lplayer.Character.Humanoid.Name = 1
  948. local l = lplayer.Character["1"]:Clone()
  949. l.Parent = lplayer.Character
  950. l.Name = "Humanoid"
  951. wait(0.1)
  952. lplayer.Character["1"]:Destroy()
  953. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  954. lplayer.Character.Animate.Disabled = true
  955. wait(0.1)
  956. lplayer.Character.Animate.Disabled = false
  957. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  958. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  959. lplayer.Character.Humanoid:EquipTool(v)
  960. end
  961. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  962. wait(0.2)
  963. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  964. wait(0.6)
  965. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  966. game:GetService("StarterGui"):SetCore("SendNotification", {
  967. Title = "Tools needed!";
  968. Text = "You need a tool in your backpack for this command!";
  969. })
  970. end
  971. end
  972. if string.sub(msg, 1, 7) == (prefix.."noclip") then
  973. noclip = true
  974. game:GetService("StarterGui"):SetCore("SendNotification", {
  975. Title = "Noclip enabled";
  976. Text = "Type ;clip to disable";
  977. })
  978. end
  979. if string.sub(msg, 1, 5) == (prefix.."clip") then
  980. noclip = false
  981. game:GetService("StarterGui"):SetCore("SendNotification", {
  982. Title = "Noclip disabled";
  983. Text = "Type ;noclip to enable";
  984. })
  985. end
  986. if string.sub(msg, 1, 7) == (prefix.."speed ") then
  987. lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 8))
  988. end
  989. if string.sub(msg, 1, 4) == (prefix.."ws ") then
  990. lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 5))
  991. end
  992. if string.sub(msg, 1, 11) == (prefix.."hipheight ") then
  993. lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 12))
  994. end
  995. if string.sub(msg, 1, 4) == (prefix.."hh ") then
  996. lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 5))
  997. end
  998. if string.sub(msg, 1, 11) == (prefix.."jumppower ") then
  999. lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 12))
  1000. end
  1001. if string.sub(msg, 1, 4) == (prefix.."jp ") then
  1002. lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 5))
  1003. end
  1004. if string.sub(msg, 1, 8) == (prefix.."default") then
  1005. lplayer.Character.Humanoid.JumpPower = 50
  1006. lplayer.Character.Humanoid.WalkSpeed = 16
  1007. lplayer.Character.Humanoid.HipHeight = 0
  1008. end
  1009. if string.sub(msg, 1, 7) == (prefix.."annoy ") then
  1010. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  1011. annoying = true
  1012. annplr = v
  1013. end
  1014. end
  1015. if string.sub(msg, 1, 8) == (prefix.."unannoy") then
  1016. annoying = false
  1017. end
  1018. if string.sub(msg, 1, 10) == (prefix.."headwalk ") then
  1019. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  1020. hwalk = true
  1021. hdwplr = v
  1022. end
  1023. end
  1024. if string.sub(msg, 1, 11) == (prefix.."unheadwalk") then
  1025. hwalk = false
  1026. end
  1027. if string.sub(msg, 1, 8) == (prefix.."nolimbs") then
  1028. lplayer.Character["Left Leg"]:Destroy()
  1029. lplayer.Character["Left Arm"]:Destroy()
  1030. lplayer.Character["Right Leg"]:Destroy()
  1031. lplayer.Character["Right Arm"]:Destroy()
  1032. end
  1033. if string.sub(msg, 1, 4) == (prefix.."god") then
  1034. lplayer.Character.Humanoid.Name = 1
  1035. local l = lplayer.Character["1"]:Clone()
  1036. l.Parent = lplayer.Character
  1037. l.Name = "Humanoid"
  1038. wait(0.1)
  1039. lplayer.Character["1"]:Destroy()
  1040. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1041. lplayer.Character.Animate.Disabled = true
  1042. wait(0.1)
  1043. lplayer.Character.Animate.Disabled = false
  1044. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1045. game:GetService("StarterGui"):SetCore("SendNotification", {
  1046. Title = "FE Godmode enabled";
  1047. Text = "Use ;grespawn or ;respawn to remove";
  1048. })
  1049. end
  1050. if string.sub(msg, 1, 9) == (prefix.."drophats") then
  1051. for i,v in pairs(lplayer.Character:GetChildren()) do
  1052. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  1053. v.Parent = workspace
  1054. end
  1055. end
  1056. end
  1057. if string.sub(msg, 1, 9) == (prefix.."droptool") then
  1058. for i,v in pairs(lplayer.Character:GetChildren()) do
  1059. if (v:IsA("Tool")) then
  1060. v.Parent = workspace
  1061. end
  1062. end
  1063. end
  1064. if string.sub(msg, 1, 10) == (prefix.."loopdhats") then
  1065. droppinghats = true
  1066. game:GetService("StarterGui"):SetCore("SendNotification", {
  1067. Title = "Loop Drop Enabled";
  1068. Text = "Type ;unloopdhats to disable";
  1069. })
  1070. end
  1071. if string.sub(msg, 1, 12) == (prefix.."unloopdhats") then
  1072. droppinghats = false
  1073. game:GetService("StarterGui"):SetCore("SendNotification", {
  1074. Title = "Loop Drop Disabled";
  1075. Text = "Type ;loopdhats to enable.";
  1076. })
  1077. end
  1078. if string.sub(msg, 1, 10) == (prefix.."loopdtool") then
  1079. droppingtools = true
  1080. game:GetService("StarterGui"):SetCore("SendNotification", {
  1081. Title = "Loop Drop Enabled";
  1082. Text = "Type ;unloopdtool to disable";
  1083. })
  1084. end
  1085. if string.sub(msg, 1, 12) == (prefix.."unloopdtool") then
  1086. droppingtools = false
  1087. game:GetService("StarterGui"):SetCore("SendNotification", {
  1088. Title = "Loop Drop Disabled";
  1089. Text = "Type ;loopdtool to enable.";
  1090. })
  1091. end
  1092. if string.sub(msg, 1, 10) == (prefix.."invisible") then -- Credit to Timeless
  1093. Local = game:GetService('Players').LocalPlayer
  1094. Char = Local.Character
  1095. touched,tpdback = false, false
  1096. box = Instance.new('Part',workspace)
  1097. box.Anchored = true
  1098. box.CanCollide = true
  1099. box.Size = Vector3.new(10,1,10)
  1100. box.Position = Vector3.new(0,10000,0)
  1101. box.Touched:connect(function(part)
  1102. if (part.Parent.Name == Local.Name) then
  1103. if touched == false then
  1104. touched = true
  1105. function apply()
  1106. if script.Disabled ~= true then
  1107. no = Char.HumanoidRootPart:Clone()
  1108. wait(.25)
  1109. Char.HumanoidRootPart:Destroy()
  1110. no.Parent = Char
  1111. Char:MoveTo(loc)
  1112. touched = false
  1113. end end
  1114. if Char then
  1115. apply()
  1116. end
  1117. end
  1118. end
  1119. end)
  1120. repeat wait() until Char
  1121. loc = Char.HumanoidRootPart.Position
  1122. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  1123. game:GetService("StarterGui"):SetCore("SendNotification", {
  1124. Title = "Invisibility enabled!";
  1125. Text = "Reset or use ;respawn to remove.";
  1126. })
  1127. end
  1128. if string.sub(msg, 1, 6) == (prefix.."view ") then
  1129. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1130. if game:GetService("Players")[v.Name].Character.Humanoid then
  1131. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  1132. else
  1133. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  1134. end
  1135. end
  1136. end
  1137. if string.sub(msg, 1, 7) == (prefix.."unview") then
  1138. if lplayer.Character.Humanoid then
  1139. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  1140. else
  1141. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  1142. end
  1143. end
  1144. if string.sub(msg, 1, 6) == (prefix.."goto ") then
  1145. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1146. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1147. end
  1148. end
  1149. if string.sub(msg, 1, 4) == (prefix.."fly") then
  1150. repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  1151. repeat wait() until Mouse
  1152.  
  1153. local T = lplayer.Character.HumanoidRootPart
  1154. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  1155. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  1156. local SPEED = speedget
  1157.  
  1158. local function fly()
  1159. flying = true
  1160. local BG = Instance.new('BodyGyro', T)
  1161. local BV = Instance.new('BodyVelocity', T)
  1162. BG.P = 9e4
  1163. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  1164. BG.cframe = T.CFrame
  1165. BV.velocity = Vector3.new(0, 0.1, 0)
  1166. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1167. spawn(function()
  1168. repeat wait()
  1169. lplayer.Character.Humanoid.PlatformStand = true
  1170. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  1171. SPEED = 50
  1172. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  1173. SPEED = 0
  1174. end
  1175. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  1176. 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
  1177. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  1178. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  1179. 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
  1180. else
  1181. BV.velocity = Vector3.new(0, 0.1, 0)
  1182. end
  1183. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  1184. until not flying
  1185. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  1186. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  1187. SPEED = 0
  1188. BG:destroy()
  1189. BV:destroy()
  1190. lplayer.Character.Humanoid.PlatformStand = false
  1191. end)
  1192. end
  1193. Mouse.KeyDown:connect(function(KEY)
  1194. if KEY:lower() == 'w' then
  1195. CONTROL.F = speedfly
  1196. elseif KEY:lower() == 's' then
  1197. CONTROL.B = -speedfly
  1198. elseif KEY:lower() == 'a' then
  1199. CONTROL.L = -speedfly
  1200. elseif KEY:lower() == 'd' then
  1201. CONTROL.R = speedfly
  1202. end
  1203. end)
  1204. Mouse.KeyUp:connect(function(KEY)
  1205. if KEY:lower() == 'w' then
  1206. CONTROL.F = 0
  1207. elseif KEY:lower() == 's' then
  1208. CONTROL.B = 0
  1209. elseif KEY:lower() == 'a' then
  1210. CONTROL.L = 0
  1211. elseif KEY:lower() == 'd' then
  1212. CONTROL.R = 0
  1213. end
  1214. end)
  1215. fly()
  1216. end
  1217. if string.sub(msg, 1, 6) == (prefix.."unfly") then
  1218. flying = false
  1219. lplayer.Character.Humanoid.PlatformStand = false
  1220. end
  1221. if string.sub(msg, 1, 6) == (prefix.."chat ") then
  1222. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(msg, 7)), "All")
  1223. end
  1224. if string.sub(msg, 1, 6) == (prefix.."spam ") then
  1225. spamtext = (string.sub(msg, 7))
  1226. spamming = true
  1227. end
  1228. if string.sub(msg, 1, 7) == (prefix.."unspam") then
  1229. spamming = false
  1230. end
  1231. if string.sub(msg, 1, 10) == (prefix.."spamwait ") then
  1232. spamdelay = (string.sub(msg, 11))
  1233. end
  1234. if string.sub(msg, 1, 8) == (prefix.."pmspam ") then
  1235. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1236. pmspammed = v.Name
  1237. spammingpm = true
  1238. end
  1239. end
  1240. if string.sub(msg, 1, 9) == (prefix.."unpmspam") then
  1241. spammingpm = false
  1242. end
  1243. if string.sub(msg, 1, 9) == (prefix.."cfreeze ") then
  1244. for i,v in pairs(GetPlayer(string.sub(msg, 10))) do
  1245. v.Character["Left Leg"].Anchored = true
  1246. v.Character["Left Arm"].Anchored = true
  1247. v.Character["Right Leg"].Anchored = true
  1248. v.Character["Right Arm"].Anchored = true
  1249. v.Character.Torso.Anchored = true
  1250. v.Character.Head.Anchored = true
  1251. end
  1252. end
  1253. if string.sub(msg, 1, 11) == (prefix.."uncfreeze ") then
  1254. for i,v in pairs(GetPlayer(string.sub(msg, 12))) do
  1255. v.Character["Left Leg"].Anchored = false
  1256. v.Character["Left Arm"].Anchored = false
  1257. v.Character["Right Leg"].Anchored = false
  1258. v.Character["Right Arm"].Anchored = false
  1259. v.Character.Torso.Anchored = false
  1260. v.Character.Head.Anchored = false
  1261. end
  1262. end
  1263. if string.sub(msg, 1, 9) == (prefix.."unlockws") then
  1264. local a = game:GetService("Workspace"):getChildren()
  1265. for i = 1, #a do
  1266. if a[i].className == "Part" then
  1267. a[i].Locked = false
  1268. elseif a[i].className == "Model" then
  1269. local r = a[i]:getChildren()
  1270. for i = 1, #r do
  1271. if r[i].className == "Part" then
  1272. r[i].Locked = false
  1273. end
  1274. end
  1275. end
  1276. end
  1277. game:GetService("StarterGui"):SetCore("SendNotification", {
  1278. Title = "Success!";
  1279. Text = "Workspace unlocked. Use ;lockws to lock.";
  1280. })
  1281. end
  1282. if string.sub(msg, 1, 7) == (prefix.."lockws") then
  1283. local a = game:GetService("Workspace"):getChildren()
  1284. for i = 1, #a do
  1285. if a[i].className == "Part" then
  1286. a[i].Locked = true
  1287. elseif a[i].className == "Model" then
  1288. local r = a[i]:getChildren()
  1289. for i = 1, #r do
  1290. if r[i].className == "Part" then
  1291. r[i].Locked = true
  1292. end
  1293. end
  1294. end
  1295. end
  1296. end
  1297. if string.sub(msg, 1, 7) == (prefix.."btools") then
  1298. local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  1299. Clone_T.BinType = "Clone"
  1300. local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  1301. Destruct.BinType = "Hammer"
  1302. local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  1303. Hold_T.BinType = "Grab"
  1304. end
  1305. if string.sub(msg, 1, 7) == (prefix.."pstand") then
  1306. lplayer.Character.Humanoid.PlatformStand = true
  1307. end
  1308. if string.sub(msg, 1, 9) == (prefix.."unpstand") then
  1309. lplayer.Character.Humanoid.PlatformStand = false
  1310. end
  1311. if string.sub(msg, 1, 10) == (prefix.."blockhead") then
  1312. lplayer.Character.Head.Mesh:Destroy()
  1313. end
  1314. if string.sub(msg, 1, 4) == (prefix.."sit") then
  1315. lplayer.Character.Humanoid.Sit = true
  1316. end
  1317. if string.sub(msg, 1, 10) == (prefix.."bringobj ") then
  1318. local function bringobjw()
  1319. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  1320. if obj.Name == (string.sub(msg, 11)) then
  1321. obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  1322. obj.CanCollide = false
  1323. obj.Transparency = 0.7
  1324. wait()
  1325. obj.CFrame = lplayer.Character["Left Leg"].CFrame
  1326. wait()
  1327. obj.CFrame = lplayer.Character["Right Leg"].CFrame
  1328. wait()
  1329. obj.CFrame = lplayer.Character["Head"].CFrame
  1330. end
  1331. end
  1332. end
  1333. while wait() do
  1334. bringobjw()
  1335. end
  1336. game:GetService("StarterGui"):SetCore("SendNotification", {
  1337. Title = "BringObj";
  1338. Text = "BringObj enabled.";
  1339. })
  1340. end
  1341. if string.sub(msg, 1, 7) == (prefix.."wsvis ") then
  1342. vis = (string.sub(msg, 8))
  1343. local a = game:GetService("Workspace"):GetDescendants()
  1344. for i = 1, #a do
  1345. if a[i].className == "Part" then
  1346. a[i].Transparency = vis
  1347. elseif a[i].className == "Model" then
  1348. local r = a[i]:getChildren()
  1349. for i = 1, #r do
  1350. if r[i].className == "Part" then
  1351. r[i].Transparency = vis
  1352. end
  1353. end
  1354. end
  1355. end
  1356. end
  1357. if string.sub(msg, 1, 11) == (prefix.."hypertotal") then
  1358. loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  1359. game:GetService("StarterGui"):SetCore("SendNotification", {
  1360. Title = "Success!";
  1361. Text = "HyperTotal GUI Loaded!";
  1362. })
  1363. end
  1364. if string.sub(msg, 1, 5) == (prefix.."cmds") then
  1365. CMDSFRAME.Visible = true
  1366. end
  1367. if string.sub(msg, 1, 10) == (prefix.."rmeshhats") then
  1368. for i,v in pairs(lplayer.Character:GetChildren()) do
  1369. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  1370. v.Handle.Mesh:Destroy()
  1371. end
  1372. end
  1373. end
  1374. if string.sub(msg, 1, 10) == (prefix.."blockhats") then
  1375. for i,v in pairs(lplayer.Character:GetChildren()) do
  1376. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  1377. v.Handle.Mesh:Destroy()
  1378. end
  1379. end
  1380. end
  1381. if string.sub(msg, 1, 10) == (prefix.."rmeshtool") then
  1382. for i,v in pairs(lplayer.Character:GetChildren()) do
  1383. if (v:IsA("Tool")) then
  1384. v.Handle.Mesh:Destroy()
  1385. end
  1386. end
  1387. end
  1388. if string.sub(msg, 1, 10) == (prefix.."blocktool") then
  1389. for i,v in pairs(lplayer.Character:GetChildren()) do
  1390. if (v:IsA("Tool")) then
  1391. v.Handle.Mesh:Destroy()
  1392. end
  1393. end
  1394. end
  1395. if string.sub(msg, 1, 8) == (prefix.."spinner") then
  1396. local p = Instance.new("RocketPropulsion")
  1397. p.Parent = lplayer.Character.HumanoidRootPart
  1398. p.Name = "Spinner"
  1399. p.Target = lplayer.Character["Left Arm"]
  1400. p:Fire()
  1401. game:GetService("StarterGui"):SetCore("SendNotification", {
  1402. Title = "Spinner enabled";
  1403. Text = "Type ;nospinner to disable.";
  1404. })
  1405. end
  1406. if string.sub(msg, 1, 10) == (prefix.."nospinner") then
  1407. lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  1408. end
  1409. if string.sub(msg, 1, 7) == (prefix.."reachd") then
  1410. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  1411. if v:isA("Tool") then
  1412. local a = Instance.new("SelectionBox",v.Handle)
  1413. a.Adornee = v.Handle
  1414. v.Handle.Size = Vector3.new(0.5,0.5,60)
  1415. v.GripPos = Vector3.new(0,0,0)
  1416. lplayer.Character.Humanoid:UnequipTools()
  1417. end
  1418. end
  1419. game:GetService("StarterGui"):SetCore("SendNotification", {
  1420. Title = "Reach applied!";
  1421. Text = "Applied to equipped sword. Use ;noreach to disable.";
  1422. })
  1423. end
  1424. if string.sub(msg, 1, 7) == (prefix.."reach ") then
  1425. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  1426. if v:isA("Tool") then
  1427. handleSize = v.Handle.Size
  1428. wait()
  1429. local a = Instance.new("SelectionBox",v.Handle)
  1430. a.Name = "a"
  1431. a.Adornee = v.Handle
  1432. v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(msg, 8)))
  1433. v.GripPos = Vector3.new(0,0,0)
  1434. lplayer.Character.Humanoid:UnequipTools()
  1435. end
  1436. end
  1437. game:GetService("StarterGui"):SetCore("SendNotification", {
  1438. Title = "Reach applied!";
  1439. Text = "Applied to equipped sword. Use ;noreach to disable.";
  1440. })
  1441. end
  1442. if string.sub(msg, 1, 8) == (prefix.."noreach") then
  1443. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  1444. if v:isA("Tool") then
  1445. v.Handle.a:Destroy()
  1446. v.Handle.Size = handleSize
  1447. end
  1448. end
  1449. game:GetService("StarterGui"):SetCore("SendNotification", {
  1450. Title = "Reach removed!";
  1451. Text = "Removed reach from equipped sword.";
  1452. })
  1453. end
  1454. if string.sub(msg, 1, 7) == (prefix.."rkill ") then
  1455. for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  1456. lplayer.Character.Humanoid.Name = 1
  1457. local l = lplayer.Character["1"]:Clone()
  1458. l.Parent = lplayer.Character
  1459. l.Name = "Humanoid"
  1460. wait(0.1)
  1461. lplayer.Character["1"]:Destroy()
  1462. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1463. lplayer.Character.Animate.Disabled = true
  1464. wait(0.1)
  1465. lplayer.Character.Animate.Disabled = false
  1466. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1467. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1468. lplayer.Character.Humanoid:EquipTool(v)
  1469. end
  1470. wait(0.1)
  1471. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1472. wait(0.2)
  1473. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1474. wait(0.5)
  1475. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  1476. game:GetService("StarterGui"):SetCore("SendNotification", {
  1477. Title = "Tools needed!";
  1478. Text = "You need a tool in your backpack for this command!";
  1479. })
  1480. end
  1481. end
  1482. if string.sub(msg, 1, 7) == (prefix.."tp me ") then
  1483. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  1484. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1485. end
  1486. end
  1487. if string.sub(msg, 1, 8) == (prefix.."cbring ") then
  1488. if (string.sub(msg, 9)) == "all" or (string.sub(msg, 9)) == "All" or (string.sub(msg, 9)) == "ALL" then
  1489. cbringall = true
  1490. else
  1491. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1492. brplr = v.Name
  1493. end
  1494. end
  1495. cbring = true
  1496. end
  1497. if string.sub(msg, 1, 9) == (prefix.."uncbring") then
  1498. cbring = false
  1499. cbringall = false
  1500. end
  1501. if string.sub(msg, 1, 6) == (prefix.."swap ") then
  1502. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1503. local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1504. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  1505. lplayer.Character.Humanoid.Name = 1
  1506. local l = lplayer.Character["1"]:Clone()
  1507. l.Parent = lplayer.Character
  1508. l.Name = "Humanoid"
  1509. wait(0.1)
  1510. lplayer.Character["1"]:Destroy()
  1511. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1512. lplayer.Character.Animate.Disabled = true
  1513. wait(0.1)
  1514. lplayer.Character.Animate.Disabled = false
  1515. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1516. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1517. lplayer.Character.Humanoid:EquipTool(v)
  1518. end
  1519. local function tp(player,player2)
  1520. local char1,char2=player.Character,player2.Character
  1521. if char1 and char2 then
  1522. char1:MoveTo(char2.Head.Position)
  1523. end
  1524. end
  1525. wait(0.1)
  1526. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1527. wait(0.2)
  1528. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1529. wait(0.5)
  1530. lplayer.Character.HumanoidRootPart.CFrame = NOW
  1531. wait(0.6)
  1532. tp(lplayer, game:GetService("Players")[v.Name])
  1533. wait(0.4)
  1534. lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  1535. game:GetService("StarterGui"):SetCore("SendNotification", {
  1536. Title = "Tools needed!";
  1537. Text = "You need a tool in your backpack for this command!";
  1538. })
  1539. end
  1540. end
  1541. if string.sub(msg, 1, 8) == (prefix.."glitch ") then
  1542. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1543. lplayer.Character.Humanoid.Name = 1
  1544. local l = lplayer.Character["1"]:Clone()
  1545. l.Parent = lplayer.Character
  1546. l.Name = "Humanoid"
  1547. wait(0.1)
  1548. lplayer.Character["1"]:Destroy()
  1549. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1550. lplayer.Character.Animate.Disabled = true
  1551. wait(0.1)
  1552. lplayer.Character.Animate.Disabled = false
  1553. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1554. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1555. lplayer.Character.Humanoid:EquipTool(v)
  1556. end
  1557. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  1558. wait(0.3)
  1559. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  1560. wait(0.4)
  1561. b = Instance.new("BodyForce")
  1562. b.Parent = lplayer.Character.HumanoidRootPart
  1563. b.Name = "Glitch"
  1564. b.Force = Vector3.new(100000000,5000,0)
  1565. game:GetService("StarterGui"):SetCore("SendNotification", {
  1566. Title = "Tools needed!";
  1567. Text = "You need a tool in your backpack for this command!";
  1568. })
  1569. end
  1570. end
  1571. if string.sub(msg, 1, 9) == (prefix.."unglitch") then
  1572. lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  1573. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  1574. b = Instance.new("BodyForce")
  1575. b.Parent = lplayer.Character.HumanoidRootPart
  1576. b.Name = "unGlitch"
  1577. b.Force = Vector3.new(0,-5000000,0)
  1578. wait(2)
  1579. lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  1580. end
  1581. if string.sub(msg, 1, 9) == (prefix.."grespawn") then
  1582. lplayer.Character.Humanoid.Health = 0
  1583. wait(1)
  1584. lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  1585. lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  1586. end
  1587. if string.sub(msg, 1, 9) == (prefix.."explorer") then
  1588. loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  1589. game:GetService("StarterGui"):SetCore("SendNotification", {
  1590. Title = "Success!";
  1591. Text = "DEX Explorer has loaded.";
  1592. })
  1593. end
  1594. if string.sub(msg, 1, 6) == (prefix.."anim ") then
  1595. local Anim = Instance.new("Animation")
  1596. Anim.AnimationId = "rbxassetid://"..(string.sub(msg, 7))
  1597. local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  1598. track:Play(.1, 1, 1)
  1599. end
  1600. if string.sub(msg, 1, 8) == (prefix.."animgui") then
  1601. loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  1602. game:GetService("StarterGui"):SetCore("SendNotification", {
  1603. Title = "Success!";
  1604. Text = "Energize Animations GUI has loaded.";
  1605. })
  1606. end
  1607. if string.sub(msg, 1, 8) == (prefix.."savepos") then
  1608. saved = lplayer.Character.HumanoidRootPart.CFrame
  1609. game:GetService("StarterGui"):SetCore("SendNotification", {
  1610. Title = "Position Saved";
  1611. Text = "Use ;loadpos to return to saved position.";
  1612. })
  1613. end
  1614. if string.sub(msg, 1, 8) == (prefix.."loadpos") then
  1615. lplayer.Character.HumanoidRootPart.CFrame = saved
  1616. end
  1617. if string.sub(msg, 1, 6) == (prefix.."bang ") then
  1618. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1619. local Anim2 = Instance.new("Animation")
  1620. Anim2.AnimationId = "rbxassetid://148840371"
  1621. local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  1622. track2:Play(.1, 1, 1)
  1623. bplrr = v.Name
  1624. banpl = true
  1625. end
  1626. end
  1627. if string.sub(msg, 1, 7) == (prefix.."unbang") then
  1628. banpl = false
  1629. end
  1630. if string.sub(msg, 1, 10) == (prefix.."bringmod ") then
  1631. local function bringmodw()
  1632. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  1633. if obj.Name == (string.sub(msg, 11)) then
  1634. for i,ch in pairs(obj:GetDescendants()) do
  1635. if (ch:IsA("BasePart")) then
  1636. ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  1637. ch.CanCollide = false
  1638. ch.Transparency = 0.7
  1639. wait()
  1640. ch.CFrame = lplayer.Character["Left Leg"].CFrame
  1641. wait()
  1642. ch.CFrame = lplayer.Character["Right Leg"].CFrame
  1643. wait()
  1644. ch.CFrame = lplayer.Character["Head"].CFrame
  1645. end
  1646. end
  1647. end
  1648. end
  1649. end
  1650. while wait() do
  1651. bringmodw()
  1652. end
  1653. game:GetService("StarterGui"):SetCore("SendNotification", {
  1654. Title = "BringMod";
  1655. Text = "BringMod enabled.";
  1656. })
  1657. end
  1658. if string.sub(msg, 1, 8) == (prefix.."respawn") then
  1659. local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  1660. local hum = Instance.new('Humanoid', mod)
  1661. local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  1662. lplayer.Character = mod
  1663. end
  1664. if string.sub(msg, 1, 9) == (prefix.."shutdown") then
  1665. game:GetService'RunService'.Stepped:Connect(function()
  1666. pcall(function()
  1667. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  1668. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  1669. for _,x in pairs(v.Character.Head:GetChildren()) do
  1670. if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  1671. end
  1672. end
  1673. end
  1674. end)
  1675. end)
  1676. game:GetService("StarterGui"):SetCore("SendNotification", {
  1677. Title = "Attempting Shutdown";
  1678. Text = "Shutdown Attempt has begun.";
  1679. })
  1680. end
  1681. if string.sub(msg, 1, 8) == (prefix.."delobj ") then
  1682. objtodel = (string.sub(msg, 9))
  1683. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  1684. if v.Name == objtodel then
  1685. v:Destroy()
  1686. end
  1687. end
  1688. end
  1689. if string.sub(msg, 1, 8) == (prefix.."getplrs") then
  1690. for i,v in pairs(game:GetService("Players"):GetPlayers())do
  1691. print(v)
  1692. end
  1693. game:GetService("StarterGui"):SetCore("SendNotification", {
  1694. Title = "Printed";
  1695. Text = "Players have been printed to console. (F9)";
  1696. })
  1697. end
  1698. if string.sub(msg, 1, 9) == (prefix.."deldecal") then
  1699. for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  1700. if (v:IsA("Decal")) then
  1701. v:Destroy()
  1702. end
  1703. end
  1704. end
  1705. if string.sub(msg, 1, 11) == (prefix.."opfinality") then
  1706. loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  1707. game:GetService("StarterGui"):SetCore("SendNotification", {
  1708. Title = "Success!";
  1709. Text = "OpFinality GUI has loaded.";
  1710. })
  1711. end
  1712. if string.sub(msg, 1, 8) == (prefix.."remotes") then
  1713. remotes = true
  1714. added = true
  1715. game.DescendantAdded:connect(function(rmt)
  1716. if added == true then
  1717. if remotes == true then
  1718. if rmt:IsA("RemoteEvent") then
  1719. print("A RemoteEvent was added!")
  1720. print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  1721. print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  1722. end end end
  1723. end)
  1724. game.DescendantAdded:connect(function(rmtfnctn)
  1725. if added == true then
  1726. if remotes == true then
  1727. if rmtfnctn:IsA("RemoteFunction") then
  1728. warn("A RemoteFunction was added!")
  1729. warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  1730. print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  1731. end end end
  1732. end)
  1733.  
  1734. game.DescendantAdded:connect(function(bndfnctn)
  1735. if added == true then
  1736. if binds == true then
  1737. if bndfnctn:IsA("BindableFunction") then
  1738. print("A BindableFunction was added!")
  1739. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  1740. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  1741. end end end
  1742. end)
  1743.  
  1744. game.DescendantAdded:connect(function(bnd)
  1745. if added == true then
  1746. if binds == true then
  1747. if bnd:IsA("BindableEvent") then
  1748. warn("A BindableEvent was added!")
  1749. warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  1750. print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  1751. end end end
  1752. end)
  1753.  
  1754.  
  1755. if binds == true then
  1756. for i,v in pairs(game:GetDescendants()) do
  1757. if v:IsA("BindableFunction") then
  1758. print(" game." .. v:GetFullName() .. " | BindableFunction")
  1759. print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  1760. end end
  1761. for i,v in pairs(game:GetDescendants()) do
  1762. if v:IsA("BindableEvent") then
  1763. warn(" game." .. v:GetFullName() .. " | BindableEvent")
  1764. print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  1765. end end
  1766. else
  1767. print("Off")
  1768. end
  1769. if remotes == true then
  1770. for i,v in pairs(game:GetDescendants()) do
  1771. if v:IsA("RemoteFunction") then
  1772. warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  1773. print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  1774. end end
  1775. wait()
  1776. for i,v in pairs(game:GetDescendants()) do
  1777. if v:IsA("RemoteEvent") then
  1778. print(" game." .. v:GetFullName() .. " | RemoteEvent")
  1779. print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  1780. end end
  1781. else
  1782. print("Off")
  1783. end
  1784. game:GetService("StarterGui"):SetCore("SendNotification", {
  1785. Title = "Printing Remotes";
  1786. Text = "Type ;noremotes to disable.";
  1787. })
  1788. end
  1789. if string.sub(msg, 1, 10) == (prefix.."noremotes") then
  1790. remotes = false
  1791. added = false
  1792. game:GetService("StarterGui"):SetCore("SendNotification", {
  1793. Title = "Printing Remotes Disabled";
  1794. Text = "Type ;remotes to enable.";
  1795. })
  1796. end
  1797. if string.sub(msg, 1, 10) == (prefix.."tpdefault") then
  1798. spin = false
  1799. followed = false
  1800. traill = false
  1801. noclip = false
  1802. annoying = false
  1803. hwalk = false
  1804. cbringing = false
  1805. end
  1806. if string.sub(msg, 1, 8) == (prefix.."stopsit") then
  1807. stopsitting = true
  1808. end
  1809. if string.sub(msg, 1, 6) == (prefix.."gosit") then
  1810. stopsitting = false
  1811. end
  1812. if string.sub(msg, 1, 8) == (prefix.."version") then
  1813. print(adminversion)
  1814. game:GetService("StarterGui"):SetCore("SendNotification", {
  1815. Title = "Version";
  1816. Text = adminversion;
  1817. })
  1818. end
  1819. if string.sub(msg, 1, 8) == (prefix.."clicktp") then
  1820. clickgoto = true
  1821. game:GetService("StarterGui"):SetCore("SendNotification", {
  1822. Title = "Click TP";
  1823. Text = "Press E to teleport to mouse position, ;noclicktp to stop";
  1824. })
  1825. end
  1826. if string.sub(msg, 1, 9) == (prefix.."clickdel") then
  1827. clickdel = true
  1828. game:GetService("StarterGui"):SetCore("SendNotification", {
  1829. Title = "Click Delete";
  1830. Text = "Press E to delete part at mouse, ;noclickdel to stop";
  1831. })
  1832. end
  1833. if string.sub(msg, 1, 11) == (prefix.."noclickdel") then
  1834. clickdel = false
  1835. game:GetService("StarterGui"):SetCore("SendNotification", {
  1836. Title = "Click Delete";
  1837. Text = "Click delete has been disabled.";
  1838. })
  1839. end
  1840. if string.sub(msg, 1, 10) == (prefix.."noclicktp") then
  1841. clickgoto = false
  1842. game:GetService("StarterGui"):SetCore("SendNotification", {
  1843. Title = "Click TP";
  1844. Text = "Click TP has been disabled.";
  1845. })
  1846. end
  1847. if string.sub(msg, 1, 8) == (prefix.."toolson") then
  1848. gettingtools = true
  1849. game:GetService("StarterGui"):SetCore("SendNotification", {
  1850. Title = "Tools Enabled";
  1851. Text = "Automatically colleting tools dropped.";
  1852. })
  1853. end
  1854. if string.sub(msg, 1, 9) == (prefix.."toolsoff") then
  1855. gettingtools = false
  1856. game:GetService("StarterGui"):SetCore("SendNotification", {
  1857. Title = "Tools Disabled";
  1858. Text = "Click TP has been disabled.";
  1859. })
  1860. end
  1861. if string.sub(msg, 1, 10) == (prefix.."delcmdbar") then
  1862. ScreenGui:Destroy()
  1863. end
  1864. if string.sub(msg, 1, 6) == (prefix.."reset") then
  1865. lplayer.Character.Head:Destroy()
  1866. end
  1867. if string.sub(msg, 1, 7) == (prefix.."state ") then
  1868. statechosen = string.sub(msg, 8)
  1869. changingstate = true
  1870. end
  1871. if string.sub(msg, 1, 9) == (prefix.."gravity ") then
  1872. game:GetService("Workspace").Gravity = string.sub(msg, 10)
  1873. end
  1874. if string.sub(msg, 1, 10) == (prefix.."looprhats") then
  1875. removingmeshhats = true
  1876. end
  1877. if string.sub(msg, 1, 12) == (prefix.."unlooprhats") then
  1878. removingmeshhats = false
  1879. end
  1880. if string.sub(msg, 1, 10) == (prefix.."looprtool") then
  1881. removingmeshtool = true
  1882. end
  1883. if string.sub(msg, 1, 12) == (prefix.."unlooprtool") then
  1884. removingmeshtool = false
  1885. end
  1886. if string.sub(msg, 1, 10) == (prefix.."givetool ") then
  1887. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  1888. if v:IsA("Tool") then
  1889. for i,player in pairs(GetPlayer(string.sub(msg, 11))) do
  1890. v.Parent = player.Character
  1891. end
  1892. end
  1893. end
  1894. end
  1895. if string.sub(msg, 1, 14) == (prefix.."givealltools ") then
  1896. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  1897. if v:IsA("Tool") then
  1898. v.Parent = lplayer.Character
  1899. wait()
  1900. for i,player in pairs(GetPlayer(string.sub(msg, 15))) do
  1901. v.Parent = player.Character
  1902. end
  1903. end
  1904. end
  1905. end
  1906. if string.sub(msg, 1, 5) == (prefix.."age ") then
  1907. for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  1908. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  1909. end
  1910. end
  1911. if string.sub(msg, 1, 4) == (prefix.."id ") then
  1912. for i,player in pairs(GetPlayer(string.sub(msg, 5))) do
  1913. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  1914. end
  1915. end
  1916. if string.sub(msg, 1, 6) == (prefix..".age ") then
  1917. for i,player in pairs(GetPlayer(string.sub(msg, 7))) do
  1918. game:GetService("StarterGui"):SetCore("SendNotification", {
  1919. Title = player.AccountAge.." Days";
  1920. Text = "Account age of "..player.Name;
  1921. })
  1922. end
  1923. end
  1924. if string.sub(msg, 1, 5) == (prefix..".id ") then
  1925. for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  1926. game:GetService("StarterGui"):SetCore("SendNotification", {
  1927. Title = player.UserId.." ID";
  1928. Text = "Account ID of "..player.Name;
  1929. })
  1930. end
  1931. end
  1932. if string.sub(msg, 1, 7) == (prefix.."gameid") then
  1933. game:GetService("StarterGui"):SetCore("SendNotification", {
  1934. Title = "Game ID";
  1935. Text = "Game ID: ".. game.GameId;
  1936. })
  1937. end
  1938. if string.sub(msg, 1, 4) == (prefix.."pgs") then
  1939. local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  1940. if pgscheck == true then
  1941. game:GetService("StarterGui"):SetCore("SendNotification", {
  1942. Title = "PGSPhysicsSolverEnabled";
  1943. Text = "PGS is Enabled!";
  1944. })
  1945. else
  1946. game:GetService("StarterGui"):SetCore("SendNotification", {
  1947. Title = "PGSPhysicsSolverEnabled";
  1948. Text = "PGS is Disabled!";
  1949. })
  1950. end
  1951. end
  1952. if string.sub(msg, 1, 12) == (prefix.."removeinvis") then
  1953. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  1954. if v:IsA("Part") then
  1955. if v.Transparency == 1 then
  1956. if v.Name ~= "HumanoidRootPart" then
  1957. v:Destroy()
  1958. end
  1959. end
  1960. end
  1961. end
  1962. end
  1963. if string.sub(msg, 1, 10) == (prefix.."removefog") then
  1964. game:GetService("Lighting").FogStart = 0
  1965. game:GetService("Lighting").FogEnd = 9999999999999
  1966. end
  1967. if string.sub(msg, 1, 8) == (prefix.."disable") then
  1968. lplayer.Character.Humanoid.Parent = lplayer
  1969. end
  1970. if string.sub(msg, 1, 7) == (prefix.."enable") then
  1971. lplayer.Humanoid.Parent = lplayer.Character
  1972. end
  1973. if string.sub(msg, 1, 8) == (prefix.."prefix ") then
  1974. prefix = (string.sub(msg, 9, 9))
  1975. wait(0.1)
  1976. change()
  1977. wait(0.1)
  1978. game:GetService("StarterGui"):SetCore("SendNotification", {
  1979. Title = "Prefix changed!";
  1980. Text = "Prefix is now "..prefix..". Use ;resetprefix to reset to ;";
  1981. })
  1982. end
  1983. if string.sub(msg, 1, 12) == (";resetprefix") then
  1984. prefix = ";"
  1985. wait(0.1)
  1986. change()
  1987. wait(0.1)
  1988. game:GetService("StarterGui"):SetCore("SendNotification", {
  1989. Title = "Prefix changed!";
  1990. Text = "Prefix is now "..prefix..". Make sure it's one key!";
  1991. })
  1992. end
  1993. if string.sub(msg, 1, 10) == (prefix.."flyspeed ") then
  1994. speedfly = string.sub(msg, 11)
  1995. wait()
  1996. change()
  1997. end
  1998. if string.sub(msg, 1, 8) == (prefix.."carpet ") then
  1999. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  2000. local Anim3 = Instance.new("Animation")
  2001. Anim3.AnimationId = "rbxassetid://282574440"
  2002. local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  2003. track3:Play(.1, 1, 1)
  2004. bplrr = v.Name
  2005. banpl = true
  2006. end
  2007. end
  2008. if string.sub(msg, 1, 9) == (prefix.."uncarpet") then
  2009. banpl = false
  2010. end
  2011. if string.sub(msg, 1, 7) == (prefix.."stare ") then
  2012. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  2013. staring = true
  2014. stareplr = v
  2015. end
  2016. end
  2017. if string.sub(msg, 1, 8) == (prefix.."unstare") then
  2018. staring = false
  2019. end
  2020. if string.sub(msg, 1, 8) == (prefix.."logchat") then
  2021. chatlogs = true
  2022. game:GetService("StarterGui"):SetCore("SendNotification", {
  2023. Title = "LogChat enabled";
  2024. Text = "Now logging all player chat.";
  2025. })
  2026. end
  2027. if string.sub(msg, 1, 10) == (prefix.."unlogchat") then
  2028. chatlogs = false
  2029. game:GetService("StarterGui"):SetCore("SendNotification", {
  2030. Title = "LogChat disabled";
  2031. Text = "Stopped logging all player chat.";
  2032. })
  2033. end
  2034. if string.sub(msg, 1, 7) == (prefix.."fixcam") then
  2035. game:GetService("Workspace").CurrentCamera:Destroy()
  2036. wait(0.1)
  2037. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  2038. game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  2039. lplayer.CameraMinZoomDistance = 0.5
  2040. lplayer.CameraMaxZoomDistance = 400
  2041. lplayer.CameraMode = "Classic"
  2042. end
  2043. if string.sub(msg, 1, 8) == (prefix.."unstate") then
  2044. changingstate = false
  2045. end
  2046. end)
  2047.  
  2048. local function tp()
  2049. for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  2050. if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  2051. if player.Name == brplr then
  2052. player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 2
  2053. end
  2054. end
  2055. end
  2056. end
  2057. local function tpall()
  2058. for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  2059. if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  2060. player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 3
  2061. end
  2062. end
  2063. end
  2064. spawn(function()
  2065. while wait(spamdelay) do
  2066. if spamming == true then
  2067. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(spamtext, "All")
  2068. end
  2069. end
  2070. end)
  2071. spawn(function()
  2072. while wait(spamdelay) do
  2073. if spammingpm == true then
  2074. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/w "..pmspammed.." @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", "All")
  2075. end
  2076. end
  2077. end)
  2078. spawn(function()
  2079. while wait() do
  2080. if cbring == true then
  2081. tp()
  2082. end
  2083. end
  2084. end)
  2085. spawn(function()
  2086. while wait() do
  2087. if cbringall == true then
  2088. tpall()
  2089. end
  2090. end
  2091. end)
  2092.  
  2093. Mouse.KeyDown:connect(function(Key)
  2094. if Key == prefix then
  2095. CMDBAR:CaptureFocus()
  2096. end
  2097. end)
  2098.  
  2099. CMDBAR.FocusLost:connect(function(enterPressed)
  2100. if enterPressed then
  2101. if string.sub(CMDBAR.Text, 1, 5) == ("kill ") then
  2102. if string.sub(CMDBAR.Text, 6) == "me" then
  2103. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  2104. else
  2105. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6)))do
  2106. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2107. lplayer.Character.Humanoid.Name = 1
  2108. local l = lplayer.Character["1"]:Clone()
  2109. l.Parent = lplayer.Character
  2110. l.Name = "Humanoid"
  2111. wait(0.1)
  2112. lplayer.Character["1"]:Destroy()
  2113. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2114. lplayer.Character.Animate.Disabled = true
  2115. wait(0.1)
  2116. lplayer.Character.Animate.Disabled = false
  2117. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2118. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2119. lplayer.Character.Humanoid:EquipTool(v)
  2120. end
  2121. local function tp(player,player2)
  2122. local char1,char2=player.Character,player2.Character
  2123. if char1 and char2 then
  2124. char1:MoveTo(char2.Head.Position)
  2125. end
  2126. end
  2127. wait(0.1)
  2128. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2129. wait(0.2)
  2130. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2131. wait(0.5)
  2132. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  2133. wait(0.7)
  2134. tp(lplayer,game:GetService("Players")[v.Name])
  2135. wait(0.7)
  2136. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2137. game:GetService("StarterGui"):SetCore("SendNotification", {
  2138. Title = "Tools needed!";
  2139. Text = "You need a tool in your backpack for this command!";
  2140. })
  2141. end
  2142. end
  2143. end
  2144. if string.sub(CMDBAR.Text, 1, 6) == ("bring ") then
  2145. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  2146. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2147. lplayer.Character.Humanoid.Name = 1
  2148. local l = lplayer.Character["1"]:Clone()
  2149. l.Parent = lplayer.Character
  2150. l.Name = "Humanoid"
  2151. wait(0.1)
  2152. lplayer.Character["1"]:Destroy()
  2153. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2154. lplayer.Character.Animate.Disabled = true
  2155. wait(0.1)
  2156. lplayer.Character.Animate.Disabled = false
  2157. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2158. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2159. lplayer.Character.Humanoid:EquipTool(v)
  2160. end
  2161. local function tp(player,player2)
  2162. local char1,char2=player.Character,player2.Character
  2163. if char1 and char2 then
  2164. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  2165. end
  2166. end
  2167. local function getout(player,player2)
  2168. local char1,char2=player.Character,player2.Character
  2169. if char1 and char2 then
  2170. char1:MoveTo(char2.Head.Position)
  2171. end
  2172. end
  2173. tp(game:GetService("Players")[v.Name], lplayer)
  2174. wait(0.2)
  2175. tp(game:GetService("Players")[v.Name], lplayer)
  2176. wait(0.5)
  2177. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2178. wait(0.5)
  2179. getout(lplayer, game:GetService("Players")[v.Name])
  2180. wait(0.3)
  2181. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2182. game:GetService("StarterGui"):SetCore("SendNotification", {
  2183. Title = "Tools needed!";
  2184. Text = "You need a tool in your backpack for this command!";
  2185. })
  2186. end
  2187. end
  2188. if string.sub(CMDBAR.Text, 1, 5) == ("spin ") then
  2189. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2190. lplayer.Character.Humanoid.Name = 1
  2191. local l = lplayer.Character["1"]:Clone()
  2192. l.Parent = lplayer.Character
  2193. l.Name = "Humanoid"
  2194. wait(0.1)
  2195. lplayer.Character["1"]:Destroy()
  2196. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2197. lplayer.Character.Animate.Disabled = true
  2198. wait(0.1)
  2199. lplayer.Character.Animate.Disabled = false
  2200. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2201. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2202. lplayer.Character.Humanoid:EquipTool(v)
  2203. end
  2204. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2205. spinplr = v
  2206. wait(0.5)
  2207. spin = true
  2208. game:GetService("StarterGui"):SetCore("SendNotification", {
  2209. Title = "Tools needed!";
  2210. Text = "You need a tool in your backpack for this command!";
  2211. })
  2212. end
  2213. end
  2214. if string.sub(CMDBAR.Text, 1, 6) == ("unspin") then
  2215. spin = false
  2216. end
  2217. if string.sub(CMDBAR.Text, 1, 7) == ("attach ") then
  2218. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2219. lplayer.Character.Humanoid.Name = 1
  2220. local l = lplayer.Character["1"]:Clone()
  2221. l.Parent = lplayer.Character
  2222. l.Name = "Humanoid"
  2223. wait(0.1)
  2224. lplayer.Character["1"]:Destroy()
  2225. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2226. lplayer.Character.Animate.Disabled = true
  2227. wait(0.1)
  2228. lplayer.Character.Animate.Disabled = false
  2229. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2230. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2231. lplayer.Character.Humanoid:EquipTool(v)
  2232. end
  2233. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2234. wait(0.3)
  2235. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2236. attplr = v
  2237. game:GetService("StarterGui"):SetCore("SendNotification", {
  2238. Title = "Tools needed!";
  2239. Text = "You need a tool in your backpack for this command!";
  2240. })
  2241. end
  2242. end
  2243. if string.sub(CMDBAR.Text, 1, 9) == ("unattach ") then
  2244. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  2245. local function getout(player,player2)
  2246. local char1,char2=player.Character,player2.Character
  2247. if char1 and char2 then
  2248. char1:MoveTo(char2.Head.Position)
  2249. end
  2250. end
  2251. getout(lplayer, game:GetService("Players")[v.Name])
  2252. end
  2253. end
  2254. if string.sub(CMDBAR.Text, 1, 7) == ("follow ") then
  2255. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2256. followed = true
  2257. flwplr = v
  2258. end
  2259. end
  2260. if string.sub(CMDBAR.Text, 1, 8) == ("unfollow") then
  2261. followed = false
  2262. end
  2263. if string.sub(CMDBAR.Text, 1, 9) == ("freefall ") then
  2264. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  2265. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2266. lplayer.Character.Humanoid.Name = 1
  2267. local l = lplayer.Character["1"]:Clone()
  2268. l.Parent = lplayer.Character
  2269. l.Name = "Humanoid"
  2270. wait(0.1)
  2271. lplayer.Character["1"]:Destroy()
  2272. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2273. lplayer.Character.Animate.Disabled = true
  2274. wait(0.1)
  2275. lplayer.Character.Animate.Disabled = false
  2276. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2277. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2278. lplayer.Character.Humanoid:EquipTool(v)
  2279. end
  2280. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2281. wait(0.2)
  2282. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2283. wait(0.6)
  2284. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2285. wait(0.6)
  2286. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  2287. game:GetService("StarterGui"):SetCore("SendNotification", {
  2288. Title = "Tools needed!";
  2289. Text = "You need a tool in your backpack for this command!";
  2290. })
  2291. end
  2292. end
  2293. if string.sub(CMDBAR.Text, 1, 6) == ("trail ") then
  2294. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2295. traill = true
  2296. trlplr = v
  2297. end
  2298. end
  2299. if string.sub(CMDBAR.Text, 1, 7) == ("untrail") then
  2300. traill = false
  2301. end
  2302. if string.sub(CMDBAR.Text, 1, 6) == ("orbit ") then
  2303. if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  2304. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2305. else
  2306. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2307. local o = Instance.new("RocketPropulsion")
  2308. o.Parent = lplayer.Character.HumanoidRootPart
  2309. o.Name = "Orbit"
  2310. o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  2311. o:Fire()
  2312. noclip = true
  2313. end
  2314. end
  2315. end
  2316. if string.sub(CMDBAR.Text, 1, 7) == ("unorbit") then
  2317. lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  2318. noclip = false
  2319. end
  2320. if string.sub(CMDBAR.Text, 1, 6) == ("fling ") then
  2321. if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  2322. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2323. else
  2324. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2325. local y = Instance.new("RocketPropulsion")
  2326. y.Parent = lplayer.Character.HumanoidRootPart
  2327. y.CartoonFactor = 1
  2328. y.MaxThrust = 800000
  2329. y.MaxSpeed = 1000
  2330. y.ThrustP = 200000
  2331. y.Name = "Fling"
  2332. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  2333. y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  2334. y:Fire()
  2335. noclip = true
  2336. end
  2337. end
  2338. end
  2339. if string.sub(CMDBAR.Text, 1, 7) == ("unfling") then
  2340. noclip = false
  2341. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  2342. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  2343. wait(0.4)
  2344. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  2345. end
  2346. if string.sub(CMDBAR.Text, 1, 7) == ("fecheck") then
  2347. if game:GetService("Workspace").FilteringEnabled == true then
  2348. warn("FE is Enabled (Filtering Enabled)")
  2349. game:GetService("StarterGui"):SetCore("SendNotification", {
  2350. Title = "FE is Enabled";
  2351. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  2352. })
  2353. else
  2354. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  2355. game:GetService("StarterGui"):SetCore("SendNotification", {
  2356. Title = "FE is Disabled";
  2357. Text = "Filtering Disabled. Consider using a different admin script.";
  2358. })
  2359. end
  2360. end
  2361. if string.sub(CMDBAR.Text, 1, 5) == ("void ") then
  2362. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2363. lplayer.Character.Humanoid.Name = 1
  2364. local l = lplayer.Character["1"]:Clone()
  2365. l.Parent = lplayer.Character
  2366. l.Name = "Humanoid"
  2367. wait(0.1)
  2368. lplayer.Character["1"]:Destroy()
  2369. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2370. lplayer.Character.Animate.Disabled = true
  2371. wait(0.1)
  2372. lplayer.Character.Animate.Disabled = false
  2373. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2374. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2375. lplayer.Character.Humanoid:EquipTool(v)
  2376. end
  2377. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2378. wait(0.2)
  2379. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2380. wait(0.6)
  2381. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  2382. game:GetService("StarterGui"):SetCore("SendNotification", {
  2383. Title = "Tools needed!";
  2384. Text = "You need a tool in your backpack for this command!";
  2385. })
  2386. end
  2387. end
  2388. if string.sub(CMDBAR.Text, 1, 6) == ("noclip") then
  2389. noclip = true
  2390. game:GetService("StarterGui"):SetCore("SendNotification", {
  2391. Title = "Noclip enabled";
  2392. Text = "Type ;clip to disable";
  2393. })
  2394. end
  2395. if string.sub(CMDBAR.Text, 1, 4) == ("clip") then
  2396. noclip = false
  2397. game:GetService("StarterGui"):SetCore("SendNotification", {
  2398. Title = "Noclip disabled";
  2399. Text = "Type ;noclip to enable";
  2400. })
  2401. end
  2402. if string.sub(CMDBAR.Text, 1, 6) == ("speed ") then
  2403. lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 7))
  2404. end
  2405. if string.sub(CMDBAR.Text, 1, 3) == ("ws ") then
  2406. lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 4))
  2407. end
  2408. if string.sub(CMDBAR.Text, 1, 10) == ("hipheight ") then
  2409. lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 11))
  2410. end
  2411. if string.sub(CMDBAR.Text, 1, 3) == ("hh ") then
  2412. lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 4))
  2413. end
  2414. if string.sub(CMDBAR.Text, 1, 10) == ("jumppower ") then
  2415. lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 11))
  2416. end
  2417. if string.sub(CMDBAR.Text, 1, 3) == ("jp ") then
  2418. lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 4))
  2419. end
  2420. if string.sub(CMDBAR.Text, 1, 7) == ("default") then
  2421. lplayer.Character.Humanoid.JumpPower = 50
  2422. lplayer.Character.Humanoid.WalkSpeed = 16
  2423. lplayer.Character.Humanoid.HipHeight = 0
  2424. end
  2425. if string.sub(CMDBAR.Text, 1, 6) == ("annoy ") then
  2426. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2427. annoying = true
  2428. annplr = v
  2429. end
  2430. end
  2431. if string.sub(CMDBAR.Text, 1, 7) == ("unannoy") then
  2432. annoying = false
  2433. end
  2434. if string.sub(CMDBAR.Text, 1, 9) == ("headwalk ") then
  2435. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  2436. hwalk = true
  2437. hdwplr = v
  2438. end
  2439. end
  2440. if string.sub(CMDBAR.Text, 1, 10) == ("unheadwalk") then
  2441. hwalk = false
  2442. end
  2443. if string.sub(CMDBAR.Text, 1, 7) == ("nolimbs") then
  2444. lplayer.Character["Left Leg"]:Destroy()
  2445. lplayer.Character["Left Arm"]:Destroy()
  2446. lplayer.Character["Right Leg"]:Destroy()
  2447. lplayer.Character["Right Arm"]:Destroy()
  2448. end
  2449. if string.sub(CMDBAR.Text, 1, 3) == ("god") then
  2450. lplayer.Character.Humanoid.Name = 1
  2451. local l = lplayer.Character["1"]:Clone()
  2452. l.Parent = lplayer.Character
  2453. l.Name = "Humanoid"
  2454. wait(0.1)
  2455. lplayer.Character["1"]:Destroy()
  2456. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2457. lplayer.Character.Animate.Disabled = true
  2458. wait(0.1)
  2459. lplayer.Character.Animate.Disabled = false
  2460. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2461. game:GetService("StarterGui"):SetCore("SendNotification", {
  2462. Title = "FE Godmode enabled";
  2463. Text = "Use ;grespawn or ;respawn to remove.";
  2464. })
  2465. end
  2466. if string.sub(CMDBAR.Text, 1, 8) == ("drophats") then
  2467. for i,v in pairs(lplayer.Character:GetChildren()) do
  2468. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2469. v.Parent = workspace
  2470. end
  2471. end
  2472. end
  2473. if string.sub(CMDBAR.Text, 1, 8) == ("droptool") then
  2474. for i,v in pairs(lplayer.Character:GetChildren()) do
  2475. if (v:IsA("Tool")) then
  2476. v.Parent = workspace
  2477. end
  2478. end
  2479. end
  2480. if string.sub(CMDBAR.Text, 1, 9) == ("loopdhats") then
  2481. droppinghats = true
  2482. game:GetService("StarterGui"):SetCore("SendNotification", {
  2483. Title = "Loop Drop Enabled";
  2484. Text = "Type ;unloopdhats to disable";
  2485. })
  2486. end
  2487. if string.sub(CMDBAR.Text, 1, 11) == ("unloopdhats") then
  2488. droppinghats = false
  2489. game:GetService("StarterGui"):SetCore("SendNotification", {
  2490. Title = "Loop Drop Disabled";
  2491. Text = "Type ;loopdhats to enable.";
  2492. })
  2493. end
  2494. if string.sub(CMDBAR.Text, 1, 9) == ("loopdtool") then
  2495. droppingtools = true
  2496. game:GetService("StarterGui"):SetCore("SendNotification", {
  2497. Title = "Loop Drop Enabled";
  2498. Text = "Type ;unloopdtool to disable";
  2499. })
  2500. end
  2501. if string.sub(CMDBAR.Text, 1, 11) == ("unloopdtool") then
  2502. droppingtools = false
  2503. game:GetService("StarterGui"):SetCore("SendNotification", {
  2504. Title = "Loop Drop Disabled";
  2505. Text = "Type ;loopdtool to enable.";
  2506. })
  2507. end
  2508. if string.sub(CMDBAR.Text, 1, 9) == ("invisible") then -- Credit to Timeless
  2509. Local = game:GetService('Players').LocalPlayer
  2510. Char = Local.Character
  2511. touched,tpdback = false, false
  2512. box = Instance.new('Part',workspace)
  2513. box.Anchored = true
  2514. box.CanCollide = true
  2515. box.Size = Vector3.new(10,1,10)
  2516. box.Position = Vector3.new(0,10000,0)
  2517. box.Touched:connect(function(part)
  2518. if (part.Parent.Name == Local.Name) then
  2519. if touched == false then
  2520. touched = true
  2521. function apply()
  2522. if script.Disabled ~= true then
  2523. no = Char.HumanoidRootPart:Clone()
  2524. wait(.25)
  2525. Char.HumanoidRootPart:Destroy()
  2526. no.Parent = Char
  2527. Char:MoveTo(loc)
  2528. touched = false
  2529. end end
  2530. if Char then
  2531. apply()
  2532. end
  2533. end
  2534. end
  2535. end)
  2536. repeat wait() until Char
  2537. loc = Char.HumanoidRootPart.Position
  2538. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  2539. game:GetService("StarterGui"):SetCore("SendNotification", {
  2540. Title = "Invisibility enabled!";
  2541. Text = "Reset or use ;respawn to remove.";
  2542. })
  2543. end
  2544. if string.sub(CMDBAR.Text, 1, 5) == ("view ") then
  2545. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2546. if game:GetService("Players")[v.Name].Character.Humanoid then
  2547. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  2548. else
  2549. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  2550. end
  2551. end
  2552. end
  2553. if string.sub(CMDBAR.Text, 1, 6) == ("unview") then
  2554. if lplayer.Character.Humanoid then
  2555. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  2556. else
  2557. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  2558. end
  2559. end
  2560. if string.sub(CMDBAR.Text, 1, 5) == ("goto ") then
  2561. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2562. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2563. end
  2564. end
  2565. if string.sub(CMDBAR.Text, 1, 3) == ("fly") then
  2566. repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  2567. repeat wait() until Mouse
  2568.  
  2569. local T = lplayer.Character.HumanoidRootPart
  2570. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  2571. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  2572. local SPEED = speedget
  2573.  
  2574. local function fly()
  2575. flying = true
  2576. local BG = Instance.new('BodyGyro', T)
  2577. local BV = Instance.new('BodyVelocity', T)
  2578. BG.P = 9e4
  2579. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  2580. BG.cframe = T.CFrame
  2581. BV.velocity = Vector3.new(0, 0.1, 0)
  2582. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  2583. spawn(function()
  2584. repeat wait()
  2585. lplayer.Character.Humanoid.PlatformStand = true
  2586. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  2587. SPEED = 50
  2588. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  2589. SPEED = 0
  2590. end
  2591. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  2592. 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
  2593. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  2594. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  2595. 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
  2596. else
  2597. BV.velocity = Vector3.new(0, 0.1, 0)
  2598. end
  2599. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  2600. until not flying
  2601. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  2602. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  2603. SPEED = 0
  2604. BG:destroy()
  2605. BV:destroy()
  2606. lplayer.Character.Humanoid.PlatformStand = false
  2607. end)
  2608. end
  2609. Mouse.KeyDown:connect(function(KEY)
  2610. if KEY:lower() == 'w' then
  2611. CONTROL.F = speedfly
  2612. elseif KEY:lower() == 's' then
  2613. CONTROL.B = -speedfly
  2614. elseif KEY:lower() == 'a' then
  2615. CONTROL.L = -speedfly
  2616. elseif KEY:lower() == 'd' then
  2617. CONTROL.R = speedfly
  2618. end
  2619. end)
  2620. Mouse.KeyUp:connect(function(KEY)
  2621. if KEY:lower() == 'w' then
  2622. CONTROL.F = 0
  2623. elseif KEY:lower() == 's' then
  2624. CONTROL.B = 0
  2625. elseif KEY:lower() == 'a' then
  2626. CONTROL.L = 0
  2627. elseif KEY:lower() == 'd' then
  2628. CONTROL.R = 0
  2629. end
  2630. end)
  2631. fly()
  2632. end
  2633. if string.sub(CMDBAR.Text, 1, 5) == ("unfly") then
  2634. flying = false
  2635. lplayer.Character.Humanoid.PlatformStand = false
  2636. end
  2637. if string.sub(CMDBAR.Text, 1, 5) == ("chat ") then
  2638. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(CMDBAR.Text, 6)), "All")
  2639. end
  2640. if string.sub(CMDBAR.Text, 1, 5) == ("spam ") then
  2641. spamtext = (string.sub(CMDBAR.Text, 6))
  2642. spamming = true
  2643. end
  2644. if string.sub(CMDBAR.Text, 1, 6) == ("unspam") then
  2645. spamming = false
  2646. end
  2647. if string.sub(CMDBAR.Text, 1, 9) == ("spamwait ") then
  2648. spamdelay = (string.sub(CMDBAR.Text, 10))
  2649. end
  2650. if string.sub(CMDBAR.Text, 1, 7) == ("pmspam ") then
  2651. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2652. pmspammed = v.Name
  2653. spammingpm = true
  2654. end
  2655. end
  2656. if string.sub(CMDBAR.Text, 1, 8) == ("unpmspam") then
  2657. spammingpm = false
  2658. end
  2659. if string.sub(CMDBAR.Text, 1, 8) == ("cfreeze ") then
  2660. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 9))) do
  2661. v.Character["Left Leg"].Anchored = true
  2662. v.Character["Left Arm"].Anchored = true
  2663. v.Character["Right Leg"].Anchored = true
  2664. v.Character["Right Arm"].Anchored = true
  2665. v.Character.Torso.Anchored = true
  2666. v.Character.Head.Anchored = true
  2667. end
  2668. end
  2669. if string.sub(CMDBAR.Text, 1, 10) == ("uncfreeze ") then
  2670. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 11))) do
  2671. v.Character["Left Leg"].Anchored = false
  2672. v.Character["Left Arm"].Anchored = false
  2673. v.Character["Right Leg"].Anchored = false
  2674. v.Character["Right Arm"].Anchored = false
  2675. v.Character.Torso.Anchored = false
  2676. v.Character.Head.Anchored = false
  2677. end
  2678. end
  2679. if string.sub(CMDBAR.Text, 1, 8) == ("unlockws") then
  2680. local a = game:GetService("Workspace"):getChildren()
  2681. for i = 1, #a do
  2682. if a[i].className == "Part" then
  2683. a[i].Locked = false
  2684. elseif a[i].className == "Model" then
  2685. local r = a[i]:getChildren()
  2686. for i = 1, #r do
  2687. if r[i].className == "Part" then
  2688. r[i].Locked = false
  2689. end
  2690. end
  2691. end
  2692. end
  2693. game:GetService("StarterGui"):SetCore("SendNotification", {
  2694. Title = "Success!";
  2695. Text = "Workspace unlocked. Use ;lockws to lock.";
  2696. })
  2697. end
  2698. if string.sub(CMDBAR.Text, 1, 6) == ("lockws") then
  2699. local a = game:GetService("Workspace"):getChildren()
  2700. for i = 1, #a do
  2701. if a[i].className == "Part" then
  2702. a[i].Locked = true
  2703. elseif a[i].className == "Model" then
  2704. local r = a[i]:getChildren()
  2705. for i = 1, #r do
  2706. if r[i].className == "Part" then
  2707. r[i].Locked = true
  2708. end
  2709. end
  2710. end
  2711. end
  2712. end
  2713. if string.sub(CMDBAR.Text, 1, 6) == ("btools") then
  2714. local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  2715. Clone_T.BinType = "Clone"
  2716. local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  2717. Destruct.BinType = "Hammer"
  2718. local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  2719. Hold_T.BinType = "Grab"
  2720. end
  2721. if string.sub(CMDBAR.Text, 1, 6) == ("pstand") then
  2722. lplayer.Character.Humanoid.PlatformStand = true
  2723. end
  2724. if string.sub(CMDBAR.Text, 1, 8) == ("unpstand") then
  2725. lplayer.Character.Humanoid.PlatformStand = false
  2726. end
  2727. if string.sub(CMDBAR.Text, 1, 9) == ("blockhead") then
  2728. lplayer.Character.Head.Mesh:Destroy()
  2729. end
  2730. if string.sub(CMDBAR.Text, 1, 3) == ("sit") then
  2731. lplayer.Character.Humanoid.Sit = true
  2732. end
  2733. if string.sub(CMDBAR.Text, 1, 9) == ("bringobj ") then
  2734. local function bringobjw()
  2735. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  2736. if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  2737. obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2738. obj.CanCollide = false
  2739. obj.Transparency = 0.7
  2740. wait()
  2741. obj.CFrame = lplayer.Character["Left Leg"].CFrame
  2742. wait()
  2743. obj.CFrame = lplayer.Character["Right Leg"].CFrame
  2744. wait()
  2745. obj.CFrame = lplayer.Character["Head"].CFrame
  2746. end
  2747. end
  2748. end
  2749. while wait() do
  2750. bringobjw()
  2751. end
  2752. game:GetService("StarterGui"):SetCore("SendNotification", {
  2753. Title = "BringObj";
  2754. Text = "BringObj enabled.";
  2755. })
  2756. end
  2757. if string.sub(CMDBAR.Text, 1, 6) == ("wsvis ") then
  2758. vis = (string.sub(CMDBAR.Text, 7))
  2759. local a = game:GetService("Workspace"):GetDescendants()
  2760. for i = 1, #a do
  2761. if a[i].className == "Part" then
  2762. a[i].Transparency = vis
  2763. elseif a[i].className == "Model" then
  2764. local r = a[i]:getChildren()
  2765. for i = 1, #r do
  2766. if r[i].className == "Part" then
  2767. r[i].Transparency = vis
  2768. end
  2769. end
  2770. end
  2771. end
  2772. end
  2773. if string.sub(CMDBAR.Text, 1, 10) == ("hypertotal") then
  2774. loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  2775. game:GetService("StarterGui"):SetCore("SendNotification", {
  2776. Title = "Success!";
  2777. Text = "HyperTotal GUI Loaded!";
  2778. })
  2779. end
  2780. if string.sub(CMDBAR.Text, 1, 4) == ("cmds") then
  2781. CMDSFRAME.Visible = true
  2782. end
  2783. if string.sub(CMDBAR.Text, 1, 9) == ("rmeshhats") then
  2784. for i,v in pairs(lplayer.Character:GetChildren()) do
  2785. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2786. v.Handle.Mesh:Destroy()
  2787. end
  2788. end
  2789. end
  2790. if string.sub(CMDBAR.Text, 1, 9) == ("blockhats") then
  2791. for i,v in pairs(lplayer.Character:GetChildren()) do
  2792. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2793. v.Handle.Mesh:Destroy()
  2794. end
  2795. end
  2796. end
  2797. if string.sub(CMDBAR.Text, 1, 9) == ("rmeshtool") then
  2798. for i,v in pairs(lplayer.Character:GetChildren()) do
  2799. if (v:IsA("Tool")) then
  2800. v.Handle.Mesh:Destroy()
  2801. end
  2802. end
  2803. end
  2804. if string.sub(CMDBAR.Text, 1, 9) == ("blocktool") then
  2805. for i,v in pairs(lplayer.Character:GetChildren()) do
  2806. if (v:IsA("Tool")) then
  2807. v.Handle.Mesh:Destroy()
  2808. end
  2809. end
  2810. end
  2811. if string.sub(CMDBAR.Text, 1, 7) == ("spinner") then
  2812. local p = Instance.new("RocketPropulsion")
  2813. p.Parent = lplayer.Character.HumanoidRootPart
  2814. p.Name = "Spinner"
  2815. p.Target = lplayer.Character["Left Arm"]
  2816. p:Fire()
  2817. game:GetService("StarterGui"):SetCore("SendNotification", {
  2818. Title = "Spinner enabled";
  2819. Text = "Type ;nospinner to disable.";
  2820. })
  2821. end
  2822. if string.sub(CMDBAR.Text, 1, 9) == ("nospinner") then
  2823. lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  2824. end
  2825. if string.sub(CMDBAR.Text, 1, 6) == ("reachd") then
  2826. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  2827. if v:isA("Tool") then
  2828. local a = Instance.new("SelectionBox",v.Handle)
  2829. a.Adornee = v.Handle
  2830. v.Handle.Size = Vector3.new(0.5,0.5,60)
  2831. v.GripPos = Vector3.new(0,0,0)
  2832. lplayer.Character.Humanoid:UnequipTools()
  2833. end
  2834. end
  2835. game:GetService("StarterGui"):SetCore("SendNotification", {
  2836. Title = "Reach applied!";
  2837. Text = "Applied to equipped sword. Use ;noreach to disable.";
  2838. })
  2839. end
  2840. if string.sub(CMDBAR.Text, 1, 6) == ("reach ") then
  2841. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  2842. if v:isA("Tool") then
  2843. local a = Instance.new("SelectionBox",v.Handle)
  2844. a.Name = "Reach"
  2845. a.Adornee = v.Handle
  2846. v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(CMDBAR.Text, 7)))
  2847. v.GripPos = Vector3.new(0,0,0)
  2848. lplayer.Character.Humanoid:UnequipTools()
  2849. end
  2850. end
  2851. game:GetService("StarterGui"):SetCore("SendNotification", {
  2852. Title = "Reach applied!";
  2853. Text = "Applied to equipped sword. Use ;noreach to disable.";
  2854. })
  2855. end
  2856. if string.sub(CMDBAR.Text, 1, 7) == ("noreach") then
  2857. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  2858. if v:isA("Tool") then
  2859. v.Handle.Reach:Destroy()
  2860. end
  2861. end
  2862. game:GetService("StarterGui"):SetCore("SendNotification", {
  2863. Title = "Reach removed!";
  2864. Text = "Removed reach from equipped sword.";
  2865. })
  2866. end
  2867. if string.sub(CMDBAR.Text, 1, 6) == ("rkill ") then
  2868. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  2869. lplayer.Character.Humanoid.Name = 1
  2870. local l = lplayer.Character["1"]:Clone()
  2871. l.Parent = lplayer.Character
  2872. l.Name = "Humanoid"
  2873. wait(0.1)
  2874. lplayer.Character["1"]:Destroy()
  2875. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2876. lplayer.Character.Animate.Disabled = true
  2877. wait(0.1)
  2878. lplayer.Character.Animate.Disabled = false
  2879. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2880. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2881. lplayer.Character.Humanoid:EquipTool(v)
  2882. end
  2883. wait(0.1)
  2884. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2885. wait(0.2)
  2886. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2887. wait(0.5)
  2888. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  2889. game:GetService("StarterGui"):SetCore("SendNotification", {
  2890. Title = "Tools needed!";
  2891. Text = "You need a tool in your backpack for this command!";
  2892. })
  2893. end
  2894. end
  2895. if string.sub(CMDBAR.Text, 1, 6) == ("tp me ") then
  2896. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2897. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2898. end
  2899. end
  2900. if string.sub(CMDBAR.Text, 1, 7) == ("cbring ") then
  2901. if (string.sub(CMDBAR.Text, 8)) == "all" or (string.sub(CMDBAR.Text, 8)) == "All" or (string.sub(CMDBAR.Text, 8)) == "ALL" then
  2902. cbringall = true
  2903. else
  2904. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2905. brplr = v.Name
  2906. end
  2907. end
  2908. cbring = true
  2909. end
  2910. if string.sub(CMDBAR.Text, 1, 8) == ("uncbring") then
  2911. cbring = false
  2912. cbringall = false
  2913. end
  2914. if string.sub(CMDBAR.Text, 1, 5) == ("swap ") then
  2915. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2916. local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2917. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2918. lplayer.Character.Humanoid.Name = 1
  2919. local l = lplayer.Character["1"]:Clone()
  2920. l.Parent = lplayer.Character
  2921. l.Name = "Humanoid"
  2922. wait(0.1)
  2923. lplayer.Character["1"]:Destroy()
  2924. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2925. lplayer.Character.Animate.Disabled = true
  2926. wait(0.1)
  2927. lplayer.Character.Animate.Disabled = false
  2928. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2929. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2930. lplayer.Character.Humanoid:EquipTool(v)
  2931. end
  2932. local function tp(player,player2)
  2933. local char1,char2=player.Character,player2.Character
  2934. if char1 and char2 then
  2935. char1:MoveTo(char2.Head.Position)
  2936. end
  2937. end
  2938. wait(0.1)
  2939. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2940. wait(0.2)
  2941. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2942. wait(0.5)
  2943. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2944. wait(0.6)
  2945. tp(lplayer, game:GetService("Players")[v.Name])
  2946. wait(0.4)
  2947. lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  2948. game:GetService("StarterGui"):SetCore("SendNotification", {
  2949. Title = "Tools needed!";
  2950. Text = "You need a tool in your backpack for this command!";
  2951. })
  2952. end
  2953. end
  2954. if string.sub(CMDBAR.Text, 1, 7) == ("glitch ") then
  2955. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2956. lplayer.Character.Humanoid.Name = 1
  2957. local l = lplayer.Character["1"]:Clone()
  2958. l.Parent = lplayer.Character
  2959. l.Name = "Humanoid"
  2960. wait(0.1)
  2961. lplayer.Character["1"]:Destroy()
  2962. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2963. lplayer.Character.Animate.Disabled = true
  2964. wait(0.1)
  2965. lplayer.Character.Animate.Disabled = false
  2966. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2967. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2968. lplayer.Character.Humanoid:EquipTool(v)
  2969. end
  2970. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2971. wait(0.3)
  2972. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2973. wait(0.4)
  2974. b = Instance.new("BodyForce")
  2975. b.Parent = lplayer.Character.HumanoidRootPart
  2976. b.Name = "Glitch"
  2977. b.Force = Vector3.new(100000000,5000,0)
  2978. game:GetService("StarterGui"):SetCore("SendNotification", {
  2979. Title = "Tools needed!";
  2980. Text = "You need a tool in your backpack for this command!";
  2981. })
  2982. end
  2983. end
  2984. if string.sub(CMDBAR.Text, 1, 8) == ("unglitch") then
  2985. lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  2986. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  2987. b = Instance.new("BodyForce")
  2988. b.Parent = lplayer.Character.HumanoidRootPart
  2989. b.Name = "unGlitch"
  2990. b.Force = Vector3.new(0,-5000000,0)
  2991. wait(2)
  2992. lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  2993. end
  2994. if string.sub(CMDBAR.Text, 1, 8) == ("grespawn") then
  2995. lplayer.Character.Humanoid.Health = 0
  2996. wait(1)
  2997. lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  2998. lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  2999. end
  3000. if string.sub(CMDBAR.Text, 1, 8) == ("explorer") then
  3001. loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  3002. game:GetService("StarterGui"):SetCore("SendNotification", {
  3003. Title = "Success!";
  3004. Text = "DEX Explorer has loaded.";
  3005. })
  3006. end
  3007. if string.sub(CMDBAR.Text, 1, 5) == ("anim ") then
  3008. local Anim = Instance.new("Animation")
  3009. Anim.AnimationId = "rbxassetid://"..(string.sub(CMDBAR.Text, 6))
  3010. local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  3011. track:Play(.1, 1, 1)
  3012. end
  3013. if string.sub(CMDBAR.Text, 1, 7) == ("animgui") then
  3014. loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  3015. game:GetService("StarterGui"):SetCore("SendNotification", {
  3016. Title = "Success!";
  3017. Text = "Energize Animations GUI has loaded.";
  3018. })
  3019. end
  3020. if string.sub(CMDBAR.Text, 1, 7) == ("savepos") then
  3021. saved = lplayer.Character.HumanoidRootPart.CFrame
  3022. game:GetService("StarterGui"):SetCore("SendNotification", {
  3023. Title = "Position Saved";
  3024. Text = "Use ;loadpos to return to saved position.";
  3025. })
  3026. end
  3027. if string.sub(CMDBAR.Text, 1, 7) == ("loadpos") then
  3028. lplayer.Character.HumanoidRootPart.CFrame = saved
  3029. end
  3030. if string.sub(CMDBAR.Text, 1, 5) == ("bang ") then
  3031. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  3032. local Anim2 = Instance.new("Animation")
  3033. Anim2.AnimationId = "rbxassetid://148840371"
  3034. local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  3035. track2:Play(.1, 1, 1)
  3036. bplrr = v.Name
  3037. banpl = true
  3038. end
  3039. end
  3040. if string.sub(CMDBAR.Text, 1, 6) == ("unbang") then
  3041. banpl = false
  3042. end
  3043. if string.sub(CMDBAR.Text, 1, 9) == ("bringmod ") then
  3044. local function bringmodw()
  3045. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  3046. if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  3047. for i,ch in pairs(obj:GetDescendants()) do
  3048. if (ch:IsA("BasePart")) then
  3049. ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  3050. ch.CanCollide = false
  3051. ch.Transparency = 0.7
  3052. wait()
  3053. ch.CFrame = lplayer.Character["Left Leg"].CFrame
  3054. wait()
  3055. ch.CFrame = lplayer.Character["Right Leg"].CFrame
  3056. wait()
  3057. ch.CFrame = lplayer.Character["Head"].CFrame
  3058. end
  3059. end
  3060. end
  3061. end
  3062. end
  3063. while wait() do
  3064. bringmodw()
  3065. end
  3066. game:GetService("StarterGui"):SetCore("SendNotification", {
  3067. Title = "BringMod";
  3068. Text = "BringMod enabled.";
  3069. })
  3070. end
  3071. if string.sub(CMDBAR.Text, 1, 7) == ("respawn") then
  3072. local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  3073. local hum = Instance.new('Humanoid', mod)
  3074. local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  3075. lplayer.Character = mod
  3076. end
  3077. if string.sub(CMDBAR.Text, 1, 8) == ("shutdown") then
  3078. game:GetService'RunService'.Stepped:Connect(function()
  3079. pcall(function()
  3080. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  3081. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  3082. for _,x in pairs(v.Character.Head:GetChildren()) do
  3083. if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  3084. end
  3085. end
  3086. end
  3087. end)
  3088. end)
  3089. game:GetService("StarterGui"):SetCore("SendNotification", {
  3090. Title = "Attempting Shutdown";
  3091. Text = "Shutdown Attempt has begun.";
  3092. })
  3093. end
  3094. if string.sub(CMDBAR.Text, 1, 7) == ("delobj ") then
  3095. objtodel = (string.sub(CMDBAR.Text, 8))
  3096. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  3097. if v.Name == objtodel then
  3098. v:Destroy()
  3099. end
  3100. end
  3101. end
  3102. if string.sub(CMDBAR.Text, 1, 7) == ("getplrs") then
  3103. for i,v in pairs(game:GetService("Players"):GetPlayers())do
  3104. print(v)
  3105. end
  3106. game:GetService("StarterGui"):SetCore("SendNotification", {
  3107. Title = "Printed";
  3108. Text = "Players have been printed to console. (F9)";
  3109. })
  3110. end
  3111. if string.sub(CMDBAR.Text, 1, 8) == ("deldecal") then
  3112. for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  3113. if (v:IsA("Decal")) then
  3114. v:Destroy()
  3115. end
  3116. end
  3117. end
  3118. if string.sub(CMDBAR.Text, 1, 10) == ("opfinality") then
  3119. loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  3120. game:GetService("StarterGui"):SetCore("SendNotification", {
  3121. Title = "Success!";
  3122. Text = "OpFinality GUI has loaded.";
  3123. })
  3124. end
  3125. if string.sub(CMDBAR.Text, 1, 7) == ("remotes") then
  3126. remotes = true
  3127. added = true
  3128. game.DescendantAdded:connect(function(rmt)
  3129. if added == true then
  3130. if remotes == true then
  3131. if rmt:IsA("RemoteEvent") then
  3132. print("A RemoteEvent was added!")
  3133. print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  3134. print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  3135. end end end
  3136. end)
  3137. game.DescendantAdded:connect(function(rmtfnctn)
  3138. if added == true then
  3139. if remotes == true then
  3140. if rmtfnctn:IsA("RemoteFunction") then
  3141. warn("A RemoteFunction was added!")
  3142. warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  3143. print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  3144. end end end
  3145. end)
  3146.  
  3147. game.DescendantAdded:connect(function(bndfnctn)
  3148. if added == true then
  3149. if binds == true then
  3150. if bndfnctn:IsA("BindableFunction") then
  3151. print("A BindableFunction was added!")
  3152. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  3153. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  3154. end end end
  3155. end)
  3156.  
  3157. game.DescendantAdded:connect(function(bnd)
  3158. if added == true then
  3159. if binds == true then
  3160. if bnd:IsA("BindableEvent") then
  3161. warn("A BindableEvent was added!")
  3162. warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  3163. print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  3164. end end end
  3165. end)
  3166.  
  3167.  
  3168. if binds == true then
  3169. for i,v in pairs(game:GetDescendants()) do
  3170. if v:IsA("BindableFunction") then
  3171. print(" game." .. v:GetFullName() .. " | BindableFunction")
  3172. print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  3173. end end
  3174. for i,v in pairs(game:GetDescendants()) do
  3175. if v:IsA("BindableEvent") then
  3176. warn(" game." .. v:GetFullName() .. " | BindableEvent")
  3177. print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  3178. end end
  3179. else
  3180. print("Off")
  3181. end
  3182. if remotes == true then
  3183. for i,v in pairs(game:GetDescendants()) do
  3184. if v:IsA("RemoteFunction") then
  3185. warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  3186. print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  3187. end end
  3188. wait()
  3189. for i,v in pairs(game:GetDescendants()) do
  3190. if v:IsA("RemoteEvent") then
  3191. print(" game." .. v:GetFullName() .. " | RemoteEvent")
  3192. print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  3193. end end
  3194. else
  3195. print("Off")
  3196. end
  3197. game:GetService("StarterGui"):SetCore("SendNotification", {
  3198. Title = "Printing Remotes";
  3199. Text = "Type ;noremotes to disable.";
  3200. })
  3201. end
  3202. if string.sub(CMDBAR.Text, 1, 9) == ("noremotes") then
  3203. remotes = false
  3204. added = false
  3205. game:GetService("StarterGui"):SetCore("SendNotification", {
  3206. Title = "Printing Remotes Disabled";
  3207. Text = "Type ;remotes to enable.";
  3208. })
  3209. end
  3210. if string.sub(CMDBAR.Text, 1, 9) == ("tpdefault") then
  3211. spin = false
  3212. followed = false
  3213. traill = false
  3214. noclip = false
  3215. annoying = false
  3216. hwalk = false
  3217. cbringing = false
  3218. end
  3219. if string.sub(CMDBAR.Text, 1, 7) == ("stopsit") then
  3220. stopsitting = true
  3221. end
  3222. if string.sub(CMDBAR.Text, 1, 5) == ("gosit") then
  3223. stopsitting = false
  3224. end
  3225. if string.sub(CMDBAR.Text, 1, 7) == ("version") then
  3226. print(adminversion)
  3227. game:GetService("StarterGui"):SetCore("SendNotification", {
  3228. Title = "Version";
  3229. Text = adminversion;
  3230. })
  3231. end
  3232. if string.sub(CMDBAR.Text, 1, 7) == ("clicktp") then
  3233. clickgoto = true
  3234. game:GetService("StarterGui"):SetCore("SendNotification", {
  3235. Title = "Click TP";
  3236. Text = "Press E to teleport to mouse position";
  3237. })
  3238. end
  3239. if string.sub(CMDBAR.Text, 1, 9) == ("noclicktp") then
  3240. clickgoto = false
  3241. game:GetService("StarterGui"):SetCore("SendNotification", {
  3242. Title = "Click TP";
  3243. Text = "Click TP has been disabled.";
  3244. })
  3245. end
  3246. if string.sub(CMDBAR.Text, 1, 7) == ("toolson") then
  3247. gettingtools = true
  3248. game:GetService("StarterGui"):SetCore("SendNotification", {
  3249. Title = "Tools Enabled";
  3250. Text = "Automatically colleting tools dropped.";
  3251. })
  3252. end
  3253. if string.sub(CMDBAR.Text, 1, 8) == ("toolsoff") then
  3254. gettingtools = false
  3255. game:GetService("StarterGui"):SetCore("SendNotification", {
  3256. Title = "Tools Disabled";
  3257. Text = "Click TP has been disabled.";
  3258. })
  3259. end
  3260. if string.sub(CMDBAR.Text, 1, 9) == ("delcmdbar") then
  3261. ScreenGui:Destroy()
  3262. end
  3263. if string.sub(CMDBAR.Text, 1, 5) == ("reset") then
  3264. lplayer.Character.Head:Destroy()
  3265. end
  3266. if string.sub(CMDBAR.Text, 1, 6) == ("state ") then
  3267. statechosen = string.sub(CMDBAR.Text, 7)
  3268. changingstate = true
  3269. end
  3270. if string.sub(CMDBAR.Text, 1, 8) == ("gravity ") then
  3271. game:GetService("Workspace").Gravity = string.sub(CMDBAR.Text, 9)
  3272. end
  3273. if string.sub(CMDBAR.Text, 1, 9) == ("looprhats") then
  3274. removingmeshhats = true
  3275. end
  3276. if string.sub(CMDBAR.Text, 1, 11) == ("unlooprhats") then
  3277. removingmeshhats = false
  3278. end
  3279. if string.sub(CMDBAR.Text, 1, 9) == ("looprtool") then
  3280. removingmeshtool = true
  3281. end
  3282. if string.sub(CMDBAR.Text, 1, 11) == ("unlooprtool") then
  3283. removingmeshtool = false
  3284. end
  3285. if string.sub(CMDBAR.Text, 1, 9) == ("givetool ") then
  3286. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  3287. if v:IsA("Tool") then
  3288. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  3289. v.Parent = player.Character
  3290. end
  3291. end
  3292. end
  3293. end
  3294. if string.sub(CMDBAR.Text, 1, 4) == ("age ") then
  3295. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  3296. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  3297. end
  3298. end
  3299. if string.sub(CMDBAR.Text, 1, 3) == ("id ") then
  3300. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 4))) do
  3301. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  3302. end
  3303. end
  3304. if string.sub(CMDBAR.Text, 1, 5) == (".age ") then
  3305. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  3306. game:GetService("StarterGui"):SetCore("SendNotification", {
  3307. Title = player.AccountAge.." Days";
  3308. Text = "Account age of "..player.Name;
  3309. })
  3310. end
  3311. end
  3312. if string.sub(CMDBAR.Text, 1, 4) == (".id ") then
  3313. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  3314. game:GetService("StarterGui"):SetCore("SendNotification", {
  3315. Title = player.UserId.." ID";
  3316. Text = "Account ID of "..player.Name;
  3317. })
  3318. end
  3319. end
  3320. if string.sub(CMDBAR.Text, 1, 6) == ("gameid") then
  3321. game:GetService("StarterGui"):SetCore("SendNotification", {
  3322. Title = "Game ID";
  3323. Text = "Game ID: ".. game.GameId;
  3324. })
  3325. end
  3326. if string.sub(CMDBAR.Text, 1, 3) == ("pgs") then
  3327. local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  3328. if pgscheck == true then
  3329. game:GetService("StarterGui"):SetCore("SendNotification", {
  3330. Title = "PGSPhysicsSolverEnabled";
  3331. Text = "PGS is Enabled!";
  3332. })
  3333. else
  3334. game:GetService("StarterGui"):SetCore("SendNotification", {
  3335. Title = "PGSPhysicsSolverEnabled";
  3336. Text = "PGS is Disabled!";
  3337. })
  3338. end
  3339. end
  3340. if string.sub(CMDBAR.Text, 1, 11) == ("removeinvis") then
  3341. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  3342. if v:IsA("Part") then
  3343. if v.Transparency == 1 then
  3344. if v.Name ~= "HumanoidRootPart" then
  3345. v:Destroy()
  3346. end
  3347. end
  3348. end
  3349. end
  3350. end
  3351. if string.sub(CMDBAR.Text, 1, 9) == ("removefog") then
  3352. game:GetService("Lighting").FogStart = 0
  3353. game:GetService("Lighting").FogEnd = 9999999999999
  3354. end
  3355. if string.sub(CMDBAR.Text, 1, 7) == ("disable") then
  3356. lplayer.Character.Humanoid.Parent = lplayer
  3357. end
  3358. if string.sub(CMDBAR.Text, 1, 6) == ("enable") then
  3359. lplayer.Humanoid.Parent = lplayer.Character
  3360. end
  3361. if string.sub(CMDBAR.Text, 1, 13) == ("givealltools ") then
  3362. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  3363. if v:IsA("Tool") then
  3364. v.Parent = lplayer.Character
  3365. wait()
  3366. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 14))) do
  3367. v.Parent = player.Character
  3368. end
  3369. end
  3370. end
  3371. end
  3372. if string.sub(CMDBAR.Text, 1, 9) == ("flyspeed ") then
  3373. speedfly = string.sub(CMDBAR.Text, 10)
  3374. wait()
  3375. change()
  3376. end
  3377. if string.sub(CMDBAR.Text, 1, 7) == ("carpet ") then
  3378. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  3379. local Anim3 = Instance.new("Animation")
  3380. Anim3.AnimationId = "rbxassetid://282574440"
  3381. local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  3382. track3:Play(.1, 1, 1)
  3383. bplrr = v.Name
  3384. banpl = true
  3385. end
  3386. end
  3387. if string.sub(CMDBAR.Text, 1, 8) == ("uncarpet") then
  3388. banpl = false
  3389. end
  3390. if string.sub(CMDBAR.Text, 1, 6) == ("stare ") then
  3391. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  3392. staring = true
  3393. stareplr = v
  3394. end
  3395. end
  3396. if string.sub(CMDBAR.Text, 1, 7) == ("unstare") then
  3397. staring = false
  3398. end
  3399. if string.sub(CMDBAR.Text, 1, 7) == ("logchat") then
  3400. chatlogs = true
  3401. game:GetService("StarterGui"):SetCore("SendNotification", {
  3402. Title = "LogChat enabled";
  3403. Text = "Now logging all player chat.";
  3404. })
  3405. end
  3406. if string.sub(CMDBAR.Text, 1, 9) == ("unlogchat") then
  3407. chatlogs = false
  3408. game:GetService("StarterGui"):SetCore("SendNotification", {
  3409. Title = "LogChat disabled";
  3410. Text = "Stopped logging all player chat.";
  3411. })
  3412. end
  3413. if string.sub(CMDBAR.Text, 1, 6) == ("fixcam") then
  3414. game:GetService("Workspace").CurrentCamera:Destroy()
  3415. wait(0.1)
  3416. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  3417. game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  3418. lplayer.CameraMinZoomDistance = 0.5
  3419. lplayer.CameraMaxZoomDistance = 400
  3420. lplayer.CameraMode = "Classic"
  3421. end
  3422. if string.sub(CMDBAR.Text, 1, 7) == ("unstate") then
  3423. changingstate = false
  3424. end
  3425. CMDBAR.Text = ""
  3426. end
  3427. end)
  3428.  
  3429. wait(0.3)
  3430. game:GetService("StarterGui"):SetCore("SendNotification", {
  3431. Title = "Loaded successfully!";
  3432. Text = "Reviz Admin V2 by illremember";
  3433. })
  3434. wait(0.1)
  3435. print("Reviz Admin V2 loaded!")
  3436. if game:GetService("Workspace").FilteringEnabled == true then
  3437. warn("FE is Enabled (Filtering Enabled)")
  3438. game:GetService("StarterGui"):SetCore("SendNotification", {
  3439. Title = "FE is Enabled";
  3440. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  3441. })
  3442. else
  3443. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  3444. game:GetService("StarterGui"):SetCore("SendNotification", {
  3445. Title = "FE is Disabled";
  3446. Text = "Filtering Disabled. Consider using a different admin script.";
  3447. })
  3448. end
  3449.  
  3450. local intro = Instance.new("ScreenGui")
  3451. local Frame = Instance.new("Frame")
  3452. local ImageLabel = Instance.new("ImageLabel")
  3453. intro.Parent = game:GetService("CoreGui")
  3454. Frame.Parent = intro
  3455. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  3456. Frame.BackgroundTransparency = 1
  3457. Frame.Size = UDim2.new(1, 0, 0, 300)
  3458. Frame.Position = UDim2.new(0, 0, -0.4, 0)
  3459. ImageLabel.Parent = Frame
  3460. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  3461. ImageLabel.BackgroundTransparency = 1
  3462. ImageLabel.Position = UDim2.new(0, 0, 0, 0)
  3463. ImageLabel.Size = UDim2.new(1, 0, 1, 0)
  3464. ImageLabel.Image = "http://www.roblox.com/asset/?id=1542162618"
  3465. Frame:TweenPosition(UDim2.new(0, 0, 0.2, 0), "Out", "Elastic", 3)
  3466. wait(3.01)
  3467. Frame:TweenPosition(UDim2.new(0, 0, 1.5, 0), "Out", "Elastic", 5)
  3468. wait(5.01)
  3469. intro:Destroy()
  3470. end)
  3471.  
  3472. AdminLabel.Name = "AdminLabel"
  3473. AdminLabel.Parent = Admin
  3474. AdminLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  3475. AdminLabel.BackgroundTransparency = 1
  3476. AdminLabel.Position = UDim2.new(0.072033897, 0, 0, 0)
  3477. AdminLabel.Size = UDim2.new(0, 200, 0, 50)
  3478. AdminLabel.Font = Enum.Font.Cartoon
  3479. AdminLabel.Text = "Admin"
  3480. AdminLabel.TextColor3 = Color3.new(1, 1, 1)
  3481. AdminLabel.TextScaled = true
  3482. AdminLabel.TextSize = 14
  3483. AdminLabel.TextWrapped = true
  3484.  
  3485. Close.Name = "Close"
  3486. Close.Parent = Main
  3487. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  3488. Close.BackgroundTransparency = 1
  3489. Close.Position = UDim2.new(0.00417904463, 0, -0.00406002672, 0)
  3490. Close.Size = UDim2.new(0, 12, 0, 21)
  3491. Close.Font = Enum.Font.Cartoon
  3492. Close.Text = "X"
  3493. Close.TextColor3 = Color3.new(1, 0, 0.0156863)
  3494. Close.TextScaled = true
  3495. Close.TextSize = 14
  3496. Close.TextWrapped = true
  3497. Close.MouseButton1Down:connect(function()
  3498. Main.Visible = false
  3499. OpenFrame.Visible = true
  3500. end)
Add Comment
Please, Sign In to add comment