Advertisement
Guest User

Prison Life Gui/PrisonBreaker V1

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