Advertisement
uor

wizard wars script?

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