TheMoonGoddess

[Roblox: Wild Savanna] - Simple GUI script (Working as of February 13, 2020) - (Exploiting script!)

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