LuongLoiNhoi

Hack Ro piece (Menu Gui)

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