Advertisement
HHLExploits

lmao

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