TheNadie

Untitled

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