Advertisement
DeivixYT

PrisonGUI

Apr 4th, 2020
1,164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 248.97 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local PrisonGUI = Instance.new("ScreenGui")
  7. local Main = Instance.new("Frame")
  8. local BeautyA = Instance.new("Frame")
  9. local TextLabel = Instance.new("TextLabel")
  10. local BeautyB = Instance.new("Frame")
  11. local TextLabel_2 = Instance.new("TextLabel")
  12. local Invisible = Instance.new("TextButton")
  13. local PrisonBreakerGUI = Instance.new("TextButton")
  14. local Btools = Instance.new("TextButton")
  15. local TextButton = Instance.new("TextButton")
  16. local TextButton_2 = Instance.new("TextButton")
  17. local TextButton_3 = Instance.new("TextButton")
  18. local Fly = Instance.new("TextButton")
  19. local NoClip = Instance.new("TextButton")
  20. local AllGuns = Instance.new("TextButton")
  21. local Close = Instance.new("TextButton")
  22.  
  23. --Properties:
  24.  
  25. PrisonGUI.Name = "Prison GUI"
  26. PrisonGUI.Parent = game.CoreGui
  27.  
  28. Main.Name = "Main"
  29. Main.Parent = PrisonGUI
  30. Main.BackgroundColor3 = Color3.fromRGB(20, 185, 185)
  31. Main.Position = UDim2.new(0.0532959402, 0, 0.231075704, 0)
  32. Main.Size = UDim2.new(0, 378, 0, 244)
  33. Main.Draggable = true
  34.  
  35. BeautyA.Name = "BeautyA"
  36. BeautyA.Parent = Main
  37. BeautyA.BackgroundColor3 = Color3.fromRGB(100, 200, 0)
  38. BeautyA.Size = UDim2.new(0, 378, 0, 29)
  39.  
  40. TextLabel.Parent = BeautyA
  41. TextLabel.BackgroundColor3 = Color3.fromRGB(13, 147, 138)
  42. TextLabel.Position = UDim2.new(-0.00529100513, 0, 0, 0)
  43. TextLabel.Size = UDim2.new(0, 378, 0, 29)
  44. TextLabel.Font = Enum.Font.SourceSansBold
  45. TextLabel.Text = "Prison Life GUI V.1.8"
  46. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  47. TextLabel.TextSize = 18.000
  48.  
  49. BeautyB.Name = "BeautyB"
  50. BeautyB.Parent = Main
  51. BeautyB.BackgroundColor3 = Color3.fromRGB(31, 202, 1)
  52. BeautyB.Position = UDim2.new(0, 0, 0.869425297, 0)
  53. BeautyB.Size = UDim2.new(0, 378, 0, 31)
  54.  
  55. TextLabel_2.Parent = BeautyB
  56. TextLabel_2.BackgroundColor3 = Color3.fromRGB(9, 116, 107)
  57. TextLabel_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  58. TextLabel_2.Size = UDim2.new(0, 378, 0, 31)
  59. TextLabel_2.Font = Enum.Font.GothamBold
  60. TextLabel_2.Text = "GUI made by ✧GͥOͣDͫ✧Deivix YT ✧GͥOͣDͫ✧#4835"
  61. TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  62. TextLabel_2.TextSize = 14.000
  63.  
  64. Invisible.Name = "Invisible"
  65. Invisible.Parent = Main
  66. Invisible.BackgroundColor3 = Color3.fromRGB(0, 85, 255)
  67. Invisible.Position = UDim2.new(0, 0, 0.22131148, 0)
  68. Invisible.Size = UDim2.new(0, 120, 0, 37)
  69. Invisible.Font = Enum.Font.GothamBlack
  70. Invisible.Text = "Invisible"
  71. Invisible.TextColor3 = Color3.fromRGB(0, 0, 0)
  72. Invisible.TextSize = 14.000
  73. Invisible.MouseButton1Down:connect(function()
  74. Local = game:GetService('Players').LocalPlayer
  75. Char  = Local.Character
  76. touched,tpdback = false, false
  77. Local.CharacterAdded:connect(function(char)
  78.    if script.Disabled ~= true then
  79.        wait(.25)
  80.        loc = Char.HumanoidRootPart.Position
  81.        Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  82.    end
  83. end)
  84. game:GetService('UserInputService').InputBegan:connect(function(key)
  85.    if key.KeyCode == Enum.KeyCode.Equals then
  86.        if script.Disabled ~= true then
  87.            script.Disabled = true
  88.            print'you may re-execute'
  89.        end
  90.    end
  91. end)
  92. box = Instance.new('Part',workspace)
  93. box.Anchored = true
  94. box.CanCollide = true
  95. box.Size = Vector3.new(10,1,10)
  96. box.Position = Vector3.new(0,10000,0)
  97. box.Touched:connect(function(part)
  98.    if (part.Parent.Name == Local.Name) then
  99.        if touched == false then
  100.            touched = true
  101.            function apply()
  102.                if script.Disabled ~= true then
  103.                    no = Char.HumanoidRootPart:Clone()
  104.                    wait(.25)
  105.                    Char.HumanoidRootPart:Destroy()
  106.                    no.Parent = Char
  107.                    Char:MoveTo(loc)
  108.                    touched = false
  109.                end end
  110.            if Char then
  111.                apply()
  112.            end
  113.        end
  114.    end
  115. end)
  116. repeat wait() until Char
  117. loc = Char.HumanoidRootPart.Position
  118. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  119. end)
  120.  
  121. PrisonBreakerGUI.Name = "Prison Breaker GUI"
  122. PrisonBreakerGUI.Parent = Main
  123. PrisonBreakerGUI.BackgroundColor3 = Color3.fromRGB(0, 85, 255)
  124. PrisonBreakerGUI.Position = UDim2.new(0, 0, 0.422131151, 0)
  125. PrisonBreakerGUI.Size = UDim2.new(0, 120, 0, 37)
  126. PrisonBreakerGUI.Font = Enum.Font.GothamBlack
  127. PrisonBreakerGUI.Text = "Prison Breaker GUI"
  128. PrisonBreakerGUI.TextColor3 = Color3.fromRGB(0, 0, 0)
  129. PrisonBreakerGUI.TextSize = 12.000
  130. PrisonBreakerGUI.MouseButton1Down:connect(function()
  131. -- Farewell Infortality.
  132. -- Version: 2.82
  133. -- Instances:
  134. local PrisonBreakerv15 = Instance.new("ScreenGui")
  135. local openmain = Instance.new("Frame")
  136. local open = Instance.new("TextButton")
  137. local main = Instance.new("Frame")
  138. local title = Instance.new("TextLabel")
  139. local close = Instance.new("TextButton")
  140. local police = Instance.new("TextButton")
  141. local inmate = Instance.new("TextButton")
  142. local neutral = Instance.new("TextButton")
  143. local arrestcrims = Instance.new("TextButton")
  144. local invis = Instance.new("TextButton")
  145. local superpunch = Instance.new("TextButton")
  146. local guns = Instance.new("TextButton")
  147. local taserbypass = Instance.new("TextButton")
  148. local fling = Instance.new("TextButton")
  149. local reviz = Instance.new("TextButton")
  150. local arrest = Instance.new("TextButton")
  151. local attach = Instance.new("TextButton")
  152. local fastrem = Instance.new("TextButton")
  153. local fastm9 = Instance.new("TextButton")
  154. local fasttaze = Instance.new("TextButton")
  155. local fastak = Instance.new("TextButton")
  156. local killall = Instance.new("TextButton")
  157. local btools = Instance.new("TextButton")
  158. local speed = Instance.new("TextButton")
  159. local respawn = Instance.new("TextButton")
  160. local Credits = Instance.new("TextButton")
  161. local prison = Instance.new("TextButton")
  162. local yard = Instance.new("TextButton")
  163. local crimbase = Instance.new("TextButton")
  164. local title_2 = Instance.new("TextLabel")
  165. local bringall = Instance.new("TextButton")
  166. local drill = Instance.new("TextButton")
  167. local killplrmain = Instance.new("Frame")
  168. local killtext = Instance.new("TextBox")
  169. local kill = Instance.new("TextButton")
  170. local waves = Instance.new("TextButton")
  171. local bigbowl = Instance.new("TextButton")
  172. local tazeplrmain = Instance.new("Frame")
  173. local tazetext = Instance.new("TextBox")
  174. local taze = Instance.new("TextButton")
  175. local teamcrim = Instance.new("TextButton")
  176. local tazeall = Instance.new("TextButton")
  177. local removewalls = Instance.new("TextButton")
  178. local removeall = Instance.new("TextButton")
  179. local lagserver = Instance.new("TextButton")
  180. --Properties:
  181. PrisonBreakerv15.Name = "PrisonBreaker v1.5"
  182. PrisonBreakerv15.Parent = game.CoreGui
  183.  
  184. openmain.Name = "openmain"
  185. openmain.Parent = PrisonBreakerv15
  186. openmain.BackgroundColor3 = Color3.new(0, 0, 0)
  187. openmain.Position = UDim2.new(0.00434467755, 0, 0.397959173, 0)
  188. openmain.Size = UDim2.new(0, 100, 0, 27)
  189. openmain.Visible = false
  190.  
  191. open.Name = "open"
  192. open.Parent = openmain
  193. open.BackgroundColor3 = Color3.new(1, 1, 0)
  194. open.Position = UDim2.new(1.49011612e-08, 0, 0, 0)
  195. open.Size = UDim2.new(0, 100, 0, 27)
  196. open.Style = Enum.ButtonStyle.RobloxRoundButton
  197. open.Font = Enum.Font.GothamBold
  198. open.Text = "OPEN"
  199. open.TextColor3 = Color3.new(0, 0, 0)
  200. open.TextSize = 14
  201. open.MouseButton1Down:connect(function()
  202. openmain.Visible = false
  203. main.Visible = true
  204. end)
  205.  
  206. main.Name = "main"
  207. main.Parent = PrisonBreakerv15
  208. main.BackgroundColor3 = Color3.new(0, 1, 0)
  209. main.Position = UDim2.new(0.00441803597, 0, 0.249908596, 0)
  210. main.Size = UDim2.new(0, 383, 0, 586)
  211. main.Style = Enum.FrameStyle.RobloxRound
  212. main.Active = true
  213. main.Draggable = true
  214.  
  215. title.Name = "title"
  216. title.Parent = main
  217. title.BackgroundColor3 = Color3.new(0, 0, 1)
  218. title.Position = UDim2.new(-0.0125168273, 0, -0.00528348284, 0)
  219. title.Size = UDim2.new(0, 376, 0, 50)
  220. title.Font = Enum.Font.GothamBold
  221. title.Text = "PrisonBreaker V1.5"
  222. title.TextColor3 = Color3.new(1, 1, 1)
  223. title.TextSize = 14
  224.  
  225. close.Name = "close"
  226. close.Parent = main
  227. close.BackgroundColor3 = Color3.new(0.333333, 0, 1)
  228. close.Position = UDim2.new(0.848563969, 0, -0.00557620823, 0)
  229. close.Size = UDim2.new(0, 59, 0, 50)
  230. close.Font = Enum.Font.GothamBold
  231. close.Text = "X"
  232. close.TextColor3 = Color3.new(0, 0, 0)
  233. close.TextSize = 14
  234. close.MouseButton1Down:connect(function()
  235. main.Visible = false
  236. openmain.Visible = true
  237. end)
  238.  
  239. police.Name = "police"
  240. police.Parent = main
  241. police.BackgroundColor3 = Color3.new(0, 0, 1)
  242. police.Position = UDim2.new(0.0143180238, 0, 0.108731732, 0)
  243. police.Size = UDim2.new(0, 84, 0, 22)
  244. police.Font = Enum.Font.GothamBold
  245. police.Text = "Team Police"
  246. police.TextColor3 = Color3.new(0, 0, 0)
  247. police.TextSize = 14
  248. police.MouseButton1Down:connect(function()
  249. workspace.Remote.TeamEvent:FireServer("Bright blue")
  250. end)
  251.  
  252. inmate.Name = "inmate"
  253. inmate.Parent = main
  254. inmate.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  255. inmate.BorderColor3 = Color3.new(1, 0.666667, 0.0901961)
  256. inmate.Position = UDim2.new(0.270111769, 0, 0.107363492, 0)
  257. inmate.Size = UDim2.new(0, 84, 0, 22)
  258. inmate.Font = Enum.Font.GothamBold
  259. inmate.Text = "Team Inmate"
  260. inmate.TextColor3 = Color3.new(0, 0, 0)
  261. inmate.TextSize = 14
  262. inmate.MouseButton1Down:connect(function()
  263. workspace.Remote.TeamEvent:FireServer("Bright orange")
  264. end)
  265.  
  266. neutral.Name = "neutral"
  267. neutral.Parent = main
  268. neutral.BackgroundColor3 = Color3.new(0.772549, 0.74902, 0.784314)
  269. neutral.Position = UDim2.new(0.525683641, 0, 0.106356524, 0)
  270. neutral.Size = UDim2.new(0, 83, 0, 22)
  271. neutral.Font = Enum.Font.GothamBold
  272. neutral.Text = "Team Neutral"
  273. neutral.TextColor3 = Color3.new(0, 0, 0)
  274. neutral.TextSize = 14
  275. neutral.TextStrokeColor3 = Color3.new(0.333333, 1, 0)
  276. neutral.MouseButton1Down:connect(function()
  277. Workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  278. end)
  279.  
  280. arrestcrims.Name = "arrestcrims"
  281. arrestcrims.Parent = main
  282. arrestcrims.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  283. arrestcrims.Position = UDim2.new(0.0124716684, 0, 0.160733104, 0)
  284. arrestcrims.Size = UDim2.new(0, 111, 0, 31)
  285. arrestcrims.Font = Enum.Font.GothamBold
  286. arrestcrims.Text = "Arrest Crims"
  287. arrestcrims.TextColor3 = Color3.new(1, 0, 0)
  288. arrestcrims.TextSize = 14
  289. arrestcrims.MouseButton1Down:connect(function()
  290. local Player = game.Players.LocalPlayer
  291. local cpos = Player.Character.HumanoidRootPart.CFrame
  292. for i,v in pairs(game.Teams.Criminals:GetPlayers()) do
  293. if v.Name ~= Player.Name then
  294. local i = 10
  295.     repeat
  296.     wait()
  297.     i = i-1
  298.     game.Workspace.Remote.arrest:InvokeServer(v.Character.HumanoidRootPart)
  299.     Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  300.     until i == 0
  301. end
  302. end
  303. Player.Character.HumanoidRootPart.CFrame = cpos
  304. Notify("Success", "Arrested all of the n00bs", "Cool!")
  305. end)
  306.  
  307. invis.Name = "invis"
  308. invis.Parent = main
  309. invis.BackgroundColor3 = Color3.new(0, 1, 1)
  310. invis.Position = UDim2.new(0.348153055, 0, 0.160733074, 0)
  311. invis.Size = UDim2.new(0, 111, 0, 31)
  312. invis.Font = Enum.Font.GothamBold
  313. invis.Text = "Invisible"
  314. invis.TextColor3 = Color3.new(1, 0, 0)
  315. invis.TextSize = 14
  316. invis.MouseButton1Down:connect(function()
  317. local player = game.Players.LocalPlayer
  318. position     = player.Character.HumanoidRootPart.Position
  319. wait(0.1)
  320. player.Character:MoveTo(position + Vector3.new(0, 1000000, 0))
  321. wait(0.1)
  322. humanoidrootpart = player.Character.HumanoidRootPart:clone()
  323. wait(0.1)
  324. player.Character.HumanoidRootPart:Destroy()
  325. humanoidrootpart.Parent = player.Character
  326. player.Character:MoveTo(position)
  327. wait()
  328. -- Remove this if you want to see yourself (others still won't see you)
  329. game.Players.LocalPlayer.Character.Torso.Transparency = 1
  330. game.Players.LocalPlayer.Character.Head.Transparency  = 1
  331. game.Players.LocalPlayer.Character["Left Arm"].Transparency = 1
  332. game.Players.LocalPlayer.Character["Right Arm"].Transparency = 1
  333. game.Players.LocalPlayer.Character["Left Leg"].Transparency = 1
  334. game.Players.LocalPlayer.Character["Right Leg"].Transparency = 1
  335. game.Players.LocalPlayer.Character.Humanoid:RemoveAccessories()
  336. game.Players.LocalPlayer.Character.Head.face:Remove()
  337. end)
  338.  
  339. superpunch.Name = "superpunch"
  340. superpunch.Parent = main
  341. superpunch.BackgroundColor3 = Color3.new(0, 1, 1)
  342. superpunch.Position = UDim2.new(0.678248107, 0, 0.160733074, 0)
  343. superpunch.Size = UDim2.new(0, 111, 0, 31)
  344. superpunch.Font = Enum.Font.GothamBold
  345. superpunch.Text = "SuperPunch"
  346. superpunch.TextColor3 = Color3.new(1, 0, 0)
  347. superpunch.TextSize = 14
  348. superpunch.MouseButton1Down:connect(function()
  349. 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)
  350. end)
  351.  
  352. guns.Name = "guns"
  353. guns.Parent = main
  354. guns.BackgroundColor3 = Color3.new(0, 1, 1)
  355. guns.Position = UDim2.new(0.0124716703, 0, 0.2304198, 0)
  356. guns.Size = UDim2.new(0, 111, 0, 32)
  357. guns.Font = Enum.Font.GothamBlack
  358. guns.Text = "Guns"
  359. guns.TextColor3 = Color3.new(1, 0, 0)
  360. guns.TextSize = 14
  361. guns.MouseButton1Down:connect(function()
  362. for i,v in pairs(Workspace.Prison_ITEMS.giver:GetChildren()) do
  363.  
  364. lol = Workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  365. print(lol)
  366. end
  367. end)
  368.  
  369. taserbypass.Name = "taserbypass"
  370. taserbypass.Parent = main
  371. taserbypass.BackgroundColor3 = Color3.new(0, 1, 1)
  372. taserbypass.Position = UDim2.new(0.348080158, 0, 0.2304198, 0)
  373. taserbypass.Size = UDim2.new(0, 111, 0, 32)
  374. taserbypass.Font = Enum.Font.GothamBold
  375. taserbypass.Text = "Taser Bypass"
  376. taserbypass.TextColor3 = Color3.new(1, 0, 0)
  377. taserbypass.TextSize = 14
  378. taserbypass.MouseButton1Down:connect(function()
  379. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
  380.   game.Players.LocalPlayer.CharacterAdded:connect(function()
  381.   game.Workspace:WaitForChild(game.Players.LocalPlayer.Name)
  382.   game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
  383.   end)
  384.   local message = Instance.new("Message",game.Workspace)
  385.   message.Text = 'Made By Jake11price'
  386.   wait(2)
  387.   message:Destroy()
  388. end)
  389.  
  390. fling.Name = "fling"
  391. fling.Parent = main
  392. fling.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  393. fling.Position = UDim2.new(0.00984076969, 0, 0.379423141, 0)
  394. fling.Size = UDim2.new(0, 111, 0, 32)
  395. fling.Font = Enum.Font.GothamBold
  396. fling.Text = "Fling"
  397. fling.TextColor3 = Color3.new(1, 0, 0)
  398. fling.TextSize = 14
  399. fling.MouseButton1Down:connect(function()
  400. power = 300 -- change this to make it more or less powerful
  401.  
  402. game:GetService('RunService').Stepped:connect(function()
  403. game.Players.LocalPlayer.Character.Head.CanCollide = false
  404. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  405. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  406. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  407. end)
  408.  
  409. wait(.1)
  410. local bambam = Instance.new("BodyThrust")
  411. bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  412. bambam.Force = Vector3.new(power,0,power)
  413. bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  414. end)
  415.  
  416. reviz.Name = "reviz"
  417. reviz.Parent = main
  418. reviz.BackgroundColor3 = Color3.new(0, 1, 1)
  419. reviz.Position = UDim2.new(0.0121497028, 0, 0.303878158, 0)
  420. reviz.Size = UDim2.new(0, 111, 0, 32)
  421. reviz.Font = Enum.Font.GothamBold
  422. reviz.Text = "Reviz Admin"
  423. reviz.TextColor3 = Color3.new(1, 0, 0)
  424. reviz.TextSize = 14
  425. reviz.MouseButton1Down:connect(function()
  426. -- Creator: illremember#3799
  427.  
  428. -- Credits to infinite yield, harkinian, dex creators
  429.  
  430. prefix = ";"
  431. wait(0.3)
  432. Commands = {
  433.    '[-] cmdbar is shown when ; is pressed.',
  434.    '[1] kill [plr] -- You need a tool! Will kill the player, use rkill to kill you and player',
  435.    '[2] bring [plr] -- You need a tool! Will bring player to you',
  436.    '[3] spin [plr] -- You need a tool! Makes you and the player spin crazy',
  437.    '[4] unspin -- Use after using spin cmd and dying, so you stop loop teleporting',
  438.    '[5] attach [plr] -- You need a tool! Attaches you to player',
  439.    '[6] unattach [plr] -- Attempts to unattach you from a player',
  440.    '[7] follow [plr] -- Makes you follow behind the player',
  441.    '[8] unfollow',
  442.    '[9] freefall [plr] -- You need a tool! Teleports you and the player up into the air',
  443.    '[10] trail [plr] -- The opposite of follow, you stay infront of player',
  444.    '[11] untrail',
  445.    '[12] orbit [plr] -- Makes you orbit the player',
  446.    '[13] unorbit',
  447.    '[14] fling [plr] -- Makes you fling the player',
  448.    '[15] unfling',
  449.    '[16] fecheck -- Checks if the game is FE or not',
  450.    '[17] void [plr] -- Teleports player to the void',
  451.    '[18] noclip -- Gives you noclip to walk through walls',
  452.    '[19] clip -- Removes noclip',
  453.    '[20] speed [num]/ws [num] -- Changes how fast you walk 16 is default',
  454.    '[21] jumppower [num]/jp [num] -- Changes how high you jump 50 is default',
  455.    '[22] hipheight [num]/hh [num] -- Changes how high you float 0 is default',
  456.    '[23] default -- Changes your speed, jumppower and hipheight to default values',
  457.    '[24] annoy [plr] -- Loop teleports you to the player',
  458.    '[25] unannoy',
  459.    '[26] headwalk [plr] -- Loop teleports you to the player head',
  460.    '[27] unheadwalk',
  461.    '[28] nolimbs -- Removes your arms and legs',
  462.    '[29] god -- Gives you FE Godmode',
  463.    '[30] drophats -- Drops your accessories',
  464.    '[31] droptool -- Drops any tool you have equipped',
  465.    '[32] loopdhats -- Loop drops your accessories',
  466.    '[33] unloopdhats',
  467.    '[34] loopdtool -- Loop drops any tools you have equipped',
  468.    '[35] unloopdtool',
  469.    '[36] invisible -- Gives you invisibility CREDIT TO TIMELESS',
  470.    '[37] view [plr] -- Changes your camera to the player character',
  471.    '[38] unview',
  472.    '[39] goto [plr] -- Teleports you to player',
  473.    '[40] fly -- Allows you to fly, credit to Infinite Yield',
  474.    '[41] unfly',
  475.    '[42] chat [msg] -- Makes you chat a message',
  476.    '[43] spam [msg] -- Spams a message',
  477.    '[44] unspam',
  478.    '[45] spamwait [num] -- Changes delay of chatting a message for the spam command in seconds default is 1 second',
  479.    '[46] pmspam [plr] -- Spams a player in private message',
  480.    '[47] unpmspam',
  481.    '[48] cfreeze [plr] -- Freezes a player on your client, they will only be frozen for you',
  482.    '[49] uncfreeze [plr]',
  483.    '[50] unlockws -- Unlocks the workspace',
  484.    '[51] lockws -- Locks the workspace',
  485.    '[52] btools -- Gives you btools that will only show to you useful for deleting certain blocks only for you',
  486.    '[53] pstand -- Enables platform stand',
  487.    '[54] unpstand -- Disables platform stand',
  488.    '[55] blockhead -- Removes your head mesh',
  489.    '[56] sit',
  490.    '[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',
  491.    '[58] wsvis [num] -- Changes visibility of workspace parts, num should be between 0 and 1, only shows client sided',
  492.    '[59] hypertotal -- Loads in my FE GUI Hypertotal',
  493.    '[60] cmds -- Prints all commands',
  494.    '[61] rmeshhats/blockhats -- Removes the meshes of all your accessories aka block hats',
  495.    '[62] rmeshtool/blocktool -- Removes the mesh of the tool you have equipped aka block tool',
  496.    '[63] spinner -- Makes you spin',
  497.    '[64] nospinner',
  498.    '[65] reach [num] -- Gives you reach, mostly used for swords, say ;reachd for default and enter number after for custom',
  499.    '[66] noreach -- Removes reach, must have tool equipped',
  500.    '[67] rkill [plr] -- Kills you and the player, use kill to just kill the player without dying',
  501.    '[68] tp me [plr] -- Alternative to goto',
  502.    '[69] cbring [plr] -- Brings player infront of you, shows only on client, allows you to do damage to player',
  503.    '[70] uncbring',
  504.    '[71] swap [plr] -- You need a tool! Swaps players position with yours and your position with players',
  505.    '[72] givetool [plr] -- Gives the tool you have equipped to the player',
  506.    '[73] glitch [plr] -- Glitches you and the player, looks very cool',
  507.    '[74] unglitch -- Unglitches you',
  508.    '[75] grespawn -- Alternative to normal respawn and usually works best for when you want to reset with FE Godmode',
  509.    '[76] explorer -- Loads up DEX',
  510.    '[77] reset -- Resets your character.',
  511.    '[78] anim [id] -- Applies an animation on you, must be created by ROBLOX',
  512.    '[79] animgui -- Loads up Energize animations GUI',
  513.    '[80] savepos -- Saves your current position',
  514.    '[81] loadpos -- Teleports you to your saved position',
  515.    '[82] bang [plr] -- 18+ will not work if you have FE Godmode on',
  516.    '[83] unbang',
  517.    '[84] delcmdbar -- Removes the command bar completely',
  518.    '[85] bringmod [obj] -- Brings all the parts in a model, client only, comes from ;bringobj enter exact name of model',
  519.    '[86] shutdown -- Uses harkinians script to shutdown server',
  520.    '[87] respawn -- If grespawn doesnt work you can use respawn',
  521.    '[88] delobj [obj] -- Deletes a certain brick in workspace, client sided',
  522.    '[89] getplrs -- Prints all players in game',
  523.    '[90] deldecal -- Deletes all decals client sided',
  524.    '[91] opfinality -- Loads in my FE GUI Opfinality',
  525.    '[92] remotes -- Prints all remotes in the game in the console when added',
  526.    '[93] noremotes -- Stops printing remotes',
  527.    '[94] tpdefault -- Stops all loop teleports to a player',
  528.    '[95] stopsit -- Will not allow you to sit',
  529.    '[96] gosit -- Allows you to sit',
  530.    '[97] clicktp -- Enables click tp',
  531.    '[98] noclicktp -- Disables click tp',
  532.    '[99] toolson -- If any tools are dropped in the workspace you will automatically get them',
  533.    '[100] toolsoff -- Stops ;toolson',
  534.    '[101] version -- Gets the admin version',
  535.    '[102] state [num] -- Changes your humanoid state, ;unstate to stop.',
  536.    '[103] gravity [num] -- Changes workspace gravity default is 196.2',
  537.    '[104] pgs -- Checks if the game has PGSPhysicsSolverEnabled enabled',
  538.    '[105] clickdel -- Delete any block you press q on, client sided',
  539.    '[106] noclickdel -- Stops clickdel',
  540.    '[107] looprhats -- Loop removes mesh of your hats/loop block hats',
  541.    '[108] unlooprhats -- Stops loop removing mesh',
  542.    '[109] looprtool -- Loop removes mesh of your tool/loop block tools',
  543.    '[110] unlooprtool -- Stops loop removing mesh',
  544.    '[111] givealltools [plr] -- Gives all the tools you have in your backpack to the player',
  545.    '[112] age [plr] -- Makes you chat the account age of the player',
  546.    '[113] id [plr] -- Makes you chat the account ID of the player',
  547.    '[114] .age [plr] -- Privately shows you the account age of the player',
  548.    '[115] .id [plr] -- Privately shows you the account ID of the player',
  549.    '[116] gameid -- Shows the game ID',
  550.    '[117] removeinvis -- Removes all invisible walls/parts, client sided',
  551.    '[118] removefog -- Removes fog, client sided',
  552.    '[119] disable -- Disables your character by removing humanoid',
  553.    '[120] enable -- Enables your character by adding humanoid',
  554.    '[121] prefix [key] -- Changes the prefix used, default is ;',
  555.    '[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.',
  556.    '[123] flyspeed [num] -- Change your fly speed, default is 1',
  557.    '[124] carpet [plr] -- Makes you a carpet for a player, will not work if FE Godmode is on',
  558.    '[125] uncarpet -- Stops carpet player',
  559.    '[126] stare [plr] -- Turns your character to stare at another player',
  560.    '[127] unstare -- Stops stare player',
  561.    '[128] logchat -- Logs all chat (including /e and whispers) of all players',
  562.    '[129] unlogchat -- Disables logchat',
  563.    '[130] fixcam -- Fixes/resets your camera',
  564.    '[131] unstate -- Stops changing state',
  565. }
  566. speedget = 1
  567.  
  568. lplayer = game:GetService("Players").LocalPlayer
  569.  
  570. lplayer.CharacterAdded:Connect(function(character)
  571.    spin = false
  572.    flying = false
  573.    staring = false
  574.    banpl = false
  575. end)
  576.  
  577. function change()
  578.    prefix = prefix
  579.    speedfly = speedfly
  580. end
  581.  
  582. function GetPlayer(String) -- Credit to Timeless/xFunnieuss
  583.    local Found = {}
  584.    local strl = String:lower()
  585.    if strl == "all" then
  586.        for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  587.            table.insert(Found,v)
  588.        end
  589.    elseif strl == "others" then
  590.        for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  591.            if v.Name ~= lplayer.Name then
  592.                table.insert(Found,v)
  593.            end
  594.        end  
  595.    elseif strl == "me" then
  596.        for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  597.            if v.Name == lplayer.Name then
  598.                table.insert(Found,v)
  599.            end
  600.        end  
  601.    else
  602.        for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  603.            if v.Name:lower():sub(1, #String) == String:lower() then
  604.                table.insert(Found,v)
  605.            end
  606.        end    
  607.    end
  608.    return Found    
  609. end
  610.  
  611. local Mouse = lplayer:GetMouse()
  612.  
  613. spin = false
  614. followed = false
  615. traill = false
  616. noclip = false
  617. annoying = false
  618. hwalk = false
  619. droppinghats = false
  620. droppingtools = false
  621. flying = false
  622. spamdelay = 1
  623. spamming = false
  624. spammingpm = false
  625. cbringing = false
  626. remotes = true
  627. added = true
  628. binds = false
  629. stopsitting = false
  630. clickgoto = false
  631. gettingtools = false
  632. removingmeshhats = false
  633. removingmeshtool = false
  634. clickdel = false
  635. staring = false
  636. chatlogs = false
  637. banpl = false
  638. changingstate = false
  639. statechosen = 0
  640.  
  641. adminversion = "Reviz Admin by illremember, Version 2.0"
  642.  
  643. flying = false
  644. speedfly = 1
  645.  
  646. function plrchat(plr, chat)
  647. print(plr.Name..": "..tick().."\n"..chat)
  648. end
  649.  
  650. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  651. v.Chatted:connect(function(chat)
  652. if chatlogs then
  653. plrchat(v, chat)
  654. end
  655. end)
  656. end
  657. game:GetService("Players").PlayerAdded:connect(function(plr)
  658. plr.Chatted:connect(function(chat)
  659. if chatlogs then
  660. plrchat(plr, chat)
  661. end
  662. end)
  663. end)
  664.  
  665.  
  666. local ScreenGui = Instance.new("ScreenGui")
  667. local Frame = Instance.new("Frame")
  668. local CMDBAR = Instance.new("TextBox")
  669. ScreenGui.Parent = game:GetService("CoreGui")
  670. Frame.Parent = ScreenGui
  671. Frame.BackgroundColor3 = Color3.new(0.3, 0.1, 0.1)
  672. Frame.BackgroundTransparency = 0.3
  673. Frame.Position = UDim2.new(0.5, 0, 0, 10)
  674. Frame.Size = UDim2.new(0, 200, 0, 40)
  675. Frame.Active = true
  676. Frame.Draggable = true
  677. CMDBAR.Name = "CMDBAR"
  678. CMDBAR.Parent = Frame
  679. CMDBAR.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  680. CMDBAR.BackgroundTransparency = 0.20000000298023
  681. CMDBAR.Size = UDim2.new(0, 180, 0, 20)
  682. CMDBAR.Position = UDim2.new(0.05, 0, 0.25, 0)
  683. CMDBAR.Font = Enum.Font.SourceSansLight
  684. CMDBAR.FontSize = Enum.FontSize.Size14
  685. CMDBAR.TextColor3 = Color3.new(0.945098, 0.945098, 0.945098)
  686. CMDBAR.TextScaled = true
  687. CMDBAR.TextSize = 14
  688. CMDBAR.TextWrapped = true
  689. CMDBAR.Text = "Press ; to type, Enter to execute"
  690.  
  691. local CMDS = Instance.new("ScreenGui")
  692. local CMDSFRAME = Instance.new("Frame")
  693. local ScrollingFrame = Instance.new("ScrollingFrame")
  694. local TextLabel = Instance.new("TextLabel")
  695. local closegui = Instance.new("TextButton")
  696. CMDS.Name = "CMDS"
  697. CMDS.Parent = game:GetService("CoreGui")
  698. CMDSFRAME.Name = "CMDSFRAME"
  699. CMDSFRAME.Parent = CMDS
  700. CMDSFRAME.Active = true
  701. CMDSFRAME.BackgroundColor3 = Color3.new(0.223529, 0.231373, 0.309804)
  702. CMDSFRAME.BorderSizePixel = 0
  703. CMDSFRAME.Draggable = true
  704. CMDSFRAME.Position = UDim2.new(0, 315, 0, 100)
  705. CMDSFRAME.Size = UDim2.new(0, 275, 0, 275)
  706. CMDSFRAME.Visible = false
  707. ScrollingFrame.Parent = CMDSFRAME
  708. ScrollingFrame.BackgroundColor3 = Color3.new(0.160784, 0.160784, 0.203922)
  709. ScrollingFrame.BorderSizePixel = 0
  710. ScrollingFrame.Position = UDim2.new(0, 0, 0.0729999989, 0)
  711. ScrollingFrame.Size = UDim2.new(1.04999995, 0, 0.92900002, 0)
  712. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 10, 0)
  713. TextLabel.Parent = ScrollingFrame
  714. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  715. TextLabel.BackgroundTransparency = 1
  716. TextLabel.Size = UDim2.new(0.930000007, 0, 1, 0)
  717. TextLabel.Font = Enum.Font.SourceSans
  718. TextLabel.FontSize = Enum.FontSize.Size18
  719. 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."
  720. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  721. TextLabel.TextSize = 15
  722. TextLabel.TextWrapped = true
  723. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  724. TextLabel.TextYAlignment = Enum.TextYAlignment.Top
  725. closegui.Name = "closegui"
  726. closegui.Parent = CMDSFRAME
  727. closegui.BackgroundColor3 = Color3.new(0.890196, 0.223529, 0.0588235)
  728. closegui.BorderSizePixel = 0
  729. closegui.Position = UDim2.new(0.995000005, 0, 0, 0)
  730. closegui.Size = UDim2.new(0.0545952693, 0, 0.0728644878, 0)
  731. closegui.Font = Enum.Font.SourceSansBold
  732. closegui.FontSize = Enum.FontSize.Size24
  733. closegui.Text = "X"
  734. closegui.TextColor3 = Color3.new(1, 1, 1)
  735. closegui.TextSize = 20
  736.  
  737. closegui.MouseButton1Click:connect(function()
  738.    CMDSFRAME.Visible = false
  739. end)
  740.  
  741. game:GetService('RunService').Stepped:connect(function()
  742.    if spin then
  743.        lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[spinplr.Name].Character.HumanoidRootPart.CFrame
  744.    end
  745.    if followed then
  746.        lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame.lookVector * -5
  747.    end
  748.    if traill then
  749.        lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame.lookVector * 5
  750.    end
  751.    if annoying then
  752.        lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[annplr.Name].Character.HumanoidRootPart.CFrame
  753.    end
  754.    if hwalk then
  755.        lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[hdwplr.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 4, 0)
  756.    end
  757.    if staring then
  758.        lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(lplayer.Character.Torso.Position, game:GetService("Players")[stareplr.Name].Character.Torso.Position)
  759.    end
  760. end)
  761. game:GetService('RunService').Stepped:connect(function()
  762.    if noclip then
  763.        if lplayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  764.            lplayer.Character.Head.CanCollide = false
  765.            lplayer.Character.Torso.CanCollide = false
  766.            lplayer.Character["Left Leg"].CanCollide = false
  767.            lplayer.Character["Right Leg"].CanCollide = false
  768.        else
  769.            lplayer.Character.Humanoid:ChangeState(11)
  770.        end
  771.    end
  772.    if changingstate then
  773.        lplayer.Character.Humanoid:ChangeState(statechosen)
  774.    end
  775. end)
  776. game:GetService('RunService').Stepped:connect(function()
  777.    if droppinghats then
  778.        for i,v in pairs(lplayer.Character:GetChildren()) do
  779.            if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  780.                v.Parent = workspace
  781.            end
  782.        end
  783.    end
  784.    if droppingtools then
  785.        for i,v in pairs(lplayer.Character:GetChildren()) do
  786.            if (v:IsA("Tool")) then
  787.                v.Parent = workspace
  788.            end
  789.        end
  790.    end
  791.    if removingmeshhats then
  792.        for i,v in pairs(lplayer.Character:GetChildren()) do
  793.            if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  794.                v.Handle.Mesh:Destroy()
  795.            end
  796.        end
  797.    end
  798.    if removingmeshtool then
  799.        for i,v in pairs(lplayer.Character:GetChildren()) do
  800.            if (v:IsA("Tool")) then
  801.                v.Handle.Mesh:Destroy()
  802.            end
  803.        end
  804.    end
  805. end)
  806. game:GetService('RunService').Stepped:connect(function()
  807.    if banpl then
  808.        lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[bplrr].Character.HumanoidRootPart.CFrame
  809.    end
  810. end)
  811. game:GetService('RunService').Stepped:connect(function()
  812.    if stopsitting then
  813.        lplayer.Character.Humanoid.Sit = false
  814.    end
  815. end)
  816.  
  817. plr = lplayer
  818. hum = plr.Character.HumanoidRootPart
  819. mouse = plr:GetMouse()
  820. mouse.KeyDown:connect(function(key)
  821.    if key == "e" then
  822.        if mouse.Target then
  823.            if clickgoto then
  824.                hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  825.            elseif clickdel then
  826.                mouse.Target:Destroy()
  827.            end
  828.        end
  829.    end
  830. end)
  831.  
  832. game:GetService("Workspace").ChildAdded:connect(function(part)
  833.    if gettingtools then
  834.        if part:IsA("Tool") then
  835.            part.Handle.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  836.        end
  837.    end
  838. end)
  839.  
  840. lplayer.Chatted:Connect(function(msg)
  841.    if string.sub(msg, 1, 6) == (prefix.."kill ") then
  842.        if string.sub(msg, 7) == "me" then
  843.            lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  844.        else
  845.            for i,v in pairs(GetPlayer(string.sub(msg, 7)))do
  846.                local NOW = lplayer.Character.HumanoidRootPart.CFrame
  847.                lplayer.Character.Humanoid.Name = 1
  848.                local l = lplayer.Character["1"]:Clone()
  849.                l.Parent = lplayer.Character
  850.                l.Name = "Humanoid"
  851.                wait(0.1)
  852.                lplayer.Character["1"]:Destroy()
  853.                game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  854.                lplayer.Character.Animate.Disabled = true
  855.                wait(0.1)
  856.                lplayer.Character.Animate.Disabled = false
  857.                lplayer.Character.Humanoid.DisplayDistanceType = "None"
  858.                for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  859.                lplayer.Character.Humanoid:EquipTool(v)
  860.                end
  861.                local function tp(player,player2)
  862.                local char1,char2=player.Character,player2.Character
  863.                if char1 and char2 then
  864.                char1:MoveTo(char2.Head.Position)
  865.                end
  866.                end
  867.                wait(0.1)
  868.                lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  869.                wait(0.2)
  870.                lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  871.                wait(0.5)
  872.                lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  873.                wait(0.7)
  874.                tp(lplayer,game:GetService("Players")[v.Name])
  875.                wait(0.7)
  876.                lplayer.Character.HumanoidRootPart.CFrame = NOW
  877.                game:GetService("StarterGui"):SetCore("SendNotification", {
  878.                Title = "Tools needed!";
  879.                Text = "You need a tool in your backpack for this command!";
  880.                })
  881.            end
  882.        end
  883.    end
  884.    if string.sub(msg, 1, 7) == (prefix.."bring ") then
  885.        for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  886.            local NOW = lplayer.Character.HumanoidRootPart.CFrame
  887.            lplayer.Character.Humanoid.Name = 1
  888.            local l = lplayer.Character["1"]:Clone()
  889.            l.Parent = lplayer.Character
  890.            l.Name = "Humanoid"
  891.            wait(0.1)
  892.            lplayer.Character["1"]:Destroy()
  893.            game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  894.            lplayer.Character.Animate.Disabled = true
  895.            wait(0.1)
  896.            lplayer.Character.Animate.Disabled = false
  897.            lplayer.Character.Humanoid.DisplayDistanceType = "None"
  898.            for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  899.            lplayer.Character.Humanoid:EquipTool(v)
  900.            end
  901.            local function tp(player,player2)
  902.            local char1,char2=player.Character,player2.Character
  903.            if char1 and char2 then
  904.            char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  905.            end
  906.            end
  907.            local function getout(player,player2)
  908.            local char1,char2=player.Character,player2.Character
  909.            if char1 and char2 then
  910.            char1:MoveTo(char2.Head.Position)
  911.            end
  912.            end
  913.            tp(game:GetService("Players")[v.Name], lplayer)
  914.            wait(0.2)
  915.            tp(game:GetService("Players")[v.Name], lplayer)
  916.            wait(0.5)
  917.            lplayer.Character.HumanoidRootPart.CFrame = NOW
  918.            wait(0.5)
  919.            getout(lplayer, game:GetService("Players")[v.Name])
  920.            wait(0.3)
  921.            lplayer.Character.HumanoidRootPart.CFrame = NOW
  922.            game:GetService("StarterGui"):SetCore("SendNotification", {
  923.            Title = "Tools needed!";
  924.            Text = "You need a tool in your backpack for this command!";
  925.            })
  926.        end
  927.    end
  928.    if string.sub(msg, 1, 6) == (prefix.."spin ") then
  929.        for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  930.            lplayer.Character.Humanoid.Name = 1
  931.            local l = lplayer.Character["1"]:Clone()
  932.            l.Parent = lplayer.Character
  933.            l.Name = "Humanoid"
  934.            wait(0.1)
  935.            lplayer.Character["1"]:Destroy()
  936.            game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  937.            lplayer.Character.Animate.Disabled = true
  938.            wait(0.1)
  939.            lplayer.Character.Animate.Disabled = false
  940.            lplayer.Character.Humanoid.DisplayDistanceType = "None"
  941.            lplayer.Character.Animate.Disabled = false
  942.            for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  943.            lplayer.Character.Humanoid:EquipTool(v)
  944.            end
  945.            lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  946.            spinplr = v
  947.            wait(0.5)
  948.            spin = true
  949.            game:GetService("StarterGui"):SetCore("SendNotification", {
  950.            Title = "Tools needed!";
  951.            Text = "You need a tool in your backpack for this command!";
  952.            })
  953.        end
  954.    end
  955.    if string.sub(msg, 1, 7) == (prefix.."unspin") then
  956.        spin = false
  957.    end
  958.    if string.sub(msg, 1, 8) == (prefix.."attach ") then
  959.        for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  960.            lplayer.Character.Humanoid.Name = 1
  961.            local l = lplayer.Character["1"]:Clone()
  962.            l.Parent = lplayer.Character
  963.            l.Name = "Humanoid"
  964.            wait(0.1)
  965.            lplayer.Character["1"]:Destroy()
  966.            game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  967.            lplayer.Character.Animate.Disabled = true
  968.            wait(0.1)
  969.            lplayer.Character.Animate.Disabled = false
  970.            lplayer.Character.Humanoid.DisplayDistanceType = "None"
  971.            for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  972.            lplayer.Character.Humanoid:EquipTool(v)
  973.            end
  974.            lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  975.            wait(0.3)
  976.            lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  977.            attplr = v
  978.            game:GetService("StarterGui"):SetCore("SendNotification", {
  979.            Title = "Tools needed!";
  980.            Text = "You need a tool in your backpack for this command!";
  981.            })
  982.        end
  983.    end
  984.    if string.sub(msg, 1, 10) == (prefix.."unattach ") then
  985.        for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  986.            local function getout(player,player2)
  987.            local char1,char2=player.Character,player2.Character
  988.            if char1 and char2 then
  989.            char1:MoveTo(char2.Head.Position)
  990.            end
  991.            end
  992.            getout(lplayer, game:GetService("Players")[v.Name])
  993.        end
  994.    end
  995.    if string.sub(msg, 1, 8) == (prefix.."follow ") then
  996.        for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  997.            followed = true
  998.            flwplr = v
  999.        end
  1000.    end
  1001.    if string.sub(msg, 1, 9) == (prefix.."unfollow") then
  1002.        followed = false
  1003.    end
  1004.    if string.sub(msg, 1, 10) == (prefix.."freefall ") then
  1005.        for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  1006.            local NOW = lplayer.Character.HumanoidRootPart.CFrame
  1007.            lplayer.Character.Humanoid.Name = 1
  1008.            local l = lplayer.Character["1"]:Clone()
  1009.            l.Parent = lplayer.Character
  1010.            l.Name = "Humanoid"
  1011.            wait(0.1)
  1012.            lplayer.Character["1"]:Destroy()
  1013.            game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1014.            lplayer.Character.Animate.Disabled = true
  1015.            wait(0.1)
  1016.            lplayer.Character.Animate.Disabled = false
  1017.            lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1018.            for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1019.            lplayer.Character.Humanoid:EquipTool(v)
  1020.            end
  1021.            lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1022.            wait(0.2)
  1023.            lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1024.            wait(0.6)
  1025.            lplayer.Character.HumanoidRootPart.CFrame = NOW
  1026.            wait(0.6)
  1027.            lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  1028.            game:GetService("StarterGui"):SetCore("SendNotification", {
  1029.            Title = "Tools needed!";
  1030.            Text = "You need a tool in your backpack for this command!";
  1031.            })
  1032.        end
  1033.    end
  1034.    if string.sub(msg, 1, 7) == (prefix.."trail ") then
  1035.        for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  1036.            traill = true
  1037.            trlplr = v
  1038.        end
  1039.    end
  1040.    if string.sub(msg, 1, 8) == (prefix.."untrail") then
  1041.        traill = false
  1042.    end
  1043.    if string.sub(msg, 1, 7) == (prefix.."orbit ") then
  1044.        if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  1045.            lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  1046.        else
  1047.            for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  1048.                local o = Instance.new("RocketPropulsion")
  1049.                o.Parent = lplayer.Character.HumanoidRootPart
  1050.                o.Name = "Orbit"
  1051.                o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  1052.                o:Fire()
  1053.                noclip = true
  1054.            end
  1055.        end
  1056.    end
  1057.    if string.sub(msg, 1, 8) == (prefix.."unorbit") then
  1058.        lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  1059.        noclip = false
  1060.    end
  1061.    if string.sub(msg, 1, 7) == (prefix.."fling ") then
  1062.        if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  1063.            lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  1064.        else
  1065.            for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  1066.                local y = Instance.new("RocketPropulsion")
  1067.                y.Parent = lplayer.Character.HumanoidRootPart
  1068.                y.CartoonFactor = 1
  1069.                y.MaxThrust = 800000
  1070.                y.MaxSpeed = 1000
  1071.                y.ThrustP = 200000
  1072.                y.Name = "Fling"
  1073.                game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  1074.                y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  1075.                y:Fire()
  1076.                noclip = true
  1077.            end
  1078.        end
  1079.    end
  1080.    if string.sub(msg, 1, 8) == (prefix.."unfling") then
  1081.        noclip = false
  1082.        lplayer.Character.HumanoidRootPart.Fling:Destroy()
  1083.        game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  1084.        wait(0.4)
  1085.        lplayer.Character.HumanoidRootPart.Fling:Destroy()
  1086.    end
  1087.    if string.sub(msg, 1, 8) == (prefix.."fecheck") then
  1088.        if game:GetService("Workspace").FilteringEnabled == true then
  1089.            warn("FE is Enabled (Filtering Enabled)")
  1090.            game:GetService("StarterGui"):SetCore("SendNotification", {
  1091.                Title = "FE is Enabled";
  1092.                Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  1093.            })
  1094.        else
  1095.            warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  1096.            game:GetService("StarterGui"):SetCore("SendNotification", {
  1097.                Title = "FE is Disabled";
  1098.                Text = "Filtering Disabled. Consider using a different admin script.";
  1099.            })
  1100.        end
  1101.    end
  1102.    if string.sub(msg, 1, 6) == (prefix.."void ") then
  1103.        for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1104.            lplayer.Character.Humanoid.Name = 1
  1105.            local l = lplayer.Character["1"]:Clone()
  1106.            l.Parent = lplayer.Character
  1107.            l.Name = "Humanoid"
  1108.            wait(0.1)
  1109.            lplayer.Character["1"]:Destroy()
  1110.            game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1111.            lplayer.Character.Animate.Disabled = true
  1112.            wait(0.1)
  1113.            lplayer.Character.Animate.Disabled = false
  1114.            lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1115.            for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1116.            lplayer.Character.Humanoid:EquipTool(v)
  1117.            end
  1118.            lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1119.            wait(0.2)
  1120.            lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1121.            wait(0.6)
  1122.            lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  1123.            game:GetService("StarterGui"):SetCore("SendNotification", {
  1124.            Title = "Tools needed!";
  1125.            Text = "You need a tool in your backpack for this command!";
  1126.            })
  1127.        end
  1128.    end
  1129.    if string.sub(msg, 1, 7) == (prefix.."noclip") then
  1130.        noclip = true
  1131.        game:GetService("StarterGui"):SetCore("SendNotification", {
  1132.        Title = "Noclip enabled";
  1133.        Text = "Type ;clip to disable";
  1134.        })
  1135.    end
  1136.    if string.sub(msg, 1, 5) == (prefix.."clip") then
  1137.        noclip = false
  1138.        game:GetService("StarterGui"):SetCore("SendNotification", {
  1139.        Title = "Noclip disabled";
  1140.        Text = "Type ;noclip to enable";
  1141.        })
  1142.    end
  1143.    if string.sub(msg, 1, 7) == (prefix.."speed ") then
  1144.        lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 8))
  1145.    end
  1146.    if string.sub(msg, 1, 4) == (prefix.."ws ") then
  1147.        lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 5))
  1148.    end
  1149.    if string.sub(msg, 1, 11) == (prefix.."hipheight ") then
  1150.        lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 12))
  1151.    end
  1152.    if string.sub(msg, 1, 4) == (prefix.."hh ") then
  1153.        lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 5))
  1154.    end
  1155.    if string.sub(msg, 1, 11) == (prefix.."jumppower ") then
  1156.        lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 12))
  1157.    end
  1158.    if string.sub(msg, 1, 4) == (prefix.."jp ") then
  1159.        lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 5))
  1160.    end
  1161.    if string.sub(msg, 1, 8) == (prefix.."default") then
  1162.        lplayer.Character.Humanoid.JumpPower = 50
  1163.        lplayer.Character.Humanoid.WalkSpeed = 16
  1164.        lplayer.Character.Humanoid.HipHeight = 0
  1165.    end
  1166.    if string.sub(msg, 1, 7) == (prefix.."annoy ") then
  1167.        for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  1168.            annoying = true
  1169.            annplr = v
  1170.        end
  1171.    end
  1172.    if string.sub(msg, 1, 8) == (prefix.."unannoy") then
  1173.        annoying = false
  1174.    end
  1175.    if string.sub(msg, 1, 10) == (prefix.."headwalk ") then
  1176.        for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  1177.            hwalk = true
  1178.            hdwplr = v
  1179.        end
  1180.    end
  1181.    if string.sub(msg, 1, 11) == (prefix.."unheadwalk") then
  1182.        hwalk = false
  1183.    end
  1184.    if string.sub(msg, 1, 8) == (prefix.."nolimbs") then
  1185.        lplayer.Character["Left Leg"]:Destroy()
  1186.        lplayer.Character["Left Arm"]:Destroy()
  1187.        lplayer.Character["Right Leg"]:Destroy()
  1188.        lplayer.Character["Right Arm"]:Destroy()
  1189.    end
  1190.    if string.sub(msg, 1, 4) == (prefix.."god") then
  1191.        lplayer.Character.Humanoid.Name = 1
  1192.        local l = lplayer.Character["1"]:Clone()
  1193.        l.Parent = lplayer.Character
  1194.        l.Name = "Humanoid"
  1195.        wait(0.1)
  1196.        lplayer.Character["1"]:Destroy()
  1197.        game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1198.        lplayer.Character.Animate.Disabled = true
  1199.        wait(0.1)
  1200.        lplayer.Character.Animate.Disabled = false
  1201.        lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1202.        game:GetService("StarterGui"):SetCore("SendNotification", {
  1203.        Title = "FE Godmode enabled";
  1204.        Text = "Use ;grespawn or ;respawn to remove";
  1205.        })
  1206.    end
  1207.    if string.sub(msg, 1, 9) == (prefix.."drophats") then
  1208.        for i,v in pairs(lplayer.Character:GetChildren()) do
  1209.            if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  1210.                v.Parent = workspace
  1211.            end
  1212.        end
  1213.    end
  1214.    if string.sub(msg, 1, 9) == (prefix.."droptool") then
  1215.        for i,v in pairs(lplayer.Character:GetChildren()) do
  1216.            if (v:IsA("Tool")) then
  1217.                v.Parent = workspace
  1218.            end
  1219.        end
  1220.    end
  1221.    if string.sub(msg, 1, 10) == (prefix.."loopdhats") then
  1222.        droppinghats = true
  1223.        game:GetService("StarterGui"):SetCore("SendNotification", {
  1224.        Title = "Loop Drop Enabled";
  1225.        Text = "Type ;unloopdhats to disable";
  1226.        })
  1227.    end
  1228.    if string.sub(msg, 1, 12) == (prefix.."unloopdhats") then
  1229.        droppinghats = false
  1230.        game:GetService("StarterGui"):SetCore("SendNotification", {
  1231.        Title = "Loop Drop Disabled";
  1232.        Text = "Type ;loopdhats to enable.";
  1233.        })
  1234.    end
  1235.    if string.sub(msg, 1, 10) == (prefix.."loopdtool") then
  1236.        droppingtools = true
  1237.        game:GetService("StarterGui"):SetCore("SendNotification", {
  1238.        Title = "Loop Drop Enabled";
  1239.        Text = "Type ;unloopdtool to disable";
  1240.        })
  1241.    end
  1242.    if string.sub(msg, 1, 12) == (prefix.."unloopdtool") then
  1243.        droppingtools = false
  1244.        game:GetService("StarterGui"):SetCore("SendNotification", {
  1245.        Title = "Loop Drop Disabled";
  1246.        Text = "Type ;loopdtool to enable.";
  1247.        })
  1248.    end
  1249.    if string.sub(msg, 1, 10) == (prefix.."invisible") then -- Credit to Timeless
  1250.        Local = game:GetService('Players').LocalPlayer
  1251.        Char  = Local.Character
  1252.        touched,tpdback = false, false
  1253.        box = Instance.new('Part',workspace)
  1254.        box.Anchored = true
  1255.        box.CanCollide = true
  1256.        box.Size = Vector3.new(10,1,10)
  1257.        box.Position = Vector3.new(0,10000,0)
  1258.        box.Touched:connect(function(part)
  1259.            if (part.Parent.Name == Local.Name) then
  1260.                if touched == false then
  1261.                    touched = true
  1262.                    function apply()
  1263.                        if script.Disabled ~= true then
  1264.                            no = Char.HumanoidRootPart:Clone()
  1265.                            wait(.25)
  1266.                            Char.HumanoidRootPart:Destroy()
  1267.                            no.Parent = Char
  1268.                            Char:MoveTo(loc)
  1269.                            touched = false
  1270.                        end end
  1271.                    if Char then
  1272.                        apply()
  1273.                    end
  1274.                end
  1275.            end
  1276.        end)
  1277.        repeat wait() until Char
  1278.        loc = Char.HumanoidRootPart.Position
  1279.        Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  1280.        game:GetService("StarterGui"):SetCore("SendNotification", {
  1281.        Title = "Invisibility enabled!";
  1282.        Text = "Reset or use ;respawn to remove.";
  1283.        })
  1284.    end
  1285.    if string.sub(msg, 1, 6) == (prefix.."view ") then
  1286.        for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1287.            if game:GetService("Players")[v.Name].Character.Humanoid then
  1288.                game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  1289.            else
  1290.                game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  1291.            end
  1292.        end
  1293.    end
  1294.    if string.sub(msg, 1, 7) == (prefix.."unview") then
  1295.        if lplayer.Character.Humanoid then
  1296.            game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  1297.        else
  1298.            game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  1299.        end
  1300.    end
  1301.    if string.sub(msg, 1, 6) == (prefix.."goto ") then
  1302.        for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1303.            lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1304.        end
  1305.    end
  1306.    if string.sub(msg, 1, 4) == (prefix.."fly") then
  1307.    repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  1308.    repeat wait() until Mouse
  1309.  
  1310.    local T = lplayer.Character.HumanoidRootPart
  1311.    local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  1312.    local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  1313.    local SPEED = speedget
  1314.  
  1315.    local function fly()
  1316.        flying = true
  1317.        local BG = Instance.new('BodyGyro', T)
  1318.        local BV = Instance.new('BodyVelocity', T)
  1319.        BG.P = 9e4
  1320.        BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  1321.        BG.cframe = T.CFrame
  1322.        BV.velocity = Vector3.new(0, 0.1, 0)
  1323.        BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1324.        spawn(function()
  1325.        repeat wait()
  1326.        lplayer.Character.Humanoid.PlatformStand = true
  1327.        if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  1328.        SPEED = 50
  1329.        elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  1330.        SPEED = 0
  1331.        end
  1332.        if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  1333.        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
  1334.        lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  1335.        elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  1336.        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
  1337.        else
  1338.        BV.velocity = Vector3.new(0, 0.1, 0)
  1339.        end
  1340.        BG.cframe = workspace.CurrentCamera.CoordinateFrame
  1341.                until not flying
  1342.                CONTROL = {F = 0, B = 0, L = 0, R = 0}
  1343.                lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  1344.                SPEED = 0
  1345.                BG:destroy()
  1346.                BV:destroy()
  1347.                lplayer.Character.Humanoid.PlatformStand = false
  1348.            end)
  1349.        end
  1350.    Mouse.KeyDown:connect(function(KEY)
  1351.        if KEY:lower() == 'w' then
  1352.            CONTROL.F = speedfly
  1353.        elseif KEY:lower() == 's' then
  1354.            CONTROL.B = -speedfly
  1355.        elseif KEY:lower() == 'a' then
  1356.            CONTROL.L = -speedfly
  1357.        elseif KEY:lower() == 'd' then
  1358.            CONTROL.R = speedfly
  1359.        end
  1360.    end)
  1361.    Mouse.KeyUp:connect(function(KEY)
  1362.        if KEY:lower() == 'w' then
  1363.            CONTROL.F = 0
  1364.        elseif KEY:lower() == 's' then
  1365.            CONTROL.B = 0
  1366.        elseif KEY:lower() == 'a' then
  1367.            CONTROL.L = 0
  1368.        elseif KEY:lower() == 'd' then
  1369.            CONTROL.R = 0
  1370.        end
  1371.    end)
  1372.    fly()
  1373.    end
  1374.    if string.sub(msg, 1, 6) == (prefix.."unfly") then
  1375.        flying = false
  1376.        lplayer.Character.Humanoid.PlatformStand = false
  1377.    end
  1378.    if string.sub(msg, 1, 6) == (prefix.."chat ") then
  1379.        game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(msg, 7)), "All")
  1380.    end
  1381.    if string.sub(msg, 1, 6) == (prefix.."spam ") then
  1382.        spamtext = (string.sub(msg, 7))
  1383.        spamming = true
  1384.    end
  1385.    if string.sub(msg, 1, 7) == (prefix.."unspam") then
  1386.        spamming = false
  1387.    end
  1388.    if string.sub(msg, 1, 10) == (prefix.."spamwait ") then
  1389.        spamdelay = (string.sub(msg, 11))
  1390.    end
  1391.    if string.sub(msg, 1, 8) == (prefix.."pmspam ") then
  1392.        for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1393.            pmspammed = v.Name
  1394.            spammingpm = true
  1395.        end
  1396.    end
  1397.    if string.sub(msg, 1, 9) == (prefix.."unpmspam") then
  1398.        spammingpm = false
  1399.    end
  1400.    if string.sub(msg, 1, 9) == (prefix.."cfreeze ") then
  1401.        for i,v in pairs(GetPlayer(string.sub(msg, 10))) do
  1402.            v.Character["Left Leg"].Anchored = true
  1403.            v.Character["Left Arm"].Anchored = true
  1404.            v.Character["Right Leg"].Anchored = true
  1405.            v.Character["Right Arm"].Anchored = true
  1406.            v.Character.Torso.Anchored = true
  1407.            v.Character.Head.Anchored = true
  1408.        end
  1409.    end
  1410.    if string.sub(msg, 1, 11) == (prefix.."uncfreeze ") then
  1411.        for i,v in pairs(GetPlayer(string.sub(msg, 12))) do
  1412.            v.Character["Left Leg"].Anchored = false
  1413.            v.Character["Left Arm"].Anchored = false
  1414.            v.Character["Right Leg"].Anchored = false
  1415.            v.Character["Right Arm"].Anchored = false
  1416.            v.Character.Torso.Anchored = false
  1417.            v.Character.Head.Anchored = false
  1418.        end
  1419.    end
  1420.    if string.sub(msg, 1, 9) == (prefix.."unlockws") then
  1421.        local a = game:GetService("Workspace"):getChildren()
  1422.        for i = 1, #a do
  1423.            if a[i].className == "Part" then
  1424.                a[i].Locked = false
  1425.            elseif a[i].className == "Model" then
  1426.                local r = a[i]:getChildren()
  1427.                for i = 1, #r do
  1428.                    if r[i].className == "Part" then
  1429.                    r[i].Locked = false
  1430.                    end
  1431.                end
  1432.            end
  1433.        end
  1434.        game:GetService("StarterGui"):SetCore("SendNotification", {
  1435.        Title = "Success!";
  1436.        Text = "Workspace unlocked. Use ;lockws to lock.";
  1437.        })
  1438.    end
  1439.    if string.sub(msg, 1, 7) == (prefix.."lockws") then
  1440.        local a = game:GetService("Workspace"):getChildren()
  1441.        for i = 1, #a do
  1442.            if a[i].className == "Part" then
  1443.                a[i].Locked = true
  1444.            elseif a[i].className == "Model" then
  1445.                local r = a[i]:getChildren()
  1446.                for i = 1, #r do
  1447.                    if r[i].className == "Part" then
  1448.                    r[i].Locked = true
  1449.                    end
  1450.                end
  1451.            end
  1452.        end
  1453.    end
  1454.    if string.sub(msg, 1, 7) == (prefix.."btools") then
  1455.        local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  1456.        Clone_T.BinType = "Clone"
  1457.        local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  1458.        Destruct.BinType = "Hammer"
  1459.        local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  1460.        Hold_T.BinType = "Grab"
  1461.    end
  1462.    if string.sub(msg, 1, 7) == (prefix.."pstand") then
  1463.        lplayer.Character.Humanoid.PlatformStand = true
  1464.    end
  1465.    if string.sub(msg, 1, 9) == (prefix.."unpstand") then
  1466.        lplayer.Character.Humanoid.PlatformStand = false
  1467.    end
  1468.    if string.sub(msg, 1, 10) == (prefix.."blockhead") then
  1469.        lplayer.Character.Head.Mesh:Destroy()
  1470.    end
  1471.    if string.sub(msg, 1, 4) == (prefix.."sit") then
  1472.        lplayer.Character.Humanoid.Sit = true
  1473.    end
  1474.    if string.sub(msg, 1, 10) == (prefix.."bringobj ") then
  1475.        local function bringobjw()
  1476.        for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  1477.        if obj.Name == (string.sub(msg, 11)) then
  1478.        obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  1479.        obj.CanCollide = false
  1480.        obj.Transparency = 0.7
  1481.        wait()
  1482.        obj.CFrame = lplayer.Character["Left Leg"].CFrame
  1483.        wait()
  1484.        obj.CFrame = lplayer.Character["Right Leg"].CFrame
  1485.        wait()
  1486.        obj.CFrame = lplayer.Character["Head"].CFrame
  1487.        end
  1488.        end
  1489.        end
  1490.        while wait() do
  1491.            bringobjw()
  1492.        end
  1493.        game:GetService("StarterGui"):SetCore("SendNotification", {
  1494.        Title = "BringObj";
  1495.        Text = "BringObj enabled.";
  1496.        })
  1497.    end
  1498.    if string.sub(msg, 1, 7) == (prefix.."wsvis ") then
  1499.        vis = (string.sub(msg, 8))
  1500.        local a = game:GetService("Workspace"):GetDescendants()
  1501.        for i = 1, #a do
  1502.            if a[i].className == "Part" then
  1503.                a[i].Transparency = vis
  1504.            elseif a[i].className == "Model" then
  1505.                local r = a[i]:getChildren()
  1506.                for i = 1, #r do
  1507.                    if r[i].className == "Part" then
  1508.                    r[i].Transparency = vis
  1509.                    end
  1510.                end
  1511.            end
  1512.        end
  1513.    end
  1514.    if string.sub(msg, 1, 11) == (prefix.."hypertotal") then
  1515.        loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  1516.        game:GetService("StarterGui"):SetCore("SendNotification", {
  1517.        Title = "Success!";
  1518.        Text = "HyperTotal GUI Loaded!";
  1519.        })
  1520.    end
  1521.    if string.sub(msg, 1, 5) == (prefix.."cmds") then
  1522.        CMDSFRAME.Visible = true
  1523.    end
  1524.    if string.sub(msg, 1, 10) == (prefix.."rmeshhats") then
  1525.        for i,v in pairs(lplayer.Character:GetChildren()) do
  1526.            if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  1527.                v.Handle.Mesh:Destroy()
  1528.            end
  1529.        end
  1530.    end
  1531.    if string.sub(msg, 1, 10) == (prefix.."blockhats") then
  1532.        for i,v in pairs(lplayer.Character:GetChildren()) do
  1533.            if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  1534.                v.Handle.Mesh:Destroy()
  1535.            end
  1536.        end
  1537.    end
  1538.    if string.sub(msg, 1, 10) == (prefix.."rmeshtool") then
  1539.        for i,v in pairs(lplayer.Character:GetChildren()) do
  1540.            if (v:IsA("Tool")) then
  1541.                v.Handle.Mesh:Destroy()
  1542.            end
  1543.        end
  1544.    end
  1545.    if string.sub(msg, 1, 10) == (prefix.."blocktool") then
  1546.        for i,v in pairs(lplayer.Character:GetChildren()) do
  1547.            if (v:IsA("Tool")) then
  1548.                v.Handle.Mesh:Destroy()
  1549.            end
  1550.        end
  1551.    end
  1552.    if string.sub(msg, 1, 8) == (prefix.."spinner") then
  1553.        local p = Instance.new("RocketPropulsion")
  1554.        p.Parent = lplayer.Character.HumanoidRootPart
  1555.        p.Name = "Spinner"
  1556.        p.Target = lplayer.Character["Left Arm"]
  1557.        p:Fire()
  1558.        game:GetService("StarterGui"):SetCore("SendNotification", {
  1559.        Title = "Spinner enabled";
  1560.        Text = "Type ;nospinner to disable.";
  1561.        })
  1562.    end
  1563.    if string.sub(msg, 1, 10) == (prefix.."nospinner") then
  1564.        lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  1565.    end
  1566.    if string.sub(msg, 1, 7) == (prefix.."reachd") then
  1567.        for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  1568.            if v:isA("Tool") then
  1569.                local a = Instance.new("SelectionBox",v.Handle)
  1570.                a.Adornee = v.Handle
  1571.                v.Handle.Size = Vector3.new(0.5,0.5,60)
  1572.                v.GripPos = Vector3.new(0,0,0)
  1573.                lplayer.Character.Humanoid:UnequipTools()
  1574.            end
  1575.        end
  1576.        game:GetService("StarterGui"):SetCore("SendNotification", {
  1577.        Title = "Reach applied!";
  1578.        Text = "Applied to equipped sword. Use ;noreach to disable.";
  1579.        })
  1580.    end
  1581.    if string.sub(msg, 1, 7) == (prefix.."reach ") then
  1582.        for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  1583.            if v:isA("Tool") then
  1584.                handleSize = v.Handle.Size
  1585.                wait()
  1586.                local a = Instance.new("SelectionBox",v.Handle)
  1587.                a.Name = "a"
  1588.                a.Adornee = v.Handle
  1589.                v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(msg, 8)))
  1590.                v.GripPos = Vector3.new(0,0,0)
  1591.                lplayer.Character.Humanoid:UnequipTools()
  1592.            end
  1593.        end
  1594.        game:GetService("StarterGui"):SetCore("SendNotification", {
  1595.        Title = "Reach applied!";
  1596.        Text = "Applied to equipped sword. Use ;noreach to disable.";
  1597.        })
  1598.    end
  1599.    if string.sub(msg, 1, 8) == (prefix.."noreach") then
  1600.        for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  1601.            if v:isA("Tool") then
  1602.                v.Handle.a:Destroy()
  1603.                v.Handle.Size = handleSize
  1604.            end
  1605.        end
  1606.        game:GetService("StarterGui"):SetCore("SendNotification", {
  1607.        Title = "Reach removed!";
  1608.        Text = "Removed reach from equipped sword.";
  1609.        })
  1610.    end
  1611.    if string.sub(msg, 1, 7) == (prefix.."rkill ") then
  1612.        for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  1613.            lplayer.Character.Humanoid.Name = 1
  1614.            local l = lplayer.Character["1"]:Clone()
  1615.            l.Parent = lplayer.Character
  1616.            l.Name = "Humanoid"
  1617.            wait(0.1)
  1618.            lplayer.Character["1"]:Destroy()
  1619.            game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1620.            lplayer.Character.Animate.Disabled = true
  1621.            wait(0.1)
  1622.            lplayer.Character.Animate.Disabled = false
  1623.            lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1624.            for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1625.            lplayer.Character.Humanoid:EquipTool(v)
  1626.            end
  1627.            wait(0.1)
  1628.            lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1629.            wait(0.2)
  1630.            lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1631.            wait(0.5)
  1632.            lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  1633.            game:GetService("StarterGui"):SetCore("SendNotification", {
  1634.            Title = "Tools needed!";
  1635.            Text = "You need a tool in your backpack for this command!";
  1636.            })
  1637.        end
  1638.    end
  1639.    if string.sub(msg, 1, 7) == (prefix.."tp me ") then
  1640.        for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  1641.            lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1642.        end
  1643.    end
  1644.    if string.sub(msg, 1, 8) == (prefix.."cbring ") then
  1645.        if (string.sub(msg, 9)) == "all" or (string.sub(msg, 9)) == "All" or (string.sub(msg, 9)) == "ALL" then
  1646.            cbringall = true
  1647.        else
  1648.            for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1649.                brplr = v.Name
  1650.            end
  1651.        end
  1652.        cbring = true
  1653.    end
  1654.    if string.sub(msg, 1, 9) == (prefix.."uncbring") then
  1655.        cbring = false
  1656.        cbringall = false
  1657.    end
  1658.    if string.sub(msg, 1, 6) == (prefix.."swap ") then
  1659.        for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1660.            local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1661.            local NOW = lplayer.Character.HumanoidRootPart.CFrame
  1662.            lplayer.Character.Humanoid.Name = 1
  1663.            local l = lplayer.Character["1"]:Clone()
  1664.            l.Parent = lplayer.Character
  1665.            l.Name = "Humanoid"
  1666.            wait(0.1)
  1667.            lplayer.Character["1"]:Destroy()
  1668.            game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1669.            lplayer.Character.Animate.Disabled = true
  1670.            wait(0.1)
  1671.            lplayer.Character.Animate.Disabled = false
  1672.            lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1673.            for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1674.            lplayer.Character.Humanoid:EquipTool(v)
  1675.            end
  1676.            local function tp(player,player2)
  1677.            local char1,char2=player.Character,player2.Character
  1678.            if char1 and char2 then
  1679.            char1:MoveTo(char2.Head.Position)
  1680.            end
  1681.            end
  1682.            wait(0.1)
  1683.            lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1684.            wait(0.2)
  1685.            lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1686.            wait(0.5)
  1687.            lplayer.Character.HumanoidRootPart.CFrame = NOW
  1688.            wait(0.6)
  1689.            tp(lplayer, game:GetService("Players")[v.Name])
  1690.            wait(0.4)
  1691.            lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  1692.            game:GetService("StarterGui"):SetCore("SendNotification", {
  1693.            Title = "Tools needed!";
  1694.            Text = "You need a tool in your backpack for this command!";
  1695.            })
  1696.        end
  1697.    end
  1698.    if string.sub(msg, 1, 8) == (prefix.."glitch ") then
  1699.        for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1700.            lplayer.Character.Humanoid.Name = 1
  1701.            local l = lplayer.Character["1"]:Clone()
  1702.            l.Parent = lplayer.Character
  1703.            l.Name = "Humanoid"
  1704.            wait(0.1)
  1705.            lplayer.Character["1"]:Destroy()
  1706.            game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1707.            lplayer.Character.Animate.Disabled = true
  1708.            wait(0.1)
  1709.            lplayer.Character.Animate.Disabled = false
  1710.            lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1711.            for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1712.            lplayer.Character.Humanoid:EquipTool(v)
  1713.            end
  1714.            lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  1715.            wait(0.3)
  1716.            lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  1717.            wait(0.4)
  1718.            b = Instance.new("BodyForce")
  1719.            b.Parent = lplayer.Character.HumanoidRootPart
  1720.            b.Name = "Glitch"
  1721.            b.Force = Vector3.new(100000000,5000,0)
  1722.            game:GetService("StarterGui"):SetCore("SendNotification", {
  1723.            Title = "Tools needed!";
  1724.            Text = "You need a tool in your backpack for this command!";
  1725.            })
  1726.        end
  1727.    end
  1728.    if string.sub(msg, 1, 9) == (prefix.."unglitch") then
  1729.        lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  1730.        lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  1731.        b = Instance.new("BodyForce")
  1732.        b.Parent = lplayer.Character.HumanoidRootPart
  1733.        b.Name = "unGlitch"
  1734.        b.Force = Vector3.new(0,-5000000,0)
  1735.        wait(2)
  1736.        lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  1737.    end
  1738.    if string.sub(msg, 1, 9) == (prefix.."grespawn") then
  1739.        lplayer.Character.Humanoid.Health = 0
  1740.        wait(1)
  1741.        lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  1742.        lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  1743.    end
  1744.    if string.sub(msg, 1, 9) == (prefix.."explorer") then
  1745.        loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  1746.        game:GetService("StarterGui"):SetCore("SendNotification", {
  1747.        Title = "Success!";
  1748.        Text = "DEX Explorer has loaded.";
  1749.        })
  1750.    end
  1751.    if string.sub(msg, 1, 6) == (prefix.."anim ") then
  1752.        local Anim = Instance.new("Animation")
  1753.        Anim.AnimationId = "rbxassetid://"..(string.sub(msg, 7))
  1754.        local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  1755.        track:Play(.1, 1, 1)
  1756.    end
  1757.    if string.sub(msg, 1, 8) == (prefix.."animgui") then
  1758.        loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  1759.        game:GetService("StarterGui"):SetCore("SendNotification", {
  1760.        Title = "Success!";
  1761.        Text = "Energize Animations GUI has loaded.";
  1762.        })
  1763.    end
  1764.    if string.sub(msg, 1, 8) == (prefix.."savepos") then
  1765.        saved = lplayer.Character.HumanoidRootPart.CFrame
  1766.        game:GetService("StarterGui"):SetCore("SendNotification", {
  1767.        Title = "Position Saved";
  1768.        Text = "Use ;loadpos to return to saved position.";
  1769.        })
  1770.    end
  1771.    if string.sub(msg, 1, 8) == (prefix.."loadpos") then
  1772.        lplayer.Character.HumanoidRootPart.CFrame = saved
  1773.    end
  1774.    if string.sub(msg, 1, 6) == (prefix.."bang ") then
  1775.        for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1776.            local Anim2 = Instance.new("Animation")
  1777.            Anim2.AnimationId = "rbxassetid://148840371"
  1778.            local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  1779.            track2:Play(.1, 1, 1)
  1780.            bplrr = v.Name
  1781.            banpl = true
  1782.        end
  1783.    end
  1784.    if string.sub(msg, 1, 7) == (prefix.."unbang") then
  1785.        banpl = false
  1786.    end
  1787.    if string.sub(msg, 1, 10) == (prefix.."bringmod ") then
  1788.        local function bringmodw()
  1789.        for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  1790.        if obj.Name == (string.sub(msg, 11)) then
  1791.        for i,ch in pairs(obj:GetDescendants()) do
  1792.        if (ch:IsA("BasePart")) then
  1793.        ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  1794.        ch.CanCollide = false
  1795.        ch.Transparency = 0.7
  1796.        wait()
  1797.        ch.CFrame = lplayer.Character["Left Leg"].CFrame
  1798.        wait()
  1799.        ch.CFrame = lplayer.Character["Right Leg"].CFrame
  1800.        wait()
  1801.        ch.CFrame = lplayer.Character["Head"].CFrame
  1802.        end
  1803.        end
  1804.        end
  1805.        end
  1806.        end
  1807.        while wait() do
  1808.            bringmodw()
  1809.        end
  1810.        game:GetService("StarterGui"):SetCore("SendNotification", {
  1811.        Title = "BringMod";
  1812.        Text = "BringMod enabled.";
  1813.        })
  1814.    end
  1815.    if string.sub(msg, 1, 8) == (prefix.."respawn") then
  1816.        local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  1817.        local hum = Instance.new('Humanoid', mod)
  1818.        local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  1819.        lplayer.Character = mod
  1820.    end
  1821.    if string.sub(msg, 1, 9) == (prefix.."shutdown") then
  1822.        game:GetService'RunService'.Stepped:Connect(function()
  1823.        pcall(function()
  1824.            for i,v in pairs(game:GetService'Players':GetPlayers()) do
  1825.                if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  1826.                    for _,x in pairs(v.Character.Head:GetChildren()) do
  1827.                        if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  1828.                    end
  1829.                end
  1830.            end
  1831.        end)
  1832.        end)
  1833.        game:GetService("StarterGui"):SetCore("SendNotification", {
  1834.        Title = "Attempting Shutdown";
  1835.        Text = "Shutdown Attempt has begun.";
  1836.        })
  1837.    end
  1838.    if string.sub(msg, 1, 8) == (prefix.."delobj ") then
  1839.        objtodel = (string.sub(msg, 9))
  1840.        for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  1841.            if v.Name == objtodel then
  1842.                v:Destroy()
  1843.            end
  1844.        end
  1845.    end
  1846.    if string.sub(msg, 1, 8) == (prefix.."getplrs") then
  1847.        for i,v in pairs(game:GetService("Players"):GetPlayers())do
  1848.            print(v)
  1849.        end
  1850.        game:GetService("StarterGui"):SetCore("SendNotification", {
  1851.        Title = "Printed";
  1852.        Text = "Players have been printed to console. (F9)";
  1853.        })
  1854.    end
  1855.    if string.sub(msg, 1, 9) == (prefix.."deldecal") then
  1856.        for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  1857.            if (v:IsA("Decal")) then
  1858.                v:Destroy()
  1859.            end
  1860.        end
  1861.    end
  1862.    if string.sub(msg, 1, 11) == (prefix.."opfinality") then
  1863.        loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  1864.        game:GetService("StarterGui"):SetCore("SendNotification", {
  1865.        Title = "Success!";
  1866.        Text = "OpFinality GUI has loaded.";
  1867.        })
  1868.    end
  1869.    if string.sub(msg, 1, 8) == (prefix.."remotes") then
  1870.        remotes = true
  1871.        added = true
  1872.        game.DescendantAdded:connect(function(rmt)
  1873.        if added == true then
  1874.        if remotes == true then
  1875.        if rmt:IsA("RemoteEvent") then
  1876.        print("A RemoteEvent was added!")
  1877.        print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  1878.        print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  1879.        end end end
  1880.        end)
  1881.        game.DescendantAdded:connect(function(rmtfnctn)
  1882.        if added == true then
  1883.        if remotes == true then
  1884.        if rmtfnctn:IsA("RemoteFunction") then
  1885.        warn("A RemoteFunction was added!")
  1886.        warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  1887.        print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  1888.        end end end
  1889.        end)
  1890.      
  1891.        game.DescendantAdded:connect(function(bndfnctn)
  1892.        if added == true then
  1893.        if binds == true then
  1894.        if bndfnctn:IsA("BindableFunction") then
  1895.        print("A BindableFunction was added!")
  1896.        print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  1897.        print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  1898.        end end end
  1899.        end)
  1900.      
  1901.        game.DescendantAdded:connect(function(bnd)
  1902.        if added == true then
  1903.        if binds == true then
  1904.        if bnd:IsA("BindableEvent") then
  1905.        warn("A BindableEvent was added!")
  1906.        warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  1907.        print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  1908.        end end end
  1909.        end)
  1910.      
  1911.      
  1912.        if binds == true then
  1913.        for i,v in pairs(game:GetDescendants()) do
  1914.        if v:IsA("BindableFunction") then
  1915.        print(" game." .. v:GetFullName() .. " | BindableFunction")
  1916.        print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  1917.        end end
  1918.        for i,v in pairs(game:GetDescendants()) do
  1919.        if v:IsA("BindableEvent") then
  1920.        warn(" game." .. v:GetFullName() .. " | BindableEvent")
  1921.        print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  1922.        end end
  1923.        else
  1924.        print("Off")
  1925.        end
  1926.        if remotes == true then
  1927.        for i,v in pairs(game:GetDescendants()) do
  1928.        if v:IsA("RemoteFunction") then
  1929.        warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  1930.        print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  1931.        end end
  1932.        wait()
  1933.        for i,v in pairs(game:GetDescendants()) do
  1934.        if v:IsA("RemoteEvent") then
  1935.        print(" game." .. v:GetFullName() .. " | RemoteEvent")
  1936.        print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  1937.        end end
  1938.        else
  1939.        print("Off")
  1940.        end
  1941.        game:GetService("StarterGui"):SetCore("SendNotification", {
  1942.        Title = "Printing Remotes";
  1943.        Text = "Type ;noremotes to disable.";
  1944.        })
  1945.    end
  1946.    if string.sub(msg, 1, 10) == (prefix.."noremotes") then
  1947.        remotes = false
  1948.        added = false
  1949.        game:GetService("StarterGui"):SetCore("SendNotification", {
  1950.        Title = "Printing Remotes Disabled";
  1951.        Text = "Type ;remotes to enable.";
  1952.        })
  1953.    end
  1954.    if string.sub(msg, 1, 10) == (prefix.."tpdefault") then
  1955.        spin = false
  1956.        followed = false
  1957.        traill = false
  1958.        noclip = false
  1959.        annoying = false
  1960.        hwalk = false
  1961.        cbringing = false
  1962.    end
  1963.    if string.sub(msg, 1, 8) == (prefix.."stopsit") then
  1964.        stopsitting = true
  1965.    end
  1966.    if string.sub(msg, 1, 6) == (prefix.."gosit") then
  1967.        stopsitting = false
  1968.    end
  1969.    if string.sub(msg, 1, 8) == (prefix.."version") then
  1970.        print(adminversion)
  1971.        game:GetService("StarterGui"):SetCore("SendNotification", {
  1972.        Title = "Version";
  1973.        Text = adminversion;
  1974.        })
  1975.    end
  1976.    if string.sub(msg, 1, 8) == (prefix.."clicktp") then
  1977.        clickgoto = true
  1978.        game:GetService("StarterGui"):SetCore("SendNotification", {
  1979.        Title = "Click TP";
  1980.        Text = "Press E to teleport to mouse position, ;noclicktp to stop";
  1981.        })
  1982.    end
  1983.    if string.sub(msg, 1, 9) == (prefix.."clickdel") then
  1984.        clickdel = true
  1985.        game:GetService("StarterGui"):SetCore("SendNotification", {
  1986.        Title = "Click Delete";
  1987.        Text = "Press E to delete part at mouse, ;noclickdel to stop";
  1988.        })
  1989.    end
  1990.    if string.sub(msg, 1, 11) == (prefix.."noclickdel") then
  1991.        clickdel = false
  1992.        game:GetService("StarterGui"):SetCore("SendNotification", {
  1993.        Title = "Click Delete";
  1994.        Text = "Click delete has been disabled.";
  1995.        })
  1996.    end
  1997.    if string.sub(msg, 1, 10) == (prefix.."noclicktp") then
  1998.        clickgoto = false
  1999.        game:GetService("StarterGui"):SetCore("SendNotification", {
  2000.        Title = "Click TP";
  2001.        Text = "Click TP has been disabled.";
  2002.        })
  2003.    end
  2004.    if string.sub(msg, 1, 8) == (prefix.."toolson") then
  2005.        gettingtools = true
  2006.        game:GetService("StarterGui"):SetCore("SendNotification", {
  2007.        Title = "Tools Enabled";
  2008.        Text = "Automatically colleting tools dropped.";
  2009.        })
  2010.    end
  2011.    if string.sub(msg, 1, 9) == (prefix.."toolsoff") then
  2012.        gettingtools = false
  2013.        game:GetService("StarterGui"):SetCore("SendNotification", {
  2014.        Title = "Tools Disabled";
  2015.        Text = "Click TP has been disabled.";
  2016.        })
  2017.    end
  2018.    if string.sub(msg, 1, 10) == (prefix.."delcmdbar") then
  2019.        ScreenGui:Destroy()
  2020.    end
  2021.    if string.sub(msg, 1, 6) == (prefix.."reset") then
  2022.        lplayer.Character.Head:Destroy()
  2023.    end
  2024.    if string.sub(msg, 1, 7) == (prefix.."state ") then
  2025.        statechosen = string.sub(msg, 8)
  2026.        changingstate = true
  2027.    end
  2028.    if string.sub(msg, 1, 9) == (prefix.."gravity ") then
  2029.        game:GetService("Workspace").Gravity = string.sub(msg, 10)
  2030.    end
  2031.    if string.sub(msg, 1, 10) == (prefix.."looprhats") then
  2032.        removingmeshhats = true
  2033.    end
  2034.    if string.sub(msg, 1, 12) == (prefix.."unlooprhats") then
  2035.        removingmeshhats = false
  2036.    end
  2037.    if string.sub(msg, 1, 10) == (prefix.."looprtool") then
  2038.        removingmeshtool = true
  2039.    end
  2040.    if string.sub(msg, 1, 12) == (prefix.."unlooprtool") then
  2041.        removingmeshtool = false
  2042.    end
  2043.    if string.sub(msg, 1, 10) == (prefix.."givetool ") then
  2044.        for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  2045.            if v:IsA("Tool") then
  2046.                for i,player in pairs(GetPlayer(string.sub(msg, 11))) do
  2047.                    v.Parent = player.Character
  2048.                end
  2049.            end
  2050.        end
  2051.    end
  2052.    if string.sub(msg, 1, 14) == (prefix.."givealltools ") then
  2053.        for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  2054.            if v:IsA("Tool") then
  2055.                v.Parent = lplayer.Character
  2056.                wait()
  2057.                for i,player in pairs(GetPlayer(string.sub(msg, 15))) do
  2058.                    v.Parent = player.Character
  2059.                end
  2060.            end
  2061.        end
  2062.    end
  2063.    if string.sub(msg, 1, 5) == (prefix.."age ") then
  2064.        for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  2065.            game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  2066.        end
  2067.    end
  2068.    if string.sub(msg, 1, 4) == (prefix.."id ") then
  2069.        for i,player in pairs(GetPlayer(string.sub(msg, 5))) do
  2070.            game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  2071.        end
  2072.    end
  2073.    if string.sub(msg, 1, 6) == (prefix..".age ") then
  2074.        for i,player in pairs(GetPlayer(string.sub(msg, 7))) do
  2075.            game:GetService("StarterGui"):SetCore("SendNotification", {
  2076.            Title = player.AccountAge.." Days";
  2077.            Text = "Account age of "..player.Name;
  2078.            })
  2079.        end
  2080.    end
  2081.    if string.sub(msg, 1, 5) == (prefix..".id ") then
  2082.        for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  2083.            game:GetService("StarterGui"):SetCore("SendNotification", {
  2084.            Title = player.UserId.." ID";
  2085.            Text = "Account ID of "..player.Name;
  2086.            })
  2087.        end
  2088.    end
  2089.    if string.sub(msg, 1, 7) == (prefix.."gameid") then
  2090.        game:GetService("StarterGui"):SetCore("SendNotification", {
  2091.        Title = "Game ID";
  2092.        Text = "Game ID: ".. game.GameId;
  2093.        })
  2094.    end
  2095.    if string.sub(msg, 1, 4) == (prefix.."pgs") then
  2096.        local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  2097.        if pgscheck == true then
  2098.            game:GetService("StarterGui"):SetCore("SendNotification", {
  2099.            Title = "PGSPhysicsSolverEnabled";
  2100.            Text = "PGS is Enabled!";
  2101.            })
  2102.        else
  2103.            game:GetService("StarterGui"):SetCore("SendNotification", {
  2104.            Title = "PGSPhysicsSolverEnabled";
  2105.            Text = "PGS is Disabled!";
  2106.            })
  2107.        end
  2108.    end
  2109.    if string.sub(msg, 1, 12) == (prefix.."removeinvis") then
  2110.        for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  2111.            if v:IsA("Part") then
  2112.                if v.Transparency == 1 then
  2113.                    if v.Name ~= "HumanoidRootPart" then
  2114.                        v:Destroy()
  2115.                    end
  2116.                end
  2117.            end
  2118.        end
  2119.    end
  2120.    if string.sub(msg, 1, 10) == (prefix.."removefog") then
  2121.        game:GetService("Lighting").FogStart = 0
  2122.        game:GetService("Lighting").FogEnd = 9999999999999
  2123.    end
  2124.    if string.sub(msg, 1, 8) == (prefix.."disable") then
  2125.        lplayer.Character.Humanoid.Parent = lplayer
  2126.    end
  2127.    if string.sub(msg, 1, 7) == (prefix.."enable") then
  2128.        lplayer.Humanoid.Parent = lplayer.Character
  2129.    end
  2130.    if string.sub(msg, 1, 8) == (prefix.."prefix ") then
  2131.        prefix = (string.sub(msg, 9, 9))
  2132.        wait(0.1)
  2133.        change()
  2134.        wait(0.1)
  2135.        game:GetService("StarterGui"):SetCore("SendNotification", {
  2136.        Title = "Prefix changed!";
  2137.        Text = "Prefix is now "..prefix..". Use ;resetprefix to reset to ;";
  2138.        })
  2139.    end
  2140.    if string.sub(msg, 1, 12) == (";resetprefix") then
  2141.        prefix = ";"
  2142.        wait(0.1)
  2143.        change()
  2144.        wait(0.1)
  2145.        game:GetService("StarterGui"):SetCore("SendNotification", {
  2146.        Title = "Prefix changed!";
  2147.        Text = "Prefix is now "..prefix..". Make sure it's one key!";
  2148.        })
  2149.    end
  2150.    if string.sub(msg, 1, 10) == (prefix.."flyspeed ") then
  2151.        speedfly = string.sub(msg, 11)
  2152.        wait()
  2153.        change()
  2154.    end
  2155.    if string.sub(msg, 1, 8) == (prefix.."carpet ") then
  2156.        for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  2157.            local Anim3 = Instance.new("Animation")
  2158.            Anim3.AnimationId = "rbxassetid://282574440"
  2159.             local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  2160.             track3:Play(.1, 1, 1)
  2161.             bplrr = v.Name
  2162.             banpl = true
  2163.         end
  2164.     end
  2165.     if string.sub(msg, 1, 9) == (prefix.."uncarpet") then
  2166.         banpl = false
  2167.     end
  2168.     if string.sub(msg, 1, 7) == (prefix.."stare ") then
  2169.         for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  2170.             staring = true
  2171.             stareplr = v
  2172.         end
  2173.     end
  2174.     if string.sub(msg, 1, 8) == (prefix.."unstare") then
  2175.         staring = false
  2176.     end
  2177.     if string.sub(msg, 1, 8) == (prefix.."logchat") then
  2178.         chatlogs = true
  2179.         game:GetService("StarterGui"):SetCore("SendNotification", {
  2180.         Title = "LogChat enabled";
  2181.         Text = "Now logging all player chat.";
  2182.         })
  2183.     end
  2184.     if string.sub(msg, 1, 10) == (prefix.."unlogchat") then
  2185.         chatlogs = false
  2186.         game:GetService("StarterGui"):SetCore("SendNotification", {
  2187.         Title = "LogChat disabled";
  2188.         Text = "Stopped logging all player chat.";
  2189.         })
  2190.     end
  2191.     if string.sub(msg, 1, 7) == (prefix.."fixcam") then
  2192.         game:GetService("Workspace").CurrentCamera:Destroy()
  2193.         wait(0.1)
  2194.         game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  2195.         game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  2196.         lplayer.CameraMinZoomDistance = 0.5
  2197.         lplayer.CameraMaxZoomDistance = 400
  2198.         lplayer.CameraMode = "Classic"
  2199.     end
  2200.     if string.sub(msg, 1, 8) == (prefix.."unstate") then
  2201.         changingstate = false
  2202.     end
  2203. end)
  2204.  
  2205. local function tp()
  2206.     for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  2207.         if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  2208.             if player.Name == brplr then
  2209.                 player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 2
  2210.             end
  2211.         end
  2212.     end
  2213. end
  2214. local function tpall()
  2215.     for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  2216.         if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  2217.             player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 3
  2218.         end
  2219.     end
  2220. end
  2221. spawn(function()
  2222.     while wait(spamdelay) do
  2223.         if spamming == true then
  2224.             game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(spamtext, "All")
  2225.         end
  2226.     end
  2227. end)
  2228. spawn(function()
  2229.     while wait(spamdelay) do
  2230.         if spammingpm == true then
  2231.             game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/w "..pmspammed.." @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", "All")
  2232.         end
  2233.     end
  2234. end)
  2235. spawn(function()
  2236.     while wait() do
  2237.         if cbring == true then
  2238.             tp()
  2239.         end
  2240.     end
  2241. end)
  2242. spawn(function()
  2243.     while wait() do
  2244.         if cbringall == true then
  2245.             tpall()
  2246.         end
  2247.     end
  2248. end)
  2249.  
  2250. Mouse.KeyDown:connect(function(Key)
  2251.     if Key == prefix then
  2252.         CMDBAR:CaptureFocus()
  2253.     end
  2254. end)
  2255.  
  2256. CMDBAR.FocusLost:connect(function(enterPressed)
  2257.     if enterPressed then
  2258.         if string.sub(CMDBAR.Text, 1, 5) == ("kill ") then
  2259.             if string.sub(CMDBAR.Text, 6) == "me" then
  2260.                 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  2261.             else
  2262.                 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6)))do
  2263.                     local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2264.                     lplayer.Character.Humanoid.Name = 1
  2265.                     local l = lplayer.Character["1"]:Clone()
  2266.                     l.Parent = lplayer.Character
  2267.                     l.Name = "Humanoid"
  2268.                     wait(0.1)
  2269.                     lplayer.Character["1"]:Destroy()
  2270.                     game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2271.                     lplayer.Character.Animate.Disabled = true
  2272.                     wait(0.1)
  2273.                     lplayer.Character.Animate.Disabled = false
  2274.                     lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2275.                     for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2276.                     lplayer.Character.Humanoid:EquipTool(v)
  2277.                     end
  2278.                     local function tp(player,player2)
  2279.                     local char1,char2=player.Character,player2.Character
  2280.                     if char1 and char2 then
  2281.                     char1:MoveTo(char2.Head.Position)
  2282.                     end
  2283.                     end
  2284.                     wait(0.1)
  2285.                     lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2286.                     wait(0.2)
  2287.                     lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2288.                     wait(0.5)
  2289.                     lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  2290.                     wait(0.7)
  2291.                     tp(lplayer,game:GetService("Players")[v.Name])
  2292.                     wait(0.7)
  2293.                     lplayer.Character.HumanoidRootPart.CFrame = NOW
  2294.                     game:GetService("StarterGui"):SetCore("SendNotification", {
  2295.                     Title = "Tools needed!";
  2296.                     Text = "You need a tool in your backpack for this command!";
  2297.                     })
  2298.                 end
  2299.             end
  2300.         end
  2301.         if string.sub(CMDBAR.Text, 1, 6) == ("bring ") then
  2302.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  2303.                 local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2304.                 lplayer.Character.Humanoid.Name = 1
  2305.                 local l = lplayer.Character["1"]:Clone()
  2306.                 l.Parent = lplayer.Character
  2307.                 l.Name = "Humanoid"
  2308.                 wait(0.1)
  2309.                 lplayer.Character["1"]:Destroy()
  2310.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2311.                 lplayer.Character.Animate.Disabled = true
  2312.                 wait(0.1)
  2313.                 lplayer.Character.Animate.Disabled = false
  2314.                 lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2315.                 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2316.                 lplayer.Character.Humanoid:EquipTool(v)
  2317.                 end
  2318.                 local function tp(player,player2)
  2319.                 local char1,char2=player.Character,player2.Character
  2320.                 if char1 and char2 then
  2321.                 char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  2322.                 end
  2323.                 end
  2324.                 local function getout(player,player2)
  2325.                 local char1,char2=player.Character,player2.Character
  2326.                 if char1 and char2 then
  2327.                 char1:MoveTo(char2.Head.Position)
  2328.                 end
  2329.                 end
  2330.                 tp(game:GetService("Players")[v.Name], lplayer)
  2331.                 wait(0.2)
  2332.                 tp(game:GetService("Players")[v.Name], lplayer)
  2333.                 wait(0.5)
  2334.                 lplayer.Character.HumanoidRootPart.CFrame = NOW
  2335.                 wait(0.5)
  2336.                 getout(lplayer, game:GetService("Players")[v.Name])
  2337.                 wait(0.3)
  2338.                 lplayer.Character.HumanoidRootPart.CFrame = NOW
  2339.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  2340.                 Title = "Tools needed!";
  2341.                 Text = "You need a tool in your backpack for this command!";
  2342.                 })
  2343.             end
  2344.         end
  2345.         if string.sub(CMDBAR.Text, 1, 5) == ("spin ") then
  2346.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2347.                 lplayer.Character.Humanoid.Name = 1
  2348.                 local l = lplayer.Character["1"]:Clone()
  2349.                 l.Parent = lplayer.Character
  2350.                 l.Name = "Humanoid"
  2351.                 wait(0.1)
  2352.                 lplayer.Character["1"]:Destroy()
  2353.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2354.                 lplayer.Character.Animate.Disabled = true
  2355.                 wait(0.1)
  2356.                 lplayer.Character.Animate.Disabled = false
  2357.                 lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2358.                 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2359.                 lplayer.Character.Humanoid:EquipTool(v)
  2360.                 end
  2361.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2362.                 spinplr = v
  2363.                 wait(0.5)
  2364.                 spin = true
  2365.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  2366.                 Title = "Tools needed!";
  2367.                 Text = "You need a tool in your backpack for this command!";
  2368.                 })
  2369.             end
  2370.         end
  2371.         if string.sub(CMDBAR.Text, 1, 6) == ("unspin") then
  2372.             spin = false
  2373.         end
  2374.         if string.sub(CMDBAR.Text, 1, 7) == ("attach ") then
  2375.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2376.                 lplayer.Character.Humanoid.Name = 1
  2377.                 local l = lplayer.Character["1"]:Clone()
  2378.                 l.Parent = lplayer.Character
  2379.                 l.Name = "Humanoid"
  2380.                 wait(0.1)
  2381.                 lplayer.Character["1"]:Destroy()
  2382.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2383.                 lplayer.Character.Animate.Disabled = true
  2384.                 wait(0.1)
  2385.                 lplayer.Character.Animate.Disabled = false
  2386.                 lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2387.                 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2388.                 lplayer.Character.Humanoid:EquipTool(v)
  2389.                 end
  2390.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2391.                 wait(0.3)
  2392.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2393.                 attplr = v
  2394.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  2395.                 Title = "Tools needed!";
  2396.                 Text = "You need a tool in your backpack for this command!";
  2397.                 })
  2398.             end
  2399.         end
  2400.         if string.sub(CMDBAR.Text, 1, 9) == ("unattach ") then
  2401.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  2402.                 local function getout(player,player2)
  2403.                 local char1,char2=player.Character,player2.Character
  2404.                 if char1 and char2 then
  2405.                 char1:MoveTo(char2.Head.Position)
  2406.                 end
  2407.                 end
  2408.                 getout(lplayer, game:GetService("Players")[v.Name])
  2409.             end
  2410.         end
  2411.         if string.sub(CMDBAR.Text, 1, 7) == ("follow ") then
  2412.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2413.                 followed = true
  2414.                 flwplr = v
  2415.             end
  2416.         end
  2417.         if string.sub(CMDBAR.Text, 1, 8) == ("unfollow") then
  2418.             followed = false
  2419.         end
  2420.         if string.sub(CMDBAR.Text, 1, 9) == ("freefall ") then
  2421.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  2422.                 local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2423.                 lplayer.Character.Humanoid.Name = 1
  2424.                 local l = lplayer.Character["1"]:Clone()
  2425.                 l.Parent = lplayer.Character
  2426.                 l.Name = "Humanoid"
  2427.                 wait(0.1)
  2428.                 lplayer.Character["1"]:Destroy()
  2429.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2430.                 lplayer.Character.Animate.Disabled = true
  2431.                 wait(0.1)
  2432.                 lplayer.Character.Animate.Disabled = false
  2433.                 lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2434.                 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2435.                 lplayer.Character.Humanoid:EquipTool(v)
  2436.                 end
  2437.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2438.                 wait(0.2)
  2439.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2440.                 wait(0.6)
  2441.                 lplayer.Character.HumanoidRootPart.CFrame = NOW
  2442.                 wait(0.6)
  2443.                 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  2444.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  2445.                 Title = "Tools needed!";
  2446.                 Text = "You need a tool in your backpack for this command!";
  2447.                 })
  2448.             end
  2449.         end
  2450.         if string.sub(CMDBAR.Text, 1, 6) == ("trail ") then
  2451.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2452.                 traill = true
  2453.                 trlplr = v
  2454.             end
  2455.         end
  2456.         if string.sub(CMDBAR.Text, 1, 7) == ("untrail") then
  2457.             traill = false
  2458.         end
  2459.         if string.sub(CMDBAR.Text, 1, 6) == ("orbit ") then
  2460.             if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  2461.                 lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2462.             else
  2463.                 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2464.                     local o = Instance.new("RocketPropulsion")
  2465.                     o.Parent = lplayer.Character.HumanoidRootPart
  2466.                     o.Name = "Orbit"
  2467.                     o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  2468.                     o:Fire()
  2469.                     noclip = true
  2470.                 end
  2471.             end
  2472.         end
  2473.         if string.sub(CMDBAR.Text, 1, 7) == ("unorbit") then
  2474.             lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  2475.             noclip = false
  2476.         end
  2477.         if string.sub(CMDBAR.Text, 1, 6) == ("fling ") then
  2478.             if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  2479.                 lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2480.             else
  2481.                 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2482.                     local y = Instance.new("RocketPropulsion")
  2483.                     y.Parent = lplayer.Character.HumanoidRootPart
  2484.                     y.CartoonFactor = 1
  2485.                     y.MaxThrust = 800000
  2486.                     y.MaxSpeed = 1000
  2487.                     y.ThrustP = 200000
  2488.                     y.Name = "Fling"
  2489.                     game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  2490.                     y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  2491.                     y:Fire()
  2492.                     noclip = true
  2493.                 end
  2494.             end
  2495.         end
  2496.         if string.sub(CMDBAR.Text, 1, 7) == ("unfling") then
  2497.             noclip = false
  2498.             lplayer.Character.HumanoidRootPart.Fling:Destroy()
  2499.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  2500.             wait(0.4)
  2501.             lplayer.Character.HumanoidRootPart.Fling:Destroy()
  2502.         end
  2503.         if string.sub(CMDBAR.Text, 1, 7) == ("fecheck") then
  2504.             if game:GetService("Workspace").FilteringEnabled == true then
  2505.                 warn("FE is Enabled (Filtering Enabled)")
  2506.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  2507.                     Title = "FE is Enabled";
  2508.                     Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  2509.                 })
  2510.             else
  2511.                 warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  2512.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  2513.                     Title = "FE is Disabled";
  2514.                     Text = "Filtering Disabled. Consider using a different admin script.";
  2515.                 })
  2516.             end
  2517.         end
  2518.         if string.sub(CMDBAR.Text, 1, 5) == ("void ") then
  2519.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2520.                 lplayer.Character.Humanoid.Name = 1
  2521.                 local l = lplayer.Character["1"]:Clone()
  2522.                 l.Parent = lplayer.Character
  2523.                 l.Name = "Humanoid"
  2524.                 wait(0.1)
  2525.                 lplayer.Character["1"]:Destroy()
  2526.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2527.                 lplayer.Character.Animate.Disabled = true
  2528.                 wait(0.1)
  2529.                 lplayer.Character.Animate.Disabled = false
  2530.                 lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2531.                 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2532.                 lplayer.Character.Humanoid:EquipTool(v)
  2533.                 end
  2534.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2535.                 wait(0.2)
  2536.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2537.                 wait(0.6)
  2538.                 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  2539.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  2540.                 Title = "Tools needed!";
  2541.                 Text = "You need a tool in your backpack for this command!";
  2542.                 })
  2543.             end
  2544.         end
  2545.         if string.sub(CMDBAR.Text, 1, 6) == ("noclip") then
  2546.             noclip = true
  2547.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2548.             Title = "Noclip enabled";
  2549.             Text = "Type ;clip to disable";
  2550.             })
  2551.         end
  2552.         if string.sub(CMDBAR.Text, 1, 4) == ("clip") then
  2553.             noclip = false
  2554.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2555.             Title = "Noclip disabled";
  2556.             Text = "Type ;noclip to enable";
  2557.             })
  2558.         end
  2559.         if string.sub(CMDBAR.Text, 1, 6) == ("speed ") then
  2560.             lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 7))
  2561.         end
  2562.         if string.sub(CMDBAR.Text, 1, 3) == ("ws ") then
  2563.             lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 4))
  2564.         end
  2565.         if string.sub(CMDBAR.Text, 1, 10) == ("hipheight ") then
  2566.             lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 11))
  2567.         end
  2568.         if string.sub(CMDBAR.Text, 1, 3) == ("hh ") then
  2569.             lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 4))
  2570.         end
  2571.         if string.sub(CMDBAR.Text, 1, 10) == ("jumppower ") then
  2572.             lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 11))
  2573.         end
  2574.         if string.sub(CMDBAR.Text, 1, 3) == ("jp ") then
  2575.             lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 4))
  2576.         end
  2577.         if string.sub(CMDBAR.Text, 1, 7) == ("default") then
  2578.             lplayer.Character.Humanoid.JumpPower = 50
  2579.             lplayer.Character.Humanoid.WalkSpeed = 16
  2580.             lplayer.Character.Humanoid.HipHeight = 0
  2581.         end
  2582.         if string.sub(CMDBAR.Text, 1, 6) == ("annoy ") then
  2583.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2584.                 annoying = true
  2585.                 annplr = v
  2586.             end
  2587.         end
  2588.         if string.sub(CMDBAR.Text, 1, 7) == ("unannoy") then
  2589.             annoying = false
  2590.         end
  2591.         if string.sub(CMDBAR.Text, 1, 9) == ("headwalk ") then
  2592.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  2593.                 hwalk = true
  2594.                 hdwplr = v
  2595.             end
  2596.         end
  2597.         if string.sub(CMDBAR.Text, 1, 10) == ("unheadwalk") then
  2598.             hwalk = false
  2599.         end
  2600.         if string.sub(CMDBAR.Text, 1, 7) == ("nolimbs") then
  2601.             lplayer.Character["Left Leg"]:Destroy()
  2602.             lplayer.Character["Left Arm"]:Destroy()
  2603.             lplayer.Character["Right Leg"]:Destroy()
  2604.             lplayer.Character["Right Arm"]:Destroy()
  2605.         end
  2606.         if string.sub(CMDBAR.Text, 1, 3) == ("god") then
  2607.             lplayer.Character.Humanoid.Name = 1
  2608.             local l = lplayer.Character["1"]:Clone()
  2609.             l.Parent = lplayer.Character
  2610.             l.Name = "Humanoid"
  2611.             wait(0.1)
  2612.             lplayer.Character["1"]:Destroy()
  2613.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2614.             lplayer.Character.Animate.Disabled = true
  2615.             wait(0.1)
  2616.             lplayer.Character.Animate.Disabled = false
  2617.             lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2618.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2619.             Title = "FE Godmode enabled";
  2620.             Text = "Use ;grespawn or ;respawn to remove.";
  2621.             })
  2622.         end
  2623.         if string.sub(CMDBAR.Text, 1, 8) == ("drophats") then
  2624.             for i,v in pairs(lplayer.Character:GetChildren()) do
  2625.                 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2626.                     v.Parent = workspace
  2627.                 end
  2628.             end
  2629.         end
  2630.         if string.sub(CMDBAR.Text, 1, 8) == ("droptool") then
  2631.             for i,v in pairs(lplayer.Character:GetChildren()) do
  2632.                 if (v:IsA("Tool")) then
  2633.                     v.Parent = workspace
  2634.                 end
  2635.             end
  2636.         end
  2637.         if string.sub(CMDBAR.Text, 1, 9) == ("loopdhats") then
  2638.             droppinghats = true
  2639.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2640.             Title = "Loop Drop Enabled";
  2641.             Text = "Type ;unloopdhats to disable";
  2642.             })
  2643.         end
  2644.         if string.sub(CMDBAR.Text, 1, 11) == ("unloopdhats") then
  2645.             droppinghats = false
  2646.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2647.             Title = "Loop Drop Disabled";
  2648.             Text = "Type ;loopdhats to enable.";
  2649.             })
  2650.         end
  2651.         if string.sub(CMDBAR.Text, 1, 9) == ("loopdtool") then
  2652.             droppingtools = true
  2653.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2654.             Title = "Loop Drop Enabled";
  2655.             Text = "Type ;unloopdtool to disable";
  2656.             })
  2657.         end
  2658.         if string.sub(CMDBAR.Text, 1, 11) == ("unloopdtool") then
  2659.             droppingtools = false
  2660.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2661.             Title = "Loop Drop Disabled";
  2662.             Text = "Type ;loopdtool to enable.";
  2663.             })
  2664.         end
  2665.         if string.sub(CMDBAR.Text, 1, 9) == ("invisible") then -- Credit to Timeless
  2666.             Local = game:GetService('Players').LocalPlayer
  2667.             Char  = Local.Character
  2668.             touched,tpdback = false, false
  2669.             box = Instance.new('Part',workspace)
  2670.             box.Anchored = true
  2671.             box.CanCollide = true
  2672.             box.Size = Vector3.new(10,1,10)
  2673.             box.Position = Vector3.new(0,10000,0)
  2674.             box.Touched:connect(function(part)
  2675.                 if (part.Parent.Name == Local.Name) then
  2676.                     if touched == false then
  2677.                         touched = true
  2678.                         function apply()
  2679.                             if script.Disabled ~= true then
  2680.                                 no = Char.HumanoidRootPart:Clone()
  2681.                                 wait(.25)
  2682.                                 Char.HumanoidRootPart:Destroy()
  2683.                                 no.Parent = Char
  2684.                                 Char:MoveTo(loc)
  2685.                                 touched = false
  2686.                             end end
  2687.                         if Char then
  2688.                             apply()
  2689.                         end
  2690.                     end
  2691.                 end
  2692.             end)
  2693.             repeat wait() until Char
  2694.             loc = Char.HumanoidRootPart.Position
  2695.             Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  2696.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2697.             Title = "Invisibility enabled!";
  2698.             Text = "Reset or use ;respawn to remove.";
  2699.             })
  2700.         end
  2701.         if string.sub(CMDBAR.Text, 1, 5) == ("view ") then
  2702.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2703.                 if game:GetService("Players")[v.Name].Character.Humanoid then
  2704.                     game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  2705.                 else
  2706.                     game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  2707.                 end
  2708.             end
  2709.         end
  2710.         if string.sub(CMDBAR.Text, 1, 6) == ("unview") then
  2711.             if lplayer.Character.Humanoid then
  2712.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  2713.             else
  2714.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  2715.             end
  2716.         end
  2717.         if string.sub(CMDBAR.Text, 1, 5) == ("goto ") then
  2718.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2719.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2720.             end
  2721.         end
  2722.         if string.sub(CMDBAR.Text, 1, 3) == ("fly") then
  2723.         repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  2724.         repeat wait() until Mouse
  2725.        
  2726.         local T = lplayer.Character.HumanoidRootPart
  2727.         local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  2728.         local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  2729.         local SPEED = speedget
  2730.        
  2731.         local function fly()
  2732.             flying = true
  2733.             local BG = Instance.new('BodyGyro', T)
  2734.             local BV = Instance.new('BodyVelocity', T)
  2735.             BG.P = 9e4
  2736.             BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  2737.             BG.cframe = T.CFrame
  2738.             BV.velocity = Vector3.new(0, 0.1, 0)
  2739.             BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  2740.             spawn(function()
  2741.             repeat wait()
  2742.             lplayer.Character.Humanoid.PlatformStand = true
  2743.             if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  2744.             SPEED = 50
  2745.             elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  2746.             SPEED = 0
  2747.             end
  2748.             if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  2749.             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
  2750.             lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  2751.             elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  2752.             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
  2753.             else
  2754.             BV.velocity = Vector3.new(0, 0.1, 0)
  2755.             end
  2756.             BG.cframe = workspace.CurrentCamera.CoordinateFrame
  2757.                     until not flying
  2758.                     CONTROL = {F = 0, B = 0, L = 0, R = 0}
  2759.                     lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  2760.                     SPEED = 0
  2761.                     BG:destroy()
  2762.                     BV:destroy()
  2763.                     lplayer.Character.Humanoid.PlatformStand = false
  2764.                 end)
  2765.             end
  2766.         Mouse.KeyDown:connect(function(KEY)
  2767.             if KEY:lower() == 'w' then
  2768.                 CONTROL.F = speedfly
  2769.             elseif KEY:lower() == 's' then
  2770.                 CONTROL.B = -speedfly
  2771.             elseif KEY:lower() == 'a' then
  2772.                 CONTROL.L = -speedfly
  2773.             elseif KEY:lower() == 'd' then
  2774.                 CONTROL.R = speedfly
  2775.             end
  2776.         end)
  2777.         Mouse.KeyUp:connect(function(KEY)
  2778.             if KEY:lower() == 'w' then
  2779.                 CONTROL.F = 0
  2780.             elseif KEY:lower() == 's' then
  2781.                 CONTROL.B = 0
  2782.             elseif KEY:lower() == 'a' then
  2783.                 CONTROL.L = 0
  2784.             elseif KEY:lower() == 'd' then
  2785.                 CONTROL.R = 0
  2786.             end
  2787.         end)
  2788.         fly()
  2789.         end
  2790.         if string.sub(CMDBAR.Text, 1, 5) == ("unfly") then
  2791.             flying = false
  2792.             lplayer.Character.Humanoid.PlatformStand = false
  2793.         end
  2794.         if string.sub(CMDBAR.Text, 1, 5) == ("chat ") then
  2795.             game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(CMDBAR.Text, 6)), "All")
  2796.         end
  2797.         if string.sub(CMDBAR.Text, 1, 5) == ("spam ") then
  2798.             spamtext = (string.sub(CMDBAR.Text, 6))
  2799.             spamming = true
  2800.         end
  2801.         if string.sub(CMDBAR.Text, 1, 6) == ("unspam") then
  2802.             spamming = false
  2803.         end
  2804.         if string.sub(CMDBAR.Text, 1, 9) == ("spamwait ") then
  2805.             spamdelay = (string.sub(CMDBAR.Text, 10))
  2806.         end
  2807.         if string.sub(CMDBAR.Text, 1, 7) == ("pmspam ") then
  2808.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2809.                 pmspammed = v.Name
  2810.                 spammingpm = true
  2811.             end
  2812.         end
  2813.         if string.sub(CMDBAR.Text, 1, 8) == ("unpmspam") then
  2814.             spammingpm = false
  2815.         end
  2816.         if string.sub(CMDBAR.Text, 1, 8) == ("cfreeze ") then
  2817.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 9))) do
  2818.                 v.Character["Left Leg"].Anchored = true
  2819.                 v.Character["Left Arm"].Anchored = true
  2820.                 v.Character["Right Leg"].Anchored = true
  2821.                 v.Character["Right Arm"].Anchored = true
  2822.                 v.Character.Torso.Anchored = true
  2823.                 v.Character.Head.Anchored = true
  2824.             end
  2825.         end
  2826.         if string.sub(CMDBAR.Text, 1, 10) == ("uncfreeze ") then
  2827.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 11))) do
  2828.                 v.Character["Left Leg"].Anchored = false
  2829.                 v.Character["Left Arm"].Anchored = false
  2830.                 v.Character["Right Leg"].Anchored = false
  2831.                 v.Character["Right Arm"].Anchored = false
  2832.                 v.Character.Torso.Anchored = false
  2833.                 v.Character.Head.Anchored = false
  2834.             end
  2835.         end
  2836.         if string.sub(CMDBAR.Text, 1, 8) == ("unlockws") then
  2837.             local a = game:GetService("Workspace"):getChildren()
  2838.             for i = 1, #a do
  2839.                 if a[i].className == "Part" then
  2840.                     a[i].Locked = false
  2841.                 elseif a[i].className == "Model" then
  2842.                     local r = a[i]:getChildren()
  2843.                     for i = 1, #r do
  2844.                         if r[i].className == "Part" then
  2845.                         r[i].Locked = false
  2846.                         end
  2847.                     end
  2848.                 end
  2849.             end
  2850.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2851.             Title = "Success!";
  2852.             Text = "Workspace unlocked. Use ;lockws to lock.";
  2853.             })
  2854.         end
  2855.         if string.sub(CMDBAR.Text, 1, 6) == ("lockws") then
  2856.             local a = game:GetService("Workspace"):getChildren()
  2857.             for i = 1, #a do
  2858.                 if a[i].className == "Part" then
  2859.                     a[i].Locked = true
  2860.                 elseif a[i].className == "Model" then
  2861.                     local r = a[i]:getChildren()
  2862.                     for i = 1, #r do
  2863.                         if r[i].className == "Part" then
  2864.                         r[i].Locked = true
  2865.                         end
  2866.                     end
  2867.                 end
  2868.             end
  2869.         end
  2870.         if string.sub(CMDBAR.Text, 1, 6) == ("btools") then
  2871.             local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  2872.             Clone_T.BinType = "Clone"
  2873.             local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  2874.             Destruct.BinType = "Hammer"
  2875.             local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  2876.             Hold_T.BinType = "Grab"
  2877.         end
  2878.         if string.sub(CMDBAR.Text, 1, 6) == ("pstand") then
  2879.             lplayer.Character.Humanoid.PlatformStand = true
  2880.         end
  2881.         if string.sub(CMDBAR.Text, 1, 8) == ("unpstand") then
  2882.             lplayer.Character.Humanoid.PlatformStand = false
  2883.         end
  2884.         if string.sub(CMDBAR.Text, 1, 9) == ("blockhead") then
  2885.             lplayer.Character.Head.Mesh:Destroy()
  2886.         end
  2887.         if string.sub(CMDBAR.Text, 1, 3) == ("sit") then
  2888.             lplayer.Character.Humanoid.Sit = true
  2889.         end
  2890.         if string.sub(CMDBAR.Text, 1, 9) == ("bringobj ") then
  2891.             local function bringobjw()
  2892.             for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  2893.             if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  2894.             obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2895.             obj.CanCollide = false
  2896.             obj.Transparency = 0.7
  2897.             wait()
  2898.             obj.CFrame = lplayer.Character["Left Leg"].CFrame
  2899.             wait()
  2900.             obj.CFrame = lplayer.Character["Right Leg"].CFrame
  2901.             wait()
  2902.             obj.CFrame = lplayer.Character["Head"].CFrame
  2903.             end
  2904.             end
  2905.             end
  2906.             while wait() do
  2907.                 bringobjw()
  2908.             end
  2909.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2910.             Title = "BringObj";
  2911.             Text = "BringObj enabled.";
  2912.             })
  2913.         end
  2914.         if string.sub(CMDBAR.Text, 1, 6) == ("wsvis ") then
  2915.             vis = (string.sub(CMDBAR.Text, 7))
  2916.             local a = game:GetService("Workspace"):GetDescendants()
  2917.             for i = 1, #a do
  2918.                 if a[i].className == "Part" then
  2919.                     a[i].Transparency = vis
  2920.                 elseif a[i].className == "Model" then
  2921.                     local r = a[i]:getChildren()
  2922.                     for i = 1, #r do
  2923.                         if r[i].className == "Part" then
  2924.                         r[i].Transparency = vis
  2925.                         end
  2926.                     end
  2927.                 end
  2928.             end
  2929.         end
  2930.         if string.sub(CMDBAR.Text, 1, 10) == ("hypertotal") then
  2931.             loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  2932.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2933.             Title = "Success!";
  2934.             Text = "HyperTotal GUI Loaded!";
  2935.             })
  2936.         end
  2937.         if string.sub(CMDBAR.Text, 1, 4) == ("cmds") then
  2938.             CMDSFRAME.Visible = true
  2939.         end
  2940.         if string.sub(CMDBAR.Text, 1, 9) == ("rmeshhats") then
  2941.             for i,v in pairs(lplayer.Character:GetChildren()) do
  2942.                 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2943.                     v.Handle.Mesh:Destroy()
  2944.                 end
  2945.             end
  2946.         end
  2947.         if string.sub(CMDBAR.Text, 1, 9) == ("blockhats") then
  2948.             for i,v in pairs(lplayer.Character:GetChildren()) do
  2949.                 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2950.                     v.Handle.Mesh:Destroy()
  2951.                 end
  2952.             end
  2953.         end
  2954.         if string.sub(CMDBAR.Text, 1, 9) == ("rmeshtool") then
  2955.             for i,v in pairs(lplayer.Character:GetChildren()) do
  2956.                 if (v:IsA("Tool")) then
  2957.                     v.Handle.Mesh:Destroy()
  2958.                 end
  2959.             end
  2960.         end
  2961.         if string.sub(CMDBAR.Text, 1, 9) == ("blocktool") then
  2962.             for i,v in pairs(lplayer.Character:GetChildren()) do
  2963.                 if (v:IsA("Tool")) then
  2964.                     v.Handle.Mesh:Destroy()
  2965.                 end
  2966.             end
  2967.         end
  2968.         if string.sub(CMDBAR.Text, 1, 7) == ("spinner") then
  2969.             local p = Instance.new("RocketPropulsion")
  2970.             p.Parent = lplayer.Character.HumanoidRootPart
  2971.             p.Name = "Spinner"
  2972.             p.Target = lplayer.Character["Left Arm"]
  2973.             p:Fire()
  2974.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2975.             Title = "Spinner enabled";
  2976.             Text = "Type ;nospinner to disable.";
  2977.             })
  2978.         end
  2979.         if string.sub(CMDBAR.Text, 1, 9) == ("nospinner") then
  2980.             lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  2981.         end
  2982.         if string.sub(CMDBAR.Text, 1, 6) == ("reachd") then
  2983.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  2984.                 if v:isA("Tool") then
  2985.                     local a = Instance.new("SelectionBox",v.Handle)
  2986.                     a.Adornee = v.Handle
  2987.                     v.Handle.Size = Vector3.new(0.5,0.5,60)
  2988.                     v.GripPos = Vector3.new(0,0,0)
  2989.                     lplayer.Character.Humanoid:UnequipTools()
  2990.                 end
  2991.             end
  2992.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2993.             Title = "Reach applied!";
  2994.             Text = "Applied to equipped sword. Use ;noreach to disable.";
  2995.             })
  2996.         end
  2997.         if string.sub(CMDBAR.Text, 1, 6) == ("reach ") then
  2998.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  2999.                 if v:isA("Tool") then
  3000.                     local a = Instance.new("SelectionBox",v.Handle)
  3001.                     a.Name = "Reach"
  3002.                     a.Adornee = v.Handle
  3003.                     v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(CMDBAR.Text, 7)))
  3004.                     v.GripPos = Vector3.new(0,0,0)
  3005.                     lplayer.Character.Humanoid:UnequipTools()
  3006.                 end
  3007.             end
  3008.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3009.             Title = "Reach applied!";
  3010.             Text = "Applied to equipped sword. Use ;noreach to disable.";
  3011.             })
  3012.         end
  3013.         if string.sub(CMDBAR.Text, 1, 7) == ("noreach") then
  3014.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  3015.                 if v:isA("Tool") then
  3016.                     v.Handle.Reach:Destroy()
  3017.                 end
  3018.             end
  3019.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3020.             Title = "Reach removed!";
  3021.             Text = "Removed reach from equipped sword.";
  3022.             })
  3023.         end
  3024.         if string.sub(CMDBAR.Text, 1, 6) == ("rkill ") then
  3025.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  3026.                 lplayer.Character.Humanoid.Name = 1
  3027.                 local l = lplayer.Character["1"]:Clone()
  3028.                 l.Parent = lplayer.Character
  3029.                 l.Name = "Humanoid"
  3030.                 wait(0.1)
  3031.                 lplayer.Character["1"]:Destroy()
  3032.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3033.                 lplayer.Character.Animate.Disabled = true
  3034.                 wait(0.1)
  3035.                 lplayer.Character.Animate.Disabled = false
  3036.                 lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3037.                 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3038.                 lplayer.Character.Humanoid:EquipTool(v)
  3039.                 end
  3040.                 wait(0.1)
  3041.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3042.                 wait(0.2)
  3043.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3044.                 wait(0.5)
  3045.                 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  3046.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  3047.                 Title = "Tools needed!";
  3048.                 Text = "You need a tool in your backpack for this command!";
  3049.                 })
  3050.             end
  3051.         end
  3052.         if string.sub(CMDBAR.Text, 1, 6) == ("tp me ") then
  3053.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  3054.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3055.             end
  3056.         end
  3057.         if string.sub(CMDBAR.Text, 1, 7) == ("cbring ") then
  3058.             if (string.sub(CMDBAR.Text, 8)) == "all" or (string.sub(CMDBAR.Text, 8)) == "All" or (string.sub(CMDBAR.Text, 8)) == "ALL" then
  3059.                 cbringall = true
  3060.             else
  3061.                 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  3062.                     brplr = v.Name
  3063.                 end
  3064.             end
  3065.             cbring = true
  3066.         end
  3067.         if string.sub(CMDBAR.Text, 1, 8) == ("uncbring") then
  3068.             cbring = false
  3069.             cbringall = false
  3070.         end
  3071.         if string.sub(CMDBAR.Text, 1, 5) == ("swap ") then
  3072.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  3073.                 local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3074.                 local NOW = lplayer.Character.HumanoidRootPart.CFrame
  3075.                 lplayer.Character.Humanoid.Name = 1
  3076.                 local l = lplayer.Character["1"]:Clone()
  3077.                 l.Parent = lplayer.Character
  3078.                 l.Name = "Humanoid"
  3079.                 wait(0.1)
  3080.                 lplayer.Character["1"]:Destroy()
  3081.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3082.                 lplayer.Character.Animate.Disabled = true
  3083.                 wait(0.1)
  3084.                 lplayer.Character.Animate.Disabled = false
  3085.                 lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3086.                 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3087.                 lplayer.Character.Humanoid:EquipTool(v)
  3088.                 end
  3089.                 local function tp(player,player2)
  3090.                 local char1,char2=player.Character,player2.Character
  3091.                 if char1 and char2 then
  3092.                 char1:MoveTo(char2.Head.Position)
  3093.                 end
  3094.                 end
  3095.                 wait(0.1)
  3096.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3097.                 wait(0.2)
  3098.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3099.                 wait(0.5)
  3100.                 lplayer.Character.HumanoidRootPart.CFrame = NOW
  3101.                 wait(0.6)
  3102.                 tp(lplayer, game:GetService("Players")[v.Name])
  3103.                 wait(0.4)
  3104.                 lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  3105.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  3106.                 Title = "Tools needed!";
  3107.                 Text = "You need a tool in your backpack for this command!";
  3108.                 })
  3109.             end
  3110.         end
  3111.         if string.sub(CMDBAR.Text, 1, 7) == ("glitch ") then
  3112.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  3113.                 lplayer.Character.Humanoid.Name = 1
  3114.                 local l = lplayer.Character["1"]:Clone()
  3115.                 l.Parent = lplayer.Character
  3116.                 l.Name = "Humanoid"
  3117.                 wait(0.1)
  3118.                 lplayer.Character["1"]:Destroy()
  3119.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3120.                 lplayer.Character.Animate.Disabled = true
  3121.                 wait(0.1)
  3122.                 lplayer.Character.Animate.Disabled = false
  3123.                 lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3124.                 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3125.                 lplayer.Character.Humanoid:EquipTool(v)
  3126.                 end
  3127.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  3128.                 wait(0.3)
  3129.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  3130.                 wait(0.4)
  3131.                 b = Instance.new("BodyForce")
  3132.                 b.Parent = lplayer.Character.HumanoidRootPart
  3133.                 b.Name = "Glitch"
  3134.                 b.Force = Vector3.new(100000000,5000,0)
  3135.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  3136.                 Title = "Tools needed!";
  3137.                 Text = "You need a tool in your backpack for this command!";
  3138.                 })
  3139.             end
  3140.         end
  3141.         if string.sub(CMDBAR.Text, 1, 8) == ("unglitch") then
  3142.             lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  3143.             lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  3144.             b = Instance.new("BodyForce")
  3145.             b.Parent = lplayer.Character.HumanoidRootPart
  3146.             b.Name = "unGlitch"
  3147.             b.Force = Vector3.new(0,-5000000,0)
  3148.             wait(2)
  3149.             lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  3150.         end
  3151.         if string.sub(CMDBAR.Text, 1, 8) == ("grespawn") then
  3152.             lplayer.Character.Humanoid.Health = 0
  3153.             wait(1)
  3154.             lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  3155.             lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  3156.         end
  3157.         if string.sub(CMDBAR.Text, 1, 8) == ("explorer") then
  3158.             loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  3159.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3160.             Title = "Success!";
  3161.             Text = "DEX Explorer has loaded.";
  3162.             })
  3163.         end
  3164.         if string.sub(CMDBAR.Text, 1, 5) == ("anim ") then
  3165.             local Anim = Instance.new("Animation")
  3166.             Anim.AnimationId = "rbxassetid://"..(string.sub(CMDBAR.Text, 6))
  3167.             local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  3168.             track:Play(.1, 1, 1)
  3169.         end
  3170.         if string.sub(CMDBAR.Text, 1, 7) == ("animgui") then
  3171.             loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  3172.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3173.             Title = "Success!";
  3174.             Text = "Energize Animations GUI has loaded.";
  3175.             })
  3176.         end
  3177.         if string.sub(CMDBAR.Text, 1, 7) == ("savepos") then
  3178.             saved = lplayer.Character.HumanoidRootPart.CFrame
  3179.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3180.             Title = "Position Saved";
  3181.             Text = "Use ;loadpos to return to saved position.";
  3182.             })
  3183.         end
  3184.         if string.sub(CMDBAR.Text, 1, 7) == ("loadpos") then
  3185.             lplayer.Character.HumanoidRootPart.CFrame = saved
  3186.         end
  3187.         if string.sub(CMDBAR.Text, 1, 5) == ("bang ") then
  3188.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  3189.                 local Anim2 = Instance.new("Animation")
  3190.                 Anim2.AnimationId = "rbxassetid://148840371"
  3191.                 local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  3192.                 track2:Play(.1, 1, 1)
  3193.                 bplrr = v.Name
  3194.                 banpl = true
  3195.             end
  3196.         end
  3197.         if string.sub(CMDBAR.Text, 1, 6) == ("unbang") then
  3198.             banpl = false
  3199.         end
  3200.         if string.sub(CMDBAR.Text, 1, 9) == ("bringmod ") then
  3201.             local function bringmodw()
  3202.             for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  3203.             if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  3204.             for i,ch in pairs(obj:GetDescendants()) do
  3205.             if (ch:IsA("BasePart")) then
  3206.             ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  3207.             ch.CanCollide = false
  3208.             ch.Transparency = 0.7
  3209.             wait()
  3210.             ch.CFrame = lplayer.Character["Left Leg"].CFrame
  3211.             wait()
  3212.             ch.CFrame = lplayer.Character["Right Leg"].CFrame
  3213.             wait()
  3214.             ch.CFrame = lplayer.Character["Head"].CFrame
  3215.             end
  3216.             end
  3217.             end
  3218.             end
  3219.             end
  3220.             while wait() do
  3221.                 bringmodw()
  3222.             end
  3223.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3224.             Title = "BringMod";
  3225.             Text = "BringMod enabled.";
  3226.             })
  3227.         end
  3228.         if string.sub(CMDBAR.Text, 1, 7) == ("respawn") then
  3229.             local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  3230.             local hum = Instance.new('Humanoid', mod)
  3231.             local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  3232.             lplayer.Character = mod
  3233.         end
  3234.         if string.sub(CMDBAR.Text, 1, 8) == ("shutdown") then
  3235.             game:GetService'RunService'.Stepped:Connect(function()
  3236.             pcall(function()
  3237.                 for i,v in pairs(game:GetService'Players':GetPlayers()) do
  3238.                     if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  3239.                         for _,x in pairs(v.Character.Head:GetChildren()) do
  3240.                             if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  3241.                         end
  3242.                     end
  3243.                 end
  3244.             end)
  3245.             end)
  3246.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3247.             Title = "Attempting Shutdown";
  3248.             Text = "Shutdown Attempt has begun.";
  3249.             })
  3250.         end
  3251.         if string.sub(CMDBAR.Text, 1, 7) == ("delobj ") then
  3252.             objtodel = (string.sub(CMDBAR.Text, 8))
  3253.             for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  3254.                 if v.Name == objtodel then
  3255.                     v:Destroy()
  3256.                 end
  3257.             end
  3258.         end
  3259.         if string.sub(CMDBAR.Text, 1, 7) == ("getplrs") then
  3260.             for i,v in pairs(game:GetService("Players"):GetPlayers())do
  3261.                 print(v)
  3262.             end
  3263.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3264.             Title = "Printed";
  3265.             Text = "Players have been printed to console. (F9)";
  3266.             })
  3267.         end
  3268.         if string.sub(CMDBAR.Text, 1, 8) == ("deldecal") then
  3269.             for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  3270.                 if (v:IsA("Decal")) then
  3271.                     v:Destroy()
  3272.                 end
  3273.             end
  3274.         end
  3275.         if string.sub(CMDBAR.Text, 1, 10) == ("opfinality") then
  3276.             loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  3277.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3278.             Title = "Success!";
  3279.             Text = "OpFinality GUI has loaded.";
  3280.             })
  3281.         end
  3282.         if string.sub(CMDBAR.Text, 1, 7) == ("remotes") then
  3283.             remotes = true
  3284.             added = true
  3285.             game.DescendantAdded:connect(function(rmt)
  3286.             if added == true then
  3287.             if remotes == true then
  3288.             if rmt:IsA("RemoteEvent") then
  3289.             print("A RemoteEvent was added!")
  3290.             print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  3291.             print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  3292.             end end end
  3293.             end)
  3294.             game.DescendantAdded:connect(function(rmtfnctn)
  3295.             if added == true then
  3296.             if remotes == true then
  3297.             if rmtfnctn:IsA("RemoteFunction") then
  3298.             warn("A RemoteFunction was added!")
  3299.             warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  3300.             print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  3301.             end end end
  3302.             end)
  3303.            
  3304.             game.DescendantAdded:connect(function(bndfnctn)
  3305.             if added == true then
  3306.             if binds == true then
  3307.             if bndfnctn:IsA("BindableFunction") then
  3308.             print("A BindableFunction was added!")
  3309.             print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  3310.             print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  3311.             end end end
  3312.             end)
  3313.            
  3314.             game.DescendantAdded:connect(function(bnd)
  3315.             if added == true then
  3316.             if binds == true then
  3317.             if bnd:IsA("BindableEvent") then
  3318.             warn("A BindableEvent was added!")
  3319.             warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  3320.             print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  3321.             end end end
  3322.             end)
  3323.            
  3324.            
  3325.             if binds == true then
  3326.             for i,v in pairs(game:GetDescendants()) do
  3327.             if v:IsA("BindableFunction") then
  3328.             print(" game." .. v:GetFullName() .. " | BindableFunction")
  3329.             print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  3330.             end end
  3331.             for i,v in pairs(game:GetDescendants()) do
  3332.             if v:IsA("BindableEvent") then
  3333.             warn(" game." .. v:GetFullName() .. " | BindableEvent")
  3334.             print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  3335.             end end
  3336.             else
  3337.             print("Off")
  3338.             end
  3339.             if remotes == true then
  3340.             for i,v in pairs(game:GetDescendants()) do
  3341.             if v:IsA("RemoteFunction") then
  3342.             warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  3343.             print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  3344.             end end
  3345.             wait()
  3346.             for i,v in pairs(game:GetDescendants()) do
  3347.             if v:IsA("RemoteEvent") then
  3348.             print(" game." .. v:GetFullName() .. " | RemoteEvent")
  3349.             print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  3350.             end end
  3351.             else
  3352.             print("Off")
  3353.             end
  3354.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3355.             Title = "Printing Remotes";
  3356.             Text = "Type ;noremotes to disable.";
  3357.             })
  3358.         end
  3359.         if string.sub(CMDBAR.Text, 1, 9) == ("noremotes") then
  3360.             remotes = false
  3361.             added = false
  3362.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3363.             Title = "Printing Remotes Disabled";
  3364.             Text = "Type ;remotes to enable.";
  3365.             })
  3366.         end
  3367.         if string.sub(CMDBAR.Text, 1, 9) == ("tpdefault") then
  3368.             spin = false
  3369.             followed = false
  3370.             traill = false
  3371.             noclip = false
  3372.             annoying = false
  3373.             hwalk = false
  3374.             cbringing = false
  3375.         end
  3376.         if string.sub(CMDBAR.Text, 1, 7) == ("stopsit") then
  3377.             stopsitting = true
  3378.         end
  3379.         if string.sub(CMDBAR.Text, 1, 5) == ("gosit") then
  3380.             stopsitting = false
  3381.         end
  3382.         if string.sub(CMDBAR.Text, 1, 7) == ("version") then
  3383.             print(adminversion)
  3384.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3385.             Title = "Version";
  3386.             Text = adminversion;
  3387.             })
  3388.         end
  3389.         if string.sub(CMDBAR.Text, 1, 7) == ("clicktp") then
  3390.             clickgoto = true
  3391.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3392.             Title = "Click TP";
  3393.             Text = "Press E to teleport to mouse position";
  3394.             })
  3395.         end
  3396.         if string.sub(CMDBAR.Text, 1, 9) == ("noclicktp") then
  3397.             clickgoto = false
  3398.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3399.             Title = "Click TP";
  3400.             Text = "Click TP has been disabled.";
  3401.             })
  3402.         end
  3403.         if string.sub(CMDBAR.Text, 1, 7) == ("toolson") then
  3404.             gettingtools = true
  3405.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3406.             Title = "Tools Enabled";
  3407.             Text = "Automatically colleting tools dropped.";
  3408.             })
  3409.         end
  3410.         if string.sub(CMDBAR.Text, 1, 8) == ("toolsoff") then
  3411.             gettingtools = false
  3412.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3413.             Title = "Tools Disabled";
  3414.             Text = "Click TP has been disabled.";
  3415.             })
  3416.         end
  3417.         if string.sub(CMDBAR.Text, 1, 9) == ("delcmdbar") then
  3418.             ScreenGui:Destroy()
  3419.         end
  3420.         if string.sub(CMDBAR.Text, 1, 5) == ("reset") then
  3421.             lplayer.Character.Head:Destroy()
  3422.         end
  3423.         if string.sub(CMDBAR.Text, 1, 6) == ("state ") then
  3424.             statechosen = string.sub(CMDBAR.Text, 7)
  3425.             changingstate = true
  3426.         end
  3427.         if string.sub(CMDBAR.Text, 1, 8) == ("gravity ") then
  3428.             game:GetService("Workspace").Gravity = string.sub(CMDBAR.Text, 9)
  3429.         end
  3430.         if string.sub(CMDBAR.Text, 1, 9) == ("looprhats") then
  3431.         removingmeshhats = true
  3432.         end
  3433.         if string.sub(CMDBAR.Text, 1, 11) == ("unlooprhats") then
  3434.             removingmeshhats = false
  3435.         end
  3436.         if string.sub(CMDBAR.Text, 1, 9) == ("looprtool") then
  3437.             removingmeshtool = true
  3438.         end
  3439.         if string.sub(CMDBAR.Text, 1, 11) == ("unlooprtool") then
  3440.             removingmeshtool = false
  3441.         end
  3442.         if string.sub(CMDBAR.Text, 1, 9) == ("givetool ") then
  3443.             for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  3444.                 if v:IsA("Tool") then
  3445.                     for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  3446.                         v.Parent = player.Character
  3447.                     end
  3448.                 end
  3449.             end
  3450.         end
  3451.         if string.sub(CMDBAR.Text, 1, 4) == ("age ") then
  3452.             for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  3453.                 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  3454.             end
  3455.         end
  3456.         if string.sub(CMDBAR.Text, 1, 3) == ("id ") then
  3457.             for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 4))) do
  3458.                 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  3459.             end
  3460.         end
  3461.         if string.sub(CMDBAR.Text, 1, 5) == (".age ") then
  3462.             for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  3463.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  3464.                 Title = player.AccountAge.." Days";
  3465.                 Text = "Account age of "..player.Name;
  3466.                 })
  3467.             end
  3468.         end
  3469.         if string.sub(CMDBAR.Text, 1, 4) == (".id ") then
  3470.             for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  3471.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  3472.                 Title = player.UserId.." ID";
  3473.                 Text = "Account ID of "..player.Name;
  3474.                 })
  3475.             end
  3476.         end
  3477.         if string.sub(CMDBAR.Text, 1, 6) == ("gameid") then
  3478.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3479.             Title = "Game ID";
  3480.             Text = "Game ID: ".. game.GameId;
  3481.             })
  3482.         end
  3483.         if string.sub(CMDBAR.Text, 1, 3) == ("pgs") then
  3484.             local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  3485.             if pgscheck == true then
  3486.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  3487.                 Title = "PGSPhysicsSolverEnabled";
  3488.                 Text = "PGS is Enabled!";
  3489.                 })
  3490.             else
  3491.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  3492.                 Title = "PGSPhysicsSolverEnabled";
  3493.                 Text = "PGS is Disabled!";
  3494.                 })
  3495.             end
  3496.         end
  3497.         if string.sub(CMDBAR.Text, 1, 11) == ("removeinvis") then
  3498.             for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  3499.                 if v:IsA("Part") then
  3500.                     if v.Transparency == 1 then
  3501.                         if v.Name ~= "HumanoidRootPart" then
  3502.                             v:Destroy()
  3503.                         end
  3504.                     end
  3505.                 end
  3506.             end
  3507.         end
  3508.         if string.sub(CMDBAR.Text, 1, 9) == ("removefog") then
  3509.             game:GetService("Lighting").FogStart = 0
  3510.             game:GetService("Lighting").FogEnd = 9999999999999
  3511.         end
  3512.         if string.sub(CMDBAR.Text, 1, 7) == ("disable") then
  3513.             lplayer.Character.Humanoid.Parent = lplayer
  3514.         end
  3515.         if string.sub(CMDBAR.Text, 1, 6) == ("enable") then
  3516.             lplayer.Humanoid.Parent = lplayer.Character
  3517.         end
  3518.         if string.sub(CMDBAR.Text, 1, 13) == ("givealltools ") then
  3519.             for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  3520.                 if v:IsA("Tool") then
  3521.                     v.Parent = lplayer.Character
  3522.                     wait()
  3523.                     for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 14))) do
  3524.                         v.Parent = player.Character
  3525.                     end
  3526.                 end
  3527.             end
  3528.         end
  3529.         if string.sub(CMDBAR.Text, 1, 9) == ("flyspeed ") then
  3530.             speedfly = string.sub(CMDBAR.Text, 10)
  3531.             wait()
  3532.             change()
  3533.         end
  3534.         if string.sub(CMDBAR.Text, 1, 7) == ("carpet ") then
  3535.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  3536.                 local Anim3 = Instance.new("Animation")
  3537.                 Anim3.AnimationId = "rbxassetid://282574440"
  3538.                 local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  3539.                 track3:Play(.1, 1, 1)
  3540.                 bplrr = v.Name
  3541.                 banpl = true
  3542.             end
  3543.         end
  3544.         if string.sub(CMDBAR.Text, 1, 8) == ("uncarpet") then
  3545.             banpl = false
  3546.         end
  3547.         if string.sub(CMDBAR.Text, 1, 6) == ("stare ") then
  3548.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  3549.                 staring = true
  3550.                 stareplr = v
  3551.             end
  3552.         end
  3553.         if string.sub(CMDBAR.Text, 1, 7) == ("unstare") then
  3554.             staring = false
  3555.         end
  3556.         if string.sub(CMDBAR.Text, 1, 7) == ("logchat") then
  3557.             chatlogs = true
  3558.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3559.             Title = "LogChat enabled";
  3560.             Text = "Now logging all player chat.";
  3561.             })
  3562.         end
  3563.         if string.sub(CMDBAR.Text, 1, 9) == ("unlogchat") then
  3564.             chatlogs = false
  3565.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3566.             Title = "LogChat disabled";
  3567.             Text = "Stopped logging all player chat.";
  3568.             })
  3569.         end
  3570.         if string.sub(CMDBAR.Text, 1, 6) == ("fixcam") then
  3571.             game:GetService("Workspace").CurrentCamera:Destroy()
  3572.             wait(0.1)
  3573.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  3574.             game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  3575.             lplayer.CameraMinZoomDistance = 0.5
  3576.             lplayer.CameraMaxZoomDistance = 400
  3577.             lplayer.CameraMode = "Classic"
  3578.         end
  3579.         if string.sub(CMDBAR.Text, 1, 7) == ("unstate") then
  3580.             changingstate = false
  3581.         end
  3582.         CMDBAR.Text = ""
  3583.     end
  3584. end)
  3585.  
  3586. wait(0.3)
  3587. game:GetService("StarterGui"):SetCore("SendNotification", {
  3588.     Title = "Loaded successfully!";
  3589.     Text = "Reviz Admin V2 by illremember";
  3590. })
  3591. wait(0.1)
  3592. print("Reviz Admin V2 loaded!")
  3593. if game:GetService("Workspace").FilteringEnabled == true then
  3594.     warn("FE is Enabled (Filtering Enabled)")
  3595.     game:GetService("StarterGui"):SetCore("SendNotification", {
  3596.         Title = "FE is Enabled";
  3597.         Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  3598.     })
  3599. else
  3600.     warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  3601.     game:GetService("StarterGui"):SetCore("SendNotification", {
  3602.         Title = "FE is Disabled";
  3603.         Text = "Filtering Disabled. Consider using a different admin script.";
  3604.     })
  3605. end
  3606.  
  3607. local intro = Instance.new("ScreenGui")
  3608. local Frame = Instance.new("Frame")
  3609. local ImageLabel = Instance.new("ImageLabel")
  3610. intro.Parent = game:GetService("CoreGui")
  3611. Frame.Parent = intro
  3612. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  3613. Frame.BackgroundTransparency = 1
  3614. Frame.Size = UDim2.new(1, 0, 0, 300)
  3615. Frame.Position = UDim2.new(0, 0, -0.4, 0)
  3616. ImageLabel.Parent = Frame
  3617. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  3618. ImageLabel.BackgroundTransparency = 1
  3619. ImageLabel.Position = UDim2.new(0, 0, 0, 0)
  3620. ImageLabel.Size = UDim2.new(1, 0, 1, 0)
  3621. ImageLabel.Image = "http://www.roblox.com/asset/?id=1542162618"
  3622. Frame:TweenPosition(UDim2.new(0, 0, 0.2, 0), "Out", "Elastic", 3)
  3623. wait(3.01)
  3624. Frame:TweenPosition(UDim2.new(0, 0, 1.5, 0), "Out", "Elastic", 5)
  3625. wait(5.01)
  3626. intro:Destroy()
  3627. end)
  3628.  
  3629. arrest.Name = "arrest"
  3630. arrest.Parent = main
  3631. arrest.BackgroundColor3 = Color3.new(0, 1, 1)
  3632. arrest.Position = UDim2.new(0.349623203, 0, 0.306112915, 0)
  3633. arrest.Size = UDim2.new(0, 110, 0, 32)
  3634. arrest.Font = Enum.Font.GothamBlack
  3635. arrest.Text = "Arrest"
  3636. arrest.TextColor3 = Color3.new(1, 0, 0)
  3637. arrest.TextSize = 14
  3638. arrest.MouseButton1Down:connect(function()
  3639. local mouse = game.Players.LocalPlayer:GetMouse()
  3640. local arrestEvent = game.Workspace.Remote.arrest
  3641. mouse.Button1Down:connect(function()
  3642. local obj = mouse.Target
  3643. local response = arrestEvent:InvokeServer(obj)
  3644.  end)
  3645. end)
  3646.  
  3647. attach.Name = "attach"
  3648. attach.Parent = main
  3649. attach.BackgroundColor3 = Color3.new(0, 1, 1)
  3650. attach.Position = UDim2.new(0.679666638, 0, 0.304921538, 0)
  3651. attach.Size = UDim2.new(0, 111, 0, 32)
  3652. attach.Font = Enum.Font.GothamBlack
  3653. attach.Text = "Aimbot"
  3654. attach.TextColor3 = Color3.new(1, 0, 0)
  3655. attach.TextSize = 14
  3656. attach.MouseButton1Down:connect(function()
  3657. local plrs = game:GetService("Players")
  3658. local TeamBased = true ; local teambasedswitch = "o"
  3659. local presskeytoaim = true; local aimkey = "e"
  3660. local raycast = false
  3661.  
  3662. local espupdatetime = 5; autoesp = false
  3663.  
  3664.  
  3665.  
  3666. local lockaim = true; local lockangle = 5
  3667.  
  3668.  
  3669.  
  3670. --function findwat(folder, what)
  3671. --  for i, smth in pairs(folder:GetChildren()) do
  3672. --      if string.find(string.lower(tostring(smth)), string.lower(what)) then
  3673. --          return smth
  3674. --      end
  3675. --  end
  3676. --end
  3677. --
  3678. --local plrs = findwat(game, "Players")
  3679.  
  3680.  
  3681.  
  3682.  
  3683. local Gui = Instance.new("ScreenGui")
  3684. local Move = Instance.new("Frame")
  3685. local Main = Instance.new("Frame")
  3686. local EspStatus = Instance.new("TextLabel")
  3687. local st1 = Instance.new("TextLabel")
  3688. local st1_2 = Instance.new("TextLabel")
  3689. local st1_3 = Instance.new("TextLabel")
  3690. local Name = Instance.new("TextLabel")
  3691. --Properties:
  3692. Gui.Name = "Gui"
  3693. Gui.Parent = plrs.LocalPlayer:WaitForChild("PlayerGui")
  3694.  
  3695. Move.Name = "Move"
  3696. Move.Parent = Gui
  3697. Move.BackgroundColor3 = Color3.new(0.545098, 0, 0)
  3698. Move.BackgroundTransparency = 1
  3699. Move.BorderSizePixel = 0
  3700. Move.Draggable = true
  3701. Move.Position = UDim2.new(0.005, 0, -0.15, 0)
  3702. Move.Size = UDim2.new(0.28141585, 0, 0.0320388414, 0)
  3703.  
  3704. Main.Name = "Main"
  3705. Main.Parent = Move
  3706. Main.BackgroundColor3 = Color3.new(1, 1, 1)
  3707. Main.Position = UDim2.new(0, -7, 20.9960003, 0)
  3708. Main.Size = UDim2.new(1, 0, 5.79699993, 0)
  3709. Main.Style = Enum.FrameStyle.RobloxSquare
  3710.  
  3711. EspStatus.Name = "EspStatus"
  3712. EspStatus.Parent = Main
  3713. EspStatus.BackgroundColor3 = Color3.new(1, 1, 1)
  3714. EspStatus.BackgroundTransparency = 1
  3715. EspStatus.Position = UDim2.new(0, 0, 0.300000012, 0)
  3716. EspStatus.Size = UDim2.new(1, 0, 0.162, 0)
  3717. EspStatus.Font = Enum.Font.ArialBold
  3718. EspStatus.Text = "Press O to change team based mode"
  3719. EspStatus.TextColor3 = Color3.new(0.6, 0.196078, 0.8)
  3720. EspStatus.TextScaled = true
  3721. EspStatus.TextWrapped = true
  3722.  
  3723. st1.Name = "st1"
  3724. st1.Parent = Main
  3725. st1.BackgroundColor3 = Color3.new(1, 1, 1)
  3726. st1.BackgroundTransparency = 1
  3727. st1.Position = UDim2.new(0.271787882, 0, 0, 0)
  3728. st1.Size = UDim2.new(0.728211343, 0, 0.161862016, 0)
  3729. st1.Font = Enum.Font.ArialBold
  3730. st1.Text = ""
  3731. st1.TextColor3 = Color3.new(0.0784314, 0.541176, 0)
  3732. st1.TextScaled = true
  3733. st1.TextSize = 14
  3734. st1.TextWrapped = true
  3735.  
  3736. st1_2.Name = "st1"
  3737. st1_2.Parent = Main
  3738. st1_2.BackgroundColor3 = Color3.new(1, 1, 1)
  3739. st1_2.BackgroundTransparency = 1
  3740. st1_2.Position = UDim2.new(0, 0, 0.875999987, 0)
  3741. st1_2.Size = UDim2.new(0.999999881, 0, 0.161862016, 0)
  3742. st1_2.Font = Enum.Font.ArialBold
  3743. st1_2.Text = "Press E to lock on a person inside ur view"
  3744. st1_2.TextColor3 = Color3.new(0.6, 0.196078, 0.8)
  3745. st1_2.TextScaled = true
  3746. st1_2.TextWrapped = true
  3747.  
  3748. st1_3.Name = "st1"
  3749. st1_3.Parent = Main
  3750. st1_3.BackgroundColor3 = Color3.new(1, 1, 1)
  3751. st1_3.BackgroundTransparency = 1
  3752. st1_3.Position = UDim2.new(0, 0, 0.54, 0)
  3753. st1_3.Size = UDim2.new(1, 0, 0.261999995, 0)
  3754. st1_3.Font = Enum.Font.ArialBold
  3755. st1_3.Text = "Press L to enable esp loop and press T to update esp"
  3756. st1_3.TextColor3 = Color3.new(0.6, 0.196078, 0.8)
  3757. st1_3.TextScaled = true
  3758. st1_3.TextWrapped = true
  3759.  
  3760.  
  3761. Name.Name = "Name"
  3762. Name.Parent = Move
  3763. Name.BackgroundColor3 = Color3.new(0.545098, 0, 0)
  3764. Name.BackgroundTransparency = 1
  3765. Name.Position = UDim2.new(0, 25, 20.9860001, 0)
  3766. Name.Size = UDim2.new(0.838, 0, 1.27999997, 0)
  3767. Name.Font = Enum.Font.Arcade
  3768. Name.Text = "ARSENAL GUI"
  3769. Name.TextColor3 = Color3.new(0.541176, 0.168627, 0.886275)
  3770. Name.TextScaled = true
  3771. Name.TextSize = 12
  3772. Name.TextWrapped = true
  3773. -- Scripts:
  3774.  
  3775.  
  3776. local plrsforaim = {}
  3777.  
  3778. local lplr = game:GetService("Players").LocalPlayer
  3779. Move.Draggable = true
  3780. Gui.ResetOnSpawn = false
  3781. Gui.Name = "Chat"
  3782. Gui.DisplayOrder = 999
  3783.  
  3784.     Gui.Parent = plrs.LocalPlayer.PlayerGui
  3785.  
  3786.  
  3787. f = {}
  3788. local espforlder
  3789.  
  3790. f.addesp = function()
  3791.     --print("ESP ran")
  3792.     if espforlder then
  3793.     else
  3794.         espforlder = Instance.new("Folder")
  3795.         espforlder.Parent = game.Workspace.CurrentCamera
  3796.     end
  3797.     for i, v in pairs(espforlder:GetChildren()) do
  3798.         v:Destroy()
  3799.     end
  3800.     for _, plr in pairs(plrs:GetChildren()) do
  3801.         if plr.Character and plr.Character.Humanoid.Health > 0 and plr.Name ~= lplr.Name then
  3802.             if TeamBased == true then
  3803.                 if plr.Team.Name ~= plrs.LocalPlayer.Team.Name  then
  3804.                     local e = espforlder:FindFirstChild(plr.Name)
  3805.                     if not e then
  3806.                         --print("Added esp for team based")
  3807.                         local bill = Instance.new("BillboardGui", espforlder)
  3808.                         bill.Name = plr.Name
  3809.                         bill.AlwaysOnTop = true
  3810.                         bill.Size = UDim2.new(1,0,1,0)
  3811.                         bill.Adornee = plr.Character.Head
  3812.                         local Frame = Instance.new('Frame',bill)
  3813.                         Frame.Active = true
  3814.                         Frame.BackgroundColor3 = Color3.new(0.862745, 0.0784314, 0.235294)
  3815.                         Frame.BackgroundTransparency = 0
  3816.                         Frame.BorderSizePixel = 0
  3817.                         Frame.AnchorPoint = Vector2.new(.5, .5)
  3818.                         Frame.Position = UDim2.new (0.5,0,0.5,0)
  3819.                         Frame.Size = UDim2.new (1,0,1,0)
  3820.                         Frame.Rotation = 0
  3821.                         plr.Character.Humanoid.Died:Connect(function()
  3822.                             bill:Destroy()
  3823.                         end)
  3824.                     end
  3825.                 end
  3826.             else
  3827.                 local e = espforlder:FindFirstChild(plr.Name)
  3828.                 if not e then
  3829.                     --print("Added esp")
  3830.                     local bill = Instance.new("BillboardGui", espforlder)
  3831.                     bill.Name = plr.Name
  3832.                     bill.AlwaysOnTop = true
  3833.                     bill.Size = UDim2.new(1,0,1,0)
  3834.                     bill.Adornee = plr.Character.Head
  3835.                     local Frame = Instance.new('Frame',bill)
  3836.                     Frame.Active = true
  3837.                     Frame.BackgroundColor3 = Color3.new(0/255,255/255,0/255)
  3838.                     Frame.BackgroundTransparency = 0
  3839.                     Frame.BorderSizePixel = 0
  3840.                     Frame.AnchorPoint = Vector2.new(.5, .5)
  3841.                     Frame.Position = UDim2.new (0.5,0,0.5,0)
  3842.                     Frame.Size = UDim2.new (1,0,1,0)
  3843.                     Frame.Rotation = 0
  3844.                     plr.Character.Humanoid.Died:Connect(function()
  3845.                         bill:Destroy()
  3846.                     end)
  3847.                 end
  3848.             end
  3849.            
  3850.            
  3851.         end
  3852.     end
  3853. end
  3854. local cam = game.Workspace.CurrentCamera
  3855.  
  3856. local mouse = lplr:GetMouse()
  3857. local switch = false
  3858. local key = "k"
  3859. local aimatpart = nil
  3860. mouse.KeyDown:Connect(function(a)
  3861.     if a == "t" then
  3862.         print("worked1")
  3863.         f.addesp()
  3864.     elseif a == "u" then
  3865.         if raycast == true then
  3866.             raycast = false
  3867.         else
  3868.             raycast = true
  3869.         end
  3870.     elseif a == "l" then
  3871.         if autoesp == false then
  3872.             autoesp = true
  3873.         else
  3874.             autoesp = false
  3875.         end
  3876.     end
  3877.     if a == "j" then
  3878.         if mouse.Target then
  3879.             mouse.Target:Destroy()
  3880.         end
  3881.     end
  3882.     if a == key then
  3883.         if switch == false then
  3884.             switch = true
  3885.         else
  3886.             switch = false
  3887.             if aimatpart ~= nil then
  3888.                 aimatpart = nil
  3889.             end
  3890.         end
  3891.     elseif a == teambasedswitch then
  3892.         if TeamBased == true then
  3893.             TeamBased = false
  3894.             teambasedstatus.Text = tostring(TeamBased)
  3895.         else
  3896.             TeamBased = true
  3897.             teambasedstatus.Text = tostring(TeamBased)
  3898.         end
  3899.     elseif a == aimkey then
  3900.         if not aimatpart then
  3901.             local maxangle = math.rad(20)
  3902.             for i, plr in pairs(plrs:GetChildren()) do
  3903.                 if plr.Name ~= lplr.Name and plr.Character and plr.Character.Head and plr.Character.Humanoid and plr.Character.Humanoid.Health > 1 then
  3904.                     if TeamBased == true then
  3905.                         if plr.Team.Name ~= lplr.Team.Name then
  3906.                             local an = checkfov(plr.Character.Head)
  3907.                             if an < maxangle then
  3908.                                 maxangle = an
  3909.                                 aimatpart = plr.Character.Head
  3910.                             end
  3911.                         end
  3912.                     else
  3913.                         local an = checkfov(plr.Character.Head)
  3914.                             if an < maxangle then
  3915.                                 maxangle = an
  3916.                                 aimatpart = plr.Character.Head
  3917.                             end
  3918.                             print(plr)
  3919.                     end
  3920.                     plr.Character.Humanoid.Died:Connect(function()
  3921.                         if aimatpart.Parent == plr.Character or aimatpart == nil then
  3922.                             aimatpart = nil
  3923.                         end
  3924.                     end)
  3925.                 end
  3926.             end
  3927.         else
  3928.             aimatpart = nil
  3929.         end
  3930.     end
  3931. end)
  3932.  
  3933. function getfovxyz (p0, p1, deg)
  3934.     local x1, y1, z1 = p0:ToOrientation()
  3935.     local cf = CFrame.new(p0.p, p1.p)
  3936.     local x2, y2, z2 = cf:ToOrientation()
  3937.     --local d = math.deg
  3938.     if deg then
  3939.         --return Vector3.new(d(x1-x2), d(y1-y2), d(z1-z2))
  3940.     else
  3941.         return Vector3.new((x1-x2), (y1-y2), (z1-z2))
  3942.     end
  3943. end
  3944.  
  3945. function getaimbotplrs()
  3946.     plrsforaim = {}
  3947.     for i, plr in pairs(plrs:GetChildren()) do
  3948.         if plr.Character and plr.Character.Humanoid and plr.Character.Humanoid.Health > 0 and plr.Name ~= lplr.Name and plr.Character.Head then
  3949.            
  3950.             if TeamBased == true then
  3951.                 if plr.Team.Name ~= lplr.Team.Name then
  3952.                     local cf = CFrame.new(game.Workspace.CurrentCamera.CFrame.p, plr.Character.Head.CFrame.p)
  3953.                     local r = Ray.new(cf, cf.LookVector * 10000)
  3954.                     local ign = {}
  3955.                     for i, v in pairs(plrs.LocalPlayer.Character:GetChildren()) do
  3956.                         if v:IsA("BasePart") then
  3957.                             table.insert(ign , v)
  3958.                         end
  3959.                     end
  3960.                     local obj = game.Workspace:FindPartOnRayWithIgnoreList(r, ign)
  3961.                     if obj.Parent == plr.Character and obj.Parent ~= lplr.Character then
  3962.                         table.insert(plrsforaim, obj)
  3963.                     end
  3964.                 end
  3965.             else
  3966.                 local cf = CFrame.new(game.Workspace.CurrentCamera.CFrame.p, plr.Character.Head.CFrame.p)
  3967.                 local r = Ray.new(cf, cf.LookVector * 10000)
  3968.                 local ign = {}
  3969.                 for i, v in pairs(plrs.LocalPlayer.Character:GetChildren()) do
  3970.                     if v:IsA("BasePart") then
  3971.                         table.insert(ign , v)
  3972.                     end
  3973.                 end
  3974.                 local obj = game.Workspace:FindPartOnRayWithIgnoreList(r, ign)
  3975.                 if obj.Parent == plr.Character and obj.Parent ~= lplr.Character then
  3976.                     table.insert(plrsforaim, obj)
  3977.                 end
  3978.             end
  3979.            
  3980.            
  3981.         end
  3982.     end
  3983. end
  3984.  
  3985. function aimat(part)
  3986.     cam.CFrame = CFrame.new(cam.CFrame.p, part.CFrame.p)
  3987. end
  3988. function checkfov (part)
  3989.     local fov = getfovxyz(game.Workspace.CurrentCamera.CFrame, part.CFrame)
  3990.     local angle = math.abs(fov.X) + math.abs(fov.Y)
  3991.     return angle
  3992. end
  3993.  
  3994. game:GetService("RunService").RenderStepped:Connect(function()
  3995.     if aimatpart then
  3996.         aimat(aimatpart)
  3997.         if aimatpart.Parent == plrs.LocalPlayer.Character then
  3998.             aimatpart = nil
  3999.         end
  4000.     end
  4001.    
  4002.    
  4003. --  if switch == true then
  4004. --      local maxangle = 99999
  4005. --     
  4006. --      --print("Loop")
  4007. --      if true and raycast == false then
  4008. --          for i, plr in pairs(plrs:GetChildren()) do
  4009. --              if plr.Name ~= lplr.Name and plr.Character and plr.Character.Head and plr.Character.Humanoid and plr.Character.Humanoid.Health > 1 then
  4010. --                  if TeamBased then
  4011. --                      if plr.Team.Name ~= lplr.Team.Name or plr.Team.TeamColor ~= lplr.Team.TeamColor then
  4012. --                          local an = checkfov(plr.Character.Head)
  4013. --                          if an < maxangle then
  4014. --                              maxangle = an
  4015. --                              aimatpart = plr.Character.Head
  4016. --                              if an < lockangle then
  4017. --                                  break
  4018. --                              end
  4019. --                          end
  4020. --                      end
  4021. --                  else
  4022. --                      local an = checkfov(plr.Character.Head)
  4023. --                          if an < maxangle then
  4024. --                              maxangle = an
  4025. --                              aimatpart = plr.Character.Head
  4026. --                              if an < lockangle then
  4027. --                                  break
  4028. --                              end
  4029. --                          end
  4030. --                  end
  4031. --                 
  4032. --                 
  4033. --                 
  4034. --                 
  4035. --              end
  4036. --          end
  4037. --      elseif raycast == true then
  4038. --         
  4039. --      end
  4040.        
  4041.         if raycast == true and switch == false and not aimatpart then
  4042.             getaimbotplrs()
  4043.             aimatpart = nil
  4044.             local maxangle = 999
  4045.             for i, v in ipairs(plrsforaim) do
  4046.                 if v.Parent ~= lplr.Character then
  4047.                     local an = checkfov(v)
  4048.                     if an < maxangle and v ~= lplr.Character.Head then
  4049.                         maxangle = an
  4050.                         aimatpart = v
  4051.                         print(v:GetFullName())
  4052.                         v.Parent.Humanoid.Died:connect(function()
  4053.                             aimatpart = nil
  4054.                         end)
  4055.                     end
  4056.                 end
  4057.             end
  4058.        
  4059.     end
  4060. end)
  4061. delay(0, function()
  4062.     while wait(espupdatetime) do
  4063.         if autoesp == true then
  4064.             pcall(function()
  4065.             f.addesp()
  4066.             end)
  4067.         end
  4068.     end
  4069. end)
  4070. warn("loaded")
  4071. end)
  4072.  
  4073. fastrem.Name = "fastrem"
  4074. fastrem.Parent = main
  4075. fastrem.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  4076. fastrem.Position = UDim2.new(0.00783289783, 0, 0.518048227, 0)
  4077. fastrem.Size = UDim2.new(0, 84, 0, 32)
  4078. fastrem.Font = Enum.Font.Bodoni
  4079. fastrem.Text = "Fast Remington"
  4080. fastrem.TextColor3 = Color3.new(0, 0, 0)
  4081. fastrem.TextSize = 14
  4082. fastrem.MouseButton1Down:connect(function()
  4083. local Player = game.Players.LocalPlayer.Name
  4084. local Gun = "Remington 870" -- < -- Gun Name
  4085. local Run = game:GetService("RunService")
  4086.  
  4087. Gun = game.Players[Player].Character[Gun]
  4088. local Mouse = game.Players.LocalPlayer:GetMouse()
  4089. local Down = false
  4090. local Sound = Gun.Handle.FireSound
  4091.  
  4092. function CreateRay(Point_A, Point_B)
  4093. local Ray = Ray.new(Point_A, (Point_B - Point_A).Unit * (2 ^ 31 - 1))
  4094. local Part, Pos = workspace:FindPartOnRay(Ray, game.Players.LocalPlayer.Character)
  4095. local Dist = (Point_A - Pos).Magnitude
  4096. local CFrame = CFrame.new(Point_A, Pos) * CFrame.new(0, 0, -Dist / 2)
  4097.  
  4098. return CFrame, Dist, Ray
  4099. end
  4100.  
  4101. function FireLaser(target)
  4102. coroutine.resume(coroutine.create(function()
  4103. local C, D, R = CreateRay(Gun.Muzzle.CFrame.p, target.CFrame.p)
  4104. local Bullet = Instance.new("Part", Gun)
  4105. Bullet.BrickColor = BrickColor.Yellow()
  4106. Bullet.Material = "Neon"
  4107. Bullet.Anchored = true
  4108. Bullet.CanCollide = false
  4109. Bullet.Size = Vector3.new(0.2, 0.2, D)
  4110. Bullet.CFrame = C
  4111.  
  4112. local bulletTable = {}
  4113. table.insert(bulletTable, {
  4114. Hit = target,
  4115. Distance = D,
  4116. Cframe = C,
  4117. RayObject = R
  4118. })
  4119.  
  4120. game.ReplicatedStorage.ShootEvent:FireServer(bulletTable, Gun)
  4121. local C = Sound:Clone()
  4122. C.Parent = Gun
  4123. C:Play()
  4124. wait(0.05)
  4125. Bullet:Remove()
  4126. end))
  4127. end
  4128.  
  4129. Mouse.Button1Down:Connect(function()
  4130. Down = true
  4131. end)
  4132.  
  4133.  
  4134. Mouse.Button1Up:Connect(function()
  4135. Down = false
  4136. end)
  4137.  
  4138. while Run.Stepped:wait() do
  4139. if Down == true then
  4140. game.ReplicatedStorage.SoundEvent:FireServer(Sound, Gun)
  4141. FireLaser(Mouse.Target)
  4142. end
  4143. end
  4144. end)
  4145.  
  4146. fastm9.Name = "fastm9"
  4147. fastm9.Parent = main
  4148. fastm9.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  4149. fastm9.Position = UDim2.new(0.267702788, 0, 0.518048167, 0)
  4150. fastm9.Size = UDim2.new(0, 84, 0, 32)
  4151. fastm9.Font = Enum.Font.Bodoni
  4152. fastm9.Text = "Fast M9"
  4153. fastm9.TextColor3 = Color3.new(0, 0, 0)
  4154. fastm9.TextSize = 14
  4155. fastm9.MouseButton1Down:connect(function()
  4156. local Player = game.Players.LocalPlayer.Name
  4157. local Gun = "M9" -- < -- Gun Name
  4158. local Run = game:GetService("RunService")
  4159.  
  4160. Gun = game.Players[Player].Character[Gun]
  4161. local Mouse = game.Players.LocalPlayer:GetMouse()
  4162. local Down = false
  4163. local Sound = Gun.Handle.FireSound
  4164.  
  4165. function CreateRay(Point_A, Point_B)
  4166. local Ray = Ray.new(Point_A, (Point_B - Point_A).Unit * (2 ^ 31 - 1))
  4167. local Part, Pos = workspace:FindPartOnRay(Ray, game.Players.LocalPlayer.Character)
  4168. local Dist = (Point_A - Pos).Magnitude
  4169. local CFrame = CFrame.new(Point_A, Pos) * CFrame.new(0, 0, -Dist / 2)
  4170.  
  4171. return CFrame, Dist, Ray
  4172. end
  4173.  
  4174. function FireLaser(target)
  4175. coroutine.resume(coroutine.create(function()
  4176. local C, D, R = CreateRay(Gun.Muzzle.CFrame.p, target.CFrame.p)
  4177. local Bullet = Instance.new("Part", Gun)
  4178. Bullet.BrickColor = BrickColor.Yellow()
  4179. Bullet.Material = "Neon"
  4180. Bullet.Anchored = true
  4181. Bullet.CanCollide = false
  4182. Bullet.Size = Vector3.new(0.2, 0.2, D)
  4183. Bullet.CFrame = C
  4184.  
  4185. local bulletTable = {}
  4186. table.insert(bulletTable, {
  4187. Hit = target,
  4188. Distance = D,
  4189. Cframe = C,
  4190. RayObject = R
  4191. })
  4192.  
  4193. game.ReplicatedStorage.ShootEvent:FireServer(bulletTable, Gun)
  4194. local C = Sound:Clone()
  4195. C.Parent = Gun
  4196. C:Play()
  4197. wait(0.05)
  4198. Bullet:Remove()
  4199. end))
  4200. end
  4201.  
  4202. Mouse.Button1Down:Connect(function()
  4203. Down = true
  4204. end)
  4205.  
  4206.  
  4207. Mouse.Button1Up:Connect(function()
  4208. Down = false
  4209. end)
  4210.  
  4211. while Run.Stepped:wait() do
  4212. if Down == true then
  4213. game.ReplicatedStorage.SoundEvent:FireServer(Sound, Gun)
  4214. FireLaser(Mouse.Target)
  4215. end
  4216. end
  4217. end)
  4218.  
  4219. fasttaze.Name = "fasttaze"
  4220. fasttaze.Parent = main
  4221. fasttaze.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  4222. fasttaze.Position = UDim2.new(0.522364557, 0, 0.518048108, 0)
  4223. fasttaze.Size = UDim2.new(0, 84, 0, 32)
  4224. fasttaze.Font = Enum.Font.Bodoni
  4225. fasttaze.Text = "Fast Taser"
  4226. fasttaze.TextColor3 = Color3.new(0, 0, 0)
  4227. fasttaze.TextSize = 14
  4228. fasttaze.MouseButton1Down:connect(function()
  4229. local Player = game.Players.LocalPlayer.Name
  4230. local Gun = "Taser" -- < -- Gun Name
  4231. local Run = game:GetService("RunService")
  4232.  
  4233. Gun = game.Players[Player].Character[Gun]
  4234. local Mouse = game.Players.LocalPlayer:GetMouse()
  4235. local Down = false
  4236. local Sound = Gun.Handle.FireSound
  4237.  
  4238. function CreateRay(Point_A, Point_B)
  4239. local Ray = Ray.new(Point_A, (Point_B - Point_A).Unit * (2 ^ 31 - 1))
  4240. local Part, Pos = workspace:FindPartOnRay(Ray, game.Players.LocalPlayer.Character)
  4241. local Dist = (Point_A - Pos).Magnitude
  4242. local CFrame = CFrame.new(Point_A, Pos) * CFrame.new(0, 0, -Dist / 2)
  4243.  
  4244. return CFrame, Dist, Ray
  4245. end
  4246.  
  4247. function FireLaser(target)
  4248. coroutine.resume(coroutine.create(function()
  4249. local C, D, R = CreateRay(Gun.Muzzle.CFrame.p, target.CFrame.p)
  4250. local Bullet = Instance.new("Part", Gun)
  4251. Bullet.BrickColor = BrickColor.Yellow()
  4252. Bullet.Material = "Neon"
  4253. Bullet.Anchored = true
  4254. Bullet.CanCollide = false
  4255. Bullet.Size = Vector3.new(0.2, 0.2, D)
  4256. Bullet.CFrame = C
  4257.  
  4258. local bulletTable = {}
  4259. table.insert(bulletTable, {
  4260. Hit = target,
  4261. Distance = D,
  4262. Cframe = C,
  4263. RayObject = R
  4264. })
  4265.  
  4266. game.ReplicatedStorage.ShootEvent:FireServer(bulletTable, Gun)
  4267. local C = Sound:Clone()
  4268. C.Parent = Gun
  4269. C:Play()
  4270. wait(0.05)
  4271. Bullet:Remove()
  4272. end))
  4273. end
  4274.  
  4275. Mouse.Button1Down:Connect(function()
  4276. Down = true
  4277. end)
  4278.  
  4279.  
  4280. Mouse.Button1Up:Connect(function()
  4281. Down = false
  4282. end)
  4283.  
  4284. while Run.Stepped:wait() do
  4285. if Down == true then
  4286. game.ReplicatedStorage.SoundEvent:FireServer(Sound, Gun)
  4287. FireLaser(Mouse.Target)
  4288. end
  4289. end
  4290. end)
  4291.  
  4292. fastak.Name = "fastak"
  4293. fastak.Parent = main
  4294. fastak.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  4295. fastak.Position = UDim2.new(0.77959609, 0, 0.518048167, 0)
  4296. fastak.Size = UDim2.new(0, 79, 0, 32)
  4297. fastak.Font = Enum.Font.Bodoni
  4298. fastak.Text = "Fast AK47"
  4299. fastak.TextColor3 = Color3.new(0, 0, 0)
  4300. fastak.TextSize = 14
  4301. fastak.MouseButton1Down:connect(function()
  4302. local Player = game.Players.LocalPlayer.Name
  4303. local Gun = "AK47" -- < -- Gun Name
  4304. local Run = game:GetService("RunService")
  4305.  
  4306. Gun = game.Players[Player].Character[Gun]
  4307. local Mouse = game.Players.LocalPlayer:GetMouse()
  4308. local Down = false
  4309. local Sound = Gun.Handle.FireSound
  4310.  
  4311. function CreateRay(Point_A, Point_B)
  4312. local Ray = Ray.new(Point_A, (Point_B - Point_A).Unit * (2 ^ 31 - 1))
  4313. local Part, Pos = workspace:FindPartOnRay(Ray, game.Players.LocalPlayer.Character)
  4314. local Dist = (Point_A - Pos).Magnitude
  4315. local CFrame = CFrame.new(Point_A, Pos) * CFrame.new(0, 0, -Dist / 2)
  4316.  
  4317. return CFrame, Dist, Ray
  4318. end
  4319.  
  4320. function FireLaser(target)
  4321. coroutine.resume(coroutine.create(function()
  4322. local C, D, R = CreateRay(Gun.Muzzle.CFrame.p, target.CFrame.p)
  4323. local Bullet = Instance.new("Part", Gun)
  4324. Bullet.BrickColor = BrickColor.Yellow()
  4325. Bullet.Material = "Neon"
  4326. Bullet.Anchored = true
  4327. Bullet.CanCollide = false
  4328. Bullet.Size = Vector3.new(0.2, 0.2, D)
  4329. Bullet.CFrame = C
  4330.  
  4331. local bulletTable = {}
  4332. table.insert(bulletTable, {
  4333. Hit = target,
  4334. Distance = D,
  4335. Cframe = C,
  4336. RayObject = R
  4337. })
  4338.  
  4339. game.ReplicatedStorage.ShootEvent:FireServer(bulletTable, Gun)
  4340. local C = Sound:Clone()
  4341. C.Parent = Gun
  4342. C:Play()
  4343. wait(0.05)
  4344. Bullet:Remove()
  4345. end))
  4346. end
  4347.  
  4348. Mouse.Button1Down:Connect(function()
  4349. Down = true
  4350. end)
  4351.  
  4352.  
  4353. Mouse.Button1Up:Connect(function()
  4354. Down = false
  4355. end)
  4356.  
  4357. while Run.Stepped:wait() do
  4358. if Down == true then
  4359. game.ReplicatedStorage.SoundEvent:FireServer(Sound, Gun)
  4360. FireLaser(Mouse.Target)
  4361. end
  4362. end
  4363. end)
  4364.  
  4365. killall.Name = "killall"
  4366. killall.Parent = main
  4367. killall.BackgroundColor3 = Color3.new(1, 0, 0)
  4368. killall.Position = UDim2.new(0.0102345012, 0, 0.760852396, 0)
  4369. killall.Size = UDim2.new(0, 110, 0, 34)
  4370. killall.Font = Enum.Font.GothamBold
  4371. killall.Text = "Kill All"
  4372. killall.TextColor3 = Color3.new(0, 0, 0)
  4373. killall.TextSize = 14
  4374. killall.MouseButton1Down:connect(function()
  4375. workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  4376.  
  4377. game.Workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["Remington 870"].ITEMPICKUP)
  4378.  
  4379. wait(0.5)
  4380. function kill(a)
  4381. local A_1 =
  4382. {
  4383. [1] =
  4384. {
  4385. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-391.152252, 8.65560055, -83.2166901)),
  4386. ["Distance"] = 3.2524313926697,
  4387. ["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),
  4388. ["Hit"] = a.Character.Head
  4389. },
  4390.   [2] =
  4391. {
  4392. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-392.481476, -8.44939327, -76.7261353)),
  4393. ["Distance"] = 3.2699294090271,
  4394. ["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),
  4395. ["Hit"] = a.Character.Head
  4396. },
  4397. [3] =
  4398. {
  4399. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-389.21701, -2.50536323, -92.2163162)),
  4400. ["Distance"] = 3.1665518283844,
  4401. ["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),
  4402. ["Hit"] = a.Character.Head
  4403. },
  4404. [4] =
  4405. {
  4406. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-393.353973, 3.13988972, -72.5452042)),
  4407. ["Distance"] = 3.3218522071838,
  4408. ["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),
  4409. ["Hit"] = a.Character.Head
  4410. },
  4411. [5] =
  4412. {
  4413. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-390.73172, 3.2097764, -85.5477524)),
  4414. ["Distance"] = 3.222757101059,
  4415. ["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),
  4416. ["Hit"] = a.Character.Head
  4417. }
  4418. }
  4419. local A_2 = game.Players.LocalPlayer.Backpack["Remington 870"]
  4420. local Event = game:GetService("ReplicatedStorage").ShootEvent
  4421. Event:FireServer(A_1, A_2)
  4422. Event:FireServer(A_1, A_2)
  4423. end
  4424.  
  4425. for i,v in pairs(game.Players:GetChildren())do
  4426. if v.Name ~= game.Players.LocalPlayer.Name then
  4427. kill(v)
  4428. end
  4429. end
  4430. wait(1)
  4431. workspace.Remote.TeamEvent:FireServer("Bright orange")
  4432. end)
  4433.  
  4434. btools.Name = "btools"
  4435. btools.Parent = main
  4436. btools.BackgroundColor3 = Color3.new(0, 1, 1)
  4437. btools.Position = UDim2.new(0.678933322, 0, 0.2304198, 0)
  4438. btools.Size = UDim2.new(0, 111, 0, 32)
  4439. btools.Font = Enum.Font.GothamBold
  4440. btools.Text = "Btools"
  4441. btools.TextColor3 = Color3.new(1, 0, 0)
  4442. btools.TextSize = 14
  4443. btools.MouseButton1Down:connect(function()
  4444. local tool1   = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  4445. tool1.BinType = "Hammer"
  4446. end)
  4447.  
  4448. speed.Name = "speed"
  4449. speed.Parent = main
  4450. speed.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  4451. speed.Position = UDim2.new(0.350194454, 0, 0.379678607, 0)
  4452. speed.Size = UDim2.new(0, 110, 0, 32)
  4453. speed.Font = Enum.Font.GothamBold
  4454. speed.Text = "Speed"
  4455. speed.TextColor3 = Color3.new(1, 0, 0)
  4456. speed.TextSize = 14
  4457. speed.MouseButton1Down:connect(function()
  4458. Speed = "100" -- Change to how fast you want to go
  4459.  
  4460. player = game.Players.LocalPlayer.Character
  4461. power = "WalkSpeed"
  4462. player.Humanoid[power] = Speed
  4463. wait()
  4464. player.HumanoidRootPart.CustomPhysicalProperties = PhysicalProperties.new(9e99, 9e99, 9e99, 9e99, 9e99)
  4465. wait()
  4466. repeat
  4467. game.Workspace.Gravity = 1000
  4468. wait()
  4469. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 287.5
  4470. wait()
  4471. until game.Players.LocalPlayer.Character.Humanoid.Health == 0
  4472. end)
  4473.  
  4474. respawn.Name = "respawn"
  4475. respawn.Parent = main
  4476. respawn.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  4477. respawn.Position = UDim2.new(0.68041873, 0, 0.379084349, 0)
  4478. respawn.Size = UDim2.new(0, 111, 0, 32)
  4479. respawn.Font = Enum.Font.GothamBold
  4480. respawn.Text = "Fast Respawn"
  4481. respawn.TextColor3 = Color3.new(1, 0, 0)
  4482. respawn.TextSize = 14
  4483. respawn.MouseButton1Down:connect(function()
  4484. local A_1 = "\66\114\111\121\111\117\98\97\100\100"
  4485. local Event = game:GetService("Workspace").Remote.loadchar
  4486. Event:InvokeServer(A_1)
  4487. end)
  4488.  
  4489. Credits.Name = "Credits"
  4490. Credits.Parent = main
  4491. Credits.BackgroundColor3 = Color3.new(0, 0, 0)
  4492. Credits.Position = UDim2.new(0.0242873691, 0, 0.934491813, 0)
  4493. Credits.Size = UDim2.new(0, 352, 0, 31)
  4494. Credits.Font = Enum.Font.GothamBold
  4495. Credits.Text = "Made by JAKE11PRICE on YouTube"
  4496. Credits.TextColor3 = Color3.new(1, 1, 0)
  4497. Credits.TextSize = 14
  4498.  
  4499. prison.Name = "prison"
  4500. prison.Parent = main
  4501. prison.BackgroundColor3 = Color3.new(0, 1, 1)
  4502. prison.Position = UDim2.new(0.681462109, 0, 0.450664163, 0)
  4503. prison.Size = UDim2.new(0, 110, 0, 32)
  4504. prison.Font = Enum.Font.GothamBlack
  4505. prison.Text = "Prison"
  4506. prison.TextColor3 = Color3.new(1, 0, 0)
  4507. prison.TextSize = 14
  4508. prison.MouseButton1Down:connect(function()
  4509. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(918.77,100,2379.07)
  4510. end)
  4511.  
  4512. yard.Name = "yard"
  4513. yard.Parent = main
  4514. yard.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  4515. yard.Position = UDim2.new(0.0127276238, 0, 0.45231539, 0)
  4516. yard.Size = UDim2.new(0, 110, 0, 32)
  4517. yard.Font = Enum.Font.GothamBlack
  4518. yard.Text = "Yard"
  4519. yard.TextColor3 = Color3.new(1, 0, 0)
  4520. yard.TextSize = 14
  4521. yard.MouseButton1Down:connect(function()
  4522. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(779.87,98,2458.93)
  4523. end)
  4524.  
  4525. crimbase.Name = "crimbase"
  4526. crimbase.Parent = main
  4527. crimbase.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  4528. crimbase.Position = UDim2.new(0.348744512, 0, 0.451209784, 0)
  4529. crimbase.Size = UDim2.new(0, 110, 0, 32)
  4530. crimbase.Font = Enum.Font.GothamBlack
  4531. crimbase.Text = "Crim Base"
  4532. crimbase.TextColor3 = Color3.new(1, 0, 0)
  4533. crimbase.TextSize = 14
  4534. crimbase.MouseButton1Down:connect(function()
  4535. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-943.46,94.13,2063.63)
  4536. end)
  4537.  
  4538. title_2.Name = "title"
  4539. title_2.Parent = main
  4540. title_2.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  4541. title_2.Position = UDim2.new(0.000689314213, 0, 0.592849016, 0)
  4542. title_2.Size = UDim2.new(0, 364, 0, 26)
  4543. title_2.Font = Enum.Font.GothamBold
  4544. title_2.Text = "FUN FE COMMANDS!"
  4545. title_2.TextColor3 = Color3.new(0, 0, 0)
  4546. title_2.TextSize = 14
  4547.  
  4548. bringall.Name = "bringall"
  4549. bringall.Parent = main
  4550. bringall.BackgroundColor3 = Color3.new(1, 1, 0)
  4551. bringall.Position = UDim2.new(0.0220828541, 0, 0.704794765, 0)
  4552. bringall.Size = UDim2.new(0, 111, 0, 25)
  4553. bringall.Font = Enum.Font.GothamBold
  4554. bringall.Text = "Bring All"
  4555. bringall.TextColor3 = Color3.new(0, 0, 0)
  4556. bringall.TextSize = 14
  4557. bringall.MouseButton1Down:connect(function()
  4558. workspace.Remote.TeamEvent:FireServer("Bright blue")
  4559.  
  4560. local LocalPlayer = game:GetService("Players").LocalPlayer
  4561. local runservice = game:GetService("RunService")
  4562. local characters = {}
  4563. LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()
  4564. local currentamount = #LocalPlayer.Backpack:GetChildren()
  4565. LocalPlayer.Character.Archivable = true
  4566. local tempchar = LocalPlayer.Character:Clone()
  4567. tempchar.Parent = workspace
  4568. local savepos = LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame
  4569. local renderstepped = runservice.RenderStepped:Connect(function()
  4570.     workspace.CurrentCamera.CameraSubject = tempchar:FindFirstChild("Humanoid")
  4571.     for _, tool in pairs(LocalPlayer.Backpack:GetChildren()) do
  4572.     if tool:IsA("Tool") then
  4573.             tool.Parent = LocalPlayer
  4574.         end
  4575.     end
  4576.     LocalPlayer.Character:ClearAllChildren()
  4577.     local char = Instance.new("Model", workspace)
  4578.     table.insert(characters, char)
  4579.     Instance.new("Humanoid", char)
  4580.     LocalPlayer.Character = char
  4581.     repeat runservice.RenderStepped:Wait() until LocalPlayer.Character ~= nil
  4582. end)
  4583. repeat runservice.RenderStepped:Wait() until #LocalPlayer:GetChildren() - 2 - currentamount >= #game.Players:GetPlayers() * 6
  4584. renderstepped:Disconnect()
  4585. repeat runservice.RenderStepped:Wait() until LocalPlayer.Character:FindFirstChild("HumanoidRootPart") ~= nil
  4586. for _, char in pairs(characters) do
  4587.     char:Destroy()
  4588. end
  4589. for _, tool in pairs(LocalPlayer:GetChildren()) do
  4590.     if tool:IsA("Tool") then
  4591.         tool.Parent = LocalPlayer.Backpack
  4592.     end
  4593. end
  4594. LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = savepos
  4595. tempchar:Destroy()
  4596.  
  4597. wait()
  4598.  
  4599. for i, v in pairs(game.Players:GetPlayers()) do
  4600. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4601.  
  4602. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4603.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4604.  
  4605.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4606.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4607.   wait()
  4608.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4609.  
  4610. end
  4611. wait(.1)
  4612.  
  4613. end
  4614. for i, v in pairs(game.Players:GetPlayers()) do
  4615. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4616.  
  4617. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4618.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4619.  
  4620.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4621.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4622.   wait()
  4623.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4624.  
  4625. end
  4626. wait(0.01)
  4627.  
  4628. end
  4629. for i, v in pairs(game.Players:GetPlayers()) do
  4630. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4631.  
  4632. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4633.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4634.  
  4635.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4636.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4637.   wait()
  4638.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4639.  
  4640. end
  4641. wait(0.01)
  4642.  
  4643. end
  4644. for i, v in pairs(game.Players:GetPlayers()) do
  4645. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4646.  
  4647. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4648.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4649.  
  4650.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4651.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4652.   wait()
  4653.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4654.  
  4655. end
  4656. wait(0.01)
  4657.  
  4658. end
  4659. for i, v in pairs(game.Players:GetPlayers()) do
  4660. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4661.  
  4662. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4663.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4664.  
  4665.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4666.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4667.   wait()
  4668.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4669.  
  4670. end
  4671. wait(0.01)
  4672.  
  4673. end
  4674. for i, v in pairs(game.Players:GetPlayers()) do
  4675. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4676.  
  4677. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4678.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4679.  
  4680.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4681.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4682.   wait()
  4683.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4684.  
  4685. end
  4686. wait(0.01)
  4687.  
  4688. end
  4689. for i, v in pairs(game.Players:GetPlayers()) do
  4690. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4691.  
  4692. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4693.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4694.  
  4695.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4696.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4697.   wait()
  4698.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4699.  
  4700. end
  4701. wait(0.01)
  4702.  
  4703. end
  4704. for i, v in pairs(game.Players:GetPlayers()) do
  4705. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4706.  
  4707. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4708.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4709.  
  4710.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4711.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4712.   wait()
  4713.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4714.  
  4715. end
  4716. wait(0.01)
  4717.  
  4718. end
  4719. for i, v in pairs(game.Players:GetPlayers()) do
  4720. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4721.  
  4722. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4723.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4724.  
  4725.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4726.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4727.   wait()
  4728.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4729.  
  4730. end
  4731. wait(0.01)
  4732.  
  4733. end
  4734. for i, v in pairs(game.Players:GetPlayers()) do
  4735. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4736.  
  4737. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4738.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4739.  
  4740.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4741.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4742.   wait()
  4743.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4744.  
  4745. end
  4746. wait(0.01)
  4747.  
  4748. end
  4749. for i, v in pairs(game.Players:GetPlayers()) do
  4750. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4751.  
  4752. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4753.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4754.  
  4755.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4756.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4757.   wait()
  4758.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4759.  
  4760. end
  4761. wait(0.01)
  4762.  
  4763. end
  4764. for i, v in pairs(game.Players:GetPlayers()) do
  4765. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4766.  
  4767. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4768.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4769.  
  4770.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4771.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4772.   wait()
  4773.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4774.  
  4775. end
  4776. wait(0.01)
  4777.  
  4778. end
  4779. for i, v in pairs(game.Players:GetPlayers()) do
  4780. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4781.  
  4782. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4783.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4784.  
  4785.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4786.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4787.   wait()
  4788.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4789.  
  4790. end
  4791. wait(0.01)
  4792.  
  4793. end
  4794. for i, v in pairs(game.Players:GetPlayers()) do
  4795. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4796.  
  4797. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4798.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4799.  
  4800.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4801.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4802.   wait()
  4803.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4804.  
  4805. end
  4806. wait(0.01)
  4807.  
  4808. end
  4809. for i, v in pairs(game.Players:GetPlayers()) do
  4810. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4811.  
  4812. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4813.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4814.  
  4815.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4816.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4817.   wait()
  4818.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4819.  
  4820. end
  4821. wait(0.01)
  4822.  
  4823. end
  4824. for i, v in pairs(game.Players:GetPlayers()) do
  4825. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4826.  
  4827. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4828.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4829.  
  4830.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4831.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4832.   wait()
  4833.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4834.  
  4835. end
  4836. wait(0.01)
  4837.  
  4838. end
  4839. for i, v in pairs(game.Players:GetPlayers()) do
  4840. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4841.  
  4842. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4843.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4844.  
  4845.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4846.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4847.   wait()
  4848.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4849.  
  4850. end
  4851. wait(0.01)
  4852.  
  4853. end
  4854. for i, v in pairs(game.Players:GetPlayers()) do
  4855. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4856.  
  4857. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4858.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4859.  
  4860.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4861.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4862.   wait()
  4863.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4864.  
  4865. end
  4866. wait(0.01)
  4867.  
  4868. end
  4869. for i, v in pairs(game.Players:GetPlayers()) do
  4870. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4871.  
  4872. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4873.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4874.  
  4875.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4876.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4877.   wait()
  4878.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4879.  
  4880. end
  4881. wait(0.01)
  4882.  
  4883. end
  4884. for i, v in pairs(game.Players:GetPlayers()) do
  4885. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4886.  
  4887. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4888.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4889.  
  4890.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4891.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4892.   wait()
  4893.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4894.  
  4895. end
  4896. wait(0.01)
  4897.  
  4898. end
  4899. for i, v in pairs(game.Players:GetPlayers()) do
  4900. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4901.  
  4902. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4903.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4904.  
  4905.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4906.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4907.   wait()
  4908.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4909.  
  4910. end
  4911. wait(0.01)
  4912.  
  4913. end
  4914. for i, v in pairs(game.Players:GetPlayers()) do
  4915. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4916.  
  4917. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4918.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4919.  
  4920.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4921.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4922.   wait()
  4923.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4924.  
  4925. end
  4926. wait(0.01)
  4927.  
  4928. end
  4929. for i, v in pairs(game.Players:GetPlayers()) do
  4930. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4931.  
  4932. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4933.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4934.  
  4935.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4936.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4937.   wait()
  4938.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4939.  
  4940. end
  4941. wait(0.01)
  4942.  
  4943. end
  4944. for i, v in pairs(game.Players:GetPlayers()) do
  4945. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4946.  
  4947. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4948.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4949.  
  4950.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4951.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4952.   wait()
  4953.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4954.  
  4955. end
  4956. wait(0.01)
  4957.  
  4958. end
  4959. for i, v in pairs(game.Players:GetPlayers()) do
  4960. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4961.  
  4962. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4963.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4964.  
  4965.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4966.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4967.   wait()
  4968.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4969.  
  4970. end
  4971. wait(0.01)
  4972.  
  4973. end
  4974. for i, v in pairs(game.Players:GetPlayers()) do
  4975. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4976.  
  4977. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4978.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4979.  
  4980.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4981.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4982.   wait()
  4983.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4984.  
  4985. end
  4986. wait(0.01)
  4987.  
  4988. end
  4989. for i, v in pairs(game.Players:GetPlayers()) do
  4990. if v and v.Name ~= game.Players.LocalPlayer.Name then
  4991.  
  4992. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4993.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  4994.  
  4995.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4996.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  4997.   wait()
  4998.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  4999.  
  5000. end
  5001. wait(0.01)
  5002.  
  5003. end
  5004. for i, v in pairs(game.Players:GetPlayers()) do
  5005. if v and v.Name ~= game.Players.LocalPlayer.Name then
  5006.  
  5007. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5008.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5009.  
  5010.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5011.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5012.   wait()
  5013.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  5014.  
  5015. end
  5016. wait(0.01)
  5017.  
  5018. end
  5019. for i, v in pairs(game.Players:GetPlayers()) do
  5020. if v and v.Name ~= game.Players.LocalPlayer.Name then
  5021.  
  5022. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5023.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5024.  
  5025.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5026.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5027.   wait()
  5028.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  5029.  
  5030. end
  5031. wait(0.01)
  5032.  
  5033. end
  5034. for i, v in pairs(game.Players:GetPlayers()) do
  5035. if v and v.Name ~= game.Players.LocalPlayer.Name then
  5036.  
  5037. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5038.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5039.  
  5040.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5041.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5042.   wait()
  5043.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  5044.  
  5045. end
  5046. wait(0.01)
  5047.  
  5048. end
  5049. for i, v in pairs(game.Players:GetPlayers()) do
  5050. if v and v.Name ~= game.Players.LocalPlayer.Name then
  5051.  
  5052. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5053.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5054.  
  5055.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5056.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5057.   wait()
  5058.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  5059.  
  5060. end
  5061. wait(0.01)
  5062.  
  5063. end
  5064. for i, v in pairs(game.Players:GetPlayers()) do
  5065. if v and v.Name ~= game.Players.LocalPlayer.Name then
  5066.  
  5067. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5068.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5069.  
  5070.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5071.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5072.   wait()
  5073.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  5074.  
  5075. end
  5076. wait(0.01)
  5077.  
  5078. end
  5079. for i, v in pairs(game.Players:GetPlayers()) do
  5080. if v and v.Name ~= game.Players.LocalPlayer.Name then
  5081.  
  5082. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5083.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5084.  
  5085.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5086.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5087.   wait()
  5088.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  5089.  
  5090. end
  5091. wait(0.01)
  5092.  
  5093. end
  5094. for i, v in pairs(game.Players:GetPlayers()) do
  5095. if v and v.Name ~= game.Players.LocalPlayer.Name then
  5096.  
  5097. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5098.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5099.  
  5100.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5101.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5102.   wait()
  5103.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  5104.  
  5105. end
  5106. wait(0.01)
  5107.  
  5108. end
  5109. for i, v in pairs(game.Players:GetPlayers()) do
  5110. if v and v.Name ~= game.Players.LocalPlayer.Name then
  5111.  
  5112. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5113.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5114.  
  5115.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5116.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5117.   wait()
  5118.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  5119.  
  5120. end
  5121. wait(0.01)
  5122.  
  5123. end
  5124. for i, v in pairs(game.Players:GetPlayers()) do
  5125. if v and v.Name ~= game.Players.LocalPlayer.Name then
  5126.  
  5127. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5128.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5129.  
  5130.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5131.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5132.   wait()
  5133.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  5134.  
  5135. end
  5136. wait(0.01)
  5137.  
  5138. end
  5139. for i, v in pairs(game.Players:GetPlayers()) do
  5140. if v and v.Name ~= game.Players.LocalPlayer.Name then
  5141.  
  5142. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5143.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5144.  
  5145.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5146.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5147.   wait()
  5148.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  5149.  
  5150. end
  5151. wait(0.01)
  5152.  
  5153. end
  5154. for i, v in pairs(game.Players:GetPlayers()) do
  5155. if v and v.Name ~= game.Players.LocalPlayer.Name then
  5156.  
  5157. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5158.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5159.  
  5160.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5161.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5162.   wait()
  5163.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  5164.  
  5165. end
  5166. wait(0.01)
  5167.  
  5168. end
  5169. for i, v in pairs(game.Players:GetPlayers()) do
  5170. if v and v.Name ~= game.Players.LocalPlayer.Name then
  5171.  
  5172. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5173.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5174.  
  5175.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5176.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5177.   wait()
  5178.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  5179.  
  5180. end
  5181. wait(0.01)
  5182.  
  5183. end
  5184. for i, v in pairs(game.Players:GetPlayers()) do
  5185. if v and v.Name ~= game.Players.LocalPlayer.Name then
  5186.  
  5187. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5188.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5189.  
  5190.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5191.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5192.   wait()
  5193.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  5194.  
  5195. end
  5196. wait(0.01)
  5197.  
  5198. end
  5199. for i, v in pairs(game.Players:GetPlayers()) do
  5200. if v and v.Name ~= game.Players.LocalPlayer.Name then
  5201.  
  5202. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5203.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5204.  
  5205.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5206.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5207.   wait()
  5208.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  5209.  
  5210. end
  5211. wait(0.01)
  5212.  
  5213. end
  5214. for i, v in pairs(game.Players:GetPlayers()) do
  5215. if v and v.Name ~= game.Players.LocalPlayer.Name then
  5216.  
  5217. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5218.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5219.  
  5220.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5221.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5222.   wait()
  5223.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  5224.  
  5225. end
  5226. wait(0.01)
  5227.  
  5228. end
  5229. for i, v in pairs(game.Players:GetPlayers()) do
  5230. if v and v.Name ~= game.Players.LocalPlayer.Name then
  5231.  
  5232. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5233.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5234.  
  5235.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5236.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5237.   wait()
  5238.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  5239.  
  5240. end
  5241. wait(0.01)
  5242.  
  5243. end
  5244. for i, v in pairs(game.Players:GetPlayers()) do
  5245. if v and v.Name ~= game.Players.LocalPlayer.Name then
  5246.  
  5247. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5248.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5249.  
  5250.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5251.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5252.   wait()
  5253.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  5254.  
  5255. end
  5256. wait(0.01)
  5257.  
  5258. end
  5259. for i, v in pairs(game.Players:GetPlayers()) do
  5260. if v and v.Name ~= game.Players.LocalPlayer.Name then
  5261.  
  5262. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5263.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5264.  
  5265.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5266.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5267.   wait()
  5268.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  5269.  
  5270. end
  5271. wait(0.01)
  5272.  
  5273. end
  5274. for i, v in pairs(game.Players:GetPlayers()) do
  5275. if v and v.Name ~= game.Players.LocalPlayer.Name then
  5276.  
  5277. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5278.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5279.  
  5280.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5281.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5282.   wait()
  5283.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  5284.  
  5285. end
  5286. wait(0.01)
  5287.  
  5288. end
  5289. for i, v in pairs(game.Players:GetPlayers()) do
  5290. if v and v.Name ~= game.Players.LocalPlayer.Name then
  5291.  
  5292. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5293.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5294.  
  5295.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5296.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5297.   wait()
  5298.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  5299.  
  5300. end
  5301. wait(0.01)
  5302.  
  5303. end
  5304. for i, v in pairs(game.Players:GetPlayers()) do
  5305. if v and v.Name ~= game.Players.LocalPlayer.Name then
  5306.  
  5307. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5308.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5309.  
  5310.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5311.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5312.   wait()
  5313.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  5314.  
  5315. end
  5316. wait(0.01)
  5317.  
  5318. end
  5319. for i, v in pairs(game.Players:GetPlayers()) do
  5320. if v and v.Name ~= game.Players.LocalPlayer.Name then
  5321.  
  5322. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5323.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5324.  
  5325.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5326.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5327.   wait()
  5328.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  5329.  
  5330. end
  5331. wait(0.01)
  5332.  
  5333. end
  5334. for i, v in pairs(game.Players:GetPlayers()) do
  5335. if v and v.Name ~= game.Players.LocalPlayer.Name then
  5336.  
  5337. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5338.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5339.  
  5340.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5341.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5342.   wait()
  5343.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  5344.  
  5345. end
  5346. wait(0.01)
  5347.  
  5348. end
  5349. for i, v in pairs(game.Players:GetPlayers()) do
  5350. if v and v.Name ~= game.Players.LocalPlayer.Name then
  5351.  
  5352. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5353.   game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  5354.  
  5355.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5356.   game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  5357.   wait()
  5358.   v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  5359.  
  5360. end
  5361. wait(0.01)
  5362.  
  5363. end
  5364. end)
  5365.  
  5366. drill.Name = "drill"
  5367. drill.Parent = main
  5368. drill.BackgroundColor3 = Color3.new(1, 1, 0)
  5369. drill.Position = UDim2.new(0.343317509, 0, 0.704794705, 0)
  5370. drill.Size = UDim2.new(0, 111, 0, 25)
  5371. drill.Font = Enum.Font.GothamBold
  5372. drill.Text = "Fe Drill"
  5373. drill.TextColor3 = Color3.new(0, 0, 0)
  5374. drill.TextSize = 14
  5375. drill.MouseButton1Down:connect(function()
  5376. workspace.Remote.TeamEvent:FireServer("Bright blue")
  5377.  
  5378. local toolamount = 80 -- How long the tornado is
  5379. local tornadosize = 1 -- The size of how big the opening of the tornado is
  5380.  
  5381. local LocalPlayer = game:GetService("Players").LocalPlayer
  5382. local runservice = game:GetService("RunService")
  5383. local characters = {}
  5384. LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()
  5385. local currentamount = #LocalPlayer.Backpack:GetChildren()
  5386. LocalPlayer.Character.Archivable = true
  5387. local tempchar = LocalPlayer.Character:Clone()
  5388. tempchar.Parent = workspace
  5389. local savepos = LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame
  5390. local renderstepped = runservice.RenderStepped:Connect(function()
  5391.     workspace.CurrentCamera.CameraSubject = tempchar:FindFirstChild("Humanoid")
  5392.     for _, tool in pairs(LocalPlayer.Backpack:GetChildren()) do
  5393.     if tool:IsA("Tool") then
  5394.             tool.Parent = LocalPlayer
  5395.         end
  5396.     end
  5397.     LocalPlayer.Character:ClearAllChildren()
  5398.     local char = Instance.new("Model", workspace)
  5399.     table.insert(characters, char)
  5400.     Instance.new("Humanoid", char)
  5401.     LocalPlayer.Character = char
  5402.     repeat runservice.RenderStepped:Wait() until LocalPlayer.Character ~= nil
  5403. end)
  5404. repeat runservice.RenderStepped:Wait() until #LocalPlayer:GetChildren() - 4 - currentamount >= toolamount
  5405. renderstepped:Disconnect()
  5406. repeat runservice.RenderStepped:Wait() until LocalPlayer.Character:FindFirstChild("HumanoidRootPart") ~= nil
  5407. for _, char in pairs(characters) do
  5408.     char:Destroy()
  5409. end
  5410. for index, tool in pairs(LocalPlayer:GetChildren()) do
  5411.     if tool:IsA("Tool") then
  5412.         tool.Parent = LocalPlayer.Backpack
  5413.         tool.Handle.Massless = false
  5414.         tool.Grip = CFrame.new(Vector3.new(0, -index * .1, 0)) * CFrame.Angles(math.rad(90), 0, math.tan(index * 0.5))
  5415.         tool.Parent = LocalPlayer.Character
  5416.         if tool.Handle:FindFirstChild("Mesh") ~= nil then
  5417.             tool.Handle.Mesh:Destroy()
  5418.         end
  5419.     end
  5420. end
  5421. LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = savepos
  5422. tempchar:Destroy()
  5423. end)
  5424.  
  5425. killplrmain.Name = "killplrmain"
  5426. killplrmain.Parent = main
  5427. killplrmain.BackgroundColor3 = Color3.new(1, 0, 1)
  5428. killplrmain.Position = UDim2.new(0.0321613066, 0, 0.836535037, 0)
  5429. killplrmain.Size = UDim2.new(0, 103, 0, 47)
  5430.  
  5431. killtext.Name = "killtext"
  5432. killtext.Parent = killplrmain
  5433. killtext.BackgroundColor3 = Color3.new(1, 0.666667, 1)
  5434. killtext.Position = UDim2.new(0, 0, 0.0212752968, 0)
  5435. killtext.Size = UDim2.new(0, 99, 0, 19)
  5436. killtext.Font = Enum.Font.Gotham
  5437. killtext.Text = "Player Name"
  5438. killtext.TextColor3 = Color3.new(0, 0, 0)
  5439. killtext.TextSize = 14
  5440.  
  5441. kill.Name = "kill"
  5442. kill.Parent = killplrmain
  5443. kill.BackgroundColor3 = Color3.new(0, 0, 0)
  5444. kill.Position = UDim2.new(0.0999999046, 0, 0.531914949, 0)
  5445. kill.Size = UDim2.new(0, 80, 0, 22)
  5446. kill.Font = Enum.Font.GothamBold
  5447. kill.Text = "KILL"
  5448. kill.TextColor3 = Color3.new(1, 1, 1)
  5449. kill.TextSize = 14
  5450. kill.MouseButton1Down:connect(function()
  5451. game.Workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["Remington 870"].ITEMPICKUP)
  5452.  
  5453. wait(0.1)
  5454. Workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  5455.  
  5456. local A_1 =
  5457. {
  5458.     [1] =
  5459. {
  5460.     ["RayObject"] = Ray.new(Vector3.new(827.412415, 101.489777, 2296.84326), Vector3.new(277.738678, 6.89340925, 287.773712)),
  5461.     ["Distance"] = 4.7204174995422,
  5462.     ["Cframe"] = CFrame.new(832.049377, 101.392006, 2300.97168, 0.843892097, -0.0554918349, 0.533635378, 0, 0.994636595, 0.103430569, -0.536512911, -0.0872842371, 0.839366019),
  5463.     ["Hit"] = game.Workspace[killtext.Text].Head
  5464. },
  5465.     [2] =
  5466. {
  5467.     ["RayObject"] = Ray.new(Vector3.new(827.412415, 101.489777, 2296.84326), Vector3.new(303.047546, 21.3568707, 260.203888)),
  5468.     ["Distance"] = 4.8114862442017,
  5469.     ["Cframe"] = CFrame.new(832.390259, 101.550629, 2300.74097, 0.738044441, -0.112958886, 0.665229917, 7.45057971e-09, 0.985887885, 0.16740793, -0.674752235, -0.123554483, 0.727628946),
  5470.     ["Hit"] = game.Workspace[killtext.Text].Head
  5471. },
  5472.     [3] =
  5473. {
  5474.     ["RayObject"] = Ray.new(Vector3.new(827.412415, 101.489777, 2296.84326), Vector3.new(296.800507, 7.00420141, 268.067932)),
  5475.     ["Distance"] = 4.444625377655,
  5476.     ["Cframe"] = CFrame.new(832.185486, 101.391617, 2300.70264, 0.775115669, -0.0692948848, 0.628007889, 7.45057971e-09, 0.993967533, 0.109675139, -0.631819367, -0.0850109085, 0.770439863),
  5477.     ["Hit"] = game.Workspace[killtext.Text].Head
  5478. },
  5479.     [4] =
  5480. {
  5481.     ["RayObject"] = Ray.new(Vector3.new(827.412415, 101.489777, 2296.84326), Vector3.new(284.930573, 11.9850616, 280.483368)),
  5482.     ["Distance"] = 4.6211166381836,
  5483.     ["Cframe"] = CFrame.new(832.10083, 101.445007, 2300.86963, 0.820150614, -0.0735745132, 0.567397356, 0, 0.991697431, 0.128593579, -0.572147667, -0.105466105, 0.81334126),
  5484.     ["Hit"] = game.Workspace[killtext.Text].Head
  5485. },
  5486.     [5] =
  5487. {
  5488.     ["RayObject"] = Ray.new(Vector3.new(827.412415, 101.489777, 2296.84326), Vector3.new(294.625824, 2.15741801, 270.538269)),
  5489.     ["Distance"] = 4.4639973640442,
  5490.     ["Cframe"] = CFrame.new(832.169434, 101.341301, 2300.73438, 0.784266233, -0.0537625961, 0.618090749, -3.7252903e-09, 0.99623847, 0.086654529, -0.620424569, -0.0679602176, 0.781316102),
  5491.     ["Hit"] = game.Workspace[killtext.Text].Head
  5492. }
  5493. }
  5494. local A_2 = game.Players.LocalPlayer.Backpack["Remington 870"]
  5495. local Event = game:GetService("ReplicatedStorage").ShootEvent
  5496. Event:FireServer(A_1, A_2)
  5497.  
  5498. wait(0.5)
  5499. workspace.Remote.TeamEvent:FireServer("Bright orange")
  5500. end)
  5501.  
  5502. waves.Name = "waves"
  5503. waves.Parent = main
  5504. waves.BackgroundColor3 = Color3.new(1, 1, 0)
  5505. waves.Position = UDim2.new(0.0201378968, 0, 0.646579564, 0)
  5506. waves.Size = UDim2.new(0, 111, 0, 26)
  5507. waves.Font = Enum.Font.GothamBold
  5508. waves.Text = "Fe Waves"
  5509. waves.TextColor3 = Color3.new(0, 0, 0)
  5510. waves.TextSize = 14
  5511. waves.MouseButton1Down:connect(function()
  5512. workspace.Remote.TeamEvent:FireServer("Bright blue")
  5513.  
  5514. local toolamount = 40 -- How long the tornado is
  5515. local tornadosize = 1 -- The size of how big the opening of the tornado is
  5516.  
  5517. local LocalPlayer = game:GetService("Players").LocalPlayer
  5518. local runservice = game:GetService("RunService")
  5519. local characters = {}
  5520. LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()
  5521. local currentamount = #LocalPlayer.Backpack:GetChildren()
  5522. LocalPlayer.Character.Archivable = true
  5523. local tempchar = LocalPlayer.Character:Clone()
  5524. tempchar.Parent = workspace
  5525. local savepos = LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame
  5526. local renderstepped = runservice.RenderStepped:Connect(function()
  5527.     workspace.CurrentCamera.CameraSubject = tempchar:FindFirstChild("Humanoid")
  5528.     for _, tool in pairs(LocalPlayer.Backpack:GetChildren()) do
  5529.     if tool:IsA("Tool") then
  5530.             tool.Parent = LocalPlayer
  5531.         end
  5532.     end
  5533.     LocalPlayer.Character:ClearAllChildren()
  5534.     local char = Instance.new("Model", workspace)
  5535.     table.insert(characters, char)
  5536.     Instance.new("Humanoid", char)
  5537.     LocalPlayer.Character = char
  5538.     repeat runservice.RenderStepped:Wait() until LocalPlayer.Character ~= nil
  5539. end)
  5540. repeat runservice.RenderStepped:Wait() until #LocalPlayer:GetChildren() - 4 - currentamount >= toolamount
  5541. renderstepped:Disconnect()
  5542. repeat runservice.RenderStepped:Wait() until LocalPlayer.Character:FindFirstChild("HumanoidRootPart") ~= nil
  5543. for _, char in pairs(characters) do
  5544.     char:Destroy()
  5545. end
  5546. for index, tool in pairs(LocalPlayer:GetChildren()) do
  5547.     if tool:IsA("Tool") then
  5548.         tool.Parent = LocalPlayer.Backpack
  5549.         tool.Handle.Massless = false
  5550.         tool.Grip = CFrame.new(Vector3.new(0, math.sin(index + 0.5), index)) * CFrame.Angles(math.rad(tornadosize), 0, -index)
  5551.         tool.Parent = LocalPlayer.Character
  5552.         if tool.Handle:FindFirstChild("Mesh") ~= nil then
  5553.             tool.Handle.Mesh:Destroy()
  5554.         end
  5555.     end
  5556. end
  5557. LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = savepos
  5558. tempchar:Destroy()
  5559. end)
  5560.  
  5561. bigbowl.Name = "bigbowl"
  5562. bigbowl.Parent = main
  5563. bigbowl.BackgroundColor3 = Color3.new(1, 1, 0)
  5564. bigbowl.Position = UDim2.new(0.341908664, 0, 0.647788644, 0)
  5565. bigbowl.Size = UDim2.new(0, 111, 0, 26)
  5566. bigbowl.Font = Enum.Font.GothamBold
  5567. bigbowl.Text = "Fe Big Bowl"
  5568. bigbowl.TextColor3 = Color3.new(0, 0, 0)
  5569. bigbowl.TextSize = 14
  5570. bigbowl.MouseButton1Down:connect(function()
  5571. workspace.Remote.TeamEvent:FireServer("Bright blue")
  5572.  
  5573. local toolamount = 250 -- How much covered the bowl is
  5574. local bowlsize = 20 -- How big the bowl is
  5575.  
  5576.  
  5577.  
  5578. local LocalPlayer = game:GetService("Players").LocalPlayer
  5579. local runservice = game:GetService("RunService")
  5580. local characters = {}
  5581. LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()
  5582. local currentamount = #LocalPlayer.Backpack:GetChildren()
  5583. LocalPlayer.Character.Archivable = true
  5584. local tempchar = LocalPlayer.Character:Clone()
  5585. tempchar.Parent = workspace
  5586. local savepos = LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame
  5587. local renderstepped = runservice.RenderStepped:Connect(function()
  5588. workspace.CurrentCamera.CameraSubject = tempchar:FindFirstChild("Humanoid")
  5589. for _, tool in pairs(LocalPlayer.Backpack:GetChildren()) do
  5590. if tool:IsA("Tool") then
  5591. tool.Parent = LocalPlayer
  5592. end
  5593. end
  5594. LocalPlayer.Character:ClearAllChildren()
  5595. local char = Instance.new("Model", workspace)
  5596. table.insert(characters, char)
  5597. Instance.new("Humanoid", char)
  5598. LocalPlayer.Character = char
  5599. repeat runservice.RenderStepped:Wait() until LocalPlayer.Character ~= nil
  5600. end)
  5601. repeat runservice.RenderStepped:Wait() until #LocalPlayer:GetChildren() - 4 - currentamount >= toolamount
  5602. renderstepped:Disconnect()
  5603. repeat runservice.RenderStepped:Wait() until LocalPlayer.Character:FindFirstChild("HumanoidRootPart") ~= nil
  5604. for _, char in pairs(characters) do
  5605. char:Destroy()
  5606. end
  5607. for index, tool in pairs(LocalPlayer:GetChildren()) do
  5608. if tool:IsA("Tool") then
  5609. tool.Parent = LocalPlayer.Backpack
  5610. tool.Handle.Massless = true
  5611. tool.Grip = CFrame.new(Vector3.new(math.sin(index * 0.1), bowlsize, 0)) * CFrame.Angles(math.sin(index * 0.1), index, 0)
  5612. tool.Parent = LocalPlayer.Character
  5613. if tool.Handle:FindFirstChild("Mesh") ~= nil then
  5614. tool.Handle.Mesh:Destroy()
  5615. end
  5616. end
  5617. end
  5618. LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = savepos
  5619. tempchar:Destroy()
  5620. LocalPlayer.Character:FindFirstChild("Humanoid").HipHeight = bowlsize
  5621. end)
  5622.  
  5623. tazeplrmain.Name = "tazeplrmain"
  5624. tazeplrmain.Parent = main
  5625. tazeplrmain.BackgroundColor3 = Color3.new(1, 0, 1)
  5626. tazeplrmain.Position = UDim2.new(0.358376801, 0, 0.83788842, 0)
  5627. tazeplrmain.Size = UDim2.new(0, 103, 0, 47)
  5628.  
  5629. tazetext.Name = "tazetext"
  5630. tazetext.Parent = tazeplrmain
  5631. tazetext.BackgroundColor3 = Color3.new(1, 0.666667, 1)
  5632. tazetext.Size = UDim2.new(0, 99, 0, 19)
  5633. tazetext.Font = Enum.Font.Gotham
  5634. tazetext.Text = "Player Name"
  5635. tazetext.TextColor3 = Color3.new(0, 0, 0)
  5636. tazetext.TextSize = 14
  5637.  
  5638. taze.Name = "taze"
  5639. taze.Parent = tazeplrmain
  5640. taze.BackgroundColor3 = Color3.new(0, 0, 0)
  5641. taze.Position = UDim2.new(0.128543824, 0, 0.510639191, 0)
  5642. taze.Size = UDim2.new(0, 80, 0, 22)
  5643. taze.Font = Enum.Font.GothamBold
  5644. taze.Text = "TAZE"
  5645. taze.TextColor3 = Color3.new(1, 1, 1)
  5646. taze.TextSize = 14
  5647. taze.MouseButton1Down:connect(function()
  5648. local A_1 =
  5649. {
  5650.     [1] =
  5651. {
  5652.     ["RayObject"] = Ray.new(Vector3.new(829.838562, 101.489998, 2331.25635), Vector3.new(-30.6540909, -5.42795324, 95.0308533)),
  5653.     ["Distance"] = 15.355997085571,
  5654.     ["Cframe"] = CFrame.new(826.616699, 100.8508, 2340.11279, 0.964640439, -0.00993416365, -0.263382077, 9.31322575e-10, 0.999289393, -0.0376908854, 0.263569355, 0.0363581516, 0.963954985),
  5655.     ["Hit"] = game.Workspace[tazetext.Text].Torso
  5656. }
  5657. }
  5658. local A_2 = game.Players.LocalPlayer.Backpack["Taser"]
  5659. local Event = game:GetService("ReplicatedStorage").ShootEvent
  5660. Event:FireServer(A_1, A_2)
  5661. end)
  5662.  
  5663. teamcrim.Name = "teamcrim"
  5664. teamcrim.Parent = main
  5665. teamcrim.BackgroundColor3 = Color3.new(1, 0, 0)
  5666. teamcrim.Position = UDim2.new(0.775380731, 0, 0.108776733, 0)
  5667. teamcrim.Size = UDim2.new(0, 83, 0, 22)
  5668. teamcrim.Font = Enum.Font.GothamBlack
  5669. teamcrim.Text = "Team Crim"
  5670. teamcrim.TextColor3 = Color3.new(0, 0, 0)
  5671. teamcrim.TextSize = 14
  5672. teamcrim.MouseButton1Down:connect(function()
  5673.     local Apart = Instance.new("Part")
  5674.  
  5675. Apart.Name = "PlrsPos"
  5676. Apart.Parent = workspace
  5677. Apart.Anchored = true
  5678. Apart.Archivable = true
  5679. Apart.CFrame = CFrame.new(9e99, 9e99, 9e99)
  5680.  
  5681. LCS = game.Workspace["Criminals Spawn"].SpawnLocation
  5682.    
  5683.     _G.killAura = true
  5684.     wait(0.2)
  5685.    
  5686.     Apart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  5687.     Apart.Transparency = 1
  5688.     Apart.Anchored = true
  5689.     Apart.CanCollide = false
  5690.    
  5691.     istptoplr = true
  5692.     wait(0.004)
  5693.            
  5694.            
  5695.             LCS = game.Workspace["Criminals Spawn"].SpawnLocation
  5696.  
  5697.             LCS.CanCollide = false
  5698.             LCS.Size = Vector3.new(51.05, 24.12, 54.76)
  5699.             LCS.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  5700.             LCS.Transparency = 1
  5701.        
  5702.         wait(2)
  5703.        
  5704.               istptoplr = false
  5705.         _G.killAura = false
  5706.        
  5707.         wait(0.04)
  5708.        
  5709.                 if istptoplr == false then
  5710.                    LCS.CFrame = CFrame.new(-920.510803, 92.2271957, 2138.27002, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  5711.                    LCS.Size = Vector3.new(6, 0.2, 6)
  5712.                    LCS.Transparency = 0
  5713.                    istptoplr = false
  5714.             end
  5715. end)
  5716.  
  5717. tazeall.Name = "tazeall"
  5718. tazeall.Parent = main
  5719. tazeall.BackgroundColor3 = Color3.new(1, 0, 0)
  5720. tazeall.Position = UDim2.new(0.342309177, 0, 0.759402633, 0)
  5721. tazeall.Size = UDim2.new(0, 109, 0, 34)
  5722. tazeall.Font = Enum.Font.GothamBold
  5723. tazeall.Text = "Taze All"
  5724. tazeall.TextColor3 = Color3.new(0, 0, 0)
  5725. tazeall.TextSize = 14
  5726. tazeall.MouseButton1Down:connect(function()
  5727. workspace.Remote.TeamEvent:FireServer("Bright blue")
  5728.  
  5729. function kill(a)
  5730. local A_1 =
  5731. {
  5732.     [1] =
  5733. {
  5734.     ["RayObject"] = Ray.new(Vector3.new(829.838562, 101.489998, 2331.25635), Vector3.new(-30.6540909, -5.42795324, 95.0308533)),
  5735.     ["Distance"] = 15.355997085571,
  5736.     ["Cframe"] = CFrame.new(826.616699, 100.8508, 2340.11279, 0.964640439, -0.00993416365, -0.263382077, 9.31322575e-10, 0.999289393, -0.0376908854, 0.263569355, 0.0363581516, 0.963954985),
  5737.     ["Hit"] = a.Character.Torso
  5738. }
  5739. }
  5740. local A_2 = game.Players.LocalPlayer.Backpack["Taser"]
  5741. local Event = game:GetService("ReplicatedStorage").ShootEvent
  5742. Event:FireServer(A_1, A_2)
  5743. end
  5744.  
  5745. for i,v in pairs(game.Players:GetChildren())do
  5746. if v.Name ~= game.Players.LocalPlayer.Name then
  5747. kill(v)
  5748. end
  5749. end
  5750. end)
  5751.  
  5752. removewalls.Name = "removewalls"
  5753. removewalls.Parent = main
  5754. removewalls.BackgroundColor3 = Color3.new(1, 0, 0)
  5755. removewalls.Position = UDim2.new(0.670628905, 0, 0.758472741, 0)
  5756. removewalls.Size = UDim2.new(0, 110, 0, 34)
  5757. removewalls.Font = Enum.Font.GothamBold
  5758. removewalls.Text = "Remove Walls"
  5759. removewalls.TextColor3 = Color3.new(0, 0, 0)
  5760. removewalls.TextSize = 14
  5761. removewalls.MouseButton1Down:connect(function()
  5762. wait(0.1)
  5763. game.Workspace.Prison_Guard_Outpost:Remove()
  5764.  
  5765. wait(0.1)
  5766. game.Workspace.Prison_Cafeteria.building:Remove()
  5767.  
  5768. wait(0.1)
  5769. game.Workspace.Prison_Cafeteria.glass:Remove()
  5770.  
  5771. wait(0.1)
  5772. game.Workspace.Prison_Cafeteria.oven:Remove()
  5773.  
  5774. wait(0.1)
  5775. game.Workspace.Prison_Cafeteria.shelves:Remove()
  5776.  
  5777. wait(0.1)
  5778. game.Workspace.Prison_Cafeteria.vents:Remove()
  5779.  
  5780. wait(0.1)
  5781. game.Workspace.Prison_Cafeteria.accents:Remove()
  5782.  
  5783. wait(0.1)
  5784. game.Workspace.Prison_Cafeteria.vendingmachine:Remove()
  5785.  
  5786. wait(0.1)
  5787. game.Workspace.Prison_Cafeteria.Prison_table1:Remove()
  5788.  
  5789. wait(0.1)
  5790. game.Workspace.Prison_Cafeteria.counter:Remove()
  5791.  
  5792. wait(0.1)
  5793. game.Workspace.Prison_Cafeteria.boxes:Remove()
  5794. end)
  5795.  
  5796. removeall.Name = "removeall"
  5797. removeall.Parent = main
  5798. removeall.BackgroundColor3 = Color3.new(1, 0, 0)
  5799. removeall.Position = UDim2.new(0.673120499, 0, 0.838146329, 0)
  5800. removeall.Size = UDim2.new(0, 110, 0, 47)
  5801. removeall.Font = Enum.Font.GothamBold
  5802. removeall.Text = "Remove All"
  5803. removeall.TextColor3 = Color3.new(0, 0, 0)
  5804. removeall.TextSize = 14
  5805. removeall.MouseButton1Down:connect(function()
  5806. wait(0.1)
  5807. game.Workspace.Prison_Halls.walls:Remove()
  5808.  
  5809. wait(0.1)
  5810. game.Workspace.Prison_Halls.roof:Remove()
  5811.  
  5812. wait(0.1)
  5813. game.Workspace.Prison_Halls.outlines:Remove()
  5814.  
  5815. wait(0.1)
  5816. game.Workspace.Prison_Halls.lights:Remove()
  5817.  
  5818. wait(0.1)
  5819. Workspace.Prison_Halls.accent:Remove()
  5820.  
  5821. wait(0.1)
  5822. game.Workspace.Prison_Halls.glass:Remove()
  5823.  
  5824. wait(0.1)
  5825. game.Workspace.Prison_Cellblock.b_front:Remove()
  5826.  
  5827. wait(0.1)
  5828. game.Workspace.Prison_Cellblock.doors:Remove()
  5829.  
  5830. wait(0.1)
  5831. game.Workspace.Prison_Cellblock.c_tables:Remove()
  5832.  
  5833. wait(0.1)
  5834. game.Workspace.Prison_Cellblock.a_front:Remove()
  5835.  
  5836. wait(0.1)
  5837. game.Workspace.Prison_Cellblock.b_outerwall:Remove()
  5838.  
  5839. wait(0.1)
  5840. game.Workspace.Prison_Cellblock.c_wall:Remove()
  5841.  
  5842. wait(0.1)
  5843. game.Workspace.Prison_Cellblock.b_wall:Remove()
  5844.  
  5845. wait(0.1)
  5846. game.Workspace.Prison_Cellblock.c_hallwall:Remove()
  5847.  
  5848. wait(0.1)
  5849. game.Workspace.Prison_Cellblock.a_outerwall:Remove()
  5850.  
  5851. wait(0.1)
  5852. game.Workspace.Prison_Cellblock.b_ramp:Remove()
  5853.  
  5854. wait(0.1)
  5855. game.Workspace.Prison_Cellblock.a_ramp:Remove()
  5856.  
  5857. wait(0.1)
  5858. game.Workspace.Prison_Cellblock.a_walls:Remove()
  5859.  
  5860. wait(0.1)
  5861. game.Workspace.Prison_Cellblock.Cells_B:Remove()
  5862.  
  5863. wait(0.1)
  5864. game.Workspace.Prison_Cellblock.Cells_A:Remove()
  5865.  
  5866. wait(0.1)
  5867. game.Workspace.Prison_Cellblock.c_corner:Remove()
  5868.  
  5869. wait(0.1)
  5870. game.Workspace.Prison_Cellblock.Wedge:Remove()
  5871.  
  5872. wait(0.1)
  5873. game.Workspace.Prison_Cellblock.a_ceiling:Remove()
  5874.  
  5875. wait(0.1)
  5876. game.Workspace.Prison_Cellblock.b_ceiling:Remove()
  5877.  
  5878. wait(0.1)
  5879. game.Workspace.City_buildings:Remove()
  5880.  
  5881. wait(0.1)
  5882. game.Workspace.Prison_OuterWall:Remove()
  5883.  
  5884. wait(0.1)
  5885. game.Workspace.Prison_Fences:Remove()
  5886. end)
  5887.  
  5888. lagserver.Name = "lagserver"
  5889. lagserver.Parent = main
  5890. lagserver.BackgroundColor3 = Color3.new(0.333333, 0, 0.498039)
  5891. lagserver.Position = UDim2.new(0.66476965, 0, 0.659647882, 0)
  5892. lagserver.Size = UDim2.new(0, 120, 0, 42)
  5893. lagserver.Font = Enum.Font.GothamBold
  5894. lagserver.Text = "Lag Server (Swat)"
  5895. lagserver.TextColor3 = Color3.new(0, 1, 1)
  5896. lagserver.TextSize = 14
  5897. lagserver.MouseButton1Down:connect(function()
  5898. while true do
  5899. workspace.Remote.TeamEvent:FireServer("Bright blue")
  5900.  
  5901. for i = 10,500 do
  5902.     for i,v in pairs(Workspace.Prison_ITEMS.clothes:GetChildren()) do
  5903.  
  5904. lol = Workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  5905. print(lol)
  5906. end
  5907. end
  5908. end
  5909. end)
  5910. end)
  5911.  
  5912. Btools.Name = "Btools"
  5913. Btools.Parent = Main
  5914. Btools.BackgroundColor3 = Color3.fromRGB(0, 85, 255)
  5915. Btools.Position = UDim2.new(0, 0, 0.635245919, 0)
  5916. Btools.Size = UDim2.new(0, 120, 0, 37)
  5917. Btools.Font = Enum.Font.GothamBlack
  5918. Btools.Text = "Btools"
  5919. Btools.TextColor3 = Color3.fromRGB(0, 0, 0)
  5920. Btools.TextSize = 14.000
  5921. Btools.MouseButton1Down:connect(function()
  5922. a = Instance.new("HopperBin", game.Players.LocalPlayer.Backpack)
  5923. a.BinType = 2
  5924. b = Instance.new("HopperBin", game.Players.LocalPlayer.Backpack)
  5925. b.BinType = 3
  5926. c = Instance.new("HopperBin", game.Players.LocalPlayer.Backpack)
  5927. c.BinType = 4
  5928. end)
  5929.  
  5930.  
  5931. TextButton.Parent = Main
  5932. TextButton.BackgroundColor3 = Color3.fromRGB(0, 85, 255)
  5933. TextButton.Position = UDim2.new(0.682539701, 0, 0.22131148, 0)
  5934. TextButton.Size = UDim2.new(0, 120, 0, 37)
  5935. TextButton.Font = Enum.Font.GothamBlack
  5936. TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  5937. TextButton.TextSize = 14.000
  5938.  
  5939. TextButton_2.Parent = Main
  5940. TextButton_2.BackgroundColor3 = Color3.fromRGB(0, 85, 255)
  5941. TextButton_2.Position = UDim2.new(0.682539701, 0, 0.422131151, 0)
  5942. TextButton_2.Size = UDim2.new(0, 120, 0, 37)
  5943. TextButton_2.Font = Enum.Font.GothamBlack
  5944. TextButton_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  5945. TextButton_2.TextSize = 14.000
  5946.  
  5947. TextButton_3.Parent = Main
  5948. TextButton_3.BackgroundColor3 = Color3.fromRGB(0, 85, 255)
  5949. TextButton_3.Position = UDim2.new(0.682539701, 0, 0.635245919, 0)
  5950. TextButton_3.Size = UDim2.new(0, 120, 0, 37)
  5951. TextButton_3.Font = Enum.Font.GothamBlack
  5952. TextButton_3.TextColor3 = Color3.fromRGB(0, 0, 0)
  5953. TextButton_3.TextSize = 14.000
  5954.  
  5955. Fly.Name = "Fly"
  5956. Fly.Parent = Main
  5957. Fly.BackgroundColor3 = Color3.fromRGB(0, 85, 255)
  5958. Fly.Position = UDim2.new(0.335978836, 0, 0.22131148, 0)
  5959. Fly.Size = UDim2.new(0, 120, 0, 37)
  5960. Fly.Font = Enum.Font.GothamBlack
  5961. Fly.Text = "Fly"
  5962. Fly.TextColor3 = Color3.fromRGB(0, 0, 0)
  5963. Fly.TextSize = 14.000
  5964. Fly.MouseButton1Down:connect(function()
  5965. repeat wait()
  5966.     until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  5967. local mouse = game.Players.LocalPlayer:GetMouse()
  5968. repeat wait() until mouse
  5969. local plr = game.Players.LocalPlayer
  5970. local torso = plr.Character.Torso
  5971. local flying = true
  5972. local deb = true
  5973. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  5974. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  5975. local maxspeed = 100
  5976. local speed = 0
  5977.  
  5978. function Fly()
  5979. local bg = Instance.new("BodyGyro", torso)
  5980. bg.P = 9e4
  5981. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  5982. bg.cframe = torso.CFrame
  5983. local bv = Instance.new("BodyVelocity", torso)
  5984. bv.velocity = Vector3.new(0,0.1,0)
  5985. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  5986. repeat wait()
  5987. plr.Character.Humanoid.PlatformStand = true
  5988. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  5989. speed = speed+.5+(speed/maxspeed)
  5990. if speed > maxspeed then
  5991. speed = maxspeed
  5992. end
  5993. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  5994. speed = speed-1
  5995. if speed < 0 then
  5996. speed = 0
  5997. end
  5998. end
  5999. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  6000. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  6001. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  6002. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  6003. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  6004. else
  6005. bv.velocity = Vector3.new(0,0.1,0)
  6006. end
  6007. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  6008. until not flying
  6009. ctrl = {f = 0, b = 0, l = 0, r = 0}
  6010. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  6011. speed = 0
  6012. bg:Destroy()
  6013. bv:Destroy()
  6014. plr.Character.Humanoid.PlatformStand = false
  6015. end
  6016. mouse.KeyDown:connect(function(key)
  6017. if key:lower() == "e" then
  6018. if flying then flying = false
  6019. else
  6020. flying = true
  6021. Fly()
  6022. end
  6023. elseif key:lower() == "w" then
  6024. ctrl.f = 1
  6025. elseif key:lower() == "s" then
  6026. ctrl.b = -1
  6027. elseif key:lower() == "a" then
  6028. ctrl.l = -1
  6029. elseif key:lower() == "d" then
  6030. ctrl.r = 1
  6031. end
  6032. end)
  6033. mouse.KeyUp:connect(function(key)
  6034. if key:lower() == "w" then
  6035. ctrl.f = 0
  6036. elseif key:lower() == "s" then
  6037. ctrl.b = 0
  6038. elseif key:lower() == "a" then
  6039. ctrl.l = 0
  6040. elseif key:lower() == "d" then
  6041. ctrl.r = 0
  6042. end
  6043. end)
  6044. Fly()  
  6045. end)
  6046.  
  6047. NoClip.Name = "NoClip"
  6048. NoClip.Parent = Main
  6049. NoClip.BackgroundColor3 = Color3.fromRGB(0, 85, 255)
  6050. NoClip.Position = UDim2.new(0.335978836, 0, 0.422131151, 0)
  6051. NoClip.Size = UDim2.new(0, 120, 0, 37)
  6052. NoClip.Font = Enum.Font.GothamBlack
  6053. NoClip.Text = "Noclip"
  6054. NoClip.TextColor3 = Color3.fromRGB(0, 0, 0)
  6055. NoClip.TextSize = 14.000
  6056.  
  6057.  
  6058. AllGuns.Name = "AllGuns"
  6059. AllGuns.Parent = Main
  6060. AllGuns.BackgroundColor3 = Color3.fromRGB(0, 85, 255)
  6061. AllGuns.Position = UDim2.new(0.341269851, 0, 0.635245919, 0)
  6062. AllGuns.Size = UDim2.new(0, 120, 0, 37)
  6063. AllGuns.Font = Enum.Font.GothamBlack
  6064. AllGuns.Text = "AllGuns"
  6065. AllGuns.TextColor3 = Color3.fromRGB(0, 0, 0)
  6066. AllGuns.TextSize = 14.000
  6067. AllGuns.MouseButton1Down:connect(function()
  6068. for i,v in pairs(workspace.Prison_ITEMS.giver:GetChildren()) do
  6069.  
  6070. Lol = workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  6071. print(Lol)
  6072. end
  6073. end)
  6074.  
  6075. Close.Name = "Close"
  6076. Close.Parent = Main
  6077. Close.BackgroundColor3 = Color3.fromRGB(104, 3, 255)
  6078. Close.Position = UDim2.new(0.888888896, 0, 0, 0)
  6079. Close.Size = UDim2.new(0, 42, 0, 29)
  6080. Close.Font = Enum.Font.GothamSemibold
  6081. Close.Text = "X"
  6082. Close.TextColor3 = Color3.fromRGB(0, 0, 0)
  6083. Close.TextSize = 20.000
  6084. Close.MouseButton1Down:connect(function()
  6085. Main.Visible = false
  6086. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement