Advertisement
Guest User

Untitled

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