Advertisement
genocide_killer

i want die

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