scripter99793

not much but good trolling GUI

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