Guest User

PET SIMULATOR SCRIPT

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