naruto9161

Untitled

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