Advertisement
naruto9161

Egg Hunt Haxx

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