Advertisement
Guest User

Madz Masters

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