Advertisement
iliketohack12

prison life op script

Jul 21st, 2021
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 468.07 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.1
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local menuguui = Instance.new("Frame")
  8. local BlockSword = Instance.new("TextButton")
  9. local Btools = Instance.new("TextButton")
  10. local CTRLCLICKTP = Instance.new("TextButton")
  11. local OPGUI = Instance.new("TextButton")
  12. local GodMode = Instance.new("TextButton")
  13. local RevizAdminV2 = Instance.new("TextButton")
  14. local PrisonBreaker = Instance.new("TextButton")
  15. local NoclipV = Instance.new("TextButton")
  16. local cerrar = Instance.new("TextButton")
  17. local SaltoInfinito = Instance.new("TextButton")
  18. local FlyE = Instance.new("TextButton")
  19. local frame = Instance.new("Frame")
  20. local AbrirGUI = Instance.new("TextButton")
  21.  
  22. --Properties:
  23.  
  24. ScreenGui.Parent = game.CoreGui
  25.  
  26. menuguui.Active = true
  27. menuguui.Draggable = true
  28.  
  29. menuguui.Name = "menuguui"
  30. menuguui.Parent = ScreenGui
  31. menuguui.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  32. menuguui.Position = UDim2.new(0.185321093, 0, 0.270916343, 0)
  33. menuguui.Size = UDim2.new(0, 685, 0, 230)
  34. menuguui.Visible = false
  35. menuguui.Style = Enum.FrameStyle.ChatRed
  36.  
  37. BlockSword.Name = "Block Sword"
  38. BlockSword.Parent = menuguui
  39. BlockSword.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  40. BlockSword.Position = UDim2.new(0.771230519, 0, -0.00712569943, 0)
  41. BlockSword.Size = UDim2.new(0, 160, 0, 42)
  42. BlockSword.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  43. BlockSword.Font = Enum.Font.SciFi
  44. BlockSword.Text = "Block Sword OP"
  45. BlockSword.TextColor3 = Color3.fromRGB(0, 0, 0)
  46. BlockSword.TextSize = 14.000
  47. BlockSword.MouseButton1Down:connect(function()
  48. local plr=game.Players.LocalPlayer;local tool=Instance.new("Tool",plr.Backpack)tool.GripPos=Vector3.new(0.1,-1,0)tool.Name="Sword"local k=Instance.new("Part",tool)k.Name="Handle"k.Size=Vector3.new(0.4,4,0.4)local l=Instance.new("Animation",tool)l.AnimationId="rbxassetid://218504594"local m=plr.Character.Humanoid:LoadAnimation(l)db=true;da=false;tool.Equipped:connect(function()tool.Activated:connect(function()if db==true then db=false;m:Play()wait()da=true;db=true;wait(0.1)da=false end end)end)k.Touched:connect(function(n)if da==true then local o=n.Parent.Humanoid;if o~=nil then local p=game.Players:FindFirstChild(n.Parent.Name)for j=1,10 do if p.Name~="RealAnimus"then game.ReplicatedStorage.meleeEvent:FireServer(p)end end end end end)
  49. end)
  50.  
  51. Btools.Name = "Btools"
  52. Btools.Parent = menuguui
  53. Btools.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  54. Btools.Position = UDim2.new(0.771230519, 0, 0.525742829, 0)
  55. Btools.Size = UDim2.new(0, 160, 0, 42)
  56. Btools.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  57. Btools.Font = Enum.Font.SciFi
  58. Btools.Text = "Btools"
  59. Btools.TextColor3 = Color3.fromRGB(0, 0, 0)
  60. Btools.TextSize = 14.000
  61. Btools.MouseButton1Down:connect(function()
  62. local tool3 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  63. tool3.BinType = "Hammer"
  64. end)
  65.  
  66. CTRLCLICKTP.Name = "CTRL + CLICK TP"
  67. CTRLCLICKTP.Parent = menuguui
  68. CTRLCLICKTP.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  69. CTRLCLICKTP.Position = UDim2.new(0.0818133801, 0, 0.779963851, 0)
  70. CTRLCLICKTP.Size = UDim2.new(0, 174, 0, 42)
  71. CTRLCLICKTP.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  72. CTRLCLICKTP.Font = Enum.Font.SciFi
  73. CTRLCLICKTP.Text = "CTRL + CLICK TP"
  74. CTRLCLICKTP.TextColor3 = Color3.fromRGB(0, 0, 0)
  75. CTRLCLICKTP.TextSize = 14.000
  76. CTRLCLICKTP.MouseButton1Down:connect(function()
  77. local Plr = game:GetService("Players").LocalPlayer
  78. local Mouse = Plr:GetMouse()
  79.  
  80. Mouse.Button1Down:connect(function()
  81. if not game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.LeftControl) then return end
  82. if not Mouse.Target then return end
  83. Plr.Character:MoveTo(Mouse.Hit.p)
  84. end)
  85. end)
  86.  
  87. OPGUI.Name = "OP GUI"
  88. OPGUI.Parent = menuguui
  89. OPGUI.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  90. OPGUI.Position = UDim2.new(0.0818133801, 0, 0.262745798, 0)
  91. OPGUI.Size = UDim2.new(0, 174, 0, 42)
  92. OPGUI.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  93. OPGUI.Font = Enum.Font.SciFi
  94. OPGUI.Text = "OP GUI"
  95. OPGUI.TextColor3 = Color3.fromRGB(0, 0, 0)
  96. OPGUI.TextSize = 14.000
  97. OPGUI.MouseButton1Down:connect(function()
  98. -- Objects
  99.  
  100. local PrisonGui = Instance.new("ScreenGui")
  101. local Main = Instance.new("Frame")
  102. local Title = Instance.new("TextLabel")
  103. local TitleBar = Instance.new("TextLabel")
  104. local ObGuns = Instance.new("TextButton")
  105. local Close = Instance.new("TextButton")
  106. local KillAll = Instance.new("TextButton")
  107. local TaseBypass = Instance.new("TextButton")
  108. local RemoveDoors = Instance.new("TextButton")
  109. local Btools = Instance.new("TextButton")
  110. local BeNeutral = Instance.new("TextButton")
  111. local ModGun = Instance.new("TextButton")
  112. local ForceCgui = Instance.new("Frame")
  113. local ComSeperateBar = Instance.new("TextLabel")
  114. local InsertUser = Instance.new("TextBox")
  115. local UserHolder = Instance.new("TextLabel")
  116. local CrimTitle = Instance.new("TextLabel")
  117. local CrimTitleBar = Instance.new("TextLabel")
  118. local TextButton = Instance.new("TextButton")
  119. local CrimHideButton = Instance.new("TextButton")
  120. local TPshow = Instance.new("TextButton")
  121. local LocalCommands = Instance.new("Frame")
  122. local LocalCMD_Title = Instance.new("TextLabel")
  123. local NexusTPbut = Instance.new("TextButton")
  124. local CrimBaseTPbut = Instance.new("TextButton")
  125. local GuardAreaTPbut = Instance.new("TextButton")
  126. local FLY = Instance.new("TextButton")
  127. local NWalk = Instance.new("TextButton")
  128. local Njump = Instance.new("TextButton")
  129. local tfJump = Instance.new("TextButton")
  130. local Respawn = Instance.new("TextButton")
  131. local tfWalk = Instance.new("TextButton")
  132. local LocalCMD_BarTitle = Instance.new("TextLabel")
  133. local TheLocal = Instance.new("TextButton")
  134. local CrimG = Instance.new("TextButton")
  135. local tpgui = Instance.new("Frame")
  136. local TPtileBar = Instance.new("TextLabel")
  137. local TPYEET = Instance.new("TextButton")
  138. local UserHolderTP = Instance.new("TextLabel")
  139. local InsertUserTP = Instance.new("TextBox")
  140. local TpTitle = Instance.new("TextLabel")
  141. local RightSepBarTp = Instance.new("TextLabel")
  142. local TpHideButton = Instance.new("TextButton")
  143. local AmokahsLogo = Instance.new("ImageLabel")
  144. local SuperPunch = Instance.new("TextButton")
  145. local KillAura = Instance.new("TextButton")
  146. local BeCriminal = Instance.new("TextButton")
  147. local BeGuard = Instance.new("TextButton")
  148. local BeInmate = Instance.new("TextButton")
  149. local ArrestAll = Instance.new("TextButton")
  150. local InvGuns = Instance.new("TextButton")
  151. local CrimPunch = Instance.new("TextButton")
  152. local Trans = Instance.new("TextButton")
  153. local Open = Instance.new("Frame")
  154. local OpenGUI = Instance.new("TextButton")
  155. local Credit = Instance.new("TextLabel")
  156. local Dino = Instance.new("TextLabel")
  157. local KA = Instance.new("Frame")
  158. local NameOfKa = Instance.new("TextLabel")
  159. local TrueOrFalse = Instance.new("TextLabel")
  160. local TeamGUIOC = Instance.new("Frame")
  161. local TeamOPorCL = Instance.new("TextButton")
  162. local TeamMain = Instance.new("Frame")
  163. local TextLabel = Instance.new("TextLabel")
  164. local TextLabel_2 = Instance.new("TextLabel")
  165. local SOG = Instance.new("TextButton")
  166. local SOC = Instance.new("TextButton")
  167. local SOI = Instance.new("TextButton")
  168. local Disable = Instance.new("TextButton")
  169. local Apart = Instance.new("Part")
  170.  
  171. Apart.Name = "PlrsPos"
  172. Apart.Parent = workspace
  173. Apart.Anchored = true
  174. Apart.Archivable = true
  175. Apart.CFrame = CFrame.new(9e99, 9e99, 9e99)
  176.  
  177. -- Properties
  178.  
  179. PrisonGui.Name = "PrisonGui"
  180. PrisonGui.Parent = game:GetService("Players").LocalPlayer.PlayerGui
  181.  
  182. Main.Name = "Main"
  183. Main.Parent = PrisonGui
  184. Main.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  185. Main.BorderSizePixel = 0
  186. Main.Position = UDim2.new(0.345, 0,2.204, 0)
  187. Main.Size = UDim2.new(0, 338, 0, 301)
  188. Main.Visible = false
  189.  
  190. Title.Name = "Title"
  191. Title.Parent = Main
  192. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  193. Title.BackgroundTransparency = 1
  194. Title.BorderSizePixel = 0
  195. Title.Position = UDim2.new(0.136094674, 0, 0.00996677764, 0)
  196. Title.Size = UDim2.new(0, 162, 0, 31)
  197. Title.Font = Enum.Font.SourceSansLight
  198. Title.FontSize = Enum.FontSize.Size14
  199. Title.Text = "Prison Life v2.0.2 GUI"
  200. Title.TextColor3 = Color3.new(0.807843, 0.807843, 0.807843)
  201. Title.TextScaled = true
  202. Title.TextStrokeTransparency = 0
  203. Title.TextWrapped = true
  204.  
  205. TitleBar.Name = "TitleBar"
  206. TitleBar.Parent = Main
  207. TitleBar.BackgroundColor3 = Color3.new(0, 0, 0)
  208. TitleBar.BackgroundTransparency = 0.5
  209. TitleBar.BorderSizePixel = 0
  210. TitleBar.Position = UDim2.new(0, 0, 0.116104871, 0)
  211. TitleBar.Size = UDim2.new(0, 338, 0, 6)
  212. TitleBar.Font = Enum.Font.SourceSans
  213. TitleBar.FontSize = Enum.FontSize.Size14
  214. TitleBar.Text = ""
  215. TitleBar.TextColor3 = Color3.new(0, 0, 0)
  216.  
  217. ObGuns.Name = "ObGuns"
  218. ObGuns.Parent = Main
  219. ObGuns.BackgroundColor3 = Color3.new(1, 1, 1)
  220. ObGuns.BackgroundTransparency = 0.5
  221. ObGuns.BorderSizePixel = 0
  222. ObGuns.Position = UDim2.new(0.0147928996, 0, 0.16104874, 0)
  223. ObGuns.Size = UDim2.new(0, 159, 0, 22)
  224. ObGuns.Font = Enum.Font.SourceSans
  225. ObGuns.FontSize = Enum.FontSize.Size14
  226. ObGuns.Text = "OBTAIN GUNS"
  227. ObGuns.TextColor3 = Color3.new(1, 1, 1)
  228. ObGuns.TextScaled = true
  229. ObGuns.TextStrokeTransparency = 0
  230. ObGuns.TextWrapped = true
  231.  
  232. Close.Name = "Close"
  233. Close.Parent = Main
  234. Close.BackgroundColor3 = Color3.new(1, 0.34902, 0.34902)
  235. Close.BackgroundTransparency = 0.30000001192093
  236. Close.BorderSizePixel = 0
  237. Close.Position = UDim2.new(0.908284009, 0, 0.0224719122, 0)
  238. Close.Size = UDim2.new(0, 24, 0, 24)
  239. Close.Font = Enum.Font.SourceSans
  240. Close.FontSize = Enum.FontSize.Size14
  241. Close.Text = ""
  242. Close.TextColor3 = Color3.new(0, 0, 0)
  243.  
  244. KillAll.Name = "KillAll"
  245. KillAll.Parent = Main
  246. KillAll.BackgroundColor3 = Color3.new(1, 1, 1)
  247. KillAll.BackgroundTransparency = 0.5
  248. KillAll.BorderSizePixel = 0
  249. KillAll.Position = UDim2.new(0.0177514795, 0, 0.265917659, 0)
  250. KillAll.Size = UDim2.new(0, 159, 0, 22)
  251. KillAll.Font = Enum.Font.SourceSans
  252. KillAll.FontSize = Enum.FontSize.Size14
  253. KillAll.Text = "KILL ALL"
  254. KillAll.TextColor3 = Color3.new(1, 1, 1)
  255. KillAll.TextScaled = true
  256. KillAll.TextStrokeTransparency = 0
  257. KillAll.TextWrapped = true
  258.  
  259. TaseBypass.Name = "TaseBypass"
  260. TaseBypass.Parent = Main
  261. TaseBypass.BackgroundColor3 = Color3.new(1, 1, 1)
  262. TaseBypass.BackgroundTransparency = 0.5
  263. TaseBypass.BorderSizePixel = 0
  264. TaseBypass.Position = UDim2.new(0.0177514795, 0, 0.370786548, 0)
  265. TaseBypass.Size = UDim2.new(0, 159, 0, 22)
  266. TaseBypass.Font = Enum.Font.SourceSans
  267. TaseBypass.FontSize = Enum.FontSize.Size14
  268. TaseBypass.Text = "TASER BYPASS"
  269. TaseBypass.TextColor3 = Color3.new(1, 1, 1)
  270. TaseBypass.TextScaled = true
  271. TaseBypass.TextStrokeTransparency = 0
  272. TaseBypass.TextWrapped = true
  273.  
  274. RemoveDoors.Name = "RemoveDoors"
  275. RemoveDoors.Parent = Main
  276. RemoveDoors.BackgroundColor3 = Color3.new(1, 1, 1)
  277. RemoveDoors.BackgroundTransparency = 0.5
  278. RemoveDoors.BorderSizePixel = 0
  279. RemoveDoors.Position = UDim2.new(0.0177514795, 0, 0.483146131, 0)
  280. RemoveDoors.Size = UDim2.new(0, 158, 0, 22)
  281. RemoveDoors.Font = Enum.Font.SourceSans
  282. RemoveDoors.FontSize = Enum.FontSize.Size14
  283. RemoveDoors.Text = "REMOVE ALL DOORS"
  284. RemoveDoors.TextColor3 = Color3.new(1, 1, 1)
  285. RemoveDoors.TextScaled = true
  286. RemoveDoors.TextStrokeTransparency = 0
  287. RemoveDoors.TextWrapped = true
  288.  
  289. Btools.Name = "Btools"
  290. Btools.Parent = Main
  291. Btools.BackgroundColor3 = Color3.new(1, 1, 1)
  292. Btools.BackgroundTransparency = 0.5
  293. Btools.BorderSizePixel = 0
  294. Btools.Position = UDim2.new(0.0177514795, 0, 0.58801502, 0)
  295. Btools.Size = UDim2.new(0, 159, 0, 22)
  296. Btools.Font = Enum.Font.SourceSans
  297. Btools.FontSize = Enum.FontSize.Size14
  298. Btools.Text = "BTOOLS"
  299. Btools.TextColor3 = Color3.new(1, 1, 1)
  300. Btools.TextScaled = true
  301. Btools.TextStrokeTransparency = 0
  302. Btools.TextWrapped = true
  303.  
  304. BeNeutral.Name = "BeNeutral"
  305. BeNeutral.Parent = Main
  306. BeNeutral.BackgroundColor3 = Color3.new(1, 1, 1)
  307. BeNeutral.BackgroundTransparency = 0.5
  308. BeNeutral.BorderSizePixel = 0
  309. BeNeutral.Position = UDim2.new(0.756781578, 0, 0.696629226, 0)
  310. BeNeutral.Size = UDim2.new(0, 74, 0, 22)
  311. BeNeutral.Font = Enum.Font.SourceSans
  312. BeNeutral.FontSize = Enum.FontSize.Size14
  313. BeNeutral.Text = "NEUTRAL"
  314. BeNeutral.TextColor3 = Color3.new(1, 1, 1)
  315. BeNeutral.TextScaled = true
  316. BeNeutral.TextStrokeTransparency = 0
  317. BeNeutral.TextWrapped = true
  318.  
  319. ModGun.Name = "ModGun"
  320. ModGun.Parent = Main
  321. ModGun.BackgroundColor3 = Color3.new(1, 1, 1)
  322. ModGun.BackgroundTransparency = 0.5
  323. ModGun.BorderSizePixel = 0
  324. ModGun.Position = UDim2.new(0.0177514795, 0, 0.801498115, 0)
  325. ModGun.Size = UDim2.new(0, 325, 0, 22)
  326. ModGun.Font = Enum.Font.SourceSans
  327. ModGun.FontSize = Enum.FontSize.Size14
  328. ModGun.Text = "MOD YOUR GUN (Hold the item first)"
  329. ModGun.TextColor3 = Color3.new(1, 1, 1)
  330. ModGun.TextScaled = true
  331. ModGun.TextStrokeTransparency = 0
  332. ModGun.TextWrapped = true
  333.  
  334. ForceCgui.Name = "ForceCgui"
  335. ForceCgui.Parent = Main
  336. ForceCgui.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  337. ForceCgui.BorderSizePixel = 0
  338. ForceCgui.Position = UDim2.new(1, 0, 0.215946838, 0)
  339. ForceCgui.Size = UDim2.new(0, 155, 0, 198)
  340.  
  341. ComSeperateBar.Name = "ComSeperateBar"
  342. ComSeperateBar.Parent = ForceCgui
  343. ComSeperateBar.BackgroundColor3 = Color3.new(1, 1, 1)
  344. ComSeperateBar.BackgroundTransparency = 0.5
  345. ComSeperateBar.BorderSizePixel = 0
  346. ComSeperateBar.Position = UDim2.new(0, 0, 0.0757575706, 0)
  347. ComSeperateBar.Size = UDim2.new(0, 1, 0, 167)
  348. ComSeperateBar.Font = Enum.Font.SourceSans
  349. ComSeperateBar.FontSize = Enum.FontSize.Size14
  350. ComSeperateBar.Text = ""
  351. ComSeperateBar.TextColor3 = Color3.new(0, 0, 0)
  352.  
  353. InsertUser.Name = "InsertUser"
  354. InsertUser.Parent = ForceCgui
  355. InsertUser.BackgroundColor3 = Color3.new(1, 1, 1)
  356. InsertUser.BackgroundTransparency = 1
  357. InsertUser.BorderSizePixel = 0
  358. InsertUser.Position = UDim2.new(0.0064516128, 0, 0.186868697, 0)
  359. InsertUser.Size = UDim2.new(0, 154, 0, 50)
  360. InsertUser.Font = Enum.Font.SourceSansLight
  361. InsertUser.FontSize = Enum.FontSize.Size14
  362. InsertUser.Text = "USERNAME"
  363. InsertUser.TextColor3 = Color3.new(1, 1, 1)
  364. InsertUser.TextScaled = true
  365. InsertUser.TextWrapped = true
  366.  
  367. UserHolder.Name = "UserHolder"
  368. UserHolder.Parent = ForceCgui
  369. UserHolder.BackgroundColor3 = Color3.new(0.0156863, 0.0156863, 0.0156863)
  370. UserHolder.BorderSizePixel = 0
  371. UserHolder.Position = UDim2.new(0.0516129024, 0, 0.451651365, 0)
  372. UserHolder.Size = UDim2.new(0, 139, 0, 3)
  373. UserHolder.Font = Enum.Font.SourceSans
  374. UserHolder.FontSize = Enum.FontSize.Size14
  375. UserHolder.Text = ""
  376. UserHolder.TextColor3 = Color3.new(0, 0, 0)
  377.  
  378. CrimTitle.Name = "CrimTitle"
  379. CrimTitle.Parent = ForceCgui
  380. CrimTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  381. CrimTitle.BackgroundTransparency = 1
  382. CrimTitle.BorderSizePixel = 0
  383. CrimTitle.Position = UDim2.new(0.0064516128, 0, 0, 0)
  384. CrimTitle.Size = UDim2.new(0, 154, 0, 31)
  385. CrimTitle.Font = Enum.Font.SourceSansLight
  386. CrimTitle.FontSize = Enum.FontSize.Size14
  387. CrimTitle.Text = "CRIMINAL GUI"
  388. CrimTitle.TextColor3 = Color3.new(1, 1, 1)
  389. CrimTitle.TextScaled = true
  390. CrimTitle.TextStrokeTransparency = 0
  391. CrimTitle.TextWrapped = true
  392.  
  393. CrimTitleBar.Name = "CrimTitleBar"
  394. CrimTitleBar.Parent = ForceCgui
  395. CrimTitleBar.BackgroundColor3 = Color3.new(0, 0, 0)
  396. CrimTitleBar.BackgroundTransparency = 0.5
  397. CrimTitleBar.BorderSizePixel = 0
  398. CrimTitleBar.Position = UDim2.new(0.0064516128, 0, 0.14952904, 0)
  399. CrimTitleBar.Size = UDim2.new(0, 154, 0, 1)
  400. CrimTitleBar.Font = Enum.Font.SourceSans
  401. CrimTitleBar.FontSize = Enum.FontSize.Size14
  402. CrimTitleBar.Text = ""
  403. CrimTitleBar.TextColor3 = Color3.new(0, 0, 0)
  404.  
  405. TextButton.Parent = ForceCgui
  406. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  407. TextButton.BackgroundTransparency = 0.5
  408. TextButton.BorderSizePixel = 0
  409. TextButton.Position = UDim2.new(0.0516129024, 0, 0.560606062, 0)
  410. TextButton.Size = UDim2.new(0, 139, 0, 50)
  411. TextButton.Font = Enum.Font.SourceSansLight
  412. TextButton.FontSize = Enum.FontSize.Size14
  413. TextButton.Text = "TURN INTO CRIMINAL (First, click KillAura)"
  414. TextButton.TextColor3 = Color3.new(1, 1, 1)
  415. TextButton.TextScaled = true
  416. TextButton.TextStrokeTransparency = 0
  417. TextButton.TextWrapped = true
  418.  
  419. CrimHideButton.Name = "CrimHideButton"
  420. CrimHideButton.Parent = ForceCgui
  421. CrimHideButton.BackgroundColor3 = Color3.new(1, 0.34902, 0.34902)
  422. CrimHideButton.BackgroundTransparency = 0.30000001192093
  423. CrimHideButton.BorderSizePixel = 0
  424. CrimHideButton.Position = UDim2.new(0.0322580636, 0, 0.89015615, 0)
  425. CrimHideButton.Size = UDim2.new(0, 146, 0, 18)
  426. CrimHideButton.Font = Enum.Font.SourceSansLight
  427. CrimHideButton.FontSize = Enum.FontSize.Size14
  428. CrimHideButton.Text = "HIDE"
  429. CrimHideButton.TextColor3 = Color3.new(1, 1, 1)
  430. CrimHideButton.TextScaled = true
  431. CrimHideButton.TextStrokeTransparency = 0
  432. CrimHideButton.TextWrapped = true
  433.  
  434. TPshow.Name = "TPshow"
  435. TPshow.Parent = Main
  436. TPshow.BackgroundColor3 = Color3.new(1, 1, 1)
  437. TPshow.BackgroundTransparency = 0.5
  438. TPshow.BorderSizePixel = 0
  439. TPshow.Position = UDim2.new(0.0166848004, 0, 0.900033236, 0)
  440. TPshow.Size = UDim2.new(0, 104, 0, 22)
  441. TPshow.Font = Enum.Font.SourceSans
  442. TPshow.FontSize = Enum.FontSize.Size14
  443. TPshow.Text = "TELEPORT TO PLAYER"
  444. TPshow.TextColor3 = Color3.new(1, 1, 1)
  445. TPshow.TextScaled = true
  446. TPshow.TextStrokeTransparency = 0
  447. TPshow.TextWrapped = true
  448.  
  449. LocalCommands.Name = "LocalCommands"
  450. LocalCommands.Parent = Main
  451. LocalCommands.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  452. LocalCommands.BorderSizePixel = 0
  453. LocalCommands.Position = UDim2.new(0, 0, 1, 0)
  454. LocalCommands.Size = UDim2.new(0, 338, 0, 100)
  455.  
  456. LocalCMD_Title.Name = "LocalCMD_Title"
  457. LocalCMD_Title.Parent = LocalCommands
  458. LocalCMD_Title.BackgroundColor3 = Color3.new(0, 0, 0)
  459. LocalCMD_Title.BackgroundTransparency = 0.30000001192093
  460. LocalCMD_Title.BorderSizePixel = 0
  461. LocalCMD_Title.Size = UDim2.new(0, 338, 0, 22)
  462. LocalCMD_Title.Font = Enum.Font.SourceSans
  463. LocalCMD_Title.FontSize = Enum.FontSize.Size14
  464. LocalCMD_Title.Text = "COMMANDS FOR YOURSELF"
  465. LocalCMD_Title.TextColor3 = Color3.new(1, 1, 1)
  466. LocalCMD_Title.TextStrokeTransparency = 0
  467.  
  468. NexusTPbut.Name = "NexusTPbut"
  469. NexusTPbut.Parent = LocalCommands
  470. NexusTPbut.BackgroundColor3 = Color3.new(1, 1, 1)
  471. NexusTPbut.BackgroundTransparency = 0.40000000596046
  472. NexusTPbut.BorderSizePixel = 0
  473. NexusTPbut.Position = UDim2.new(0.0177514795, 0, 0.319999993, 0)
  474. NexusTPbut.Size = UDim2.new(0, 98, 0, 16)
  475. NexusTPbut.Font = Enum.Font.SourceSans
  476. NexusTPbut.FontSize = Enum.FontSize.Size14
  477. NexusTPbut.Text = "TP TO NEXUS"
  478. NexusTPbut.TextColor3 = Color3.new(1, 1, 1)
  479. NexusTPbut.TextScaled = true
  480. NexusTPbut.TextStrokeTransparency = 0
  481. NexusTPbut.TextWrapped = true
  482.  
  483. CrimBaseTPbut.Name = "CrimBaseTPbut"
  484. CrimBaseTPbut.Parent = LocalCommands
  485. CrimBaseTPbut.BackgroundColor3 = Color3.new(1, 1, 1)
  486. CrimBaseTPbut.BackgroundTransparency = 0.40000000596046
  487. CrimBaseTPbut.BorderSizePixel = 0
  488. CrimBaseTPbut.Position = UDim2.new(0.0177514795, 0, 0.550980508, 0)
  489. CrimBaseTPbut.Size = UDim2.new(0, 98, 0, 16)
  490. CrimBaseTPbut.Font = Enum.Font.SourceSans
  491. CrimBaseTPbut.FontSize = Enum.FontSize.Size14
  492. CrimBaseTPbut.Text = "TP TO CRIMINAL BASE"
  493. CrimBaseTPbut.TextColor3 = Color3.new(1, 1, 1)
  494. CrimBaseTPbut.TextScaled = true
  495. CrimBaseTPbut.TextStrokeTransparency = 0
  496. CrimBaseTPbut.TextWrapped = true
  497.  
  498. GuardAreaTPbut.Name = "GuardAreaTPbut"
  499. GuardAreaTPbut.Parent = LocalCommands
  500. GuardAreaTPbut.BackgroundColor3 = Color3.new(1, 1, 1)
  501. GuardAreaTPbut.BackgroundTransparency = 0.40000000596046
  502. GuardAreaTPbut.BorderSizePixel = 0
  503. GuardAreaTPbut.Position = UDim2.new(0.0177514795, 0, 0.781960726, 0)
  504. GuardAreaTPbut.Size = UDim2.new(0, 98, 0, 16)
  505. GuardAreaTPbut.Font = Enum.Font.SourceSans
  506. GuardAreaTPbut.FontSize = Enum.FontSize.Size14
  507. GuardAreaTPbut.Text = "TP TO GUARD AREA"
  508. GuardAreaTPbut.TextColor3 = Color3.new(1, 1, 1)
  509. GuardAreaTPbut.TextScaled = true
  510. GuardAreaTPbut.TextStrokeTransparency = 0
  511. GuardAreaTPbut.TextWrapped = true
  512.  
  513. FLY.Name = "FLY"
  514. FLY.Parent = LocalCommands
  515. FLY.BackgroundColor3 = Color3.new(1, 1, 1)
  516. FLY.BackgroundTransparency = 0.40000000596046
  517. FLY.BorderSizePixel = 0
  518. FLY.Position = UDim2.new(0.354683876, 0, 0.330000013, 0)
  519. FLY.Size = UDim2.new(0, 98, 0, 16)
  520. FLY.Font = Enum.Font.SourceSans
  521. FLY.FontSize = Enum.FontSize.Size14
  522. FLY.Text = "FLY 'E'"
  523. FLY.TextColor3 = Color3.new(1, 1, 1)
  524. FLY.TextScaled = true
  525. FLY.TextStrokeTransparency = 0
  526. FLY.TextWrapped = true
  527.  
  528. NWalk.Name = "NWalk"
  529. NWalk.Parent = LocalCommands
  530. NWalk.BackgroundColor3 = Color3.new(1, 1, 1)
  531. NWalk.BackgroundTransparency = 0.40000000596046
  532. NWalk.BorderSizePixel = 0
  533. NWalk.Position = UDim2.new(0.354683876, 0, 0.560980558, 0)
  534. NWalk.Size = UDim2.new(0, 98, 0, 16)
  535. NWalk.Font = Enum.Font.SourceSans
  536. NWalk.FontSize = Enum.FontSize.Size14
  537. NWalk.Text = "NORMAL WALKSPEED"
  538. NWalk.TextColor3 = Color3.new(1, 1, 1)
  539. NWalk.TextScaled = true
  540. NWalk.TextStrokeTransparency = 0
  541. NWalk.TextWrapped = true
  542.  
  543. Njump.Name = "Njump"
  544. Njump.Parent = LocalCommands
  545. Njump.BackgroundColor3 = Color3.new(1, 1, 1)
  546. Njump.BackgroundTransparency = 0.40000000596046
  547. Njump.BorderSizePixel = 0
  548. Njump.Position = UDim2.new(0.354683876, 0, 0.791960776, 0)
  549. Njump.Size = UDim2.new(0, 98, 0, 16)
  550. Njump.Font = Enum.Font.SourceSans
  551. Njump.FontSize = Enum.FontSize.Size14
  552. Njump.Text = "NORMAL JUMP HEIGHT"
  553. Njump.TextColor3 = Color3.new(1, 1, 1)
  554. Njump.TextScaled = true
  555. Njump.TextStrokeTransparency = 0
  556. Njump.TextWrapped = true
  557.  
  558. tfJump.Name = "tfJump"
  559. tfJump.Parent = LocalCommands
  560. tfJump.BackgroundColor3 = Color3.new(1, 1, 1)
  561. tfJump.BackgroundTransparency = 0.40000000596046
  562. tfJump.BorderSizePixel = 0
  563. tfJump.Position = UDim2.new(0.691616237, 0, 0.781960726, 0)
  564. tfJump.Size = UDim2.new(0, 98, 0, 16)
  565. tfJump.Font = Enum.Font.SourceSans
  566. tfJump.FontSize = Enum.FontSize.Size14
  567. tfJump.Text = "+25 JUMP HEIGHT"
  568. tfJump.TextColor3 = Color3.new(1, 1, 1)
  569. tfJump.TextScaled = true
  570. tfJump.TextStrokeTransparency = 0
  571. tfJump.TextWrapped = true
  572.  
  573. Respawn.Name = "Respawn"
  574. Respawn.Parent = LocalCommands
  575. Respawn.BackgroundColor3 = Color3.new(1, 1, 1)
  576. Respawn.BackgroundTransparency = 0.40000000596046
  577. Respawn.BorderSizePixel = 0
  578. Respawn.Position = UDim2.new(0.691616237, 0, 0.319999993, 0)
  579. Respawn.Size = UDim2.new(0, 98, 0, 16)
  580. Respawn.Font = Enum.Font.SourceSans
  581. Respawn.FontSize = Enum.FontSize.Size14
  582. Respawn.Text = "RESPAWN"
  583. Respawn.TextColor3 = Color3.new(1, 1, 1)
  584. Respawn.TextScaled = true
  585. Respawn.TextStrokeTransparency = 0
  586. Respawn.TextWrapped = true
  587.  
  588. tfWalk.Name = "tfWalk"
  589. tfWalk.Parent = LocalCommands
  590. tfWalk.BackgroundColor3 = Color3.new(1, 1, 1)
  591. tfWalk.BackgroundTransparency = 0.40000000596046
  592. tfWalk.BorderSizePixel = 0
  593. tfWalk.Position = UDim2.new(0.691616237, 0, 0.550980508, 0)
  594. tfWalk.Size = UDim2.new(0, 98, 0, 16)
  595. tfWalk.Font = Enum.Font.SourceSans
  596. tfWalk.FontSize = Enum.FontSize.Size14
  597. tfWalk.Text = "+25 WALKSPEED"
  598. tfWalk.TextColor3 = Color3.new(1, 1, 1)
  599. tfWalk.TextScaled = true
  600. tfWalk.TextStrokeTransparency = 0
  601. tfWalk.TextWrapped = true
  602.  
  603. LocalCMD_BarTitle.Name = "LocalCMD_BarTitle"
  604. LocalCMD_BarTitle.Parent = LocalCommands
  605. LocalCMD_BarTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  606. LocalCMD_BarTitle.BackgroundTransparency = 0.30000001192093
  607. LocalCMD_BarTitle.BorderSizePixel = 0
  608. LocalCMD_BarTitle.Position = UDim2.new(0.0798816606, 0, 0.219999999, 0)
  609. LocalCMD_BarTitle.Size = UDim2.new(0, 283, 0, 4)
  610. LocalCMD_BarTitle.Font = Enum.Font.SourceSans
  611. LocalCMD_BarTitle.FontSize = Enum.FontSize.Size14
  612. LocalCMD_BarTitle.Text = ""
  613. LocalCMD_BarTitle.TextColor3 = Color3.new(1, 1, 1)
  614. LocalCMD_BarTitle.TextStrokeTransparency = 0
  615.  
  616. TheLocal.Name = "TheLocal"
  617. TheLocal.Parent = Main
  618. TheLocal.BackgroundColor3 = Color3.new(1, 1, 1)
  619. TheLocal.BackgroundTransparency = 0.5
  620. TheLocal.BorderSizePixel = 0
  621. TheLocal.Position = UDim2.new(0.344114006, 0, 0.900033236, 0)
  622. TheLocal.Size = UDim2.new(0, 104, 0, 22)
  623. TheLocal.Font = Enum.Font.SourceSans
  624. TheLocal.FontSize = Enum.FontSize.Size14
  625. TheLocal.Text = "MORE LOCAL COMMANDS"
  626. TheLocal.TextColor3 = Color3.new(1, 1, 1)
  627. TheLocal.TextScaled = true
  628. TheLocal.TextStrokeTransparency = 0
  629. TheLocal.TextWrapped = true
  630.  
  631. CrimG.Name = "CrimG"
  632. CrimG.Parent = Main
  633. CrimG.BackgroundColor3 = Color3.new(1, 1, 1)
  634. CrimG.BackgroundTransparency = 0.5
  635. CrimG.BorderSizePixel = 0
  636. CrimG.Position = UDim2.new(0.671616912, 0, 0.900033236, 0)
  637. CrimG.Size = UDim2.new(0, 104, 0, 22)
  638. CrimG.Font = Enum.Font.SourceSans
  639. CrimG.FontSize = Enum.FontSize.Size14
  640. CrimG.Text = "FORCE CRIMINAL PLAYER"
  641. CrimG.TextColor3 = Color3.new(1, 1, 1)
  642. CrimG.TextScaled = true
  643. CrimG.TextStrokeTransparency = 0
  644. CrimG.TextWrapped = true
  645.  
  646. tpgui.Name = "tpgui"
  647. tpgui.Parent = Main
  648. tpgui.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  649. tpgui.BorderSizePixel = 0
  650. tpgui.Position = UDim2.new(-0.458579868, 0, 0.215946838, 0)
  651. tpgui.Size = UDim2.new(0, 155, 0, 198)
  652.  
  653. TPtileBar.Name = "TPtileBar"
  654. TPtileBar.Parent = tpgui
  655. TPtileBar.BackgroundColor3 = Color3.new(0, 0, 0)
  656. TPtileBar.BackgroundTransparency = 0.5
  657. TPtileBar.BorderSizePixel = 0
  658. TPtileBar.Position = UDim2.new(0.0064516128, 0, 0.14952904, 0)
  659. TPtileBar.Size = UDim2.new(0, 154, 0, 1)
  660. TPtileBar.Font = Enum.Font.SourceSans
  661. TPtileBar.FontSize = Enum.FontSize.Size14
  662. TPtileBar.Text = ""
  663. TPtileBar.TextColor3 = Color3.new(0, 0, 0)
  664.  
  665. TPYEET.Name = "TPYEET"
  666. TPYEET.Parent = tpgui
  667. TPYEET.BackgroundColor3 = Color3.new(1, 1, 1)
  668. TPYEET.BackgroundTransparency = 0.5
  669. TPYEET.BorderSizePixel = 0
  670. TPYEET.Position = UDim2.new(0.0580645166, 0, 0.560606062, 0)
  671. TPYEET.Size = UDim2.new(0, 140, 0, 50)
  672. TPYEET.Font = Enum.Font.SourceSansLight
  673. TPYEET.FontSize = Enum.FontSize.Size14
  674. TPYEET.Text = "TELEPORT"
  675. TPYEET.TextColor3 = Color3.new(1, 1, 1)
  676. TPYEET.TextScaled = true
  677. TPYEET.TextStrokeTransparency = 0
  678. TPYEET.TextWrapped = true
  679.  
  680. UserHolderTP.Name = "UserHolderTP"
  681. UserHolderTP.Parent = tpgui
  682. UserHolderTP.BackgroundColor3 = Color3.new(0.0156863, 0.0156863, 0.0156863)
  683. UserHolderTP.BorderSizePixel = 0
  684. UserHolderTP.Position = UDim2.new(0.0516129024, 0, 0.451651365, 0)
  685. UserHolderTP.Size = UDim2.new(0, 139, 0, 3)
  686. UserHolderTP.Font = Enum.Font.SourceSans
  687. UserHolderTP.FontSize = Enum.FontSize.Size14
  688. UserHolderTP.Text = ""
  689. UserHolderTP.TextColor3 = Color3.new(0, 0, 0)
  690.  
  691. InsertUserTP.Name = "InsertUserTP"
  692. InsertUserTP.Parent = tpgui
  693. InsertUserTP.BackgroundColor3 = Color3.new(1, 1, 1)
  694. InsertUserTP.BackgroundTransparency = 1
  695. InsertUserTP.BorderSizePixel = 0
  696. InsertUserTP.Position = UDim2.new(0.0064516128, 0, 0.186868697, 0)
  697. InsertUserTP.Size = UDim2.new(0, 154, 0, 50)
  698. InsertUserTP.Font = Enum.Font.SourceSansLight
  699. InsertUserTP.FontSize = Enum.FontSize.Size14
  700. InsertUserTP.Text = "USERNAME"
  701. InsertUserTP.TextColor3 = Color3.new(1, 1, 1)
  702. InsertUserTP.TextScaled = true
  703. InsertUserTP.TextWrapped = true
  704.  
  705. TpTitle.Name = "TpTitle"
  706. TpTitle.Parent = tpgui
  707. TpTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  708. TpTitle.BackgroundTransparency = 1
  709. TpTitle.BorderSizePixel = 0
  710. TpTitle.Position = UDim2.new(0.0064516128, 0, 0, 0)
  711. TpTitle.Size = UDim2.new(0, 154, 0, 31)
  712. TpTitle.Font = Enum.Font.SourceSansLight
  713. TpTitle.FontSize = Enum.FontSize.Size14
  714. TpTitle.Text = "TELEPORT GUI"
  715. TpTitle.TextColor3 = Color3.new(1, 1, 1)
  716. TpTitle.TextScaled = true
  717. TpTitle.TextStrokeTransparency = 0
  718. TpTitle.TextWrapped = true
  719.  
  720. RightSepBarTp.Name = "RightSepBarTp"
  721. RightSepBarTp.Parent = tpgui
  722. RightSepBarTp.BackgroundColor3 = Color3.new(1, 1, 1)
  723. RightSepBarTp.BackgroundTransparency = 0.5
  724. RightSepBarTp.BorderSizePixel = 0
  725. RightSepBarTp.Position = UDim2.new(0.993548393, 0, 0.0757575706, 0)
  726. RightSepBarTp.Size = UDim2.new(0, 1, 0, 167)
  727. RightSepBarTp.Font = Enum.Font.SourceSans
  728. RightSepBarTp.FontSize = Enum.FontSize.Size14
  729. RightSepBarTp.Text = ""
  730. RightSepBarTp.TextColor3 = Color3.new(0, 0, 0)
  731.  
  732. TpHideButton.Name = "TpHideButton"
  733. TpHideButton.Parent = tpgui
  734. TpHideButton.BackgroundColor3 = Color3.new(1, 0.34902, 0.34902)
  735. TpHideButton.BackgroundTransparency = 0.30000001192093
  736. TpHideButton.BorderSizePixel = 0
  737. TpHideButton.Position = UDim2.new(0.0322580636, 0, 0.89015615, 0)
  738. TpHideButton.Size = UDim2.new(0, 146, 0, 18)
  739. TpHideButton.Font = Enum.Font.SourceSansLight
  740. TpHideButton.FontSize = Enum.FontSize.Size14
  741. TpHideButton.Text = "HIDE"
  742. TpHideButton.TextColor3 = Color3.new(1, 1, 1)
  743. TpHideButton.TextScaled = true
  744. TpHideButton.TextStrokeTransparency = 0
  745. TpHideButton.TextWrapped = true
  746.  
  747. AmokahsLogo.Name = "AmokahsLogo"
  748. AmokahsLogo.Parent = Main
  749. AmokahsLogo.BackgroundColor3 = Color3.new(1, 1, 1)
  750. AmokahsLogo.BackgroundTransparency = 1
  751. AmokahsLogo.BorderSizePixel = 0
  752. AmokahsLogo.Position = UDim2.new(0.0177514795, 0, 0, 0)
  753. AmokahsLogo.Size = UDim2.new(0, 34, 0, 35)
  754. AmokahsLogo.Image = "rbxassetid://2715559615"
  755.  
  756. SuperPunch.Name = "SuperPunch"
  757. SuperPunch.Parent = Main
  758. SuperPunch.BackgroundColor3 = Color3.new(1, 1, 1)
  759. SuperPunch.BackgroundTransparency = 0.5
  760. SuperPunch.BorderSizePixel = 0
  761. SuperPunch.Position = UDim2.new(0.511219442, 0, 0.58801502, 0)
  762. SuperPunch.Size = UDim2.new(0, 158, 0, 22)
  763. SuperPunch.Font = Enum.Font.SourceSans
  764. SuperPunch.FontSize = Enum.FontSize.Size14
  765. SuperPunch.Text = "SUPER PUNCH"
  766. SuperPunch.TextColor3 = Color3.new(1, 1, 1)
  767. SuperPunch.TextScaled = true
  768. SuperPunch.TextStrokeTransparency = 0
  769. SuperPunch.TextWrapped = true
  770.  
  771. KillAura.Name = "KillAura"
  772. KillAura.Parent = Main
  773. KillAura.BackgroundColor3 = Color3.new(1, 1, 1)
  774. KillAura.BackgroundTransparency = 0.5
  775. KillAura.BorderColor3 = Color3.new(1, 0, 0)
  776. KillAura.BorderSizePixel = 0
  777. KillAura.Position = UDim2.new(0.511219442, 0, 0.262595385, 0)
  778. KillAura.Size = UDim2.new(0, 157, 0, 22)
  779. KillAura.Font = Enum.Font.SourceSans
  780. KillAura.FontSize = Enum.FontSize.Size14
  781. KillAura.Text = "TOGGABLE KILL AURA 'P'"
  782. KillAura.TextColor3 = Color3.new(1, 1, 1)
  783. KillAura.TextScaled = true
  784. KillAura.TextStrokeTransparency = 0
  785. KillAura.TextWrapped = true
  786.  
  787. BeCriminal.Name = "BeCriminal"
  788. BeCriminal.Parent = Main
  789. BeCriminal.BackgroundColor3 = Color3.new(1, 1, 1)
  790. BeCriminal.BackgroundTransparency = 0.5
  791. BeCriminal.BorderSizePixel = 0
  792. BeCriminal.Position = UDim2.new(0.514421463, 0, 0.696629226, 0)
  793. BeCriminal.Size = UDim2.new(0, 74, 0, 22)
  794. BeCriminal.Font = Enum.Font.SourceSans
  795. BeCriminal.FontSize = Enum.FontSize.Size14
  796. BeCriminal.Text = "CRIMINAL"
  797. BeCriminal.TextColor3 = Color3.new(1, 1, 1)
  798. BeCriminal.TextScaled = true
  799. BeCriminal.TextStrokeTransparency = 0
  800. BeCriminal.TextWrapped = true
  801.  
  802. BeGuard.Name = "BeGuard"
  803. BeGuard.Parent = Main
  804. BeGuard.BackgroundColor3 = Color3.new(1, 1, 1)
  805. BeGuard.BackgroundTransparency = 0.5
  806. BeGuard.BorderSizePixel = 0
  807. BeGuard.Position = UDim2.new(0.0177514795, 0, 0.696629226, 0)
  808. BeGuard.Size = UDim2.new(0, 77, 0, 22)
  809. BeGuard.Font = Enum.Font.SourceSans
  810. BeGuard.FontSize = Enum.FontSize.Size14
  811. BeGuard.Text = "GUARD"
  812. BeGuard.TextColor3 = Color3.new(1, 1, 1)
  813. BeGuard.TextScaled = true
  814. BeGuard.TextStrokeTransparency = 0
  815. BeGuard.TextWrapped = true
  816.  
  817. BeInmate.Name = "BeInmate"
  818. BeInmate.Parent = Main
  819. BeInmate.BackgroundColor3 = Color3.new(1, 1, 1)
  820. BeInmate.BackgroundTransparency = 0.5
  821. BeInmate.BorderSizePixel = 0
  822. BeInmate.Position = UDim2.new(0.268615901, 0, 0.696629226, 0)
  823. BeInmate.Size = UDim2.new(0, 74, 0, 22)
  824. BeInmate.Font = Enum.Font.SourceSans
  825. BeInmate.FontSize = Enum.FontSize.Size14
  826. BeInmate.Text = "INMATE"
  827. BeInmate.TextColor3 = Color3.new(1, 1, 1)
  828. BeInmate.TextScaled = true
  829. BeInmate.TextStrokeTransparency = 0
  830. BeInmate.TextWrapped = true
  831.  
  832. ArrestAll.Name = "ArrestAll"
  833. ArrestAll.Parent = Main
  834. ArrestAll.BackgroundColor3 = Color3.new(1, 1, 1)
  835. ArrestAll.BackgroundTransparency = 0.5
  836. ArrestAll.BorderSizePixel = 0
  837. ArrestAll.Position = UDim2.new(0.511834323, 0, 0.370786548, 0)
  838. ArrestAll.Size = UDim2.new(0, 159, 0, 22)
  839. ArrestAll.Font = Enum.Font.SourceSans
  840. ArrestAll.FontSize = Enum.FontSize.Size14
  841. ArrestAll.Text = "ARREST ALL"
  842. ArrestAll.TextColor3 = Color3.new(1, 1, 1)
  843. ArrestAll.TextScaled = true
  844. ArrestAll.TextStrokeTransparency = 0
  845. ArrestAll.TextWrapped = true
  846.  
  847. InvGuns.Name = "InvGuns"
  848. InvGuns.Parent = Main
  849. InvGuns.BackgroundColor3 = Color3.new(1, 1, 1)
  850. InvGuns.BackgroundTransparency = 0.5
  851. InvGuns.BorderSizePixel = 0
  852. InvGuns.Position = UDim2.new(0.508875728, 0, 0.16104874, 0)
  853. InvGuns.Size = UDim2.new(0, 159, 0, 22)
  854. InvGuns.Font = Enum.Font.SourceSans
  855. InvGuns.FontSize = Enum.FontSize.Size14
  856. InvGuns.Text = "TURN GUNS INVIS (Unequip first)"
  857. InvGuns.TextColor3 = Color3.new(1, 1, 1)
  858. InvGuns.TextScaled = true
  859. InvGuns.TextStrokeTransparency = 0
  860. InvGuns.TextWrapped = true
  861.  
  862. CrimPunch.Name = "CrimPunch"
  863. CrimPunch.Parent = Main
  864. CrimPunch.BackgroundColor3 = Color3.new(1, 1, 1)
  865. CrimPunch.BackgroundTransparency = 0.5
  866. CrimPunch.BorderSizePixel = 0
  867. CrimPunch.Position = UDim2.new(0.508260846, 0, 0.481702745, 0)
  868. CrimPunch.Size = UDim2.new(0, 158, 0, 22)
  869. CrimPunch.Font = Enum.Font.SourceSans
  870. CrimPunch.FontSize = Enum.FontSize.Size14
  871. CrimPunch.Text = "REMOVE TOOLS"
  872. CrimPunch.TextColor3 = Color3.new(1, 1, 1)
  873. CrimPunch.TextScaled = true
  874. CrimPunch.TextStrokeTransparency = 0
  875. CrimPunch.TextWrapped = true
  876.  
  877. Trans.Name = "Trans"
  878. Trans.Parent = Main
  879. Trans.BackgroundColor3 = Color3.new(1, 0.458824, 0.439216)
  880. Trans.BackgroundTransparency = 0.5
  881. Trans.BorderSizePixel = 0
  882. Trans.Position = UDim2.new(0.64462477, 0, 0.0199335553, 0)
  883. Trans.Size = UDim2.new(0, 80, 0, 25)
  884. Trans.Font = Enum.Font.SourceSans
  885. Trans.FontSize = Enum.FontSize.Size14
  886. Trans.Text = "TRANSPARENT"
  887. Trans.TextColor3 = Color3.new(1, 1, 1)
  888. Trans.TextScaled = true
  889. Trans.TextStrokeTransparency = 0
  890. Trans.TextWrapped = true
  891.  
  892. Open.Name = "Open"
  893. Open.Parent = PrisonGui
  894. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  895. Open.BackgroundTransparency = 1
  896. Open.BorderSizePixel = 0
  897. Open.Position = UDim2.new(0, 0, 0.915841579, 0)
  898. Open.Size = UDim2.new(0, 154, 0, 34)
  899.  
  900. OpenGUI.Name = "OpenGUI"
  901. OpenGUI.Parent = Open
  902. OpenGUI.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  903. OpenGUI.BackgroundTransparency = 0.5
  904. OpenGUI.BorderSizePixel = 0
  905. OpenGUI.Size = UDim2.new(0, 154, 0, 34)
  906. OpenGUI.Font = Enum.Font.SourceSansLight
  907. OpenGUI.FontSize = Enum.FontSize.Size14
  908. OpenGUI.Text = "OPEN"
  909. OpenGUI.TextColor3 = Color3.new(1, 1, 1)
  910. OpenGUI.TextScaled = true
  911. OpenGUI.TextStrokeTransparency = 0
  912. OpenGUI.TextWrapped = true
  913.  
  914. Credit.Name = "Credit"
  915. Credit.Parent = PrisonGui
  916. Credit.BackgroundColor3 = Color3.new(1, 1, 1)
  917. Credit.BackgroundTransparency = 1
  918. Credit.BorderSizePixel = 0
  919. Credit.Position = UDim2.new(0, 0, 0.589113653, 0)
  920. Credit.Size = UDim2.new(0, 156, 0, 43)
  921. Credit.Font = Enum.Font.SourceSansSemibold
  922. Credit.FontSize = Enum.FontSize.Size14
  923. Credit.Text = "Lame Prison Life GUI by Amokah"
  924. Credit.TextColor3 = Color3.new(0, 0.764706, 0.776471)
  925. Credit.TextScaled = true
  926. Credit.TextStrokeTransparency = 0.80000001192093
  927. Credit.TextTransparency = 0.5
  928. Credit.TextWrapped = true
  929. Credit.TextXAlignment = Enum.TextXAlignment.Left
  930.  
  931. Dino.Name = "Dino"
  932. Dino.Parent = PrisonGui
  933. Dino.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  934. Dino.BackgroundTransparency = 0.80000001192093
  935. Dino.BorderColor3 = Color3.new(1, 0, 0)
  936. Dino.BorderSizePixel = 5
  937. Dino.Position = UDim2.new(0, 0, 0.343575954, 0)
  938. Dino.Size = UDim2.new(0, 1025, 0, 101)
  939. Dino.Visible = false
  940. Dino.Font = Enum.Font.SourceSans
  941. Dino.FontSize = Enum.FontSize.Size14
  942. Dino.Text = "This GUI is not the best with FREE exploits. It's mainly for paid exploits, such as Visenya, Synapse, etc. If you are using a free lua executor with this, then don't be surprised if something does not work correctly, please note, if anyone has uploaded this with their own link, that is not 'https://pastebin.com/JS5SYqaU' then you won't get the newest release of my crappy GUI, but anyway, good luck and have fun with this I guess."
  943. Dino.TextColor3 = Color3.new(1, 1, 1)
  944. Dino.TextScaled = true
  945. Dino.TextStrokeTransparency = 0.80000001192093
  946. Dino.TextTransparency = 0.80000001192093
  947. Dino.TextWrapped = true
  948.  
  949. KA.Name = "KA"
  950. KA.Parent = PrisonGui
  951. KA.BackgroundColor3 = Color3.new(1, 1, 1)
  952. KA.BackgroundTransparency = 1
  953. KA.BorderSizePixel = 0
  954. KA.Position = UDim2.new(0, 0, 0.640399575, 0)
  955. KA.Size = UDim2.new(0, 162, 0, 62)
  956.  
  957. NameOfKa.Name = "NameOfKa"
  958. NameOfKa.Parent = KA
  959. NameOfKa.BackgroundColor3 = Color3.new(1, 1, 1)
  960. NameOfKa.BackgroundTransparency = 1
  961. NameOfKa.BorderSizePixel = 0
  962. NameOfKa.Position = UDim2.new(0, 0, 0.419354856, 0)
  963. NameOfKa.Size = UDim2.new(0, 157, 0, 30)
  964. NameOfKa.Font = Enum.Font.SourceSans
  965. NameOfKa.FontSize = Enum.FontSize.Size14
  966. NameOfKa.Text = "KILL AURA "
  967. NameOfKa.TextColor3 = Color3.new(0.72549, 0.329412, 0.337255)
  968. NameOfKa.TextScaled = true
  969. NameOfKa.TextStrokeColor3 = Color3.new(0.333333, 0, 0)
  970. NameOfKa.TextStrokeTransparency = 0.5
  971. NameOfKa.TextWrapped = true
  972. NameOfKa.TextXAlignment = Enum.TextXAlignment.Left
  973.  
  974. TrueOrFalse.Name = "TrueOrFalse"
  975. TrueOrFalse.Parent = KA
  976. TrueOrFalse.BackgroundColor3 = Color3.new(1, 1, 1)
  977. TrueOrFalse.BackgroundTransparency = 1
  978. TrueOrFalse.BorderSizePixel = 0
  979. TrueOrFalse.Position = UDim2.new(0, 0, 0.913856268, 0)
  980. TrueOrFalse.Size = UDim2.new(0, 148, 0, 33)
  981. TrueOrFalse.Font = Enum.Font.SourceSans
  982. TrueOrFalse.FontSize = Enum.FontSize.Size14
  983. TrueOrFalse.Text = "nil"
  984. TrueOrFalse.TextColor3 = Color3.new(1, 0.278431, 0.278431)
  985. TrueOrFalse.TextScaled = true
  986. TrueOrFalse.TextStrokeTransparency = 0.5
  987. TrueOrFalse.TextWrapped = true
  988. TrueOrFalse.TextXAlignment = Enum.TextXAlignment.Left
  989.  
  990. TeamGUIOC.Name = "TeamGUIOC"
  991. TeamGUIOC.Parent = PrisonGui
  992. TeamGUIOC.BackgroundColor3 = Color3.new(1, 1, 1)
  993. TeamGUIOC.BackgroundTransparency = 1
  994. TeamGUIOC.BorderSizePixel = 0
  995. TeamGUIOC.Position = UDim2.new(0.00132625992, 0, 0.759765625, 0)
  996. TeamGUIOC.Size = UDim2.new(0, 156, 0, 33)
  997.  
  998. TeamOPorCL.Name = "TeamOPorCL"
  999. TeamOPorCL.Parent = TeamGUIOC
  1000. TeamOPorCL.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  1001. TeamOPorCL.BackgroundTransparency = 0.5
  1002. TeamOPorCL.BorderColor3 = Color3.new(0.568627, 0.176471, 0.568627)
  1003. TeamOPorCL.BorderSizePixel = 0
  1004. TeamOPorCL.Position = UDim2.new(-5.00802327972, 5, 5.12121212, 5)
  1005. TeamOPorCL.Size = UDim2.new(0, 156, 0, 32)
  1006. TeamOPorCL.Font = Enum.Font.SourceSansLight
  1007. TeamOPorCL.FontSize = Enum.FontSize.Size14
  1008. TeamOPorCL.Text = "Open/Close STAY ON TEAM GUI"
  1009. TeamOPorCL.TextColor3 = Color3.new(1, 1, 1)
  1010. TeamOPorCL.TextScaled = true
  1011. TeamOPorCL.TextStrokeTransparency = 0
  1012. TeamOPorCL.TextWrapped = true
  1013.  
  1014. TeamMain.Name = "TeamMain"
  1015. TeamMain.Parent = PrisonGui
  1016. TeamMain.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  1017. TeamMain.BorderSizePixel = 0
  1018. TeamMain.Position = UDim2.new(0, 0, 0.291015625, 0)
  1019. TeamMain.Size = UDim2.new(0, 214, 0, 152)
  1020. TeamMain.Visible = false
  1021.  
  1022. TextLabel.Parent = TeamMain
  1023. TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  1024. TextLabel.BackgroundTransparency = 0.5
  1025. TextLabel.BorderSizePixel = 0
  1026. TextLabel.Position = UDim2.new(0.104430377, 0, 0.203947365, 0)
  1027. TextLabel.Size = UDim2.new(0, 169, 0, 3)
  1028. TextLabel.Font = Enum.Font.SourceSans
  1029. TextLabel.FontSize = Enum.FontSize.Size14
  1030. TextLabel.Text = ""
  1031. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  1032.  
  1033. TextLabel_2.Parent = TeamMain
  1034. TextLabel_2.BackgroundColor3 = Color3.new(0, 0, 0)
  1035. TextLabel_2.BackgroundTransparency = 1
  1036. TextLabel_2.BorderSizePixel = 0
  1037. TextLabel_2.Size = UDim2.new(0, 214, 0, 31)
  1038. TextLabel_2.Font = Enum.Font.SourceSansLight
  1039. TextLabel_2.FontSize = Enum.FontSize.Size14
  1040. TextLabel_2.Text = "Stay On Team GUI"
  1041. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  1042. TextLabel_2.TextScaled = true
  1043. TextLabel_2.TextStrokeTransparency = 0
  1044. TextLabel_2.TextWrapped = true
  1045.  
  1046. SOG.Name = "SOG"
  1047. SOG.Parent = TeamMain
  1048. SOG.BackgroundColor3 = Color3.new(0.52549, 0.756863, 1)
  1049. SOG.BackgroundTransparency = 0.5
  1050. SOG.BorderSizePixel = 0
  1051. SOG.Position = UDim2.new(0, 0, 0.223684207, 0)
  1052. SOG.Size = UDim2.new(0, 214, 0, 25)
  1053. SOG.Font = Enum.Font.SourceSansLight
  1054. SOG.FontSize = Enum.FontSize.Size14
  1055. SOG.Text = "Stay on guards team!"
  1056. SOG.TextColor3 = Color3.new(1, 1, 1)
  1057. SOG.TextScaled = true
  1058. SOG.TextStrokeTransparency = 0
  1059. SOG.TextWrapped = true
  1060.  
  1061. SOC.Name = "SOC"
  1062. SOC.Parent = TeamMain
  1063. SOC.BackgroundColor3 = Color3.new(1, 0.235294, 0.235294)
  1064. SOC.BackgroundTransparency = 0.5
  1065. SOC.BorderSizePixel = 0
  1066. SOC.Position = UDim2.new(0, 0, 0.394416004, 0)
  1067. SOC.Size = UDim2.new(0, 214, 0, 25)
  1068. SOC.Font = Enum.Font.SourceSansLight
  1069. SOC.FontSize = Enum.FontSize.Size14
  1070. SOC.Text = "Stay on criminals team!"
  1071. SOC.TextColor3 = Color3.new(1, 1, 1)
  1072. SOC.TextScaled = true
  1073. SOC.TextStrokeTransparency = 0
  1074. SOC.TextWrapped = true
  1075.  
  1076. SOI.Name = "SOI"
  1077. SOI.Parent = TeamMain
  1078. SOI.BackgroundColor3 = Color3.new(1, 0.831373, 0.494118)
  1079. SOI.BackgroundTransparency = 0.5
  1080. SOI.BorderSizePixel = 0
  1081. SOI.Position = UDim2.new(0, 0, 0.559050083, 0)
  1082. SOI.Size = UDim2.new(0, 214, 0, 25)
  1083. SOI.Font = Enum.Font.SourceSansLight
  1084. SOI.FontSize = Enum.FontSize.Size14
  1085. SOI.Text = "Stay on inmates team!"
  1086. SOI.TextColor3 = Color3.new(1, 1, 1)
  1087. SOI.TextScaled = true
  1088. SOI.TextStrokeTransparency = 0
  1089. SOI.TextWrapped = true
  1090.  
  1091. Disable.Name = "Disable"
  1092. Disable.Parent = TeamMain
  1093. Disable.BackgroundColor3 = Color3.new(0.615686, 0.407843, 0.411765)
  1094. Disable.BackgroundTransparency = 0.5
  1095. Disable.BorderSizePixel = 0
  1096. Disable.Position = UDim2.new(0, 0, 0.801872253, 0)
  1097. Disable.Size = UDim2.new(0, 214, 0, 29)
  1098. Disable.Font = Enum.Font.SourceSansSemibold
  1099. Disable.FontSize = Enum.FontSize.Size14
  1100. Disable.Text = "Disable"
  1101. Disable.TextColor3 = Color3.new(1, 1, 1)
  1102. Disable.TextScaled = true
  1103. Disable.TextStrokeTransparency = 0
  1104. Disable.TextWrapped = true
  1105.  
  1106.  
  1107. Main.Position = UDim2.new(0.345, 0,2.204, 0)
  1108. TeamOPorCL.Visible = false
  1109. TeamMain.Visible = false
  1110. TeamGUIOC.Visible = false
  1111. LocalCommands.Visible = false
  1112. ForceCgui.Visible = false
  1113. tpgui.Visible = false
  1114. KA.Visible = true
  1115. TrueOrFalse.Text = "nil"
  1116. TrueOrFalse.TextColor3 = Color3.new(255, 0, 191)
  1117.  
  1118. wait(0.5)
  1119. Dino.Visible = true
  1120. Dino.TextTransparency = 0.8
  1121. Dino.TextStrokeTransparency = 0.8
  1122. wait(0.1)
  1123. Dino.TextTransparency = 0.7
  1124. Dino.TextStrokeTransparency = 0.7
  1125. wait(0.1)
  1126. Dino.TextTransparency = 0.6
  1127. Dino.TextStrokeTransparency = 0.6
  1128. wait(0.1)
  1129. Dino.TextTransparency = 0.5
  1130. Dino.TextStrokeTransparency = 0.5
  1131. wait(0.1)
  1132. Dino.TextTransparency = 0.4
  1133. Dino.TextStrokeTransparency = 0.4
  1134. wait(0.1)
  1135. Dino.TextTransparency = 0.3
  1136. Dino.TextStrokeTransparency = 0.3
  1137. wait(0.1)
  1138. Dino.TextTransparency = 0.2
  1139. Dino.TextStrokeTransparency = 0.2
  1140. wait(0.1)
  1141. Dino.TextTransparency = 0.1
  1142. Dino.TextStrokeTransparency = 0.1
  1143.  
  1144. wait(5)
  1145.  
  1146. Dino.TextTransparency = 0.1
  1147. Dino.TextStrokeTransparency = 0.1
  1148. wait(0.1)
  1149. Dino.TextTransparency = 0.2
  1150. Dino.TextStrokeTransparency = 0.2
  1151. wait(0.1)
  1152. Dino.TextTransparency = 0.3
  1153. Dino.TextStrokeTransparency = 0.3
  1154. wait(0.1)
  1155. Dino.TextTransparency = 0.4
  1156. Dino.TextStrokeTransparency = 0.4
  1157. wait(0.1)
  1158. Dino.TextTransparency = 0.5
  1159. Dino.TextStrokeTransparency = 0.5
  1160. wait(0.1)
  1161. Dino.TextTransparency = 0.6
  1162. Dino.TextStrokeTransparency = 0.6
  1163. wait(0.1)
  1164. Dino.TextTransparency = 0.7
  1165. Dino.TextStrokeTransparency = 0.7
  1166. wait(0.1)
  1167. Dino.TextTransparency = 0.8
  1168. Dino.TextStrokeTransparency = 0.8
  1169. wait(0.1)
  1170. Dino.Visible = false
  1171.  
  1172. OpenGUI.MouseButton1Down:connect(function()
  1173. Main.Visible = true
  1174.  
  1175. Main:TweenPosition(UDim2.new(0.345, 0,0.204, 0), 'Out', 'Bounce', 3)
  1176. end)
  1177.  
  1178. Close.MouseButton1Down:connect(function()
  1179. Main:TweenPosition(UDim2.new(0.345, 0,2.204, 0), 'Out', 'Bounce', 1)
  1180. wait(1)
  1181. Main.Visible = false
  1182. end)
  1183.  
  1184. CrimG.MouseButton1Down:connect(function()
  1185. ForceCgui.Visible = true
  1186. end)
  1187.  
  1188. CrimHideButton.MouseButton1Down:connect(function()
  1189. ForceCgui.Visible = false
  1190. end)
  1191.  
  1192. TheLocal.MouseButton1Down:connect(function()
  1193. if LocalCommands.Visible == false then
  1194. LocalCommands.Visible = true
  1195. elseif LocalCommands.Visible == true then
  1196. LocalCommands.Visible = false
  1197. end
  1198. end)
  1199.  
  1200. NWalk.MouseButton1Down:connect(function()
  1201. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  1202. end)
  1203.  
  1204. NexusTPbut.MouseButton1Down:connect(function()
  1205. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(879,99,2377)
  1206. end)
  1207.  
  1208. CrimBaseTPbut.MouseButton1Down:connect(function()
  1209. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-943, 96, 2055)
  1210. end)
  1211.  
  1212. tfWalk.MouseButton1Down:connect(function()
  1213. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 41
  1214. end)
  1215.  
  1216. tfJump.MouseButton1Down:connect(function()
  1217. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 75
  1218. end)
  1219.  
  1220. Njump.MouseButton1Down:connect(function()
  1221. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  1222. end)
  1223.  
  1224. GuardAreaTPbut.MouseButton1Down:connect(function()
  1225. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(802,99,2270)
  1226. end)
  1227.  
  1228. Respawn.MouseButton1Down:connect(function()
  1229. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0, -496, 0)
  1230. end)
  1231.  
  1232. ObGuns.MouseButton1Down:connect(function()
  1233. for i,v in pairs(Workspace.Prison_ITEMS.giver:GetChildren()) do
  1234.  
  1235. OwO = Workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  1236. end
  1237. end)
  1238.  
  1239. TaseBypass.MouseButton1Down:connect(function()
  1240. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
  1241. game.Players.LocalPlayer.CharacterAdded:connect(function()
  1242. game.Workspace:WaitForChild(game.Players.LocalPlayer.Name)
  1243. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
  1244. end)
  1245. end)
  1246.  
  1247. RemoveDoors.MouseButton1Down:connect(function()
  1248. Workspace.Prison_Cellblock.doors:Destroy()
  1249.  
  1250. for i,v in pairs(workspace:GetChildren())do
  1251. if v.Name == "Doors" then
  1252. v:Destroy()
  1253. end
  1254. end
  1255. end)
  1256.  
  1257. Btools.MouseButton1Down:connect(function()
  1258. local tool1 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  1259. local tool2 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  1260. local tool3 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  1261. local tool4 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  1262. local tool5 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  1263. tool1.BinType = "Clone"
  1264. tool2.BinType = "GameTool"
  1265. tool3.BinType = "Hammer"
  1266. tool4.BinType = "Script"
  1267. tool5.BinType = "Grab"
  1268. end)
  1269.  
  1270. ModGun.MouseButton1Down:connect(function()
  1271. local m = require(game:GetService('Players').LocalPlayer.Character:FindFirstChildOfClass("Tool").GunStates)
  1272. m.Damage = 100
  1273. m.MaxAmmo = math.huge
  1274. m.CurrentAmmo = math.huge
  1275. m.AutoFire = true
  1276. m.FireRate = 0
  1277. end)
  1278.  
  1279. KillAll.MouseButton1Down:connect(function()
  1280.  
  1281. workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  1282.  
  1283. game.Workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["Remington 870"].ITEMPICKUP)
  1284.  
  1285. wait(0.5)
  1286. function kill(a)
  1287. local A_1 =
  1288. {
  1289. [1] =
  1290. {
  1291. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-391.152252, 8.65560055, -83.2166901)),
  1292. ["Distance"] = 3.2524313926697,
  1293. ["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),
  1294. ["Hit"] = a.Character.Head
  1295. },
  1296. [2] =
  1297. {
  1298. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-392.481476, -8.44939327, -76.7261353)),
  1299. ["Distance"] = 3.2699294090271,
  1300. ["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),
  1301. ["Hit"] = a.Character.Head
  1302. },
  1303. [3] =
  1304. {
  1305. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-389.21701, -2.50536323, -92.2163162)),
  1306. ["Distance"] = 3.1665518283844,
  1307. ["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),
  1308. ["Hit"] = a.Character.Head
  1309. },
  1310. [4] =
  1311. {
  1312. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-393.353973, 3.13988972, -72.5452042)),
  1313. ["Distance"] = 3.3218522071838,
  1314. ["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),
  1315. ["Hit"] = a.Character.Head
  1316. },
  1317. [5] =
  1318. {
  1319. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-390.73172, 3.2097764, -85.5477524)),
  1320. ["Distance"] = 3.222757101059,
  1321. ["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),
  1322. ["Hit"] = a.Character.Head
  1323. }
  1324. }
  1325. local A_2 = game.Players.LocalPlayer.Backpack["Remington 870"]
  1326. local Event = game:GetService("ReplicatedStorage").ShootEvent
  1327. Event:FireServer(A_1, A_2)
  1328. Event:FireServer(A_1, A_2)
  1329. end
  1330.  
  1331. for i,v in pairs(game.Players:GetChildren())do
  1332. if v.Name ~= game.Players.LocalPlayer.Name then
  1333. kill(v)
  1334. end
  1335. end
  1336. wait(1)
  1337. workspace.Remote.TeamEvent:FireServer("Bright orange")
  1338.  
  1339. end)
  1340.  
  1341. TPshow.MouseButton1Down:connect(function()
  1342. tpgui.Visible = true
  1343. end)
  1344.  
  1345. TpHideButton.MouseButton1Down:connect(function()
  1346. tpgui.Visible = false
  1347. end)
  1348.  
  1349. TPYEET.MouseButton1Down:connect(function()
  1350. Target = InsertUserTP.Text
  1351.  
  1352. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[Target].Character.HumanoidRootPart.CFrame
  1353. end)
  1354.  
  1355. FLY.MouseButton1Down:connect(function()
  1356. repeat wait()
  1357. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  1358. local mouse = game.Players.LocalPlayer:GetMouse()
  1359. repeat wait() until mouse
  1360. local plr = game.Players.LocalPlayer
  1361. local torso = plr.Character.Torso
  1362. local flying = true
  1363. local deb = true
  1364. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  1365. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  1366. local maxspeed = 50
  1367. local speed = 0
  1368.  
  1369. function Fly()
  1370. local bg = Instance.new("BodyGyro", torso)
  1371. bg.P = 9e4
  1372. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  1373. bg.cframe = torso.CFrame
  1374. local bv = Instance.new("BodyVelocity", torso)
  1375. bv.velocity = Vector3.new(0,0.1,0)
  1376. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1377. repeat wait()
  1378. plr.Character.Humanoid.PlatformStand = true
  1379. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  1380. speed = speed+.5+(speed/maxspeed)
  1381. if speed > maxspeed then
  1382. speed = maxspeed
  1383. end
  1384. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  1385. speed = speed-1
  1386. if speed < 0 then
  1387. speed = 0
  1388. end
  1389. end
  1390. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  1391. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  1392. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  1393. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  1394. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  1395. else
  1396. bv.velocity = Vector3.new(0,0.1,0)
  1397. end
  1398. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  1399. until not flying
  1400. ctrl = {f = 0, b = 0, l = 0, r = 0}
  1401. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  1402. speed = 0
  1403. bg:Destroy()
  1404. bv:Destroy()
  1405. plr.Character.Humanoid.PlatformStand = false
  1406. end
  1407. mouse.KeyDown:connect(function(key)
  1408. if key:lower() == "e" then
  1409. if flying then flying = false
  1410. else
  1411. flying = true
  1412. Fly()
  1413. end
  1414. elseif key:lower() == "w" then
  1415. ctrl.f = 1
  1416. elseif key:lower() == "s" then
  1417. ctrl.b = -1
  1418. elseif key:lower() == "a" then
  1419. ctrl.l = -1
  1420. elseif key:lower() == "d" then
  1421. ctrl.r = 1
  1422. end
  1423. end)
  1424. mouse.KeyUp:connect(function(key)
  1425. if key:lower() == "w" then
  1426. ctrl.f = 0
  1427. elseif key:lower() == "s" then
  1428. ctrl.b = 0
  1429. elseif key:lower() == "a" then
  1430. ctrl.l = 0
  1431. elseif key:lower() == "d" then
  1432. ctrl.r = 0
  1433. end
  1434. end)
  1435. Fly()
  1436. end)
  1437.  
  1438. SuperPunch.MouseButton1Down:connect(function()
  1439. mainRemotes = game.ReplicatedStorage
  1440. meleeRemote = mainRemotes['meleeEvent']
  1441. mouse = game.Players.LocalPlayer:GetMouse()
  1442. punching = false
  1443. cooldown = false
  1444.  
  1445. function punch()
  1446. cooldown = true
  1447. local part = Instance.new("Part", game.Players.LocalPlayer.Character)
  1448. part.Transparency = 1
  1449. part.Size = Vector3.new(5, 2, 3)
  1450. part.CanCollide = false
  1451. local w1 = Instance.new("Weld", part)
  1452. w1.Part0 = game.Players.LocalPlayer.Character.Torso
  1453. w1.Part1 = part
  1454. w1.C1 = CFrame.new(0,0,2)
  1455. part.Touched:connect(function(hit)
  1456. if game.Players:FindFirstChild(hit.Parent.Name) then
  1457. local plr = game.Players:FindFirstChild(hit.Parent.Name)
  1458. if plr.Name ~= game.Players.LocalPlayer.Name then
  1459. part:Destroy()
  1460.  
  1461. for i = 1,100 do
  1462. meleeRemote:FireServer(plr)
  1463. end
  1464. end
  1465. end
  1466. end)
  1467.  
  1468. wait(1)
  1469. cooldown = false
  1470. part:Destroy()
  1471. end
  1472.  
  1473.  
  1474. mouse.KeyDown:connect(function(key)
  1475. if cooldown == false then
  1476. if key:lower() == "f" then
  1477.  
  1478. punch()
  1479.  
  1480. end
  1481. end
  1482. end)
  1483. end)
  1484.  
  1485. BeInmate.MouseButton1Down:connect(function()
  1486. Workspace.Remote.TeamEvent:FireServer("Bright orange")
  1487. end)
  1488.  
  1489. BeGuard.MouseButton1Down:connect(function()
  1490. Workspace.Remote.TeamEvent:FireServer("Bright blue")
  1491. end)
  1492.  
  1493. BeCriminal.MouseButton1Down:connect(function()
  1494. LCS = game.Workspace["Criminals Spawn"].SpawnLocation
  1495.  
  1496. LCS.CanCollide = false
  1497. LCS.Size = Vector3.new(51.05, 24.12, 54.76)
  1498. LCS.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1499. LCS.Transparency = 1
  1500. wait(0.5)
  1501. LCS.CFrame = CFrame.new(-920.510803, 92.2271957, 2138.27002, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1502. LCS.Size = Vector3.new(6, 0.2, 6)
  1503. LCS.Transparency = 0
  1504. end)
  1505.  
  1506. InvGuns.MouseButton1Down:connect(function()
  1507. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetDescendants())do
  1508. if v.ClassName == "Model" then
  1509. v:Destroy()
  1510. end
  1511. end
  1512.  
  1513. game.Players.LocalPlayer.Backpack.M9.Part:Destroy()
  1514.  
  1515. game.Players.LocalPlayer.Backpack.M9.Part:Destroy()
  1516. end)
  1517.  
  1518. CrimPunch.MouseButton1Down:connect(function()
  1519. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren())do
  1520. if v.ClassName == "Tool" then
  1521. v:Destroy()
  1522. end
  1523. end
  1524. end)
  1525.  
  1526. BeNeutral.MouseButton1Down:connect(function()
  1527. Workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  1528. end)
  1529.  
  1530. TeamOPorCL.MouseButton1Down:connect(function()
  1531. if TeamMain.Visible == true then
  1532.  
  1533. TeamMain:TweenPosition(UDim2.new(-0.00802327972, 0, 1.12121212, 0), 'Out', 'Bounce', 2)
  1534. wait(2)
  1535. TeamMain.Visible = false
  1536. elseif
  1537. TeamMain.Visible == false then
  1538. TeamMain:TweenPosition(UDim.new(-0.00802327972, 0, 5.12121212, 0), 'Out', 'Bounce', 2)
  1539. TeamMain.Visible = true
  1540. end
  1541. end)
  1542.  
  1543. local yee = false
  1544.  
  1545. SOC.MouseButton1Down:connect(function()
  1546. yee = true
  1547. wait(0.2)
  1548. if yee == true then
  1549. LCS = game.Workspace["Criminals Spawn"].SpawnLocation
  1550.  
  1551. LCS.CanCollide = false
  1552. LCS.Size = Vector3.new(51.05, 24.12, 54.76)
  1553. LCS.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1554. LCS.Transparency = 1
  1555. wait(0.5)
  1556. while yee do
  1557. wait(0.003)
  1558. LCS.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1559. end
  1560. LCS.CFrame = CFrame.new(-920.510803, 92.2271957, 2138.27002, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1561. LCS.Size = Vector3.new(6, 0.2, 6)
  1562. LCS.Transparency = 1
  1563. wait(2)
  1564. LCS.CFrame = CFrame.new(-920.510803, 92.2271957, 2138.27002, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1565. LCS.Size = Vector3.new(6, 0.2, 6)
  1566. LCS.Transparency = 1
  1567. end
  1568. end)
  1569.  
  1570. local GuTe = false
  1571.  
  1572. SOG.MouseButton1Down:connect(function()
  1573. if GuTe == false then
  1574. GuTe = true
  1575. if GuTe == true then
  1576. while GuTe do
  1577. wait(0.2)
  1578. Workspace.Remote.TeamEvent:FireServer("Bright blue")
  1579. end
  1580. end
  1581. end
  1582. end)
  1583.  
  1584. local InTe = false
  1585.  
  1586. SOI.MouseButton1Down:connect(function()
  1587. if InTe == false then
  1588. InTe = true
  1589. if InTe == true then
  1590. wait(0.2)
  1591. workspace.Remote.TeamEvent:FireServer("Bright orange")
  1592. end
  1593. end
  1594. end)
  1595.  
  1596. Disable.MouseButton1Down:connect(function()
  1597. InTe = false
  1598.  
  1599. GuTe = false
  1600.  
  1601. yee = false
  1602. wait(0.2)
  1603. if yee == false then
  1604. LCS.CFrame = CFrame.new(-920.510803, 92.2271957, 2138.27002, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1605. LCS.Size = Vector3.new(6, 0.2, 6)
  1606. LCS.Transparency = 1
  1607. wait(2)
  1608. LCS.CFrame = CFrame.new(-920.510803, 92.2271957, 2138.27002, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1609. LCS.Size = Vector3.new(6, 0.2, 6)
  1610. LCS.Transparency = 1
  1611. end
  1612. end)
  1613.  
  1614. Trans.MouseButton1Down:connect(function()
  1615. PLMain = Main
  1616. PLCgui = ForceCgui
  1617. PLLc = LocalCommands
  1618. PLtp = tpgui
  1619. TMain = TeamMain
  1620.  
  1621. TLble = TitleBar
  1622. LCTitleBar = LocalCMD_BarTitle
  1623. LCTitle = LocalCMD_Title
  1624.  
  1625. if LCTitle.BackgroundTransparency == 0 then
  1626. LCTitle.BackgroundTransparency = 0.5
  1627. elseif
  1628. LCTitle.BackgroundTransparency == 0.5 then
  1629. LCTitle.BackgroundTransparency = 0
  1630. end
  1631.  
  1632. if LCTitleBar.BackgroundTransparency == 0 then
  1633. LCTitleBar.BackgroundTransparency = 0.5
  1634. elseif
  1635. LCTitleBar.BackgroundTransparency == 0.5 then
  1636. LCTitleBar.BackgroundTransparency = 0
  1637. end
  1638.  
  1639. if TLble.BackgroundTransparency == 0.8 then
  1640. TLble.BackgroundTransparency = 0.5
  1641. elseif
  1642. TLble.BackgroundTransparency == 0.5 then
  1643. TLble.BackgroundTransparency = 0.8
  1644. end
  1645.  
  1646. if PLMain.BackgroundTransparency == 0 then
  1647. PLMain.BackgroundTransparency = 0.5
  1648. elseif
  1649. PLMain.BackgroundTransparency == 0.5 then
  1650. PLMain.BackgroundTransparency = 0
  1651. end
  1652.  
  1653. if PLCgui.BackgroundTransparency == 0 then
  1654. PLCgui.BackgroundTransparency = 0.5
  1655. elseif
  1656. PLCgui.BackgroundTransparency == 0.5 then
  1657. PLCgui.BackgroundTransparency = 0
  1658. end
  1659.  
  1660. if PLLc.BackgroundTransparency == 0 then
  1661. PLLc.BackgroundTransparency = 0.5
  1662. elseif
  1663. PLLc.BackgroundTransparency == 0.5 then
  1664. PLLc.BackgroundTransparency = 0
  1665. end
  1666.  
  1667. if PLtp.BackgroundTransparency == 0 then
  1668. PLtp.BackgroundTransparency = 0.5
  1669. elseif
  1670. PLtp.BackgroundTransparency == 0.5 then
  1671. PLtp.BackgroundTransparency = 0
  1672. end
  1673.  
  1674. if TMain.BackgroundTransparency == 0 then
  1675. TMain.BackgroundTransparency = 0.5
  1676. elseif
  1677. TMain.BackgroundTransparency == 0.5 then
  1678. TMain.BackgroundTransparency = 0
  1679. end
  1680. end)
  1681.  
  1682. ArrestAll.MouseButton1Down:connect(function()
  1683. wait(0.1)
  1684. Player = game.Players.LocalPlayer
  1685. Pcf = Player.Character.HumanoidRootPart.CFrame
  1686. for i,v in pairs(game.Teams.Criminals:GetPlayers()) do
  1687. if v.Name ~= Player.Name then
  1688. local i = 10
  1689. repeat
  1690. wait()
  1691. i = i-1
  1692. game.Workspace.Remote.arrest:InvokeServer(v.Character.HumanoidRootPart)
  1693. Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  1694. until i == 0
  1695. end
  1696. end
  1697. end)
  1698.  
  1699. KillAura.MouseButton1Down:connect(function()
  1700. TrueOrFalse.Text = "FALSE"
  1701. TrueOrFalse.TextColor3 = Color3.new(0.768628, 0.156863, 0.109804)
  1702.  
  1703. mainRemotes = game.ReplicatedStorage
  1704. meleeRemote = mainRemotes['meleeEvent']
  1705.  
  1706. _G.killAura = false
  1707.  
  1708. contextactionservice = game.ContextActionService
  1709.  
  1710. function toggleKillAura(actionName, inputState, inputObject)
  1711. if inputState == Enum.UserInputState.Begin then
  1712. if _G.killAura == true then
  1713. _G.killAura = false
  1714. TrueOrFalse.Text = "FALSE"
  1715. TrueOrFalse.TextColor3 = Color3.new(0.768628, 0.156863, 0.109804)
  1716. else
  1717. _G.killAura = true
  1718. TrueOrFalse.Text = "TRUE"
  1719. TrueOrFalse.TextColor3 = Color3.new(0.6, 0.992157, 0.541176)
  1720. end
  1721. end
  1722. end
  1723.  
  1724.  
  1725.  
  1726. contextactionservice:BindAction('ToggleKillAura', toggleKillAura, false, Enum.KeyCode.P)
  1727.  
  1728. while wait() do
  1729. if _G.killAura == true then
  1730. for _, plr in pairs (game:GetService('Players'):GetChildren()) do
  1731. if plr.Name ~= game.Players.LocalPlayer.Name then
  1732. meleeRemote:FireServer(plr)
  1733.  
  1734. end
  1735. end
  1736. end
  1737. end
  1738. end)
  1739.  
  1740. local istptoplr = false
  1741. local metoplr = false
  1742.  
  1743. TextButton.MouseButton1Down:connect(function()
  1744. Target = InsertUser.Text
  1745.  
  1746. _G.killAura = true
  1747. wait(0.2)
  1748.  
  1749. Apart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1750. Apart.Transparency = 1
  1751. Apart.Anchored = true
  1752. Apart.CanCollide = false
  1753. wait(0.3)
  1754. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[Target].Character.HumanoidRootPart.CFrame
  1755.  
  1756. istptoplr = true
  1757. wait(0.004)
  1758.  
  1759. if game.Players.LocalPlayer.Team.TeamColor == "Bright orange" then
  1760. wait(6)
  1761. workspace.Remote.TeamEvent:FireServer("Bright orange")
  1762. elseif
  1763. game.Players.LocalPlayer.Team.TeamColor == "Bright blue" then
  1764. workspace.Remote.TeamEvent:FireServer("Bright blue")
  1765. end
  1766.  
  1767. if istptoplr == true then
  1768. while istptoplr do
  1769. wait()
  1770.  
  1771. game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = game.Players[Target].Character.HumanoidRootPart.CFrame
  1772.  
  1773. LCS = game.Workspace["Criminals Spawn"].SpawnLocation
  1774.  
  1775. LCS.CanCollide = false
  1776. LCS.Size = Vector3.new(51.05, 24.12, 54.76)
  1777. LCS.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1778. LCS.Transparency = 1
  1779.  
  1780. wait(2)
  1781.  
  1782. istptoplr = false
  1783. _G.killAura = false
  1784.  
  1785. wait(0.04)
  1786.  
  1787. if istptoplr == false then
  1788. LCS.CFrame = CFrame.new(-920.510803, 92.2271957, 2138.27002, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1789. LCS.Size = Vector3.new(6, 0.2, 6)
  1790. LCS.Transparency = 0
  1791. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Apart.CFrame
  1792. wait()
  1793. istptoplr = false
  1794. end
  1795. end
  1796. end
  1797. end)
  1798.  
  1799. TeamOPorCL:Destroy()
  1800.  
  1801.  
  1802. function dragify(Main)
  1803. dragToggle = nil
  1804. dragSpeed = .20 -- You can edit this.
  1805. dragInput = nil
  1806. dragStart = nil
  1807. dragPos = nil
  1808.  
  1809. function updateInput(input)
  1810. Delta = input.Position - dragStart
  1811. Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y)
  1812. game:GetService("TweenService"):Create(Main, TweenInfo.new(.25), {Position = Position}):Play()
  1813. end
  1814.  
  1815. Main.InputBegan:Connect(function(input)
  1816. if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) then
  1817. dragToggle = true
  1818. dragStart = input.Position
  1819. startPos = Main.Position
  1820. input.Changed:Connect(function()
  1821. if (input.UserInputState == Enum.UserInputState.End) then
  1822. dragToggle = false
  1823. end
  1824. end)
  1825. end
  1826. end)
  1827.  
  1828. Main.InputChanged:Connect(function(input)
  1829. if (input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch) then
  1830. dragInput = input
  1831. end
  1832. end)
  1833.  
  1834. game:GetService("UserInputService").InputChanged:Connect(function(input)
  1835. if (input == dragInput and dragToggle) then
  1836. updateInput(input)
  1837. end
  1838. end)
  1839. end
  1840.  
  1841. dragify(Main)
  1842. end)
  1843.  
  1844. GodMode.Name = "God Mode"
  1845. GodMode.Parent = menuguui
  1846. GodMode.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1847. GodMode.Position = UDim2.new(-0.00999778789, 0, -0.00314163789, 0)
  1848. GodMode.Size = UDim2.new(0, 160, 0, 42)
  1849. GodMode.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  1850. GodMode.Font = Enum.Font.SciFi
  1851. GodMode.Text = "God Mode"
  1852. GodMode.TextColor3 = Color3.fromRGB(0, 0, 0)
  1853. GodMode.TextSize = 14.000
  1854. GodMode.MouseButton1Down:connect(function()
  1855. -- prison life god mode by bloxploits
  1856. while wait() do
  1857. if game.Players.LocalPlayer.Character.Humanoid.Health < 99 then
  1858. local lastPos = game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart").position
  1859. local plr = game.Players.LocalPlayer.Name
  1860. local gayevent = game:GetService("Workspace").Remote.loadchar
  1861. gayevent:InvokeServer(plr)
  1862. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(lastPos)
  1863. end
  1864. end
  1865. end)
  1866.  
  1867. RevizAdminV2.Name = "Reviz Admin V2"
  1868. RevizAdminV2.Parent = menuguui
  1869. RevizAdminV2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1870. RevizAdminV2.Position = UDim2.new(-0.0108973216, 0, 0.525379062, 0)
  1871. RevizAdminV2.Size = UDim2.new(0, 160, 0, 42)
  1872. RevizAdminV2.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  1873. RevizAdminV2.Font = Enum.Font.SciFi
  1874. RevizAdminV2.Text = "Reviz Admin V2"
  1875. RevizAdminV2.TextColor3 = Color3.fromRGB(0, 0, 0)
  1876. RevizAdminV2.TextSize = 14.000
  1877. RevizAdminV2.MouseButton1Down:connect(function()
  1878. -- Creator: illremember#3799
  1879.  
  1880. -- Credits to infinite yield, harkinian, dex creators
  1881.  
  1882. prefix = ":"
  1883. wait(0.3)
  1884. Commands = {
  1885. '[-] cmdbar is shown when ; is pressed.',
  1886. '[1] kill [plr] -- You need a tool! Will kill the player, use rkill to kill you and player',
  1887. '[2] bring [plr] -- You need a tool! Will bring player to you',
  1888. '[3] spin [plr] -- You need a tool! Makes you and the player spin crazy',
  1889. '[4] unspin -- Use after using spin cmd and dying, so you stop loop teleporting',
  1890. '[5] attach [plr] -- You need a tool! Attaches you to player',
  1891. '[6] unattach [plr] -- Attempts to unattach you from a player',
  1892. '[7] follow [plr] -- Makes you follow behind the player',
  1893. '[8] unfollow',
  1894. '[9] freefall [plr] -- You need a tool! Teleports you and the player up into the air',
  1895. '[10] trail [plr] -- The opposite of follow, you stay infront of player',
  1896. '[11] untrail',
  1897. '[12] orbit [plr] -- Makes you orbit the player',
  1898. '[13] unorbit',
  1899. '[14] fling [plr] -- Makes you fling the player',
  1900. '[15] unfling',
  1901. '[16] fecheck -- Checks if the game is FE or not',
  1902. '[17] void [plr] -- Teleports player to the void',
  1903. '[18] noclip -- Gives you noclip to walk through walls',
  1904. '[19] clip -- Removes noclip',
  1905. '[20] speed [num]/ws [num] -- Changes how fast you walk 16 is default',
  1906. '[21] jumppower [num]/jp [num] -- Changes how high you jump 50 is default',
  1907. '[22] hipheight [num]/hh [num] -- Changes how high you float 0 is default',
  1908. '[23] default -- Changes your speed, jumppower and hipheight to default values',
  1909. '[24] annoy [plr] -- Loop teleports you to the player',
  1910. '[25] unannoy',
  1911. '[26] headwalk [plr] -- Loop teleports you to the player head',
  1912. '[27] unheadwalk',
  1913. '[28] nolimbs -- Removes your arms and legs',
  1914. '[29] god -- Gives you FE Godmode',
  1915. '[30] drophats -- Drops your accessories',
  1916. '[31] droptool -- Drops any tool you have equipped',
  1917. '[32] loopdhats -- Loop drops your accessories',
  1918. '[33] unloopdhats',
  1919. '[34] loopdtool -- Loop drops any tools you have equipped',
  1920. '[35] unloopdtool',
  1921. '[36] invisible -- Gives you invisibility CREDIT TO TIMELESS',
  1922. '[37] view [plr] -- Changes your camera to the player character',
  1923. '[38] unview',
  1924. '[39] goto [plr] -- Teleports you to player',
  1925. '[40] fly -- Allows you to fly, credit to Infinite Yield',
  1926. '[41] unfly',
  1927. '[42] chat [msg] -- Makes you chat a message',
  1928. '[43] spam [msg] -- Spams a message',
  1929. '[44] unspam',
  1930. '[45] spamwait [num] -- Changes delay of chatting a message for the spam command in seconds default is 1 second',
  1931. '[46] pmspam [plr] -- Spams a player in private message',
  1932. '[47] unpmspam',
  1933. '[48] cfreeze [plr] -- Freezes a player on your client, they will only be frozen for you',
  1934. '[49] uncfreeze [plr]',
  1935. '[50] unlockws -- Unlocks the workspace',
  1936. '[51] lockws -- Locks the workspace',
  1937. '[52] btools -- Gives you btools that will only show to you useful for deleting certain blocks only for you',
  1938. '[53] pstand -- Enables platform stand',
  1939. '[54] unpstand -- Disables platform stand',
  1940. '[55] blockhead -- Removes your head mesh',
  1941. '[56] sit',
  1942. '[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',
  1943. '[58] wsvis [num] -- Changes visibility of workspace parts, num should be between 0 and 1, only shows client sided',
  1944. '[59] hypertotal -- Loads in my FE GUI Hypertotal',
  1945. '[60] cmds -- Prints all commands',
  1946. '[61] rmeshhats/blockhats -- Removes the meshes of all your accessories aka block hats',
  1947. '[62] rmeshtool/blocktool -- Removes the mesh of the tool you have equipped aka block tool',
  1948. '[63] spinner -- Makes you spin',
  1949. '[64] nospinner',
  1950. '[65] reach [num] -- Gives you reach, mostly used for swords, say ;reachd for default and enter number after for custom',
  1951. '[66] noreach -- Removes reach, must have tool equipped',
  1952. '[67] rkill [plr] -- Kills you and the player, use kill to just kill the player without dying',
  1953. '[68] tp me [plr] -- Alternative to goto',
  1954. '[69] cbring [plr] -- Brings player infront of you, shows only on client, allows you to do damage to player',
  1955. '[70] uncbring',
  1956. '[71] swap [plr] -- You need a tool! Swaps players position with yours and your position with players',
  1957. '[72] givetool [plr] -- Gives the tool you have equipped to the player',
  1958. '[73] glitch [plr] -- Glitches you and the player, looks very cool',
  1959. '[74] unglitch -- Unglitches you',
  1960. '[75] grespawn -- Alternative to normal respawn and usually works best for when you want to reset with FE Godmode',
  1961. '[76] explorer -- Loads up DEX',
  1962. '[77] reset -- Resets your character.',
  1963. '[78] anim [id] -- Applies an animation on you, must be created by ROBLOX',
  1964. '[79] animgui -- Loads up Energize animations GUI',
  1965. '[80] savepos -- Saves your current position',
  1966. '[81] loadpos -- Teleports you to your saved position',
  1967. '[82] bang [plr] -- 18+ will not work if you have FE Godmode on',
  1968. '[83] unbang',
  1969. '[84] delcmdbar -- Removes the command bar completely',
  1970. '[85] bringmod [obj] -- Brings all the parts in a model, client only, comes from ;bringobj enter exact name of model',
  1971. '[86] shutdown -- Uses harkinians script to shutdown server',
  1972. '[87] respawn -- If grespawn doesnt work you can use respawn',
  1973. '[88] delobj [obj] -- Deletes a certain brick in workspace, client sided',
  1974. '[89] getplrs -- Prints all players in game',
  1975. '[90] deldecal -- Deletes all decals client sided',
  1976. '[91] opfinality -- Loads in my FE GUI Opfinality',
  1977. '[92] remotes -- Prints all remotes in the game in the console when added',
  1978. '[93] noremotes -- Stops printing remotes',
  1979. '[94] tpdefault -- Stops all loop teleports to a player',
  1980. '[95] stopsit -- Will not allow you to sit',
  1981. '[96] gosit -- Allows you to sit',
  1982. '[97] clicktp -- Enables click tp',
  1983. '[98] noclicktp -- Disables click tp',
  1984. '[99] toolson -- If any tools are dropped in the workspace you will automatically get them',
  1985. '[100] toolsoff -- Stops ;toolson',
  1986. '[101] version -- Gets the admin version',
  1987. '[102] state [num] -- Changes your humanoid state, ;unstate to stop.',
  1988. '[103] gravity [num] -- Changes workspace gravity default is 196.2',
  1989. '[104] pgs -- Checks if the game has PGSPhysicsSolverEnabled enabled',
  1990. '[105] clickdel -- Delete any block you press q on, client sided',
  1991. '[106] noclickdel -- Stops clickdel',
  1992. '[107] looprhats -- Loop removes mesh of your hats/loop block hats',
  1993. '[108] unlooprhats -- Stops loop removing mesh',
  1994. '[109] looprtool -- Loop removes mesh of your tool/loop block tools',
  1995. '[110] unlooprtool -- Stops loop removing mesh',
  1996. '[111] givealltools [plr] -- Gives all the tools you have in your backpack to the player',
  1997. '[112] age [plr] -- Makes you chat the account age of the player',
  1998. '[113] id [plr] -- Makes you chat the account ID of the player',
  1999. '[114] .age [plr] -- Privately shows you the account age of the player',
  2000. '[115] .id [plr] -- Privately shows you the account ID of the player',
  2001. '[116] gameid -- Shows the game ID',
  2002. '[117] removeinvis -- Removes all invisible walls/parts, client sided',
  2003. '[118] removefog -- Removes fog, client sided',
  2004. '[119] disable -- Disables your character by removing humanoid',
  2005. '[120] enable -- Enables your character by adding humanoid',
  2006. '[121] prefix [key] -- Changes the prefix used, default is ;',
  2007. '[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.',
  2008. '[123] flyspeed [num] -- Change your fly speed, default is 1',
  2009. '[124] carpet [plr] -- Makes you a carpet for a player, will not work if FE Godmode is on',
  2010. '[125] uncarpet -- Stops carpet player',
  2011. '[126] stare [plr] -- Turns your character to stare at another player',
  2012. '[127] unstare -- Stops stare player',
  2013. '[128] logchat -- Logs all chat (including /e and whispers) of all players',
  2014. '[129] unlogchat -- Disables logchat',
  2015. '[130] fixcam -- Fixes/resets your camera',
  2016. '[131] unstate -- Stops changing state',
  2017. }
  2018. speedget = 1
  2019.  
  2020. lplayer = game:GetService("Players").LocalPlayer
  2021.  
  2022. lplayer.CharacterAdded:Connect(function(character)
  2023. spin = false
  2024. flying = false
  2025. staring = false
  2026. banpl = false
  2027. end)
  2028.  
  2029. function change()
  2030. prefix = prefix
  2031. speedfly = speedfly
  2032. end
  2033.  
  2034. function GetPlayer(String) -- Credit to Timeless/xFunnieuss
  2035. local Found = {}
  2036. local strl = String:lower()
  2037. if strl == "all" then
  2038. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  2039. table.insert(Found,v)
  2040. end
  2041. elseif strl == "others" then
  2042. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  2043. if v.Name ~= lplayer.Name then
  2044. table.insert(Found,v)
  2045. end
  2046. end
  2047. elseif strl == "me" then
  2048. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  2049. if v.Name == lplayer.Name then
  2050. table.insert(Found,v)
  2051. end
  2052. end
  2053. else
  2054. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  2055. if v.Name:lower():sub(1, #String) == String:lower() then
  2056. table.insert(Found,v)
  2057. end
  2058. end
  2059. end
  2060. return Found
  2061. end
  2062.  
  2063. local Mouse = lplayer:GetMouse()
  2064.  
  2065. spin = false
  2066. followed = false
  2067. traill = false
  2068. noclip = false
  2069. annoying = false
  2070. hwalk = false
  2071. droppinghats = false
  2072. droppingtools = false
  2073. flying = false
  2074. spamdelay = 1
  2075. spamming = false
  2076. spammingpm = false
  2077. cbringing = false
  2078. remotes = true
  2079. added = true
  2080. binds = false
  2081. stopsitting = false
  2082. clickgoto = false
  2083. gettingtools = false
  2084. removingmeshhats = false
  2085. removingmeshtool = false
  2086. clickdel = false
  2087. staring = false
  2088. chatlogs = false
  2089. banpl = false
  2090. changingstate = false
  2091. statechosen = 0
  2092.  
  2093. adminversion = "Reviz Admin by illremember, Version 2.0"
  2094.  
  2095. flying = false
  2096. speedfly = 1
  2097.  
  2098. function plrchat(plr, chat)
  2099. print(plr.Name..": "..tick().."\n"..chat)
  2100. end
  2101.  
  2102. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  2103. v.Chatted:connect(function(chat)
  2104. if chatlogs then
  2105. plrchat(v, chat)
  2106. end
  2107. end)
  2108. end
  2109. game:GetService("Players").PlayerAdded:connect(function(plr)
  2110. plr.Chatted:connect(function(chat)
  2111. if chatlogs then
  2112. plrchat(plr, chat)
  2113. end
  2114. end)
  2115. end)
  2116.  
  2117.  
  2118. local ScreenGui = Instance.new("ScreenGui")
  2119. local Frame = Instance.new("Frame")
  2120. local CMDBAR = Instance.new("TextBox")
  2121. ScreenGui.Parent = game:GetService("CoreGui")
  2122. Frame.Parent = ScreenGui
  2123. Frame.BackgroundColor3 = Color3.new(0.3, 0.1, 0.1)
  2124. Frame.BackgroundTransparency = 0.3
  2125. Frame.Position = UDim2.new(0.5, 0, 0, 10)
  2126. Frame.Size = UDim2.new(0, 200, 0, 40)
  2127. Frame.Active = true
  2128. Frame.Draggable = true
  2129. CMDBAR.Name = "CMDBAR"
  2130. CMDBAR.Parent = Frame
  2131. CMDBAR.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  2132. CMDBAR.BackgroundTransparency = 0.20000000298023
  2133. CMDBAR.Size = UDim2.new(0, 180, 0, 20)
  2134. CMDBAR.Position = UDim2.new(0.05, 0, 0.25, 0)
  2135. CMDBAR.Font = Enum.Font.SourceSansLight
  2136. CMDBAR.FontSize = Enum.FontSize.Size14
  2137. CMDBAR.TextColor3 = Color3.new(0.945098, 0.945098, 0.945098)
  2138. CMDBAR.TextScaled = true
  2139. CMDBAR.TextSize = 14
  2140. CMDBAR.TextWrapped = true
  2141. CMDBAR.Text = "Press ; to type, Enter to execute"
  2142.  
  2143. local CMDS = Instance.new("ScreenGui")
  2144. local CMDSFRAME = Instance.new("Frame")
  2145. local ScrollingFrame = Instance.new("ScrollingFrame")
  2146. local TextLabel = Instance.new("TextLabel")
  2147. local closegui = Instance.new("TextButton")
  2148. CMDS.Name = "CMDS"
  2149. CMDS.Parent = game:GetService("CoreGui")
  2150. CMDSFRAME.Name = "CMDSFRAME"
  2151. CMDSFRAME.Parent = CMDS
  2152. CMDSFRAME.Active = true
  2153. CMDSFRAME.BackgroundColor3 = Color3.new(0.223529, 0.231373, 0.309804)
  2154. CMDSFRAME.BorderSizePixel = 0
  2155. CMDSFRAME.Draggable = true
  2156. CMDSFRAME.Position = UDim2.new(0, 315, 0, 100)
  2157. CMDSFRAME.Size = UDim2.new(0, 275, 0, 275)
  2158. CMDSFRAME.Visible = false
  2159. ScrollingFrame.Parent = CMDSFRAME
  2160. ScrollingFrame.BackgroundColor3 = Color3.new(0.160784, 0.160784, 0.203922)
  2161. ScrollingFrame.BorderSizePixel = 0
  2162. ScrollingFrame.Position = UDim2.new(0, 0, 0.0729999989, 0)
  2163. ScrollingFrame.Size = UDim2.new(1.04999995, 0, 0.92900002, 0)
  2164. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 10, 0)
  2165. TextLabel.Parent = ScrollingFrame
  2166. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  2167. TextLabel.BackgroundTransparency = 1
  2168. TextLabel.Size = UDim2.new(0.930000007, 0, 1, 0)
  2169. TextLabel.Font = Enum.Font.SourceSans
  2170. TextLabel.FontSize = Enum.FontSize.Size18
  2171. 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."
  2172. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  2173. TextLabel.TextSize = 15
  2174. TextLabel.TextWrapped = true
  2175. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  2176. TextLabel.TextYAlignment = Enum.TextYAlignment.Top
  2177. closegui.Name = "closegui"
  2178. closegui.Parent = CMDSFRAME
  2179. closegui.BackgroundColor3 = Color3.new(0.890196, 0.223529, 0.0588235)
  2180. closegui.BorderSizePixel = 0
  2181. closegui.Position = UDim2.new(0.995000005, 0, 0, 0)
  2182. closegui.Size = UDim2.new(0.0545952693, 0, 0.0728644878, 0)
  2183. closegui.Font = Enum.Font.SourceSansBold
  2184. closegui.FontSize = Enum.FontSize.Size24
  2185. closegui.Text = "X"
  2186. closegui.TextColor3 = Color3.new(1, 1, 1)
  2187. closegui.TextSize = 20
  2188.  
  2189. closegui.MouseButton1Click:connect(function()
  2190. CMDSFRAME.Visible = false
  2191. end)
  2192.  
  2193. game:GetService('RunService').Stepped:connect(function()
  2194. if spin then
  2195. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[spinplr.Name].Character.HumanoidRootPart.CFrame
  2196. end
  2197. if followed then
  2198. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame.lookVector * -5
  2199. end
  2200. if traill then
  2201. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame.lookVector * 5
  2202. end
  2203. if annoying then
  2204. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[annplr.Name].Character.HumanoidRootPart.CFrame
  2205. end
  2206. if hwalk then
  2207. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[hdwplr.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 4, 0)
  2208. end
  2209. if staring then
  2210. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(lplayer.Character.Torso.Position, game:GetService("Players")[stareplr.Name].Character.Torso.Position)
  2211. end
  2212. end)
  2213. game:GetService('RunService').Stepped:connect(function()
  2214. if noclip then
  2215. if lplayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  2216. lplayer.Character.Head.CanCollide = false
  2217. lplayer.Character.Torso.CanCollide = false
  2218. lplayer.Character["Left Leg"].CanCollide = false
  2219. lplayer.Character["Right Leg"].CanCollide = false
  2220. else
  2221. lplayer.Character.Humanoid:ChangeState(11)
  2222. end
  2223. end
  2224. if changingstate then
  2225. lplayer.Character.Humanoid:ChangeState(statechosen)
  2226. end
  2227. end)
  2228. game:GetService('RunService').Stepped:connect(function()
  2229. if droppinghats then
  2230. for i,v in pairs(lplayer.Character:GetChildren()) do
  2231. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2232. v.Parent = workspace
  2233. end
  2234. end
  2235. end
  2236. if droppingtools then
  2237. for i,v in pairs(lplayer.Character:GetChildren()) do
  2238. if (v:IsA("Tool")) then
  2239. v.Parent = workspace
  2240. end
  2241. end
  2242. end
  2243. if removingmeshhats then
  2244. for i,v in pairs(lplayer.Character:GetChildren()) do
  2245. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2246. v.Handle.Mesh:Destroy()
  2247. end
  2248. end
  2249. end
  2250. if removingmeshtool then
  2251. for i,v in pairs(lplayer.Character:GetChildren()) do
  2252. if (v:IsA("Tool")) then
  2253. v.Handle.Mesh:Destroy()
  2254. end
  2255. end
  2256. end
  2257. end)
  2258. game:GetService('RunService').Stepped:connect(function()
  2259. if banpl then
  2260. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[bplrr].Character.HumanoidRootPart.CFrame
  2261. end
  2262. end)
  2263. game:GetService('RunService').Stepped:connect(function()
  2264. if stopsitting then
  2265. lplayer.Character.Humanoid.Sit = false
  2266. end
  2267. end)
  2268.  
  2269. plr = lplayer
  2270. hum = plr.Character.HumanoidRootPart
  2271. mouse = plr:GetMouse()
  2272. mouse.KeyDown:connect(function(key)
  2273. if key == "e" then
  2274. if mouse.Target then
  2275. if clickgoto then
  2276. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  2277. elseif clickdel then
  2278. mouse.Target:Destroy()
  2279. end
  2280. end
  2281. end
  2282. end)
  2283.  
  2284. game:GetService("Workspace").ChildAdded:connect(function(part)
  2285. if gettingtools then
  2286. if part:IsA("Tool") then
  2287. part.Handle.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2288. end
  2289. end
  2290. end)
  2291.  
  2292. lplayer.Chatted:Connect(function(msg)
  2293. if string.sub(msg, 1, 6) == (prefix.."kill ") then
  2294. if string.sub(msg, 7) == "me" then
  2295. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  2296. else
  2297. for i,v in pairs(GetPlayer(string.sub(msg, 7)))do
  2298. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2299. lplayer.Character.Humanoid.Name = 1
  2300. local l = lplayer.Character["1"]:Clone()
  2301. l.Parent = lplayer.Character
  2302. l.Name = "Humanoid"
  2303. wait(0.1)
  2304. lplayer.Character["1"]:Destroy()
  2305. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2306. lplayer.Character.Animate.Disabled = true
  2307. wait(0.1)
  2308. lplayer.Character.Animate.Disabled = false
  2309. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2310. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2311. lplayer.Character.Humanoid:EquipTool(v)
  2312. end
  2313. local function tp(player,player2)
  2314. local char1,char2=player.Character,player2.Character
  2315. if char1 and char2 then
  2316. char1:MoveTo(char2.Head.Position)
  2317. end
  2318. end
  2319. wait(0.1)
  2320. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2321. wait(0.2)
  2322. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2323. wait(0.5)
  2324. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  2325. wait(0.7)
  2326. tp(lplayer,game:GetService("Players")[v.Name])
  2327. wait(0.7)
  2328. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2329. game:GetService("StarterGui"):SetCore("SendNotification", {
  2330. Title = "Tools needed!";
  2331. Text = "You need a tool in your backpack for this command!";
  2332. })
  2333. end
  2334. end
  2335. end
  2336. if string.sub(msg, 1, 7) == (prefix.."bring ") then
  2337. for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  2338. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2339. lplayer.Character.Humanoid.Name = 1
  2340. local l = lplayer.Character["1"]:Clone()
  2341. l.Parent = lplayer.Character
  2342. l.Name = "Humanoid"
  2343. wait(0.1)
  2344. lplayer.Character["1"]:Destroy()
  2345. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2346. lplayer.Character.Animate.Disabled = true
  2347. wait(0.1)
  2348. lplayer.Character.Animate.Disabled = false
  2349. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2350. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2351. lplayer.Character.Humanoid:EquipTool(v)
  2352. end
  2353. local function tp(player,player2)
  2354. local char1,char2=player.Character,player2.Character
  2355. if char1 and char2 then
  2356. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  2357. end
  2358. end
  2359. local function getout(player,player2)
  2360. local char1,char2=player.Character,player2.Character
  2361. if char1 and char2 then
  2362. char1:MoveTo(char2.Head.Position)
  2363. end
  2364. end
  2365. tp(game:GetService("Players")[v.Name], lplayer)
  2366. wait(0.2)
  2367. tp(game:GetService("Players")[v.Name], lplayer)
  2368. wait(0.5)
  2369. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2370. wait(0.5)
  2371. getout(lplayer, game:GetService("Players")[v.Name])
  2372. wait(0.3)
  2373. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2374. game:GetService("StarterGui"):SetCore("SendNotification", {
  2375. Title = "Tools needed!";
  2376. Text = "You need a tool in your backpack for this command!";
  2377. })
  2378. end
  2379. end
  2380. if string.sub(msg, 1, 6) == (prefix.."spin ") then
  2381. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  2382. lplayer.Character.Humanoid.Name = 1
  2383. local l = lplayer.Character["1"]:Clone()
  2384. l.Parent = lplayer.Character
  2385. l.Name = "Humanoid"
  2386. wait(0.1)
  2387. lplayer.Character["1"]:Destroy()
  2388. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2389. lplayer.Character.Animate.Disabled = true
  2390. wait(0.1)
  2391. lplayer.Character.Animate.Disabled = false
  2392. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2393. lplayer.Character.Animate.Disabled = false
  2394. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2395. lplayer.Character.Humanoid:EquipTool(v)
  2396. end
  2397. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2398. spinplr = v
  2399. wait(0.5)
  2400. spin = true
  2401. game:GetService("StarterGui"):SetCore("SendNotification", {
  2402. Title = "Tools needed!";
  2403. Text = "You need a tool in your backpack for this command!";
  2404. })
  2405. end
  2406. end
  2407. if string.sub(msg, 1, 7) == (prefix.."unspin") then
  2408. spin = false
  2409. end
  2410. if string.sub(msg, 1, 8) == (prefix.."attach ") then
  2411. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  2412. lplayer.Character.Humanoid.Name = 1
  2413. local l = lplayer.Character["1"]:Clone()
  2414. l.Parent = lplayer.Character
  2415. l.Name = "Humanoid"
  2416. wait(0.1)
  2417. lplayer.Character["1"]:Destroy()
  2418. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2419. lplayer.Character.Animate.Disabled = true
  2420. wait(0.1)
  2421. lplayer.Character.Animate.Disabled = false
  2422. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2423. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2424. lplayer.Character.Humanoid:EquipTool(v)
  2425. end
  2426. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2427. wait(0.3)
  2428. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2429. attplr = v
  2430. game:GetService("StarterGui"):SetCore("SendNotification", {
  2431. Title = "Tools needed!";
  2432. Text = "You need a tool in your backpack for this command!";
  2433. })
  2434. end
  2435. end
  2436. if string.sub(msg, 1, 10) == (prefix.."unattach ") then
  2437. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  2438. local function getout(player,player2)
  2439. local char1,char2=player.Character,player2.Character
  2440. if char1 and char2 then
  2441. char1:MoveTo(char2.Head.Position)
  2442. end
  2443. end
  2444. getout(lplayer, game:GetService("Players")[v.Name])
  2445. end
  2446. end
  2447. if string.sub(msg, 1, 8) == (prefix.."follow ") then
  2448. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  2449. followed = true
  2450. flwplr = v
  2451. end
  2452. end
  2453. if string.sub(msg, 1, 9) == (prefix.."unfollow") then
  2454. followed = false
  2455. end
  2456. if string.sub(msg, 1, 10) == (prefix.."freefall ") then
  2457. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  2458. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2459. lplayer.Character.Humanoid.Name = 1
  2460. local l = lplayer.Character["1"]:Clone()
  2461. l.Parent = lplayer.Character
  2462. l.Name = "Humanoid"
  2463. wait(0.1)
  2464. lplayer.Character["1"]:Destroy()
  2465. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2466. lplayer.Character.Animate.Disabled = true
  2467. wait(0.1)
  2468. lplayer.Character.Animate.Disabled = false
  2469. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2470. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2471. lplayer.Character.Humanoid:EquipTool(v)
  2472. end
  2473. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2474. wait(0.2)
  2475. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2476. wait(0.6)
  2477. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2478. wait(0.6)
  2479. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  2480. game:GetService("StarterGui"):SetCore("SendNotification", {
  2481. Title = "Tools needed!";
  2482. Text = "You need a tool in your backpack for this command!";
  2483. })
  2484. end
  2485. end
  2486. if string.sub(msg, 1, 7) == (prefix.."trail ") then
  2487. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  2488. traill = true
  2489. trlplr = v
  2490. end
  2491. end
  2492. if string.sub(msg, 1, 8) == (prefix.."untrail") then
  2493. traill = false
  2494. end
  2495. if string.sub(msg, 1, 7) == (prefix.."orbit ") then
  2496. if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  2497. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2498. else
  2499. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  2500. local o = Instance.new("RocketPropulsion")
  2501. o.Parent = lplayer.Character.HumanoidRootPart
  2502. o.Name = "Orbit"
  2503. o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  2504. o:Fire()
  2505. noclip = true
  2506. end
  2507. end
  2508. end
  2509. if string.sub(msg, 1, 8) == (prefix.."unorbit") then
  2510. lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  2511. noclip = false
  2512. end
  2513. if string.sub(msg, 1, 7) == (prefix.."fling ") then
  2514. if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  2515. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2516. else
  2517. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  2518. local y = Instance.new("RocketPropulsion")
  2519. y.Parent = lplayer.Character.HumanoidRootPart
  2520. y.CartoonFactor = 1
  2521. y.MaxThrust = 800000
  2522. y.MaxSpeed = 1000
  2523. y.ThrustP = 200000
  2524. y.Name = "Fling"
  2525. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  2526. y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  2527. y:Fire()
  2528. noclip = true
  2529. end
  2530. end
  2531. end
  2532. if string.sub(msg, 1, 8) == (prefix.."unfling") then
  2533. noclip = false
  2534. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  2535. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  2536. wait(0.4)
  2537. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  2538. end
  2539. if string.sub(msg, 1, 8) == (prefix.."fecheck") then
  2540. if game:GetService("Workspace").FilteringEnabled == true then
  2541. warn("FE is Enabled (Filtering Enabled)")
  2542. game:GetService("StarterGui"):SetCore("SendNotification", {
  2543. Title = "FE is Enabled";
  2544. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  2545. })
  2546. else
  2547. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  2548. game:GetService("StarterGui"):SetCore("SendNotification", {
  2549. Title = "FE is Disabled";
  2550. Text = "Filtering Disabled. Consider using a different admin script.";
  2551. })
  2552. end
  2553. end
  2554. if string.sub(msg, 1, 6) == (prefix.."void ") then
  2555. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  2556. lplayer.Character.Humanoid.Name = 1
  2557. local l = lplayer.Character["1"]:Clone()
  2558. l.Parent = lplayer.Character
  2559. l.Name = "Humanoid"
  2560. wait(0.1)
  2561. lplayer.Character["1"]:Destroy()
  2562. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2563. lplayer.Character.Animate.Disabled = true
  2564. wait(0.1)
  2565. lplayer.Character.Animate.Disabled = false
  2566. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2567. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2568. lplayer.Character.Humanoid:EquipTool(v)
  2569. end
  2570. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2571. wait(0.2)
  2572. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2573. wait(0.6)
  2574. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  2575. game:GetService("StarterGui"):SetCore("SendNotification", {
  2576. Title = "Tools needed!";
  2577. Text = "You need a tool in your backpack for this command!";
  2578. })
  2579. end
  2580. end
  2581. if string.sub(msg, 1, 7) == (prefix.."noclip") then
  2582. noclip = true
  2583. game:GetService("StarterGui"):SetCore("SendNotification", {
  2584. Title = "Noclip enabled";
  2585. Text = "Type ;clip to disable";
  2586. })
  2587. end
  2588. if string.sub(msg, 1, 5) == (prefix.."clip") then
  2589. noclip = false
  2590. game:GetService("StarterGui"):SetCore("SendNotification", {
  2591. Title = "Noclip disabled";
  2592. Text = "Type ;noclip to enable";
  2593. })
  2594. end
  2595. if string.sub(msg, 1, 7) == (prefix.."speed ") then
  2596. lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 8))
  2597. end
  2598. if string.sub(msg, 1, 4) == (prefix.."ws ") then
  2599. lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 5))
  2600. end
  2601. if string.sub(msg, 1, 11) == (prefix.."hipheight ") then
  2602. lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 12))
  2603. end
  2604. if string.sub(msg, 1, 4) == (prefix.."hh ") then
  2605. lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 5))
  2606. end
  2607. if string.sub(msg, 1, 11) == (prefix.."jumppower ") then
  2608. lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 12))
  2609. end
  2610. if string.sub(msg, 1, 4) == (prefix.."jp ") then
  2611. lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 5))
  2612. end
  2613. if string.sub(msg, 1, 8) == (prefix.."default") then
  2614. lplayer.Character.Humanoid.JumpPower = 50
  2615. lplayer.Character.Humanoid.WalkSpeed = 16
  2616. lplayer.Character.Humanoid.HipHeight = 0
  2617. end
  2618. if string.sub(msg, 1, 7) == (prefix.."annoy ") then
  2619. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  2620. annoying = true
  2621. annplr = v
  2622. end
  2623. end
  2624. if string.sub(msg, 1, 8) == (prefix.."unannoy") then
  2625. annoying = false
  2626. end
  2627. if string.sub(msg, 1, 10) == (prefix.."headwalk ") then
  2628. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  2629. hwalk = true
  2630. hdwplr = v
  2631. end
  2632. end
  2633. if string.sub(msg, 1, 11) == (prefix.."unheadwalk") then
  2634. hwalk = false
  2635. end
  2636. if string.sub(msg, 1, 8) == (prefix.."nolimbs") then
  2637. lplayer.Character["Left Leg"]:Destroy()
  2638. lplayer.Character["Left Arm"]:Destroy()
  2639. lplayer.Character["Right Leg"]:Destroy()
  2640. lplayer.Character["Right Arm"]:Destroy()
  2641. end
  2642. if string.sub(msg, 1, 4) == (prefix.."god") then
  2643. lplayer.Character.Humanoid.Name = 1
  2644. local l = lplayer.Character["1"]:Clone()
  2645. l.Parent = lplayer.Character
  2646. l.Name = "Humanoid"
  2647. wait(0.1)
  2648. lplayer.Character["1"]:Destroy()
  2649. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2650. lplayer.Character.Animate.Disabled = true
  2651. wait(0.1)
  2652. lplayer.Character.Animate.Disabled = false
  2653. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2654. game:GetService("StarterGui"):SetCore("SendNotification", {
  2655. Title = "FE Godmode enabled";
  2656. Text = "Use ;grespawn or ;respawn to remove";
  2657. })
  2658. end
  2659. if string.sub(msg, 1, 9) == (prefix.."drophats") then
  2660. for i,v in pairs(lplayer.Character:GetChildren()) do
  2661. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2662. v.Parent = workspace
  2663. end
  2664. end
  2665. end
  2666. if string.sub(msg, 1, 9) == (prefix.."droptool") then
  2667. for i,v in pairs(lplayer.Character:GetChildren()) do
  2668. if (v:IsA("Tool")) then
  2669. v.Parent = workspace
  2670. end
  2671. end
  2672. end
  2673. if string.sub(msg, 1, 10) == (prefix.."loopdhats") then
  2674. droppinghats = true
  2675. game:GetService("StarterGui"):SetCore("SendNotification", {
  2676. Title = "Loop Drop Enabled";
  2677. Text = "Type ;unloopdhats to disable";
  2678. })
  2679. end
  2680. if string.sub(msg, 1, 12) == (prefix.."unloopdhats") then
  2681. droppinghats = false
  2682. game:GetService("StarterGui"):SetCore("SendNotification", {
  2683. Title = "Loop Drop Disabled";
  2684. Text = "Type ;loopdhats to enable.";
  2685. })
  2686. end
  2687. if string.sub(msg, 1, 10) == (prefix.."loopdtool") then
  2688. droppingtools = true
  2689. game:GetService("StarterGui"):SetCore("SendNotification", {
  2690. Title = "Loop Drop Enabled";
  2691. Text = "Type ;unloopdtool to disable";
  2692. })
  2693. end
  2694. if string.sub(msg, 1, 12) == (prefix.."unloopdtool") then
  2695. droppingtools = false
  2696. game:GetService("StarterGui"):SetCore("SendNotification", {
  2697. Title = "Loop Drop Disabled";
  2698. Text = "Type ;loopdtool to enable.";
  2699. })
  2700. end
  2701. if string.sub(msg, 1, 10) == (prefix.."invisible") then -- Credit to Timeless
  2702. Local = game:GetService('Players').LocalPlayer
  2703. Char = Local.Character
  2704. touched,tpdback = false, false
  2705. box = Instance.new('Part',workspace)
  2706. box.Anchored = true
  2707. box.CanCollide = true
  2708. box.Size = Vector3.new(10,1,10)
  2709. box.Position = Vector3.new(0,10000,0)
  2710. box.Touched:connect(function(part)
  2711. if (part.Parent.Name == Local.Name) then
  2712. if touched == false then
  2713. touched = true
  2714. function apply()
  2715. if script.Disabled ~= true then
  2716. no = Char.HumanoidRootPart:Clone()
  2717. wait(.25)
  2718. Char.HumanoidRootPart:Destroy()
  2719. no.Parent = Char
  2720. Char:MoveTo(loc)
  2721. touched = false
  2722. end end
  2723. if Char then
  2724. apply()
  2725. end
  2726. end
  2727. end
  2728. end)
  2729. repeat wait() until Char
  2730. loc = Char.HumanoidRootPart.Position
  2731. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  2732. game:GetService("StarterGui"):SetCore("SendNotification", {
  2733. Title = "Invisibility enabled!";
  2734. Text = "Reset or use ;respawn to remove.";
  2735. })
  2736. end
  2737. if string.sub(msg, 1, 6) == (prefix.."view ") then
  2738. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  2739. if game:GetService("Players")[v.Name].Character.Humanoid then
  2740. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  2741. else
  2742. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  2743. end
  2744. end
  2745. end
  2746. if string.sub(msg, 1, 7) == (prefix.."unview") then
  2747. if lplayer.Character.Humanoid then
  2748. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  2749. else
  2750. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  2751. end
  2752. end
  2753. if string.sub(msg, 1, 6) == (prefix.."goto ") then
  2754. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  2755. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2756. end
  2757. end
  2758. if string.sub(msg, 1, 4) == (prefix.."fly") then
  2759. repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  2760. repeat wait() until Mouse
  2761.  
  2762. local T = lplayer.Character.HumanoidRootPart
  2763. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  2764. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  2765. local SPEED = speedget
  2766.  
  2767. local function fly()
  2768. flying = true
  2769. local BG = Instance.new('BodyGyro', T)
  2770. local BV = Instance.new('BodyVelocity', T)
  2771. BG.P = 9e4
  2772. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  2773. BG.cframe = T.CFrame
  2774. BV.velocity = Vector3.new(0, 0.1, 0)
  2775. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  2776. spawn(function()
  2777. repeat wait()
  2778. lplayer.Character.Humanoid.PlatformStand = true
  2779. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  2780. SPEED = 50
  2781. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  2782. SPEED = 0
  2783. end
  2784. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  2785. 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
  2786. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  2787. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  2788. 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
  2789. else
  2790. BV.velocity = Vector3.new(0, 0.1, 0)
  2791. end
  2792. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  2793. until not flying
  2794. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  2795. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  2796. SPEED = 0
  2797. BG:destroy()
  2798. BV:destroy()
  2799. lplayer.Character.Humanoid.PlatformStand = false
  2800. end)
  2801. end
  2802. Mouse.KeyDown:connect(function(KEY)
  2803. if KEY:lower() == 'w' then
  2804. CONTROL.F = speedfly
  2805. elseif KEY:lower() == 's' then
  2806. CONTROL.B = -speedfly
  2807. elseif KEY:lower() == 'a' then
  2808. CONTROL.L = -speedfly
  2809. elseif KEY:lower() == 'd' then
  2810. CONTROL.R = speedfly
  2811. end
  2812. end)
  2813. Mouse.KeyUp:connect(function(KEY)
  2814. if KEY:lower() == 'w' then
  2815. CONTROL.F = 0
  2816. elseif KEY:lower() == 's' then
  2817. CONTROL.B = 0
  2818. elseif KEY:lower() == 'a' then
  2819. CONTROL.L = 0
  2820. elseif KEY:lower() == 'd' then
  2821. CONTROL.R = 0
  2822. end
  2823. end)
  2824. fly()
  2825. end
  2826. if string.sub(msg, 1, 6) == (prefix.."unfly") then
  2827. flying = false
  2828. lplayer.Character.Humanoid.PlatformStand = false
  2829. end
  2830. if string.sub(msg, 1, 6) == (prefix.."chat ") then
  2831. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(msg, 7)), "All")
  2832. end
  2833. if string.sub(msg, 1, 6) == (prefix.."spam ") then
  2834. spamtext = (string.sub(msg, 7))
  2835. spamming = true
  2836. end
  2837. if string.sub(msg, 1, 7) == (prefix.."unspam") then
  2838. spamming = false
  2839. end
  2840. if string.sub(msg, 1, 10) == (prefix.."spamwait ") then
  2841. spamdelay = (string.sub(msg, 11))
  2842. end
  2843. if string.sub(msg, 1, 8) == (prefix.."pmspam ") then
  2844. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  2845. pmspammed = v.Name
  2846. spammingpm = true
  2847. end
  2848. end
  2849. if string.sub(msg, 1, 9) == (prefix.."unpmspam") then
  2850. spammingpm = false
  2851. end
  2852. if string.sub(msg, 1, 9) == (prefix.."cfreeze ") then
  2853. for i,v in pairs(GetPlayer(string.sub(msg, 10))) do
  2854. v.Character["Left Leg"].Anchored = true
  2855. v.Character["Left Arm"].Anchored = true
  2856. v.Character["Right Leg"].Anchored = true
  2857. v.Character["Right Arm"].Anchored = true
  2858. v.Character.Torso.Anchored = true
  2859. v.Character.Head.Anchored = true
  2860. end
  2861. end
  2862. if string.sub(msg, 1, 11) == (prefix.."uncfreeze ") then
  2863. for i,v in pairs(GetPlayer(string.sub(msg, 12))) do
  2864. v.Character["Left Leg"].Anchored = false
  2865. v.Character["Left Arm"].Anchored = false
  2866. v.Character["Right Leg"].Anchored = false
  2867. v.Character["Right Arm"].Anchored = false
  2868. v.Character.Torso.Anchored = false
  2869. v.Character.Head.Anchored = false
  2870. end
  2871. end
  2872. if string.sub(msg, 1, 9) == (prefix.."unlockws") then
  2873. local a = game:GetService("Workspace"):getChildren()
  2874. for i = 1, #a do
  2875. if a[i].className == "Part" then
  2876. a[i].Locked = false
  2877. elseif a[i].className == "Model" then
  2878. local r = a[i]:getChildren()
  2879. for i = 1, #r do
  2880. if r[i].className == "Part" then
  2881. r[i].Locked = false
  2882. end
  2883. end
  2884. end
  2885. end
  2886. game:GetService("StarterGui"):SetCore("SendNotification", {
  2887. Title = "Success!";
  2888. Text = "Workspace unlocked. Use ;lockws to lock.";
  2889. })
  2890. end
  2891. if string.sub(msg, 1, 7) == (prefix.."lockws") then
  2892. local a = game:GetService("Workspace"):getChildren()
  2893. for i = 1, #a do
  2894. if a[i].className == "Part" then
  2895. a[i].Locked = true
  2896. elseif a[i].className == "Model" then
  2897. local r = a[i]:getChildren()
  2898. for i = 1, #r do
  2899. if r[i].className == "Part" then
  2900. r[i].Locked = true
  2901. end
  2902. end
  2903. end
  2904. end
  2905. end
  2906. if string.sub(msg, 1, 7) == (prefix.."btools") then
  2907. local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  2908. Clone_T.BinType = "Clone"
  2909. local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  2910. Destruct.BinType = "Hammer"
  2911. local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  2912. Hold_T.BinType = "Grab"
  2913. end
  2914. if string.sub(msg, 1, 7) == (prefix.."pstand") then
  2915. lplayer.Character.Humanoid.PlatformStand = true
  2916. end
  2917. if string.sub(msg, 1, 9) == (prefix.."unpstand") then
  2918. lplayer.Character.Humanoid.PlatformStand = false
  2919. end
  2920. if string.sub(msg, 1, 10) == (prefix.."blockhead") then
  2921. lplayer.Character.Head.Mesh:Destroy()
  2922. end
  2923. if string.sub(msg, 1, 4) == (prefix.."sit") then
  2924. lplayer.Character.Humanoid.Sit = true
  2925. end
  2926. if string.sub(msg, 1, 10) == (prefix.."bringobj ") then
  2927. local function bringobjw()
  2928. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  2929. if obj.Name == (string.sub(msg, 11)) then
  2930. obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2931. obj.CanCollide = false
  2932. obj.Transparency = 0.7
  2933. wait()
  2934. obj.CFrame = lplayer.Character["Left Leg"].CFrame
  2935. wait()
  2936. obj.CFrame = lplayer.Character["Right Leg"].CFrame
  2937. wait()
  2938. obj.CFrame = lplayer.Character["Head"].CFrame
  2939. end
  2940. end
  2941. end
  2942. while wait() do
  2943. bringobjw()
  2944. end
  2945. game:GetService("StarterGui"):SetCore("SendNotification", {
  2946. Title = "BringObj";
  2947. Text = "BringObj enabled.";
  2948. })
  2949. end
  2950. if string.sub(msg, 1, 7) == (prefix.."wsvis ") then
  2951. vis = (string.sub(msg, 8))
  2952. local a = game:GetService("Workspace"):GetDescendants()
  2953. for i = 1, #a do
  2954. if a[i].className == "Part" then
  2955. a[i].Transparency = vis
  2956. elseif a[i].className == "Model" then
  2957. local r = a[i]:getChildren()
  2958. for i = 1, #r do
  2959. if r[i].className == "Part" then
  2960. r[i].Transparency = vis
  2961. end
  2962. end
  2963. end
  2964. end
  2965. end
  2966. if string.sub(msg, 1, 11) == (prefix.."hypertotal") then
  2967. loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  2968. game:GetService("StarterGui"):SetCore("SendNotification", {
  2969. Title = "Success!";
  2970. Text = "HyperTotal GUI Loaded!";
  2971. })
  2972. end
  2973. if string.sub(msg, 1, 5) == (prefix.."cmds") then
  2974. CMDSFRAME.Visible = true
  2975. end
  2976. if string.sub(msg, 1, 10) == (prefix.."rmeshhats") then
  2977. for i,v in pairs(lplayer.Character:GetChildren()) do
  2978. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2979. v.Handle.Mesh:Destroy()
  2980. end
  2981. end
  2982. end
  2983. if string.sub(msg, 1, 10) == (prefix.."blockhats") then
  2984. for i,v in pairs(lplayer.Character:GetChildren()) do
  2985. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2986. v.Handle.Mesh:Destroy()
  2987. end
  2988. end
  2989. end
  2990. if string.sub(msg, 1, 10) == (prefix.."rmeshtool") then
  2991. for i,v in pairs(lplayer.Character:GetChildren()) do
  2992. if (v:IsA("Tool")) then
  2993. v.Handle.Mesh:Destroy()
  2994. end
  2995. end
  2996. end
  2997. if string.sub(msg, 1, 10) == (prefix.."blocktool") then
  2998. for i,v in pairs(lplayer.Character:GetChildren()) do
  2999. if (v:IsA("Tool")) then
  3000. v.Handle.Mesh:Destroy()
  3001. end
  3002. end
  3003. end
  3004. if string.sub(msg, 1, 8) == (prefix.."spinner") then
  3005. local p = Instance.new("RocketPropulsion")
  3006. p.Parent = lplayer.Character.HumanoidRootPart
  3007. p.Name = "Spinner"
  3008. p.Target = lplayer.Character["Left Arm"]
  3009. p:Fire()
  3010. game:GetService("StarterGui"):SetCore("SendNotification", {
  3011. Title = "Spinner enabled";
  3012. Text = "Type ;nospinner to disable.";
  3013. })
  3014. end
  3015. if string.sub(msg, 1, 10) == (prefix.."nospinner") then
  3016. lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  3017. end
  3018. if string.sub(msg, 1, 7) == (prefix.."reachd") then
  3019. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  3020. if v:isA("Tool") then
  3021. local a = Instance.new("SelectionBox",v.Handle)
  3022. a.Adornee = v.Handle
  3023. v.Handle.Size = Vector3.new(0.5,0.5,60)
  3024. v.GripPos = Vector3.new(0,0,0)
  3025. lplayer.Character.Humanoid:UnequipTools()
  3026. end
  3027. end
  3028. game:GetService("StarterGui"):SetCore("SendNotification", {
  3029. Title = "Reach applied!";
  3030. Text = "Applied to equipped sword. Use ;noreach to disable.";
  3031. })
  3032. end
  3033. if string.sub(msg, 1, 7) == (prefix.."reach ") then
  3034. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  3035. if v:isA("Tool") then
  3036. handleSize = v.Handle.Size
  3037. wait()
  3038. local a = Instance.new("SelectionBox",v.Handle)
  3039. a.Name = "a"
  3040. a.Adornee = v.Handle
  3041. v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(msg, 8)))
  3042. v.GripPos = Vector3.new(0,0,0)
  3043. lplayer.Character.Humanoid:UnequipTools()
  3044. end
  3045. end
  3046. game:GetService("StarterGui"):SetCore("SendNotification", {
  3047. Title = "Reach applied!";
  3048. Text = "Applied to equipped sword. Use ;noreach to disable.";
  3049. })
  3050. end
  3051. if string.sub(msg, 1, 8) == (prefix.."noreach") then
  3052. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  3053. if v:isA("Tool") then
  3054. v.Handle.a:Destroy()
  3055. v.Handle.Size = handleSize
  3056. end
  3057. end
  3058. game:GetService("StarterGui"):SetCore("SendNotification", {
  3059. Title = "Reach removed!";
  3060. Text = "Removed reach from equipped sword.";
  3061. })
  3062. end
  3063. if string.sub(msg, 1, 7) == (prefix.."rkill ") then
  3064. for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  3065. lplayer.Character.Humanoid.Name = 1
  3066. local l = lplayer.Character["1"]:Clone()
  3067. l.Parent = lplayer.Character
  3068. l.Name = "Humanoid"
  3069. wait(0.1)
  3070. lplayer.Character["1"]:Destroy()
  3071. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3072. lplayer.Character.Animate.Disabled = true
  3073. wait(0.1)
  3074. lplayer.Character.Animate.Disabled = false
  3075. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3076. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3077. lplayer.Character.Humanoid:EquipTool(v)
  3078. end
  3079. wait(0.1)
  3080. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3081. wait(0.2)
  3082. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3083. wait(0.5)
  3084. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  3085. game:GetService("StarterGui"):SetCore("SendNotification", {
  3086. Title = "Tools needed!";
  3087. Text = "You need a tool in your backpack for this command!";
  3088. })
  3089. end
  3090. end
  3091. if string.sub(msg, 1, 7) == (prefix.."tp me ") then
  3092. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  3093. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3094. end
  3095. end
  3096. if string.sub(msg, 1, 8) == (prefix.."cbring ") then
  3097. if (string.sub(msg, 9)) == "all" or (string.sub(msg, 9)) == "All" or (string.sub(msg, 9)) == "ALL" then
  3098. cbringall = true
  3099. else
  3100. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  3101. brplr = v.Name
  3102. end
  3103. end
  3104. cbring = true
  3105. end
  3106. if string.sub(msg, 1, 9) == (prefix.."uncbring") then
  3107. cbring = false
  3108. cbringall = false
  3109. end
  3110. if string.sub(msg, 1, 6) == (prefix.."swap ") then
  3111. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  3112. local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3113. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  3114. lplayer.Character.Humanoid.Name = 1
  3115. local l = lplayer.Character["1"]:Clone()
  3116. l.Parent = lplayer.Character
  3117. l.Name = "Humanoid"
  3118. wait(0.1)
  3119. lplayer.Character["1"]:Destroy()
  3120. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3121. lplayer.Character.Animate.Disabled = true
  3122. wait(0.1)
  3123. lplayer.Character.Animate.Disabled = false
  3124. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3125. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3126. lplayer.Character.Humanoid:EquipTool(v)
  3127. end
  3128. local function tp(player,player2)
  3129. local char1,char2=player.Character,player2.Character
  3130. if char1 and char2 then
  3131. char1:MoveTo(char2.Head.Position)
  3132. end
  3133. end
  3134. wait(0.1)
  3135. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3136. wait(0.2)
  3137. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3138. wait(0.5)
  3139. lplayer.Character.HumanoidRootPart.CFrame = NOW
  3140. wait(0.6)
  3141. tp(lplayer, game:GetService("Players")[v.Name])
  3142. wait(0.4)
  3143. lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  3144. game:GetService("StarterGui"):SetCore("SendNotification", {
  3145. Title = "Tools needed!";
  3146. Text = "You need a tool in your backpack for this command!";
  3147. })
  3148. end
  3149. end
  3150. if string.sub(msg, 1, 8) == (prefix.."glitch ") then
  3151. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  3152. lplayer.Character.Humanoid.Name = 1
  3153. local l = lplayer.Character["1"]:Clone()
  3154. l.Parent = lplayer.Character
  3155. l.Name = "Humanoid"
  3156. wait(0.1)
  3157. lplayer.Character["1"]:Destroy()
  3158. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3159. lplayer.Character.Animate.Disabled = true
  3160. wait(0.1)
  3161. lplayer.Character.Animate.Disabled = false
  3162. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3163. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3164. lplayer.Character.Humanoid:EquipTool(v)
  3165. end
  3166. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  3167. wait(0.3)
  3168. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  3169. wait(0.4)
  3170. b = Instance.new("BodyForce")
  3171. b.Parent = lplayer.Character.HumanoidRootPart
  3172. b.Name = "Glitch"
  3173. b.Force = Vector3.new(100000000,5000,0)
  3174. game:GetService("StarterGui"):SetCore("SendNotification", {
  3175. Title = "Tools needed!";
  3176. Text = "You need a tool in your backpack for this command!";
  3177. })
  3178. end
  3179. end
  3180. if string.sub(msg, 1, 9) == (prefix.."unglitch") then
  3181. lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  3182. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  3183. b = Instance.new("BodyForce")
  3184. b.Parent = lplayer.Character.HumanoidRootPart
  3185. b.Name = "unGlitch"
  3186. b.Force = Vector3.new(0,-5000000,0)
  3187. wait(2)
  3188. lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  3189. end
  3190. if string.sub(msg, 1, 9) == (prefix.."grespawn") then
  3191. lplayer.Character.Humanoid.Health = 0
  3192. wait(1)
  3193. lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  3194. lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  3195. end
  3196. if string.sub(msg, 1, 9) == (prefix.."explorer") then
  3197. loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  3198. game:GetService("StarterGui"):SetCore("SendNotification", {
  3199. Title = "Success!";
  3200. Text = "DEX Explorer has loaded.";
  3201. })
  3202. end
  3203. if string.sub(msg, 1, 6) == (prefix.."anim ") then
  3204. local Anim = Instance.new("Animation")
  3205. Anim.AnimationId = "rbxassetid://"..(string.sub(msg, 7))
  3206. local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  3207. track:Play(.1, 1, 1)
  3208. end
  3209. if string.sub(msg, 1, 8) == (prefix.."animgui") then
  3210. loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  3211. game:GetService("StarterGui"):SetCore("SendNotification", {
  3212. Title = "Success!";
  3213. Text = "Energize Animations GUI has loaded.";
  3214. })
  3215. end
  3216. if string.sub(msg, 1, 8) == (prefix.."savepos") then
  3217. saved = lplayer.Character.HumanoidRootPart.CFrame
  3218. game:GetService("StarterGui"):SetCore("SendNotification", {
  3219. Title = "Position Saved";
  3220. Text = "Use ;loadpos to return to saved position.";
  3221. })
  3222. end
  3223. if string.sub(msg, 1, 8) == (prefix.."loadpos") then
  3224. lplayer.Character.HumanoidRootPart.CFrame = saved
  3225. end
  3226. if string.sub(msg, 1, 6) == (prefix.."bang ") then
  3227. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  3228. local Anim2 = Instance.new("Animation")
  3229. Anim2.AnimationId = "rbxassetid://148840371"
  3230. local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  3231. track2:Play(.1, 1, 1)
  3232. bplrr = v.Name
  3233. banpl = true
  3234. end
  3235. end
  3236. if string.sub(msg, 1, 7) == (prefix.."unbang") then
  3237. banpl = false
  3238. end
  3239. if string.sub(msg, 1, 10) == (prefix.."bringmod ") then
  3240. local function bringmodw()
  3241. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  3242. if obj.Name == (string.sub(msg, 11)) then
  3243. for i,ch in pairs(obj:GetDescendants()) do
  3244. if (ch:IsA("BasePart")) then
  3245. ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  3246. ch.CanCollide = false
  3247. ch.Transparency = 0.7
  3248. wait()
  3249. ch.CFrame = lplayer.Character["Left Leg"].CFrame
  3250. wait()
  3251. ch.CFrame = lplayer.Character["Right Leg"].CFrame
  3252. wait()
  3253. ch.CFrame = lplayer.Character["Head"].CFrame
  3254. end
  3255. end
  3256. end
  3257. end
  3258. end
  3259. while wait() do
  3260. bringmodw()
  3261. end
  3262. game:GetService("StarterGui"):SetCore("SendNotification", {
  3263. Title = "BringMod";
  3264. Text = "BringMod enabled.";
  3265. })
  3266. end
  3267. if string.sub(msg, 1, 8) == (prefix.."respawn") then
  3268. local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  3269. local hum = Instance.new('Humanoid', mod)
  3270. local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  3271. lplayer.Character = mod
  3272. end
  3273. if string.sub(msg, 1, 9) == (prefix.."shutdown") then
  3274. game:GetService'RunService'.Stepped:Connect(function()
  3275. pcall(function()
  3276. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  3277. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  3278. for _,x in pairs(v.Character.Head:GetChildren()) do
  3279. if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  3280. end
  3281. end
  3282. end
  3283. end)
  3284. end)
  3285. game:GetService("StarterGui"):SetCore("SendNotification", {
  3286. Title = "Attempting Shutdown";
  3287. Text = "Shutdown Attempt has begun.";
  3288. })
  3289. end
  3290. if string.sub(msg, 1, 8) == (prefix.."delobj ") then
  3291. objtodel = (string.sub(msg, 9))
  3292. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  3293. if v.Name == objtodel then
  3294. v:Destroy()
  3295. end
  3296. end
  3297. end
  3298. if string.sub(msg, 1, 8) == (prefix.."getplrs") then
  3299. for i,v in pairs(game:GetService("Players"):GetPlayers())do
  3300. print(v)
  3301. end
  3302. game:GetService("StarterGui"):SetCore("SendNotification", {
  3303. Title = "Printed";
  3304. Text = "Players have been printed to console. (F9)";
  3305. })
  3306. end
  3307. if string.sub(msg, 1, 9) == (prefix.."deldecal") then
  3308. for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  3309. if (v:IsA("Decal")) then
  3310. v:Destroy()
  3311. end
  3312. end
  3313. end
  3314. if string.sub(msg, 1, 11) == (prefix.."opfinality") then
  3315. loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  3316. game:GetService("StarterGui"):SetCore("SendNotification", {
  3317. Title = "Success!";
  3318. Text = "OpFinality GUI has loaded.";
  3319. })
  3320. end
  3321. if string.sub(msg, 1, 8) == (prefix.."remotes") then
  3322. remotes = true
  3323. added = true
  3324. game.DescendantAdded:connect(function(rmt)
  3325. if added == true then
  3326. if remotes == true then
  3327. if rmt:IsA("RemoteEvent") then
  3328. print("A RemoteEvent was added!")
  3329. print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  3330. print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  3331. end end end
  3332. end)
  3333. game.DescendantAdded:connect(function(rmtfnctn)
  3334. if added == true then
  3335. if remotes == true then
  3336. if rmtfnctn:IsA("RemoteFunction") then
  3337. warn("A RemoteFunction was added!")
  3338. warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  3339. print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  3340. end end end
  3341. end)
  3342.  
  3343. game.DescendantAdded:connect(function(bndfnctn)
  3344. if added == true then
  3345. if binds == true then
  3346. if bndfnctn:IsA("BindableFunction") then
  3347. print("A BindableFunction was added!")
  3348. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  3349. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  3350. end end end
  3351. end)
  3352.  
  3353. game.DescendantAdded:connect(function(bnd)
  3354. if added == true then
  3355. if binds == true then
  3356. if bnd:IsA("BindableEvent") then
  3357. warn("A BindableEvent was added!")
  3358. warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  3359. print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  3360. end end end
  3361. end)
  3362.  
  3363.  
  3364. if binds == true then
  3365. for i,v in pairs(game:GetDescendants()) do
  3366. if v:IsA("BindableFunction") then
  3367. print(" game." .. v:GetFullName() .. " | BindableFunction")
  3368. print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  3369. end end
  3370. for i,v in pairs(game:GetDescendants()) do
  3371. if v:IsA("BindableEvent") then
  3372. warn(" game." .. v:GetFullName() .. " | BindableEvent")
  3373. print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  3374. end end
  3375. else
  3376. print("Off")
  3377. end
  3378. if remotes == true then
  3379. for i,v in pairs(game:GetDescendants()) do
  3380. if v:IsA("RemoteFunction") then
  3381. warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  3382. print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  3383. end end
  3384. wait()
  3385. for i,v in pairs(game:GetDescendants()) do
  3386. if v:IsA("RemoteEvent") then
  3387. print(" game." .. v:GetFullName() .. " | RemoteEvent")
  3388. print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  3389. end end
  3390. else
  3391. print("Off")
  3392. end
  3393. game:GetService("StarterGui"):SetCore("SendNotification", {
  3394. Title = "Printing Remotes";
  3395. Text = "Type ;noremotes to disable.";
  3396. })
  3397. end
  3398. if string.sub(msg, 1, 10) == (prefix.."noremotes") then
  3399. remotes = false
  3400. added = false
  3401. game:GetService("StarterGui"):SetCore("SendNotification", {
  3402. Title = "Printing Remotes Disabled";
  3403. Text = "Type ;remotes to enable.";
  3404. })
  3405. end
  3406. if string.sub(msg, 1, 10) == (prefix.."tpdefault") then
  3407. spin = false
  3408. followed = false
  3409. traill = false
  3410. noclip = false
  3411. annoying = false
  3412. hwalk = false
  3413. cbringing = false
  3414. end
  3415. if string.sub(msg, 1, 8) == (prefix.."stopsit") then
  3416. stopsitting = true
  3417. end
  3418. if string.sub(msg, 1, 6) == (prefix.."gosit") then
  3419. stopsitting = false
  3420. end
  3421. if string.sub(msg, 1, 8) == (prefix.."version") then
  3422. print(adminversion)
  3423. game:GetService("StarterGui"):SetCore("SendNotification", {
  3424. Title = "Version";
  3425. Text = adminversion;
  3426. })
  3427. end
  3428. if string.sub(msg, 1, 8) == (prefix.."clicktp") then
  3429. clickgoto = true
  3430. game:GetService("StarterGui"):SetCore("SendNotification", {
  3431. Title = "Click TP";
  3432. Text = "Press E to teleport to mouse position, ;noclicktp to stop";
  3433. })
  3434. end
  3435. if string.sub(msg, 1, 9) == (prefix.."clickdel") then
  3436. clickdel = true
  3437. game:GetService("StarterGui"):SetCore("SendNotification", {
  3438. Title = "Click Delete";
  3439. Text = "Press E to delete part at mouse, ;noclickdel to stop";
  3440. })
  3441. end
  3442. if string.sub(msg, 1, 11) == (prefix.."noclickdel") then
  3443. clickdel = false
  3444. game:GetService("StarterGui"):SetCore("SendNotification", {
  3445. Title = "Click Delete";
  3446. Text = "Click delete has been disabled.";
  3447. })
  3448. end
  3449. if string.sub(msg, 1, 10) == (prefix.."noclicktp") then
  3450. clickgoto = false
  3451. game:GetService("StarterGui"):SetCore("SendNotification", {
  3452. Title = "Click TP";
  3453. Text = "Click TP has been disabled.";
  3454. })
  3455. end
  3456. if string.sub(msg, 1, 8) == (prefix.."toolson") then
  3457. gettingtools = true
  3458. game:GetService("StarterGui"):SetCore("SendNotification", {
  3459. Title = "Tools Enabled";
  3460. Text = "Automatically colleting tools dropped.";
  3461. })
  3462. end
  3463. if string.sub(msg, 1, 9) == (prefix.."toolsoff") then
  3464. gettingtools = false
  3465. game:GetService("StarterGui"):SetCore("SendNotification", {
  3466. Title = "Tools Disabled";
  3467. Text = "Click TP has been disabled.";
  3468. })
  3469. end
  3470. if string.sub(msg, 1, 10) == (prefix.."delcmdbar") then
  3471. ScreenGui:Destroy()
  3472. end
  3473. if string.sub(msg, 1, 6) == (prefix.."reset") then
  3474. lplayer.Character.Head:Destroy()
  3475. end
  3476. if string.sub(msg, 1, 7) == (prefix.."state ") then
  3477. statechosen = string.sub(msg, 8)
  3478. changingstate = true
  3479. end
  3480. if string.sub(msg, 1, 9) == (prefix.."gravity ") then
  3481. game:GetService("Workspace").Gravity = string.sub(msg, 10)
  3482. end
  3483. if string.sub(msg, 1, 10) == (prefix.."looprhats") then
  3484. removingmeshhats = true
  3485. end
  3486. if string.sub(msg, 1, 12) == (prefix.."unlooprhats") then
  3487. removingmeshhats = false
  3488. end
  3489. if string.sub(msg, 1, 10) == (prefix.."looprtool") then
  3490. removingmeshtool = true
  3491. end
  3492. if string.sub(msg, 1, 12) == (prefix.."unlooprtool") then
  3493. removingmeshtool = false
  3494. end
  3495. if string.sub(msg, 1, 10) == (prefix.."givetool ") then
  3496. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  3497. if v:IsA("Tool") then
  3498. for i,player in pairs(GetPlayer(string.sub(msg, 11))) do
  3499. v.Parent = player.Character
  3500. end
  3501. end
  3502. end
  3503. end
  3504. if string.sub(msg, 1, 14) == (prefix.."givealltools ") then
  3505. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  3506. if v:IsA("Tool") then
  3507. v.Parent = lplayer.Character
  3508. wait()
  3509. for i,player in pairs(GetPlayer(string.sub(msg, 15))) do
  3510. v.Parent = player.Character
  3511. end
  3512. end
  3513. end
  3514. end
  3515. if string.sub(msg, 1, 5) == (prefix.."age ") then
  3516. for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  3517. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  3518. end
  3519. end
  3520. if string.sub(msg, 1, 4) == (prefix.."id ") then
  3521. for i,player in pairs(GetPlayer(string.sub(msg, 5))) do
  3522. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  3523. end
  3524. end
  3525. if string.sub(msg, 1, 6) == (prefix..".age ") then
  3526. for i,player in pairs(GetPlayer(string.sub(msg, 7))) do
  3527. game:GetService("StarterGui"):SetCore("SendNotification", {
  3528. Title = player.AccountAge.." Days";
  3529. Text = "Account age of "..player.Name;
  3530. })
  3531. end
  3532. end
  3533. if string.sub(msg, 1, 5) == (prefix..".id ") then
  3534. for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  3535. game:GetService("StarterGui"):SetCore("SendNotification", {
  3536. Title = player.UserId.." ID";
  3537. Text = "Account ID of "..player.Name;
  3538. })
  3539. end
  3540. end
  3541. if string.sub(msg, 1, 7) == (prefix.."gameid") then
  3542. game:GetService("StarterGui"):SetCore("SendNotification", {
  3543. Title = "Game ID";
  3544. Text = "Game ID: ".. game.GameId;
  3545. })
  3546. end
  3547. if string.sub(msg, 1, 4) == (prefix.."pgs") then
  3548. local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  3549. if pgscheck == true then
  3550. game:GetService("StarterGui"):SetCore("SendNotification", {
  3551. Title = "PGSPhysicsSolverEnabled";
  3552. Text = "PGS is Enabled!";
  3553. })
  3554. else
  3555. game:GetService("StarterGui"):SetCore("SendNotification", {
  3556. Title = "PGSPhysicsSolverEnabled";
  3557. Text = "PGS is Disabled!";
  3558. })
  3559. end
  3560. end
  3561. if string.sub(msg, 1, 12) == (prefix.."removeinvis") then
  3562. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  3563. if v:IsA("Part") then
  3564. if v.Transparency == 1 then
  3565. if v.Name ~= "HumanoidRootPart" then
  3566. v:Destroy()
  3567. end
  3568. end
  3569. end
  3570. end
  3571. end
  3572. if string.sub(msg, 1, 10) == (prefix.."removefog") then
  3573. game:GetService("Lighting").FogStart = 0
  3574. game:GetService("Lighting").FogEnd = 9999999999999
  3575. end
  3576. if string.sub(msg, 1, 8) == (prefix.."disable") then
  3577. lplayer.Character.Humanoid.Parent = lplayer
  3578. end
  3579. if string.sub(msg, 1, 7) == (prefix.."enable") then
  3580. lplayer.Humanoid.Parent = lplayer.Character
  3581. end
  3582. if string.sub(msg, 1, 8) == (prefix.."prefix ") then
  3583. prefix = (string.sub(msg, 9, 9))
  3584. wait(0.1)
  3585. change()
  3586. wait(0.1)
  3587. game:GetService("StarterGui"):SetCore("SendNotification", {
  3588. Title = "Prefix changed!";
  3589. Text = "Prefix is now "..prefix..". Use ;resetprefix to reset to ;";
  3590. })
  3591. end
  3592. if string.sub(msg, 1, 12) == (";resetprefix") then
  3593. prefix = ";"
  3594. wait(0.1)
  3595. change()
  3596. wait(0.1)
  3597. game:GetService("StarterGui"):SetCore("SendNotification", {
  3598. Title = "Prefix changed!";
  3599. Text = "Prefix is now "..prefix..". Make sure it's one key!";
  3600. })
  3601. end
  3602. if string.sub(msg, 1, 10) == (prefix.."flyspeed ") then
  3603. speedfly = string.sub(msg, 11)
  3604. wait()
  3605. change()
  3606. end
  3607. if string.sub(msg, 1, 8) == (prefix.."carpet ") then
  3608. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  3609. local Anim3 = Instance.new("Animation")
  3610. Anim3.AnimationId = "rbxassetid://282574440"
  3611. local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  3612. track3:Play(.1, 1, 1)
  3613. bplrr = v.Name
  3614. banpl = true
  3615. end
  3616. end
  3617. if string.sub(msg, 1, 9) == (prefix.."uncarpet") then
  3618. banpl = false
  3619. end
  3620. if string.sub(msg, 1, 7) == (prefix.."stare ") then
  3621. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  3622. staring = true
  3623. stareplr = v
  3624. end
  3625. end
  3626. if string.sub(msg, 1, 8) == (prefix.."unstare") then
  3627. staring = false
  3628. end
  3629. if string.sub(msg, 1, 8) == (prefix.."logchat") then
  3630. chatlogs = true
  3631. game:GetService("StarterGui"):SetCore("SendNotification", {
  3632. Title = "LogChat enabled";
  3633. Text = "Now logging all player chat.";
  3634. })
  3635. end
  3636. if string.sub(msg, 1, 10) == (prefix.."unlogchat") then
  3637. chatlogs = false
  3638. game:GetService("StarterGui"):SetCore("SendNotification", {
  3639. Title = "LogChat disabled";
  3640. Text = "Stopped logging all player chat.";
  3641. })
  3642. end
  3643. if string.sub(msg, 1, 7) == (prefix.."fixcam") then
  3644. game:GetService("Workspace").CurrentCamera:Destroy()
  3645. wait(0.1)
  3646. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  3647. game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  3648. lplayer.CameraMinZoomDistance = 0.5
  3649. lplayer.CameraMaxZoomDistance = 400
  3650. lplayer.CameraMode = "Classic"
  3651. end
  3652. if string.sub(msg, 1, 8) == (prefix.."unstate") then
  3653. changingstate = false
  3654. end
  3655. end)
  3656.  
  3657. local function tp()
  3658. for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  3659. if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  3660. if player.Name == brplr then
  3661. player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 2
  3662. end
  3663. end
  3664. end
  3665. end
  3666. local function tpall()
  3667. for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  3668. if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  3669. player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 3
  3670. end
  3671. end
  3672. end
  3673. spawn(function()
  3674. while wait(spamdelay) do
  3675. if spamming == true then
  3676. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(spamtext, "All")
  3677. end
  3678. end
  3679. end)
  3680. spawn(function()
  3681. while wait(spamdelay) do
  3682. if spammingpm == true then
  3683. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/w "..pmspammed.." @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", "All")
  3684. end
  3685. end
  3686. end)
  3687. spawn(function()
  3688. while wait() do
  3689. if cbring == true then
  3690. tp()
  3691. end
  3692. end
  3693. end)
  3694. spawn(function()
  3695. while wait() do
  3696. if cbringall == true then
  3697. tpall()
  3698. end
  3699. end
  3700. end)
  3701.  
  3702. Mouse.KeyDown:connect(function(Key)
  3703. if Key == prefix then
  3704. CMDBAR:CaptureFocus()
  3705. end
  3706. end)
  3707.  
  3708. CMDBAR.FocusLost:connect(function(enterPressed)
  3709. if enterPressed then
  3710. if string.sub(CMDBAR.Text, 1, 5) == ("kill ") then
  3711. if string.sub(CMDBAR.Text, 6) == "me" then
  3712. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  3713. else
  3714. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6)))do
  3715. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  3716. lplayer.Character.Humanoid.Name = 1
  3717. local l = lplayer.Character["1"]:Clone()
  3718. l.Parent = lplayer.Character
  3719. l.Name = "Humanoid"
  3720. wait(0.1)
  3721. lplayer.Character["1"]:Destroy()
  3722. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3723. lplayer.Character.Animate.Disabled = true
  3724. wait(0.1)
  3725. lplayer.Character.Animate.Disabled = false
  3726. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3727. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3728. lplayer.Character.Humanoid:EquipTool(v)
  3729. end
  3730. local function tp(player,player2)
  3731. local char1,char2=player.Character,player2.Character
  3732. if char1 and char2 then
  3733. char1:MoveTo(char2.Head.Position)
  3734. end
  3735. end
  3736. wait(0.1)
  3737. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3738. wait(0.2)
  3739. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3740. wait(0.5)
  3741. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  3742. wait(0.7)
  3743. tp(lplayer,game:GetService("Players")[v.Name])
  3744. wait(0.7)
  3745. lplayer.Character.HumanoidRootPart.CFrame = NOW
  3746. game:GetService("StarterGui"):SetCore("SendNotification", {
  3747. Title = "Tools needed!";
  3748. Text = "You need a tool in your backpack for this command!";
  3749. })
  3750. end
  3751. end
  3752. end
  3753. if string.sub(CMDBAR.Text, 1, 6) == ("bring ") then
  3754. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  3755. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  3756. lplayer.Character.Humanoid.Name = 1
  3757. local l = lplayer.Character["1"]:Clone()
  3758. l.Parent = lplayer.Character
  3759. l.Name = "Humanoid"
  3760. wait(0.1)
  3761. lplayer.Character["1"]:Destroy()
  3762. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3763. lplayer.Character.Animate.Disabled = true
  3764. wait(0.1)
  3765. lplayer.Character.Animate.Disabled = false
  3766. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3767. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3768. lplayer.Character.Humanoid:EquipTool(v)
  3769. end
  3770. local function tp(player,player2)
  3771. local char1,char2=player.Character,player2.Character
  3772. if char1 and char2 then
  3773. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  3774. end
  3775. end
  3776. local function getout(player,player2)
  3777. local char1,char2=player.Character,player2.Character
  3778. if char1 and char2 then
  3779. char1:MoveTo(char2.Head.Position)
  3780. end
  3781. end
  3782. tp(game:GetService("Players")[v.Name], lplayer)
  3783. wait(0.2)
  3784. tp(game:GetService("Players")[v.Name], lplayer)
  3785. wait(0.5)
  3786. lplayer.Character.HumanoidRootPart.CFrame = NOW
  3787. wait(0.5)
  3788. getout(lplayer, game:GetService("Players")[v.Name])
  3789. wait(0.3)
  3790. lplayer.Character.HumanoidRootPart.CFrame = NOW
  3791. game:GetService("StarterGui"):SetCore("SendNotification", {
  3792. Title = "Tools needed!";
  3793. Text = "You need a tool in your backpack for this command!";
  3794. })
  3795. end
  3796. end
  3797. if string.sub(CMDBAR.Text, 1, 5) == ("spin ") then
  3798. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  3799. lplayer.Character.Humanoid.Name = 1
  3800. local l = lplayer.Character["1"]:Clone()
  3801. l.Parent = lplayer.Character
  3802. l.Name = "Humanoid"
  3803. wait(0.1)
  3804. lplayer.Character["1"]:Destroy()
  3805. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3806. lplayer.Character.Animate.Disabled = true
  3807. wait(0.1)
  3808. lplayer.Character.Animate.Disabled = false
  3809. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3810. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3811. lplayer.Character.Humanoid:EquipTool(v)
  3812. end
  3813. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  3814. spinplr = v
  3815. wait(0.5)
  3816. spin = true
  3817. game:GetService("StarterGui"):SetCore("SendNotification", {
  3818. Title = "Tools needed!";
  3819. Text = "You need a tool in your backpack for this command!";
  3820. })
  3821. end
  3822. end
  3823. if string.sub(CMDBAR.Text, 1, 6) == ("unspin") then
  3824. spin = false
  3825. end
  3826. if string.sub(CMDBAR.Text, 1, 7) == ("attach ") then
  3827. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  3828. lplayer.Character.Humanoid.Name = 1
  3829. local l = lplayer.Character["1"]:Clone()
  3830. l.Parent = lplayer.Character
  3831. l.Name = "Humanoid"
  3832. wait(0.1)
  3833. lplayer.Character["1"]:Destroy()
  3834. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3835. lplayer.Character.Animate.Disabled = true
  3836. wait(0.1)
  3837. lplayer.Character.Animate.Disabled = false
  3838. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3839. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3840. lplayer.Character.Humanoid:EquipTool(v)
  3841. end
  3842. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  3843. wait(0.3)
  3844. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  3845. attplr = v
  3846. game:GetService("StarterGui"):SetCore("SendNotification", {
  3847. Title = "Tools needed!";
  3848. Text = "You need a tool in your backpack for this command!";
  3849. })
  3850. end
  3851. end
  3852. if string.sub(CMDBAR.Text, 1, 9) == ("unattach ") then
  3853. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  3854. local function getout(player,player2)
  3855. local char1,char2=player.Character,player2.Character
  3856. if char1 and char2 then
  3857. char1:MoveTo(char2.Head.Position)
  3858. end
  3859. end
  3860. getout(lplayer, game:GetService("Players")[v.Name])
  3861. end
  3862. end
  3863. if string.sub(CMDBAR.Text, 1, 7) == ("follow ") then
  3864. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  3865. followed = true
  3866. flwplr = v
  3867. end
  3868. end
  3869. if string.sub(CMDBAR.Text, 1, 8) == ("unfollow") then
  3870. followed = false
  3871. end
  3872. if string.sub(CMDBAR.Text, 1, 9) == ("freefall ") then
  3873. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  3874. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  3875. lplayer.Character.Humanoid.Name = 1
  3876. local l = lplayer.Character["1"]:Clone()
  3877. l.Parent = lplayer.Character
  3878. l.Name = "Humanoid"
  3879. wait(0.1)
  3880. lplayer.Character["1"]:Destroy()
  3881. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3882. lplayer.Character.Animate.Disabled = true
  3883. wait(0.1)
  3884. lplayer.Character.Animate.Disabled = false
  3885. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3886. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3887. lplayer.Character.Humanoid:EquipTool(v)
  3888. end
  3889. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3890. wait(0.2)
  3891. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3892. wait(0.6)
  3893. lplayer.Character.HumanoidRootPart.CFrame = NOW
  3894. wait(0.6)
  3895. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  3896. game:GetService("StarterGui"):SetCore("SendNotification", {
  3897. Title = "Tools needed!";
  3898. Text = "You need a tool in your backpack for this command!";
  3899. })
  3900. end
  3901. end
  3902. if string.sub(CMDBAR.Text, 1, 6) == ("trail ") then
  3903. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  3904. traill = true
  3905. trlplr = v
  3906. end
  3907. end
  3908. if string.sub(CMDBAR.Text, 1, 7) == ("untrail") then
  3909. traill = false
  3910. end
  3911. if string.sub(CMDBAR.Text, 1, 6) == ("orbit ") then
  3912. if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  3913. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  3914. else
  3915. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  3916. local o = Instance.new("RocketPropulsion")
  3917. o.Parent = lplayer.Character.HumanoidRootPart
  3918. o.Name = "Orbit"
  3919. o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  3920. o:Fire()
  3921. noclip = true
  3922. end
  3923. end
  3924. end
  3925. if string.sub(CMDBAR.Text, 1, 7) == ("unorbit") then
  3926. lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  3927. noclip = false
  3928. end
  3929. if string.sub(CMDBAR.Text, 1, 6) == ("fling ") then
  3930. if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  3931. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  3932. else
  3933. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  3934. local y = Instance.new("RocketPropulsion")
  3935. y.Parent = lplayer.Character.HumanoidRootPart
  3936. y.CartoonFactor = 1
  3937. y.MaxThrust = 800000
  3938. y.MaxSpeed = 1000
  3939. y.ThrustP = 200000
  3940. y.Name = "Fling"
  3941. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  3942. y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  3943. y:Fire()
  3944. noclip = true
  3945. end
  3946. end
  3947. end
  3948. if string.sub(CMDBAR.Text, 1, 7) == ("unfling") then
  3949. noclip = false
  3950. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  3951. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  3952. wait(0.4)
  3953. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  3954. end
  3955. if string.sub(CMDBAR.Text, 1, 7) == ("fecheck") then
  3956. if game:GetService("Workspace").FilteringEnabled == true then
  3957. warn("FE is Enabled (Filtering Enabled)")
  3958. game:GetService("StarterGui"):SetCore("SendNotification", {
  3959. Title = "FE is Enabled";
  3960. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  3961. })
  3962. else
  3963. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  3964. game:GetService("StarterGui"):SetCore("SendNotification", {
  3965. Title = "FE is Disabled";
  3966. Text = "Filtering Disabled. Consider using a different admin script.";
  3967. })
  3968. end
  3969. end
  3970. if string.sub(CMDBAR.Text, 1, 5) == ("void ") then
  3971. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  3972. lplayer.Character.Humanoid.Name = 1
  3973. local l = lplayer.Character["1"]:Clone()
  3974. l.Parent = lplayer.Character
  3975. l.Name = "Humanoid"
  3976. wait(0.1)
  3977. lplayer.Character["1"]:Destroy()
  3978. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3979. lplayer.Character.Animate.Disabled = true
  3980. wait(0.1)
  3981. lplayer.Character.Animate.Disabled = false
  3982. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3983. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3984. lplayer.Character.Humanoid:EquipTool(v)
  3985. end
  3986. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3987. wait(0.2)
  3988. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3989. wait(0.6)
  3990. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  3991. game:GetService("StarterGui"):SetCore("SendNotification", {
  3992. Title = "Tools needed!";
  3993. Text = "You need a tool in your backpack for this command!";
  3994. })
  3995. end
  3996. end
  3997. if string.sub(CMDBAR.Text, 1, 6) == ("noclip") then
  3998. noclip = true
  3999. game:GetService("StarterGui"):SetCore("SendNotification", {
  4000. Title = "Noclip enabled";
  4001. Text = "Type ;clip to disable";
  4002. })
  4003. end
  4004. if string.sub(CMDBAR.Text, 1, 4) == ("clip") then
  4005. noclip = false
  4006. game:GetService("StarterGui"):SetCore("SendNotification", {
  4007. Title = "Noclip disabled";
  4008. Text = "Type ;noclip to enable";
  4009. })
  4010. end
  4011. if string.sub(CMDBAR.Text, 1, 6) == ("speed ") then
  4012. lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 7))
  4013. end
  4014. if string.sub(CMDBAR.Text, 1, 3) == ("ws ") then
  4015. lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 4))
  4016. end
  4017. if string.sub(CMDBAR.Text, 1, 10) == ("hipheight ") then
  4018. lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 11))
  4019. end
  4020. if string.sub(CMDBAR.Text, 1, 3) == ("hh ") then
  4021. lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 4))
  4022. end
  4023. if string.sub(CMDBAR.Text, 1, 10) == ("jumppower ") then
  4024. lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 11))
  4025. end
  4026. if string.sub(CMDBAR.Text, 1, 3) == ("jp ") then
  4027. lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 4))
  4028. end
  4029. if string.sub(CMDBAR.Text, 1, 7) == ("default") then
  4030. lplayer.Character.Humanoid.JumpPower = 50
  4031. lplayer.Character.Humanoid.WalkSpeed = 16
  4032. lplayer.Character.Humanoid.HipHeight = 0
  4033. end
  4034. if string.sub(CMDBAR.Text, 1, 6) == ("annoy ") then
  4035. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  4036. annoying = true
  4037. annplr = v
  4038. end
  4039. end
  4040. if string.sub(CMDBAR.Text, 1, 7) == ("unannoy") then
  4041. annoying = false
  4042. end
  4043. if string.sub(CMDBAR.Text, 1, 9) == ("headwalk ") then
  4044. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  4045. hwalk = true
  4046. hdwplr = v
  4047. end
  4048. end
  4049. if string.sub(CMDBAR.Text, 1, 10) == ("unheadwalk") then
  4050. hwalk = false
  4051. end
  4052. if string.sub(CMDBAR.Text, 1, 7) == ("nolimbs") then
  4053. lplayer.Character["Left Leg"]:Destroy()
  4054. lplayer.Character["Left Arm"]:Destroy()
  4055. lplayer.Character["Right Leg"]:Destroy()
  4056. lplayer.Character["Right Arm"]:Destroy()
  4057. end
  4058. if string.sub(CMDBAR.Text, 1, 3) == ("god") then
  4059. lplayer.Character.Humanoid.Name = 1
  4060. local l = lplayer.Character["1"]:Clone()
  4061. l.Parent = lplayer.Character
  4062. l.Name = "Humanoid"
  4063. wait(0.1)
  4064. lplayer.Character["1"]:Destroy()
  4065. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  4066. lplayer.Character.Animate.Disabled = true
  4067. wait(0.1)
  4068. lplayer.Character.Animate.Disabled = false
  4069. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  4070. game:GetService("StarterGui"):SetCore("SendNotification", {
  4071. Title = "FE Godmode enabled";
  4072. Text = "Use ;grespawn or ;respawn to remove.";
  4073. })
  4074. end
  4075. if string.sub(CMDBAR.Text, 1, 8) == ("drophats") then
  4076. for i,v in pairs(lplayer.Character:GetChildren()) do
  4077. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  4078. v.Parent = workspace
  4079. end
  4080. end
  4081. end
  4082. if string.sub(CMDBAR.Text, 1, 8) == ("droptool") then
  4083. for i,v in pairs(lplayer.Character:GetChildren()) do
  4084. if (v:IsA("Tool")) then
  4085. v.Parent = workspace
  4086. end
  4087. end
  4088. end
  4089. if string.sub(CMDBAR.Text, 1, 9) == ("loopdhats") then
  4090. droppinghats = true
  4091. game:GetService("StarterGui"):SetCore("SendNotification", {
  4092. Title = "Loop Drop Enabled";
  4093. Text = "Type ;unloopdhats to disable";
  4094. })
  4095. end
  4096. if string.sub(CMDBAR.Text, 1, 11) == ("unloopdhats") then
  4097. droppinghats = false
  4098. game:GetService("StarterGui"):SetCore("SendNotification", {
  4099. Title = "Loop Drop Disabled";
  4100. Text = "Type ;loopdhats to enable.";
  4101. })
  4102. end
  4103. if string.sub(CMDBAR.Text, 1, 9) == ("loopdtool") then
  4104. droppingtools = true
  4105. game:GetService("StarterGui"):SetCore("SendNotification", {
  4106. Title = "Loop Drop Enabled";
  4107. Text = "Type ;unloopdtool to disable";
  4108. })
  4109. end
  4110. if string.sub(CMDBAR.Text, 1, 11) == ("unloopdtool") then
  4111. droppingtools = false
  4112. game:GetService("StarterGui"):SetCore("SendNotification", {
  4113. Title = "Loop Drop Disabled";
  4114. Text = "Type ;loopdtool to enable.";
  4115. })
  4116. end
  4117. if string.sub(CMDBAR.Text, 1, 9) == ("invisible") then -- Credit to Timeless
  4118. Local = game:GetService('Players').LocalPlayer
  4119. Char = Local.Character
  4120. touched,tpdback = false, false
  4121. box = Instance.new('Part',workspace)
  4122. box.Anchored = true
  4123. box.CanCollide = true
  4124. box.Size = Vector3.new(10,1,10)
  4125. box.Position = Vector3.new(0,10000,0)
  4126. box.Touched:connect(function(part)
  4127. if (part.Parent.Name == Local.Name) then
  4128. if touched == false then
  4129. touched = true
  4130. function apply()
  4131. if script.Disabled ~= true then
  4132. no = Char.HumanoidRootPart:Clone()
  4133. wait(.25)
  4134. Char.HumanoidRootPart:Destroy()
  4135. no.Parent = Char
  4136. Char:MoveTo(loc)
  4137. touched = false
  4138. end end
  4139. if Char then
  4140. apply()
  4141. end
  4142. end
  4143. end
  4144. end)
  4145. repeat wait() until Char
  4146. loc = Char.HumanoidRootPart.Position
  4147. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  4148. game:GetService("StarterGui"):SetCore("SendNotification", {
  4149. Title = "Invisibility enabled!";
  4150. Text = "Reset or use ;respawn to remove.";
  4151. })
  4152. end
  4153. if string.sub(CMDBAR.Text, 1, 5) == ("view ") then
  4154. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  4155. if game:GetService("Players")[v.Name].Character.Humanoid then
  4156. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  4157. else
  4158. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  4159. end
  4160. end
  4161. end
  4162. if string.sub(CMDBAR.Text, 1, 6) == ("unview") then
  4163. if lplayer.Character.Humanoid then
  4164. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  4165. else
  4166. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  4167. end
  4168. end
  4169. if string.sub(CMDBAR.Text, 1, 5) == ("goto ") then
  4170. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  4171. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4172. end
  4173. end
  4174. if string.sub(CMDBAR.Text, 1, 3) == ("fly") then
  4175. repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  4176. repeat wait() until Mouse
  4177.  
  4178. local T = lplayer.Character.HumanoidRootPart
  4179. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  4180. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  4181. local SPEED = speedget
  4182.  
  4183. local function fly()
  4184. flying = true
  4185. local BG = Instance.new('BodyGyro', T)
  4186. local BV = Instance.new('BodyVelocity', T)
  4187. BG.P = 9e4
  4188. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  4189. BG.cframe = T.CFrame
  4190. BV.velocity = Vector3.new(0, 0.1, 0)
  4191. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  4192. spawn(function()
  4193. repeat wait()
  4194. lplayer.Character.Humanoid.PlatformStand = true
  4195. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  4196. SPEED = 50
  4197. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  4198. SPEED = 0
  4199. end
  4200. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  4201. 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
  4202. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  4203. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  4204. 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
  4205. else
  4206. BV.velocity = Vector3.new(0, 0.1, 0)
  4207. end
  4208. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  4209. until not flying
  4210. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  4211. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  4212. SPEED = 0
  4213. BG:destroy()
  4214. BV:destroy()
  4215. lplayer.Character.Humanoid.PlatformStand = false
  4216. end)
  4217. end
  4218. Mouse.KeyDown:connect(function(KEY)
  4219. if KEY:lower() == 'w' then
  4220. CONTROL.F = speedfly
  4221. elseif KEY:lower() == 's' then
  4222. CONTROL.B = -speedfly
  4223. elseif KEY:lower() == 'a' then
  4224. CONTROL.L = -speedfly
  4225. elseif KEY:lower() == 'd' then
  4226. CONTROL.R = speedfly
  4227. end
  4228. end)
  4229. Mouse.KeyUp:connect(function(KEY)
  4230. if KEY:lower() == 'w' then
  4231. CONTROL.F = 0
  4232. elseif KEY:lower() == 's' then
  4233. CONTROL.B = 0
  4234. elseif KEY:lower() == 'a' then
  4235. CONTROL.L = 0
  4236. elseif KEY:lower() == 'd' then
  4237. CONTROL.R = 0
  4238. end
  4239. end)
  4240. fly()
  4241. end
  4242. if string.sub(CMDBAR.Text, 1, 5) == ("unfly") then
  4243. flying = false
  4244. lplayer.Character.Humanoid.PlatformStand = false
  4245. end
  4246. if string.sub(CMDBAR.Text, 1, 5) == ("chat ") then
  4247. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(CMDBAR.Text, 6)), "All")
  4248. end
  4249. if string.sub(CMDBAR.Text, 1, 5) == ("spam ") then
  4250. spamtext = (string.sub(CMDBAR.Text, 6))
  4251. spamming = true
  4252. end
  4253. if string.sub(CMDBAR.Text, 1, 6) == ("unspam") then
  4254. spamming = false
  4255. end
  4256. if string.sub(CMDBAR.Text, 1, 9) == ("spamwait ") then
  4257. spamdelay = (string.sub(CMDBAR.Text, 10))
  4258. end
  4259. if string.sub(CMDBAR.Text, 1, 7) == ("pmspam ") then
  4260. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  4261. pmspammed = v.Name
  4262. spammingpm = true
  4263. end
  4264. end
  4265. if string.sub(CMDBAR.Text, 1, 8) == ("unpmspam") then
  4266. spammingpm = false
  4267. end
  4268. if string.sub(CMDBAR.Text, 1, 8) == ("cfreeze ") then
  4269. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 9))) do
  4270. v.Character["Left Leg"].Anchored = true
  4271. v.Character["Left Arm"].Anchored = true
  4272. v.Character["Right Leg"].Anchored = true
  4273. v.Character["Right Arm"].Anchored = true
  4274. v.Character.Torso.Anchored = true
  4275. v.Character.Head.Anchored = true
  4276. end
  4277. end
  4278. if string.sub(CMDBAR.Text, 1, 10) == ("uncfreeze ") then
  4279. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 11))) do
  4280. v.Character["Left Leg"].Anchored = false
  4281. v.Character["Left Arm"].Anchored = false
  4282. v.Character["Right Leg"].Anchored = false
  4283. v.Character["Right Arm"].Anchored = false
  4284. v.Character.Torso.Anchored = false
  4285. v.Character.Head.Anchored = false
  4286. end
  4287. end
  4288. if string.sub(CMDBAR.Text, 1, 8) == ("unlockws") then
  4289. local a = game:GetService("Workspace"):getChildren()
  4290. for i = 1, #a do
  4291. if a[i].className == "Part" then
  4292. a[i].Locked = false
  4293. elseif a[i].className == "Model" then
  4294. local r = a[i]:getChildren()
  4295. for i = 1, #r do
  4296. if r[i].className == "Part" then
  4297. r[i].Locked = false
  4298. end
  4299. end
  4300. end
  4301. end
  4302. game:GetService("StarterGui"):SetCore("SendNotification", {
  4303. Title = "Success!";
  4304. Text = "Workspace unlocked. Use ;lockws to lock.";
  4305. })
  4306. end
  4307. if string.sub(CMDBAR.Text, 1, 6) == ("lockws") then
  4308. local a = game:GetService("Workspace"):getChildren()
  4309. for i = 1, #a do
  4310. if a[i].className == "Part" then
  4311. a[i].Locked = true
  4312. elseif a[i].className == "Model" then
  4313. local r = a[i]:getChildren()
  4314. for i = 1, #r do
  4315. if r[i].className == "Part" then
  4316. r[i].Locked = true
  4317. end
  4318. end
  4319. end
  4320. end
  4321. end
  4322. if string.sub(CMDBAR.Text, 1, 6) == ("btools") then
  4323. local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  4324. Clone_T.BinType = "Clone"
  4325. local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  4326. Destruct.BinType = "Hammer"
  4327. local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  4328. Hold_T.BinType = "Grab"
  4329. end
  4330. if string.sub(CMDBAR.Text, 1, 6) == ("pstand") then
  4331. lplayer.Character.Humanoid.PlatformStand = true
  4332. end
  4333. if string.sub(CMDBAR.Text, 1, 8) == ("unpstand") then
  4334. lplayer.Character.Humanoid.PlatformStand = false
  4335. end
  4336. if string.sub(CMDBAR.Text, 1, 9) == ("blockhead") then
  4337. lplayer.Character.Head.Mesh:Destroy()
  4338. end
  4339. if string.sub(CMDBAR.Text, 1, 3) == ("sit") then
  4340. lplayer.Character.Humanoid.Sit = true
  4341. end
  4342. if string.sub(CMDBAR.Text, 1, 9) == ("bringobj ") then
  4343. local function bringobjw()
  4344. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  4345. if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  4346. obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  4347. obj.CanCollide = false
  4348. obj.Transparency = 0.7
  4349. wait()
  4350. obj.CFrame = lplayer.Character["Left Leg"].CFrame
  4351. wait()
  4352. obj.CFrame = lplayer.Character["Right Leg"].CFrame
  4353. wait()
  4354. obj.CFrame = lplayer.Character["Head"].CFrame
  4355. end
  4356. end
  4357. end
  4358. while wait() do
  4359. bringobjw()
  4360. end
  4361. game:GetService("StarterGui"):SetCore("SendNotification", {
  4362. Title = "BringObj";
  4363. Text = "BringObj enabled.";
  4364. })
  4365. end
  4366. if string.sub(CMDBAR.Text, 1, 6) == ("wsvis ") then
  4367. vis = (string.sub(CMDBAR.Text, 7))
  4368. local a = game:GetService("Workspace"):GetDescendants()
  4369. for i = 1, #a do
  4370. if a[i].className == "Part" then
  4371. a[i].Transparency = vis
  4372. elseif a[i].className == "Model" then
  4373. local r = a[i]:getChildren()
  4374. for i = 1, #r do
  4375. if r[i].className == "Part" then
  4376. r[i].Transparency = vis
  4377. end
  4378. end
  4379. end
  4380. end
  4381. end
  4382. if string.sub(CMDBAR.Text, 1, 10) == ("hypertotal") then
  4383. loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  4384. game:GetService("StarterGui"):SetCore("SendNotification", {
  4385. Title = "Success!";
  4386. Text = "HyperTotal GUI Loaded!";
  4387. })
  4388. end
  4389. if string.sub(CMDBAR.Text, 1, 4) == ("cmds") then
  4390. CMDSFRAME.Visible = true
  4391. end
  4392. if string.sub(CMDBAR.Text, 1, 9) == ("rmeshhats") then
  4393. for i,v in pairs(lplayer.Character:GetChildren()) do
  4394. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  4395. v.Handle.Mesh:Destroy()
  4396. end
  4397. end
  4398. end
  4399. if string.sub(CMDBAR.Text, 1, 9) == ("blockhats") then
  4400. for i,v in pairs(lplayer.Character:GetChildren()) do
  4401. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  4402. v.Handle.Mesh:Destroy()
  4403. end
  4404. end
  4405. end
  4406. if string.sub(CMDBAR.Text, 1, 9) == ("rmeshtool") then
  4407. for i,v in pairs(lplayer.Character:GetChildren()) do
  4408. if (v:IsA("Tool")) then
  4409. v.Handle.Mesh:Destroy()
  4410. end
  4411. end
  4412. end
  4413. if string.sub(CMDBAR.Text, 1, 9) == ("blocktool") then
  4414. for i,v in pairs(lplayer.Character:GetChildren()) do
  4415. if (v:IsA("Tool")) then
  4416. v.Handle.Mesh:Destroy()
  4417. end
  4418. end
  4419. end
  4420. if string.sub(CMDBAR.Text, 1, 7) == ("spinner") then
  4421. local p = Instance.new("RocketPropulsion")
  4422. p.Parent = lplayer.Character.HumanoidRootPart
  4423. p.Name = "Spinner"
  4424. p.Target = lplayer.Character["Left Arm"]
  4425. p:Fire()
  4426. game:GetService("StarterGui"):SetCore("SendNotification", {
  4427. Title = "Spinner enabled";
  4428. Text = "Type ;nospinner to disable.";
  4429. })
  4430. end
  4431. if string.sub(CMDBAR.Text, 1, 9) == ("nospinner") then
  4432. lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  4433. end
  4434. if string.sub(CMDBAR.Text, 1, 6) == ("reachd") then
  4435. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  4436. if v:isA("Tool") then
  4437. local a = Instance.new("SelectionBox",v.Handle)
  4438. a.Adornee = v.Handle
  4439. v.Handle.Size = Vector3.new(0.5,0.5,60)
  4440. v.GripPos = Vector3.new(0,0,0)
  4441. lplayer.Character.Humanoid:UnequipTools()
  4442. end
  4443. end
  4444. game:GetService("StarterGui"):SetCore("SendNotification", {
  4445. Title = "Reach applied!";
  4446. Text = "Applied to equipped sword. Use ;noreach to disable.";
  4447. })
  4448. end
  4449. if string.sub(CMDBAR.Text, 1, 6) == ("reach ") then
  4450. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  4451. if v:isA("Tool") then
  4452. local a = Instance.new("SelectionBox",v.Handle)
  4453. a.Name = "Reach"
  4454. a.Adornee = v.Handle
  4455. v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(CMDBAR.Text, 7)))
  4456. v.GripPos = Vector3.new(0,0,0)
  4457. lplayer.Character.Humanoid:UnequipTools()
  4458. end
  4459. end
  4460. game:GetService("StarterGui"):SetCore("SendNotification", {
  4461. Title = "Reach applied!";
  4462. Text = "Applied to equipped sword. Use ;noreach to disable.";
  4463. })
  4464. end
  4465. if string.sub(CMDBAR.Text, 1, 7) == ("noreach") then
  4466. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  4467. if v:isA("Tool") then
  4468. v.Handle.Reach:Destroy()
  4469. end
  4470. end
  4471. game:GetService("StarterGui"):SetCore("SendNotification", {
  4472. Title = "Reach removed!";
  4473. Text = "Removed reach from equipped sword.";
  4474. })
  4475. end
  4476. if string.sub(CMDBAR.Text, 1, 6) == ("rkill ") then
  4477. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  4478. lplayer.Character.Humanoid.Name = 1
  4479. local l = lplayer.Character["1"]:Clone()
  4480. l.Parent = lplayer.Character
  4481. l.Name = "Humanoid"
  4482. wait(0.1)
  4483. lplayer.Character["1"]:Destroy()
  4484. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  4485. lplayer.Character.Animate.Disabled = true
  4486. wait(0.1)
  4487. lplayer.Character.Animate.Disabled = false
  4488. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  4489. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  4490. lplayer.Character.Humanoid:EquipTool(v)
  4491. end
  4492. wait(0.1)
  4493. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4494. wait(0.2)
  4495. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4496. wait(0.5)
  4497. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  4498. game:GetService("StarterGui"):SetCore("SendNotification", {
  4499. Title = "Tools needed!";
  4500. Text = "You need a tool in your backpack for this command!";
  4501. })
  4502. end
  4503. end
  4504. if string.sub(CMDBAR.Text, 1, 6) == ("tp me ") then
  4505. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  4506. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4507. end
  4508. end
  4509. if string.sub(CMDBAR.Text, 1, 7) == ("cbring ") then
  4510. if (string.sub(CMDBAR.Text, 8)) == "all" or (string.sub(CMDBAR.Text, 8)) == "All" or (string.sub(CMDBAR.Text, 8)) == "ALL" then
  4511. cbringall = true
  4512. else
  4513. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  4514. brplr = v.Name
  4515. end
  4516. end
  4517. cbring = true
  4518. end
  4519. if string.sub(CMDBAR.Text, 1, 8) == ("uncbring") then
  4520. cbring = false
  4521. cbringall = false
  4522. end
  4523. if string.sub(CMDBAR.Text, 1, 5) == ("swap ") then
  4524. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  4525. local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4526. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  4527. lplayer.Character.Humanoid.Name = 1
  4528. local l = lplayer.Character["1"]:Clone()
  4529. l.Parent = lplayer.Character
  4530. l.Name = "Humanoid"
  4531. wait(0.1)
  4532. lplayer.Character["1"]:Destroy()
  4533. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  4534. lplayer.Character.Animate.Disabled = true
  4535. wait(0.1)
  4536. lplayer.Character.Animate.Disabled = false
  4537. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  4538. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  4539. lplayer.Character.Humanoid:EquipTool(v)
  4540. end
  4541. local function tp(player,player2)
  4542. local char1,char2=player.Character,player2.Character
  4543. if char1 and char2 then
  4544. char1:MoveTo(char2.Head.Position)
  4545. end
  4546. end
  4547. wait(0.1)
  4548. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4549. wait(0.2)
  4550. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4551. wait(0.5)
  4552. lplayer.Character.HumanoidRootPart.CFrame = NOW
  4553. wait(0.6)
  4554. tp(lplayer, game:GetService("Players")[v.Name])
  4555. wait(0.4)
  4556. lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  4557. game:GetService("StarterGui"):SetCore("SendNotification", {
  4558. Title = "Tools needed!";
  4559. Text = "You need a tool in your backpack for this command!";
  4560. })
  4561. end
  4562. end
  4563. if string.sub(CMDBAR.Text, 1, 7) == ("glitch ") then
  4564. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  4565. lplayer.Character.Humanoid.Name = 1
  4566. local l = lplayer.Character["1"]:Clone()
  4567. l.Parent = lplayer.Character
  4568. l.Name = "Humanoid"
  4569. wait(0.1)
  4570. lplayer.Character["1"]:Destroy()
  4571. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  4572. lplayer.Character.Animate.Disabled = true
  4573. wait(0.1)
  4574. lplayer.Character.Animate.Disabled = false
  4575. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  4576. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  4577. lplayer.Character.Humanoid:EquipTool(v)
  4578. end
  4579. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  4580. wait(0.3)
  4581. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  4582. wait(0.4)
  4583. b = Instance.new("BodyForce")
  4584. b.Parent = lplayer.Character.HumanoidRootPart
  4585. b.Name = "Glitch"
  4586. b.Force = Vector3.new(100000000,5000,0)
  4587. game:GetService("StarterGui"):SetCore("SendNotification", {
  4588. Title = "Tools needed!";
  4589. Text = "You need a tool in your backpack for this command!";
  4590. })
  4591. end
  4592. end
  4593. if string.sub(CMDBAR.Text, 1, 8) == ("unglitch") then
  4594. lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  4595. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  4596. b = Instance.new("BodyForce")
  4597. b.Parent = lplayer.Character.HumanoidRootPart
  4598. b.Name = "unGlitch"
  4599. b.Force = Vector3.new(0,-5000000,0)
  4600. wait(2)
  4601. lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  4602. end
  4603. if string.sub(CMDBAR.Text, 1, 8) == ("grespawn") then
  4604. lplayer.Character.Humanoid.Health = 0
  4605. wait(1)
  4606. lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  4607. lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  4608. end
  4609. if string.sub(CMDBAR.Text, 1, 8) == ("explorer") then
  4610. loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  4611. game:GetService("StarterGui"):SetCore("SendNotification", {
  4612. Title = "Success!";
  4613. Text = "DEX Explorer has loaded.";
  4614. })
  4615. end
  4616. if string.sub(CMDBAR.Text, 1, 5) == ("anim ") then
  4617. local Anim = Instance.new("Animation")
  4618. Anim.AnimationId = "rbxassetid://"..(string.sub(CMDBAR.Text, 6))
  4619. local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  4620. track:Play(.1, 1, 1)
  4621. end
  4622. if string.sub(CMDBAR.Text, 1, 7) == ("animgui") then
  4623. loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  4624. game:GetService("StarterGui"):SetCore("SendNotification", {
  4625. Title = "Success!";
  4626. Text = "Energize Animations GUI has loaded.";
  4627. })
  4628. end
  4629. if string.sub(CMDBAR.Text, 1, 7) == ("savepos") then
  4630. saved = lplayer.Character.HumanoidRootPart.CFrame
  4631. game:GetService("StarterGui"):SetCore("SendNotification", {
  4632. Title = "Position Saved";
  4633. Text = "Use ;loadpos to return to saved position.";
  4634. })
  4635. end
  4636. if string.sub(CMDBAR.Text, 1, 7) == ("loadpos") then
  4637. lplayer.Character.HumanoidRootPart.CFrame = saved
  4638. end
  4639. if string.sub(CMDBAR.Text, 1, 5) == ("bang ") then
  4640. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  4641. local Anim2 = Instance.new("Animation")
  4642. Anim2.AnimationId = "rbxassetid://148840371"
  4643. local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  4644. track2:Play(.1, 1, 1)
  4645. bplrr = v.Name
  4646. banpl = true
  4647. end
  4648. end
  4649. if string.sub(CMDBAR.Text, 1, 6) == ("unbang") then
  4650. banpl = false
  4651. end
  4652. if string.sub(CMDBAR.Text, 1, 9) == ("bringmod ") then
  4653. local function bringmodw()
  4654. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  4655. if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  4656. for i,ch in pairs(obj:GetDescendants()) do
  4657. if (ch:IsA("BasePart")) then
  4658. ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  4659. ch.CanCollide = false
  4660. ch.Transparency = 0.7
  4661. wait()
  4662. ch.CFrame = lplayer.Character["Left Leg"].CFrame
  4663. wait()
  4664. ch.CFrame = lplayer.Character["Right Leg"].CFrame
  4665. wait()
  4666. ch.CFrame = lplayer.Character["Head"].CFrame
  4667. end
  4668. end
  4669. end
  4670. end
  4671. end
  4672. while wait() do
  4673. bringmodw()
  4674. end
  4675. game:GetService("StarterGui"):SetCore("SendNotification", {
  4676. Title = "BringMod";
  4677. Text = "BringMod enabled.";
  4678. })
  4679. end
  4680. if string.sub(CMDBAR.Text, 1, 7) == ("respawn") then
  4681. local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  4682. local hum = Instance.new('Humanoid', mod)
  4683. local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  4684. lplayer.Character = mod
  4685. end
  4686. if string.sub(CMDBAR.Text, 1, 8) == ("shutdown") then
  4687. game:GetService'RunService'.Stepped:Connect(function()
  4688. pcall(function()
  4689. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  4690. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  4691. for _,x in pairs(v.Character.Head:GetChildren()) do
  4692. if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  4693. end
  4694. end
  4695. end
  4696. end)
  4697. end)
  4698. game:GetService("StarterGui"):SetCore("SendNotification", {
  4699. Title = "Attempting Shutdown";
  4700. Text = "Shutdown Attempt has begun.";
  4701. })
  4702. end
  4703. if string.sub(CMDBAR.Text, 1, 7) == ("delobj ") then
  4704. objtodel = (string.sub(CMDBAR.Text, 8))
  4705. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  4706. if v.Name == objtodel then
  4707. v:Destroy()
  4708. end
  4709. end
  4710. end
  4711. if string.sub(CMDBAR.Text, 1, 7) == ("getplrs") then
  4712. for i,v in pairs(game:GetService("Players"):GetPlayers())do
  4713. print(v)
  4714. end
  4715. game:GetService("StarterGui"):SetCore("SendNotification", {
  4716. Title = "Printed";
  4717. Text = "Players have been printed to console. (F9)";
  4718. })
  4719. end
  4720. if string.sub(CMDBAR.Text, 1, 8) == ("deldecal") then
  4721. for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  4722. if (v:IsA("Decal")) then
  4723. v:Destroy()
  4724. end
  4725. end
  4726. end
  4727. if string.sub(CMDBAR.Text, 1, 10) == ("opfinality") then
  4728. loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  4729. game:GetService("StarterGui"):SetCore("SendNotification", {
  4730. Title = "Success!";
  4731. Text = "OpFinality GUI has loaded.";
  4732. })
  4733. end
  4734. if string.sub(CMDBAR.Text, 1, 7) == ("remotes") then
  4735. remotes = true
  4736. added = true
  4737. game.DescendantAdded:connect(function(rmt)
  4738. if added == true then
  4739. if remotes == true then
  4740. if rmt:IsA("RemoteEvent") then
  4741. print("A RemoteEvent was added!")
  4742. print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  4743. print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  4744. end end end
  4745. end)
  4746. game.DescendantAdded:connect(function(rmtfnctn)
  4747. if added == true then
  4748. if remotes == true then
  4749. if rmtfnctn:IsA("RemoteFunction") then
  4750. warn("A RemoteFunction was added!")
  4751. warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  4752. print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  4753. end end end
  4754. end)
  4755.  
  4756. game.DescendantAdded:connect(function(bndfnctn)
  4757. if added == true then
  4758. if binds == true then
  4759. if bndfnctn:IsA("BindableFunction") then
  4760. print("A BindableFunction was added!")
  4761. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  4762. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  4763. end end end
  4764. end)
  4765.  
  4766. game.DescendantAdded:connect(function(bnd)
  4767. if added == true then
  4768. if binds == true then
  4769. if bnd:IsA("BindableEvent") then
  4770. warn("A BindableEvent was added!")
  4771. warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  4772. print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  4773. end end end
  4774. end)
  4775.  
  4776.  
  4777. if binds == true then
  4778. for i,v in pairs(game:GetDescendants()) do
  4779. if v:IsA("BindableFunction") then
  4780. print(" game." .. v:GetFullName() .. " | BindableFunction")
  4781. print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  4782. end end
  4783. for i,v in pairs(game:GetDescendants()) do
  4784. if v:IsA("BindableEvent") then
  4785. warn(" game." .. v:GetFullName() .. " | BindableEvent")
  4786. print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  4787. end end
  4788. else
  4789. print("Off")
  4790. end
  4791. if remotes == true then
  4792. for i,v in pairs(game:GetDescendants()) do
  4793. if v:IsA("RemoteFunction") then
  4794. warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  4795. print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  4796. end end
  4797. wait()
  4798. for i,v in pairs(game:GetDescendants()) do
  4799. if v:IsA("RemoteEvent") then
  4800. print(" game." .. v:GetFullName() .. " | RemoteEvent")
  4801. print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  4802. end end
  4803. else
  4804. print("Off")
  4805. end
  4806. game:GetService("StarterGui"):SetCore("SendNotification", {
  4807. Title = "Printing Remotes";
  4808. Text = "Type ;noremotes to disable.";
  4809. })
  4810. end
  4811. if string.sub(CMDBAR.Text, 1, 9) == ("noremotes") then
  4812. remotes = false
  4813. added = false
  4814. game:GetService("StarterGui"):SetCore("SendNotification", {
  4815. Title = "Printing Remotes Disabled";
  4816. Text = "Type ;remotes to enable.";
  4817. })
  4818. end
  4819. if string.sub(CMDBAR.Text, 1, 9) == ("tpdefault") then
  4820. spin = false
  4821. followed = false
  4822. traill = false
  4823. noclip = false
  4824. annoying = false
  4825. hwalk = false
  4826. cbringing = false
  4827. end
  4828. if string.sub(CMDBAR.Text, 1, 7) == ("stopsit") then
  4829. stopsitting = true
  4830. end
  4831. if string.sub(CMDBAR.Text, 1, 5) == ("gosit") then
  4832. stopsitting = false
  4833. end
  4834. if string.sub(CMDBAR.Text, 1, 7) == ("version") then
  4835. print(adminversion)
  4836. game:GetService("StarterGui"):SetCore("SendNotification", {
  4837. Title = "Version";
  4838. Text = adminversion;
  4839. })
  4840. end
  4841. if string.sub(CMDBAR.Text, 1, 7) == ("clicktp") then
  4842. clickgoto = true
  4843. game:GetService("StarterGui"):SetCore("SendNotification", {
  4844. Title = "Click TP";
  4845. Text = "Press E to teleport to mouse position";
  4846. })
  4847. end
  4848. if string.sub(CMDBAR.Text, 1, 9) == ("noclicktp") then
  4849. clickgoto = false
  4850. game:GetService("StarterGui"):SetCore("SendNotification", {
  4851. Title = "Click TP";
  4852. Text = "Click TP has been disabled.";
  4853. })
  4854. end
  4855. if string.sub(CMDBAR.Text, 1, 7) == ("toolson") then
  4856. gettingtools = true
  4857. game:GetService("StarterGui"):SetCore("SendNotification", {
  4858. Title = "Tools Enabled";
  4859. Text = "Automatically colleting tools dropped.";
  4860. })
  4861. end
  4862. if string.sub(CMDBAR.Text, 1, 8) == ("toolsoff") then
  4863. gettingtools = false
  4864. game:GetService("StarterGui"):SetCore("SendNotification", {
  4865. Title = "Tools Disabled";
  4866. Text = "Click TP has been disabled.";
  4867. })
  4868. end
  4869. if string.sub(CMDBAR.Text, 1, 9) == ("delcmdbar") then
  4870. ScreenGui:Destroy()
  4871. end
  4872. if string.sub(CMDBAR.Text, 1, 5) == ("reset") then
  4873. lplayer.Character.Head:Destroy()
  4874. end
  4875. if string.sub(CMDBAR.Text, 1, 6) == ("state ") then
  4876. statechosen = string.sub(CMDBAR.Text, 7)
  4877. changingstate = true
  4878. end
  4879. if string.sub(CMDBAR.Text, 1, 8) == ("gravity ") then
  4880. game:GetService("Workspace").Gravity = string.sub(CMDBAR.Text, 9)
  4881. end
  4882. if string.sub(CMDBAR.Text, 1, 9) == ("looprhats") then
  4883. removingmeshhats = true
  4884. end
  4885. if string.sub(CMDBAR.Text, 1, 11) == ("unlooprhats") then
  4886. removingmeshhats = false
  4887. end
  4888. if string.sub(CMDBAR.Text, 1, 9) == ("looprtool") then
  4889. removingmeshtool = true
  4890. end
  4891. if string.sub(CMDBAR.Text, 1, 11) == ("unlooprtool") then
  4892. removingmeshtool = false
  4893. end
  4894. if string.sub(CMDBAR.Text, 1, 9) == ("givetool ") then
  4895. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  4896. if v:IsA("Tool") then
  4897. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  4898. v.Parent = player.Character
  4899. end
  4900. end
  4901. end
  4902. end
  4903. if string.sub(CMDBAR.Text, 1, 4) == ("age ") then
  4904. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  4905. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  4906. end
  4907. end
  4908. if string.sub(CMDBAR.Text, 1, 3) == ("id ") then
  4909. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 4))) do
  4910. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  4911. end
  4912. end
  4913. if string.sub(CMDBAR.Text, 1, 5) == (".age ") then
  4914. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  4915. game:GetService("StarterGui"):SetCore("SendNotification", {
  4916. Title = player.AccountAge.." Days";
  4917. Text = "Account age of "..player.Name;
  4918. })
  4919. end
  4920. end
  4921. if string.sub(CMDBAR.Text, 1, 4) == (".id ") then
  4922. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  4923. game:GetService("StarterGui"):SetCore("SendNotification", {
  4924. Title = player.UserId.." ID";
  4925. Text = "Account ID of "..player.Name;
  4926. })
  4927. end
  4928. end
  4929. if string.sub(CMDBAR.Text, 1, 6) == ("gameid") then
  4930. game:GetService("StarterGui"):SetCore("SendNotification", {
  4931. Title = "Game ID";
  4932. Text = "Game ID: ".. game.GameId;
  4933. })
  4934. end
  4935. if string.sub(CMDBAR.Text, 1, 3) == ("pgs") then
  4936. local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  4937. if pgscheck == true then
  4938. game:GetService("StarterGui"):SetCore("SendNotification", {
  4939. Title = "PGSPhysicsSolverEnabled";
  4940. Text = "PGS is Enabled!";
  4941. })
  4942. else
  4943. game:GetService("StarterGui"):SetCore("SendNotification", {
  4944. Title = "PGSPhysicsSolverEnabled";
  4945. Text = "PGS is Disabled!";
  4946. })
  4947. end
  4948. end
  4949. if string.sub(CMDBAR.Text, 1, 11) == ("removeinvis") then
  4950. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  4951. if v:IsA("Part") then
  4952. if v.Transparency == 1 then
  4953. if v.Name ~= "HumanoidRootPart" then
  4954. v:Destroy()
  4955. end
  4956. end
  4957. end
  4958. end
  4959. end
  4960. if string.sub(CMDBAR.Text, 1, 9) == ("removefog") then
  4961. game:GetService("Lighting").FogStart = 0
  4962. game:GetService("Lighting").FogEnd = 9999999999999
  4963. end
  4964. if string.sub(CMDBAR.Text, 1, 7) == ("disable") then
  4965. lplayer.Character.Humanoid.Parent = lplayer
  4966. end
  4967. if string.sub(CMDBAR.Text, 1, 6) == ("enable") then
  4968. lplayer.Humanoid.Parent = lplayer.Character
  4969. end
  4970. if string.sub(CMDBAR.Text, 1, 13) == ("givealltools ") then
  4971. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  4972. if v:IsA("Tool") then
  4973. v.Parent = lplayer.Character
  4974. wait()
  4975. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 14))) do
  4976. v.Parent = player.Character
  4977. end
  4978. end
  4979. end
  4980. end
  4981. if string.sub(CMDBAR.Text, 1, 9) == ("flyspeed ") then
  4982. speedfly = string.sub(CMDBAR.Text, 10)
  4983. wait()
  4984. change()
  4985. end
  4986. if string.sub(CMDBAR.Text, 1, 7) == ("carpet ") then
  4987. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  4988. local Anim3 = Instance.new("Animation")
  4989. Anim3.AnimationId = "rbxassetid://282574440"
  4990. local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  4991. track3:Play(.1, 1, 1)
  4992. bplrr = v.Name
  4993. banpl = true
  4994. end
  4995. end
  4996. if string.sub(CMDBAR.Text, 1, 8) == ("uncarpet") then
  4997. banpl = false
  4998. end
  4999. if string.sub(CMDBAR.Text, 1, 6) == ("stare ") then
  5000. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  5001. staring = true
  5002. stareplr = v
  5003. end
  5004. end
  5005. if string.sub(CMDBAR.Text, 1, 7) == ("unstare") then
  5006. staring = false
  5007. end
  5008. if string.sub(CMDBAR.Text, 1, 7) == ("logchat") then
  5009. chatlogs = true
  5010. game:GetService("StarterGui"):SetCore("SendNotification", {
  5011. Title = "LogChat enabled";
  5012. Text = "Now logging all player chat.";
  5013. })
  5014. end
  5015. if string.sub(CMDBAR.Text, 1, 9) == ("unlogchat") then
  5016. chatlogs = false
  5017. game:GetService("StarterGui"):SetCore("SendNotification", {
  5018. Title = "LogChat disabled";
  5019. Text = "Stopped logging all player chat.";
  5020. })
  5021. end
  5022. if string.sub(CMDBAR.Text, 1, 6) == ("fixcam") then
  5023. game:GetService("Workspace").CurrentCamera:Destroy()
  5024. wait(0.1)
  5025. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  5026. game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  5027. lplayer.CameraMinZoomDistance = 0.5
  5028. lplayer.CameraMaxZoomDistance = 400
  5029. lplayer.CameraMode = "Classic"
  5030. end
  5031. if string.sub(CMDBAR.Text, 1, 7) == ("unstate") then
  5032. changingstate = false
  5033. end
  5034. CMDBAR.Text = ""
  5035. end
  5036. end)
  5037.  
  5038. wait(0.3)
  5039. game:GetService("StarterGui"):SetCore("SendNotification", {
  5040. Title = "Loaded successfully!";
  5041. Text = "Reviz Admin V2 by illremember";
  5042. })
  5043. wait(0.1)
  5044. print("Reviz Admin V2 loaded!")
  5045. if game:GetService("Workspace").FilteringEnabled == true then
  5046. warn("FE is Enabled (Filtering Enabled)")
  5047. game:GetService("StarterGui"):SetCore("SendNotification", {
  5048. Title = "FE is Enabled";
  5049. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  5050. })
  5051. else
  5052. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  5053. game:GetService("StarterGui"):SetCore("SendNotification", {
  5054. Title = "FE is Disabled";
  5055. Text = "Filtering Disabled. Consider using a different admin script.";
  5056. })
  5057. end
  5058.  
  5059. local intro = Instance.new("ScreenGui")
  5060. local Frame = Instance.new("Frame")
  5061. local ImageLabel = Instance.new("ImageLabel")
  5062. intro.Parent = game:GetService("CoreGui")
  5063. Frame.Parent = intro
  5064. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  5065. Frame.BackgroundTransparency = 1
  5066. Frame.Size = UDim2.new(1, 0, 0, 300)
  5067. Frame.Position = UDim2.new(0, 0, -0.4, 0)
  5068. ImageLabel.Parent = Frame
  5069. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  5070. ImageLabel.BackgroundTransparency = 1
  5071. ImageLabel.Position = UDim2.new(0, 0, 0, 0)
  5072. ImageLabel.Size = UDim2.new(1, 0, 1, 0)
  5073. ImageLabel.Image = "http://www.roblox.com/asset/?id=1542162618"
  5074. Frame:TweenPosition(UDim2.new(0, 0, 0.2, 0), "Out", "Elastic", 3)
  5075. wait(3.01)
  5076. Frame:TweenPosition(UDim2.new(0, 0, 1.5, 0), "Out", "Elastic", 5)
  5077. wait(5.01)
  5078. intro:Destroy()
  5079. end)
  5080.  
  5081. PrisonBreaker.Name = "Prison Breaker"
  5082. PrisonBreaker.Parent = menuguui
  5083. PrisonBreaker.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  5084. PrisonBreaker.Position = UDim2.new(0.649404585, 0, 0.258397967, 0)
  5085. PrisonBreaker.Size = UDim2.new(0, 174, 0, 42)
  5086. PrisonBreaker.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  5087. PrisonBreaker.Font = Enum.Font.SciFi
  5088. PrisonBreaker.Text = "Prison Breaker"
  5089. PrisonBreaker.TextColor3 = Color3.fromRGB(0, 0, 0)
  5090. PrisonBreaker.TextSize = 14.000
  5091. PrisonBreaker.MouseButton1Down:connect(function()
  5092. -- Made by Jake11price
  5093. local gui = Instance.new("ScreenGui")
  5094. local main = Instance.new("Frame")
  5095. local looptazeframe = Instance.new("Frame")
  5096. local looptaze = Instance.new("TextButton")
  5097. local looptazetext = Instance.new("TextBox")
  5098. local title = Instance.new("TextLabel")
  5099. local loopkillframe = Instance.new("Frame")
  5100. local loopkilltext = Instance.new("TextButton")
  5101. local loopkill = Instance.new("TextButton")
  5102. local infswatgun = Instance.new("TextButton")
  5103. local infgun = Instance.new("TextButton")
  5104. local close = Instance.new("TextButton")
  5105. local bypasshackers = Instance.new("TextButton")
  5106. local openmain = Instance.new("Frame")
  5107. local open = Instance.new("TextButton")
  5108. --Properties:
  5109. gui.Name = "gui"
  5110. gui.Parent = game.CoreGui
  5111.  
  5112. main.Name = "main"
  5113. main.Parent = gui
  5114. main.BackgroundColor3 = Color3.new(0, 0, 0)
  5115. main.Position = UDim2.new(0.011210762, 0, 0.54422605, 0)
  5116. main.Size = UDim2.new(0, 443, 0, 281)
  5117. main.Active = true
  5118. main.Draggable = true
  5119.  
  5120. looptazeframe.Name = "looptazeframe"
  5121. looptazeframe.Parent = main
  5122. looptazeframe.BackgroundColor3 = Color3.new(0, 0, 0)
  5123. looptazeframe.Position = UDim2.new(0, 0, 0.16870153, 0)
  5124. looptazeframe.Size = UDim2.new(0, 159, 0, 151)
  5125.  
  5126. looptaze.Name = "Punish"
  5127. looptaze.Parent = looptazeframe
  5128. looptaze.BackgroundColor3 = Color3.new(1, 0.333333, 1)
  5129. looptaze.Position = UDim2.new(0.0817610025, 0, 0.622516572, 0)
  5130. looptaze.Size = UDim2.new(0, 132, 0, 50)
  5131. looptaze.Font = Enum.Font.GothamBold
  5132. looptaze.Text = "Punish"
  5133. looptaze.TextColor3 = Color3.new(0, 0, 0)
  5134. looptaze.TextSize = 17
  5135. looptaze.TextWrapped = true
  5136. looptaze.MouseButton1Down:connect(function()
  5137. saved = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  5138. game:GetService("StarterGui"):SetCore("SendNotification", {
  5139. Title = "Position Saved";
  5140. Text = "Success";
  5141. })
  5142.  
  5143. workspace.Remote.TeamEvent:FireServer("Bright blue")
  5144.  
  5145. local A_1 = "LocalPlayer"
  5146. local Event = game:GetService("Workspace").Remote.loadchar
  5147. Event:InvokeServer(A_1)
  5148.  
  5149. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = saved
  5150. game:GetService("StarterGui"):SetCore("SendNotification", {
  5151. Title = "Position Loaded";
  5152. Text = "Success";
  5153. })
  5154.  
  5155. while true do
  5156. local A_1 =
  5157. {
  5158. [1] =
  5159. {
  5160. ["RayObject"] = Ray.new(Vector3.new(829.838562, 101.489998, 2331.25635), Vector3.new(-30.6540909, -5.42795324, 95.0308533)),
  5161. ["Distance"] = 15.355997085571,
  5162. ["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),
  5163. ["Hit"] = game.Workspace[looptazetext.Text].Torso
  5164. }
  5165. }
  5166. local A_2 = game.Players.LocalPlayer.Backpack["Taser"]
  5167. local Event = game:GetService("ReplicatedStorage").ShootEvent
  5168. Event:FireServer(A_1, A_2)
  5169.  
  5170. wait(1.0)
  5171. Workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  5172.  
  5173. game.Workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["Remington 870"].ITEMPICKUP)
  5174.  
  5175. local A_1 =
  5176. {
  5177. [2] =
  5178. {
  5179. ["RayObject"] = Ray.new(Vector3.new(827.412415, 101.489777, 2296.84326), Vector3.new(303.047546, 21.3568707, 260.203888)),
  5180. ["Distance"] = 4.8114862442017,
  5181. ["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),
  5182. ["Hit"] = game:GetService("Workspace")[looptazetext.Text].Head
  5183. },
  5184. [3] =
  5185. {
  5186. ["RayObject"] = Ray.new(Vector3.new(827.412415, 101.489777, 2296.84326), Vector3.new(296.800507, 7.00420141, 268.067932)),
  5187. ["Distance"] = 4.444625377655,
  5188. ["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),
  5189. ["Hit"] = game:GetService("Workspace")[looptazetext.Text].Head
  5190. },
  5191. [1] =
  5192. {
  5193. ["RayObject"] = Ray.new(Vector3.new(827.412415, 101.489777, 2296.84326), Vector3.new(277.738678, 6.89340925, 287.773712)),
  5194. ["Distance"] = 4.7204174995422,
  5195. ["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),
  5196. ["Hit"] = game:GetService("Workspace")[looptazetext.Text].Head
  5197. },
  5198. [4] =
  5199. {
  5200. ["RayObject"] = Ray.new(Vector3.new(827.412415, 101.489777, 2296.84326), Vector3.new(284.930573, 11.9850616, 280.483368)),
  5201. ["Distance"] = 4.6211166381836,
  5202. ["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),
  5203. ["Hit"] = game:GetService("Workspace")[looptazetext.Text].Head
  5204. },
  5205. [5] =
  5206. {
  5207. ["RayObject"] = Ray.new(Vector3.new(827.412415, 101.489777, 2296.84326), Vector3.new(294.625824, 2.15741801, 270.538269)),
  5208. ["Distance"] = 4.4639973640442,
  5209. ["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),
  5210. ["Hit"] = game:GetService("Workspace")[looptazetext.Text].Head
  5211. }
  5212. }
  5213. local A_2 = game:GetService("Players").LocalPlayer.Backpack["Remington 870"]
  5214. local Event = game:GetService("ReplicatedStorage").ShootEvent
  5215. Event:FireServer(A_1, A_2)
  5216. wait(0.2)
  5217. end
  5218. end)
  5219.  
  5220. looptazetext.Name = "looptazetext"
  5221. looptazetext.Parent = looptazeframe
  5222. looptazetext.BackgroundColor3 = Color3.new(0, 1, 1)
  5223. looptazetext.Position = UDim2.new(0.0440251566, 0, 0.125827804, 0)
  5224. looptazetext.Size = UDim2.new(0, 145, 0, 50)
  5225. looptazetext.Font = Enum.Font.SourceSansBold
  5226. looptazetext.PlaceholderColor3 = Color3.new(0, 1, 1)
  5227. looptazetext.Text = "PLAYERNAME"
  5228. looptazetext.TextColor3 = Color3.new(0, 0, 0)
  5229. looptazetext.TextSize = 14
  5230.  
  5231. title.Name = "title"
  5232. title.Parent = main
  5233. title.BackgroundColor3 = Color3.new(0, 0, 0)
  5234. title.Size = UDim2.new(0, 443, 0, 44)
  5235. title.Font = Enum.Font.GothamBold
  5236. title.Text = "Anti-Abusers Prison life gui Made By Jake11price"
  5237. title.TextColor3 = Color3.new(1, 0, 0)
  5238. title.TextSize = 13
  5239. title.TextWrapped = true
  5240.  
  5241. loopkillframe.Name = "loopkillframe"
  5242. loopkillframe.Parent = main
  5243. loopkillframe.BackgroundColor3 = Color3.new(0, 0, 0)
  5244. loopkillframe.Position = UDim2.new(0.358916491, 0, 0.16870153, 0)
  5245. loopkillframe.Size = UDim2.new(0, 158, 0, 151)
  5246.  
  5247. loopkilltext.Name = "loopkilltext"
  5248. loopkilltext.Parent = loopkillframe
  5249. loopkilltext.BackgroundColor3 = Color3.new(1, 0, 1)
  5250. loopkilltext.Position = UDim2.new(0.0569620244, 0, 0.125827819, 0)
  5251. loopkilltext.Size = UDim2.new(0, 139, 0, 50)
  5252. loopkilltext.Font = Enum.Font.GothamBold
  5253. loopkilltext.Text = "UNPUNISH ALL"
  5254. loopkilltext.TextColor3 = Color3.new(0, 0, 0)
  5255. loopkilltext.TextSize = 14
  5256. loopkilltext.MouseButton1Down:connect(function()
  5257. workspace.Remote.TeamEvent:FireServer("Bright orange")
  5258.  
  5259. saved = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  5260. game:GetService("StarterGui"):SetCore("SendNotification", {
  5261. Title = "Position Saved";
  5262. Text = "Success";
  5263. })
  5264.  
  5265. wait(0.1)
  5266. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(992.738892, -503.049591, 2542.15552)
  5267.  
  5268.  
  5269. wait(0.5)
  5270. local A_1 = "LocalPlayer"
  5271. local Event = game:GetService("Workspace").Remote.loadchar
  5272. Event:InvokeServer(A_1)
  5273.  
  5274. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = saved
  5275. game:GetService("StarterGui"):SetCore("SendNotification", {
  5276. Title = "Position Loaded";
  5277. Text = "Success";
  5278. })
  5279. end)
  5280.  
  5281. loopkill.Name = "loopkill"
  5282. loopkill.Parent = loopkillframe
  5283. loopkill.BackgroundColor3 = Color3.new(1, 0, 1)
  5284. loopkill.Position = UDim2.new(0.0569620244, 0, 0.622516572, 0)
  5285. loopkill.Size = UDim2.new(0, 139, 0, 50)
  5286. loopkill.Font = Enum.Font.GothamBold
  5287. loopkill.Text = "Punish All"
  5288. loopkill.TextColor3 = Color3.new(0, 0, 0)
  5289. loopkill.TextSize = 17
  5290. loopkill.MouseButton1Down:connect(function()
  5291. workspace.Remote.TeamEvent:FireServer("Bright blue")
  5292.  
  5293. saved = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  5294. game:GetService("StarterGui"):SetCore("SendNotification", {
  5295. Title = "Position Saved";
  5296. Text = "Success";
  5297. })
  5298.  
  5299. local A_1 = "LocalPlayer"
  5300. local Event = game:GetService("Workspace").Remote.loadchar
  5301. Event:InvokeServer(A_1)
  5302.  
  5303. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = saved
  5304. game:GetService("StarterGui"):SetCore("SendNotification", {
  5305. Title = "Position Loaded";
  5306. Text = "Success";
  5307. })
  5308.  
  5309. while true do
  5310. wait(1.0)
  5311. function kill(a)
  5312. local A_1 =
  5313. {
  5314. [1] =
  5315. {
  5316. ["RayObject"] = Ray.new(Vector3.new(829.838562, 101.489998, 2331.25635), Vector3.new(-30.6540909, -5.42795324, 95.0308533)),
  5317. ["Distance"] = 15.355997085571,
  5318. ["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),
  5319. ["Hit"] = a.Character.Torso
  5320. }
  5321. }
  5322. local A_2 = game.Players.LocalPlayer.Backpack["Taser"]
  5323. local Event = game:GetService("ReplicatedStorage").ShootEvent
  5324. Event:FireServer(A_1, A_2)
  5325. end
  5326.  
  5327. for i,v in pairs(game.Players:GetChildren())do
  5328. if v.Name ~= game.Players.LocalPlayer.Name then
  5329. kill(v)
  5330. end
  5331. end
  5332.  
  5333. wait(1.0)
  5334. workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  5335.  
  5336. game.Workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["Remington 870"].ITEMPICKUP)
  5337.  
  5338. wait(0.5)
  5339. function kill(a)
  5340. local A_1 =
  5341. {
  5342. [1] =
  5343. {
  5344. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-391.152252, 8.65560055, -83.2166901)),
  5345. ["Distance"] = 3.2524313926697,
  5346. ["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),
  5347. ["Hit"] = a.Character.Head
  5348. },
  5349. [2] =
  5350. {
  5351. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-392.481476, -8.44939327, -76.7261353)),
  5352. ["Distance"] = 3.2699294090271,
  5353. ["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),
  5354. ["Hit"] = a.Character.Head
  5355. },
  5356. [3] =
  5357. {
  5358. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-389.21701, -2.50536323, -92.2163162)),
  5359. ["Distance"] = 3.1665518283844,
  5360. ["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),
  5361. ["Hit"] = a.Character.Head
  5362. },
  5363. [4] =
  5364. {
  5365. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-393.353973, 3.13988972, -72.5452042)),
  5366. ["Distance"] = 3.3218522071838,
  5367. ["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),
  5368. ["Hit"] = a.Character.Head
  5369. },
  5370. [5] =
  5371. {
  5372. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-390.73172, 3.2097764, -85.5477524)),
  5373. ["Distance"] = 3.222757101059,
  5374. ["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),
  5375. ["Hit"] = a.Character.Head
  5376. }
  5377. }
  5378. local A_2 = game.Players.LocalPlayer.Backpack["Remington 870"]
  5379. local Event = game:GetService("ReplicatedStorage").ShootEvent
  5380. Event:FireServer(A_1, A_2)
  5381. Event:FireServer(A_1, A_2)
  5382. end
  5383.  
  5384. for i,v in pairs(game.Players:GetChildren())do
  5385. if v.Name ~= game.Players.LocalPlayer.Name then
  5386. kill(v)
  5387. end
  5388. end
  5389. wait(0.2)
  5390. end
  5391. end)
  5392.  
  5393. infswatgun.Name = "PrisonBreakerv1.5"
  5394. infswatgun.Parent = main
  5395. infswatgun.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  5396. infswatgun.Position = UDim2.new(0.738148928, 0, 0.501286626, 0)
  5397. infswatgun.Size = UDim2.new(0, 106, 0, 50)
  5398. infswatgun.Font = Enum.Font.GothamSemibold
  5399. infswatgun.Text = "PrisonBreaker v1.5"
  5400. infswatgun.TextColor3 = Color3.new(1, 1, 0)
  5401. infswatgun.TextSize = 11
  5402. infswatgun.MouseButton1Down:connect(function()
  5403. -- Farewell Infortality.
  5404. -- Version: 2.82
  5405. -- Instances:
  5406. local PrisonBreakerv15 = Instance.new("ScreenGui")
  5407. local openmain = Instance.new("Frame")
  5408. local open = Instance.new("TextButton")
  5409. local main = Instance.new("Frame")
  5410. local title = Instance.new("TextLabel")
  5411. local close = Instance.new("TextButton")
  5412. local police = Instance.new("TextButton")
  5413. local inmate = Instance.new("TextButton")
  5414. local neutral = Instance.new("TextButton")
  5415. local arrestcrims = Instance.new("TextButton")
  5416. local invis = Instance.new("TextButton")
  5417. local superpunch = Instance.new("TextButton")
  5418. local guns = Instance.new("TextButton")
  5419. local taserbypass = Instance.new("TextButton")
  5420. local fling = Instance.new("TextButton")
  5421. local reviz = Instance.new("TextButton")
  5422. local arrest = Instance.new("TextButton")
  5423. local attach = Instance.new("TextButton")
  5424. local fastrem = Instance.new("TextButton")
  5425. local fastm9 = Instance.new("TextButton")
  5426. local fasttaze = Instance.new("TextButton")
  5427. local fastak = Instance.new("TextButton")
  5428. local killall = Instance.new("TextButton")
  5429. local btools = Instance.new("TextButton")
  5430. local speed = Instance.new("TextButton")
  5431. local respawn = Instance.new("TextButton")
  5432. local Credits = Instance.new("TextButton")
  5433. local prison = Instance.new("TextButton")
  5434. local yard = Instance.new("TextButton")
  5435. local crimbase = Instance.new("TextButton")
  5436. local title_2 = Instance.new("TextLabel")
  5437. local bringall = Instance.new("TextButton")
  5438. local drill = Instance.new("TextButton")
  5439. local killplrmain = Instance.new("Frame")
  5440. local killtext = Instance.new("TextBox")
  5441. local kill = Instance.new("TextButton")
  5442. local waves = Instance.new("TextButton")
  5443. local bigbowl = Instance.new("TextButton")
  5444. local tazeplrmain = Instance.new("Frame")
  5445. local tazetext = Instance.new("TextBox")
  5446. local taze = Instance.new("TextButton")
  5447. local teamcrim = Instance.new("TextButton")
  5448. local tazeall = Instance.new("TextButton")
  5449. local removewalls = Instance.new("TextButton")
  5450. local removeall = Instance.new("TextButton")
  5451. local lagserver = Instance.new("TextButton")
  5452. --Properties:
  5453. PrisonBreakerv15.Name = "PrisonBreaker v1.5"
  5454. PrisonBreakerv15.Parent = game.CoreGui
  5455.  
  5456. openmain.Name = "openmain"
  5457. openmain.Parent = PrisonBreakerv15
  5458. openmain.BackgroundColor3 = Color3.new(0, 0, 0)
  5459. openmain.Position = UDim2.new(0.00434467755, 0, 0.397959173, 0)
  5460. openmain.Size = UDim2.new(0, 100, 0, 27)
  5461. openmain.Visible = false
  5462.  
  5463. open.Name = "open"
  5464. open.Parent = openmain
  5465. open.BackgroundColor3 = Color3.new(1, 1, 0)
  5466. open.Position = UDim2.new(1.49011612e-08, 0, 0, 0)
  5467. open.Size = UDim2.new(0, 100, 0, 27)
  5468. open.Style = Enum.ButtonStyle.RobloxRoundButton
  5469. open.Font = Enum.Font.GothamBold
  5470. open.Text = "OPEN"
  5471. open.TextColor3 = Color3.new(0, 0, 0)
  5472. open.TextSize = 14
  5473. open.MouseButton1Down:connect(function()
  5474. openmain.Visible = false
  5475. main.Visible = true
  5476. end)
  5477.  
  5478. main.Name = "main"
  5479. main.Parent = PrisonBreakerv15
  5480. main.BackgroundColor3 = Color3.new(0, 1, 0)
  5481. main.Position = UDim2.new(0.00441803597, 0, 0.249908596, 0)
  5482. main.Size = UDim2.new(0, 383, 0, 586)
  5483. main.Style = Enum.FrameStyle.RobloxRound
  5484. main.Active = true
  5485. main.Draggable = true
  5486.  
  5487. title.Name = "title"
  5488. title.Parent = main
  5489. title.BackgroundColor3 = Color3.new(0, 0, 1)
  5490. title.Position = UDim2.new(-0.0125168273, 0, -0.00528348284, 0)
  5491. title.Size = UDim2.new(0, 376, 0, 50)
  5492. title.Font = Enum.Font.GothamBold
  5493. title.Text = "PrisonBreaker V1.5"
  5494. title.TextColor3 = Color3.new(1, 1, 1)
  5495. title.TextSize = 14
  5496.  
  5497. close.Name = "close"
  5498. close.Parent = main
  5499. close.BackgroundColor3 = Color3.new(0.333333, 0, 1)
  5500. close.Position = UDim2.new(0.848563969, 0, -0.00557620823, 0)
  5501. close.Size = UDim2.new(0, 59, 0, 50)
  5502. close.Font = Enum.Font.GothamBold
  5503. close.Text = "X"
  5504. close.TextColor3 = Color3.new(0, 0, 0)
  5505. close.TextSize = 14
  5506. close.MouseButton1Down:connect(function()
  5507. main.Visible = false
  5508. openmain.Visible = true
  5509. end)
  5510.  
  5511. police.Name = "police"
  5512. police.Parent = main
  5513. police.BackgroundColor3 = Color3.new(0, 0, 1)
  5514. police.Position = UDim2.new(0.0143180238, 0, 0.108731732, 0)
  5515. police.Size = UDim2.new(0, 84, 0, 22)
  5516. police.Font = Enum.Font.GothamBold
  5517. police.Text = "Team Police"
  5518. police.TextColor3 = Color3.new(0, 0, 0)
  5519. police.TextSize = 14
  5520. police.MouseButton1Down:connect(function()
  5521. workspace.Remote.TeamEvent:FireServer("Bright blue")
  5522. end)
  5523.  
  5524. inmate.Name = "inmate"
  5525. inmate.Parent = main
  5526. inmate.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  5527. inmate.BorderColor3 = Color3.new(1, 0.666667, 0.0901961)
  5528. inmate.Position = UDim2.new(0.270111769, 0, 0.107363492, 0)
  5529. inmate.Size = UDim2.new(0, 84, 0, 22)
  5530. inmate.Font = Enum.Font.GothamBold
  5531. inmate.Text = "Team Inmate"
  5532. inmate.TextColor3 = Color3.new(0, 0, 0)
  5533. inmate.TextSize = 14
  5534. inmate.MouseButton1Down:connect(function()
  5535. workspace.Remote.TeamEvent:FireServer("Bright orange")
  5536. end)
  5537.  
  5538. neutral.Name = "neutral"
  5539. neutral.Parent = main
  5540. neutral.BackgroundColor3 = Color3.new(0.772549, 0.74902, 0.784314)
  5541. neutral.Position = UDim2.new(0.525683641, 0, 0.106356524, 0)
  5542. neutral.Size = UDim2.new(0, 83, 0, 22)
  5543. neutral.Font = Enum.Font.GothamBold
  5544. neutral.Text = "Team Neutral"
  5545. neutral.TextColor3 = Color3.new(0, 0, 0)
  5546. neutral.TextSize = 14
  5547. neutral.TextStrokeColor3 = Color3.new(0.333333, 1, 0)
  5548. neutral.MouseButton1Down:connect(function()
  5549. Workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  5550. end)
  5551.  
  5552. arrestcrims.Name = "arrestcrims"
  5553. arrestcrims.Parent = main
  5554. arrestcrims.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  5555. arrestcrims.Position = UDim2.new(0.0124716684, 0, 0.160733104, 0)
  5556. arrestcrims.Size = UDim2.new(0, 111, 0, 31)
  5557. arrestcrims.Font = Enum.Font.GothamBold
  5558. arrestcrims.Text = "Arrest Crims"
  5559. arrestcrims.TextColor3 = Color3.new(1, 0, 0)
  5560. arrestcrims.TextSize = 14
  5561. arrestcrims.MouseButton1Down:connect(function()
  5562. local Player = game.Players.LocalPlayer
  5563. local cpos = Player.Character.HumanoidRootPart.CFrame
  5564. for i,v in pairs(game.Teams.Criminals:GetPlayers()) do
  5565. if v.Name ~= Player.Name then
  5566. local i = 10
  5567. repeat
  5568. wait()
  5569. i = i-1
  5570. game.Workspace.Remote.arrest:InvokeServer(v.Character.HumanoidRootPart)
  5571. Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  5572. until i == 0
  5573. end
  5574. end
  5575. Player.Character.HumanoidRootPart.CFrame = cpos
  5576. Notify("Success", "Arrested all of the n00bs", "Cool!")
  5577. end)
  5578.  
  5579. invis.Name = "invis"
  5580. invis.Parent = main
  5581. invis.BackgroundColor3 = Color3.new(0, 1, 1)
  5582. invis.Position = UDim2.new(0.348153055, 0, 0.160733074, 0)
  5583. invis.Size = UDim2.new(0, 111, 0, 31)
  5584. invis.Font = Enum.Font.GothamBold
  5585. invis.Text = "Invisible"
  5586. invis.TextColor3 = Color3.new(1, 0, 0)
  5587. invis.TextSize = 14
  5588. invis.MouseButton1Down:connect(function()
  5589. local player = game.Players.LocalPlayer
  5590. position = player.Character.HumanoidRootPart.Position
  5591. wait(0.1)
  5592. player.Character:MoveTo(position + Vector3.new(0, 1000000, 0))
  5593. wait(0.1)
  5594. humanoidrootpart = player.Character.HumanoidRootPart:clone()
  5595. wait(0.1)
  5596. player.Character.HumanoidRootPart:Destroy()
  5597. humanoidrootpart.Parent = player.Character
  5598. player.Character:MoveTo(position)
  5599. wait()
  5600. -- Remove this if you want to see yourself (others still won't see you)
  5601. game.Players.LocalPlayer.Character.Torso.Transparency = 1
  5602. game.Players.LocalPlayer.Character.Head.Transparency = 1
  5603. game.Players.LocalPlayer.Character["Left Arm"].Transparency = 1
  5604. game.Players.LocalPlayer.Character["Right Arm"].Transparency = 1
  5605. game.Players.LocalPlayer.Character["Left Leg"].Transparency = 1
  5606. game.Players.LocalPlayer.Character["Right Leg"].Transparency = 1
  5607. game.Players.LocalPlayer.Character.Humanoid:RemoveAccessories()
  5608. game.Players.LocalPlayer.Character.Head.face:Remove()
  5609. end)
  5610.  
  5611. superpunch.Name = "superpunch"
  5612. superpunch.Parent = main
  5613. superpunch.BackgroundColor3 = Color3.new(0, 1, 1)
  5614. superpunch.Position = UDim2.new(0.678248107, 0, 0.160733074, 0)
  5615. superpunch.Size = UDim2.new(0, 111, 0, 31)
  5616. superpunch.Font = Enum.Font.GothamBold
  5617. superpunch.Text = "SuperPunch"
  5618. superpunch.TextColor3 = Color3.new(1, 0, 0)
  5619. superpunch.TextSize = 14
  5620. superpunch.MouseButton1Down:connect(function()
  5621. 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)
  5622. end)
  5623.  
  5624. guns.Name = "guns"
  5625. guns.Parent = main
  5626. guns.BackgroundColor3 = Color3.new(0, 1, 1)
  5627. guns.Position = UDim2.new(0.0124716703, 0, 0.2304198, 0)
  5628. guns.Size = UDim2.new(0, 111, 0, 32)
  5629. guns.Font = Enum.Font.GothamBlack
  5630. guns.Text = "Guns"
  5631. guns.TextColor3 = Color3.new(1, 0, 0)
  5632. guns.TextSize = 14
  5633. guns.MouseButton1Down:connect(function()
  5634. for i,v in pairs(Workspace.Prison_ITEMS.giver:GetChildren()) do
  5635.  
  5636. lol = Workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  5637. print(lol)
  5638. end
  5639. end)
  5640.  
  5641. taserbypass.Name = "taserbypass"
  5642. taserbypass.Parent = main
  5643. taserbypass.BackgroundColor3 = Color3.new(0, 1, 1)
  5644. taserbypass.Position = UDim2.new(0.348080158, 0, 0.2304198, 0)
  5645. taserbypass.Size = UDim2.new(0, 111, 0, 32)
  5646. taserbypass.Font = Enum.Font.GothamBold
  5647. taserbypass.Text = "Taser Bypass"
  5648. taserbypass.TextColor3 = Color3.new(1, 0, 0)
  5649. taserbypass.TextSize = 14
  5650. taserbypass.MouseButton1Down:connect(function()
  5651. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
  5652. game.Players.LocalPlayer.CharacterAdded:connect(function()
  5653. game.Workspace:WaitForChild(game.Players.LocalPlayer.Name)
  5654. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
  5655. end)
  5656. local message = Instance.new("Message",game.Workspace)
  5657. message.Text = 'Made By Jake11price'
  5658. wait(2)
  5659. message:Destroy()
  5660. end)
  5661.  
  5662. fling.Name = "fling"
  5663. fling.Parent = main
  5664. fling.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  5665. fling.Position = UDim2.new(0.00984076969, 0, 0.379423141, 0)
  5666. fling.Size = UDim2.new(0, 111, 0, 32)
  5667. fling.Font = Enum.Font.GothamBold
  5668. fling.Text = "Fling"
  5669. fling.TextColor3 = Color3.new(1, 0, 0)
  5670. fling.TextSize = 14
  5671. fling.MouseButton1Down:connect(function()
  5672. power = 300 -- change this to make it more or less powerful
  5673.  
  5674. game:GetService('RunService').Stepped:connect(function()
  5675. game.Players.LocalPlayer.Character.Head.CanCollide = false
  5676. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  5677. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  5678. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  5679. end)
  5680.  
  5681. wait(.1)
  5682. local bambam = Instance.new("BodyThrust")
  5683. bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  5684. bambam.Force = Vector3.new(power,0,power)
  5685. bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  5686. end)
  5687.  
  5688. reviz.Name = "reviz"
  5689. reviz.Parent = main
  5690. reviz.BackgroundColor3 = Color3.new(0, 1, 1)
  5691. reviz.Position = UDim2.new(0.0121497028, 0, 0.303878158, 0)
  5692. reviz.Size = UDim2.new(0, 111, 0, 32)
  5693. reviz.Font = Enum.Font.GothamBold
  5694. reviz.Text = "Reviz Admin"
  5695. reviz.TextColor3 = Color3.new(1, 0, 0)
  5696. reviz.TextSize = 14
  5697. reviz.MouseButton1Down:connect(function()
  5698. -- Creator: illremember#3799
  5699.  
  5700. -- Credits to infinite yield, harkinian, dex creators
  5701.  
  5702. prefix = ";"
  5703. wait(0.3)
  5704. Commands = {
  5705. '[-] cmdbar is shown when ; is pressed.',
  5706. '[1] kill [plr] -- You need a tool! Will kill the player, use rkill to kill you and player',
  5707. '[2] bring [plr] -- You need a tool! Will bring player to you',
  5708. '[3] spin [plr] -- You need a tool! Makes you and the player spin crazy',
  5709. '[4] unspin -- Use after using spin cmd and dying, so you stop loop teleporting',
  5710. '[5] attach [plr] -- You need a tool! Attaches you to player',
  5711. '[6] unattach [plr] -- Attempts to unattach you from a player',
  5712. '[7] follow [plr] -- Makes you follow behind the player',
  5713. '[8] unfollow',
  5714. '[9] freefall [plr] -- You need a tool! Teleports you and the player up into the air',
  5715. '[10] trail [plr] -- The opposite of follow, you stay infront of player',
  5716. '[11] untrail',
  5717. '[12] orbit [plr] -- Makes you orbit the player',
  5718. '[13] unorbit',
  5719. '[14] fling [plr] -- Makes you fling the player',
  5720. '[15] unfling',
  5721. '[16] fecheck -- Checks if the game is FE or not',
  5722. '[17] void [plr] -- Teleports player to the void',
  5723. '[18] noclip -- Gives you noclip to walk through walls',
  5724. '[19] clip -- Removes noclip',
  5725. '[20] speed [num]/ws [num] -- Changes how fast you walk 16 is default',
  5726. '[21] jumppower [num]/jp [num] -- Changes how high you jump 50 is default',
  5727. '[22] hipheight [num]/hh [num] -- Changes how high you float 0 is default',
  5728. '[23] default -- Changes your speed, jumppower and hipheight to default values',
  5729. '[24] annoy [plr] -- Loop teleports you to the player',
  5730. '[25] unannoy',
  5731. '[26] headwalk [plr] -- Loop teleports you to the player head',
  5732. '[27] unheadwalk',
  5733. '[28] nolimbs -- Removes your arms and legs',
  5734. '[29] god -- Gives you FE Godmode',
  5735. '[30] drophats -- Drops your accessories',
  5736. '[31] droptool -- Drops any tool you have equipped',
  5737. '[32] loopdhats -- Loop drops your accessories',
  5738. '[33] unloopdhats',
  5739. '[34] loopdtool -- Loop drops any tools you have equipped',
  5740. '[35] unloopdtool',
  5741. '[36] invisible -- Gives you invisibility CREDIT TO TIMELESS',
  5742. '[37] view [plr] -- Changes your camera to the player character',
  5743. '[38] unview',
  5744. '[39] goto [plr] -- Teleports you to player',
  5745. '[40] fly -- Allows you to fly, credit to Infinite Yield',
  5746. '[41] unfly',
  5747. '[42] chat [msg] -- Makes you chat a message',
  5748. '[43] spam [msg] -- Spams a message',
  5749. '[44] unspam',
  5750. '[45] spamwait [num] -- Changes delay of chatting a message for the spam command in seconds default is 1 second',
  5751. '[46] pmspam [plr] -- Spams a player in private message',
  5752. '[47] unpmspam',
  5753. '[48] cfreeze [plr] -- Freezes a player on your client, they will only be frozen for you',
  5754. '[49] uncfreeze [plr]',
  5755. '[50] unlockws -- Unlocks the workspace',
  5756. '[51] lockws -- Locks the workspace',
  5757. '[52] btools -- Gives you btools that will only show to you useful for deleting certain blocks only for you',
  5758. '[53] pstand -- Enables platform stand',
  5759. '[54] unpstand -- Disables platform stand',
  5760. '[55] blockhead -- Removes your head mesh',
  5761. '[56] sit',
  5762. '[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',
  5763. '[58] wsvis [num] -- Changes visibility of workspace parts, num should be between 0 and 1, only shows client sided',
  5764. '[59] hypertotal -- Loads in my FE GUI Hypertotal',
  5765. '[60] cmds -- Prints all commands',
  5766. '[61] rmeshhats/blockhats -- Removes the meshes of all your accessories aka block hats',
  5767. '[62] rmeshtool/blocktool -- Removes the mesh of the tool you have equipped aka block tool',
  5768. '[63] spinner -- Makes you spin',
  5769. '[64] nospinner',
  5770. '[65] reach [num] -- Gives you reach, mostly used for swords, say ;reachd for default and enter number after for custom',
  5771. '[66] noreach -- Removes reach, must have tool equipped',
  5772. '[67] rkill [plr] -- Kills you and the player, use kill to just kill the player without dying',
  5773. '[68] tp me [plr] -- Alternative to goto',
  5774. '[69] cbring [plr] -- Brings player infront of you, shows only on client, allows you to do damage to player',
  5775. '[70] uncbring',
  5776. '[71] swap [plr] -- You need a tool! Swaps players position with yours and your position with players',
  5777. '[72] givetool [plr] -- Gives the tool you have equipped to the player',
  5778. '[73] glitch [plr] -- Glitches you and the player, looks very cool',
  5779. '[74] unglitch -- Unglitches you',
  5780. '[75] grespawn -- Alternative to normal respawn and usually works best for when you want to reset with FE Godmode',
  5781. '[76] explorer -- Loads up DEX',
  5782. '[77] reset -- Resets your character.',
  5783. '[78] anim [id] -- Applies an animation on you, must be created by ROBLOX',
  5784. '[79] animgui -- Loads up Energize animations GUI',
  5785. '[80] savepos -- Saves your current position',
  5786. '[81] loadpos -- Teleports you to your saved position',
  5787. '[82] bang [plr] -- 18+ will not work if you have FE Godmode on',
  5788. '[83] unbang',
  5789. '[84] delcmdbar -- Removes the command bar completely',
  5790. '[85] bringmod [obj] -- Brings all the parts in a model, client only, comes from ;bringobj enter exact name of model',
  5791. '[86] shutdown -- Uses harkinians script to shutdown server',
  5792. '[87] respawn -- If grespawn doesnt work you can use respawn',
  5793. '[88] delobj [obj] -- Deletes a certain brick in workspace, client sided',
  5794. '[89] getplrs -- Prints all players in game',
  5795. '[90] deldecal -- Deletes all decals client sided',
  5796. '[91] opfinality -- Loads in my FE GUI Opfinality',
  5797. '[92] remotes -- Prints all remotes in the game in the console when added',
  5798. '[93] noremotes -- Stops printing remotes',
  5799. '[94] tpdefault -- Stops all loop teleports to a player',
  5800. '[95] stopsit -- Will not allow you to sit',
  5801. '[96] gosit -- Allows you to sit',
  5802. '[97] clicktp -- Enables click tp',
  5803. '[98] noclicktp -- Disables click tp',
  5804. '[99] toolson -- If any tools are dropped in the workspace you will automatically get them',
  5805. '[100] toolsoff -- Stops ;toolson',
  5806. '[101] version -- Gets the admin version',
  5807. '[102] state [num] -- Changes your humanoid state, ;unstate to stop.',
  5808. '[103] gravity [num] -- Changes workspace gravity default is 196.2',
  5809. '[104] pgs -- Checks if the game has PGSPhysicsSolverEnabled enabled',
  5810. '[105] clickdel -- Delete any block you press q on, client sided',
  5811. '[106] noclickdel -- Stops clickdel',
  5812. '[107] looprhats -- Loop removes mesh of your hats/loop block hats',
  5813. '[108] unlooprhats -- Stops loop removing mesh',
  5814. '[109] looprtool -- Loop removes mesh of your tool/loop block tools',
  5815. '[110] unlooprtool -- Stops loop removing mesh',
  5816. '[111] givealltools [plr] -- Gives all the tools you have in your backpack to the player',
  5817. '[112] age [plr] -- Makes you chat the account age of the player',
  5818. '[113] id [plr] -- Makes you chat the account ID of the player',
  5819. '[114] .age [plr] -- Privately shows you the account age of the player',
  5820. '[115] .id [plr] -- Privately shows you the account ID of the player',
  5821. '[116] gameid -- Shows the game ID',
  5822. '[117] removeinvis -- Removes all invisible walls/parts, client sided',
  5823. '[118] removefog -- Removes fog, client sided',
  5824. '[119] disable -- Disables your character by removing humanoid',
  5825. '[120] enable -- Enables your character by adding humanoid',
  5826. '[121] prefix [key] -- Changes the prefix used, default is ;',
  5827. '[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.',
  5828. '[123] flyspeed [num] -- Change your fly speed, default is 1',
  5829. '[124] carpet [plr] -- Makes you a carpet for a player, will not work if FE Godmode is on',
  5830. '[125] uncarpet -- Stops carpet player',
  5831. '[126] stare [plr] -- Turns your character to stare at another player',
  5832. '[127] unstare -- Stops stare player',
  5833. '[128] logchat -- Logs all chat (including /e and whispers) of all players',
  5834. '[129] unlogchat -- Disables logchat',
  5835. '[130] fixcam -- Fixes/resets your camera',
  5836. '[131] unstate -- Stops changing state',
  5837. }
  5838. speedget = 1
  5839.  
  5840. lplayer = game:GetService("Players").LocalPlayer
  5841.  
  5842. lplayer.CharacterAdded:Connect(function(character)
  5843. spin = false
  5844. flying = false
  5845. staring = false
  5846. banpl = false
  5847. end)
  5848.  
  5849. function change()
  5850. prefix = prefix
  5851. speedfly = speedfly
  5852. end
  5853.  
  5854. function GetPlayer(String) -- Credit to Timeless/xFunnieuss
  5855. local Found = {}
  5856. local strl = String:lower()
  5857. if strl == "all" then
  5858. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  5859. table.insert(Found,v)
  5860. end
  5861. elseif strl == "others" then
  5862. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  5863. if v.Name ~= lplayer.Name then
  5864. table.insert(Found,v)
  5865. end
  5866. end
  5867. elseif strl == "me" then
  5868. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  5869. if v.Name == lplayer.Name then
  5870. table.insert(Found,v)
  5871. end
  5872. end
  5873. else
  5874. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  5875. if v.Name:lower():sub(1, #String) == String:lower() then
  5876. table.insert(Found,v)
  5877. end
  5878. end
  5879. end
  5880. return Found
  5881. end
  5882.  
  5883. local Mouse = lplayer:GetMouse()
  5884.  
  5885. spin = false
  5886. followed = false
  5887. traill = false
  5888. noclip = false
  5889. annoying = false
  5890. hwalk = false
  5891. droppinghats = false
  5892. droppingtools = false
  5893. flying = false
  5894. spamdelay = 1
  5895. spamming = false
  5896. spammingpm = false
  5897. cbringing = false
  5898. remotes = true
  5899. added = true
  5900. binds = false
  5901. stopsitting = false
  5902. clickgoto = false
  5903. gettingtools = false
  5904. removingmeshhats = false
  5905. removingmeshtool = false
  5906. clickdel = false
  5907. staring = false
  5908. chatlogs = false
  5909. banpl = false
  5910. changingstate = false
  5911. statechosen = 0
  5912.  
  5913. adminversion = "Reviz Admin by illremember, Version 2.0"
  5914.  
  5915. flying = false
  5916. speedfly = 1
  5917.  
  5918. function plrchat(plr, chat)
  5919. print(plr.Name..": "..tick().."\n"..chat)
  5920. end
  5921.  
  5922. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  5923. v.Chatted:connect(function(chat)
  5924. if chatlogs then
  5925. plrchat(v, chat)
  5926. end
  5927. end)
  5928. end
  5929. game:GetService("Players").PlayerAdded:connect(function(plr)
  5930. plr.Chatted:connect(function(chat)
  5931. if chatlogs then
  5932. plrchat(plr, chat)
  5933. end
  5934. end)
  5935. end)
  5936.  
  5937.  
  5938. local ScreenGui = Instance.new("ScreenGui")
  5939. local Frame = Instance.new("Frame")
  5940. local CMDBAR = Instance.new("TextBox")
  5941. ScreenGui.Parent = game:GetService("CoreGui")
  5942. Frame.Parent = ScreenGui
  5943. Frame.BackgroundColor3 = Color3.new(0.3, 0.1, 0.1)
  5944. Frame.BackgroundTransparency = 0.3
  5945. Frame.Position = UDim2.new(0.5, 0, 0, 10)
  5946. Frame.Size = UDim2.new(0, 200, 0, 40)
  5947. Frame.Active = true
  5948. Frame.Draggable = true
  5949. CMDBAR.Name = "CMDBAR"
  5950. CMDBAR.Parent = Frame
  5951. CMDBAR.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  5952. CMDBAR.BackgroundTransparency = 0.20000000298023
  5953. CMDBAR.Size = UDim2.new(0, 180, 0, 20)
  5954. CMDBAR.Position = UDim2.new(0.05, 0, 0.25, 0)
  5955. CMDBAR.Font = Enum.Font.SourceSansLight
  5956. CMDBAR.FontSize = Enum.FontSize.Size14
  5957. CMDBAR.TextColor3 = Color3.new(0.945098, 0.945098, 0.945098)
  5958. CMDBAR.TextScaled = true
  5959. CMDBAR.TextSize = 14
  5960. CMDBAR.TextWrapped = true
  5961. CMDBAR.Text = "Press ; to type, Enter to execute"
  5962.  
  5963. local CMDS = Instance.new("ScreenGui")
  5964. local CMDSFRAME = Instance.new("Frame")
  5965. local ScrollingFrame = Instance.new("ScrollingFrame")
  5966. local TextLabel = Instance.new("TextLabel")
  5967. local closegui = Instance.new("TextButton")
  5968. CMDS.Name = "CMDS"
  5969. CMDS.Parent = game:GetService("CoreGui")
  5970. CMDSFRAME.Name = "CMDSFRAME"
  5971. CMDSFRAME.Parent = CMDS
  5972. CMDSFRAME.Active = true
  5973. CMDSFRAME.BackgroundColor3 = Color3.new(0.223529, 0.231373, 0.309804)
  5974. CMDSFRAME.BorderSizePixel = 0
  5975. CMDSFRAME.Draggable = true
  5976. CMDSFRAME.Position = UDim2.new(0, 315, 0, 100)
  5977. CMDSFRAME.Size = UDim2.new(0, 275, 0, 275)
  5978. CMDSFRAME.Visible = false
  5979. ScrollingFrame.Parent = CMDSFRAME
  5980. ScrollingFrame.BackgroundColor3 = Color3.new(0.160784, 0.160784, 0.203922)
  5981. ScrollingFrame.BorderSizePixel = 0
  5982. ScrollingFrame.Position = UDim2.new(0, 0, 0.0729999989, 0)
  5983. ScrollingFrame.Size = UDim2.new(1.04999995, 0, 0.92900002, 0)
  5984. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 10, 0)
  5985. TextLabel.Parent = ScrollingFrame
  5986. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  5987. TextLabel.BackgroundTransparency = 1
  5988. TextLabel.Size = UDim2.new(0.930000007, 0, 1, 0)
  5989. TextLabel.Font = Enum.Font.SourceSans
  5990. TextLabel.FontSize = Enum.FontSize.Size18
  5991. 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."
  5992. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  5993. TextLabel.TextSize = 15
  5994. TextLabel.TextWrapped = true
  5995. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  5996. TextLabel.TextYAlignment = Enum.TextYAlignment.Top
  5997. closegui.Name = "closegui"
  5998. closegui.Parent = CMDSFRAME
  5999. closegui.BackgroundColor3 = Color3.new(0.890196, 0.223529, 0.0588235)
  6000. closegui.BorderSizePixel = 0
  6001. closegui.Position = UDim2.new(0.995000005, 0, 0, 0)
  6002. closegui.Size = UDim2.new(0.0545952693, 0, 0.0728644878, 0)
  6003. closegui.Font = Enum.Font.SourceSansBold
  6004. closegui.FontSize = Enum.FontSize.Size24
  6005. closegui.Text = "X"
  6006. closegui.TextColor3 = Color3.new(1, 1, 1)
  6007. closegui.TextSize = 20
  6008.  
  6009. closegui.MouseButton1Click:connect(function()
  6010. CMDSFRAME.Visible = false
  6011. end)
  6012.  
  6013. game:GetService('RunService').Stepped:connect(function()
  6014. if spin then
  6015. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[spinplr.Name].Character.HumanoidRootPart.CFrame
  6016. end
  6017. if followed then
  6018. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame.lookVector * -5
  6019. end
  6020. if traill then
  6021. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame.lookVector * 5
  6022. end
  6023. if annoying then
  6024. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[annplr.Name].Character.HumanoidRootPart.CFrame
  6025. end
  6026. if hwalk then
  6027. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[hdwplr.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 4, 0)
  6028. end
  6029. if staring then
  6030. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(lplayer.Character.Torso.Position, game:GetService("Players")[stareplr.Name].Character.Torso.Position)
  6031. end
  6032. end)
  6033. game:GetService('RunService').Stepped:connect(function()
  6034. if noclip then
  6035. if lplayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  6036. lplayer.Character.Head.CanCollide = false
  6037. lplayer.Character.Torso.CanCollide = false
  6038. lplayer.Character["Left Leg"].CanCollide = false
  6039. lplayer.Character["Right Leg"].CanCollide = false
  6040. else
  6041. lplayer.Character.Humanoid:ChangeState(11)
  6042. end
  6043. end
  6044. if changingstate then
  6045. lplayer.Character.Humanoid:ChangeState(statechosen)
  6046. end
  6047. end)
  6048. game:GetService('RunService').Stepped:connect(function()
  6049. if droppinghats then
  6050. for i,v in pairs(lplayer.Character:GetChildren()) do
  6051. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  6052. v.Parent = workspace
  6053. end
  6054. end
  6055. end
  6056. if droppingtools then
  6057. for i,v in pairs(lplayer.Character:GetChildren()) do
  6058. if (v:IsA("Tool")) then
  6059. v.Parent = workspace
  6060. end
  6061. end
  6062. end
  6063. if removingmeshhats then
  6064. for i,v in pairs(lplayer.Character:GetChildren()) do
  6065. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  6066. v.Handle.Mesh:Destroy()
  6067. end
  6068. end
  6069. end
  6070. if removingmeshtool then
  6071. for i,v in pairs(lplayer.Character:GetChildren()) do
  6072. if (v:IsA("Tool")) then
  6073. v.Handle.Mesh:Destroy()
  6074. end
  6075. end
  6076. end
  6077. end)
  6078. game:GetService('RunService').Stepped:connect(function()
  6079. if banpl then
  6080. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[bplrr].Character.HumanoidRootPart.CFrame
  6081. end
  6082. end)
  6083. game:GetService('RunService').Stepped:connect(function()
  6084. if stopsitting then
  6085. lplayer.Character.Humanoid.Sit = false
  6086. end
  6087. end)
  6088.  
  6089. plr = lplayer
  6090. hum = plr.Character.HumanoidRootPart
  6091. mouse = plr:GetMouse()
  6092. mouse.KeyDown:connect(function(key)
  6093. if key == "e" then
  6094. if mouse.Target then
  6095. if clickgoto then
  6096. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  6097. elseif clickdel then
  6098. mouse.Target:Destroy()
  6099. end
  6100. end
  6101. end
  6102. end)
  6103.  
  6104. game:GetService("Workspace").ChildAdded:connect(function(part)
  6105. if gettingtools then
  6106. if part:IsA("Tool") then
  6107. part.Handle.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  6108. end
  6109. end
  6110. end)
  6111.  
  6112. lplayer.Chatted:Connect(function(msg)
  6113. if string.sub(msg, 1, 6) == (prefix.."kill ") then
  6114. if string.sub(msg, 7) == "me" then
  6115. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  6116. else
  6117. for i,v in pairs(GetPlayer(string.sub(msg, 7)))do
  6118. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  6119. lplayer.Character.Humanoid.Name = 1
  6120. local l = lplayer.Character["1"]:Clone()
  6121. l.Parent = lplayer.Character
  6122. l.Name = "Humanoid"
  6123. wait(0.1)
  6124. lplayer.Character["1"]:Destroy()
  6125. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  6126. lplayer.Character.Animate.Disabled = true
  6127. wait(0.1)
  6128. lplayer.Character.Animate.Disabled = false
  6129. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  6130. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  6131. lplayer.Character.Humanoid:EquipTool(v)
  6132. end
  6133. local function tp(player,player2)
  6134. local char1,char2=player.Character,player2.Character
  6135. if char1 and char2 then
  6136. char1:MoveTo(char2.Head.Position)
  6137. end
  6138. end
  6139. wait(0.1)
  6140. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  6141. wait(0.2)
  6142. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  6143. wait(0.5)
  6144. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  6145. wait(0.7)
  6146. tp(lplayer,game:GetService("Players")[v.Name])
  6147. wait(0.7)
  6148. lplayer.Character.HumanoidRootPart.CFrame = NOW
  6149. game:GetService("StarterGui"):SetCore("SendNotification", {
  6150. Title = "Tools needed!";
  6151. Text = "You need a tool in your backpack for this command!";
  6152. })
  6153. end
  6154. end
  6155. end
  6156. if string.sub(msg, 1, 7) == (prefix.."bring ") then
  6157. for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  6158. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  6159. lplayer.Character.Humanoid.Name = 1
  6160. local l = lplayer.Character["1"]:Clone()
  6161. l.Parent = lplayer.Character
  6162. l.Name = "Humanoid"
  6163. wait(0.1)
  6164. lplayer.Character["1"]:Destroy()
  6165. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  6166. lplayer.Character.Animate.Disabled = true
  6167. wait(0.1)
  6168. lplayer.Character.Animate.Disabled = false
  6169. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  6170. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  6171. lplayer.Character.Humanoid:EquipTool(v)
  6172. end
  6173. local function tp(player,player2)
  6174. local char1,char2=player.Character,player2.Character
  6175. if char1 and char2 then
  6176. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  6177. end
  6178. end
  6179. local function getout(player,player2)
  6180. local char1,char2=player.Character,player2.Character
  6181. if char1 and char2 then
  6182. char1:MoveTo(char2.Head.Position)
  6183. end
  6184. end
  6185. tp(game:GetService("Players")[v.Name], lplayer)
  6186. wait(0.2)
  6187. tp(game:GetService("Players")[v.Name], lplayer)
  6188. wait(0.5)
  6189. lplayer.Character.HumanoidRootPart.CFrame = NOW
  6190. wait(0.5)
  6191. getout(lplayer, game:GetService("Players")[v.Name])
  6192. wait(0.3)
  6193. lplayer.Character.HumanoidRootPart.CFrame = NOW
  6194. game:GetService("StarterGui"):SetCore("SendNotification", {
  6195. Title = "Tools needed!";
  6196. Text = "You need a tool in your backpack for this command!";
  6197. })
  6198. end
  6199. end
  6200. if string.sub(msg, 1, 6) == (prefix.."spin ") then
  6201. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  6202. lplayer.Character.Humanoid.Name = 1
  6203. local l = lplayer.Character["1"]:Clone()
  6204. l.Parent = lplayer.Character
  6205. l.Name = "Humanoid"
  6206. wait(0.1)
  6207. lplayer.Character["1"]:Destroy()
  6208. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  6209. lplayer.Character.Animate.Disabled = true
  6210. wait(0.1)
  6211. lplayer.Character.Animate.Disabled = false
  6212. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  6213. lplayer.Character.Animate.Disabled = false
  6214. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  6215. lplayer.Character.Humanoid:EquipTool(v)
  6216. end
  6217. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  6218. spinplr = v
  6219. wait(0.5)
  6220. spin = true
  6221. game:GetService("StarterGui"):SetCore("SendNotification", {
  6222. Title = "Tools needed!";
  6223. Text = "You need a tool in your backpack for this command!";
  6224. })
  6225. end
  6226. end
  6227. if string.sub(msg, 1, 7) == (prefix.."unspin") then
  6228. spin = false
  6229. end
  6230. if string.sub(msg, 1, 8) == (prefix.."attach ") then
  6231. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  6232. lplayer.Character.Humanoid.Name = 1
  6233. local l = lplayer.Character["1"]:Clone()
  6234. l.Parent = lplayer.Character
  6235. l.Name = "Humanoid"
  6236. wait(0.1)
  6237. lplayer.Character["1"]:Destroy()
  6238. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  6239. lplayer.Character.Animate.Disabled = true
  6240. wait(0.1)
  6241. lplayer.Character.Animate.Disabled = false
  6242. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  6243. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  6244. lplayer.Character.Humanoid:EquipTool(v)
  6245. end
  6246. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  6247. wait(0.3)
  6248. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  6249. attplr = v
  6250. game:GetService("StarterGui"):SetCore("SendNotification", {
  6251. Title = "Tools needed!";
  6252. Text = "You need a tool in your backpack for this command!";
  6253. })
  6254. end
  6255. end
  6256. if string.sub(msg, 1, 10) == (prefix.."unattach ") then
  6257. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  6258. local function getout(player,player2)
  6259. local char1,char2=player.Character,player2.Character
  6260. if char1 and char2 then
  6261. char1:MoveTo(char2.Head.Position)
  6262. end
  6263. end
  6264. getout(lplayer, game:GetService("Players")[v.Name])
  6265. end
  6266. end
  6267. if string.sub(msg, 1, 8) == (prefix.."follow ") then
  6268. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  6269. followed = true
  6270. flwplr = v
  6271. end
  6272. end
  6273. if string.sub(msg, 1, 9) == (prefix.."unfollow") then
  6274. followed = false
  6275. end
  6276. if string.sub(msg, 1, 10) == (prefix.."freefall ") then
  6277. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  6278. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  6279. lplayer.Character.Humanoid.Name = 1
  6280. local l = lplayer.Character["1"]:Clone()
  6281. l.Parent = lplayer.Character
  6282. l.Name = "Humanoid"
  6283. wait(0.1)
  6284. lplayer.Character["1"]:Destroy()
  6285. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  6286. lplayer.Character.Animate.Disabled = true
  6287. wait(0.1)
  6288. lplayer.Character.Animate.Disabled = false
  6289. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  6290. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  6291. lplayer.Character.Humanoid:EquipTool(v)
  6292. end
  6293. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  6294. wait(0.2)
  6295. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  6296. wait(0.6)
  6297. lplayer.Character.HumanoidRootPart.CFrame = NOW
  6298. wait(0.6)
  6299. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  6300. game:GetService("StarterGui"):SetCore("SendNotification", {
  6301. Title = "Tools needed!";
  6302. Text = "You need a tool in your backpack for this command!";
  6303. })
  6304. end
  6305. end
  6306. if string.sub(msg, 1, 7) == (prefix.."trail ") then
  6307. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  6308. traill = true
  6309. trlplr = v
  6310. end
  6311. end
  6312. if string.sub(msg, 1, 8) == (prefix.."untrail") then
  6313. traill = false
  6314. end
  6315. if string.sub(msg, 1, 7) == (prefix.."orbit ") then
  6316. if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  6317. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  6318. else
  6319. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  6320. local o = Instance.new("RocketPropulsion")
  6321. o.Parent = lplayer.Character.HumanoidRootPart
  6322. o.Name = "Orbit"
  6323. o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  6324. o:Fire()
  6325. noclip = true
  6326. end
  6327. end
  6328. end
  6329. if string.sub(msg, 1, 8) == (prefix.."unorbit") then
  6330. lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  6331. noclip = false
  6332. end
  6333. if string.sub(msg, 1, 7) == (prefix.."fling ") then
  6334. if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  6335. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  6336. else
  6337. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  6338. local y = Instance.new("RocketPropulsion")
  6339. y.Parent = lplayer.Character.HumanoidRootPart
  6340. y.CartoonFactor = 1
  6341. y.MaxThrust = 800000
  6342. y.MaxSpeed = 1000
  6343. y.ThrustP = 200000
  6344. y.Name = "Fling"
  6345. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  6346. y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  6347. y:Fire()
  6348. noclip = true
  6349. end
  6350. end
  6351. end
  6352. if string.sub(msg, 1, 8) == (prefix.."unfling") then
  6353. noclip = false
  6354. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  6355. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  6356. wait(0.4)
  6357. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  6358. end
  6359. if string.sub(msg, 1, 8) == (prefix.."fecheck") then
  6360. if game:GetService("Workspace").FilteringEnabled == true then
  6361. warn("FE is Enabled (Filtering Enabled)")
  6362. game:GetService("StarterGui"):SetCore("SendNotification", {
  6363. Title = "FE is Enabled";
  6364. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  6365. })
  6366. else
  6367. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  6368. game:GetService("StarterGui"):SetCore("SendNotification", {
  6369. Title = "FE is Disabled";
  6370. Text = "Filtering Disabled. Consider using a different admin script.";
  6371. })
  6372. end
  6373. end
  6374. if string.sub(msg, 1, 6) == (prefix.."void ") then
  6375. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  6376. lplayer.Character.Humanoid.Name = 1
  6377. local l = lplayer.Character["1"]:Clone()
  6378. l.Parent = lplayer.Character
  6379. l.Name = "Humanoid"
  6380. wait(0.1)
  6381. lplayer.Character["1"]:Destroy()
  6382. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  6383. lplayer.Character.Animate.Disabled = true
  6384. wait(0.1)
  6385. lplayer.Character.Animate.Disabled = false
  6386. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  6387. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  6388. lplayer.Character.Humanoid:EquipTool(v)
  6389. end
  6390. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  6391. wait(0.2)
  6392. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  6393. wait(0.6)
  6394. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  6395. game:GetService("StarterGui"):SetCore("SendNotification", {
  6396. Title = "Tools needed!";
  6397. Text = "You need a tool in your backpack for this command!";
  6398. })
  6399. end
  6400. end
  6401. if string.sub(msg, 1, 7) == (prefix.."noclip") then
  6402. noclip = true
  6403. game:GetService("StarterGui"):SetCore("SendNotification", {
  6404. Title = "Noclip enabled";
  6405. Text = "Type ;clip to disable";
  6406. })
  6407. end
  6408. if string.sub(msg, 1, 5) == (prefix.."clip") then
  6409. noclip = false
  6410. game:GetService("StarterGui"):SetCore("SendNotification", {
  6411. Title = "Noclip disabled";
  6412. Text = "Type ;noclip to enable";
  6413. })
  6414. end
  6415. if string.sub(msg, 1, 7) == (prefix.."speed ") then
  6416. lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 8))
  6417. end
  6418. if string.sub(msg, 1, 4) == (prefix.."ws ") then
  6419. lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 5))
  6420. end
  6421. if string.sub(msg, 1, 11) == (prefix.."hipheight ") then
  6422. lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 12))
  6423. end
  6424. if string.sub(msg, 1, 4) == (prefix.."hh ") then
  6425. lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 5))
  6426. end
  6427. if string.sub(msg, 1, 11) == (prefix.."jumppower ") then
  6428. lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 12))
  6429. end
  6430. if string.sub(msg, 1, 4) == (prefix.."jp ") then
  6431. lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 5))
  6432. end
  6433. if string.sub(msg, 1, 8) == (prefix.."default") then
  6434. lplayer.Character.Humanoid.JumpPower = 50
  6435. lplayer.Character.Humanoid.WalkSpeed = 16
  6436. lplayer.Character.Humanoid.HipHeight = 0
  6437. end
  6438. if string.sub(msg, 1, 7) == (prefix.."annoy ") then
  6439. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  6440. annoying = true
  6441. annplr = v
  6442. end
  6443. end
  6444. if string.sub(msg, 1, 8) == (prefix.."unannoy") then
  6445. annoying = false
  6446. end
  6447. if string.sub(msg, 1, 10) == (prefix.."headwalk ") then
  6448. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  6449. hwalk = true
  6450. hdwplr = v
  6451. end
  6452. end
  6453. if string.sub(msg, 1, 11) == (prefix.."unheadwalk") then
  6454. hwalk = false
  6455. end
  6456. if string.sub(msg, 1, 8) == (prefix.."nolimbs") then
  6457. lplayer.Character["Left Leg"]:Destroy()
  6458. lplayer.Character["Left Arm"]:Destroy()
  6459. lplayer.Character["Right Leg"]:Destroy()
  6460. lplayer.Character["Right Arm"]:Destroy()
  6461. end
  6462. if string.sub(msg, 1, 4) == (prefix.."god") then
  6463. lplayer.Character.Humanoid.Name = 1
  6464. local l = lplayer.Character["1"]:Clone()
  6465. l.Parent = lplayer.Character
  6466. l.Name = "Humanoid"
  6467. wait(0.1)
  6468. lplayer.Character["1"]:Destroy()
  6469. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  6470. lplayer.Character.Animate.Disabled = true
  6471. wait(0.1)
  6472. lplayer.Character.Animate.Disabled = false
  6473. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  6474. game:GetService("StarterGui"):SetCore("SendNotification", {
  6475. Title = "FE Godmode enabled";
  6476. Text = "Use ;grespawn or ;respawn to remove";
  6477. })
  6478. end
  6479. if string.sub(msg, 1, 9) == (prefix.."drophats") then
  6480. for i,v in pairs(lplayer.Character:GetChildren()) do
  6481. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  6482. v.Parent = workspace
  6483. end
  6484. end
  6485. end
  6486. if string.sub(msg, 1, 9) == (prefix.."droptool") then
  6487. for i,v in pairs(lplayer.Character:GetChildren()) do
  6488. if (v:IsA("Tool")) then
  6489. v.Parent = workspace
  6490. end
  6491. end
  6492. end
  6493. if string.sub(msg, 1, 10) == (prefix.."loopdhats") then
  6494. droppinghats = true
  6495. game:GetService("StarterGui"):SetCore("SendNotification", {
  6496. Title = "Loop Drop Enabled";
  6497. Text = "Type ;unloopdhats to disable";
  6498. })
  6499. end
  6500. if string.sub(msg, 1, 12) == (prefix.."unloopdhats") then
  6501. droppinghats = false
  6502. game:GetService("StarterGui"):SetCore("SendNotification", {
  6503. Title = "Loop Drop Disabled";
  6504. Text = "Type ;loopdhats to enable.";
  6505. })
  6506. end
  6507. if string.sub(msg, 1, 10) == (prefix.."loopdtool") then
  6508. droppingtools = true
  6509. game:GetService("StarterGui"):SetCore("SendNotification", {
  6510. Title = "Loop Drop Enabled";
  6511. Text = "Type ;unloopdtool to disable";
  6512. })
  6513. end
  6514. if string.sub(msg, 1, 12) == (prefix.."unloopdtool") then
  6515. droppingtools = false
  6516. game:GetService("StarterGui"):SetCore("SendNotification", {
  6517. Title = "Loop Drop Disabled";
  6518. Text = "Type ;loopdtool to enable.";
  6519. })
  6520. end
  6521. if string.sub(msg, 1, 10) == (prefix.."invisible") then -- Credit to Timeless
  6522. Local = game:GetService('Players').LocalPlayer
  6523. Char = Local.Character
  6524. touched,tpdback = false, false
  6525. box = Instance.new('Part',workspace)
  6526. box.Anchored = true
  6527. box.CanCollide = true
  6528. box.Size = Vector3.new(10,1,10)
  6529. box.Position = Vector3.new(0,10000,0)
  6530. box.Touched:connect(function(part)
  6531. if (part.Parent.Name == Local.Name) then
  6532. if touched == false then
  6533. touched = true
  6534. function apply()
  6535. if script.Disabled ~= true then
  6536. no = Char.HumanoidRootPart:Clone()
  6537. wait(.25)
  6538. Char.HumanoidRootPart:Destroy()
  6539. no.Parent = Char
  6540. Char:MoveTo(loc)
  6541. touched = false
  6542. end end
  6543. if Char then
  6544. apply()
  6545. end
  6546. end
  6547. end
  6548. end)
  6549. repeat wait() until Char
  6550. loc = Char.HumanoidRootPart.Position
  6551. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  6552. game:GetService("StarterGui"):SetCore("SendNotification", {
  6553. Title = "Invisibility enabled!";
  6554. Text = "Reset or use ;respawn to remove.";
  6555. })
  6556. end
  6557. if string.sub(msg, 1, 6) == (prefix.."view ") then
  6558. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  6559. if game:GetService("Players")[v.Name].Character.Humanoid then
  6560. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  6561. else
  6562. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  6563. end
  6564. end
  6565. end
  6566. if string.sub(msg, 1, 7) == (prefix.."unview") then
  6567. if lplayer.Character.Humanoid then
  6568. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  6569. else
  6570. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  6571. end
  6572. end
  6573. if string.sub(msg, 1, 6) == (prefix.."goto ") then
  6574. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  6575. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  6576. end
  6577. end
  6578. if string.sub(msg, 1, 4) == (prefix.."fly") then
  6579. repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  6580. repeat wait() until Mouse
  6581.  
  6582. local T = lplayer.Character.HumanoidRootPart
  6583. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  6584. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  6585. local SPEED = speedget
  6586.  
  6587. local function fly()
  6588. flying = true
  6589. local BG = Instance.new('BodyGyro', T)
  6590. local BV = Instance.new('BodyVelocity', T)
  6591. BG.P = 9e4
  6592. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  6593. BG.cframe = T.CFrame
  6594. BV.velocity = Vector3.new(0, 0.1, 0)
  6595. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  6596. spawn(function()
  6597. repeat wait()
  6598. lplayer.Character.Humanoid.PlatformStand = true
  6599. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  6600. SPEED = 50
  6601. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  6602. SPEED = 0
  6603. end
  6604. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  6605. 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
  6606. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  6607. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  6608. 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
  6609. else
  6610. BV.velocity = Vector3.new(0, 0.1, 0)
  6611. end
  6612. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  6613. until not flying
  6614. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  6615. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  6616. SPEED = 0
  6617. BG:destroy()
  6618. BV:destroy()
  6619. lplayer.Character.Humanoid.PlatformStand = false
  6620. end)
  6621. end
  6622. Mouse.KeyDown:connect(function(KEY)
  6623. if KEY:lower() == 'w' then
  6624. CONTROL.F = speedfly
  6625. elseif KEY:lower() == 's' then
  6626. CONTROL.B = -speedfly
  6627. elseif KEY:lower() == 'a' then
  6628. CONTROL.L = -speedfly
  6629. elseif KEY:lower() == 'd' then
  6630. CONTROL.R = speedfly
  6631. end
  6632. end)
  6633. Mouse.KeyUp:connect(function(KEY)
  6634. if KEY:lower() == 'w' then
  6635. CONTROL.F = 0
  6636. elseif KEY:lower() == 's' then
  6637. CONTROL.B = 0
  6638. elseif KEY:lower() == 'a' then
  6639. CONTROL.L = 0
  6640. elseif KEY:lower() == 'd' then
  6641. CONTROL.R = 0
  6642. end
  6643. end)
  6644. fly()
  6645. end
  6646. if string.sub(msg, 1, 6) == (prefix.."unfly") then
  6647. flying = false
  6648. lplayer.Character.Humanoid.PlatformStand = false
  6649. end
  6650. if string.sub(msg, 1, 6) == (prefix.."chat ") then
  6651. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(msg, 7)), "All")
  6652. end
  6653. if string.sub(msg, 1, 6) == (prefix.."spam ") then
  6654. spamtext = (string.sub(msg, 7))
  6655. spamming = true
  6656. end
  6657. if string.sub(msg, 1, 7) == (prefix.."unspam") then
  6658. spamming = false
  6659. end
  6660. if string.sub(msg, 1, 10) == (prefix.."spamwait ") then
  6661. spamdelay = (string.sub(msg, 11))
  6662. end
  6663. if string.sub(msg, 1, 8) == (prefix.."pmspam ") then
  6664. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  6665. pmspammed = v.Name
  6666. spammingpm = true
  6667. end
  6668. end
  6669. if string.sub(msg, 1, 9) == (prefix.."unpmspam") then
  6670. spammingpm = false
  6671. end
  6672. if string.sub(msg, 1, 9) == (prefix.."cfreeze ") then
  6673. for i,v in pairs(GetPlayer(string.sub(msg, 10))) do
  6674. v.Character["Left Leg"].Anchored = true
  6675. v.Character["Left Arm"].Anchored = true
  6676. v.Character["Right Leg"].Anchored = true
  6677. v.Character["Right Arm"].Anchored = true
  6678. v.Character.Torso.Anchored = true
  6679. v.Character.Head.Anchored = true
  6680. end
  6681. end
  6682. if string.sub(msg, 1, 11) == (prefix.."uncfreeze ") then
  6683. for i,v in pairs(GetPlayer(string.sub(msg, 12))) do
  6684. v.Character["Left Leg"].Anchored = false
  6685. v.Character["Left Arm"].Anchored = false
  6686. v.Character["Right Leg"].Anchored = false
  6687. v.Character["Right Arm"].Anchored = false
  6688. v.Character.Torso.Anchored = false
  6689. v.Character.Head.Anchored = false
  6690. end
  6691. end
  6692. if string.sub(msg, 1, 9) == (prefix.."unlockws") then
  6693. local a = game:GetService("Workspace"):getChildren()
  6694. for i = 1, #a do
  6695. if a[i].className == "Part" then
  6696. a[i].Locked = false
  6697. elseif a[i].className == "Model" then
  6698. local r = a[i]:getChildren()
  6699. for i = 1, #r do
  6700. if r[i].className == "Part" then
  6701. r[i].Locked = false
  6702. end
  6703. end
  6704. end
  6705. end
  6706. game:GetService("StarterGui"):SetCore("SendNotification", {
  6707. Title = "Success!";
  6708. Text = "Workspace unlocked. Use ;lockws to lock.";
  6709. })
  6710. end
  6711. if string.sub(msg, 1, 7) == (prefix.."lockws") then
  6712. local a = game:GetService("Workspace"):getChildren()
  6713. for i = 1, #a do
  6714. if a[i].className == "Part" then
  6715. a[i].Locked = true
  6716. elseif a[i].className == "Model" then
  6717. local r = a[i]:getChildren()
  6718. for i = 1, #r do
  6719. if r[i].className == "Part" then
  6720. r[i].Locked = true
  6721. end
  6722. end
  6723. end
  6724. end
  6725. end
  6726. if string.sub(msg, 1, 7) == (prefix.."btools") then
  6727. local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  6728. Clone_T.BinType = "Clone"
  6729. local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  6730. Destruct.BinType = "Hammer"
  6731. local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  6732. Hold_T.BinType = "Grab"
  6733. end
  6734. if string.sub(msg, 1, 7) == (prefix.."pstand") then
  6735. lplayer.Character.Humanoid.PlatformStand = true
  6736. end
  6737. if string.sub(msg, 1, 9) == (prefix.."unpstand") then
  6738. lplayer.Character.Humanoid.PlatformStand = false
  6739. end
  6740. if string.sub(msg, 1, 10) == (prefix.."blockhead") then
  6741. lplayer.Character.Head.Mesh:Destroy()
  6742. end
  6743. if string.sub(msg, 1, 4) == (prefix.."sit") then
  6744. lplayer.Character.Humanoid.Sit = true
  6745. end
  6746. if string.sub(msg, 1, 10) == (prefix.."bringobj ") then
  6747. local function bringobjw()
  6748. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  6749. if obj.Name == (string.sub(msg, 11)) then
  6750. obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  6751. obj.CanCollide = false
  6752. obj.Transparency = 0.7
  6753. wait()
  6754. obj.CFrame = lplayer.Character["Left Leg"].CFrame
  6755. wait()
  6756. obj.CFrame = lplayer.Character["Right Leg"].CFrame
  6757. wait()
  6758. obj.CFrame = lplayer.Character["Head"].CFrame
  6759. end
  6760. end
  6761. end
  6762. while wait() do
  6763. bringobjw()
  6764. end
  6765. game:GetService("StarterGui"):SetCore("SendNotification", {
  6766. Title = "BringObj";
  6767. Text = "BringObj enabled.";
  6768. })
  6769. end
  6770. if string.sub(msg, 1, 7) == (prefix.."wsvis ") then
  6771. vis = (string.sub(msg, 8))
  6772. local a = game:GetService("Workspace"):GetDescendants()
  6773. for i = 1, #a do
  6774. if a[i].className == "Part" then
  6775. a[i].Transparency = vis
  6776. elseif a[i].className == "Model" then
  6777. local r = a[i]:getChildren()
  6778. for i = 1, #r do
  6779. if r[i].className == "Part" then
  6780. r[i].Transparency = vis
  6781. end
  6782. end
  6783. end
  6784. end
  6785. end
  6786. if string.sub(msg, 1, 11) == (prefix.."hypertotal") then
  6787. loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  6788. game:GetService("StarterGui"):SetCore("SendNotification", {
  6789. Title = "Success!";
  6790. Text = "HyperTotal GUI Loaded!";
  6791. })
  6792. end
  6793. if string.sub(msg, 1, 5) == (prefix.."cmds") then
  6794. CMDSFRAME.Visible = true
  6795. end
  6796. if string.sub(msg, 1, 10) == (prefix.."rmeshhats") then
  6797. for i,v in pairs(lplayer.Character:GetChildren()) do
  6798. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  6799. v.Handle.Mesh:Destroy()
  6800. end
  6801. end
  6802. end
  6803. if string.sub(msg, 1, 10) == (prefix.."blockhats") then
  6804. for i,v in pairs(lplayer.Character:GetChildren()) do
  6805. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  6806. v.Handle.Mesh:Destroy()
  6807. end
  6808. end
  6809. end
  6810. if string.sub(msg, 1, 10) == (prefix.."rmeshtool") then
  6811. for i,v in pairs(lplayer.Character:GetChildren()) do
  6812. if (v:IsA("Tool")) then
  6813. v.Handle.Mesh:Destroy()
  6814. end
  6815. end
  6816. end
  6817. if string.sub(msg, 1, 10) == (prefix.."blocktool") then
  6818. for i,v in pairs(lplayer.Character:GetChildren()) do
  6819. if (v:IsA("Tool")) then
  6820. v.Handle.Mesh:Destroy()
  6821. end
  6822. end
  6823. end
  6824. if string.sub(msg, 1, 8) == (prefix.."spinner") then
  6825. local p = Instance.new("RocketPropulsion")
  6826. p.Parent = lplayer.Character.HumanoidRootPart
  6827. p.Name = "Spinner"
  6828. p.Target = lplayer.Character["Left Arm"]
  6829. p:Fire()
  6830. game:GetService("StarterGui"):SetCore("SendNotification", {
  6831. Title = "Spinner enabled";
  6832. Text = "Type ;nospinner to disable.";
  6833. })
  6834. end
  6835. if string.sub(msg, 1, 10) == (prefix.."nospinner") then
  6836. lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  6837. end
  6838. if string.sub(msg, 1, 7) == (prefix.."reachd") then
  6839. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  6840. if v:isA("Tool") then
  6841. local a = Instance.new("SelectionBox",v.Handle)
  6842. a.Adornee = v.Handle
  6843. v.Handle.Size = Vector3.new(0.5,0.5,60)
  6844. v.GripPos = Vector3.new(0,0,0)
  6845. lplayer.Character.Humanoid:UnequipTools()
  6846. end
  6847. end
  6848. game:GetService("StarterGui"):SetCore("SendNotification", {
  6849. Title = "Reach applied!";
  6850. Text = "Applied to equipped sword. Use ;noreach to disable.";
  6851. })
  6852. end
  6853. if string.sub(msg, 1, 7) == (prefix.."reach ") then
  6854. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  6855. if v:isA("Tool") then
  6856. handleSize = v.Handle.Size
  6857. wait()
  6858. local a = Instance.new("SelectionBox",v.Handle)
  6859. a.Name = "a"
  6860. a.Adornee = v.Handle
  6861. v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(msg, 8)))
  6862. v.GripPos = Vector3.new(0,0,0)
  6863. lplayer.Character.Humanoid:UnequipTools()
  6864. end
  6865. end
  6866. game:GetService("StarterGui"):SetCore("SendNotification", {
  6867. Title = "Reach applied!";
  6868. Text = "Applied to equipped sword. Use ;noreach to disable.";
  6869. })
  6870. end
  6871. if string.sub(msg, 1, 8) == (prefix.."noreach") then
  6872. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  6873. if v:isA("Tool") then
  6874. v.Handle.a:Destroy()
  6875. v.Handle.Size = handleSize
  6876. end
  6877. end
  6878. game:GetService("StarterGui"):SetCore("SendNotification", {
  6879. Title = "Reach removed!";
  6880. Text = "Removed reach from equipped sword.";
  6881. })
  6882. end
  6883. if string.sub(msg, 1, 7) == (prefix.."rkill ") then
  6884. for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  6885. lplayer.Character.Humanoid.Name = 1
  6886. local l = lplayer.Character["1"]:Clone()
  6887. l.Parent = lplayer.Character
  6888. l.Name = "Humanoid"
  6889. wait(0.1)
  6890. lplayer.Character["1"]:Destroy()
  6891. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  6892. lplayer.Character.Animate.Disabled = true
  6893. wait(0.1)
  6894. lplayer.Character.Animate.Disabled = false
  6895. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  6896. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  6897. lplayer.Character.Humanoid:EquipTool(v)
  6898. end
  6899. wait(0.1)
  6900. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  6901. wait(0.2)
  6902. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  6903. wait(0.5)
  6904. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  6905. game:GetService("StarterGui"):SetCore("SendNotification", {
  6906. Title = "Tools needed!";
  6907. Text = "You need a tool in your backpack for this command!";
  6908. })
  6909. end
  6910. end
  6911. if string.sub(msg, 1, 7) == (prefix.."tp me ") then
  6912. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  6913. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  6914. end
  6915. end
  6916. if string.sub(msg, 1, 8) == (prefix.."cbring ") then
  6917. if (string.sub(msg, 9)) == "all" or (string.sub(msg, 9)) == "All" or (string.sub(msg, 9)) == "ALL" then
  6918. cbringall = true
  6919. else
  6920. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  6921. brplr = v.Name
  6922. end
  6923. end
  6924. cbring = true
  6925. end
  6926. if string.sub(msg, 1, 9) == (prefix.."uncbring") then
  6927. cbring = false
  6928. cbringall = false
  6929. end
  6930. if string.sub(msg, 1, 6) == (prefix.."swap ") then
  6931. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  6932. local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  6933. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  6934. lplayer.Character.Humanoid.Name = 1
  6935. local l = lplayer.Character["1"]:Clone()
  6936. l.Parent = lplayer.Character
  6937. l.Name = "Humanoid"
  6938. wait(0.1)
  6939. lplayer.Character["1"]:Destroy()
  6940. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  6941. lplayer.Character.Animate.Disabled = true
  6942. wait(0.1)
  6943. lplayer.Character.Animate.Disabled = false
  6944. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  6945. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  6946. lplayer.Character.Humanoid:EquipTool(v)
  6947. end
  6948. local function tp(player,player2)
  6949. local char1,char2=player.Character,player2.Character
  6950. if char1 and char2 then
  6951. char1:MoveTo(char2.Head.Position)
  6952. end
  6953. end
  6954. wait(0.1)
  6955. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  6956. wait(0.2)
  6957. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  6958. wait(0.5)
  6959. lplayer.Character.HumanoidRootPart.CFrame = NOW
  6960. wait(0.6)
  6961. tp(lplayer, game:GetService("Players")[v.Name])
  6962. wait(0.4)
  6963. lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  6964. game:GetService("StarterGui"):SetCore("SendNotification", {
  6965. Title = "Tools needed!";
  6966. Text = "You need a tool in your backpack for this command!";
  6967. })
  6968. end
  6969. end
  6970. if string.sub(msg, 1, 8) == (prefix.."glitch ") then
  6971. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  6972. lplayer.Character.Humanoid.Name = 1
  6973. local l = lplayer.Character["1"]:Clone()
  6974. l.Parent = lplayer.Character
  6975. l.Name = "Humanoid"
  6976. wait(0.1)
  6977. lplayer.Character["1"]:Destroy()
  6978. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  6979. lplayer.Character.Animate.Disabled = true
  6980. wait(0.1)
  6981. lplayer.Character.Animate.Disabled = false
  6982. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  6983. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  6984. lplayer.Character.Humanoid:EquipTool(v)
  6985. end
  6986. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  6987. wait(0.3)
  6988. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  6989. wait(0.4)
  6990. b = Instance.new("BodyForce")
  6991. b.Parent = lplayer.Character.HumanoidRootPart
  6992. b.Name = "Glitch"
  6993. b.Force = Vector3.new(100000000,5000,0)
  6994. game:GetService("StarterGui"):SetCore("SendNotification", {
  6995. Title = "Tools needed!";
  6996. Text = "You need a tool in your backpack for this command!";
  6997. })
  6998. end
  6999. end
  7000. if string.sub(msg, 1, 9) == (prefix.."unglitch") then
  7001. lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  7002. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  7003. b = Instance.new("BodyForce")
  7004. b.Parent = lplayer.Character.HumanoidRootPart
  7005. b.Name = "unGlitch"
  7006. b.Force = Vector3.new(0,-5000000,0)
  7007. wait(2)
  7008. lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  7009. end
  7010. if string.sub(msg, 1, 9) == (prefix.."grespawn") then
  7011. lplayer.Character.Humanoid.Health = 0
  7012. wait(1)
  7013. lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  7014. lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  7015. end
  7016. if string.sub(msg, 1, 9) == (prefix.."explorer") then
  7017. loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  7018. game:GetService("StarterGui"):SetCore("SendNotification", {
  7019. Title = "Success!";
  7020. Text = "DEX Explorer has loaded.";
  7021. })
  7022. end
  7023. if string.sub(msg, 1, 6) == (prefix.."anim ") then
  7024. local Anim = Instance.new("Animation")
  7025. Anim.AnimationId = "rbxassetid://"..(string.sub(msg, 7))
  7026. local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  7027. track:Play(.1, 1, 1)
  7028. end
  7029. if string.sub(msg, 1, 8) == (prefix.."animgui") then
  7030. loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  7031. game:GetService("StarterGui"):SetCore("SendNotification", {
  7032. Title = "Success!";
  7033. Text = "Energize Animations GUI has loaded.";
  7034. })
  7035. end
  7036. if string.sub(msg, 1, 8) == (prefix.."savepos") then
  7037. saved = lplayer.Character.HumanoidRootPart.CFrame
  7038. game:GetService("StarterGui"):SetCore("SendNotification", {
  7039. Title = "Position Saved";
  7040. Text = "Use ;loadpos to return to saved position.";
  7041. })
  7042. end
  7043. if string.sub(msg, 1, 8) == (prefix.."loadpos") then
  7044. lplayer.Character.HumanoidRootPart.CFrame = saved
  7045. end
  7046. if string.sub(msg, 1, 6) == (prefix.."bang ") then
  7047. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  7048. local Anim2 = Instance.new("Animation")
  7049. Anim2.AnimationId = "rbxassetid://148840371"
  7050. local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  7051. track2:Play(.1, 1, 1)
  7052. bplrr = v.Name
  7053. banpl = true
  7054. end
  7055. end
  7056. if string.sub(msg, 1, 7) == (prefix.."unbang") then
  7057. banpl = false
  7058. end
  7059. if string.sub(msg, 1, 10) == (prefix.."bringmod ") then
  7060. local function bringmodw()
  7061. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  7062. if obj.Name == (string.sub(msg, 11)) then
  7063. for i,ch in pairs(obj:GetDescendants()) do
  7064. if (ch:IsA("BasePart")) then
  7065. ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  7066. ch.CanCollide = false
  7067. ch.Transparency = 0.7
  7068. wait()
  7069. ch.CFrame = lplayer.Character["Left Leg"].CFrame
  7070. wait()
  7071. ch.CFrame = lplayer.Character["Right Leg"].CFrame
  7072. wait()
  7073. ch.CFrame = lplayer.Character["Head"].CFrame
  7074. end
  7075. end
  7076. end
  7077. end
  7078. end
  7079. while wait() do
  7080. bringmodw()
  7081. end
  7082. game:GetService("StarterGui"):SetCore("SendNotification", {
  7083. Title = "BringMod";
  7084. Text = "BringMod enabled.";
  7085. })
  7086. end
  7087. if string.sub(msg, 1, 8) == (prefix.."respawn") then
  7088. local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  7089. local hum = Instance.new('Humanoid', mod)
  7090. local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  7091. lplayer.Character = mod
  7092. end
  7093. if string.sub(msg, 1, 9) == (prefix.."shutdown") then
  7094. game:GetService'RunService'.Stepped:Connect(function()
  7095. pcall(function()
  7096. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  7097. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  7098. for _,x in pairs(v.Character.Head:GetChildren()) do
  7099. if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  7100. end
  7101. end
  7102. end
  7103. end)
  7104. end)
  7105. game:GetService("StarterGui"):SetCore("SendNotification", {
  7106. Title = "Attempting Shutdown";
  7107. Text = "Shutdown Attempt has begun.";
  7108. })
  7109. end
  7110. if string.sub(msg, 1, 8) == (prefix.."delobj ") then
  7111. objtodel = (string.sub(msg, 9))
  7112. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  7113. if v.Name == objtodel then
  7114. v:Destroy()
  7115. end
  7116. end
  7117. end
  7118. if string.sub(msg, 1, 8) == (prefix.."getplrs") then
  7119. for i,v in pairs(game:GetService("Players"):GetPlayers())do
  7120. print(v)
  7121. end
  7122. game:GetService("StarterGui"):SetCore("SendNotification", {
  7123. Title = "Printed";
  7124. Text = "Players have been printed to console. (F9)";
  7125. })
  7126. end
  7127. if string.sub(msg, 1, 9) == (prefix.."deldecal") then
  7128. for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  7129. if (v:IsA("Decal")) then
  7130. v:Destroy()
  7131. end
  7132. end
  7133. end
  7134. if string.sub(msg, 1, 11) == (prefix.."opfinality") then
  7135. loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  7136. game:GetService("StarterGui"):SetCore("SendNotification", {
  7137. Title = "Success!";
  7138. Text = "OpFinality GUI has loaded.";
  7139. })
  7140. end
  7141. if string.sub(msg, 1, 8) == (prefix.."remotes") then
  7142. remotes = true
  7143. added = true
  7144. game.DescendantAdded:connect(function(rmt)
  7145. if added == true then
  7146. if remotes == true then
  7147. if rmt:IsA("RemoteEvent") then
  7148. print("A RemoteEvent was added!")
  7149. print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  7150. print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  7151. end end end
  7152. end)
  7153. game.DescendantAdded:connect(function(rmtfnctn)
  7154. if added == true then
  7155. if remotes == true then
  7156. if rmtfnctn:IsA("RemoteFunction") then
  7157. warn("A RemoteFunction was added!")
  7158. warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  7159. print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  7160. end end end
  7161. end)
  7162.  
  7163. game.DescendantAdded:connect(function(bndfnctn)
  7164. if added == true then
  7165. if binds == true then
  7166. if bndfnctn:IsA("BindableFunction") then
  7167. print("A BindableFunction was added!")
  7168. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  7169. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  7170. end end end
  7171. end)
  7172.  
  7173. game.DescendantAdded:connect(function(bnd)
  7174. if added == true then
  7175. if binds == true then
  7176. if bnd:IsA("BindableEvent") then
  7177. warn("A BindableEvent was added!")
  7178. warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  7179. print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  7180. end end end
  7181. end)
  7182.  
  7183.  
  7184. if binds == true then
  7185. for i,v in pairs(game:GetDescendants()) do
  7186. if v:IsA("BindableFunction") then
  7187. print(" game." .. v:GetFullName() .. " | BindableFunction")
  7188. print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  7189. end end
  7190. for i,v in pairs(game:GetDescendants()) do
  7191. if v:IsA("BindableEvent") then
  7192. warn(" game." .. v:GetFullName() .. " | BindableEvent")
  7193. print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  7194. end end
  7195. else
  7196. print("Off")
  7197. end
  7198. if remotes == true then
  7199. for i,v in pairs(game:GetDescendants()) do
  7200. if v:IsA("RemoteFunction") then
  7201. warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  7202. print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  7203. end end
  7204. wait()
  7205. for i,v in pairs(game:GetDescendants()) do
  7206. if v:IsA("RemoteEvent") then
  7207. print(" game." .. v:GetFullName() .. " | RemoteEvent")
  7208. print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  7209. end end
  7210. else
  7211. print("Off")
  7212. end
  7213. game:GetService("StarterGui"):SetCore("SendNotification", {
  7214. Title = "Printing Remotes";
  7215. Text = "Type ;noremotes to disable.";
  7216. })
  7217. end
  7218. if string.sub(msg, 1, 10) == (prefix.."noremotes") then
  7219. remotes = false
  7220. added = false
  7221. game:GetService("StarterGui"):SetCore("SendNotification", {
  7222. Title = "Printing Remotes Disabled";
  7223. Text = "Type ;remotes to enable.";
  7224. })
  7225. end
  7226. if string.sub(msg, 1, 10) == (prefix.."tpdefault") then
  7227. spin = false
  7228. followed = false
  7229. traill = false
  7230. noclip = false
  7231. annoying = false
  7232. hwalk = false
  7233. cbringing = false
  7234. end
  7235. if string.sub(msg, 1, 8) == (prefix.."stopsit") then
  7236. stopsitting = true
  7237. end
  7238. if string.sub(msg, 1, 6) == (prefix.."gosit") then
  7239. stopsitting = false
  7240. end
  7241. if string.sub(msg, 1, 8) == (prefix.."version") then
  7242. print(adminversion)
  7243. game:GetService("StarterGui"):SetCore("SendNotification", {
  7244. Title = "Version";
  7245. Text = adminversion;
  7246. })
  7247. end
  7248. if string.sub(msg, 1, 8) == (prefix.."clicktp") then
  7249. clickgoto = true
  7250. game:GetService("StarterGui"):SetCore("SendNotification", {
  7251. Title = "Click TP";
  7252. Text = "Press E to teleport to mouse position, ;noclicktp to stop";
  7253. })
  7254. end
  7255. if string.sub(msg, 1, 9) == (prefix.."clickdel") then
  7256. clickdel = true
  7257. game:GetService("StarterGui"):SetCore("SendNotification", {
  7258. Title = "Click Delete";
  7259. Text = "Press E to delete part at mouse, ;noclickdel to stop";
  7260. })
  7261. end
  7262. if string.sub(msg, 1, 11) == (prefix.."noclickdel") then
  7263. clickdel = false
  7264. game:GetService("StarterGui"):SetCore("SendNotification", {
  7265. Title = "Click Delete";
  7266. Text = "Click delete has been disabled.";
  7267. })
  7268. end
  7269. if string.sub(msg, 1, 10) == (prefix.."noclicktp") then
  7270. clickgoto = false
  7271. game:GetService("StarterGui"):SetCore("SendNotification", {
  7272. Title = "Click TP";
  7273. Text = "Click TP has been disabled.";
  7274. })
  7275. end
  7276. if string.sub(msg, 1, 8) == (prefix.."toolson") then
  7277. gettingtools = true
  7278. game:GetService("StarterGui"):SetCore("SendNotification", {
  7279. Title = "Tools Enabled";
  7280. Text = "Automatically colleting tools dropped.";
  7281. })
  7282. end
  7283. if string.sub(msg, 1, 9) == (prefix.."toolsoff") then
  7284. gettingtools = false
  7285. game:GetService("StarterGui"):SetCore("SendNotification", {
  7286. Title = "Tools Disabled";
  7287. Text = "Click TP has been disabled.";
  7288. })
  7289. end
  7290. if string.sub(msg, 1, 10) == (prefix.."delcmdbar") then
  7291. ScreenGui:Destroy()
  7292. end
  7293. if string.sub(msg, 1, 6) == (prefix.."reset") then
  7294. lplayer.Character.Head:Destroy()
  7295. end
  7296. if string.sub(msg, 1, 7) == (prefix.."state ") then
  7297. statechosen = string.sub(msg, 8)
  7298. changingstate = true
  7299. end
  7300. if string.sub(msg, 1, 9) == (prefix.."gravity ") then
  7301. game:GetService("Workspace").Gravity = string.sub(msg, 10)
  7302. end
  7303. if string.sub(msg, 1, 10) == (prefix.."looprhats") then
  7304. removingmeshhats = true
  7305. end
  7306. if string.sub(msg, 1, 12) == (prefix.."unlooprhats") then
  7307. removingmeshhats = false
  7308. end
  7309. if string.sub(msg, 1, 10) == (prefix.."looprtool") then
  7310. removingmeshtool = true
  7311. end
  7312. if string.sub(msg, 1, 12) == (prefix.."unlooprtool") then
  7313. removingmeshtool = false
  7314. end
  7315. if string.sub(msg, 1, 10) == (prefix.."givetool ") then
  7316. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  7317. if v:IsA("Tool") then
  7318. for i,player in pairs(GetPlayer(string.sub(msg, 11))) do
  7319. v.Parent = player.Character
  7320. end
  7321. end
  7322. end
  7323. end
  7324. if string.sub(msg, 1, 14) == (prefix.."givealltools ") then
  7325. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  7326. if v:IsA("Tool") then
  7327. v.Parent = lplayer.Character
  7328. wait()
  7329. for i,player in pairs(GetPlayer(string.sub(msg, 15))) do
  7330. v.Parent = player.Character
  7331. end
  7332. end
  7333. end
  7334. end
  7335. if string.sub(msg, 1, 5) == (prefix.."age ") then
  7336. for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  7337. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  7338. end
  7339. end
  7340. if string.sub(msg, 1, 4) == (prefix.."id ") then
  7341. for i,player in pairs(GetPlayer(string.sub(msg, 5))) do
  7342. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  7343. end
  7344. end
  7345. if string.sub(msg, 1, 6) == (prefix..".age ") then
  7346. for i,player in pairs(GetPlayer(string.sub(msg, 7))) do
  7347. game:GetService("StarterGui"):SetCore("SendNotification", {
  7348. Title = player.AccountAge.." Days";
  7349. Text = "Account age of "..player.Name;
  7350. })
  7351. end
  7352. end
  7353. if string.sub(msg, 1, 5) == (prefix..".id ") then
  7354. for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  7355. game:GetService("StarterGui"):SetCore("SendNotification", {
  7356. Title = player.UserId.." ID";
  7357. Text = "Account ID of "..player.Name;
  7358. })
  7359. end
  7360. end
  7361. if string.sub(msg, 1, 7) == (prefix.."gameid") then
  7362. game:GetService("StarterGui"):SetCore("SendNotification", {
  7363. Title = "Game ID";
  7364. Text = "Game ID: ".. game.GameId;
  7365. })
  7366. end
  7367. if string.sub(msg, 1, 4) == (prefix.."pgs") then
  7368. local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  7369. if pgscheck == true then
  7370. game:GetService("StarterGui"):SetCore("SendNotification", {
  7371. Title = "PGSPhysicsSolverEnabled";
  7372. Text = "PGS is Enabled!";
  7373. })
  7374. else
  7375. game:GetService("StarterGui"):SetCore("SendNotification", {
  7376. Title = "PGSPhysicsSolverEnabled";
  7377. Text = "PGS is Disabled!";
  7378. })
  7379. end
  7380. end
  7381. if string.sub(msg, 1, 12) == (prefix.."removeinvis") then
  7382. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  7383. if v:IsA("Part") then
  7384. if v.Transparency == 1 then
  7385. if v.Name ~= "HumanoidRootPart" then
  7386. v:Destroy()
  7387. end
  7388. end
  7389. end
  7390. end
  7391. end
  7392. if string.sub(msg, 1, 10) == (prefix.."removefog") then
  7393. game:GetService("Lighting").FogStart = 0
  7394. game:GetService("Lighting").FogEnd = 9999999999999
  7395. end
  7396. if string.sub(msg, 1, 8) == (prefix.."disable") then
  7397. lplayer.Character.Humanoid.Parent = lplayer
  7398. end
  7399. if string.sub(msg, 1, 7) == (prefix.."enable") then
  7400. lplayer.Humanoid.Parent = lplayer.Character
  7401. end
  7402. if string.sub(msg, 1, 8) == (prefix.."prefix ") then
  7403. prefix = (string.sub(msg, 9, 9))
  7404. wait(0.1)
  7405. change()
  7406. wait(0.1)
  7407. game:GetService("StarterGui"):SetCore("SendNotification", {
  7408. Title = "Prefix changed!";
  7409. Text = "Prefix is now "..prefix..". Use ;resetprefix to reset to ;";
  7410. })
  7411. end
  7412. if string.sub(msg, 1, 12) == (";resetprefix") then
  7413. prefix = ";"
  7414. wait(0.1)
  7415. change()
  7416. wait(0.1)
  7417. game:GetService("StarterGui"):SetCore("SendNotification", {
  7418. Title = "Prefix changed!";
  7419. Text = "Prefix is now "..prefix..". Make sure it's one key!";
  7420. })
  7421. end
  7422. if string.sub(msg, 1, 10) == (prefix.."flyspeed ") then
  7423. speedfly = string.sub(msg, 11)
  7424. wait()
  7425. change()
  7426. end
  7427. if string.sub(msg, 1, 8) == (prefix.."carpet ") then
  7428. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  7429. local Anim3 = Instance.new("Animation")
  7430. Anim3.AnimationId = "rbxassetid://282574440"
  7431. local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  7432. track3:Play(.1, 1, 1)
  7433. bplrr = v.Name
  7434. banpl = true
  7435. end
  7436. end
  7437. if string.sub(msg, 1, 9) == (prefix.."uncarpet") then
  7438. banpl = false
  7439. end
  7440. if string.sub(msg, 1, 7) == (prefix.."stare ") then
  7441. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  7442. staring = true
  7443. stareplr = v
  7444. end
  7445. end
  7446. if string.sub(msg, 1, 8) == (prefix.."unstare") then
  7447. staring = false
  7448. end
  7449. if string.sub(msg, 1, 8) == (prefix.."logchat") then
  7450. chatlogs = true
  7451. game:GetService("StarterGui"):SetCore("SendNotification", {
  7452. Title = "LogChat enabled";
  7453. Text = "Now logging all player chat.";
  7454. })
  7455. end
  7456. if string.sub(msg, 1, 10) == (prefix.."unlogchat") then
  7457. chatlogs = false
  7458. game:GetService("StarterGui"):SetCore("SendNotification", {
  7459. Title = "LogChat disabled";
  7460. Text = "Stopped logging all player chat.";
  7461. })
  7462. end
  7463. if string.sub(msg, 1, 7) == (prefix.."fixcam") then
  7464. game:GetService("Workspace").CurrentCamera:Destroy()
  7465. wait(0.1)
  7466. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  7467. game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  7468. lplayer.CameraMinZoomDistance = 0.5
  7469. lplayer.CameraMaxZoomDistance = 400
  7470. lplayer.CameraMode = "Classic"
  7471. end
  7472. if string.sub(msg, 1, 8) == (prefix.."unstate") then
  7473. changingstate = false
  7474. end
  7475. end)
  7476.  
  7477. local function tp()
  7478. for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  7479. if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  7480. if player.Name == brplr then
  7481. player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 2
  7482. end
  7483. end
  7484. end
  7485. end
  7486. local function tpall()
  7487. for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  7488. if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  7489. player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 3
  7490. end
  7491. end
  7492. end
  7493. spawn(function()
  7494. while wait(spamdelay) do
  7495. if spamming == true then
  7496. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(spamtext, "All")
  7497. end
  7498. end
  7499. end)
  7500. spawn(function()
  7501. while wait(spamdelay) do
  7502. if spammingpm == true then
  7503. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/w "..pmspammed.." @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", "All")
  7504. end
  7505. end
  7506. end)
  7507. spawn(function()
  7508. while wait() do
  7509. if cbring == true then
  7510. tp()
  7511. end
  7512. end
  7513. end)
  7514. spawn(function()
  7515. while wait() do
  7516. if cbringall == true then
  7517. tpall()
  7518. end
  7519. end
  7520. end)
  7521.  
  7522. Mouse.KeyDown:connect(function(Key)
  7523. if Key == prefix then
  7524. CMDBAR:CaptureFocus()
  7525. end
  7526. end)
  7527.  
  7528. CMDBAR.FocusLost:connect(function(enterPressed)
  7529. if enterPressed then
  7530. if string.sub(CMDBAR.Text, 1, 5) == ("kill ") then
  7531. if string.sub(CMDBAR.Text, 6) == "me" then
  7532. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  7533. else
  7534. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6)))do
  7535. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  7536. lplayer.Character.Humanoid.Name = 1
  7537. local l = lplayer.Character["1"]:Clone()
  7538. l.Parent = lplayer.Character
  7539. l.Name = "Humanoid"
  7540. wait(0.1)
  7541. lplayer.Character["1"]:Destroy()
  7542. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  7543. lplayer.Character.Animate.Disabled = true
  7544. wait(0.1)
  7545. lplayer.Character.Animate.Disabled = false
  7546. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  7547. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  7548. lplayer.Character.Humanoid:EquipTool(v)
  7549. end
  7550. local function tp(player,player2)
  7551. local char1,char2=player.Character,player2.Character
  7552. if char1 and char2 then
  7553. char1:MoveTo(char2.Head.Position)
  7554. end
  7555. end
  7556. wait(0.1)
  7557. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  7558. wait(0.2)
  7559. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  7560. wait(0.5)
  7561. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  7562. wait(0.7)
  7563. tp(lplayer,game:GetService("Players")[v.Name])
  7564. wait(0.7)
  7565. lplayer.Character.HumanoidRootPart.CFrame = NOW
  7566. game:GetService("StarterGui"):SetCore("SendNotification", {
  7567. Title = "Tools needed!";
  7568. Text = "You need a tool in your backpack for this command!";
  7569. })
  7570. end
  7571. end
  7572. end
  7573. if string.sub(CMDBAR.Text, 1, 6) == ("bring ") then
  7574. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  7575. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  7576. lplayer.Character.Humanoid.Name = 1
  7577. local l = lplayer.Character["1"]:Clone()
  7578. l.Parent = lplayer.Character
  7579. l.Name = "Humanoid"
  7580. wait(0.1)
  7581. lplayer.Character["1"]:Destroy()
  7582. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  7583. lplayer.Character.Animate.Disabled = true
  7584. wait(0.1)
  7585. lplayer.Character.Animate.Disabled = false
  7586. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  7587. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  7588. lplayer.Character.Humanoid:EquipTool(v)
  7589. end
  7590. local function tp(player,player2)
  7591. local char1,char2=player.Character,player2.Character
  7592. if char1 and char2 then
  7593. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  7594. end
  7595. end
  7596. local function getout(player,player2)
  7597. local char1,char2=player.Character,player2.Character
  7598. if char1 and char2 then
  7599. char1:MoveTo(char2.Head.Position)
  7600. end
  7601. end
  7602. tp(game:GetService("Players")[v.Name], lplayer)
  7603. wait(0.2)
  7604. tp(game:GetService("Players")[v.Name], lplayer)
  7605. wait(0.5)
  7606. lplayer.Character.HumanoidRootPart.CFrame = NOW
  7607. wait(0.5)
  7608. getout(lplayer, game:GetService("Players")[v.Name])
  7609. wait(0.3)
  7610. lplayer.Character.HumanoidRootPart.CFrame = NOW
  7611. game:GetService("StarterGui"):SetCore("SendNotification", {
  7612. Title = "Tools needed!";
  7613. Text = "You need a tool in your backpack for this command!";
  7614. })
  7615. end
  7616. end
  7617. if string.sub(CMDBAR.Text, 1, 5) == ("spin ") then
  7618. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  7619. lplayer.Character.Humanoid.Name = 1
  7620. local l = lplayer.Character["1"]:Clone()
  7621. l.Parent = lplayer.Character
  7622. l.Name = "Humanoid"
  7623. wait(0.1)
  7624. lplayer.Character["1"]:Destroy()
  7625. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  7626. lplayer.Character.Animate.Disabled = true
  7627. wait(0.1)
  7628. lplayer.Character.Animate.Disabled = false
  7629. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  7630. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  7631. lplayer.Character.Humanoid:EquipTool(v)
  7632. end
  7633. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  7634. spinplr = v
  7635. wait(0.5)
  7636. spin = true
  7637. game:GetService("StarterGui"):SetCore("SendNotification", {
  7638. Title = "Tools needed!";
  7639. Text = "You need a tool in your backpack for this command!";
  7640. })
  7641. end
  7642. end
  7643. if string.sub(CMDBAR.Text, 1, 6) == ("unspin") then
  7644. spin = false
  7645. end
  7646. if string.sub(CMDBAR.Text, 1, 7) == ("attach ") then
  7647. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  7648. lplayer.Character.Humanoid.Name = 1
  7649. local l = lplayer.Character["1"]:Clone()
  7650. l.Parent = lplayer.Character
  7651. l.Name = "Humanoid"
  7652. wait(0.1)
  7653. lplayer.Character["1"]:Destroy()
  7654. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  7655. lplayer.Character.Animate.Disabled = true
  7656. wait(0.1)
  7657. lplayer.Character.Animate.Disabled = false
  7658. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  7659. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  7660. lplayer.Character.Humanoid:EquipTool(v)
  7661. end
  7662. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  7663. wait(0.3)
  7664. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  7665. attplr = v
  7666. game:GetService("StarterGui"):SetCore("SendNotification", {
  7667. Title = "Tools needed!";
  7668. Text = "You need a tool in your backpack for this command!";
  7669. })
  7670. end
  7671. end
  7672. if string.sub(CMDBAR.Text, 1, 9) == ("unattach ") then
  7673. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  7674. local function getout(player,player2)
  7675. local char1,char2=player.Character,player2.Character
  7676. if char1 and char2 then
  7677. char1:MoveTo(char2.Head.Position)
  7678. end
  7679. end
  7680. getout(lplayer, game:GetService("Players")[v.Name])
  7681. end
  7682. end
  7683. if string.sub(CMDBAR.Text, 1, 7) == ("follow ") then
  7684. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  7685. followed = true
  7686. flwplr = v
  7687. end
  7688. end
  7689. if string.sub(CMDBAR.Text, 1, 8) == ("unfollow") then
  7690. followed = false
  7691. end
  7692. if string.sub(CMDBAR.Text, 1, 9) == ("freefall ") then
  7693. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  7694. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  7695. lplayer.Character.Humanoid.Name = 1
  7696. local l = lplayer.Character["1"]:Clone()
  7697. l.Parent = lplayer.Character
  7698. l.Name = "Humanoid"
  7699. wait(0.1)
  7700. lplayer.Character["1"]:Destroy()
  7701. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  7702. lplayer.Character.Animate.Disabled = true
  7703. wait(0.1)
  7704. lplayer.Character.Animate.Disabled = false
  7705. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  7706. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  7707. lplayer.Character.Humanoid:EquipTool(v)
  7708. end
  7709. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  7710. wait(0.2)
  7711. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  7712. wait(0.6)
  7713. lplayer.Character.HumanoidRootPart.CFrame = NOW
  7714. wait(0.6)
  7715. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  7716. game:GetService("StarterGui"):SetCore("SendNotification", {
  7717. Title = "Tools needed!";
  7718. Text = "You need a tool in your backpack for this command!";
  7719. })
  7720. end
  7721. end
  7722. if string.sub(CMDBAR.Text, 1, 6) == ("trail ") then
  7723. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  7724. traill = true
  7725. trlplr = v
  7726. end
  7727. end
  7728. if string.sub(CMDBAR.Text, 1, 7) == ("untrail") then
  7729. traill = false
  7730. end
  7731. if string.sub(CMDBAR.Text, 1, 6) == ("orbit ") then
  7732. if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  7733. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  7734. else
  7735. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  7736. local o = Instance.new("RocketPropulsion")
  7737. o.Parent = lplayer.Character.HumanoidRootPart
  7738. o.Name = "Orbit"
  7739. o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  7740. o:Fire()
  7741. noclip = true
  7742. end
  7743. end
  7744. end
  7745. if string.sub(CMDBAR.Text, 1, 7) == ("unorbit") then
  7746. lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  7747. noclip = false
  7748. end
  7749. if string.sub(CMDBAR.Text, 1, 6) == ("fling ") then
  7750. if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  7751. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  7752. else
  7753. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  7754. local y = Instance.new("RocketPropulsion")
  7755. y.Parent = lplayer.Character.HumanoidRootPart
  7756. y.CartoonFactor = 1
  7757. y.MaxThrust = 800000
  7758. y.MaxSpeed = 1000
  7759. y.ThrustP = 200000
  7760. y.Name = "Fling"
  7761. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  7762. y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  7763. y:Fire()
  7764. noclip = true
  7765. end
  7766. end
  7767. end
  7768. if string.sub(CMDBAR.Text, 1, 7) == ("unfling") then
  7769. noclip = false
  7770. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  7771. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  7772. wait(0.4)
  7773. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  7774. end
  7775. if string.sub(CMDBAR.Text, 1, 7) == ("fecheck") then
  7776. if game:GetService("Workspace").FilteringEnabled == true then
  7777. warn("FE is Enabled (Filtering Enabled)")
  7778. game:GetService("StarterGui"):SetCore("SendNotification", {
  7779. Title = "FE is Enabled";
  7780. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  7781. })
  7782. else
  7783. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  7784. game:GetService("StarterGui"):SetCore("SendNotification", {
  7785. Title = "FE is Disabled";
  7786. Text = "Filtering Disabled. Consider using a different admin script.";
  7787. })
  7788. end
  7789. end
  7790. if string.sub(CMDBAR.Text, 1, 5) == ("void ") then
  7791. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  7792. lplayer.Character.Humanoid.Name = 1
  7793. local l = lplayer.Character["1"]:Clone()
  7794. l.Parent = lplayer.Character
  7795. l.Name = "Humanoid"
  7796. wait(0.1)
  7797. lplayer.Character["1"]:Destroy()
  7798. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  7799. lplayer.Character.Animate.Disabled = true
  7800. wait(0.1)
  7801. lplayer.Character.Animate.Disabled = false
  7802. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  7803. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  7804. lplayer.Character.Humanoid:EquipTool(v)
  7805. end
  7806. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  7807. wait(0.2)
  7808. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  7809. wait(0.6)
  7810. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  7811. game:GetService("StarterGui"):SetCore("SendNotification", {
  7812. Title = "Tools needed!";
  7813. Text = "You need a tool in your backpack for this command!";
  7814. })
  7815. end
  7816. end
  7817. if string.sub(CMDBAR.Text, 1, 6) == ("noclip") then
  7818. noclip = true
  7819. game:GetService("StarterGui"):SetCore("SendNotification", {
  7820. Title = "Noclip enabled";
  7821. Text = "Type ;clip to disable";
  7822. })
  7823. end
  7824. if string.sub(CMDBAR.Text, 1, 4) == ("clip") then
  7825. noclip = false
  7826. game:GetService("StarterGui"):SetCore("SendNotification", {
  7827. Title = "Noclip disabled";
  7828. Text = "Type ;noclip to enable";
  7829. })
  7830. end
  7831. if string.sub(CMDBAR.Text, 1, 6) == ("speed ") then
  7832. lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 7))
  7833. end
  7834. if string.sub(CMDBAR.Text, 1, 3) == ("ws ") then
  7835. lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 4))
  7836. end
  7837. if string.sub(CMDBAR.Text, 1, 10) == ("hipheight ") then
  7838. lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 11))
  7839. end
  7840. if string.sub(CMDBAR.Text, 1, 3) == ("hh ") then
  7841. lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 4))
  7842. end
  7843. if string.sub(CMDBAR.Text, 1, 10) == ("jumppower ") then
  7844. lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 11))
  7845. end
  7846. if string.sub(CMDBAR.Text, 1, 3) == ("jp ") then
  7847. lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 4))
  7848. end
  7849. if string.sub(CMDBAR.Text, 1, 7) == ("default") then
  7850. lplayer.Character.Humanoid.JumpPower = 50
  7851. lplayer.Character.Humanoid.WalkSpeed = 16
  7852. lplayer.Character.Humanoid.HipHeight = 0
  7853. end
  7854. if string.sub(CMDBAR.Text, 1, 6) == ("annoy ") then
  7855. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  7856. annoying = true
  7857. annplr = v
  7858. end
  7859. end
  7860. if string.sub(CMDBAR.Text, 1, 7) == ("unannoy") then
  7861. annoying = false
  7862. end
  7863. if string.sub(CMDBAR.Text, 1, 9) == ("headwalk ") then
  7864. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  7865. hwalk = true
  7866. hdwplr = v
  7867. end
  7868. end
  7869. if string.sub(CMDBAR.Text, 1, 10) == ("unheadwalk") then
  7870. hwalk = false
  7871. end
  7872. if string.sub(CMDBAR.Text, 1, 7) == ("nolimbs") then
  7873. lplayer.Character["Left Leg"]:Destroy()
  7874. lplayer.Character["Left Arm"]:Destroy()
  7875. lplayer.Character["Right Leg"]:Destroy()
  7876. lplayer.Character["Right Arm"]:Destroy()
  7877. end
  7878. if string.sub(CMDBAR.Text, 1, 3) == ("god") then
  7879. lplayer.Character.Humanoid.Name = 1
  7880. local l = lplayer.Character["1"]:Clone()
  7881. l.Parent = lplayer.Character
  7882. l.Name = "Humanoid"
  7883. wait(0.1)
  7884. lplayer.Character["1"]:Destroy()
  7885. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  7886. lplayer.Character.Animate.Disabled = true
  7887. wait(0.1)
  7888. lplayer.Character.Animate.Disabled = false
  7889. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  7890. game:GetService("StarterGui"):SetCore("SendNotification", {
  7891. Title = "FE Godmode enabled";
  7892. Text = "Use ;grespawn or ;respawn to remove.";
  7893. })
  7894. end
  7895. if string.sub(CMDBAR.Text, 1, 8) == ("drophats") then
  7896. for i,v in pairs(lplayer.Character:GetChildren()) do
  7897. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  7898. v.Parent = workspace
  7899. end
  7900. end
  7901. end
  7902. if string.sub(CMDBAR.Text, 1, 8) == ("droptool") then
  7903. for i,v in pairs(lplayer.Character:GetChildren()) do
  7904. if (v:IsA("Tool")) then
  7905. v.Parent = workspace
  7906. end
  7907. end
  7908. end
  7909. if string.sub(CMDBAR.Text, 1, 9) == ("loopdhats") then
  7910. droppinghats = true
  7911. game:GetService("StarterGui"):SetCore("SendNotification", {
  7912. Title = "Loop Drop Enabled";
  7913. Text = "Type ;unloopdhats to disable";
  7914. })
  7915. end
  7916. if string.sub(CMDBAR.Text, 1, 11) == ("unloopdhats") then
  7917. droppinghats = false
  7918. game:GetService("StarterGui"):SetCore("SendNotification", {
  7919. Title = "Loop Drop Disabled";
  7920. Text = "Type ;loopdhats to enable.";
  7921. })
  7922. end
  7923. if string.sub(CMDBAR.Text, 1, 9) == ("loopdtool") then
  7924. droppingtools = true
  7925. game:GetService("StarterGui"):SetCore("SendNotification", {
  7926. Title = "Loop Drop Enabled";
  7927. Text = "Type ;unloopdtool to disable";
  7928. })
  7929. end
  7930. if string.sub(CMDBAR.Text, 1, 11) == ("unloopdtool") then
  7931. droppingtools = false
  7932. game:GetService("StarterGui"):SetCore("SendNotification", {
  7933. Title = "Loop Drop Disabled";
  7934. Text = "Type ;loopdtool to enable.";
  7935. })
  7936. end
  7937. if string.sub(CMDBAR.Text, 1, 9) == ("invisible") then -- Credit to Timeless
  7938. Local = game:GetService('Players').LocalPlayer
  7939. Char = Local.Character
  7940. touched,tpdback = false, false
  7941. box = Instance.new('Part',workspace)
  7942. box.Anchored = true
  7943. box.CanCollide = true
  7944. box.Size = Vector3.new(10,1,10)
  7945. box.Position = Vector3.new(0,10000,0)
  7946. box.Touched:connect(function(part)
  7947. if (part.Parent.Name == Local.Name) then
  7948. if touched == false then
  7949. touched = true
  7950. function apply()
  7951. if script.Disabled ~= true then
  7952. no = Char.HumanoidRootPart:Clone()
  7953. wait(.25)
  7954. Char.HumanoidRootPart:Destroy()
  7955. no.Parent = Char
  7956. Char:MoveTo(loc)
  7957. touched = false
  7958. end end
  7959. if Char then
  7960. apply()
  7961. end
  7962. end
  7963. end
  7964. end)
  7965. repeat wait() until Char
  7966. loc = Char.HumanoidRootPart.Position
  7967. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  7968. game:GetService("StarterGui"):SetCore("SendNotification", {
  7969. Title = "Invisibility enabled!";
  7970. Text = "Reset or use ;respawn to remove.";
  7971. })
  7972. end
  7973. if string.sub(CMDBAR.Text, 1, 5) == ("view ") then
  7974. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  7975. if game:GetService("Players")[v.Name].Character.Humanoid then
  7976. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  7977. else
  7978. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  7979. end
  7980. end
  7981. end
  7982. if string.sub(CMDBAR.Text, 1, 6) == ("unview") then
  7983. if lplayer.Character.Humanoid then
  7984. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  7985. else
  7986. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  7987. end
  7988. end
  7989. if string.sub(CMDBAR.Text, 1, 5) == ("goto ") then
  7990. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  7991. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  7992. end
  7993. end
  7994. if string.sub(CMDBAR.Text, 1, 3) == ("fly") then
  7995. repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  7996. repeat wait() until Mouse
  7997.  
  7998. local T = lplayer.Character.HumanoidRootPart
  7999. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  8000. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  8001. local SPEED = speedget
  8002.  
  8003. local function fly()
  8004. flying = true
  8005. local BG = Instance.new('BodyGyro', T)
  8006. local BV = Instance.new('BodyVelocity', T)
  8007. BG.P = 9e4
  8008. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  8009. BG.cframe = T.CFrame
  8010. BV.velocity = Vector3.new(0, 0.1, 0)
  8011. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  8012. spawn(function()
  8013. repeat wait()
  8014. lplayer.Character.Humanoid.PlatformStand = true
  8015. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  8016. SPEED = 50
  8017. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  8018. SPEED = 0
  8019. end
  8020. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  8021. 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
  8022. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  8023. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  8024. 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
  8025. else
  8026. BV.velocity = Vector3.new(0, 0.1, 0)
  8027. end
  8028. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  8029. until not flying
  8030. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  8031. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  8032. SPEED = 0
  8033. BG:destroy()
  8034. BV:destroy()
  8035. lplayer.Character.Humanoid.PlatformStand = false
  8036. end)
  8037. end
  8038. Mouse.KeyDown:connect(function(KEY)
  8039. if KEY:lower() == 'w' then
  8040. CONTROL.F = speedfly
  8041. elseif KEY:lower() == 's' then
  8042. CONTROL.B = -speedfly
  8043. elseif KEY:lower() == 'a' then
  8044. CONTROL.L = -speedfly
  8045. elseif KEY:lower() == 'd' then
  8046. CONTROL.R = speedfly
  8047. end
  8048. end)
  8049. Mouse.KeyUp:connect(function(KEY)
  8050. if KEY:lower() == 'w' then
  8051. CONTROL.F = 0
  8052. elseif KEY:lower() == 's' then
  8053. CONTROL.B = 0
  8054. elseif KEY:lower() == 'a' then
  8055. CONTROL.L = 0
  8056. elseif KEY:lower() == 'd' then
  8057. CONTROL.R = 0
  8058. end
  8059. end)
  8060. fly()
  8061. end
  8062. if string.sub(CMDBAR.Text, 1, 5) == ("unfly") then
  8063. flying = false
  8064. lplayer.Character.Humanoid.PlatformStand = false
  8065. end
  8066. if string.sub(CMDBAR.Text, 1, 5) == ("chat ") then
  8067. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(CMDBAR.Text, 6)), "All")
  8068. end
  8069. if string.sub(CMDBAR.Text, 1, 5) == ("spam ") then
  8070. spamtext = (string.sub(CMDBAR.Text, 6))
  8071. spamming = true
  8072. end
  8073. if string.sub(CMDBAR.Text, 1, 6) == ("unspam") then
  8074. spamming = false
  8075. end
  8076. if string.sub(CMDBAR.Text, 1, 9) == ("spamwait ") then
  8077. spamdelay = (string.sub(CMDBAR.Text, 10))
  8078. end
  8079. if string.sub(CMDBAR.Text, 1, 7) == ("pmspam ") then
  8080. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  8081. pmspammed = v.Name
  8082. spammingpm = true
  8083. end
  8084. end
  8085. if string.sub(CMDBAR.Text, 1, 8) == ("unpmspam") then
  8086. spammingpm = false
  8087. end
  8088. if string.sub(CMDBAR.Text, 1, 8) == ("cfreeze ") then
  8089. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 9))) do
  8090. v.Character["Left Leg"].Anchored = true
  8091. v.Character["Left Arm"].Anchored = true
  8092. v.Character["Right Leg"].Anchored = true
  8093. v.Character["Right Arm"].Anchored = true
  8094. v.Character.Torso.Anchored = true
  8095. v.Character.Head.Anchored = true
  8096. end
  8097. end
  8098. if string.sub(CMDBAR.Text, 1, 10) == ("uncfreeze ") then
  8099. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 11))) do
  8100. v.Character["Left Leg"].Anchored = false
  8101. v.Character["Left Arm"].Anchored = false
  8102. v.Character["Right Leg"].Anchored = false
  8103. v.Character["Right Arm"].Anchored = false
  8104. v.Character.Torso.Anchored = false
  8105. v.Character.Head.Anchored = false
  8106. end
  8107. end
  8108. if string.sub(CMDBAR.Text, 1, 8) == ("unlockws") then
  8109. local a = game:GetService("Workspace"):getChildren()
  8110. for i = 1, #a do
  8111. if a[i].className == "Part" then
  8112. a[i].Locked = false
  8113. elseif a[i].className == "Model" then
  8114. local r = a[i]:getChildren()
  8115. for i = 1, #r do
  8116. if r[i].className == "Part" then
  8117. r[i].Locked = false
  8118. end
  8119. end
  8120. end
  8121. end
  8122. game:GetService("StarterGui"):SetCore("SendNotification", {
  8123. Title = "Success!";
  8124. Text = "Workspace unlocked. Use ;lockws to lock.";
  8125. })
  8126. end
  8127. if string.sub(CMDBAR.Text, 1, 6) == ("lockws") then
  8128. local a = game:GetService("Workspace"):getChildren()
  8129. for i = 1, #a do
  8130. if a[i].className == "Part" then
  8131. a[i].Locked = true
  8132. elseif a[i].className == "Model" then
  8133. local r = a[i]:getChildren()
  8134. for i = 1, #r do
  8135. if r[i].className == "Part" then
  8136. r[i].Locked = true
  8137. end
  8138. end
  8139. end
  8140. end
  8141. end
  8142. if string.sub(CMDBAR.Text, 1, 6) == ("btools") then
  8143. local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  8144. Clone_T.BinType = "Clone"
  8145. local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  8146. Destruct.BinType = "Hammer"
  8147. local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  8148. Hold_T.BinType = "Grab"
  8149. end
  8150. if string.sub(CMDBAR.Text, 1, 6) == ("pstand") then
  8151. lplayer.Character.Humanoid.PlatformStand = true
  8152. end
  8153. if string.sub(CMDBAR.Text, 1, 8) == ("unpstand") then
  8154. lplayer.Character.Humanoid.PlatformStand = false
  8155. end
  8156. if string.sub(CMDBAR.Text, 1, 9) == ("blockhead") then
  8157. lplayer.Character.Head.Mesh:Destroy()
  8158. end
  8159. if string.sub(CMDBAR.Text, 1, 3) == ("sit") then
  8160. lplayer.Character.Humanoid.Sit = true
  8161. end
  8162. if string.sub(CMDBAR.Text, 1, 9) == ("bringobj ") then
  8163. local function bringobjw()
  8164. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  8165. if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  8166. obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  8167. obj.CanCollide = false
  8168. obj.Transparency = 0.7
  8169. wait()
  8170. obj.CFrame = lplayer.Character["Left Leg"].CFrame
  8171. wait()
  8172. obj.CFrame = lplayer.Character["Right Leg"].CFrame
  8173. wait()
  8174. obj.CFrame = lplayer.Character["Head"].CFrame
  8175. end
  8176. end
  8177. end
  8178. while wait() do
  8179. bringobjw()
  8180. end
  8181. game:GetService("StarterGui"):SetCore("SendNotification", {
  8182. Title = "BringObj";
  8183. Text = "BringObj enabled.";
  8184. })
  8185. end
  8186. if string.sub(CMDBAR.Text, 1, 6) == ("wsvis ") then
  8187. vis = (string.sub(CMDBAR.Text, 7))
  8188. local a = game:GetService("Workspace"):GetDescendants()
  8189. for i = 1, #a do
  8190. if a[i].className == "Part" then
  8191. a[i].Transparency = vis
  8192. elseif a[i].className == "Model" then
  8193. local r = a[i]:getChildren()
  8194. for i = 1, #r do
  8195. if r[i].className == "Part" then
  8196. r[i].Transparency = vis
  8197. end
  8198. end
  8199. end
  8200. end
  8201. end
  8202. if string.sub(CMDBAR.Text, 1, 10) == ("hypertotal") then
  8203. loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  8204. game:GetService("StarterGui"):SetCore("SendNotification", {
  8205. Title = "Success!";
  8206. Text = "HyperTotal GUI Loaded!";
  8207. })
  8208. end
  8209. if string.sub(CMDBAR.Text, 1, 4) == ("cmds") then
  8210. CMDSFRAME.Visible = true
  8211. end
  8212. if string.sub(CMDBAR.Text, 1, 9) == ("rmeshhats") then
  8213. for i,v in pairs(lplayer.Character:GetChildren()) do
  8214. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  8215. v.Handle.Mesh:Destroy()
  8216. end
  8217. end
  8218. end
  8219. if string.sub(CMDBAR.Text, 1, 9) == ("blockhats") then
  8220. for i,v in pairs(lplayer.Character:GetChildren()) do
  8221. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  8222. v.Handle.Mesh:Destroy()
  8223. end
  8224. end
  8225. end
  8226. if string.sub(CMDBAR.Text, 1, 9) == ("rmeshtool") then
  8227. for i,v in pairs(lplayer.Character:GetChildren()) do
  8228. if (v:IsA("Tool")) then
  8229. v.Handle.Mesh:Destroy()
  8230. end
  8231. end
  8232. end
  8233. if string.sub(CMDBAR.Text, 1, 9) == ("blocktool") then
  8234. for i,v in pairs(lplayer.Character:GetChildren()) do
  8235. if (v:IsA("Tool")) then
  8236. v.Handle.Mesh:Destroy()
  8237. end
  8238. end
  8239. end
  8240. if string.sub(CMDBAR.Text, 1, 7) == ("spinner") then
  8241. local p = Instance.new("RocketPropulsion")
  8242. p.Parent = lplayer.Character.HumanoidRootPart
  8243. p.Name = "Spinner"
  8244. p.Target = lplayer.Character["Left Arm"]
  8245. p:Fire()
  8246. game:GetService("StarterGui"):SetCore("SendNotification", {
  8247. Title = "Spinner enabled";
  8248. Text = "Type ;nospinner to disable.";
  8249. })
  8250. end
  8251. if string.sub(CMDBAR.Text, 1, 9) == ("nospinner") then
  8252. lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  8253. end
  8254. if string.sub(CMDBAR.Text, 1, 6) == ("reachd") then
  8255. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  8256. if v:isA("Tool") then
  8257. local a = Instance.new("SelectionBox",v.Handle)
  8258. a.Adornee = v.Handle
  8259. v.Handle.Size = Vector3.new(0.5,0.5,60)
  8260. v.GripPos = Vector3.new(0,0,0)
  8261. lplayer.Character.Humanoid:UnequipTools()
  8262. end
  8263. end
  8264. game:GetService("StarterGui"):SetCore("SendNotification", {
  8265. Title = "Reach applied!";
  8266. Text = "Applied to equipped sword. Use ;noreach to disable.";
  8267. })
  8268. end
  8269. if string.sub(CMDBAR.Text, 1, 6) == ("reach ") then
  8270. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  8271. if v:isA("Tool") then
  8272. local a = Instance.new("SelectionBox",v.Handle)
  8273. a.Name = "Reach"
  8274. a.Adornee = v.Handle
  8275. v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(CMDBAR.Text, 7)))
  8276. v.GripPos = Vector3.new(0,0,0)
  8277. lplayer.Character.Humanoid:UnequipTools()
  8278. end
  8279. end
  8280. game:GetService("StarterGui"):SetCore("SendNotification", {
  8281. Title = "Reach applied!";
  8282. Text = "Applied to equipped sword. Use ;noreach to disable.";
  8283. })
  8284. end
  8285. if string.sub(CMDBAR.Text, 1, 7) == ("noreach") then
  8286. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  8287. if v:isA("Tool") then
  8288. v.Handle.Reach:Destroy()
  8289. end
  8290. end
  8291. game:GetService("StarterGui"):SetCore("SendNotification", {
  8292. Title = "Reach removed!";
  8293. Text = "Removed reach from equipped sword.";
  8294. })
  8295. end
  8296. if string.sub(CMDBAR.Text, 1, 6) == ("rkill ") then
  8297. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  8298. lplayer.Character.Humanoid.Name = 1
  8299. local l = lplayer.Character["1"]:Clone()
  8300. l.Parent = lplayer.Character
  8301. l.Name = "Humanoid"
  8302. wait(0.1)
  8303. lplayer.Character["1"]:Destroy()
  8304. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  8305. lplayer.Character.Animate.Disabled = true
  8306. wait(0.1)
  8307. lplayer.Character.Animate.Disabled = false
  8308. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  8309. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  8310. lplayer.Character.Humanoid:EquipTool(v)
  8311. end
  8312. wait(0.1)
  8313. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  8314. wait(0.2)
  8315. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  8316. wait(0.5)
  8317. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  8318. game:GetService("StarterGui"):SetCore("SendNotification", {
  8319. Title = "Tools needed!";
  8320. Text = "You need a tool in your backpack for this command!";
  8321. })
  8322. end
  8323. end
  8324. if string.sub(CMDBAR.Text, 1, 6) == ("tp me ") then
  8325. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  8326. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  8327. end
  8328. end
  8329. if string.sub(CMDBAR.Text, 1, 7) == ("cbring ") then
  8330. if (string.sub(CMDBAR.Text, 8)) == "all" or (string.sub(CMDBAR.Text, 8)) == "All" or (string.sub(CMDBAR.Text, 8)) == "ALL" then
  8331. cbringall = true
  8332. else
  8333. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  8334. brplr = v.Name
  8335. end
  8336. end
  8337. cbring = true
  8338. end
  8339. if string.sub(CMDBAR.Text, 1, 8) == ("uncbring") then
  8340. cbring = false
  8341. cbringall = false
  8342. end
  8343. if string.sub(CMDBAR.Text, 1, 5) == ("swap ") then
  8344. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  8345. local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  8346. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  8347. lplayer.Character.Humanoid.Name = 1
  8348. local l = lplayer.Character["1"]:Clone()
  8349. l.Parent = lplayer.Character
  8350. l.Name = "Humanoid"
  8351. wait(0.1)
  8352. lplayer.Character["1"]:Destroy()
  8353. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  8354. lplayer.Character.Animate.Disabled = true
  8355. wait(0.1)
  8356. lplayer.Character.Animate.Disabled = false
  8357. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  8358. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  8359. lplayer.Character.Humanoid:EquipTool(v)
  8360. end
  8361. local function tp(player,player2)
  8362. local char1,char2=player.Character,player2.Character
  8363. if char1 and char2 then
  8364. char1:MoveTo(char2.Head.Position)
  8365. end
  8366. end
  8367. wait(0.1)
  8368. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  8369. wait(0.2)
  8370. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  8371. wait(0.5)
  8372. lplayer.Character.HumanoidRootPart.CFrame = NOW
  8373. wait(0.6)
  8374. tp(lplayer, game:GetService("Players")[v.Name])
  8375. wait(0.4)
  8376. lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  8377. game:GetService("StarterGui"):SetCore("SendNotification", {
  8378. Title = "Tools needed!";
  8379. Text = "You need a tool in your backpack for this command!";
  8380. })
  8381. end
  8382. end
  8383. if string.sub(CMDBAR.Text, 1, 7) == ("glitch ") then
  8384. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  8385. lplayer.Character.Humanoid.Name = 1
  8386. local l = lplayer.Character["1"]:Clone()
  8387. l.Parent = lplayer.Character
  8388. l.Name = "Humanoid"
  8389. wait(0.1)
  8390. lplayer.Character["1"]:Destroy()
  8391. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  8392. lplayer.Character.Animate.Disabled = true
  8393. wait(0.1)
  8394. lplayer.Character.Animate.Disabled = false
  8395. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  8396. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  8397. lplayer.Character.Humanoid:EquipTool(v)
  8398. end
  8399. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  8400. wait(0.3)
  8401. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  8402. wait(0.4)
  8403. b = Instance.new("BodyForce")
  8404. b.Parent = lplayer.Character.HumanoidRootPart
  8405. b.Name = "Glitch"
  8406. b.Force = Vector3.new(100000000,5000,0)
  8407. game:GetService("StarterGui"):SetCore("SendNotification", {
  8408. Title = "Tools needed!";
  8409. Text = "You need a tool in your backpack for this command!";
  8410. })
  8411. end
  8412. end
  8413. if string.sub(CMDBAR.Text, 1, 8) == ("unglitch") then
  8414. lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  8415. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  8416. b = Instance.new("BodyForce")
  8417. b.Parent = lplayer.Character.HumanoidRootPart
  8418. b.Name = "unGlitch"
  8419. b.Force = Vector3.new(0,-5000000,0)
  8420. wait(2)
  8421. lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  8422. end
  8423. if string.sub(CMDBAR.Text, 1, 8) == ("grespawn") then
  8424. lplayer.Character.Humanoid.Health = 0
  8425. wait(1)
  8426. lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  8427. lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  8428. end
  8429. if string.sub(CMDBAR.Text, 1, 8) == ("explorer") then
  8430. loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  8431. game:GetService("StarterGui"):SetCore("SendNotification", {
  8432. Title = "Success!";
  8433. Text = "DEX Explorer has loaded.";
  8434. })
  8435. end
  8436. if string.sub(CMDBAR.Text, 1, 5) == ("anim ") then
  8437. local Anim = Instance.new("Animation")
  8438. Anim.AnimationId = "rbxassetid://"..(string.sub(CMDBAR.Text, 6))
  8439. local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  8440. track:Play(.1, 1, 1)
  8441. end
  8442. if string.sub(CMDBAR.Text, 1, 7) == ("animgui") then
  8443. loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  8444. game:GetService("StarterGui"):SetCore("SendNotification", {
  8445. Title = "Success!";
  8446. Text = "Energize Animations GUI has loaded.";
  8447. })
  8448. end
  8449. if string.sub(CMDBAR.Text, 1, 7) == ("savepos") then
  8450. saved = lplayer.Character.HumanoidRootPart.CFrame
  8451. game:GetService("StarterGui"):SetCore("SendNotification", {
  8452. Title = "Position Saved";
  8453. Text = "Use ;loadpos to return to saved position.";
  8454. })
  8455. end
  8456. if string.sub(CMDBAR.Text, 1, 7) == ("loadpos") then
  8457. lplayer.Character.HumanoidRootPart.CFrame = saved
  8458. end
  8459. if string.sub(CMDBAR.Text, 1, 5) == ("bang ") then
  8460. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  8461. local Anim2 = Instance.new("Animation")
  8462. Anim2.AnimationId = "rbxassetid://148840371"
  8463. local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  8464. track2:Play(.1, 1, 1)
  8465. bplrr = v.Name
  8466. banpl = true
  8467. end
  8468. end
  8469. if string.sub(CMDBAR.Text, 1, 6) == ("unbang") then
  8470. banpl = false
  8471. end
  8472. if string.sub(CMDBAR.Text, 1, 9) == ("bringmod ") then
  8473. local function bringmodw()
  8474. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  8475. if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  8476. for i,ch in pairs(obj:GetDescendants()) do
  8477. if (ch:IsA("BasePart")) then
  8478. ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  8479. ch.CanCollide = false
  8480. ch.Transparency = 0.7
  8481. wait()
  8482. ch.CFrame = lplayer.Character["Left Leg"].CFrame
  8483. wait()
  8484. ch.CFrame = lplayer.Character["Right Leg"].CFrame
  8485. wait()
  8486. ch.CFrame = lplayer.Character["Head"].CFrame
  8487. end
  8488. end
  8489. end
  8490. end
  8491. end
  8492. while wait() do
  8493. bringmodw()
  8494. end
  8495. game:GetService("StarterGui"):SetCore("SendNotification", {
  8496. Title = "BringMod";
  8497. Text = "BringMod enabled.";
  8498. })
  8499. end
  8500. if string.sub(CMDBAR.Text, 1, 7) == ("respawn") then
  8501. local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  8502. local hum = Instance.new('Humanoid', mod)
  8503. local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  8504. lplayer.Character = mod
  8505. end
  8506. if string.sub(CMDBAR.Text, 1, 8) == ("shutdown") then
  8507. game:GetService'RunService'.Stepped:Connect(function()
  8508. pcall(function()
  8509. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  8510. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  8511. for _,x in pairs(v.Character.Head:GetChildren()) do
  8512. if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  8513. end
  8514. end
  8515. end
  8516. end)
  8517. end)
  8518. game:GetService("StarterGui"):SetCore("SendNotification", {
  8519. Title = "Attempting Shutdown";
  8520. Text = "Shutdown Attempt has begun.";
  8521. })
  8522. end
  8523. if string.sub(CMDBAR.Text, 1, 7) == ("delobj ") then
  8524. objtodel = (string.sub(CMDBAR.Text, 8))
  8525. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  8526. if v.Name == objtodel then
  8527. v:Destroy()
  8528. end
  8529. end
  8530. end
  8531. if string.sub(CMDBAR.Text, 1, 7) == ("getplrs") then
  8532. for i,v in pairs(game:GetService("Players"):GetPlayers())do
  8533. print(v)
  8534. end
  8535. game:GetService("StarterGui"):SetCore("SendNotification", {
  8536. Title = "Printed";
  8537. Text = "Players have been printed to console. (F9)";
  8538. })
  8539. end
  8540. if string.sub(CMDBAR.Text, 1, 8) == ("deldecal") then
  8541. for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  8542. if (v:IsA("Decal")) then
  8543. v:Destroy()
  8544. end
  8545. end
  8546. end
  8547. if string.sub(CMDBAR.Text, 1, 10) == ("opfinality") then
  8548. loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  8549. game:GetService("StarterGui"):SetCore("SendNotification", {
  8550. Title = "Success!";
  8551. Text = "OpFinality GUI has loaded.";
  8552. })
  8553. end
  8554. if string.sub(CMDBAR.Text, 1, 7) == ("remotes") then
  8555. remotes = true
  8556. added = true
  8557. game.DescendantAdded:connect(function(rmt)
  8558. if added == true then
  8559. if remotes == true then
  8560. if rmt:IsA("RemoteEvent") then
  8561. print("A RemoteEvent was added!")
  8562. print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  8563. print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  8564. end end end
  8565. end)
  8566. game.DescendantAdded:connect(function(rmtfnctn)
  8567. if added == true then
  8568. if remotes == true then
  8569. if rmtfnctn:IsA("RemoteFunction") then
  8570. warn("A RemoteFunction was added!")
  8571. warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  8572. print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  8573. end end end
  8574. end)
  8575.  
  8576. game.DescendantAdded:connect(function(bndfnctn)
  8577. if added == true then
  8578. if binds == true then
  8579. if bndfnctn:IsA("BindableFunction") then
  8580. print("A BindableFunction was added!")
  8581. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  8582. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  8583. end end end
  8584. end)
  8585.  
  8586. game.DescendantAdded:connect(function(bnd)
  8587. if added == true then
  8588. if binds == true then
  8589. if bnd:IsA("BindableEvent") then
  8590. warn("A BindableEvent was added!")
  8591. warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  8592. print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  8593. end end end
  8594. end)
  8595.  
  8596.  
  8597. if binds == true then
  8598. for i,v in pairs(game:GetDescendants()) do
  8599. if v:IsA("BindableFunction") then
  8600. print(" game." .. v:GetFullName() .. " | BindableFunction")
  8601. print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  8602. end end
  8603. for i,v in pairs(game:GetDescendants()) do
  8604. if v:IsA("BindableEvent") then
  8605. warn(" game." .. v:GetFullName() .. " | BindableEvent")
  8606. print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  8607. end end
  8608. else
  8609. print("Off")
  8610. end
  8611. if remotes == true then
  8612. for i,v in pairs(game:GetDescendants()) do
  8613. if v:IsA("RemoteFunction") then
  8614. warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  8615. print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  8616. end end
  8617. wait()
  8618. for i,v in pairs(game:GetDescendants()) do
  8619. if v:IsA("RemoteEvent") then
  8620. print(" game." .. v:GetFullName() .. " | RemoteEvent")
  8621. print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  8622. end end
  8623. else
  8624. print("Off")
  8625. end
  8626. game:GetService("StarterGui"):SetCore("SendNotification", {
  8627. Title = "Printing Remotes";
  8628. Text = "Type ;noremotes to disable.";
  8629. })
  8630. end
  8631. if string.sub(CMDBAR.Text, 1, 9) == ("noremotes") then
  8632. remotes = false
  8633. added = false
  8634. game:GetService("StarterGui"):SetCore("SendNotification", {
  8635. Title = "Printing Remotes Disabled";
  8636. Text = "Type ;remotes to enable.";
  8637. })
  8638. end
  8639. if string.sub(CMDBAR.Text, 1, 9) == ("tpdefault") then
  8640. spin = false
  8641. followed = false
  8642. traill = false
  8643. noclip = false
  8644. annoying = false
  8645. hwalk = false
  8646. cbringing = false
  8647. end
  8648. if string.sub(CMDBAR.Text, 1, 7) == ("stopsit") then
  8649. stopsitting = true
  8650. end
  8651. if string.sub(CMDBAR.Text, 1, 5) == ("gosit") then
  8652. stopsitting = false
  8653. end
  8654. if string.sub(CMDBAR.Text, 1, 7) == ("version") then
  8655. print(adminversion)
  8656. game:GetService("StarterGui"):SetCore("SendNotification", {
  8657. Title = "Version";
  8658. Text = adminversion;
  8659. })
  8660. end
  8661. if string.sub(CMDBAR.Text, 1, 7) == ("clicktp") then
  8662. clickgoto = true
  8663. game:GetService("StarterGui"):SetCore("SendNotification", {
  8664. Title = "Click TP";
  8665. Text = "Press E to teleport to mouse position";
  8666. })
  8667. end
  8668. if string.sub(CMDBAR.Text, 1, 9) == ("noclicktp") then
  8669. clickgoto = false
  8670. game:GetService("StarterGui"):SetCore("SendNotification", {
  8671. Title = "Click TP";
  8672. Text = "Click TP has been disabled.";
  8673. })
  8674. end
  8675. if string.sub(CMDBAR.Text, 1, 7) == ("toolson") then
  8676. gettingtools = true
  8677. game:GetService("StarterGui"):SetCore("SendNotification", {
  8678. Title = "Tools Enabled";
  8679. Text = "Automatically colleting tools dropped.";
  8680. })
  8681. end
  8682. if string.sub(CMDBAR.Text, 1, 8) == ("toolsoff") then
  8683. gettingtools = false
  8684. game:GetService("StarterGui"):SetCore("SendNotification", {
  8685. Title = "Tools Disabled";
  8686. Text = "Click TP has been disabled.";
  8687. })
  8688. end
  8689. if string.sub(CMDBAR.Text, 1, 9) == ("delcmdbar") then
  8690. ScreenGui:Destroy()
  8691. end
  8692. if string.sub(CMDBAR.Text, 1, 5) == ("reset") then
  8693. lplayer.Character.Head:Destroy()
  8694. end
  8695. if string.sub(CMDBAR.Text, 1, 6) == ("state ") then
  8696. statechosen = string.sub(CMDBAR.Text, 7)
  8697. changingstate = true
  8698. end
  8699. if string.sub(CMDBAR.Text, 1, 8) == ("gravity ") then
  8700. game:GetService("Workspace").Gravity = string.sub(CMDBAR.Text, 9)
  8701. end
  8702. if string.sub(CMDBAR.Text, 1, 9) == ("looprhats") then
  8703. removingmeshhats = true
  8704. end
  8705. if string.sub(CMDBAR.Text, 1, 11) == ("unlooprhats") then
  8706. removingmeshhats = false
  8707. end
  8708. if string.sub(CMDBAR.Text, 1, 9) == ("looprtool") then
  8709. removingmeshtool = true
  8710. end
  8711. if string.sub(CMDBAR.Text, 1, 11) == ("unlooprtool") then
  8712. removingmeshtool = false
  8713. end
  8714. if string.sub(CMDBAR.Text, 1, 9) == ("givetool ") then
  8715. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  8716. if v:IsA("Tool") then
  8717. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  8718. v.Parent = player.Character
  8719. end
  8720. end
  8721. end
  8722. end
  8723. if string.sub(CMDBAR.Text, 1, 4) == ("age ") then
  8724. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  8725. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  8726. end
  8727. end
  8728. if string.sub(CMDBAR.Text, 1, 3) == ("id ") then
  8729. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 4))) do
  8730. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  8731. end
  8732. end
  8733. if string.sub(CMDBAR.Text, 1, 5) == (".age ") then
  8734. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  8735. game:GetService("StarterGui"):SetCore("SendNotification", {
  8736. Title = player.AccountAge.." Days";
  8737. Text = "Account age of "..player.Name;
  8738. })
  8739. end
  8740. end
  8741. if string.sub(CMDBAR.Text, 1, 4) == (".id ") then
  8742. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  8743. game:GetService("StarterGui"):SetCore("SendNotification", {
  8744. Title = player.UserId.." ID";
  8745. Text = "Account ID of "..player.Name;
  8746. })
  8747. end
  8748. end
  8749. if string.sub(CMDBAR.Text, 1, 6) == ("gameid") then
  8750. game:GetService("StarterGui"):SetCore("SendNotification", {
  8751. Title = "Game ID";
  8752. Text = "Game ID: ".. game.GameId;
  8753. })
  8754. end
  8755. if string.sub(CMDBAR.Text, 1, 3) == ("pgs") then
  8756. local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  8757. if pgscheck == true then
  8758. game:GetService("StarterGui"):SetCore("SendNotification", {
  8759. Title = "PGSPhysicsSolverEnabled";
  8760. Text = "PGS is Enabled!";
  8761. })
  8762. else
  8763. game:GetService("StarterGui"):SetCore("SendNotification", {
  8764. Title = "PGSPhysicsSolverEnabled";
  8765. Text = "PGS is Disabled!";
  8766. })
  8767. end
  8768. end
  8769. if string.sub(CMDBAR.Text, 1, 11) == ("removeinvis") then
  8770. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  8771. if v:IsA("Part") then
  8772. if v.Transparency == 1 then
  8773. if v.Name ~= "HumanoidRootPart" then
  8774. v:Destroy()
  8775. end
  8776. end
  8777. end
  8778. end
  8779. end
  8780. if string.sub(CMDBAR.Text, 1, 9) == ("removefog") then
  8781. game:GetService("Lighting").FogStart = 0
  8782. game:GetService("Lighting").FogEnd = 9999999999999
  8783. end
  8784. if string.sub(CMDBAR.Text, 1, 7) == ("disable") then
  8785. lplayer.Character.Humanoid.Parent = lplayer
  8786. end
  8787. if string.sub(CMDBAR.Text, 1, 6) == ("enable") then
  8788. lplayer.Humanoid.Parent = lplayer.Character
  8789. end
  8790. if string.sub(CMDBAR.Text, 1, 13) == ("givealltools ") then
  8791. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  8792. if v:IsA("Tool") then
  8793. v.Parent = lplayer.Character
  8794. wait()
  8795. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 14))) do
  8796. v.Parent = player.Character
  8797. end
  8798. end
  8799. end
  8800. end
  8801. if string.sub(CMDBAR.Text, 1, 9) == ("flyspeed ") then
  8802. speedfly = string.sub(CMDBAR.Text, 10)
  8803. wait()
  8804. change()
  8805. end
  8806. if string.sub(CMDBAR.Text, 1, 7) == ("carpet ") then
  8807. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  8808. local Anim3 = Instance.new("Animation")
  8809. Anim3.AnimationId = "rbxassetid://282574440"
  8810. local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  8811. track3:Play(.1, 1, 1)
  8812. bplrr = v.Name
  8813. banpl = true
  8814. end
  8815. end
  8816. if string.sub(CMDBAR.Text, 1, 8) == ("uncarpet") then
  8817. banpl = false
  8818. end
  8819. if string.sub(CMDBAR.Text, 1, 6) == ("stare ") then
  8820. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  8821. staring = true
  8822. stareplr = v
  8823. end
  8824. end
  8825. if string.sub(CMDBAR.Text, 1, 7) == ("unstare") then
  8826. staring = false
  8827. end
  8828. if string.sub(CMDBAR.Text, 1, 7) == ("logchat") then
  8829. chatlogs = true
  8830. game:GetService("StarterGui"):SetCore("SendNotification", {
  8831. Title = "LogChat enabled";
  8832. Text = "Now logging all player chat.";
  8833. })
  8834. end
  8835. if string.sub(CMDBAR.Text, 1, 9) == ("unlogchat") then
  8836. chatlogs = false
  8837. game:GetService("StarterGui"):SetCore("SendNotification", {
  8838. Title = "LogChat disabled";
  8839. Text = "Stopped logging all player chat.";
  8840. })
  8841. end
  8842. if string.sub(CMDBAR.Text, 1, 6) == ("fixcam") then
  8843. game:GetService("Workspace").CurrentCamera:Destroy()
  8844. wait(0.1)
  8845. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  8846. game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  8847. lplayer.CameraMinZoomDistance = 0.5
  8848. lplayer.CameraMaxZoomDistance = 400
  8849. lplayer.CameraMode = "Classic"
  8850. end
  8851. if string.sub(CMDBAR.Text, 1, 7) == ("unstate") then
  8852. changingstate = false
  8853. end
  8854. CMDBAR.Text = ""
  8855. end
  8856. end)
  8857.  
  8858. wait(0.3)
  8859. game:GetService("StarterGui"):SetCore("SendNotification", {
  8860. Title = "Loaded successfully!";
  8861. Text = "Reviz Admin V2 by illremember";
  8862. })
  8863. wait(0.1)
  8864. print("Reviz Admin V2 loaded!")
  8865. if game:GetService("Workspace").FilteringEnabled == true then
  8866. warn("FE is Enabled (Filtering Enabled)")
  8867. game:GetService("StarterGui"):SetCore("SendNotification", {
  8868. Title = "FE is Enabled";
  8869. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  8870. })
  8871. else
  8872. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  8873. game:GetService("StarterGui"):SetCore("SendNotification", {
  8874. Title = "FE is Disabled";
  8875. Text = "Filtering Disabled. Consider using a different admin script.";
  8876. })
  8877. end
  8878.  
  8879. local intro = Instance.new("ScreenGui")
  8880. local Frame = Instance.new("Frame")
  8881. local ImageLabel = Instance.new("ImageLabel")
  8882. intro.Parent = game:GetService("CoreGui")
  8883. Frame.Parent = intro
  8884. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  8885. Frame.BackgroundTransparency = 1
  8886. Frame.Size = UDim2.new(1, 0, 0, 300)
  8887. Frame.Position = UDim2.new(0, 0, -0.4, 0)
  8888. ImageLabel.Parent = Frame
  8889. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  8890. ImageLabel.BackgroundTransparency = 1
  8891. ImageLabel.Position = UDim2.new(0, 0, 0, 0)
  8892. ImageLabel.Size = UDim2.new(1, 0, 1, 0)
  8893. ImageLabel.Image = "http://www.roblox.com/asset/?id=1542162618"
  8894. Frame:TweenPosition(UDim2.new(0, 0, 0.2, 0), "Out", "Elastic", 3)
  8895. wait(3.01)
  8896. Frame:TweenPosition(UDim2.new(0, 0, 1.5, 0), "Out", "Elastic", 5)
  8897. wait(5.01)
  8898. intro:Destroy()
  8899. end)
  8900.  
  8901. arrest.Name = "arrest"
  8902. arrest.Parent = main
  8903. arrest.BackgroundColor3 = Color3.new(0, 1, 1)
  8904. arrest.Position = UDim2.new(0.349623203, 0, 0.306112915, 0)
  8905. arrest.Size = UDim2.new(0, 110, 0, 32)
  8906. arrest.Font = Enum.Font.GothamBlack
  8907. arrest.Text = "Arrest"
  8908. arrest.TextColor3 = Color3.new(1, 0, 0)
  8909. arrest.TextSize = 14
  8910. arrest.MouseButton1Down:connect(function()
  8911. local mouse = game.Players.LocalPlayer:GetMouse()
  8912. local arrestEvent = game.Workspace.Remote.arrest
  8913. mouse.Button1Down:connect(function()
  8914. local obj = mouse.Target
  8915. local response = arrestEvent:InvokeServer(obj)
  8916. end)
  8917. end)
  8918.  
  8919. attach.Name = "attach"
  8920. attach.Parent = main
  8921. attach.BackgroundColor3 = Color3.new(0, 1, 1)
  8922. attach.Position = UDim2.new(0.679666638, 0, 0.304921538, 0)
  8923. attach.Size = UDim2.new(0, 111, 0, 32)
  8924. attach.Font = Enum.Font.GothamBlack
  8925. attach.Text = "Aimbot"
  8926. attach.TextColor3 = Color3.new(1, 0, 0)
  8927. attach.TextSize = 14
  8928. attach.MouseButton1Down:connect(function()
  8929. local plrs = game:GetService("Players")
  8930. local TeamBased = true ; local teambasedswitch = "o"
  8931. local presskeytoaim = true; local aimkey = "e"
  8932. local raycast = false
  8933.  
  8934. local espupdatetime = 5; autoesp = false
  8935.  
  8936.  
  8937.  
  8938. local lockaim = true; local lockangle = 5
  8939.  
  8940.  
  8941.  
  8942. --function findwat(folder, what)
  8943. -- for i, smth in pairs(folder:GetChildren()) do
  8944. -- if string.find(string.lower(tostring(smth)), string.lower(what)) then
  8945. -- return smth
  8946. -- end
  8947. -- end
  8948. --end
  8949. --
  8950. --local plrs = findwat(game, "Players")
  8951.  
  8952.  
  8953.  
  8954.  
  8955. local Gui = Instance.new("ScreenGui")
  8956. local Move = Instance.new("Frame")
  8957. local Main = Instance.new("Frame")
  8958. local EspStatus = Instance.new("TextLabel")
  8959. local st1 = Instance.new("TextLabel")
  8960. local st1_2 = Instance.new("TextLabel")
  8961. local st1_3 = Instance.new("TextLabel")
  8962. local Name = Instance.new("TextLabel")
  8963. --Properties:
  8964. Gui.Name = "Gui"
  8965. Gui.Parent = plrs.LocalPlayer:WaitForChild("PlayerGui")
  8966.  
  8967. Move.Name = "Move"
  8968. Move.Parent = Gui
  8969. Move.BackgroundColor3 = Color3.new(0.545098, 0, 0)
  8970. Move.BackgroundTransparency = 1
  8971. Move.BorderSizePixel = 0
  8972. Move.Draggable = true
  8973. Move.Position = UDim2.new(0.005, 0, -0.15, 0)
  8974. Move.Size = UDim2.new(0.28141585, 0, 0.0320388414, 0)
  8975.  
  8976. Main.Name = "Main"
  8977. Main.Parent = Move
  8978. Main.BackgroundColor3 = Color3.new(1, 1, 1)
  8979. Main.Position = UDim2.new(0, -7, 20.9960003, 0)
  8980. Main.Size = UDim2.new(1, 0, 5.79699993, 0)
  8981. Main.Style = Enum.FrameStyle.RobloxSquare
  8982.  
  8983. EspStatus.Name = "EspStatus"
  8984. EspStatus.Parent = Main
  8985. EspStatus.BackgroundColor3 = Color3.new(1, 1, 1)
  8986. EspStatus.BackgroundTransparency = 1
  8987. EspStatus.Position = UDim2.new(0, 0, 0.300000012, 0)
  8988. EspStatus.Size = UDim2.new(1, 0, 0.162, 0)
  8989. EspStatus.Font = Enum.Font.ArialBold
  8990. EspStatus.Text = "Press O to change team based mode"
  8991. EspStatus.TextColor3 = Color3.new(0.6, 0.196078, 0.8)
  8992. EspStatus.TextScaled = true
  8993. EspStatus.TextWrapped = true
  8994.  
  8995. st1.Name = "st1"
  8996. st1.Parent = Main
  8997. st1.BackgroundColor3 = Color3.new(1, 1, 1)
  8998. st1.BackgroundTransparency = 1
  8999. st1.Position = UDim2.new(0.271787882, 0, 0, 0)
  9000. st1.Size = UDim2.new(0.728211343, 0, 0.161862016, 0)
  9001. st1.Font = Enum.Font.ArialBold
  9002. st1.Text = ""
  9003. st1.TextColor3 = Color3.new(0.0784314, 0.541176, 0)
  9004. st1.TextScaled = true
  9005. st1.TextSize = 14
  9006. st1.TextWrapped = true
  9007.  
  9008. st1_2.Name = "st1"
  9009. st1_2.Parent = Main
  9010. st1_2.BackgroundColor3 = Color3.new(1, 1, 1)
  9011. st1_2.BackgroundTransparency = 1
  9012. st1_2.Position = UDim2.new(0, 0, 0.875999987, 0)
  9013. st1_2.Size = UDim2.new(0.999999881, 0, 0.161862016, 0)
  9014. st1_2.Font = Enum.Font.ArialBold
  9015. st1_2.Text = "Press E to lock on a person inside ur view"
  9016. st1_2.TextColor3 = Color3.new(0.6, 0.196078, 0.8)
  9017. st1_2.TextScaled = true
  9018. st1_2.TextWrapped = true
  9019.  
  9020. st1_3.Name = "st1"
  9021. st1_3.Parent = Main
  9022. st1_3.BackgroundColor3 = Color3.new(1, 1, 1)
  9023. st1_3.BackgroundTransparency = 1
  9024. st1_3.Position = UDim2.new(0, 0, 0.54, 0)
  9025. st1_3.Size = UDim2.new(1, 0, 0.261999995, 0)
  9026. st1_3.Font = Enum.Font.ArialBold
  9027. st1_3.Text = "Press L to enable esp loop and press T to update esp"
  9028. st1_3.TextColor3 = Color3.new(0.6, 0.196078, 0.8)
  9029. st1_3.TextScaled = true
  9030. st1_3.TextWrapped = true
  9031.  
  9032.  
  9033. Name.Name = "Name"
  9034. Name.Parent = Move
  9035. Name.BackgroundColor3 = Color3.new(0.545098, 0, 0)
  9036. Name.BackgroundTransparency = 1
  9037. Name.Position = UDim2.new(0, 25, 20.9860001, 0)
  9038. Name.Size = UDim2.new(0.838, 0, 1.27999997, 0)
  9039. Name.Font = Enum.Font.Arcade
  9040. Name.Text = "ARSENAL GUI"
  9041. Name.TextColor3 = Color3.new(0.541176, 0.168627, 0.886275)
  9042. Name.TextScaled = true
  9043. Name.TextSize = 12
  9044. Name.TextWrapped = true
  9045. -- Scripts:
  9046.  
  9047.  
  9048. local plrsforaim = {}
  9049.  
  9050. local lplr = game:GetService("Players").LocalPlayer
  9051. Move.Draggable = true
  9052. Gui.ResetOnSpawn = false
  9053. Gui.Name = "Chat"
  9054. Gui.DisplayOrder = 999
  9055.  
  9056. Gui.Parent = plrs.LocalPlayer.PlayerGui
  9057.  
  9058.  
  9059. f = {}
  9060. local espforlder
  9061.  
  9062. f.addesp = function()
  9063. --print("ESP ran")
  9064. if espforlder then
  9065. else
  9066. espforlder = Instance.new("Folder")
  9067. espforlder.Parent = game.Workspace.CurrentCamera
  9068. end
  9069. for i, v in pairs(espforlder:GetChildren()) do
  9070. v:Destroy()
  9071. end
  9072. for _, plr in pairs(plrs:GetChildren()) do
  9073. if plr.Character and plr.Character.Humanoid.Health > 0 and plr.Name ~= lplr.Name then
  9074. if TeamBased == true then
  9075. if plr.Team.Name ~= plrs.LocalPlayer.Team.Name then
  9076. local e = espforlder:FindFirstChild(plr.Name)
  9077. if not e then
  9078. --print("Added esp for team based")
  9079. local bill = Instance.new("BillboardGui", espforlder)
  9080. bill.Name = plr.Name
  9081. bill.AlwaysOnTop = true
  9082. bill.Size = UDim2.new(1,0,1,0)
  9083. bill.Adornee = plr.Character.Head
  9084. local Frame = Instance.new('Frame',bill)
  9085. Frame.Active = true
  9086. Frame.BackgroundColor3 = Color3.new(0.862745, 0.0784314, 0.235294)
  9087. Frame.BackgroundTransparency = 0
  9088. Frame.BorderSizePixel = 0
  9089. Frame.AnchorPoint = Vector2.new(.5, .5)
  9090. Frame.Position = UDim2.new (0.5,0,0.5,0)
  9091. Frame.Size = UDim2.new (1,0,1,0)
  9092. Frame.Rotation = 0
  9093. plr.Character.Humanoid.Died:Connect(function()
  9094. bill:Destroy()
  9095. end)
  9096. end
  9097. end
  9098. else
  9099. local e = espforlder:FindFirstChild(plr.Name)
  9100. if not e then
  9101. --print("Added esp")
  9102. local bill = Instance.new("BillboardGui", espforlder)
  9103. bill.Name = plr.Name
  9104. bill.AlwaysOnTop = true
  9105. bill.Size = UDim2.new(1,0,1,0)
  9106. bill.Adornee = plr.Character.Head
  9107. local Frame = Instance.new('Frame',bill)
  9108. Frame.Active = true
  9109. Frame.BackgroundColor3 = Color3.new(0/255,255/255,0/255)
  9110. Frame.BackgroundTransparency = 0
  9111. Frame.BorderSizePixel = 0
  9112. Frame.AnchorPoint = Vector2.new(.5, .5)
  9113. Frame.Position = UDim2.new (0.5,0,0.5,0)
  9114. Frame.Size = UDim2.new (1,0,1,0)
  9115. Frame.Rotation = 0
  9116. plr.Character.Humanoid.Died:Connect(function()
  9117. bill:Destroy()
  9118. end)
  9119. end
  9120. end
  9121.  
  9122.  
  9123. end
  9124. end
  9125. end
  9126. local cam = game.Workspace.CurrentCamera
  9127.  
  9128. local mouse = lplr:GetMouse()
  9129. local switch = false
  9130. local key = "k"
  9131. local aimatpart = nil
  9132. mouse.KeyDown:Connect(function(a)
  9133. if a == "t" then
  9134. print("worked1")
  9135. f.addesp()
  9136. elseif a == "u" then
  9137. if raycast == true then
  9138. raycast = false
  9139. else
  9140. raycast = true
  9141. end
  9142. elseif a == "l" then
  9143. if autoesp == false then
  9144. autoesp = true
  9145. else
  9146. autoesp = false
  9147. end
  9148. end
  9149. if a == "j" then
  9150. if mouse.Target then
  9151. mouse.Target:Destroy()
  9152. end
  9153. end
  9154. if a == key then
  9155. if switch == false then
  9156. switch = true
  9157. else
  9158. switch = false
  9159. if aimatpart ~= nil then
  9160. aimatpart = nil
  9161. end
  9162. end
  9163. elseif a == teambasedswitch then
  9164. if TeamBased == true then
  9165. TeamBased = false
  9166. teambasedstatus.Text = tostring(TeamBased)
  9167. else
  9168. TeamBased = true
  9169. teambasedstatus.Text = tostring(TeamBased)
  9170. end
  9171. elseif a == aimkey then
  9172. if not aimatpart then
  9173. local maxangle = math.rad(20)
  9174. for i, plr in pairs(plrs:GetChildren()) do
  9175. if plr.Name ~= lplr.Name and plr.Character and plr.Character.Head and plr.Character.Humanoid and plr.Character.Humanoid.Health > 1 then
  9176. if TeamBased == true then
  9177. if plr.Team.Name ~= lplr.Team.Name then
  9178. local an = checkfov(plr.Character.Head)
  9179. if an < maxangle then
  9180. maxangle = an
  9181. aimatpart = plr.Character.Head
  9182. end
  9183. end
  9184. else
  9185. local an = checkfov(plr.Character.Head)
  9186. if an < maxangle then
  9187. maxangle = an
  9188. aimatpart = plr.Character.Head
  9189. end
  9190. print(plr)
  9191. end
  9192. plr.Character.Humanoid.Died:Connect(function()
  9193. if aimatpart.Parent == plr.Character or aimatpart == nil then
  9194. aimatpart = nil
  9195. end
  9196. end)
  9197. end
  9198. end
  9199. else
  9200. aimatpart = nil
  9201. end
  9202. end
  9203. end)
  9204.  
  9205. function getfovxyz (p0, p1, deg)
  9206. local x1, y1, z1 = p0:ToOrientation()
  9207. local cf = CFrame.new(p0.p, p1.p)
  9208. local x2, y2, z2 = cf:ToOrientation()
  9209. --local d = math.deg
  9210. if deg then
  9211. --return Vector3.new(d(x1-x2), d(y1-y2), d(z1-z2))
  9212. else
  9213. return Vector3.new((x1-x2), (y1-y2), (z1-z2))
  9214. end
  9215. end
  9216.  
  9217. function getaimbotplrs()
  9218. plrsforaim = {}
  9219. for i, plr in pairs(plrs:GetChildren()) do
  9220. if plr.Character and plr.Character.Humanoid and plr.Character.Humanoid.Health > 0 and plr.Name ~= lplr.Name and plr.Character.Head then
  9221.  
  9222. if TeamBased == true then
  9223. if plr.Team.Name ~= lplr.Team.Name then
  9224. local cf = CFrame.new(game.Workspace.CurrentCamera.CFrame.p, plr.Character.Head.CFrame.p)
  9225. local r = Ray.new(cf, cf.LookVector * 10000)
  9226. local ign = {}
  9227. for i, v in pairs(plrs.LocalPlayer.Character:GetChildren()) do
  9228. if v:IsA("BasePart") then
  9229. table.insert(ign , v)
  9230. end
  9231. end
  9232. local obj = game.Workspace:FindPartOnRayWithIgnoreList(r, ign)
  9233. if obj.Parent == plr.Character and obj.Parent ~= lplr.Character then
  9234. table.insert(plrsforaim, obj)
  9235. end
  9236. end
  9237. else
  9238. local cf = CFrame.new(game.Workspace.CurrentCamera.CFrame.p, plr.Character.Head.CFrame.p)
  9239. local r = Ray.new(cf, cf.LookVector * 10000)
  9240. local ign = {}
  9241. for i, v in pairs(plrs.LocalPlayer.Character:GetChildren()) do
  9242. if v:IsA("BasePart") then
  9243. table.insert(ign , v)
  9244. end
  9245. end
  9246. local obj = game.Workspace:FindPartOnRayWithIgnoreList(r, ign)
  9247. if obj.Parent == plr.Character and obj.Parent ~= lplr.Character then
  9248. table.insert(plrsforaim, obj)
  9249. end
  9250. end
  9251.  
  9252.  
  9253. end
  9254. end
  9255. end
  9256.  
  9257. function aimat(part)
  9258. cam.CFrame = CFrame.new(cam.CFrame.p, part.CFrame.p)
  9259. end
  9260. function checkfov (part)
  9261. local fov = getfovxyz(game.Workspace.CurrentCamera.CFrame, part.CFrame)
  9262. local angle = math.abs(fov.X) + math.abs(fov.Y)
  9263. return angle
  9264. end
  9265.  
  9266. game:GetService("RunService").RenderStepped:Connect(function()
  9267. if aimatpart then
  9268. aimat(aimatpart)
  9269. if aimatpart.Parent == plrs.LocalPlayer.Character then
  9270. aimatpart = nil
  9271. end
  9272. end
  9273.  
  9274.  
  9275. -- if switch == true then
  9276. -- local maxangle = 99999
  9277. --
  9278. -- --print("Loop")
  9279. -- if true and raycast == false then
  9280. -- for i, plr in pairs(plrs:GetChildren()) do
  9281. -- if plr.Name ~= lplr.Name and plr.Character and plr.Character.Head and plr.Character.Humanoid and plr.Character.Humanoid.Health > 1 then
  9282. -- if TeamBased then
  9283. -- if plr.Team.Name ~= lplr.Team.Name or plr.Team.TeamColor ~= lplr.Team.TeamColor then
  9284. -- local an = checkfov(plr.Character.Head)
  9285. -- if an < maxangle then
  9286. -- maxangle = an
  9287. -- aimatpart = plr.Character.Head
  9288. -- if an < lockangle then
  9289. -- break
  9290. -- end
  9291. -- end
  9292. -- end
  9293. -- else
  9294. -- local an = checkfov(plr.Character.Head)
  9295. -- if an < maxangle then
  9296. -- maxangle = an
  9297. -- aimatpart = plr.Character.Head
  9298. -- if an < lockangle then
  9299. -- break
  9300. -- end
  9301. -- end
  9302. -- end
  9303. --
  9304. --
  9305. --
  9306. --
  9307. -- end
  9308. -- end
  9309. -- elseif raycast == true then
  9310. --
  9311. -- end
  9312.  
  9313. if raycast == true and switch == false and not aimatpart then
  9314. getaimbotplrs()
  9315. aimatpart = nil
  9316. local maxangle = 999
  9317. for i, v in ipairs(plrsforaim) do
  9318. if v.Parent ~= lplr.Character then
  9319. local an = checkfov(v)
  9320. if an < maxangle and v ~= lplr.Character.Head then
  9321. maxangle = an
  9322. aimatpart = v
  9323. print(v:GetFullName())
  9324. v.Parent.Humanoid.Died:connect(function()
  9325. aimatpart = nil
  9326. end)
  9327. end
  9328. end
  9329. end
  9330.  
  9331. end
  9332. end)
  9333. delay(0, function()
  9334. while wait(espupdatetime) do
  9335. if autoesp == true then
  9336. pcall(function()
  9337. f.addesp()
  9338. end)
  9339. end
  9340. end
  9341. end)
  9342. warn("loaded")
  9343. end)
  9344.  
  9345. fastrem.Name = "fastrem"
  9346. fastrem.Parent = main
  9347. fastrem.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  9348. fastrem.Position = UDim2.new(0.00783289783, 0, 0.518048227, 0)
  9349. fastrem.Size = UDim2.new(0, 84, 0, 32)
  9350. fastrem.Font = Enum.Font.Bodoni
  9351. fastrem.Text = "Fast Remington"
  9352. fastrem.TextColor3 = Color3.new(0, 0, 0)
  9353. fastrem.TextSize = 14
  9354. fastrem.MouseButton1Down:connect(function()
  9355. local Player = game.Players.LocalPlayer.Name
  9356. local Gun = "Remington 870" -- < -- Gun Name
  9357. local Run = game:GetService("RunService")
  9358.  
  9359. Gun = game.Players[Player].Character[Gun]
  9360. local Mouse = game.Players.LocalPlayer:GetMouse()
  9361. local Down = false
  9362. local Sound = Gun.Handle.FireSound
  9363.  
  9364. function CreateRay(Point_A, Point_B)
  9365. local Ray = Ray.new(Point_A, (Point_B - Point_A).Unit * (2 ^ 31 - 1))
  9366. local Part, Pos = workspace:FindPartOnRay(Ray, game.Players.LocalPlayer.Character)
  9367. local Dist = (Point_A - Pos).Magnitude
  9368. local CFrame = CFrame.new(Point_A, Pos) * CFrame.new(0, 0, -Dist / 2)
  9369.  
  9370. return CFrame, Dist, Ray
  9371. end
  9372.  
  9373. function FireLaser(target)
  9374. coroutine.resume(coroutine.create(function()
  9375. local C, D, R = CreateRay(Gun.Muzzle.CFrame.p, target.CFrame.p)
  9376. local Bullet = Instance.new("Part", Gun)
  9377. Bullet.BrickColor = BrickColor.Yellow()
  9378. Bullet.Material = "Neon"
  9379. Bullet.Anchored = true
  9380. Bullet.CanCollide = false
  9381. Bullet.Size = Vector3.new(0.2, 0.2, D)
  9382. Bullet.CFrame = C
  9383.  
  9384. local bulletTable = {}
  9385. table.insert(bulletTable, {
  9386. Hit = target,
  9387. Distance = D,
  9388. Cframe = C,
  9389. RayObject = R
  9390. })
  9391.  
  9392. game.ReplicatedStorage.ShootEvent:FireServer(bulletTable, Gun)
  9393. local C = Sound:Clone()
  9394. C.Parent = Gun
  9395. C:Play()
  9396. wait(0.05)
  9397. Bullet:Remove()
  9398. end))
  9399. end
  9400.  
  9401. Mouse.Button1Down:Connect(function()
  9402. Down = true
  9403. end)
  9404.  
  9405.  
  9406. Mouse.Button1Up:Connect(function()
  9407. Down = false
  9408. end)
  9409.  
  9410. while Run.Stepped:wait() do
  9411. if Down == true then
  9412. game.ReplicatedStorage.SoundEvent:FireServer(Sound, Gun)
  9413. FireLaser(Mouse.Target)
  9414. end
  9415. end
  9416. end)
  9417.  
  9418. fastm9.Name = "fastm9"
  9419. fastm9.Parent = main
  9420. fastm9.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  9421. fastm9.Position = UDim2.new(0.267702788, 0, 0.518048167, 0)
  9422. fastm9.Size = UDim2.new(0, 84, 0, 32)
  9423. fastm9.Font = Enum.Font.Bodoni
  9424. fastm9.Text = "Fast M9"
  9425. fastm9.TextColor3 = Color3.new(0, 0, 0)
  9426. fastm9.TextSize = 14
  9427. fastm9.MouseButton1Down:connect(function()
  9428. local Player = game.Players.LocalPlayer.Name
  9429. local Gun = "M9" -- < -- Gun Name
  9430. local Run = game:GetService("RunService")
  9431.  
  9432. Gun = game.Players[Player].Character[Gun]
  9433. local Mouse = game.Players.LocalPlayer:GetMouse()
  9434. local Down = false
  9435. local Sound = Gun.Handle.FireSound
  9436.  
  9437. function CreateRay(Point_A, Point_B)
  9438. local Ray = Ray.new(Point_A, (Point_B - Point_A).Unit * (2 ^ 31 - 1))
  9439. local Part, Pos = workspace:FindPartOnRay(Ray, game.Players.LocalPlayer.Character)
  9440. local Dist = (Point_A - Pos).Magnitude
  9441. local CFrame = CFrame.new(Point_A, Pos) * CFrame.new(0, 0, -Dist / 2)
  9442.  
  9443. return CFrame, Dist, Ray
  9444. end
  9445.  
  9446. function FireLaser(target)
  9447. coroutine.resume(coroutine.create(function()
  9448. local C, D, R = CreateRay(Gun.Muzzle.CFrame.p, target.CFrame.p)
  9449. local Bullet = Instance.new("Part", Gun)
  9450. Bullet.BrickColor = BrickColor.Yellow()
  9451. Bullet.Material = "Neon"
  9452. Bullet.Anchored = true
  9453. Bullet.CanCollide = false
  9454. Bullet.Size = Vector3.new(0.2, 0.2, D)
  9455. Bullet.CFrame = C
  9456.  
  9457. local bulletTable = {}
  9458. table.insert(bulletTable, {
  9459. Hit = target,
  9460. Distance = D,
  9461. Cframe = C,
  9462. RayObject = R
  9463. })
  9464.  
  9465. game.ReplicatedStorage.ShootEvent:FireServer(bulletTable, Gun)
  9466. local C = Sound:Clone()
  9467. C.Parent = Gun
  9468. C:Play()
  9469. wait(0.05)
  9470. Bullet:Remove()
  9471. end))
  9472. end
  9473.  
  9474. Mouse.Button1Down:Connect(function()
  9475. Down = true
  9476. end)
  9477.  
  9478.  
  9479. Mouse.Button1Up:Connect(function()
  9480. Down = false
  9481. end)
  9482.  
  9483. while Run.Stepped:wait() do
  9484. if Down == true then
  9485. game.ReplicatedStorage.SoundEvent:FireServer(Sound, Gun)
  9486. FireLaser(Mouse.Target)
  9487. end
  9488. end
  9489. end)
  9490.  
  9491. fasttaze.Name = "fasttaze"
  9492. fasttaze.Parent = main
  9493. fasttaze.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  9494. fasttaze.Position = UDim2.new(0.522364557, 0, 0.518048108, 0)
  9495. fasttaze.Size = UDim2.new(0, 84, 0, 32)
  9496. fasttaze.Font = Enum.Font.Bodoni
  9497. fasttaze.Text = "Fast Taser"
  9498. fasttaze.TextColor3 = Color3.new(0, 0, 0)
  9499. fasttaze.TextSize = 14
  9500. fasttaze.MouseButton1Down:connect(function()
  9501. local Player = game.Players.LocalPlayer.Name
  9502. local Gun = "Taser" -- < -- Gun Name
  9503. local Run = game:GetService("RunService")
  9504.  
  9505. Gun = game.Players[Player].Character[Gun]
  9506. local Mouse = game.Players.LocalPlayer:GetMouse()
  9507. local Down = false
  9508. local Sound = Gun.Handle.FireSound
  9509.  
  9510. function CreateRay(Point_A, Point_B)
  9511. local Ray = Ray.new(Point_A, (Point_B - Point_A).Unit * (2 ^ 31 - 1))
  9512. local Part, Pos = workspace:FindPartOnRay(Ray, game.Players.LocalPlayer.Character)
  9513. local Dist = (Point_A - Pos).Magnitude
  9514. local CFrame = CFrame.new(Point_A, Pos) * CFrame.new(0, 0, -Dist / 2)
  9515.  
  9516. return CFrame, Dist, Ray
  9517. end
  9518.  
  9519. function FireLaser(target)
  9520. coroutine.resume(coroutine.create(function()
  9521. local C, D, R = CreateRay(Gun.Muzzle.CFrame.p, target.CFrame.p)
  9522. local Bullet = Instance.new("Part", Gun)
  9523. Bullet.BrickColor = BrickColor.Yellow()
  9524. Bullet.Material = "Neon"
  9525. Bullet.Anchored = true
  9526. Bullet.CanCollide = false
  9527. Bullet.Size = Vector3.new(0.2, 0.2, D)
  9528. Bullet.CFrame = C
  9529.  
  9530. local bulletTable = {}
  9531. table.insert(bulletTable, {
  9532. Hit = target,
  9533. Distance = D,
  9534. Cframe = C,
  9535. RayObject = R
  9536. })
  9537.  
  9538. game.ReplicatedStorage.ShootEvent:FireServer(bulletTable, Gun)
  9539. local C = Sound:Clone()
  9540. C.Parent = Gun
  9541. C:Play()
  9542. wait(0.05)
  9543. Bullet:Remove()
  9544. end))
  9545. end
  9546.  
  9547. Mouse.Button1Down:Connect(function()
  9548. Down = true
  9549. end)
  9550.  
  9551.  
  9552. Mouse.Button1Up:Connect(function()
  9553. Down = false
  9554. end)
  9555.  
  9556. while Run.Stepped:wait() do
  9557. if Down == true then
  9558. game.ReplicatedStorage.SoundEvent:FireServer(Sound, Gun)
  9559. FireLaser(Mouse.Target)
  9560. end
  9561. end
  9562. end)
  9563.  
  9564. fastak.Name = "fastak"
  9565. fastak.Parent = main
  9566. fastak.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  9567. fastak.Position = UDim2.new(0.77959609, 0, 0.518048167, 0)
  9568. fastak.Size = UDim2.new(0, 79, 0, 32)
  9569. fastak.Font = Enum.Font.Bodoni
  9570. fastak.Text = "Fast AK47"
  9571. fastak.TextColor3 = Color3.new(0, 0, 0)
  9572. fastak.TextSize = 14
  9573. fastak.MouseButton1Down:connect(function()
  9574. local Player = game.Players.LocalPlayer.Name
  9575. local Gun = "AK47" -- < -- Gun Name
  9576. local Run = game:GetService("RunService")
  9577.  
  9578. Gun = game.Players[Player].Character[Gun]
  9579. local Mouse = game.Players.LocalPlayer:GetMouse()
  9580. local Down = false
  9581. local Sound = Gun.Handle.FireSound
  9582.  
  9583. function CreateRay(Point_A, Point_B)
  9584. local Ray = Ray.new(Point_A, (Point_B - Point_A).Unit * (2 ^ 31 - 1))
  9585. local Part, Pos = workspace:FindPartOnRay(Ray, game.Players.LocalPlayer.Character)
  9586. local Dist = (Point_A - Pos).Magnitude
  9587. local CFrame = CFrame.new(Point_A, Pos) * CFrame.new(0, 0, -Dist / 2)
  9588.  
  9589. return CFrame, Dist, Ray
  9590. end
  9591.  
  9592. function FireLaser(target)
  9593. coroutine.resume(coroutine.create(function()
  9594. local C, D, R = CreateRay(Gun.Muzzle.CFrame.p, target.CFrame.p)
  9595. local Bullet = Instance.new("Part", Gun)
  9596. Bullet.BrickColor = BrickColor.Yellow()
  9597. Bullet.Material = "Neon"
  9598. Bullet.Anchored = true
  9599. Bullet.CanCollide = false
  9600. Bullet.Size = Vector3.new(0.2, 0.2, D)
  9601. Bullet.CFrame = C
  9602.  
  9603. local bulletTable = {}
  9604. table.insert(bulletTable, {
  9605. Hit = target,
  9606. Distance = D,
  9607. Cframe = C,
  9608. RayObject = R
  9609. })
  9610.  
  9611. game.ReplicatedStorage.ShootEvent:FireServer(bulletTable, Gun)
  9612. local C = Sound:Clone()
  9613. C.Parent = Gun
  9614. C:Play()
  9615. wait(0.05)
  9616. Bullet:Remove()
  9617. end))
  9618. end
  9619.  
  9620. Mouse.Button1Down:Connect(function()
  9621. Down = true
  9622. end)
  9623.  
  9624.  
  9625. Mouse.Button1Up:Connect(function()
  9626. Down = false
  9627. end)
  9628.  
  9629. while Run.Stepped:wait() do
  9630. if Down == true then
  9631. game.ReplicatedStorage.SoundEvent:FireServer(Sound, Gun)
  9632. FireLaser(Mouse.Target)
  9633. end
  9634. end
  9635. end)
  9636.  
  9637. killall.Name = "killall"
  9638. killall.Parent = main
  9639. killall.BackgroundColor3 = Color3.new(1, 0, 0)
  9640. killall.Position = UDim2.new(0.0102345012, 0, 0.760852396, 0)
  9641. killall.Size = UDim2.new(0, 110, 0, 34)
  9642. killall.Font = Enum.Font.GothamBold
  9643. killall.Text = "Kill All"
  9644. killall.TextColor3 = Color3.new(0, 0, 0)
  9645. killall.TextSize = 14
  9646. killall.MouseButton1Down:connect(function()
  9647. workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  9648.  
  9649. game.Workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["Remington 870"].ITEMPICKUP)
  9650.  
  9651. wait(0.5)
  9652. function kill(a)
  9653. local A_1 =
  9654. {
  9655. [1] =
  9656. {
  9657. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-391.152252, 8.65560055, -83.2166901)),
  9658. ["Distance"] = 3.2524313926697,
  9659. ["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),
  9660. ["Hit"] = a.Character.Head
  9661. },
  9662. [2] =
  9663. {
  9664. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-392.481476, -8.44939327, -76.7261353)),
  9665. ["Distance"] = 3.2699294090271,
  9666. ["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),
  9667. ["Hit"] = a.Character.Head
  9668. },
  9669. [3] =
  9670. {
  9671. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-389.21701, -2.50536323, -92.2163162)),
  9672. ["Distance"] = 3.1665518283844,
  9673. ["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),
  9674. ["Hit"] = a.Character.Head
  9675. },
  9676. [4] =
  9677. {
  9678. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-393.353973, 3.13988972, -72.5452042)),
  9679. ["Distance"] = 3.3218522071838,
  9680. ["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),
  9681. ["Hit"] = a.Character.Head
  9682. },
  9683. [5] =
  9684. {
  9685. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-390.73172, 3.2097764, -85.5477524)),
  9686. ["Distance"] = 3.222757101059,
  9687. ["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),
  9688. ["Hit"] = a.Character.Head
  9689. }
  9690. }
  9691. local A_2 = game.Players.LocalPlayer.Backpack["Remington 870"]
  9692. local Event = game:GetService("ReplicatedStorage").ShootEvent
  9693. Event:FireServer(A_1, A_2)
  9694. Event:FireServer(A_1, A_2)
  9695. end
  9696.  
  9697. for i,v in pairs(game.Players:GetChildren())do
  9698. if v.Name ~= game.Players.LocalPlayer.Name then
  9699. kill(v)
  9700. end
  9701. end
  9702. wait(1)
  9703. workspace.Remote.TeamEvent:FireServer("Bright orange")
  9704. end)
  9705.  
  9706. btools.Name = "btools"
  9707. btools.Parent = main
  9708. btools.BackgroundColor3 = Color3.new(0, 1, 1)
  9709. btools.Position = UDim2.new(0.678933322, 0, 0.2304198, 0)
  9710. btools.Size = UDim2.new(0, 111, 0, 32)
  9711. btools.Font = Enum.Font.GothamBold
  9712. btools.Text = "Btools"
  9713. btools.TextColor3 = Color3.new(1, 0, 0)
  9714. btools.TextSize = 14
  9715. btools.MouseButton1Down:connect(function()
  9716. local tool1 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  9717. tool1.BinType = "Hammer"
  9718. end)
  9719.  
  9720. speed.Name = "speed"
  9721. speed.Parent = main
  9722. speed.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  9723. speed.Position = UDim2.new(0.350194454, 0, 0.379678607, 0)
  9724. speed.Size = UDim2.new(0, 110, 0, 32)
  9725. speed.Font = Enum.Font.GothamBold
  9726. speed.Text = "Speed"
  9727. speed.TextColor3 = Color3.new(1, 0, 0)
  9728. speed.TextSize = 14
  9729. speed.MouseButton1Down:connect(function()
  9730. Speed = "100" -- Change to how fast you want to go
  9731.  
  9732. player = game.Players.LocalPlayer.Character
  9733. power = "WalkSpeed"
  9734. player.Humanoid[power] = Speed
  9735. wait()
  9736. player.HumanoidRootPart.CustomPhysicalProperties = PhysicalProperties.new(9e99, 9e99, 9e99, 9e99, 9e99)
  9737. wait()
  9738. repeat
  9739. game.Workspace.Gravity = 1000
  9740. wait()
  9741. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 287.5
  9742. wait()
  9743. until game.Players.LocalPlayer.Character.Humanoid.Health == 0
  9744. end)
  9745.  
  9746. respawn.Name = "respawn"
  9747. respawn.Parent = main
  9748. respawn.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  9749. respawn.Position = UDim2.new(0.68041873, 0, 0.379084349, 0)
  9750. respawn.Size = UDim2.new(0, 111, 0, 32)
  9751. respawn.Font = Enum.Font.GothamBold
  9752. respawn.Text = "Fast Respawn"
  9753. respawn.TextColor3 = Color3.new(1, 0, 0)
  9754. respawn.TextSize = 14
  9755. respawn.MouseButton1Down:connect(function()
  9756. local A_1 = "\66\114\111\121\111\117\98\97\100\100"
  9757. local Event = game:GetService("Workspace").Remote.loadchar
  9758. Event:InvokeServer(A_1)
  9759. end)
  9760.  
  9761. Credits.Name = "Credits"
  9762. Credits.Parent = main
  9763. Credits.BackgroundColor3 = Color3.new(0, 0, 0)
  9764. Credits.Position = UDim2.new(0.0242873691, 0, 0.934491813, 0)
  9765. Credits.Size = UDim2.new(0, 352, 0, 31)
  9766. Credits.Font = Enum.Font.GothamBold
  9767. Credits.Text = "Made by JAKE11PRICE on YouTube"
  9768. Credits.TextColor3 = Color3.new(1, 1, 0)
  9769. Credits.TextSize = 14
  9770.  
  9771. prison.Name = "prison"
  9772. prison.Parent = main
  9773. prison.BackgroundColor3 = Color3.new(0, 1, 1)
  9774. prison.Position = UDim2.new(0.681462109, 0, 0.450664163, 0)
  9775. prison.Size = UDim2.new(0, 110, 0, 32)
  9776. prison.Font = Enum.Font.GothamBlack
  9777. prison.Text = "Prison"
  9778. prison.TextColor3 = Color3.new(1, 0, 0)
  9779. prison.TextSize = 14
  9780. prison.MouseButton1Down:connect(function()
  9781. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(918.77,100,2379.07)
  9782. end)
  9783.  
  9784. yard.Name = "yard"
  9785. yard.Parent = main
  9786. yard.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  9787. yard.Position = UDim2.new(0.0127276238, 0, 0.45231539, 0)
  9788. yard.Size = UDim2.new(0, 110, 0, 32)
  9789. yard.Font = Enum.Font.GothamBlack
  9790. yard.Text = "Yard"
  9791. yard.TextColor3 = Color3.new(1, 0, 0)
  9792. yard.TextSize = 14
  9793. yard.MouseButton1Down:connect(function()
  9794. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(779.87,98,2458.93)
  9795. end)
  9796.  
  9797. crimbase.Name = "crimbase"
  9798. crimbase.Parent = main
  9799. crimbase.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  9800. crimbase.Position = UDim2.new(0.348744512, 0, 0.451209784, 0)
  9801. crimbase.Size = UDim2.new(0, 110, 0, 32)
  9802. crimbase.Font = Enum.Font.GothamBlack
  9803. crimbase.Text = "Crim Base"
  9804. crimbase.TextColor3 = Color3.new(1, 0, 0)
  9805. crimbase.TextSize = 14
  9806. crimbase.MouseButton1Down:connect(function()
  9807. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-943.46,94.13,2063.63)
  9808. end)
  9809.  
  9810. title_2.Name = "title"
  9811. title_2.Parent = main
  9812. title_2.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  9813. title_2.Position = UDim2.new(0.000689314213, 0, 0.592849016, 0)
  9814. title_2.Size = UDim2.new(0, 364, 0, 26)
  9815. title_2.Font = Enum.Font.GothamBold
  9816. title_2.Text = "FUN FE COMMANDS!"
  9817. title_2.TextColor3 = Color3.new(0, 0, 0)
  9818. title_2.TextSize = 14
  9819.  
  9820. bringall.Name = "bringall"
  9821. bringall.Parent = main
  9822. bringall.BackgroundColor3 = Color3.new(1, 1, 0)
  9823. bringall.Position = UDim2.new(0.0220828541, 0, 0.704794765, 0)
  9824. bringall.Size = UDim2.new(0, 111, 0, 25)
  9825. bringall.Font = Enum.Font.GothamBold
  9826. bringall.Text = "Bring All"
  9827. bringall.TextColor3 = Color3.new(0, 0, 0)
  9828. bringall.TextSize = 14
  9829. bringall.MouseButton1Down:connect(function()
  9830. workspace.Remote.TeamEvent:FireServer("Bright blue")
  9831.  
  9832. local LocalPlayer = game:GetService("Players").LocalPlayer
  9833. local runservice = game:GetService("RunService")
  9834. local characters = {}
  9835. LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()
  9836. local currentamount = #LocalPlayer.Backpack:GetChildren()
  9837. LocalPlayer.Character.Archivable = true
  9838. local tempchar = LocalPlayer.Character:Clone()
  9839. tempchar.Parent = workspace
  9840. local savepos = LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame
  9841. local renderstepped = runservice.RenderStepped:Connect(function()
  9842. workspace.CurrentCamera.CameraSubject = tempchar:FindFirstChild("Humanoid")
  9843. for _, tool in pairs(LocalPlayer.Backpack:GetChildren()) do
  9844. if tool:IsA("Tool") then
  9845. tool.Parent = LocalPlayer
  9846. end
  9847. end
  9848. LocalPlayer.Character:ClearAllChildren()
  9849. local char = Instance.new("Model", workspace)
  9850. table.insert(characters, char)
  9851. Instance.new("Humanoid", char)
  9852. LocalPlayer.Character = char
  9853. repeat runservice.RenderStepped:Wait() until LocalPlayer.Character ~= nil
  9854. end)
  9855. repeat runservice.RenderStepped:Wait() until #LocalPlayer:GetChildren() - 2 - currentamount >= #game.Players:GetPlayers() * 6
  9856. renderstepped:Disconnect()
  9857. repeat runservice.RenderStepped:Wait() until LocalPlayer.Character:FindFirstChild("HumanoidRootPart") ~= nil
  9858. for _, char in pairs(characters) do
  9859. char:Destroy()
  9860. end
  9861. for _, tool in pairs(LocalPlayer:GetChildren()) do
  9862. if tool:IsA("Tool") then
  9863. tool.Parent = LocalPlayer.Backpack
  9864. end
  9865. end
  9866. LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = savepos
  9867. tempchar:Destroy()
  9868.  
  9869. wait()
  9870.  
  9871. for i, v in pairs(game.Players:GetPlayers()) do
  9872. if v and v.Name ~= game.Players.LocalPlayer.Name then
  9873.  
  9874. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  9875. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  9876.  
  9877. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  9878. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  9879. wait()
  9880. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  9881.  
  9882. end
  9883. wait(.1)
  9884.  
  9885. end
  9886. for i, v in pairs(game.Players:GetPlayers()) do
  9887. if v and v.Name ~= game.Players.LocalPlayer.Name then
  9888.  
  9889. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  9890. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  9891.  
  9892. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  9893. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  9894. wait()
  9895. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  9896.  
  9897. end
  9898. wait(0.01)
  9899.  
  9900. end
  9901. for i, v in pairs(game.Players:GetPlayers()) do
  9902. if v and v.Name ~= game.Players.LocalPlayer.Name then
  9903.  
  9904. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  9905. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  9906.  
  9907. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  9908. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  9909. wait()
  9910. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  9911.  
  9912. end
  9913. wait(0.01)
  9914.  
  9915. end
  9916. for i, v in pairs(game.Players:GetPlayers()) do
  9917. if v and v.Name ~= game.Players.LocalPlayer.Name then
  9918.  
  9919. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  9920. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  9921.  
  9922. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  9923. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  9924. wait()
  9925. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  9926.  
  9927. end
  9928. wait(0.01)
  9929.  
  9930. end
  9931. for i, v in pairs(game.Players:GetPlayers()) do
  9932. if v and v.Name ~= game.Players.LocalPlayer.Name then
  9933.  
  9934. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  9935. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  9936.  
  9937. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  9938. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  9939. wait()
  9940. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  9941.  
  9942. end
  9943. wait(0.01)
  9944.  
  9945. end
  9946. for i, v in pairs(game.Players:GetPlayers()) do
  9947. if v and v.Name ~= game.Players.LocalPlayer.Name then
  9948.  
  9949. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  9950. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  9951.  
  9952. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  9953. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  9954. wait()
  9955. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  9956.  
  9957. end
  9958. wait(0.01)
  9959.  
  9960. end
  9961. for i, v in pairs(game.Players:GetPlayers()) do
  9962. if v and v.Name ~= game.Players.LocalPlayer.Name then
  9963.  
  9964. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  9965. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  9966.  
  9967. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  9968. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  9969. wait()
  9970. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  9971.  
  9972. end
  9973. wait(0.01)
  9974.  
  9975. end
  9976. for i, v in pairs(game.Players:GetPlayers()) do
  9977. if v and v.Name ~= game.Players.LocalPlayer.Name then
  9978.  
  9979. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  9980. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  9981.  
  9982. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  9983. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  9984. wait()
  9985. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  9986.  
  9987. end
  9988. wait(0.01)
  9989.  
  9990. end
  9991. for i, v in pairs(game.Players:GetPlayers()) do
  9992. if v and v.Name ~= game.Players.LocalPlayer.Name then
  9993.  
  9994. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  9995. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  9996.  
  9997. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  9998. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  9999. wait()
  10000. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10001.  
  10002. end
  10003. wait(0.01)
  10004.  
  10005. end
  10006. for i, v in pairs(game.Players:GetPlayers()) do
  10007. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10008.  
  10009. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10010. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10011.  
  10012. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10013. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10014. wait()
  10015. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10016.  
  10017. end
  10018. wait(0.01)
  10019.  
  10020. end
  10021. for i, v in pairs(game.Players:GetPlayers()) do
  10022. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10023.  
  10024. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10025. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10026.  
  10027. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10028. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10029. wait()
  10030. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10031.  
  10032. end
  10033. wait(0.01)
  10034.  
  10035. end
  10036. for i, v in pairs(game.Players:GetPlayers()) do
  10037. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10038.  
  10039. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10040. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10041.  
  10042. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10043. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10044. wait()
  10045. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10046.  
  10047. end
  10048. wait(0.01)
  10049.  
  10050. end
  10051. for i, v in pairs(game.Players:GetPlayers()) do
  10052. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10053.  
  10054. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10055. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10056.  
  10057. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10058. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10059. wait()
  10060. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10061.  
  10062. end
  10063. wait(0.01)
  10064.  
  10065. end
  10066. for i, v in pairs(game.Players:GetPlayers()) do
  10067. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10068.  
  10069. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10070. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10071.  
  10072. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10073. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10074. wait()
  10075. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10076.  
  10077. end
  10078. wait(0.01)
  10079.  
  10080. end
  10081. for i, v in pairs(game.Players:GetPlayers()) do
  10082. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10083.  
  10084. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10085. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10086.  
  10087. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10088. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10089. wait()
  10090. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10091.  
  10092. end
  10093. wait(0.01)
  10094.  
  10095. end
  10096. for i, v in pairs(game.Players:GetPlayers()) do
  10097. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10098.  
  10099. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10100. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10101.  
  10102. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10103. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10104. wait()
  10105. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10106.  
  10107. end
  10108. wait(0.01)
  10109.  
  10110. end
  10111. for i, v in pairs(game.Players:GetPlayers()) do
  10112. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10113.  
  10114. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10115. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10116.  
  10117. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10118. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10119. wait()
  10120. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10121.  
  10122. end
  10123. wait(0.01)
  10124.  
  10125. end
  10126. for i, v in pairs(game.Players:GetPlayers()) do
  10127. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10128.  
  10129. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10130. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10131.  
  10132. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10133. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10134. wait()
  10135. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10136.  
  10137. end
  10138. wait(0.01)
  10139.  
  10140. end
  10141. for i, v in pairs(game.Players:GetPlayers()) do
  10142. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10143.  
  10144. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10145. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10146.  
  10147. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10148. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10149. wait()
  10150. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10151.  
  10152. end
  10153. wait(0.01)
  10154.  
  10155. end
  10156. for i, v in pairs(game.Players:GetPlayers()) do
  10157. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10158.  
  10159. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10160. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10161.  
  10162. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10163. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10164. wait()
  10165. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10166.  
  10167. end
  10168. wait(0.01)
  10169.  
  10170. end
  10171. for i, v in pairs(game.Players:GetPlayers()) do
  10172. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10173.  
  10174. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10175. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10176.  
  10177. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10178. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10179. wait()
  10180. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10181.  
  10182. end
  10183. wait(0.01)
  10184.  
  10185. end
  10186. for i, v in pairs(game.Players:GetPlayers()) do
  10187. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10188.  
  10189. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10190. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10191.  
  10192. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10193. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10194. wait()
  10195. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10196.  
  10197. end
  10198. wait(0.01)
  10199.  
  10200. end
  10201. for i, v in pairs(game.Players:GetPlayers()) do
  10202. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10203.  
  10204. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10205. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10206.  
  10207. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10208. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10209. wait()
  10210. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10211.  
  10212. end
  10213. wait(0.01)
  10214.  
  10215. end
  10216. for i, v in pairs(game.Players:GetPlayers()) do
  10217. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10218.  
  10219. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10220. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10221.  
  10222. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10223. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10224. wait()
  10225. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10226.  
  10227. end
  10228. wait(0.01)
  10229.  
  10230. end
  10231. for i, v in pairs(game.Players:GetPlayers()) do
  10232. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10233.  
  10234. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10235. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10236.  
  10237. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10238. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10239. wait()
  10240. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10241.  
  10242. end
  10243. wait(0.01)
  10244.  
  10245. end
  10246. for i, v in pairs(game.Players:GetPlayers()) do
  10247. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10248.  
  10249. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10250. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10251.  
  10252. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10253. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10254. wait()
  10255. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10256.  
  10257. end
  10258. wait(0.01)
  10259.  
  10260. end
  10261. for i, v in pairs(game.Players:GetPlayers()) do
  10262. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10263.  
  10264. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10265. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10266.  
  10267. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10268. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10269. wait()
  10270. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10271.  
  10272. end
  10273. wait(0.01)
  10274.  
  10275. end
  10276. for i, v in pairs(game.Players:GetPlayers()) do
  10277. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10278.  
  10279. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10280. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10281.  
  10282. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10283. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10284. wait()
  10285. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10286.  
  10287. end
  10288. wait(0.01)
  10289.  
  10290. end
  10291. for i, v in pairs(game.Players:GetPlayers()) do
  10292. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10293.  
  10294. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10295. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10296.  
  10297. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10298. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10299. wait()
  10300. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10301.  
  10302. end
  10303. wait(0.01)
  10304.  
  10305. end
  10306. for i, v in pairs(game.Players:GetPlayers()) do
  10307. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10308.  
  10309. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10310. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10311.  
  10312. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10313. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10314. wait()
  10315. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10316.  
  10317. end
  10318. wait(0.01)
  10319.  
  10320. end
  10321. for i, v in pairs(game.Players:GetPlayers()) do
  10322. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10323.  
  10324. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10325. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10326.  
  10327. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10328. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10329. wait()
  10330. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10331.  
  10332. end
  10333. wait(0.01)
  10334.  
  10335. end
  10336. for i, v in pairs(game.Players:GetPlayers()) do
  10337. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10338.  
  10339. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10340. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10341.  
  10342. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10343. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10344. wait()
  10345. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10346.  
  10347. end
  10348. wait(0.01)
  10349.  
  10350. end
  10351. for i, v in pairs(game.Players:GetPlayers()) do
  10352. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10353.  
  10354. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10355. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10356.  
  10357. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10358. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10359. wait()
  10360. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10361.  
  10362. end
  10363. wait(0.01)
  10364.  
  10365. end
  10366. for i, v in pairs(game.Players:GetPlayers()) do
  10367. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10368.  
  10369. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10370. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10371.  
  10372. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10373. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10374. wait()
  10375. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10376.  
  10377. end
  10378. wait(0.01)
  10379.  
  10380. end
  10381. for i, v in pairs(game.Players:GetPlayers()) do
  10382. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10383.  
  10384. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10385. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10386.  
  10387. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10388. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10389. wait()
  10390. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10391.  
  10392. end
  10393. wait(0.01)
  10394.  
  10395. end
  10396. for i, v in pairs(game.Players:GetPlayers()) do
  10397. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10398.  
  10399. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10400. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10401.  
  10402. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10403. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10404. wait()
  10405. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10406.  
  10407. end
  10408. wait(0.01)
  10409.  
  10410. end
  10411. for i, v in pairs(game.Players:GetPlayers()) do
  10412. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10413.  
  10414. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10415. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10416.  
  10417. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10418. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10419. wait()
  10420. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10421.  
  10422. end
  10423. wait(0.01)
  10424.  
  10425. end
  10426. for i, v in pairs(game.Players:GetPlayers()) do
  10427. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10428.  
  10429. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10430. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10431.  
  10432. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10433. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10434. wait()
  10435. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10436.  
  10437. end
  10438. wait(0.01)
  10439.  
  10440. end
  10441. for i, v in pairs(game.Players:GetPlayers()) do
  10442. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10443.  
  10444. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10445. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10446.  
  10447. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10448. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10449. wait()
  10450. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10451.  
  10452. end
  10453. wait(0.01)
  10454.  
  10455. end
  10456. for i, v in pairs(game.Players:GetPlayers()) do
  10457. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10458.  
  10459. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10460. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10461.  
  10462. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10463. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10464. wait()
  10465. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10466.  
  10467. end
  10468. wait(0.01)
  10469.  
  10470. end
  10471. for i, v in pairs(game.Players:GetPlayers()) do
  10472. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10473.  
  10474. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10475. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10476.  
  10477. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10478. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10479. wait()
  10480. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10481.  
  10482. end
  10483. wait(0.01)
  10484.  
  10485. end
  10486. for i, v in pairs(game.Players:GetPlayers()) do
  10487. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10488.  
  10489. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10490. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10491.  
  10492. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10493. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10494. wait()
  10495. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10496.  
  10497. end
  10498. wait(0.01)
  10499.  
  10500. end
  10501. for i, v in pairs(game.Players:GetPlayers()) do
  10502. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10503.  
  10504. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10505. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10506.  
  10507. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10508. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10509. wait()
  10510. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10511.  
  10512. end
  10513. wait(0.01)
  10514.  
  10515. end
  10516. for i, v in pairs(game.Players:GetPlayers()) do
  10517. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10518.  
  10519. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10520. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10521.  
  10522. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10523. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10524. wait()
  10525. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10526.  
  10527. end
  10528. wait(0.01)
  10529.  
  10530. end
  10531. for i, v in pairs(game.Players:GetPlayers()) do
  10532. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10533.  
  10534. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10535. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10536.  
  10537. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10538. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10539. wait()
  10540. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10541.  
  10542. end
  10543. wait(0.01)
  10544.  
  10545. end
  10546. for i, v in pairs(game.Players:GetPlayers()) do
  10547. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10548.  
  10549. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10550. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10551.  
  10552. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10553. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10554. wait()
  10555. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10556.  
  10557. end
  10558. wait(0.01)
  10559.  
  10560. end
  10561. for i, v in pairs(game.Players:GetPlayers()) do
  10562. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10563.  
  10564. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10565. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10566.  
  10567. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10568. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10569. wait()
  10570. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10571.  
  10572. end
  10573. wait(0.01)
  10574.  
  10575. end
  10576. for i, v in pairs(game.Players:GetPlayers()) do
  10577. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10578.  
  10579. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10580. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10581.  
  10582. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10583. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10584. wait()
  10585. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10586.  
  10587. end
  10588. wait(0.01)
  10589.  
  10590. end
  10591. for i, v in pairs(game.Players:GetPlayers()) do
  10592. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10593.  
  10594. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10595. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10596.  
  10597. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10598. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10599. wait()
  10600. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10601.  
  10602. end
  10603. wait(0.01)
  10604.  
  10605. end
  10606. for i, v in pairs(game.Players:GetPlayers()) do
  10607. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10608.  
  10609. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10610. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10611.  
  10612. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10613. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10614. wait()
  10615. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10616.  
  10617. end
  10618. wait(0.01)
  10619.  
  10620. end
  10621. for i, v in pairs(game.Players:GetPlayers()) do
  10622. if v and v.Name ~= game.Players.LocalPlayer.Name then
  10623.  
  10624. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10625. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  10626.  
  10627. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10628. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Workspace.Terrain
  10629. wait()
  10630. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector)
  10631.  
  10632. end
  10633. wait(0.01)
  10634.  
  10635. end
  10636. end)
  10637.  
  10638. drill.Name = "drill"
  10639. drill.Parent = main
  10640. drill.BackgroundColor3 = Color3.new(1, 1, 0)
  10641. drill.Position = UDim2.new(0.343317509, 0, 0.704794705, 0)
  10642. drill.Size = UDim2.new(0, 111, 0, 25)
  10643. drill.Font = Enum.Font.GothamBold
  10644. drill.Text = "Fe Drill"
  10645. drill.TextColor3 = Color3.new(0, 0, 0)
  10646. drill.TextSize = 14
  10647. drill.MouseButton1Down:connect(function()
  10648. workspace.Remote.TeamEvent:FireServer("Bright blue")
  10649.  
  10650. local toolamount = 80 -- How long the tornado is
  10651. local tornadosize = 1 -- The size of how big the opening of the tornado is
  10652.  
  10653. local LocalPlayer = game:GetService("Players").LocalPlayer
  10654. local runservice = game:GetService("RunService")
  10655. local characters = {}
  10656. LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()
  10657. local currentamount = #LocalPlayer.Backpack:GetChildren()
  10658. LocalPlayer.Character.Archivable = true
  10659. local tempchar = LocalPlayer.Character:Clone()
  10660. tempchar.Parent = workspace
  10661. local savepos = LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame
  10662. local renderstepped = runservice.RenderStepped:Connect(function()
  10663. workspace.CurrentCamera.CameraSubject = tempchar:FindFirstChild("Humanoid")
  10664. for _, tool in pairs(LocalPlayer.Backpack:GetChildren()) do
  10665. if tool:IsA("Tool") then
  10666. tool.Parent = LocalPlayer
  10667. end
  10668. end
  10669. LocalPlayer.Character:ClearAllChildren()
  10670. local char = Instance.new("Model", workspace)
  10671. table.insert(characters, char)
  10672. Instance.new("Humanoid", char)
  10673. LocalPlayer.Character = char
  10674. repeat runservice.RenderStepped:Wait() until LocalPlayer.Character ~= nil
  10675. end)
  10676. repeat runservice.RenderStepped:Wait() until #LocalPlayer:GetChildren() - 4 - currentamount >= toolamount
  10677. renderstepped:Disconnect()
  10678. repeat runservice.RenderStepped:Wait() until LocalPlayer.Character:FindFirstChild("HumanoidRootPart") ~= nil
  10679. for _, char in pairs(characters) do
  10680. char:Destroy()
  10681. end
  10682. for index, tool in pairs(LocalPlayer:GetChildren()) do
  10683. if tool:IsA("Tool") then
  10684. tool.Parent = LocalPlayer.Backpack
  10685. tool.Handle.Massless = false
  10686. tool.Grip = CFrame.new(Vector3.new(0, -index * .1, 0)) * CFrame.Angles(math.rad(90), 0, math.tan(index * 0.5))
  10687. tool.Parent = LocalPlayer.Character
  10688. if tool.Handle:FindFirstChild("Mesh") ~= nil then
  10689. tool.Handle.Mesh:Destroy()
  10690. end
  10691. end
  10692. end
  10693. LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = savepos
  10694. tempchar:Destroy()
  10695. end)
  10696.  
  10697. killplrmain.Name = "killplrmain"
  10698. killplrmain.Parent = main
  10699. killplrmain.BackgroundColor3 = Color3.new(1, 0, 1)
  10700. killplrmain.Position = UDim2.new(0.0321613066, 0, 0.836535037, 0)
  10701. killplrmain.Size = UDim2.new(0, 103, 0, 47)
  10702.  
  10703. killtext.Name = "killtext"
  10704. killtext.Parent = killplrmain
  10705. killtext.BackgroundColor3 = Color3.new(1, 0.666667, 1)
  10706. killtext.Position = UDim2.new(0, 0, 0.0212752968, 0)
  10707. killtext.Size = UDim2.new(0, 99, 0, 19)
  10708. killtext.Font = Enum.Font.Gotham
  10709. killtext.Text = "Player Name"
  10710. killtext.TextColor3 = Color3.new(0, 0, 0)
  10711. killtext.TextSize = 14
  10712.  
  10713. kill.Name = "kill"
  10714. kill.Parent = killplrmain
  10715. kill.BackgroundColor3 = Color3.new(0, 0, 0)
  10716. kill.Position = UDim2.new(0.0999999046, 0, 0.531914949, 0)
  10717. kill.Size = UDim2.new(0, 80, 0, 22)
  10718. kill.Font = Enum.Font.GothamBold
  10719. kill.Text = "KILL"
  10720. kill.TextColor3 = Color3.new(1, 1, 1)
  10721. kill.TextSize = 14
  10722. kill.MouseButton1Down:connect(function()
  10723. game.Workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["Remington 870"].ITEMPICKUP)
  10724.  
  10725. wait(0.1)
  10726. Workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  10727.  
  10728. local A_1 =
  10729. {
  10730. [1] =
  10731. {
  10732. ["RayObject"] = Ray.new(Vector3.new(827.412415, 101.489777, 2296.84326), Vector3.new(277.738678, 6.89340925, 287.773712)),
  10733. ["Distance"] = 4.7204174995422,
  10734. ["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),
  10735. ["Hit"] = game.Workspace[killtext.Text].Head
  10736. },
  10737. [2] =
  10738. {
  10739. ["RayObject"] = Ray.new(Vector3.new(827.412415, 101.489777, 2296.84326), Vector3.new(303.047546, 21.3568707, 260.203888)),
  10740. ["Distance"] = 4.8114862442017,
  10741. ["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),
  10742. ["Hit"] = game.Workspace[killtext.Text].Head
  10743. },
  10744. [3] =
  10745. {
  10746. ["RayObject"] = Ray.new(Vector3.new(827.412415, 101.489777, 2296.84326), Vector3.new(296.800507, 7.00420141, 268.067932)),
  10747. ["Distance"] = 4.444625377655,
  10748. ["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),
  10749. ["Hit"] = game.Workspace[killtext.Text].Head
  10750. },
  10751. [4] =
  10752. {
  10753. ["RayObject"] = Ray.new(Vector3.new(827.412415, 101.489777, 2296.84326), Vector3.new(284.930573, 11.9850616, 280.483368)),
  10754. ["Distance"] = 4.6211166381836,
  10755. ["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),
  10756. ["Hit"] = game.Workspace[killtext.Text].Head
  10757. },
  10758. [5] =
  10759. {
  10760. ["RayObject"] = Ray.new(Vector3.new(827.412415, 101.489777, 2296.84326), Vector3.new(294.625824, 2.15741801, 270.538269)),
  10761. ["Distance"] = 4.4639973640442,
  10762. ["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),
  10763. ["Hit"] = game.Workspace[killtext.Text].Head
  10764. }
  10765. }
  10766. local A_2 = game.Players.LocalPlayer.Backpack["Remington 870"]
  10767. local Event = game:GetService("ReplicatedStorage").ShootEvent
  10768. Event:FireServer(A_1, A_2)
  10769.  
  10770. wait(0.5)
  10771. workspace.Remote.TeamEvent:FireServer("Bright orange")
  10772. end)
  10773.  
  10774. waves.Name = "waves"
  10775. waves.Parent = main
  10776. waves.BackgroundColor3 = Color3.new(1, 1, 0)
  10777. waves.Position = UDim2.new(0.0201378968, 0, 0.646579564, 0)
  10778. waves.Size = UDim2.new(0, 111, 0, 26)
  10779. waves.Font = Enum.Font.GothamBold
  10780. waves.Text = "Fe Waves"
  10781. waves.TextColor3 = Color3.new(0, 0, 0)
  10782. waves.TextSize = 14
  10783. waves.MouseButton1Down:connect(function()
  10784. workspace.Remote.TeamEvent:FireServer("Bright blue")
  10785.  
  10786. local toolamount = 40 -- How long the tornado is
  10787. local tornadosize = 1 -- The size of how big the opening of the tornado is
  10788.  
  10789. local LocalPlayer = game:GetService("Players").LocalPlayer
  10790. local runservice = game:GetService("RunService")
  10791. local characters = {}
  10792. LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()
  10793. local currentamount = #LocalPlayer.Backpack:GetChildren()
  10794. LocalPlayer.Character.Archivable = true
  10795. local tempchar = LocalPlayer.Character:Clone()
  10796. tempchar.Parent = workspace
  10797. local savepos = LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame
  10798. local renderstepped = runservice.RenderStepped:Connect(function()
  10799. workspace.CurrentCamera.CameraSubject = tempchar:FindFirstChild("Humanoid")
  10800. for _, tool in pairs(LocalPlayer.Backpack:GetChildren()) do
  10801. if tool:IsA("Tool") then
  10802. tool.Parent = LocalPlayer
  10803. end
  10804. end
  10805. LocalPlayer.Character:ClearAllChildren()
  10806. local char = Instance.new("Model", workspace)
  10807. table.insert(characters, char)
  10808. Instance.new("Humanoid", char)
  10809. LocalPlayer.Character = char
  10810. repeat runservice.RenderStepped:Wait() until LocalPlayer.Character ~= nil
  10811. end)
  10812. repeat runservice.RenderStepped:Wait() until #LocalPlayer:GetChildren() - 4 - currentamount >= toolamount
  10813. renderstepped:Disconnect()
  10814. repeat runservice.RenderStepped:Wait() until LocalPlayer.Character:FindFirstChild("HumanoidRootPart") ~= nil
  10815. for _, char in pairs(characters) do
  10816. char:Destroy()
  10817. end
  10818. for index, tool in pairs(LocalPlayer:GetChildren()) do
  10819. if tool:IsA("Tool") then
  10820. tool.Parent = LocalPlayer.Backpack
  10821. tool.Handle.Massless = false
  10822. tool.Grip = CFrame.new(Vector3.new(0, math.sin(index + 0.5), index)) * CFrame.Angles(math.rad(tornadosize), 0, -index)
  10823. tool.Parent = LocalPlayer.Character
  10824. if tool.Handle:FindFirstChild("Mesh") ~= nil then
  10825. tool.Handle.Mesh:Destroy()
  10826. end
  10827. end
  10828. end
  10829. LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = savepos
  10830. tempchar:Destroy()
  10831. end)
  10832.  
  10833. bigbowl.Name = "bigbowl"
  10834. bigbowl.Parent = main
  10835. bigbowl.BackgroundColor3 = Color3.new(1, 1, 0)
  10836. bigbowl.Position = UDim2.new(0.341908664, 0, 0.647788644, 0)
  10837. bigbowl.Size = UDim2.new(0, 111, 0, 26)
  10838. bigbowl.Font = Enum.Font.GothamBold
  10839. bigbowl.Text = "Fe Big Bowl"
  10840. bigbowl.TextColor3 = Color3.new(0, 0, 0)
  10841. bigbowl.TextSize = 14
  10842. bigbowl.MouseButton1Down:connect(function()
  10843. workspace.Remote.TeamEvent:FireServer("Bright blue")
  10844.  
  10845. local toolamount = 250 -- How much covered the bowl is
  10846. local bowlsize = 20 -- How big the bowl is
  10847.  
  10848.  
  10849.  
  10850. local LocalPlayer = game:GetService("Players").LocalPlayer
  10851. local runservice = game:GetService("RunService")
  10852. local characters = {}
  10853. LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()
  10854. local currentamount = #LocalPlayer.Backpack:GetChildren()
  10855. LocalPlayer.Character.Archivable = true
  10856. local tempchar = LocalPlayer.Character:Clone()
  10857. tempchar.Parent = workspace
  10858. local savepos = LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame
  10859. local renderstepped = runservice.RenderStepped:Connect(function()
  10860. workspace.CurrentCamera.CameraSubject = tempchar:FindFirstChild("Humanoid")
  10861. for _, tool in pairs(LocalPlayer.Backpack:GetChildren()) do
  10862. if tool:IsA("Tool") then
  10863. tool.Parent = LocalPlayer
  10864. end
  10865. end
  10866. LocalPlayer.Character:ClearAllChildren()
  10867. local char = Instance.new("Model", workspace)
  10868. table.insert(characters, char)
  10869. Instance.new("Humanoid", char)
  10870. LocalPlayer.Character = char
  10871. repeat runservice.RenderStepped:Wait() until LocalPlayer.Character ~= nil
  10872. end)
  10873. repeat runservice.RenderStepped:Wait() until #LocalPlayer:GetChildren() - 4 - currentamount >= toolamount
  10874. renderstepped:Disconnect()
  10875. repeat runservice.RenderStepped:Wait() until LocalPlayer.Character:FindFirstChild("HumanoidRootPart") ~= nil
  10876. for _, char in pairs(characters) do
  10877. char:Destroy()
  10878. end
  10879. for index, tool in pairs(LocalPlayer:GetChildren()) do
  10880. if tool:IsA("Tool") then
  10881. tool.Parent = LocalPlayer.Backpack
  10882. tool.Handle.Massless = true
  10883. tool.Grip = CFrame.new(Vector3.new(math.sin(index * 0.1), bowlsize, 0)) * CFrame.Angles(math.sin(index * 0.1), index, 0)
  10884. tool.Parent = LocalPlayer.Character
  10885. if tool.Handle:FindFirstChild("Mesh") ~= nil then
  10886. tool.Handle.Mesh:Destroy()
  10887. end
  10888. end
  10889. end
  10890. LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = savepos
  10891. tempchar:Destroy()
  10892. LocalPlayer.Character:FindFirstChild("Humanoid").HipHeight = bowlsize
  10893. end)
  10894.  
  10895. tazeplrmain.Name = "tazeplrmain"
  10896. tazeplrmain.Parent = main
  10897. tazeplrmain.BackgroundColor3 = Color3.new(1, 0, 1)
  10898. tazeplrmain.Position = UDim2.new(0.358376801, 0, 0.83788842, 0)
  10899. tazeplrmain.Size = UDim2.new(0, 103, 0, 47)
  10900.  
  10901. tazetext.Name = "tazetext"
  10902. tazetext.Parent = tazeplrmain
  10903. tazetext.BackgroundColor3 = Color3.new(1, 0.666667, 1)
  10904. tazetext.Size = UDim2.new(0, 99, 0, 19)
  10905. tazetext.Font = Enum.Font.Gotham
  10906. tazetext.Text = "Player Name"
  10907. tazetext.TextColor3 = Color3.new(0, 0, 0)
  10908. tazetext.TextSize = 14
  10909.  
  10910. taze.Name = "taze"
  10911. taze.Parent = tazeplrmain
  10912. taze.BackgroundColor3 = Color3.new(0, 0, 0)
  10913. taze.Position = UDim2.new(0.128543824, 0, 0.510639191, 0)
  10914. taze.Size = UDim2.new(0, 80, 0, 22)
  10915. taze.Font = Enum.Font.GothamBold
  10916. taze.Text = "TAZE"
  10917. taze.TextColor3 = Color3.new(1, 1, 1)
  10918. taze.TextSize = 14
  10919. taze.MouseButton1Down:connect(function()
  10920. local A_1 =
  10921. {
  10922. [1] =
  10923. {
  10924. ["RayObject"] = Ray.new(Vector3.new(829.838562, 101.489998, 2331.25635), Vector3.new(-30.6540909, -5.42795324, 95.0308533)),
  10925. ["Distance"] = 15.355997085571,
  10926. ["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),
  10927. ["Hit"] = game.Workspace[tazetext.Text].Torso
  10928. }
  10929. }
  10930. local A_2 = game.Players.LocalPlayer.Backpack["Taser"]
  10931. local Event = game:GetService("ReplicatedStorage").ShootEvent
  10932. Event:FireServer(A_1, A_2)
  10933. end)
  10934.  
  10935. teamcrim.Name = "teamcrim"
  10936. teamcrim.Parent = main
  10937. teamcrim.BackgroundColor3 = Color3.new(1, 0, 0)
  10938. teamcrim.Position = UDim2.new(0.775380731, 0, 0.108776733, 0)
  10939. teamcrim.Size = UDim2.new(0, 83, 0, 22)
  10940. teamcrim.Font = Enum.Font.GothamBlack
  10941. teamcrim.Text = "Team Crim"
  10942. teamcrim.TextColor3 = Color3.new(0, 0, 0)
  10943. teamcrim.TextSize = 14
  10944. teamcrim.MouseButton1Down:connect(function()
  10945. wait(0.3)
  10946. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-976.125183, 109.123924, 2059.99536)
  10947.  
  10948. wait(0.3)
  10949. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(918.77,100,2379.07)
  10950. end)
  10951.  
  10952. tazeall.Name = "tazeall"
  10953. tazeall.Parent = main
  10954. tazeall.BackgroundColor3 = Color3.new(1, 0, 0)
  10955. tazeall.Position = UDim2.new(0.342309177, 0, 0.759402633, 0)
  10956. tazeall.Size = UDim2.new(0, 109, 0, 34)
  10957. tazeall.Font = Enum.Font.GothamBold
  10958. tazeall.Text = "Taze All"
  10959. tazeall.TextColor3 = Color3.new(0, 0, 0)
  10960. tazeall.TextSize = 14
  10961. tazeall.MouseButton1Down:connect(function()
  10962. workspace.Remote.TeamEvent:FireServer("Bright blue")
  10963.  
  10964. function kill(a)
  10965. local A_1 =
  10966. {
  10967. [1] =
  10968. {
  10969. ["RayObject"] = Ray.new(Vector3.new(829.838562, 101.489998, 2331.25635), Vector3.new(-30.6540909, -5.42795324, 95.0308533)),
  10970. ["Distance"] = 15.355997085571,
  10971. ["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),
  10972. ["Hit"] = a.Character.Torso
  10973. }
  10974. }
  10975. local A_2 = game.Players.LocalPlayer.Backpack["Taser"]
  10976. local Event = game:GetService("ReplicatedStorage").ShootEvent
  10977. Event:FireServer(A_1, A_2)
  10978. end
  10979.  
  10980. for i,v in pairs(game.Players:GetChildren())do
  10981. if v.Name ~= game.Players.LocalPlayer.Name then
  10982. kill(v)
  10983. end
  10984. end
  10985. end)
  10986.  
  10987. removewalls.Name = "removewalls"
  10988. removewalls.Parent = main
  10989. removewalls.BackgroundColor3 = Color3.new(1, 0, 0)
  10990. removewalls.Position = UDim2.new(0.670628905, 0, 0.758472741, 0)
  10991. removewalls.Size = UDim2.new(0, 110, 0, 34)
  10992. removewalls.Font = Enum.Font.GothamBold
  10993. removewalls.Text = "Remove Walls"
  10994. removewalls.TextColor3 = Color3.new(0, 0, 0)
  10995. removewalls.TextSize = 14
  10996. removewalls.MouseButton1Down:connect(function()
  10997. wait(0.1)
  10998. game.Workspace.Prison_Guard_Outpost:Remove()
  10999.  
  11000. wait(0.1)
  11001. game.Workspace.Prison_Cafeteria.building:Remove()
  11002.  
  11003. wait(0.1)
  11004. game.Workspace.Prison_Cafeteria.glass:Remove()
  11005.  
  11006. wait(0.1)
  11007. game.Workspace.Prison_Cafeteria.oven:Remove()
  11008.  
  11009. wait(0.1)
  11010. game.Workspace.Prison_Cafeteria.shelves:Remove()
  11011.  
  11012. wait(0.1)
  11013. game.Workspace.Prison_Cafeteria.vents:Remove()
  11014.  
  11015. wait(0.1)
  11016. game.Workspace.Prison_Cafeteria.accents:Remove()
  11017.  
  11018. wait(0.1)
  11019. game.Workspace.Prison_Cafeteria.vendingmachine:Remove()
  11020.  
  11021. wait(0.1)
  11022. game.Workspace.Prison_Cafeteria.Prison_table1:Remove()
  11023.  
  11024. wait(0.1)
  11025. game.Workspace.Prison_Cafeteria.counter:Remove()
  11026.  
  11027. wait(0.1)
  11028. game.Workspace.Prison_Cafeteria.boxes:Remove()
  11029. end)
  11030.  
  11031. removeall.Name = "removeall"
  11032. removeall.Parent = main
  11033. removeall.BackgroundColor3 = Color3.new(1, 0, 0)
  11034. removeall.Position = UDim2.new(0.673120499, 0, 0.838146329, 0)
  11035. removeall.Size = UDim2.new(0, 110, 0, 47)
  11036. removeall.Font = Enum.Font.GothamBold
  11037. removeall.Text = "Remove All"
  11038. removeall.TextColor3 = Color3.new(0, 0, 0)
  11039. removeall.TextSize = 14
  11040. removeall.MouseButton1Down:connect(function()
  11041. wait(0.1)
  11042. game.Workspace.Prison_Halls.walls:Remove()
  11043.  
  11044. wait(0.1)
  11045. game.Workspace.Prison_Halls.roof:Remove()
  11046.  
  11047. wait(0.1)
  11048. game.Workspace.Prison_Halls.outlines:Remove()
  11049.  
  11050. wait(0.1)
  11051. game.Workspace.Prison_Halls.lights:Remove()
  11052.  
  11053. wait(0.1)
  11054. Workspace.Prison_Halls.accent:Remove()
  11055.  
  11056. wait(0.1)
  11057. game.Workspace.Prison_Halls.glass:Remove()
  11058.  
  11059. wait(0.1)
  11060. game.Workspace.Prison_Cellblock.b_front:Remove()
  11061.  
  11062. wait(0.1)
  11063. game.Workspace.Prison_Cellblock.doors:Remove()
  11064.  
  11065. wait(0.1)
  11066. game.Workspace.Prison_Cellblock.c_tables:Remove()
  11067.  
  11068. wait(0.1)
  11069. game.Workspace.Prison_Cellblock.a_front:Remove()
  11070.  
  11071. wait(0.1)
  11072. game.Workspace.Prison_Cellblock.b_outerwall:Remove()
  11073.  
  11074. wait(0.1)
  11075. game.Workspace.Prison_Cellblock.c_wall:Remove()
  11076.  
  11077. wait(0.1)
  11078. game.Workspace.Prison_Cellblock.b_wall:Remove()
  11079.  
  11080. wait(0.1)
  11081. game.Workspace.Prison_Cellblock.c_hallwall:Remove()
  11082.  
  11083. wait(0.1)
  11084. game.Workspace.Prison_Cellblock.a_outerwall:Remove()
  11085.  
  11086. wait(0.1)
  11087. game.Workspace.Prison_Cellblock.b_ramp:Remove()
  11088.  
  11089. wait(0.1)
  11090. game.Workspace.Prison_Cellblock.a_ramp:Remove()
  11091.  
  11092. wait(0.1)
  11093. game.Workspace.Prison_Cellblock.a_walls:Remove()
  11094.  
  11095. wait(0.1)
  11096. game.Workspace.Prison_Cellblock.Cells_B:Remove()
  11097.  
  11098. wait(0.1)
  11099. game.Workspace.Prison_Cellblock.Cells_A:Remove()
  11100.  
  11101. wait(0.1)
  11102. game.Workspace.Prison_Cellblock.c_corner:Remove()
  11103.  
  11104. wait(0.1)
  11105. game.Workspace.Prison_Cellblock.Wedge:Remove()
  11106.  
  11107. wait(0.1)
  11108. game.Workspace.Prison_Cellblock.a_ceiling:Remove()
  11109.  
  11110. wait(0.1)
  11111. game.Workspace.Prison_Cellblock.b_ceiling:Remove()
  11112.  
  11113. wait(0.1)
  11114. game.Workspace.City_buildings:Remove()
  11115.  
  11116. wait(0.1)
  11117. game.Workspace.Prison_OuterWall:Remove()
  11118.  
  11119. wait(0.1)
  11120. game.Workspace.Prison_Fences:Remove()
  11121. end)
  11122.  
  11123. lagserver.Name = "lagserver"
  11124. lagserver.Parent = main
  11125. lagserver.BackgroundColor3 = Color3.new(0.333333, 0, 0.498039)
  11126. lagserver.Position = UDim2.new(0.66476965, 0, 0.659647882, 0)
  11127. lagserver.Size = UDim2.new(0, 120, 0, 42)
  11128. lagserver.Font = Enum.Font.GothamBold
  11129. lagserver.Text = "Lag Server (Swat)"
  11130. lagserver.TextColor3 = Color3.new(0, 1, 1)
  11131. lagserver.TextSize = 14
  11132. lagserver.MouseButton1Down:connect(function()
  11133. while true do
  11134. workspace.Remote.TeamEvent:FireServer("Bright blue")
  11135.  
  11136. for i = 10000,999999999999999,1 do
  11137. for i,v in pairs(Workspace.Prison_ITEMS.clothes:GetChildren()) do
  11138.  
  11139. lol = Workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  11140. print(lol)
  11141. end
  11142. end
  11143. end
  11144.  
  11145. end)
  11146. end)
  11147.  
  11148. infgun.Name = "infgun"
  11149. infgun.Parent = main
  11150. infgun.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  11151. infgun.Position = UDim2.new(0.738148987, 0, 0.234108955, 0)
  11152. infgun.Size = UDim2.new(0, 106, 0, 50)
  11153. infgun.Font = Enum.Font.GothamBold
  11154. infgun.Text = "Criminal Player"
  11155. infgun.TextColor3 = Color3.new(1, 1, 0)
  11156. infgun.TextSize = 11
  11157. infgun.MouseButton1Down:connect(function()
  11158. -- Made By Jake11price
  11159. local crimgui = Instance.new("ScreenGui")
  11160. local Frame = Instance.new("Frame")
  11161. local Frame2 = Instance.new("Frame")
  11162. local crimtext = Instance.new("TextBox")
  11163. local makecrim = Instance.new("TextButton")
  11164. local TextLabel = Instance.new("TextLabel")
  11165. --Properties:
  11166. crimgui.Name = "crimgui"
  11167. crimgui.Parent = game.CoreGui
  11168.  
  11169. Frame.Parent = crimgui
  11170. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  11171. Frame.Position = UDim2.new(0.164424494, 0, 0.328009814, 0)
  11172. Frame.Size = UDim2.new(0, 205, 0, 106)
  11173. Frame.Active = true
  11174. Frame.Draggable = true
  11175.  
  11176. Frame2.Name = "Frame2"
  11177. Frame2.Parent = Frame
  11178. Frame2.BackgroundColor3 = Color3.new(0, 1, 1)
  11179. Frame2.Position = UDim2.new(0, 0, 0.254716992, 0)
  11180. Frame2.Size = UDim2.new(0, 205, 0, 79)
  11181.  
  11182. crimtext.Name = "crimtext"
  11183. crimtext.Parent = Frame2
  11184. crimtext.BackgroundColor3 = Color3.new(1, 0, 0)
  11185. crimtext.Position = UDim2.new(0.107317075, 0, 0.101265825, 0)
  11186. crimtext.Size = UDim2.new(0, 161, 0, 31)
  11187. crimtext.Font = Enum.Font.SourceSans
  11188. crimtext.Text = "PLAYERNAME"
  11189. crimtext.TextColor3 = Color3.new(0, 0, 0)
  11190. crimtext.TextSize = 14
  11191.  
  11192. makecrim.Name = "makecrim"
  11193. makecrim.Parent = Frame2
  11194. makecrim.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  11195. makecrim.Position = UDim2.new(0, 0, 0.493670881, 0)
  11196. makecrim.Size = UDim2.new(0, 205, 0, 40)
  11197. makecrim.Font = Enum.Font.GothamBlack
  11198. makecrim.Text = "Make Crim"
  11199. makecrim.TextColor3 = Color3.new(0, 0, 0)
  11200. makecrim.TextSize = 14
  11201. makecrim.TextStrokeColor3 = Color3.new(0, 1, 1)
  11202. makecrim.TextWrapped = true
  11203. makecrim.MouseButton1Down:connect(function()
  11204. saved = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  11205. game:GetService("StarterGui"):SetCore("SendNotification", {
  11206. Title = "Position Saved";
  11207. Text = "Success";
  11208. })
  11209.  
  11210. local A_1 = "LocalPlayer"
  11211. local Event = game:GetService("Workspace").Remote.loadchar
  11212. Event:InvokeServer(A_1)
  11213.  
  11214. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = saved
  11215. game:GetService("StarterGui"):SetCore("SendNotification", {
  11216. Title = "Position Loaded";
  11217. Text = "Success";
  11218. })
  11219.  
  11220. wait(0.5)
  11221. local LocalPlayer = game:GetService("Players").LocalPlayer
  11222. local torsoname = "Torso"
  11223. if LocalPlayer.Character:FindFirstChild("Humanoid").RigType == Enum.HumanoidRigType.R15 then
  11224. torsoname = "UpperTorso"
  11225. end
  11226. if LocalPlayer.Character ~= nil then
  11227. local savepos = LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame
  11228. LocalPlayer.Character:FindFirstChild(torsoname).Anchored = true
  11229. local tool = Instance.new("Tool", LocalPlayer.Backpack)
  11230. local hat = LocalPlayer.Character:FindFirstChildOfClass("Accessory")
  11231. local hathandle = hat.Handle
  11232. hathandle.Parent = tool
  11233. hathandle.Massless = true
  11234. tool.GripPos = Vector3.new(0, 9e99, 0)
  11235. tool.Parent = LocalPlayer.Character
  11236. repeat wait() until LocalPlayer.Character:FindFirstChildOfClass("Tool") ~= nil
  11237. tool.Grip = CFrame.new(Vector3.new(0, 0, 0))
  11238. LocalPlayer.Character:FindFirstChild(torsoname).Anchored = false
  11239. end
  11240.  
  11241. while true do
  11242. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[crimtext.Text].Character.HumanoidRootPart.CFrame
  11243. wait()
  11244. end
  11245. end)
  11246.  
  11247. TextLabel.Parent = Frame
  11248. TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  11249. TextLabel.Position = UDim2.new(0, 0, -0.0094339624, 0)
  11250. TextLabel.Size = UDim2.new(0, 205, 0, 28)
  11251. TextLabel.Font = Enum.Font.GothamBold
  11252. TextLabel.Text = "Made By Jake11price"
  11253. TextLabel.TextColor3 = Color3.new(1, 0.666667, 0)
  11254. TextLabel.TextSize = 14
  11255. end)
  11256.  
  11257. close.Name = "close"
  11258. close.Parent = main
  11259. close.BackgroundColor3 = Color3.new(0, 0, 0)
  11260. close.Position = UDim2.new(0.887133241, 0, 0, 0)
  11261. close.Size = UDim2.new(0, 50, 0, 44)
  11262. close.Font = Enum.Font.GothamBold
  11263. close.Text = "X"
  11264. close.TextColor3 = Color3.new(1, 0, 0)
  11265. close.TextScaled = true
  11266. close.TextSize = 14
  11267. close.TextWrapped = true
  11268. close.MouseButton1Down:connect(function()
  11269. main.Visible = false
  11270. openmain.Visible = true
  11271. end)
  11272.  
  11273. bypasshackers.Name = "bypasshackers"
  11274. bypasshackers.Parent = main
  11275. bypasshackers.BackgroundColor3 = Color3.new(0, 1, 0)
  11276. bypasshackers.Position = UDim2.new(0.0722347647, 0, 0.765124559, 0)
  11277. bypasshackers.Size = UDim2.new(0, 378, 0, 50)
  11278. bypasshackers.Font = Enum.Font.SourceSansBold
  11279. bypasshackers.Text = "Bypass Hackers (Dont press this more than once)"
  11280. bypasshackers.TextColor3 = Color3.new(0, 0, 0)
  11281. bypasshackers.TextSize = 15
  11282. bypasshackers.MouseButton1Down:connect(function()
  11283. while wait(3.5) do
  11284. saved = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  11285. game:GetService("StarterGui"):SetCore("SendNotification", {
  11286. Title = "Position Saved";
  11287. Text = "Success";
  11288. })
  11289.  
  11290. workspace.Remote.TeamEvent:FireServer("Bright blue")
  11291.  
  11292. local A_1 = "LocalPlayer"
  11293. local Event = game:GetService("Workspace").Remote.loadchar
  11294. Event:InvokeServer(A_1)
  11295.  
  11296. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = saved
  11297. game:GetService("StarterGui"):SetCore("SendNotification", {
  11298. Title = "Position Loaded";
  11299. Text = "Success";
  11300. })
  11301. end
  11302. end)
  11303.  
  11304. openmain.Name = "openmain"
  11305. openmain.Parent = gui
  11306. openmain.BackgroundColor3 = Color3.new(0, 0, 0)
  11307. openmain.Position = UDim2.new(0.00822120812, 0, 0.538083494, 0)
  11308. openmain.Size = UDim2.new(0, 107, 0, 27)
  11309. openmain.Visible = false
  11310.  
  11311. open.Name = "open"
  11312. open.Parent = openmain
  11313. open.BackgroundColor3 = Color3.new(0, 0, 0)
  11314. open.Size = UDim2.new(0, 107, 0, 27)
  11315. open.Font = Enum.Font.GothamBold
  11316. open.Text = "Open"
  11317. open.TextColor3 = Color3.new(0, 1, 1)
  11318. open.TextScaled = true
  11319. open.TextSize = 14
  11320. open.TextWrapped = true
  11321. open.MouseButton1Down:connect(function()
  11322. openmain.Visible = false
  11323. main.Visible = true
  11324. end)
  11325. end)
  11326.  
  11327. NoclipV.Name = "Noclip \"V\""
  11328. NoclipV.Parent = menuguui
  11329. NoclipV.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  11330. NoclipV.Position = UDim2.new(0.649404585, 0, 0.779963851, 0)
  11331. NoclipV.Size = UDim2.new(0, 174, 0, 42)
  11332. NoclipV.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  11333. NoclipV.Font = Enum.Font.SciFi
  11334. NoclipV.Text = "Noclip \"V\""
  11335. NoclipV.TextColor3 = Color3.fromRGB(0, 0, 0)
  11336. NoclipV.TextSize = 14.000
  11337. NoclipV.MouseButton1Down:connect(function()
  11338. noclip = false
  11339. game:GetService('RunService').Stepped:connect(function()
  11340. if noclip then
  11341. game.Players.LocalPlayer.Character.Head.CanCollide = false
  11342. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  11343. end
  11344. end)
  11345. plr = game.Players.LocalPlayer
  11346. mouse = plr:GetMouse()
  11347. mouse.KeyDown:connect(function(key)
  11348. if key == "v" then
  11349. noclip = not noclip
  11350. game.Players.LocalPlayer.Character.Head.CanCollide = true
  11351. game.Players.LocalPlayer.Character.Torso.CanCollide = true
  11352. end
  11353. end)
  11354. end)
  11355.  
  11356. cerrar.Name = "cerrar"
  11357. cerrar.Parent = menuguui
  11358. cerrar.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  11359. cerrar.Position = UDim2.new(1.01587605, 0, -0.180854231, 0)
  11360. cerrar.Size = UDim2.new(0, 29, 0, 29)
  11361. cerrar.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  11362. cerrar.Font = Enum.Font.SourceSans
  11363. cerrar.Text = "x"
  11364. cerrar.TextColor3 = Color3.fromRGB(0, 0, 0)
  11365. cerrar.TextSize = 15.000
  11366. cerrar.MouseButton1Down:connect(function()
  11367. menuguui.Visible = false
  11368. AbrirGUI.Visible = true
  11369. frame.Visible = true
  11370. end)
  11371.  
  11372. SaltoInfinito.Name = "Salto Infinito"
  11373. SaltoInfinito.Parent = menuguui
  11374. SaltoInfinito.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  11375. SaltoInfinito.Position = UDim2.new(0.375963986, 0, 0.525379002, 0)
  11376. SaltoInfinito.Size = UDim2.new(0, 160, 0, 42)
  11377. SaltoInfinito.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  11378. SaltoInfinito.Font = Enum.Font.SciFi
  11379. SaltoInfinito.Text = "Salto Infinito"
  11380. SaltoInfinito.TextColor3 = Color3.fromRGB(0, 0, 0)
  11381. SaltoInfinito.TextSize = 14.000
  11382. SaltoInfinito.MouseButton1Down:connect(function()
  11383. plr = game.Players.LocalPlayer
  11384. mouse = plr:GetMouse()
  11385. mouse.KeyDown:connect(function(key)
  11386.  
  11387. if key == " " then
  11388. game.Players.LocalPlayer.Character.Humanoid:ChangeState(3)
  11389. wait()
  11390. end
  11391. end)
  11392. end)
  11393.  
  11394. FlyE.Name = "Fly \"E\""
  11395. FlyE.Parent = menuguui
  11396. FlyE.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  11397. FlyE.Position = UDim2.new(0.375963986, 0, -0.0180992484, 0)
  11398. FlyE.Size = UDim2.new(0, 160, 0, 42)
  11399. FlyE.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  11400. FlyE.Font = Enum.Font.SciFi
  11401. FlyE.Text = "Fly \"E\""
  11402. FlyE.TextColor3 = Color3.fromRGB(0, 0, 0)
  11403. FlyE.TextSize = 14.000
  11404. FlyE.MouseButton1Down:connect(function()
  11405. repeat wait()
  11406. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  11407. local mouse = game.Players.LocalPlayer:GetMouse()
  11408. repeat wait() until mouse
  11409. local plr = game.Players.LocalPlayer
  11410. local torso = plr.Character.Torso
  11411. local flying = true
  11412. local deb = true
  11413. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  11414. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  11415. local maxspeed = 50
  11416. local speed = 0
  11417.  
  11418. function Fly()
  11419. local bg = Instance.new("BodyGyro", torso)
  11420. bg.P = 9e4
  11421. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  11422. bg.cframe = torso.CFrame
  11423. local bv = Instance.new("BodyVelocity", torso)
  11424. bv.velocity = Vector3.new(0,0.1,0)
  11425. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  11426. repeat wait()
  11427. plr.Character.Humanoid.PlatformStand = true
  11428. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  11429. speed = speed+.5+(speed/maxspeed)
  11430. if speed > maxspeed then
  11431. speed = maxspeed
  11432. end
  11433. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  11434. speed = speed-1
  11435. if speed < 0 then
  11436. speed = 0
  11437. end
  11438. end
  11439. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  11440. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  11441. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  11442. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  11443. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  11444. else
  11445. bv.velocity = Vector3.new(0,0.1,0)
  11446. end
  11447. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  11448. until not flying
  11449. ctrl = {f = 0, b = 0, l = 0, r = 0}
  11450. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  11451. speed = 0
  11452. bg:Destroy()
  11453. bv:Destroy()
  11454. plr.Character.Humanoid.PlatformStand = false
  11455. end
  11456. mouse.KeyDown:connect(function(key)
  11457. if key:lower() == "e" then
  11458. if flying then flying = false
  11459. else
  11460. flying = true
  11461. Fly()
  11462. end
  11463. elseif key:lower() == "w" then
  11464. ctrl.f = 1
  11465. elseif key:lower() == "s" then
  11466. ctrl.b = -1
  11467. elseif key:lower() == "a" then
  11468. ctrl.l = -1
  11469. elseif key:lower() == "d" then
  11470. ctrl.r = 1
  11471. end
  11472. end)
  11473. mouse.KeyUp:connect(function(key)
  11474. if key:lower() == "w" then
  11475. ctrl.f = 0
  11476. elseif key:lower() == "s" then
  11477. ctrl.b = 0
  11478. elseif key:lower() == "a" then
  11479. ctrl.l = 0
  11480. elseif key:lower() == "d" then
  11481. ctrl.r = 0
  11482. end
  11483. end)
  11484. Fly()
  11485.  
  11486. end)
  11487.  
  11488. frame.Name = "frame"
  11489. frame.Parent = ScreenGui
  11490. frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  11491. frame.Position = UDim2.new(0, 0, 0.59760958, 0)
  11492. frame.Size = UDim2.new(0, 104, 0, 35)
  11493. frame.Style = Enum.FrameStyle.ChatRed
  11494.  
  11495. AbrirGUI.Name = "AbrirGUI"
  11496. AbrirGUI.Parent = frame
  11497. AbrirGUI.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  11498. AbrirGUI.BackgroundTransparency = 1.000
  11499. AbrirGUI.Position = UDim2.new(-0.125, 0, -0.571428537, 0)
  11500. AbrirGUI.Size = UDim2.new(0, 104, 0, 35)
  11501. AbrirGUI.Font = Enum.Font.SourceSans
  11502. AbrirGUI.Text = "AbrirGUI"
  11503. AbrirGUI.TextColor3 = Color3.fromRGB(0, 0, 0)
  11504. AbrirGUI.TextSize = 14.000
  11505. AbrirGUI.MouseButton1Down:connect(function()
  11506. menuguui.Visible = true
  11507. AbrirGUI.Visible = false
  11508. frame.Visible = false
  11509. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement