Advertisement
The_God_M8

ADMIN REVIZ

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