Advertisement
Guest User

Untitled

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