YTgamerFx8

ROBLOX work at pizza place gui script

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