Advertisement
OrionMakesStuff

Prison life hub

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