Advertisement
skapiz

Roblox Prison Life GUI

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