Advertisement
uor

saitama simulator script

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