Advertisement
asdadsasd

Auto Fram Quái (v.1)

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