Advertisement
MayDayZen

Roblox SKYWARS GUI

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