Guest User

INF JUMP SCRIPT FE2!

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