WINX_rblx

Untitled

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