Advertisement
HackerWRD

Prison Life Script (JAKE11PRICES SCRIPT)

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