Advertisement
D0UG14S

Roblox Prison Life Script (Non Copyright Script)

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