Advertisement
ROBLOX_HAXX

Roblox Haxxs's Gui NOT GOOD!

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