Advertisement
Guest User

Untitled

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