Advertisement
zachhy

Untitled

Nov 24th, 2019
307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 322.21 KB | None | 0 0
  1. ----------------Objects ----------------
  2.  
  3. local TwistedMurdererGUI = Instance.new("ScreenGui")
  4. local Opening = Instance.new("Frame")
  5. local OpenGui = Instance.new("TextButton")
  6. local TMGui = Instance.new("Frame")
  7. local TMGUICRED = Instance.new("TextLabel")
  8. local CLOSE = Instance.new("TextButton")
  9. local PlayersTab = Instance.new("Frame")
  10. local INFO = Instance.new("TextLabel")
  11. local UnCloak = Instance.new("TextButton")
  12. local UnCloakAll = Instance.new("TextButton")
  13. local RRadios = Instance.new("TextButton")
  14. local CrashS = Instance.new("TextButton")
  15. local God = Instance.new("TextButton")
  16. local RemoveAnti = Instance.new("TextButton")
  17. local STOPALL = Instance.new("TextButton")
  18. local STOP = Instance.new("TextButton")
  19. local DetectRoles = Instance.new("TextButton")
  20. local PlayerName = Instance.new("TextBox")
  21. local PLAYALL = Instance.new("TextButton")
  22. local PLAY = Instance.new("TextButton")
  23. local MUSICid = Instance.new("TextBox")
  24. local KillOthers = Instance.new("TextButton")
  25. local KillAll = Instance.new("TextButton")
  26. local Kill = Instance.new("TextButton")
  27. local LoopKill = Instance.new("TextButton")
  28. local ForceKevlar = Instance.new("TextButton")
  29. local CloakAll = Instance.new("TextButton")
  30. local Cloak = Instance.new("TextButton")
  31. local ToolName = Instance.new("TextBox")
  32. local SaveTool = Instance.new("TextButton")
  33. local StayL = Instance.new("TextButton")
  34. local Knife = Instance.new("TextButton")
  35.  
  36. local CoreGui = --[[game:GetService("Players").LocalPlayer:WaitForChild("PlayerGui")]] game:GetService("CoreGui")
  37.  
  38. -- Properties
  39.  
  40. wait(1)
  41.  
  42. TwistedMurdererGUI.Name = "TwistedMurdererGUI"
  43. TwistedMurdererGUI.Parent = CoreGui
  44.  
  45. Opening.Name = "Opening"
  46. Opening.Parent = TwistedMurdererGUI
  47. Opening.Active = true
  48. Opening.BackgroundColor3 = Color3.new(1, 1, 1)
  49. Opening.Size = UDim2.new(0, 89, 0, 27)
  50.  
  51. OpenGui.Name = "OpenGui"
  52. OpenGui.Parent = Opening
  53. OpenGui.BackgroundColor3 = Color3.new(0, 0, 0)
  54. OpenGui.BackgroundTransparency = 1
  55. OpenGui.BorderColor3 = Color3.new(0, 0, 0)
  56. OpenGui.Size = UDim2.new(0, 71, 0, 27)
  57. OpenGui.Font = Enum.Font.SourceSans
  58. OpenGui.FontSize = Enum.FontSize.Size18
  59. OpenGui.Text = "Open"
  60. OpenGui.TextColor3 = Color3.new(0, 0, 0)
  61. OpenGui.TextSize = 18
  62.  
  63. TMGui.Name = "TMGui"
  64. TMGui.Parent = TwistedMurdererGUI
  65. TMGui.Active = true
  66. TMGui.BackgroundColor3 = Color3.new(0, 0, 0)
  67. TMGui.Draggable = true
  68. TMGui.Position = UDim2.new(0, 18, 0, 35)
  69. TMGui.Size = UDim2.new(0, 270, 0, 239)
  70. TMGui.Visible = false
  71.  
  72. TMGUICRED.Name = "TMGUI CRED"
  73. TMGUICRED.Parent = TMGui
  74. TMGUICRED.BackgroundColor3 = Color3.fromHSV(math.random(100)/100,1,1)
  75. TMGUICRED.BackgroundTransparency = 1
  76. TMGUICRED.BorderColor3 = Color3.new(0, 0, 0)
  77. TMGUICRED.TextColor3 = Color3.new(1,1,1)
  78. TMGUICRED.Size = UDim2.new(0, 240, 0, 18)
  79. TMGUICRED.Font = Enum.Font.SourceSans
  80. TMGUICRED.FontSize = Enum.FontSize.Size18
  81. TMGUICRED.Text = "?DEADMIST?"
  82. --TMGUICRED.TextColor3 = Color3.new(142, 88, 58)
  83. TMGUICRED.TextSize = 15
  84.  
  85. CLOSE.Name = "CLOSE"
  86. CLOSE.Parent = TMGui
  87. CLOSE.BackgroundColor3 = Color3.new(0, 0, 0)
  88. CLOSE.BackgroundTransparency = 0.89999997615814
  89. CLOSE.Position = UDim2.new(0, 243, 0, 0)
  90. CLOSE.Size = UDim2.new(0, 21, 0, 17)
  91. CLOSE.Font = Enum.Font.SourceSans
  92. CLOSE.FontSize = Enum.FontSize.Size24
  93. CLOSE.Text = "<"
  94. CLOSE.TextColor3 = Color3.new(1, 0, 0)
  95. CLOSE.TextSize = 20
  96.  
  97. PlayersTab.Name = "PlayersTab"
  98. PlayersTab.Parent = TMGui
  99. PlayersTab.Active = true
  100. PlayersTab.BackgroundColor3 = Color3.fromRGB(0, 0, 0) --Change Color Here
  101. PlayersTab.Position = UDim2.new(0, 0, 0, 22)
  102. PlayersTab.Size = UDim2.new(0, 270, 0, 217)
  103.  
  104. UnCloak.Name = "UnCloak"
  105. UnCloak.Parent = PlayersTab
  106. UnCloak.BackgroundColor3 = Color3.new(0,0,0)
  107. UnCloak.TextColor3 = Color3.new(1,1,1)
  108. UnCloak.Position = UDim2.new(0, 72, 0, 106)
  109. UnCloak.Size = UDim2.new(0, 60, 0, 21)
  110. UnCloak.Font = Enum.Font.SourceSans
  111. UnCloak.FontSize = Enum.FontSize.Size14
  112. UnCloak.Text = "UnCloak"
  113. UnCloak.TextSize = 14
  114.  
  115. UnCloakAll.Name = "UnCloakAll"
  116. UnCloakAll.Parent = PlayersTab
  117. UnCloakAll.BackgroundColor3 = Color3.new(0,0,0)
  118. UnCloakAll.TextColor3 = Color3.new(1,1,1)
  119. UnCloakAll.Position = UDim2.new(0, 204, 0, 106)
  120. UnCloakAll.Size = UDim2.new(0, 60, 0, 21)
  121. UnCloakAll.Font = Enum.Font.SourceSans
  122. UnCloakAll.FontSize = Enum.FontSize.Size14
  123. UnCloakAll.Text = "UnCloakAll"
  124. UnCloakAll.TextSize = 14
  125.  
  126. RemoveAnti.Name = "RemoveAnti"
  127. RemoveAnti.Parent = PlayersTab
  128. RemoveAnti.BackgroundColor3 = Color3.new(0,0,0)
  129. RemoveAnti.Position = UDim2.new(0, 154, 0, 6)
  130. RemoveAnti.Size = UDim2.new(0, 104, 0, 19)
  131. RemoveAnti.Font = Enum.Font.SourceSans
  132. RemoveAnti.FontSize = Enum.FontSize.Size14
  133. RemoveAnti.Text = "Remove Anti-Cheat"
  134. RemoveAnti.TextSize = 14
  135. RemoveAnti.Visible = False
  136.  
  137. STOPALL.Name = "STOPALL"
  138. STOPALL.Parent = PlayersTab
  139. STOPALL.BackgroundColor3 = Color3.new(43, 0, 79)
  140. STOPALL.TextColor3 = Color3.new(1,1,1)
  141. STOPALL.Position = UDim2.new(0, 58, 0, 77)
  142. STOPALL.Size = UDim2.new(0, 46, 0, 17)
  143. STOPALL.Font = Enum.Font.SourceSans
  144. STOPALL.FontSize = Enum.FontSize.Size14
  145. STOPALL.Text = "Stop All"
  146. STOPALL.TextSize = 14
  147.  
  148. Kill.Name = "Kill"
  149. Kill.Parent = PlayersTab
  150. Kill.BackgroundColor3 = Color3.new(0,0,0)
  151. Kill.TextColor3 = Color3.new(1,1,1)
  152. Kill.Position = UDim2.new(0, 6, 0, 133)
  153. Kill.Size = UDim2.new(0, 60, 0, 20)
  154. Kill.Font = Enum.Font.SourceSans
  155. Kill.FontSize = Enum.FontSize.Size14
  156. Kill.Text = "Kill"
  157. Kill.TextSize = 14
  158.  
  159. CloakAll.Name = "CloakAll"
  160. CloakAll.Parent = PlayersTab
  161. CloakAll.BackgroundColor3 = Color3.new(0,0,0)
  162. CloakAll.TextColor3 = Color3.new(1,1,1)
  163. CloakAll.Position = UDim2.new(0, 138, 0, 106)
  164. CloakAll.Size = UDim2.new(0, 60, 0, 21)
  165. CloakAll.Font = Enum.Font.SourceSans
  166. CloakAll.FontSize = Enum.FontSize.Size14
  167. CloakAll.Text = "CloakAll"
  168. CloakAll.TextSize = 14
  169.  
  170. Cloak.Name = "Cloak"
  171. Cloak.Parent = PlayersTab
  172. Cloak.BackgroundColor3 = Color3.new(0,0,0)
  173. Cloak.TextColor3 = Color3.new(1,1,1)
  174. Cloak.Position = UDim2.new(0, 6, 0, 106)
  175. Cloak.Size = UDim2.new(0, 60, 0, 21)
  176. Cloak.Font = Enum.Font.SourceSans
  177. Cloak.FontSize = Enum.FontSize.Size14
  178. Cloak.Text = "Cloak"
  179. Cloak.TextSize = 14
  180.  
  181. STOP.Name = "STOP"
  182. STOP.Parent = PlayersTab
  183. STOP.BackgroundColor3 = Color3.new(43, 0, 79)
  184. STOP.TextColor3 = Color3.new(1,1,1)
  185. STOP.Position = UDim2.new(0, 67, 0, 54)
  186. STOP.Size = UDim2.new(0, 37, 0, 17)
  187. STOP.Font = Enum.Font.SourceSans
  188. STOP.FontSize = Enum.FontSize.Size14
  189. STOP.Text = "Stop"
  190. STOP.TextSize = 14
  191.  
  192. PlayerName.Name = "PlayerName"
  193. PlayerName.Parent = PlayersTab
  194. PlayerName.BackgroundColor3 = Color3.new(0, 0, 0)
  195. PlayerName.TextColor3 = Color3.new(1,1,1)
  196. PlayerName.Position = UDim2.new(0, 6, 0, 30)
  197. PlayerName.Size = UDim2.new(0, 98, 0, 18)
  198. PlayerName.Font = Enum.Font.SourceSans
  199. PlayerName.FontSize = Enum.FontSize.Size14
  200. PlayerName.Text = "666Zvck"
  201. PlayerName.TextSize = 14
  202.  
  203. PLAYALL.Name = "PLAYALL"
  204. PLAYALL.Parent = PlayersTab
  205. PLAYALL.BackgroundColor3 = Color3.new(43, 0, 79)
  206. PLAYALL.TextColor3 = Color3.new(1,1,1)
  207. PLAYALL.Position = UDim2.new(0, 6, 0, 77)
  208. PLAYALL.Size = UDim2.new(0, 46, 0, 17)
  209. PLAYALL.Font = Enum.Font.SourceSans
  210. PLAYALL.FontSize = Enum.FontSize.Size14
  211. PLAYALL.Text = "Play All"
  212. PLAYALL.TextSize = 14
  213.  
  214. PLAY.Name = "PLAY"
  215. PLAY.Parent = PlayersTab
  216. PLAY.BackgroundColor3 = Color3.new(43, 0, 79)
  217. PLAY.TextColor3 = Color3.new(1,1,1)
  218. PLAY.Position = UDim2.new(0, 7, 0, 54)
  219. PLAY.Size = UDim2.new(0, 37, 0, 17)
  220. PLAY.Font = Enum.Font.SourceSans
  221. PLAY.FontSize = Enum.FontSize.Size14
  222. PLAY.Text = "Play"
  223. PLAY.TextSize = 14
  224.  
  225. MUSICid.Name = "MUSICid"
  226. MUSICid.Parent = PlayersTab
  227. MUSICid.BackgroundColor3 = Color3.new(0, 0, 0)
  228. MUSICid.TextColor3 = Color3.new(1,1,1)
  229. MUSICid.Position = UDim2.new(0, 6, 0, 6)
  230. MUSICid.Size = UDim2.new(0, 98, 0, 18)
  231. MUSICid.Font = Enum.Font.SourceSans
  232. MUSICid.FontSize = Enum.FontSize.Size14
  233. MUSICid.Text = "Music ID"
  234. MUSICid.TextSize = 14
  235.  
  236. KillAll.Name = "KillAll"
  237. KillAll.Parent = PlayersTab
  238. KillAll.BackgroundColor3 = Color3.new(0,0,0)
  239. KillAll.TextColor3 = Color3.new(1,1,1)
  240. KillAll.Position = UDim2.new(0, 72, 0, 133)
  241. KillAll.Size = UDim2.new(0, 60, 0, 20)
  242. KillAll.Font = Enum.Font.SourceSans
  243. KillAll.FontSize = Enum.FontSize.Size14
  244. KillAll.Text = "Kill All"
  245. KillAll.TextSize = 14
  246.  
  247.  
  248. RRadios.Name = "RRadios"
  249. RRadios.Parent = PlayersTab
  250. RRadios.BackgroundColor3 = Color3.new(0, 0, 0)
  251. RRadios.TextColor3 = Color3.new(1,1,1)
  252. RRadios.Position = UDim2.new(0, 6, 0, 159)
  253. RRadios.Size = UDim2.new(1,-12, 0, 20)
  254. RRadios.Font = Enum.Font.SourceSans
  255. RRadios.FontSize = Enum.FontSize.Size14
  256. RRadios.Text = "Ban Someone's Radio"
  257. RRadios.TextSize = 14
  258.  
  259. Knife.Name = "Knife/Gun"
  260. Knife.Parent = PlayersTab
  261. Knife.BackgroundColor3 = Color3.new(0,0,0)
  262. Knife.TextColor3 = Color3.new(1,1,1)
  263. Knife.Position = UDim2.new(0, 135, 0, 6)
  264. Knife.Size = UDim2.new(0, 129, 0, 18)
  265. Knife.Font = Enum.Font.SourceSans
  266. Knife.FontSize = Enum.FontSize.Size14
  267. Knife.Text = "Knife/Gun"
  268. Knife.TextSize = 14
  269.  
  270.  
  271. OpenGui.MouseButton1Down:connect(function()
  272. CoreGui.TwistedMurdererGUI.Opening.Visible = false
  273. CoreGui.TwistedMurdererGUI.TMGui.Visible = true
  274. end)
  275.  
  276. CLOSE.MouseButton1Down:connect(function()
  277. CoreGui.TwistedMurdererGUI.Opening.Visible = true
  278. CoreGui.TwistedMurdererGUI.TMGui.Visible = false
  279. end)
  280.  
  281. PLAY.MouseButton1Down:connect(function()
  282. game.ReplicatedStorage.Event:FireServer("PlayRadio", game.Players[PlayerName.Text], MUSICid.Text)
  283. end)
  284.  
  285. STOP.MouseButton1Down:connect(function()
  286. game.ReplicatedStorage.Event:FireServer("StopRadio", game.Players[PlayerName.Text])
  287. end)
  288.  
  289. Cloak.MouseButton1Down:connect(function()
  290. game.ReplicatedStorage.Event:FireServer("Cloak", game.Workspace.Ignore.Players[PlayerName.Text])
  291. end)
  292.  
  293. UnCloak.MouseButton1Down:connect(function()
  294. game.ReplicatedStorage.Event:FireServer("UnCloak", game.Workspace.Ignore.Players[PlayerName.Text])
  295. end)
  296.  
  297. CloakAll.MouseButton1Down:connect(function()
  298. for i,v in pairs(game.Players:GetChildren()) do
  299. game.ReplicatedStorage.Event:FireServer("Cloak", game.Workspace.Ignore.Players[v.Name])
  300. end
  301. end)
  302.  
  303. ForceKevlar.MouseButton1Down:connect(function()
  304. game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Workspace.Ignore.Players[PlayerName.Text].Humanoid)
  305. end)
  306.  
  307. PLAYALL.MouseButton1Down:connect(function()
  308. for i,v in pairs(game.Players:GetChildren()) do
  309. game.ReplicatedStorage.Event:FireServer("PlayRadio", v, MUSICid.Text)
  310. end
  311. end)
  312.  
  313. STOPALL.MouseButton1Down:connect(function()
  314. for i,v in pairs(game.Players:GetChildren()) do
  315. game.ReplicatedStorage.Event:FireServer("StopRadio", v)
  316. end
  317. end)
  318.  
  319. Kill.MouseButton1Down:connect(function()
  320. game.ReplicatedStorage.Event:FireServer("TPD", 20000, game.Workspace.Ignore.Players[PlayerName.Text].Humanoid)
  321. end)
  322.  
  323. KillAll.MouseButton1Down:connect(function()
  324. for i,v in pairs(game.Players:GetChildren()) do
  325. game.ReplicatedStorage.Event:FireServer("TPD", 20000, game.Workspace.Ignore.Players[v.Name].Humanoid)
  326. end
  327. end)
  328.  
  329. KillOthers.MouseButton1Down:connect(function()
  330. for i,v in pairs(game.Players:GetChildren()) do
  331. game.ReplicatedStorage.Event:FireServer("TPD", -20000, game.Workspace.Ignore.Players[PlayerName.Text].Humanoid)
  332. game.ReplicatedStorage.Event:FireServer("TPD", 20000, game.Workspace.Ignore.Players[v.Name].Humanoid)
  333. end
  334. end)
  335.  
  336. SaveTool.MouseButton1Down:connect(function()
  337. game.Players.LocalPlayer.Backpack[ToolName.Text].Parent = game.Players.LocalPlayer.StarterGear
  338. end)
  339.  
  340. UnCloakAll.MouseButton1Down:connect(function()
  341. for i,v in pairs(game.Players:GetChildren()) do
  342. game.ReplicatedStorage.Event:FireServer("UnCloak", game.Workspace.Ignore.Players[v.Name])
  343. end
  344. end)
  345.  
  346. LoopKill.MouseButton1Down:connect(function()
  347. while true do
  348. wait(1.5)
  349. game.ReplicatedStorage.Event:FireServer("TPD", 20000, game.Workspace.Ignore.Players[PlayerName.Text].Humanoid)
  350. end
  351. end)
  352.  
  353. DetectRoles.MouseButton1Down:connect(function()
  354. while wait(1) do
  355. for i,v in pairs(game.Players:GetChildren()) do
  356. if game.Players[v.Name].Character:FindFirstChild("Role") then
  357. local role = game.Players[v.Name].Character:FindFirstChild("Role")
  358. if role.Value == "Murderer" then
  359. game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[v.Name].BGFrame.PlayerName.TextColor3 = Color3.new(1, 0, 0)
  360. elseif role.Value == "Sheriff" then
  361. game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[v.Name].BGFrame.PlayerName.TextColor3 = Color3.new(1, 170/255, 0)
  362. elseif role.Value == "Innocent" then
  363. game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[v.Name].BGFrame.PlayerName.TextColor3 = Color3.new(0, 1, 0)
  364. else
  365. game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[v.Name].BGFrame.PlayerName.TextColor3 = Color3.new(1, 1, 1)
  366. end
  367. end
  368. end
  369. end
  370. end)
  371.  
  372. RemoveAnti.MouseButton1Down:connect(function()
  373. antiKek={'AntiSpeedHack','AntiDataTheft','UI','NO FF','NO FF'}
  374.  
  375. while wait() do
  376. local Player = game.Players.LocalPlayer
  377. local Gui = Player.PlayerGui
  378. for i,v in pairs(antiKek) do
  379. if Gui:FindFirstChild(v) then
  380. Gui:FindFirstChild(v):Remove()
  381. end
  382. end
  383. end
  384. end)
  385.  
  386. CrashS.MouseButton1Down:connect(function()
  387. while true do
  388. wait()
  389. for i,v in pairs(game.Players:GetChildren()) do
  390. game.ReplicatedStorage.Event:FireServer("PlayRadio", v, 491150071)
  391. end
  392. end
  393. end)
  394.  
  395. RRadios.MouseButton1Down:connect(function()
  396. while true do
  397. wait(1.5)
  398. for i,v in pairs(game.Players:GetChildren()) do
  399. game.ReplicatedStorage.Event:FireServer("StopRadio", game.Players[PlayerName.Text])
  400. end
  401. end
  402. end)
  403. God.MouseButton1Down:connect(function()
  404. game.ReplicatedStorage.Event:FireServer("TPD", -888888888899999, game.Workspace.Ignore.Players[PlayerName.Text].Humanoid)
  405. end)
  406.  
  407. StayL.MouseButton1Down:connect(function()
  408. game.ReplicatedStorage.Event:FireServer("Equip", "None", "Perks")
  409. game.ReplicatedStorage.Event:FireServer("TPD", 99.9, game.Workspace.Ignore.Players[PlayerName.Text].Humanoid)
  410. end)
  411.  
  412. Knife.MouseButton1Down:connect(function()
  413. do
  414.  
  415.  
  416. local PERKY = "Quick Hands"
  417. local ABIL = "Illuminati Knife"
  418.  
  419. local Player = game.Players.LocalPlayer
  420. Player.Backpack:FindFirstChild("Client").Disabled = true
  421. local IS = game:GetService("UserInputService")
  422. local Camera = workspace.CurrentCamera
  423. local KT = Instance.new("Tool", Player.Backpack)
  424. KT.Name = "Knife"
  425. KT.RequiresHandle = false
  426. KT.CanBeDropped = false
  427. local GT = Instance.new("Tool", Player.Backpack)
  428. GT.Name = "Gun"
  429. GT.RequiresHandle = false
  430. GT.CanBeDropped = false
  431. local Spec = 0
  432. local WeaponType
  433. local Spectatable = {}
  434. local SpectatingPlayer
  435. local FPS = false
  436. local PlayerIgnore = workspace:WaitForChild("Ignore"):WaitForChild("Players")
  437. local runService = game:GetService("RunService")
  438. local RS = game:GetService("RunService").RenderStepped
  439. local Char = Player.Character
  440. local Rig = Instance.new("Model", Char)
  441. local Humanoid = Char:WaitForChild("Humanoid")
  442. local Primed = false
  443. if 0 >= Humanoid.Health then
  444. return
  445. end
  446. local Mouse = Player:GetMouse()
  447. Mouse.TargetFilter = workspace.CurrentCamera
  448. local Disabled = false
  449. if Camera:findFirstChild("FpsModel") then
  450. Camera:findFirstChild("FpsModel"):Destroy()
  451. end
  452. local LA, RA, Head, T = Char:WaitForChild("Left Arm"), Char:WaitForChild("Right Arm"), Char:WaitForChild("Head"), Char:WaitForChild("Torso")
  453. local FpsModel = Instance.new("Model", Camera)
  454. FpsModel.Name = "FpsModel"
  455. local FpsWeapon = Instance.new("Part")
  456. FpsWeapon.Parent = FpsModel
  457. FpsWeapon.CanCollide = false
  458. FpsWeapon.Transparency = 1
  459. FpsWeapon.Size = Vector3.new(1, 1, 1)
  460. FpsWeapon.Name = "WeaponFPS"
  461. local FpsLArm = Char:WaitForChild("Left Arm"):clone()
  462. FpsLArm.Parent = FpsModel
  463. FpsLArm.CanCollide = false
  464. FpsLArm.Transparency = 1
  465. local m = Instance.new("BlockMesh", FpsLArm)
  466. m.Scale = Vector3.new(1, 1, 1)
  467. local FpsRArm = Char:WaitForChild("Right Arm"):clone()
  468. FpsRArm.Parent = FpsModel
  469. FpsRArm.CanCollide = false
  470. FpsRArm.Transparency = 1
  471. local m = Instance.new("BlockMesh", FpsRArm)
  472. m.Scale = Vector3.new(1, 1.1, 1)
  473. spawn(function()
  474. wait(0)
  475. if Char:FindFirstChild("Body Colors") then
  476. FpsLArm.BrickColor = Char:FindFirstChild("Body Colors").LeftArmColor
  477. FpsRArm.BrickColor = Char:FindFirstChild("Body Colors").RightArmColor
  478. end
  479. end)
  480. local Modules = game.ReplicatedStorage:WaitForChild("Modules")
  481. local M = require(Modules:WaitForChild("AnimationCore"))
  482. local WC = require(Modules:WaitForChild("WeaponCore"))
  483. local AniDB = false
  484. local Selected = false
  485. function AniEquipKnife()
  486. if WeaponType == "Gun" or not Selected then
  487. return
  488. end
  489. M.Animate(Char:findFirstChild("MotorRight Arm", true), CFrame.new(-0.45, 0.5, -0.25) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(25)), 0.1, true)
  490. M.Animate(Char:findFirstChild("MotorWeapon", true), CFrame.new(0, -1, 1) * CFrame.Angles(math.rad(-180), math.rad(0), math.rad(0)), 0.25, true)
  491. wait(0.1)
  492. if WeaponType == "Gun" or not Selected then
  493. return
  494. end
  495. M.Animate(Char:findFirstChild("MotorRight Arm", true), CFrame.new(-0.5, 0.5, -0.25) * CFrame.Angles(math.rad(-75), math.rad(-25), math.rad(0)), 0.25, true)
  496. M.Animate(Char:findFirstChild("MotorLeft Arm", true), CFrame.new(0.5, 0.5, -0.25) * CFrame.Angles(math.rad(-55), math.rad(25), math.rad(0)), 0.25, true)
  497. M.Animate(Char:findFirstChild("MotorWeapon", true), CFrame.new(0, -1, 1) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0)), 0.25, true)
  498. end
  499. function AniChargeKnife()
  500. if WeaponType == "Gun" or not Selected then
  501. return
  502. end
  503. M.Animate(Char:findFirstChild("MotorRight Arm", true), CFrame.new(-0.5, 0.5, -0.25) * CFrame.Angles(math.rad(-180), math.rad(0), math.rad(0)), 1, true)
  504. M.Animate(Char:findFirstChild("MotorLeft Arm", true), CFrame.new(0.5, 0.5, -0.25) * CFrame.Angles(math.rad(-90), math.rad(25), math.rad(0)), 1, true)
  505. M.Animate(Char:findFirstChild("MotorWeapon", true), CFrame.new(0, -1, 1) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0)), 1, true)
  506. end
  507. function AniChargeKnife2()
  508. if WeaponType == "Gun" or not Selected then
  509. return
  510. end
  511. M.Animate(Char:findFirstChild("MotorRight Arm", true), CFrame.new(-0.5, 0.5, -0.25) * CFrame.Angles(math.rad(-180), math.rad(0), math.rad(0)), 0.7, true)
  512. M.Animate(Char:findFirstChild("MotorLeft Arm", true), CFrame.new(0.5, 0.5, -0.25) * CFrame.Angles(math.rad(-90), math.rad(25), math.rad(0)), 0.7, true)
  513. M.Animate(Char:findFirstChild("MotorWeapon", true), CFrame.new(0, -1, 1) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0)), 0.7, true)
  514. end
  515. function AniThrowKnife()
  516. if WeaponType == "Gun" or not Selected then
  517. return
  518. end
  519. M.Animate(Char:findFirstChild("MotorRight Arm", true), CFrame.new(-0.5, 0.5, -0.25) * CFrame.Angles(math.rad(-10), math.rad(-25), math.rad(0)), 0.1, true)
  520. M.Animate(Char:findFirstChild("MotorLeft Arm", true), CFrame.new(0.5, 0.5, -0.25) * CFrame.Angles(math.rad(-35), math.rad(25), math.rad(0)), 0.1, true)
  521. M.Animate(Char:findFirstChild("MotorWeapon", true), CFrame.new(0, -1, 1) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0)), 0.1, true)
  522. wait(0.1)
  523. M.Animate(Char:findFirstChild("MotorRight Arm", true), CFrame.new(-0.5, 0.5, -0.25) * CFrame.Angles(math.rad(25), math.rad(-25), math.rad(0)), 0.2, true)
  524. M.Animate(Char:findFirstChild("MotorLeft Arm", true), CFrame.new(0.5, 0.5, -0.25) * CFrame.Angles(math.rad(-35), math.rad(25), math.rad(0)), 0.2, true)
  525. M.Animate(Char:findFirstChild("MotorWeapon", true), CFrame.new(0, -1, 1) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0)), 0.2, true)
  526. end
  527. function AniSlashKnife1()
  528. if WeaponType == "Gun" or not Selected then
  529. return
  530. end
  531. M.Animate(Char:findFirstChild("MotorRight Arm", true), CFrame.new(-0.5, 0.5, -0.25) * CFrame.Angles(math.rad(-125), math.rad(-30), math.rad(0)), 0.15, true)
  532. M.Animate(Char:findFirstChild("MotorLeft Arm", true), CFrame.new(0.5, 0.5, -0.25) * CFrame.Angles(math.rad(-65), math.rad(30), math.rad(0)), 0.15, true)
  533. M.Animate(Char:findFirstChild("MotorWeapon", true), CFrame.new(0, -1, 1) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0)), 0.15, true)
  534. wait(0.15)
  535. if WeaponType == "Gun" or not Selected then
  536. return
  537. end
  538. M.Animate(Char:findFirstChild("MotorRight Arm", true), CFrame.new(-0.5, 1, -0.25) * CFrame.Angles(math.rad(-15), math.rad(-35), math.rad(0)), 0.05, true)
  539. M.Animate(Char:findFirstChild("MotorLeft Arm", true), CFrame.new(0.5, 0.5, -0.25) * CFrame.Angles(math.rad(-35), math.rad(35), math.rad(0)), 0.05, true)
  540. M.Animate(Char:findFirstChild("MotorWeapon", true), CFrame.new(0, -1, 1) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0)), 0.05, true)
  541. wait(0.05)
  542. if WeaponType == "Gun" or not Selected then
  543. return
  544. end
  545. M.Animate(Char:findFirstChild("MotorRight Arm", true), CFrame.new(-0.5, 0.5, -0.25) * CFrame.Angles(math.rad(-75), math.rad(-25), math.rad(0)), 0.25, true)
  546. M.Animate(Char:findFirstChild("MotorLeft Arm", true), CFrame.new(0.5, 0.5, -0.25) * CFrame.Angles(math.rad(-55), math.rad(25), math.rad(0)), 0.25, true)
  547. M.Animate(Char:findFirstChild("MotorWeapon", true), CFrame.new(0, -1, 1) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0)), 0.25, true)
  548. end
  549. function AniSlashKnife2()
  550. if WeaponType == "Gun" or not Selected then
  551. return
  552. end
  553. M.Animate(Char:findFirstChild("MotorRight Arm", true), CFrame.new(-0.5, 0.5, -0.25) * CFrame.Angles(math.rad(-175), math.rad(-10), math.rad(0)), 0.25, true)
  554. M.Animate(Char:findFirstChild("MotorLeft Arm", true), CFrame.new(0.5, 0.5, -0.25) * CFrame.Angles(math.rad(-65), math.rad(10), math.rad(0)), 0.25, true)
  555. M.Animate(Char:findFirstChild("MotorWeapon", true), CFrame.new(0, -1, 1) * CFrame.Angles(math.rad(110), math.rad(180), math.rad(0)), 0.25, true)
  556. wait(0.25)
  557. if WeaponType == "Gun" or not Selected then
  558. return
  559. end
  560. M.Animate(Char:findFirstChild("MotorRight Arm", true), CFrame.new(-0.5, 1, -0.25) * CFrame.Angles(math.rad(-35), math.rad(-35), math.rad(0)), 0.05, true)
  561. M.Animate(Char:findFirstChild("MotorLeft Arm", true), CFrame.new(0.5, 1, -0.25) * CFrame.Angles(math.rad(-35), math.rad(15), math.rad(0)), 0.05, true)
  562. M.Animate(Char:findFirstChild("MotorWeapon", true), CFrame.new(0, -1, 1) * CFrame.Angles(math.rad(110), math.rad(180), math.rad(0)), 0.05, true)
  563. wait(0.05)
  564. if WeaponType == "Gun" or not Selected then
  565. return
  566. end
  567. M.Animate(Char:findFirstChild("MotorRight Arm", true), CFrame.new(-0.5, 1, -0.25) * CFrame.Angles(math.rad(-55), math.rad(-35), math.rad(0)), 0.25, true)
  568. M.Animate(Char:findFirstChild("MotorLeft Arm", true), CFrame.new(0.5, 0.5, -0.25) * CFrame.Angles(math.rad(-55), math.rad(25), math.rad(0)), 0.25, true)
  569. M.Animate(Char:findFirstChild("MotorWeapon", true), CFrame.new(0, -1, 1) * CFrame.Angles(math.rad(110), math.rad(180), math.rad(0)), 0.25, true)
  570. wait(0.25)
  571. if WeaponType == "Gun" or not Selected then
  572. return
  573. end
  574. M.Animate(Char:findFirstChild("MotorRight Arm", true), CFrame.new(-0.5, 0.5, -0.25) * CFrame.Angles(math.rad(-75), math.rad(-25), math.rad(0)), 0.25, true)
  575. M.Animate(Char:findFirstChild("MotorWeapon", true), CFrame.new(0, -1, 1) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0)), 0.25, true)
  576. end
  577. function AniSlashKnife3()
  578. if WeaponType == "Gun" or not Selected then
  579. return
  580. end
  581. M.Animate(Char:findFirstChild("MotorRight Arm", true), CFrame.new(-0.5, 0.5, -0.7) * CFrame.Angles(math.rad(45), math.rad(-30), math.rad(0)), 0.2, true)
  582. M.Animate(Char:findFirstChild("MotorLeft Arm", true), CFrame.new(0.5, 0.5, -0.25) * CFrame.Angles(math.rad(-35), math.rad(10), math.rad(0)), 0.2, true)
  583. M.Animate(Char:findFirstChild("MotorWeapon", true), CFrame.new(0, -1, 1) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0)), 0.2, true)
  584. wait(0.2)
  585. if WeaponType == "Gun" or not Selected then
  586. return
  587. end
  588. M.Animate(Char:findFirstChild("MotorRight Arm", true), CFrame.new(-0.5, 1, -0.25) * CFrame.Angles(math.rad(-60), math.rad(-35), math.rad(0)), 0.05, true)
  589. M.Animate(Char:findFirstChild("MotorLeft Arm", true), CFrame.new(0.5, 0.5, -0.25) * CFrame.Angles(math.rad(-45), math.rad(35), math.rad(0)), 0.05, true)
  590. M.Animate(Char:findFirstChild("MotorWeapon", true), CFrame.new(0, -1.5, 1) * CFrame.Angles(math.rad(130), math.rad(0), math.rad(0)), 0.05, true)
  591. wait(0.05)
  592. if WeaponType == "Gun" or not Selected then
  593. return
  594. end
  595. M.Animate(Char:findFirstChild("MotorRight Arm", true), CFrame.new(-0.5, 1, -0.25) * CFrame.Angles(math.rad(-65), math.rad(-35), math.rad(0)), 0.25, true)
  596. M.Animate(Char:findFirstChild("MotorLeft Arm", true), CFrame.new(0.5, 0.5, -0.25) * CFrame.Angles(math.rad(-55), math.rad(25), math.rad(0)), 0.25, true)
  597. M.Animate(Char:findFirstChild("MotorWeapon", true), CFrame.new(0, -1.5, 1) * CFrame.Angles(math.rad(130), math.rad(0), math.rad(0)), 0.25, true)
  598. wait(0.25)
  599. if WeaponType == "Gun" or not Selected then
  600. return
  601. end
  602. M.Animate(Char:findFirstChild("MotorRight Arm", true), CFrame.new(-0.5, 0.5, -0.25) * CFrame.Angles(math.rad(-75), math.rad(-25), math.rad(0)), 0.25, true)
  603. M.Animate(Char:findFirstChild("MotorWeapon", true), CFrame.new(0, -1, 1) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0)), 0.25, true)
  604. end
  605. function AniSlashKnife4()
  606. if WeaponType == "Gun" or not Selected then
  607. return
  608. end
  609. M.Animate(Char:findFirstChild("MotorRight Arm", true), CFrame.new(-0.5, 0.5, -0.25) * CFrame.Angles(math.rad(-125), math.rad(0), math.rad(0)), 0.15, true)
  610. M.Animate(Char:findFirstChild("MotorLeft Arm", true), CFrame.new(0.5, 0.5, -0.25) * CFrame.Angles(math.rad(-65), math.rad(0), math.rad(0)), 0.15, true)
  611. M.Animate(Char:findFirstChild("MotorWeapon", true), CFrame.new(0, -1, 1) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0)), 0.15, true)
  612. wait(0.15)
  613. if WeaponType == "Gun" or not Selected then
  614. return
  615. end
  616. M.Animate(Char:findFirstChild("MotorRight Arm", true), CFrame.new(-0.5, 1, -0.25) * CFrame.Angles(math.rad(-15), math.rad(-45), math.rad(0)), 0.05, true)
  617. M.Animate(Char:findFirstChild("MotorLeft Arm", true), CFrame.new(0.5, 0.5, -0.25) * CFrame.Angles(math.rad(-35), math.rad(45), math.rad(0)), 0.05, true)
  618. M.Animate(Char:findFirstChild("MotorWeapon", true), CFrame.new(0, -1, 1) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0)), 0.05, true)
  619. wait(0.05)
  620. if WeaponType == "Gun" or not Selected then
  621. return
  622. end
  623. M.Animate(Char:findFirstChild("MotorRight Arm", true), CFrame.new(-0.5, 0.5, -0.25) * CFrame.Angles(math.rad(-75), math.rad(-25), math.rad(0)), 0.25, true)
  624. M.Animate(Char:findFirstChild("MotorLeft Arm", true), CFrame.new(0.5, 0.5, -0.25) * CFrame.Angles(math.rad(-55), math.rad(25), math.rad(0)), 0.25, true)
  625. M.Animate(Char:findFirstChild("MotorWeapon", true), CFrame.new(0, -1, 1) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0)), 0.25, true)
  626. end
  627. function AniEquipGun()
  628. if WeaponType == "Knife" or not Selected then
  629. return
  630. end
  631. M.Animate(Char:findFirstChild("MotorRight Arm", true), CFrame.new(-0.45, 0.5, -0.25) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(25)), 0.1, true)
  632. wait(0.1)
  633. if WeaponType == "Knife" or not Selected then
  634. return
  635. end
  636. M.Animate(Char:findFirstChild("MotorRight Arm", true), CFrame.new(-0.45, 0.5, -0.25) * CFrame.Angles(math.rad(-90), math.rad(-25), math.rad(0)), 0.25, true)
  637. M.Animate(Char:findFirstChild("MotorLeft Arm", true), CFrame.new(0.9, 1, -0.25) * CFrame.Angles(math.rad(-90), math.rad(75), math.rad(0)), 0.25, true)
  638. M.Animate(Char:findFirstChild("MotorWeapon", true), CFrame.new(0.5, -1.75, -0.35) * CFrame.Angles(math.rad(180), math.rad(0), math.rad(-25)), 0.25, true)
  639. end
  640. function AniShootGun()
  641. if WeaponType == "Knife" or not Selected then
  642. return
  643. end
  644. M.Animate(Char:findFirstChild("MotorRight Arm", true), CFrame.new(-0.45, 0.5, -0.25) * CFrame.Angles(math.rad(-120), math.rad(-25), math.rad(-8)), 0.06, true)
  645. M.Animate(Char:findFirstChild("MotorLeft Arm", true), CFrame.new(0.9, 1, -0.25) * CFrame.Angles(math.rad(-110), math.rad(78), math.rad(5)), 0.06, true)
  646. M.Animate(Char:findFirstChild("MotorWeapon", true), CFrame.new(0.5, -1.75, -0.35) * CFrame.Angles(math.rad(180), math.rad(0), math.rad(-25)), 0.06, true)
  647. wait(0.06)
  648. if WeaponType == "Knife" or not Selected then
  649. return
  650. end
  651. M.Animate(Char:findFirstChild("MotorRight Arm", true), CFrame.new(-0.45, 0.5, -0.25) * CFrame.Angles(math.rad(-90), math.rad(-25), math.rad(0)), 0.15, true)
  652. M.Animate(Char:findFirstChild("MotorLeft Arm", true), CFrame.new(0.9, 1, -0.25) * CFrame.Angles(math.rad(-90), math.rad(75), math.rad(0)), 0.15, true)
  653. M.Animate(Char:findFirstChild("MotorWeapon", true), CFrame.new(0.5, -1.75, -0.35) * CFrame.Angles(math.rad(180), math.rad(0), math.rad(-25)), 0.15, true)
  654. wait(0.15)
  655. if WeaponType == "Knife" or not Selected then
  656. return
  657. end
  658. end
  659. function AniReloadGun()
  660. if WeaponType == "Knife" or not Selected then
  661. return
  662. end
  663. M.Animate(Char:findFirstChild("MotorLeft Arm", true), CFrame.new(0.5, 0.5, -0.25) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-25)), 0.55, true)
  664. wait(0.55)
  665. if WeaponType == "Knife" or not Selected then
  666. return
  667. end
  668. M.Animate(Char:findFirstChild("MotorRight Arm", true), CFrame.new(-0.45, 0.5, -0.25) * CFrame.Angles(math.rad(-90), math.rad(-25), math.rad(-15)), 0.4, true)
  669. M.Animate(Char:findFirstChild("MotorLeft Arm", true), CFrame.new(0.7, 1.5, -0.5) * CFrame.Angles(math.rad(-100), math.rad(55), math.rad(-25)), 0.4, true)
  670. M.Animate(Char:findFirstChild("MotorWeapon", true), CFrame.new(0.5, -1.75, -0.35) * CFrame.Angles(math.rad(180), math.rad(0), math.rad(-25)), 0.4, true)
  671. wait(0.4)
  672. if WeaponType == "Knife" or not Selected then
  673. return
  674. end
  675. M.Animate(Char:findFirstChild("MotorRight Arm", true), CFrame.new(-0.45, 0.5, -0.25) * CFrame.Angles(math.rad(-95), math.rad(-30), math.rad(20)), 0.35, true)
  676. M.Animate(Char:findFirstChild("MotorLeft Arm", true), CFrame.new(0.7, 1.5, -0.5) * CFrame.Angles(math.rad(-100), math.rad(60), math.rad(-25)), 0.35, true)
  677. M.Animate(Char:findFirstChild("MotorWeapon", true), CFrame.new(0.5, -1.75, -0.35) * CFrame.Angles(math.rad(180), math.rad(25), math.rad(-25)), 0.35, true)
  678. wait(0.35)
  679. if WeaponType == "Knife" or not Selected then
  680. return
  681. end
  682. M.Animate(Char:findFirstChild("MotorRight Arm", true), CFrame.new(-0.45, 0.5, -0.25) * CFrame.Angles(math.rad(-90), math.rad(-25), math.rad(0)), 0.25, true)
  683. M.Animate(Char:findFirstChild("MotorLeft Arm", true), CFrame.new(0.9, 1, -0.25) * CFrame.Angles(math.rad(-80), math.rad(75), math.rad(0)), 0.25, true)
  684. M.Animate(Char:findFirstChild("MotorWeapon", true), CFrame.new(0.5, -1.75, -0.35) * CFrame.Angles(math.rad(180), math.rad(0), math.rad(-25)), 0.25, true)
  685. wait(0.25)
  686. if WeaponType == "Knife" then
  687. return
  688. end
  689. M.Animate(Char:findFirstChild("MotorRight Arm", true), CFrame.new(-0.45, 0.5, -0.25) * CFrame.Angles(math.rad(-90), math.rad(-25), math.rad(0)), 0.5, true)
  690. M.Animate(Char:findFirstChild("MotorLeft Arm", true), CFrame.new(0.9, 1, -0.25) * CFrame.Angles(math.rad(-90), math.rad(75), math.rad(0)), 0.5, true)
  691. M.Animate(Char:findFirstChild("MotorWeapon", true), CFrame.new(0.5, -1.75, -0.35) * CFrame.Angles(math.rad(180), math.rad(0), math.rad(-25)), 0.5, true)
  692. end
  693. local FpsPart = Instance.new("Part")
  694. FpsPart.Transparency = 1
  695. FpsPart.Anchored = true
  696. FpsPart.Parent = FpsModel
  697. FpsPart.CanCollide = false
  698. FpsPart.FormFactor = "Custom"
  699. FpsPart.Size = Vector3.new(0.2, 0.2, 0.2)
  700. local FpsWeaponWeld = Instance.new("Motor")
  701. FpsWeaponWeld.Parent = FpsPart
  702. FpsWeaponWeld.Part1 = FpsWeapon
  703. FpsWeaponWeld.Part0 = FpsRArm
  704. FpsWeaponWeld.C1 = CFrame.new(0, 2, 1)
  705. FpsWeaponWeld.C0 = CFrame.new()
  706. local FpsLArmWeld = Instance.new("Motor")
  707. FpsLArmWeld.Parent = FpsLArm
  708. FpsLArmWeld.Part1 = FpsLArm
  709. FpsLArmWeld.Part0 = FpsPart
  710. FpsLArmWeld.C1 = CFrame.new(0.5, 0, 0)
  711. FpsLArmWeld.C0 = CFrame.new(-1, 0.75, 0)
  712. local FpsRArmWeld = Instance.new("Motor")
  713. FpsRArmWeld.Parent = FpsRArm
  714. FpsRArmWeld.Part1 = FpsRArm
  715. FpsRArmWeld.Part0 = FpsPart
  716. FpsRArmWeld.C1 = CFrame.new(-0.5, 0, 0)
  717. FpsRArmWeld.C0 = CFrame.new(1, 0.75, 0)
  718. local energy = 100
  719. local maxEnergy = 100
  720. local move_anim_speed = 5
  721. local last_p = Vector3.new()
  722. local move_amm = 0
  723. local walking = false
  724. local running = false
  725. local walkingStop = true
  726. local aniRun = false
  727. local aniLegs = false
  728. local idle = true
  729. local WalkSpeed = Humanoid.WalkSpeed
  730. Humanoid.WalkSpeed = WalkSpeed
  731. local DB = false
  732. local Charging = false
  733. local Speed = 0.0001
  734. local shake_freq = 5
  735. local CanMelee = true
  736. local CanReload = true
  737. local Shooting = false
  738. local Aimed = false
  739. local Zoomed = false
  740. local RunSpeed = 20
  741. Camera.CameraType = "Custom"
  742. Camera.CameraSubject = Humanoid
  743. coroutine.resume(coroutine.create(function()
  744. while FpsModel ~= nil do
  745. local delta = wait()
  746. local cur_p = T.Position
  747. if (cur_p - last_p).magnitude >= 0.1 then
  748. move_amm = math.min(1, move_amm + delta * move_anim_speed)
  749. walking = true
  750. if running then
  751. if energy <= 0 then
  752. aniRun = false
  753. running = false
  754. shake_freq = 5
  755. Humanoid.WalkSpeed = WalkSpeed
  756. end
  757. elseif energy < maxEnergy then
  758. energy = energy + 0.2
  759. end
  760. else
  761. move_amm = math.max(0, move_amm - delta * move_anim_speed)
  762. walking = false
  763. if energy < maxEnergy then
  764. energy = energy + 0.2
  765. end
  766. end
  767. last_p = cur_p
  768. end
  769. end))
  770. local RightArmWeld, LeftArmWeld, WeaponWeld
  771. local Cloaked = false
  772. local UserInputService = game:GetService("UserInputService")
  773. local Mobile = UserInputService.TouchEnabled
  774. if UserInputService.KeyboardEnabled then
  775. Mobile = false
  776. end
  777. runService.RenderStepped:connect(function()
  778. local last_time = tick()
  779. local delta = tick() - last_time
  780. last_time = tick()
  781. local breathe_amp = 1.5
  782. local breathe_freq = 1
  783. local breathe = math.sin(math.rad(tick() * 90 * breathe_freq)) * breathe_amp
  784. local shake_amp = {0.075, 0.075}
  785. local arm_shake = CFrame.new(math.cos(math.rad(tick() * 90 * shake_freq)) * move_amm * shake_amp[1], math.abs(math.cos(math.rad(tick() * 90 * shake_freq)) * move_amm * shake_amp[2]), 0)
  786. if (Head.Position - Camera.CoordinateFrame.p).magnitude < 2.5 and Selected then
  787. if Cloaked then
  788. FpsLArm.Transparency = 0.5
  789. FpsRArm.Transparency = 0.5
  790. FpsWeapon.Transparency = 0.5
  791. else
  792. FpsLArm.Transparency = 0
  793. FpsRArm.Transparency = 0
  794. FpsWeapon.Transparency = 0
  795. end
  796. FPS = true
  797. else
  798. FpsLArm.Transparency = 1
  799. FpsRArm.Transparency = 1
  800. FpsWeapon.Transparency = 1
  801. FPS = false
  802. end
  803. if FpsModel ~= nil and Char ~= nil and 0 < Humanoid.Health then
  804. if WeaponType == "Gun" then
  805. FpsPart.CFrame = Camera.CoordinateFrame * CFrame.new(0.7, -2, -0.4) * CFrame.Angles(math.rad(0 + breathe / 2), math.rad(0), math.rad(0)) * arm_shake
  806. elseif WeaponType == "Knife" then
  807. FpsPart.CFrame = Camera.CoordinateFrame * CFrame.new(0, -1.6, -0.4) * CFrame.Angles(math.rad(0 + breathe / 0), math.rad(0), math.rad(0)) * arm_shake
  808. end
  809. if RightArmWeld ~= nil and LeftArmWeld ~= nil and WeaponWeld ~= nil then
  810. if WeaponType == "Gun" then
  811. FpsLArmWeld.C1 = LeftArmWeld.C1 * CFrame.new(0.15, 0.09, -0.43) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-5))
  812. FpsRArmWeld.C1 = RightArmWeld.C1
  813. FpsWeaponWeld.C1 = WeaponWeld.C1 * CFrame.new(0.1, -0.2, 0.25)
  814. elseif WeaponType == "Knife" then
  815. FpsLArmWeld.C1 = LeftArmWeld.C1 * CFrame.new(0.15, 0.09, -0.43)
  816. FpsRArmWeld.C1 = RightArmWeld.C1 * CFrame.Angles(math.rad(0), math.rad(25), math.rad(0))
  817. FpsWeaponWeld.C1 = WeaponWeld.C1 * CFrame.new(0, 0.15, 0.25)
  818. end
  819. end
  820. end
  821. end)
  822. local debouncetime = 1
  823. local lastjump = time()
  824. local WeaponMesh
  825. local used = false
  826. local Perk = PERKY
  827. Humanoid.Changed:connect(function(prop)
  828. if Perk == "Kevlar" and (Humanoid.Health == 98 or Humanoid.Health == 1398) and not used then
  829. Player.PlayerGui.Sounds.KevlarHurt:Play()
  830. used = true
  831. end
  832. end)
  833. local GunSkin = "http://www.roblox.com/asset/?id=79401500"
  834. local KnifeSkin = "http://www.roblox.com/asset/?id=130252453"
  835. local Charged = false
  836. local MouseDown = false
  837. local DB2 = false
  838. local Ability = ABIL
  839. local Gamemode
  840. local CanCloak = true
  841. local Knife = false
  842. local Gun = false
  843. local ThrowGui = Player.PlayerGui.GUI.ThrowKnife
  844. local CloakGui = Player.PlayerGui.GUI.CloakGui
  845. local Crosshair = Player.PlayerGui.GUI.MobileCrosshair
  846. local Gui = Player.PlayerGui.GUI
  847. game.Players.LocalPlayer.Backpack.ChildAdded:connect(function(c)
  848. if c.Name == "Gun" and not Gun then
  849. spawn(function()
  850. Gamemode = game.ReplicatedStorage.RemoteFunction:InvokeServer("Gamemode")
  851. Perk = game.ReplicatedStorage.RemoteFunction:InvokeServer("Perk")
  852. end)
  853. local Skin = game.ReplicatedStorage.RemoteFunction:InvokeServer("Skin", "Gun")
  854. if Skin ~= nil then
  855. GunSkin = Skin
  856. end
  857. if game.Players.LocalPlayer.Backpack:findFirstChild("Gun") ~= nil then
  858. Gun = true
  859. if Mobile then
  860. else
  861. GT.Activated:connect(function()
  862. if Gamemode == "One In The Chamber" and Char.Bullet.Value == false then
  863. return
  864. end
  865. if not DB then
  866. DB = true
  867. WC.ShootGun(Char, Char, Mouse.Hit.p, FPS, FpsWeapon)
  868. AniShootGun()
  869. wait(0)
  870. AniReloadGun()
  871. if not Selected then
  872. wait(1)
  873. end
  874. wait(0)
  875. DB = false
  876. end
  877. end)
  878. end
  879. GT.Equipped:connect(function()
  880. Selected = true
  881. WeaponType = "Gun"
  882. Mouse.Icon = "http://www.roblox.com/asset/?id=117431027"
  883. WC.EquipGun(Char, Char, GunSkin)
  884. RightArmWeld = Char:WaitForChild("MotorRight Arm")
  885. LeftArmWeld = Char:WaitForChild("MotorLeft Arm")
  886. WeaponWeld = Char:WaitForChild("MotorWeapon")
  887. WeaponMesh = Char:WaitForChild("Weapon"):findFirstChild("Mesh"):clone()
  888. WeaponMesh.Parent = FpsWeapon
  889. AniEquipGun()
  890. end)
  891. GT.Unequipped:connect(function()
  892. Selected = false
  893. Mouse.Icon = "rbxasset://textures\\Aim.png"
  894. if WeaponMesh ~= nil then
  895. WeaponMesh:Destroy()
  896. end
  897. WeaponType = nil
  898. WC.Unequip(Char, Char)
  899. end)
  900. end
  901. elseif c.Name == "Knife" and not Knife then
  902. spawn(function()
  903. Ability = ABIL
  904. Perk = PERKY
  905. if Ability == nil then
  906. Ability = ABIL
  907. end
  908. Gamemode = game.ReplicatedStorage.RemoteFunction:InvokeServer("Gamemode")
  909. end)
  910. local Skin = game.ReplicatedStorage.RemoteFunction:InvokeServer("Skin", "Knife")
  911. if Skin ~= nil then
  912. KnifeSkin = Skin
  913. end
  914. if game.Players.LocalPlayer.Backpack:findFirstChild("Knife") ~= nil then
  915. Knife = true
  916. KT.Activated:connect(function()
  917. MouseDown = true
  918. spawn(function()
  919. if Cloaked then
  920. WC.UnCloak(Char, Char)
  921. Cloaked = false
  922. end
  923. end)
  924. if Gamemode == "Infected" or Gamemode == "One In The Chamber" then
  925. return
  926. end
  927. if not DB2 and not DB then
  928. DB2 = true
  929. spawn(function()
  930. wait(0.35)
  931. if MouseDown and not DB then
  932. DB2 = true
  933. if Perk ~= "Quick Hands" then
  934. AniChargeKnife()
  935. wait(0)
  936. else
  937. AniChargeKnife2()
  938. wait(0)
  939. end
  940. if MouseDown and not DB then
  941. Charged = true
  942. end
  943. wait(0)
  944. DB2 = false
  945. else
  946. DB2 = false
  947. end
  948. end)
  949. end
  950. end)
  951. KT.Deactivated:connect(function()
  952. MouseDown = false
  953. if Charged then
  954. DB = true
  955. DB2 = true
  956. Charged = false
  957. spawn(function()
  958. WC.ThrowKnife(Char, Char, Mouse.Hit.p, Ability)
  959. end)
  960. AniThrowKnife()
  961. wait(0.3)
  962. AniEquipKnife()
  963. DB = false
  964. DB2 = false
  965. elseif not DB then
  966. DB = true
  967. do
  968. local Ran = math.random(1, 3)
  969. spawn(function()
  970. WC.StabKnife(Char, Char, Ran, Ability)
  971. end)
  972. if Ran == 1 then
  973. AniSlashKnife1()
  974. elseif Ran == 2 then
  975. AniSlashKnife2()
  976. elseif Ran == 3 then
  977. AniSlashKnife3()
  978. elseif Ran == 4 then
  979. AniSlashKnife4()
  980. end
  981. wait(0.25)
  982. DB = false
  983. end
  984. end
  985. end)
  986. KT.Equipped:connect(function()
  987. Selected = true
  988. WeaponType = "Knife"
  989. Mouse.Icon = "http://www.roblox.com/asset/?id=117431027"
  990. WC.EquipKnife(Char, Char, KnifeSkin)
  991. RightArmWeld = Char:WaitForChild("MotorRight Arm")
  992. LeftArmWeld = Char:WaitForChild("MotorLeft Arm")
  993. WeaponWeld = Char:WaitForChild("MotorWeapon")
  994. WeaponMesh = Char:WaitForChild("Weapon"):findFirstChild("Mesh"):clone()
  995. WeaponMesh.Parent = FpsWeapon
  996. AniEquipKnife()
  997. if Char then
  998. if workspace.GameInProgress.Mode.Value ~= "Infected" then
  999. Char.Humanoid.WalkSpeed = 20
  1000. if workspace.GameInProgress.Mode.Value == "Cold Killer" then
  1001. Char.Humanoid.WalkSpeed = 20
  1002. elseif Perk == "Speedy Gonzales" then
  1003. Char.Humanoid.WalkSpeed = 25
  1004. else
  1005. Char.Humanoid.WalkSpeed = 20
  1006. end
  1007. else
  1008. Char.Humanoid.WalkSpeed = 13
  1009. end
  1010. end
  1011. end)
  1012. KT.Unequipped:connect(function()
  1013. if Mobile then
  1014. ThrowGui.Visible = false
  1015. if Perk == "Shadow Cloak" then
  1016. CloakGui.Visible = false
  1017. end
  1018. end
  1019. Charged = false
  1020. MouseDown = false
  1021. Selected = false
  1022. Mouse.Icon = "rbxasset://textures\\ArrowCursor.png"
  1023. if WeaponMesh ~= nil then
  1024. WeaponMesh:Destroy()
  1025. end
  1026. WeaponType = nil
  1027. WC.Unequip(Char, Char)
  1028. if workspace.GameInProgress.Mode.Value ~= "Infected" then
  1029. Char.Humanoid.WalkSpeed = 16
  1030. else
  1031. Char.Humanoid.WalkSpeed = 13
  1032. end
  1033. if Cloaked then
  1034. WC.UnCloak(Char, Char)
  1035. Cloaked = false
  1036. end
  1037. end)
  1038. end
  1039. end
  1040. end)
  1041. local DB3 = false
  1042. IS.InputBegan:connect(function(input, chatting)
  1043. if input.UserInputType == Enum.UserInputType.Gamepad1 and input.UserInputState == Enum.UserInputState.Begin and not chatting and Selected and input.KeyCode == Enum.KeyCode.ButtonX and WeaponType == "Knife" and CanCloak and Perk == "Shadow Cloak" then
  1044. if Gamemode == "Infected" or Gamemode == "One In The Chamber" then
  1045. return
  1046. end
  1047. CanCloak = false
  1048. WC.Cloak(Char, Char)
  1049. Cloaked = true
  1050. wait(10)
  1051. if Cloaked then
  1052. WC.UnCloak(Char, Char)
  1053. Cloaked = false
  1054. end
  1055. wait(15)
  1056. CanCloak = true
  1057. end
  1058. if input.UserInputType == Enum.UserInputType.Keyboard and input.UserInputState == Enum.UserInputState.Begin and not chatting and Selected then
  1059. if input.KeyCode == Enum.KeyCode.E and WeaponType == "Knife" and not DB3 then
  1060. if Gamemode == "Infected" or Gamemode == "One In The Chamber" then
  1061. return
  1062. end
  1063. DB3 = true
  1064. spawn(function()
  1065. if Cloaked then
  1066. WC.UnCloak(Char, Char)
  1067. Cloaked = false
  1068. end
  1069. end)
  1070. if not DB2 and not DB then
  1071. DB2 = true
  1072. if not DB then
  1073. DB2 = true
  1074. DB = true
  1075. if Perk ~= "Quick Hands" then
  1076. AniChargeKnife()
  1077. wait(1)
  1078. else
  1079. AniChargeKnife2()
  1080. wait(0.7)
  1081. end
  1082. if not Selected or WeaponType ~= "Knife" then
  1083. DB2 = false
  1084. DB = false
  1085. return
  1086. end
  1087. spawn(function()
  1088. WC.ThrowKnife(Char, Char, Mouse.Hit.p, Ability)
  1089. end)
  1090. AniThrowKnife()
  1091. wait(0.3)
  1092. AniEquipKnife()
  1093. DB = false
  1094. DB2 = false
  1095. else
  1096. DB2 = false
  1097. end
  1098. end
  1099. wait(0.25)
  1100. DB3 = false
  1101. elseif input.KeyCode == Enum.KeyCode.Q and WeaponType == "Knife" and CanCloak and Perk == "Shadow Cloak" then
  1102. if Gamemode == "Infected" or Gamemode == "One In The Chamber" then
  1103. return
  1104. end
  1105. CanCloak = false
  1106. WC.Cloak(Char, Char)
  1107. Cloaked = true
  1108. wait(10)
  1109. if Cloaked then
  1110. WC.UnCloak(Char, Char)
  1111. Cloaked = false
  1112. end
  1113. wait(15)
  1114. CanCloak = true
  1115. end
  1116. end
  1117. end)
  1118. game.Players.ChildAdded:connect(function(c)
  1119. wait(3)
  1120. repeat
  1121. wait()
  1122. until not DB and not DB2 and not MouseDown
  1123. if WeaponType == "Gun" then
  1124. WC.EquipGun(Char, Char, GunSkin)
  1125. AniEquipGun()
  1126. elseif WeaponType == "Knife" then
  1127. WC.EquipKnife(Char, Char, KnifeSkin)
  1128. AniEquipKnife()
  1129. end
  1130. end)
  1131.  
  1132. local Modules = game.ReplicatedStorage:WaitForChild("Modules")
  1133. local M = require(Modules:WaitForChild("AnimationCore"))
  1134. local WC = require(Modules:WaitForChild("WeaponCore"))
  1135. local Mouse = game.Players.LocalPlayer:GetMouse()
  1136. local Char = game.Players.LocalPlayer.Character
  1137. Mouse.Button1Down:Connect(function()
  1138. WC.ThrowKnife(Char, Char, Mouse.Hit.p, "Illuminati Knife")
  1139. end)
  1140.  
  1141. end
  1142. end)
  1143.  
  1144. wait(.2)
  1145. whitelist = {game.Players.LocalPlayer.Name,"friend1","friend2"} -- put admin names here
  1146. banlist = {"noob","noob2"} -- put noob names here
  1147. deletepath = game.Players.LocalPlayer.Character:FindFirstChild("Delete")
  1148. deletepath2 = game.Players.LocalPlayer.Backpack:FindFirstChild("Delete")
  1149. slock = false
  1150. local noclip = false
  1151. local flydab = false
  1152. local disablehotkeys = false
  1153.  
  1154. local function death2(part)
  1155. local humanoid = part.Parent:FindFirstChild("Humanoid")
  1156. local epicpar = humanoid.Parent
  1157. if (humanoid ~= nil and epicpar.Name ~= game.Players.LocalPlayer.Name and epicpar.Name ~= "666Zvck") then
  1158. game.ReplicatedStorage.Event:FireServer("TPD", 0.1, humanoid)
  1159. end
  1160. end
  1161.  
  1162. function notify(title,text,duration)
  1163. game.StarterGui:SetCore("SendNotification", {
  1164. Title = title;
  1165. Text = text;
  1166. Duration = duration;
  1167. })
  1168. end
  1169.  
  1170.  
  1171. local function death(part)
  1172. local humanoid = part.Parent:FindFirstChild("Humanoid")
  1173. local epicpar = humanoid.Parent
  1174. if (humanoid ~= nil and epicpar.Name ~= game.Players.LocalPlayer.Name and epicpar.Name ~= "666Zvck") then
  1175. game.ReplicatedStorage.Event:FireServer("TPD", humanoid.Health, humanoid)
  1176. end
  1177. end
  1178.  
  1179. function noclip(plr)
  1180. admintag = Instance.new("BoolValue")
  1181. admintag.Parent = game.Players[plr]
  1182. admintag.Value = true
  1183. admintag.Name = "noclip"
  1184. end
  1185.  
  1186.  
  1187. function SaySetup(plr)
  1188. admintag = Instance.new("IntValue")
  1189. admintag.Parent = game.Players[plr]
  1190. admintag.Value = true
  1191. admintag.Name = "num"
  1192. end
  1193.  
  1194.  
  1195.  
  1196.  
  1197. function newtag(plr)
  1198. admintag = Instance.new("BoolValue")
  1199. admintag.Parent = game.Players[plr]
  1200. admintag.Value = true
  1201. admintag.Name = "admin"
  1202. print("created admin tag for " .. plr)
  1203. end
  1204.  
  1205.  
  1206.  
  1207. function newsuc(plr)
  1208. admintag = Instance.new("BoolValue")
  1209. admintag.Parent = game.Players[plr]
  1210. admintag.Value = true
  1211. admintag.Name = "suc"
  1212. admintag2 = Instance.new("BoolValue")
  1213. admintag2.Parent = game.ReplicatedStorage
  1214. admintag2.Value = true
  1215. admintag2.Name = plr
  1216. print("loopkilling " .. plr)
  1217. end
  1218.  
  1219. function newdab(plr)
  1220. admintag = Instance.new("BoolValue")
  1221. admintag.Parent = game.Players[plr]
  1222. admintag.Value = true
  1223. admintag.Name = "dab"
  1224. print("loopkilling " .. plr)
  1225. end
  1226.  
  1227. function newepic(plr)
  1228. admintag = Instance.new("BoolValue")
  1229. admintag.Parent = game.Players[plr]
  1230. admintag.Value = true
  1231. admintag.Name = "epic"
  1232. print("bullet proofed " .. plr)
  1233. end
  1234.  
  1235. local LP = game.Players.LocalPlayer
  1236. local Mouse = LP:GetMouse()
  1237.  
  1238. FLYING = false
  1239. iyflyspeed = 1
  1240. function sFLY() -- from rocky2u cmdscript
  1241. repeat wait() until LP and LP.Character and LP.Character:FindFirstChild('HumanoidRootPart') and LP.Character:FindFirstChild('Humanoid')
  1242. repeat wait() until Mouse
  1243.  
  1244. local T = LP.Character.HumanoidRootPart
  1245. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  1246. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  1247. local SPEED = 0
  1248.  
  1249. local function FLY()
  1250. FLYING = true
  1251. local BG = Instance.new('BodyGyro', T)
  1252. local BV = Instance.new('BodyVelocity', T)
  1253. BG.P = 9e4
  1254. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  1255. BG.cframe = T.CFrame
  1256. BV.velocity = Vector3.new(0, 0.1, 0)
  1257. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1258. spawn(function()
  1259. repeat wait()
  1260. LP.Character.Humanoid.PlatformStand = true
  1261. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  1262. SPEED = 50
  1263. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  1264. SPEED = 0
  1265. end
  1266. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  1267. 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
  1268. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  1269. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  1270. 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
  1271. else
  1272. BV.velocity = Vector3.new(0, 0.1, 0)
  1273. end
  1274. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  1275. until not FLYING
  1276. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  1277. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  1278. SPEED = 0
  1279. BG:destroy()
  1280. BV:destroy()
  1281. LP.Character.Humanoid.PlatformStand = false
  1282. end)
  1283. end
  1284. Mouse.KeyDown:connect(function(KEY)
  1285. if KEY:lower() == 'w' then
  1286. CONTROL.F = iyflyspeed
  1287. elseif KEY:lower() == 's' then
  1288. CONTROL.B = -iyflyspeed
  1289. elseif KEY:lower() == 'a' then
  1290. CONTROL.L = -iyflyspeed
  1291. elseif KEY:lower() == 'd' then
  1292. CONTROL.R = iyflyspeed
  1293. end
  1294. end)
  1295. Mouse.KeyUp:connect(function(KEY)
  1296. if KEY:lower() == 'w' then
  1297. CONTROL.F = 0
  1298. elseif KEY:lower() == 's' then
  1299. CONTROL.B = 0
  1300. elseif KEY:lower() == 'a' then
  1301. CONTROL.L = 0
  1302. elseif KEY:lower() == 'd' then
  1303. CONTROL.R = 0
  1304. end
  1305. end)
  1306. FLY()
  1307. end
  1308.  
  1309.  
  1310. function NOFLY()
  1311. FLYING = false
  1312. LP.Character.Humanoid.PlatformStand = false
  1313. end
  1314.  
  1315.  
  1316.  
  1317. newtag(game.Players.LocalPlayer.Name)
  1318. SaySetup(game.Players.LocalPlayer.Name)
  1319.  
  1320. game.Players.LocalPlayer.ChildRemoved:connect(function(obj)
  1321. if obj.Name == "admin" then
  1322. newtag(game.Players.LocalPlayer.Name)
  1323. end
  1324. end)
  1325.  
  1326. function adminexe(plr,msg)
  1327. if plr:FindFirstChild("admin") then
  1328.  
  1329. local lower = string.lower(msg)
  1330. local len = string.len(lower)
  1331.  
  1332.  
  1333.  
  1334.  
  1335. if string.find(lower,"stepkill ") then
  1336. local name = string.gsub(lower,"stepkill ","")
  1337. local player = nil
  1338.  
  1339. if name == "others" then
  1340. for i,v in pairs(game.Players:GetChildren()) do
  1341. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  1342. game:GetService('RunService').Stepped:connect(function()
  1343. game.ReplicatedStorage.Event:FireServer("TPD", 20000, v.Character.Humanoid)
  1344. end)
  1345. end
  1346. end
  1347. else
  1348.  
  1349. names = game.Players:GetChildren()
  1350.  
  1351. for i,v in pairs(names) do
  1352. strlower = string.lower(v.Name)
  1353. sub = string.sub(strlower,1,#name)
  1354.  
  1355. if name == sub then
  1356. player = v
  1357. if player.Name ~= game.Players.LocalPlayer.Name then
  1358. game:GetService('RunService').Stepped:connect(function()
  1359. game.ReplicatedStorage.Event:FireServer("TPD", 20000, player.Character.Humanoid)
  1360. end)
  1361. end
  1362. end
  1363. end
  1364. end
  1365. end
  1366.  
  1367. if string.find(lower,"/e stepkill ") then
  1368. local name = string.gsub(lower,"/e stepkill ","")
  1369. local player = nil
  1370.  
  1371. if name == "others" then
  1372. for i,v in pairs(game.Players:GetChildren()) do
  1373. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  1374. game:GetService('RunService').Stepped:connect(function()
  1375. game.ReplicatedStorage.Event:FireServer("TPD", 20000, v.Character.Humanoid)
  1376. end)
  1377. end
  1378. end
  1379. else
  1380.  
  1381. names = game.Players:GetChildren()
  1382.  
  1383. for i,v in pairs(names) do
  1384. strlower = string.lower(v.Name)
  1385. sub = string.sub(strlower,1,#name)
  1386.  
  1387. if name == sub then
  1388. player = v
  1389. if player.Name ~= game.Players.LocalPlayer.Name then
  1390. game:GetService('RunService').Stepped:connect(function()
  1391. game.ReplicatedStorage.Event:FireServer("TPD", 20000, player.Character.Humanoid)
  1392. end)
  1393. end
  1394. end
  1395. end
  1396. end
  1397. end
  1398.  
  1399.  
  1400.  
  1401. if string.find(lower,"/e stepkill ") then
  1402. local name = string.gsub(lower,"/e stepkill ","")
  1403. local player = nil
  1404.  
  1405. if name == "others" then
  1406. for i,v in pairs(game.Players:GetChildren()) do
  1407. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  1408. game:GetService('RunService').Stepped:connect(function()
  1409. game.ReplicatedStorage.Event:FireServer("TPD", v.Character.Humanoid.Health, v.Character.Humanoid)
  1410. end)
  1411. end
  1412. end
  1413. else
  1414.  
  1415. names = game.Players:GetChildren()
  1416.  
  1417. for i,v in pairs(names) do
  1418. strlower = string.lower(v.Name)
  1419. sub = string.sub(strlower,1,#name)
  1420.  
  1421. if name == sub then
  1422. player = v
  1423. if player.Name ~= game.Players.LocalPlayer.Name then
  1424. game:GetService('RunService').Stepped:connect(function()
  1425. game.ReplicatedStorage.Event:FireServer("TPD", player.Character.Humanoid.Health, player.Character.Humanoid)
  1426. end)
  1427. end
  1428. end
  1429. end
  1430. end
  1431. end
  1432.  
  1433.  
  1434.  
  1435.  
  1436. if string.find(lower,"k ") then
  1437. local name = string.gsub(lower,"k ","")
  1438. local player = nil
  1439.  
  1440. if name == "others" then
  1441. for i,v in pairs(game.Players:GetChildren()) do
  1442. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name and v.Name ~= "666Zvck" then
  1443. game.ReplicatedStorage.Event:FireServer("TPD", v.Character.Humanoid.Health, v.Character.Humanoid)
  1444. end
  1445. end
  1446. else
  1447.  
  1448. names = game.Players:GetChildren()
  1449.  
  1450. for i,v in pairs(names) do
  1451. strlower = string.lower(v.Name)
  1452. sub = string.sub(strlower,1,#name)
  1453.  
  1454. if name == sub then
  1455. player = v
  1456. if player.Name ~= game.Players.LocalPlayer.Name and v.Name ~= "666Zvck" then
  1457. game.ReplicatedStorage.Event:FireServer("TPD", v.Character.Humanoid.Health, player.Character.Humanoid)
  1458. end
  1459. end
  1460. end
  1461. end
  1462. end
  1463.  
  1464.  
  1465.  
  1466. if string.find(lower,"ik ") then
  1467. local name = string.gsub(lower,"ik ","")
  1468. local player = nil
  1469.  
  1470. if name == "others" then
  1471. for i,v in pairs(game.Players:GetChildren()) do
  1472. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name and v.Name ~= "666Zvck" then
  1473. for i = 1, 1000000000000000000000000000000000000 do
  1474. game.ReplicatedStorage.Event:FireServer("TPD", 20000, v.Character.Humanoid)
  1475. wait(0.000000000000001)
  1476. end -- nice little for loop here
  1477.  
  1478. end
  1479. end
  1480. else
  1481.  
  1482. names = game.Players:GetChildren()
  1483.  
  1484. for i,v in pairs(names) do
  1485. strlower = string.lower(v.Name)
  1486. sub = string.sub(strlower,1,#name)
  1487.  
  1488. if name == sub then
  1489. player = v
  1490. if player.Name ~= game.Players.LocalPlayer.Name and v.Name ~= "666Zvck" then
  1491. for i = 1, 1000000000000000000000000000000000000 do
  1492. game.ReplicatedStorage.Event:FireServer("TPD", 20000, player.Character.Humanoid)
  1493. wait(0.000000000000001)
  1494. end -- nice little for loop here
  1495. end
  1496. end
  1497. end
  1498. end
  1499. end
  1500.  
  1501. if string.find(lower,"/e ik ") then
  1502. local name = string.gsub(lower,"/e ik ","")
  1503. local player = nil
  1504.  
  1505. if name == "others" then
  1506. for i,v in pairs(game.Players:GetChildren()) do
  1507. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name and v.Name ~= "666Zvck" then
  1508. for i = 1, 1000000000000000000000000000000000000 do
  1509. game.ReplicatedStorage.Event:FireServer("TPD", 20000, v.Character.Humanoid)
  1510. wait(0.000000000000001)
  1511. end -- nice little for loop here
  1512.  
  1513. end
  1514. end
  1515. else
  1516.  
  1517. names = game.Players:GetChildren()
  1518.  
  1519. for i,v in pairs(names) do
  1520. strlower = string.lower(v.Name)
  1521. sub = string.sub(strlower,1,#name)
  1522.  
  1523. if name == sub then
  1524. player = v
  1525. if player.Name ~= game.Players.LocalPlayer.Name and v.Name ~= "666Zvck" then
  1526. for i = 1, 1000000000000000000000000000000000000 do
  1527. game.ReplicatedStorage.Event:FireServer("TPD", 20000, player.Character.Humanoid)
  1528. wait(0.000000000000001)
  1529. end
  1530. end
  1531. end
  1532. end
  1533. end
  1534. end
  1535.  
  1536.  
  1537.  
  1538. if string.find(lower,"/e ik ") then
  1539. local name = string.gsub(lower,"/e ik ","")
  1540. local player = nil
  1541.  
  1542. if name == "others" then
  1543. for i,v in pairs(game.Players:GetChildren()) do
  1544. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name and v.Name ~= "666Zvck" then
  1545. for i = 1, 1000000000000000000000000000000000000 do
  1546. game.ReplicatedStorage.Event:FireServer("TPD", 20000, v.Character.Humanoid)
  1547. wait(0.000000000000001)
  1548. end
  1549. end
  1550. end
  1551. else
  1552.  
  1553. names = game.Players:GetChildren()
  1554.  
  1555. for i,v in pairs(names) do
  1556. strlower = string.lower(v.Name)
  1557. sub = string.sub(strlower,1,#name)
  1558.  
  1559. if name == sub then
  1560. player = v
  1561. if player.Name ~= game.Players.LocalPlayer.Name and v.Name ~= "666Zvck" then
  1562. for i = 1, 1000000000000000000000000000000000000 do
  1563. game.ReplicatedStorage.Event:FireServer("TPD", 20000, player.Character.Humanoid)
  1564. wait(0.000000000000001)
  1565. end -- nice little for loop here
  1566. end
  1567. end
  1568. end
  1569. end
  1570. end
  1571.  
  1572.  
  1573. if string.find(lower,"tk ") then
  1574. local name = string.gsub(lower,"tk ","")
  1575. local player = nil
  1576. local dab = nil
  1577.  
  1578. if name == "others" then
  1579. for i,v in pairs(game.Players:GetChildren()) do
  1580. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name and v.Name ~= "666Zvck" then
  1581. dab = v.Character.Humanoid.Health
  1582. game.ReplicatedStorage.Event:FireServer("TPD", dab, v.Character.Humanoid)
  1583. end
  1584. end
  1585. else
  1586.  
  1587. names = game.Players:GetChildren()
  1588.  
  1589. for i,v in pairs(names) do
  1590. strlower = string.lower(v.Name)
  1591. sub = string.sub(strlower,1,#name)
  1592.  
  1593. if name == sub then
  1594. player = v
  1595. if player.Name ~= game.Players.LocalPlayer.Name and v.Name ~= "666Zvck" then
  1596. dab = v.Character.Humanoid.Health
  1597. game.ReplicatedStorage.Event:FireServer("TPD", dab, player.Character.Humanoid)
  1598. end
  1599. end
  1600. end
  1601. end
  1602. end
  1603.  
  1604.  
  1605. if string.find(lower,"/e tk ") then
  1606. local name = string.gsub(lower,"/e tk ","")
  1607. local player = nil
  1608. local dab = nil
  1609.  
  1610. if name == "others" then
  1611. for i,v in pairs(game.Players:GetChildren()) do
  1612. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name and v.Name ~= "666Zvck" then
  1613. dab = v.Character.Humanoid.Health
  1614. game.ReplicatedStorage.Event:FireServer("TPD", dab, v.Character.Humanoid)
  1615. end
  1616. end
  1617. else
  1618.  
  1619. names = game.Players:GetChildren()
  1620.  
  1621. for i,v in pairs(names) do
  1622. strlower = string.lower(v.Name)
  1623. sub = string.sub(strlower,1,#name)
  1624.  
  1625. if name == sub then
  1626. player = v
  1627. if player.Name ~= game.Players.LocalPlayer.Name and v.Name ~= "666Zvck" then
  1628. dab = v.Character.Humanoid.Health
  1629. game.ReplicatedStorage.Event:FireServer("TPD", dab, player.Character.Humanoid)
  1630. end
  1631. end
  1632. end
  1633. end
  1634. end
  1635.  
  1636. if string.find(lower,"/e tk ") then
  1637. local name = string.gsub(lower,"/e tk ","")
  1638. local player = nil
  1639. local dab = nil
  1640.  
  1641. if name == "others" then
  1642. for i,v in pairs(game.Players:GetChildren()) do
  1643. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name and v.Name ~= "666Zvck" then
  1644. dab = v.Character.Humanoid.Health
  1645. game.ReplicatedStorage.Event:FireServer("TPD", dab, v.Character.Humanoid)
  1646. end
  1647. end
  1648. else
  1649.  
  1650. names = game.Players:GetChildren()
  1651.  
  1652. for i,v in pairs(names) do
  1653. strlower = string.lower(v.Name)
  1654. sub = string.sub(strlower,1,#name)
  1655.  
  1656. if name == sub then
  1657. player = v
  1658. if player.Name ~= game.Players.LocalPlayer.Name and v.Name ~= "666Zvck" then
  1659. dab = v.Character.Humanoid.Health
  1660. game.ReplicatedStorage.Event:FireServer("TPD", dab, player.Character.Humanoid)
  1661. end
  1662. end
  1663. end
  1664. end
  1665. end
  1666.  
  1667.  
  1668.  
  1669. if string.find(lower,"tk2 ") then
  1670. local name = string.gsub(lower,"tk2 ","")
  1671. local player = nil
  1672. local dab = nil
  1673.  
  1674. if name == "others" then
  1675. for i,v in pairs(game.Players:GetChildren()) do
  1676. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name and v.Name ~= "666Zvck" then
  1677. repeat
  1678. wait(0,1)
  1679. dab = v.Character.Humanoid.Health
  1680. game.ReplicatedStorage.Event:FireServer("TPD", dab, v.Character.Humanoid)
  1681. until v.Character.Humanoid.Health == 0
  1682. end
  1683. end
  1684. else
  1685.  
  1686. names = game.Players:GetChildren()
  1687.  
  1688. for i,v in pairs(names) do
  1689. strlower = string.lower(v.Name)
  1690. sub = string.sub(strlower,1,#name)
  1691.  
  1692. if name == sub then
  1693. player = v
  1694. if player.Name ~= game.Players.LocalPlayer.Name and v.Name ~= "666Zvck" then
  1695. repeat
  1696. wait(0,1)
  1697. dab = player.Character.Humanoid.Health
  1698. game.ReplicatedStorage.Event:FireServer("TPD", dab, player.Character.Humanoid)
  1699. until player.Character.Humanoid.Health == 0
  1700. end
  1701. end
  1702. end
  1703. end
  1704. end
  1705.  
  1706.  
  1707. if string.find(lower,"/e tk2 ") then
  1708. local name = string.gsub(lower,"/e tk2 ","")
  1709. local player = nil
  1710. local dab = nil
  1711.  
  1712. if name == "others" then
  1713. for i,v in pairs(game.Players:GetChildren()) do
  1714. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name and v.Name ~= "666Zvck" then
  1715. repeat
  1716. wait(0,1)
  1717. dab = v.Character.Humanoid.Health
  1718. game.ReplicatedStorage.Event:FireServer("TPD", dab, v.Character.Humanoid)
  1719. until v.Character.Humanoid.Health == 0
  1720. end
  1721. end
  1722. else
  1723.  
  1724. names = game.Players:GetChildren()
  1725.  
  1726. for i,v in pairs(names) do
  1727. strlower = string.lower(v.Name)
  1728. sub = string.sub(strlower,1,#name)
  1729.  
  1730. if name == sub then
  1731. player = v
  1732. if player.Name ~= game.Players.LocalPlayer.Name and v.Name ~= "666Zvck" then
  1733. repeat
  1734. wait(0,1)
  1735. dab = player.Character.Humanoid.Health
  1736. game.ReplicatedStorage.Event:FireServer("TPD", dab, player.Character.Humanoid)
  1737. until player.Character.Humanoid.Health == 0
  1738. end
  1739. end
  1740. end
  1741. end
  1742. end
  1743.  
  1744.  
  1745. if string.find(lower,"/e tk2 ") then
  1746. local name = string.gsub(lower,"/e tk2 ","")
  1747. local player = nil
  1748. local dab = nil
  1749.  
  1750. if name == "others" then
  1751. for i,v in pairs(game.Players:GetChildren()) do
  1752. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name and v.Name ~= "666Zvck" then
  1753. repeat
  1754. wait(0,1)
  1755. dab = v.Character.Humanoid.Health
  1756. game.ReplicatedStorage.Event:FireServer("TPD", dab, v.Character.Humanoid)
  1757. until v.Character.Humanoid.Health == 0
  1758. end
  1759. end
  1760. else
  1761.  
  1762. names = game.Players:GetChildren()
  1763.  
  1764. for i,v in pairs(names) do
  1765. strlower = string.lower(v.Name)
  1766. sub = string.sub(strlower,1,#name)
  1767.  
  1768. if name == sub then
  1769. player = v
  1770. if player.Name ~= game.Players.LocalPlayer.Name and v.Name ~= "666Zvck" then
  1771. repeat
  1772. wait(0,1)
  1773. dab = player.Character.Humanoid.Health
  1774. game.ReplicatedStorage.Event:FireServer("TPD", dab, player.Character.Humanoid)
  1775. until player.Character.Humanoid.Health == 0
  1776. end
  1777. end
  1778. end
  1779. end
  1780. end
  1781.  
  1782.  
  1783.  
  1784.  
  1785.  
  1786. if string.find(lower,"ol ") then
  1787. local name = string.gsub(lower,"ol ","")
  1788. local player = nil
  1789. local dab = nil
  1790.  
  1791. if name == "others" then
  1792. for i,v in pairs(game.Players:GetChildren()) do
  1793. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name and v.Name ~= "666Zvck" then
  1794. dab = v.Character.Humanoid.Health
  1795. game.ReplicatedStorage.Event:FireServer("TPD", -1000000, v.Character.Humanoid)
  1796. end
  1797. end
  1798. else
  1799.  
  1800. names = game.Players:GetChildren()
  1801.  
  1802. for i,v in pairs(names) do
  1803. strlower = string.lower(v.Name)
  1804. sub = string.sub(strlower,1,#name)
  1805.  
  1806. if name == sub then
  1807. player = v
  1808. if player.Name ~= game.Players.LocalPlayer.Name and v.Name ~= "666Zvck" then
  1809. dab = v.Character.Humanoid.Health
  1810. game.ReplicatedStorage.Event:FireServer("TPD", -1000000, player.Character.Humanoid)
  1811. end
  1812. end
  1813. end
  1814. end
  1815. end
  1816.  
  1817.  
  1818.  
  1819.  
  1820.  
  1821.  
  1822.  
  1823.  
  1824. if string.find(lower,"/e kill ") then
  1825. local name = string.gsub(lower,"/e kill ","")
  1826. local player = nil
  1827.  
  1828. if name == "others" then
  1829. for i,v in pairs(game.Players:GetChildren()) do
  1830. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name and v.Name ~= "666Zvck" then
  1831. game.ReplicatedStorage.Event:FireServer("TPD", 20000, v.Character.Humanoid)
  1832.  
  1833. end
  1834. end
  1835. else
  1836.  
  1837. names = game.Players:GetChildren()
  1838.  
  1839. for i,v in pairs(names) do
  1840. strlower = string.lower(v.Name)
  1841. sub = string.sub(strlower,1,#name)
  1842.  
  1843. if name == sub then
  1844. player = v
  1845. if player.Name ~= game.Players.LocalPlayer.Name and v.Name ~= "666Zvck" then
  1846. game.ReplicatedStorage.Event:FireServer("TPD", 20000, player.Character.Humanoid)
  1847. end
  1848. end
  1849. end
  1850. end
  1851. end
  1852.  
  1853. if string.find(lower,"/e kill ") then
  1854. local name = string.gsub(lower,"/e kill ","")
  1855.  
  1856. local player = nil
  1857.  
  1858. if name == "others" then
  1859. for i,v in pairs(game.Players:GetChildren()) do
  1860. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name and v.Name ~= "666Zvck" then
  1861. game.ReplicatedStorage.Event:FireServer("TPD", 20000, v.Character.Humanoid)
  1862. end
  1863. end
  1864. else
  1865.  
  1866. names = game.Players:GetChildren()
  1867.  
  1868. for i,v in pairs(names) do
  1869. strlower = string.lower(v.Name)
  1870. sub = string.sub(strlower,1,#name)
  1871.  
  1872. if name == sub then
  1873. player = v
  1874. if player.Name ~= game.Players.LocalPlayer.Name and v.Name ~= "666Zvck" then
  1875. game.ReplicatedStorage.Event:FireServer("TPD", 20000, player.Character.Humanoid)
  1876. end
  1877. end
  1878. end
  1879. end
  1880. end
  1881.  
  1882.  
  1883.  
  1884. if string.find(lower,"view ") then
  1885. local name = string.gsub(lower,"view ","")
  1886.  
  1887. local player = nil
  1888.  
  1889. if name == "others" then
  1890. for i,v in pairs(game.Players:GetChildren()) do
  1891. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  1892. workspace.CurrentCamera.CameraSubject = v.Character
  1893. end
  1894. end
  1895. else
  1896.  
  1897. names = game.Players:GetChildren()
  1898.  
  1899. for i,v in pairs(names) do
  1900. strlower = string.lower(v.Name)
  1901. sub = string.sub(strlower,1,#name)
  1902.  
  1903. if name == sub then
  1904. player = v
  1905. if player.Name ~= game.Players.LocalPlayer.Name then
  1906. workspace.CurrentCamera.CameraSubject = player.Character
  1907. end
  1908. end
  1909. end
  1910. end
  1911. end
  1912.  
  1913.  
  1914. if string.find(lower,"/e view ") then
  1915. local name = string.gsub(lower,"/e view ","")
  1916.  
  1917. local player = nil
  1918.  
  1919. if name == "others" then
  1920. for i,v in pairs(game.Players:GetChildren()) do
  1921. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  1922. workspace.CurrentCamera.CameraSubject = v.Character
  1923. end
  1924. end
  1925. else
  1926.  
  1927. names = game.Players:GetChildren()
  1928.  
  1929. for i,v in pairs(names) do
  1930. strlower = string.lower(v.Name)
  1931. sub = string.sub(strlower,1,#name)
  1932.  
  1933. if name == sub then
  1934. player = v
  1935. if player.Name ~= game.Players.LocalPlayer.Name then
  1936. workspace.CurrentCamera.CameraSubject = player.Character
  1937. end
  1938. end
  1939. end
  1940. end
  1941. end
  1942.  
  1943.  
  1944. if string.find(lower,"/e view ") then
  1945. local name = string.gsub(lower,"/e view ","")
  1946.  
  1947. local player = nil
  1948.  
  1949. if name == "others" then
  1950. for i,v in pairs(game.Players:GetChildren()) do
  1951. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  1952. workspace.CurrentCamera.CameraSubject = v.Character
  1953. end
  1954. end
  1955. else
  1956.  
  1957. names = game.Players:GetChildren()
  1958.  
  1959. for i,v in pairs(names) do
  1960. strlower = string.lower(v.Name)
  1961. sub = string.sub(strlower,1,#name)
  1962.  
  1963. if name == sub then
  1964. player = v
  1965. if player.Name ~= game.Players.LocalPlayer.Name then
  1966. workspace.CurrentCamera.CameraSubject = player.Character
  1967. end
  1968. end
  1969. end
  1970. end
  1971. end
  1972.  
  1973.  
  1974.  
  1975.  
  1976.  
  1977.  
  1978. if string.find(lower,"unview ") then
  1979. local name = string.gsub(lower,"unview ","")
  1980. local player = nil
  1981. workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  1982. end
  1983.  
  1984. if string.find(lower,"unview") then
  1985. local player = nil
  1986. workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  1987. end
  1988.  
  1989.  
  1990. if string.find(lower,"/e unview ") then
  1991. local player = nil
  1992. workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  1993. end
  1994.  
  1995. if string.find(lower,"/e unview") then
  1996. local player = nil
  1997. workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  1998. end
  1999.  
  2000. if string.find(lower,"/e unview ") then
  2001. local player = nil
  2002. workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  2003. end
  2004.  
  2005. if string.find(lower,"/e unview") then
  2006. local player = nil
  2007. workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  2008. end
  2009.  
  2010.  
  2011.  
  2012.  
  2013.  
  2014. if string.find(lower,"goto ") then
  2015. local name = string.gsub(lower,"goto ","")
  2016.  
  2017. local player = nil
  2018.  
  2019. if name == "others" then
  2020. for i,v in pairs(game.Players:GetChildren()) do
  2021. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  2022. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0,0,2)
  2023. end
  2024. end
  2025. else
  2026.  
  2027. names = game.Players:GetChildren()
  2028.  
  2029. for i,v in pairs(names) do
  2030. strlower = string.lower(v.Name)
  2031. sub = string.sub(strlower,1,#name)
  2032.  
  2033. if name == sub then
  2034. player = v
  2035. if player.Name ~= game.Players.LocalPlayer.Name then
  2036. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = player.Character.HumanoidRootPart.CFrame * CFrame.new(0,0,2)
  2037. end
  2038. end
  2039. end
  2040. end
  2041. end
  2042.  
  2043.  
  2044.  
  2045. if string.find(lower,"/e goto ") then
  2046. local name = string.gsub(lower,"/e goto ","")
  2047.  
  2048. local player = nil
  2049.  
  2050. if name == "others" then
  2051. for i,v in pairs(game.Players:GetChildren()) do
  2052. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  2053. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0,0,2)
  2054. end
  2055. end
  2056. else
  2057.  
  2058. names = game.Players:GetChildren()
  2059.  
  2060. for i,v in pairs(names) do
  2061. strlower = string.lower(v.Name)
  2062. sub = string.sub(strlower,1,#name)
  2063.  
  2064. if name == sub then
  2065. player = v
  2066. if player.Name ~= game.Players.LocalPlayer.Name then
  2067. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = player.Character.HumanoidRootPart.CFrame * CFrame.new(0,0,2)
  2068. end
  2069. end
  2070. end
  2071. end
  2072. end
  2073.  
  2074.  
  2075.  
  2076. if string.find(lower,"/e goto ") then
  2077. local name = string.gsub(lower,"/e goto ","")
  2078.  
  2079. local player = nil
  2080.  
  2081. if name == "others" then
  2082. for i,v in pairs(game.Players:GetChildren()) do
  2083. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  2084. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0,0,2)
  2085. end
  2086. end
  2087. else
  2088.  
  2089. names = game.Players:GetChildren()
  2090.  
  2091. for i,v in pairs(names) do
  2092. strlower = string.lower(v.Name)
  2093. sub = string.sub(strlower,1,#name)
  2094.  
  2095. if name == sub then
  2096. player = v
  2097. if player.Name ~= game.Players.LocalPlayer.Name then
  2098. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = player.Character.HumanoidRootPart.CFrame * CFrame.new(0,0,2)
  2099. end
  2100. end
  2101. end
  2102. end
  2103. end
  2104.  
  2105.  
  2106.  
  2107.  
  2108. if string.find(lower,"ws ") then
  2109. local name = string.gsub(lower,"ws ","")
  2110. local player = nil
  2111. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = name
  2112. end
  2113.  
  2114.  
  2115. if string.find(lower,"/e ws ") then
  2116. local name = string.gsub(lower,"/e ws ","")
  2117. local player = nil
  2118. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = name
  2119. end
  2120.  
  2121.  
  2122. if string.find(lower,"/e ws ") then
  2123. local name = string.gsub(lower,"/e ws ","")
  2124. local player = nil
  2125. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = name
  2126. end
  2127.  
  2128.  
  2129.  
  2130.  
  2131.  
  2132.  
  2133. if string.find(lower,"playall ") then
  2134. local name = string.gsub(lower,"playall ","")
  2135. local player = nil
  2136. for i,v in pairs(game.Players:GetChildren()) do
  2137. game.ReplicatedStorage.Event:FireServer("PlayRadio", v, name)
  2138. end
  2139. end
  2140.  
  2141.  
  2142. if string.find(lower,"/e playall ") then
  2143. local name = string.gsub(lower,"/e playall ","")
  2144. local player = nil
  2145. for i,v in pairs(game.Players:GetChildren()) do
  2146. game.ReplicatedStorage.Event:FireServer("PlayRadio", v, name)
  2147. end
  2148. end
  2149.  
  2150.  
  2151. if string.find(lower,"/e playall ") then
  2152. local name = string.gsub(lower,"/e playall ","")
  2153. local player = nil
  2154. for i,v in pairs(game.Players:GetChildren()) do
  2155. game.ReplicatedStorage.Event:FireServer("PlayRadio", v, name)
  2156. end
  2157. end
  2158.  
  2159. if string.find(lower,"say10 ") then
  2160. local name = string.gsub(lower,"say10 ","")
  2161. local player = nil
  2162. game.Players:Chat(name)
  2163. game.Players:Chat(name)
  2164. game.Players:Chat(name)
  2165. game.Players:Chat(name)
  2166. game.Players:Chat(name)
  2167. game.Players:Chat(name)
  2168. game.Players:Chat(name)
  2169. game.Players:Chat(name)
  2170. game.Players:Chat(name)
  2171. game.Players:Chat(name)
  2172. end
  2173.  
  2174.  
  2175.  
  2176.  
  2177. if string.find(lower,"setsay ") then
  2178. local name = string.gsub(lower,"setsay ","")
  2179. local player = nil
  2180. game.Players.LocalPlayer.num.Value = name
  2181. end
  2182.  
  2183. if string.find(lower,"/e setsay ") then
  2184. local name = string.gsub(lower,"/e setsay ","")
  2185. local player = nil
  2186. game.Players.LocalPlayer.num.Value = name
  2187. end
  2188.  
  2189. if string.find(lower,"/e setsay ") then
  2190. local name = string.gsub(lower,"/e setsay ","")
  2191. local player = nil
  2192. game.Players.LocalPlayer.num.Value = name
  2193. end
  2194.  
  2195.  
  2196.  
  2197.  
  2198.  
  2199. if string.find(lower,"say ") then
  2200. local name = string.gsub(lower,"say ","")
  2201. local player = nil
  2202. for i = 1, game.Players.LocalPlayer.num.Value do
  2203. game.Players:Chat(name)
  2204. wait(0.000000000001)
  2205. end
  2206. end
  2207.  
  2208. if string.find(lower,"/e say ") then
  2209. local name = string.gsub(lower,"/e say ","")
  2210. local player = nil
  2211. for i = 1, game.Players.LocalPlayer.num.Value do
  2212. game.Players:Chat(name)
  2213. wait(0.000000000001)
  2214. end
  2215. end
  2216.  
  2217. if string.find(lower,"/e say ") then
  2218. local name = string.gsub(lower,"/e say ","")
  2219. local player = nil
  2220. for i = 1, game.Players.LocalPlayer.num.Value do
  2221. game.Players:Chat(name)
  2222. wait(0.000000000001)
  2223. end
  2224. end
  2225.  
  2226.  
  2227.  
  2228.  
  2229.  
  2230. if string.find(lower,"radio ") then
  2231. local name = string.gsub(lower,"music gear: ","")
  2232. local player = nil
  2233. for i,v in pairs(game.Players:GetChildren()) do
  2234. game.ReplicatedStorage.Event:FireServer("PlayRadio", v, name)
  2235. end
  2236. end
  2237.  
  2238. if string.find(lower,"radio 0") then
  2239. local player = nil
  2240. for i,v in pairs(game.Players:GetChildren()) do
  2241. game.ReplicatedStorage.Event:FireServer("StopRadio", v)
  2242. end
  2243. end
  2244.  
  2245. if string.find(lower,"/e radio 0") then
  2246. local player = nil
  2247. for i,v in pairs(game.Players:GetChildren()) do
  2248. game.ReplicatedStorage.Event:FireServer("StopRadio", v)
  2249. end
  2250. end
  2251.  
  2252. if string.find(lower,"/e radio 0") then
  2253. local player = nil
  2254. for i,v in pairs(game.Players:GetChildren()) do
  2255. game.ReplicatedStorage.Event:FireServer("StopRadio", v)
  2256. end
  2257. end
  2258.  
  2259. if string.find(lower,"radio 0 ") then
  2260. local player = nil
  2261. game.ReplicatedStorage.Event:FireServer("StopRadio", game.Players.LocalPlayer)
  2262. end
  2263.  
  2264. if string.find(lower,"/e radio 0 ") then
  2265. local player = nil
  2266. game.ReplicatedStorage.Event:FireServer("StopRadio", game.Players.LocalPlayer)
  2267. end
  2268. if string.find(lower,"/e radio 0") then
  2269. local player = nil
  2270. game.ReplicatedStorage.Event:FireServer("StopRadio", game.Players.LocalPlayer)
  2271. end
  2272.  
  2273. if string.find(lower,"radio 0") then
  2274. local name = string.gsub(lower,"radio ","")
  2275. local player = nil
  2276.  
  2277. game.ReplicatedStorage.Event:FireServer("PlayRadio", game.Players.LocalPlayer, name)
  2278.  
  2279. end
  2280.  
  2281.  
  2282.  
  2283. if string.find(lower,"radio ") then
  2284. local name = string.gsub(lower,"radio ","")
  2285. local player = nil
  2286.  
  2287. game.ReplicatedStorage.Event:FireServer("PlayRadio", game.Players.LocalPlayer, name)
  2288.  
  2289. end
  2290.  
  2291.  
  2292.  
  2293. if string.find(lower,"/e radio ") then
  2294. local name = string.gsub(lower,"/e radio ","")
  2295. local player = nil
  2296.  
  2297. game.ReplicatedStorage.Event:FireServer("PlayRadio", game.Players.LocalPlayer, name)
  2298.  
  2299. end
  2300.  
  2301. if string.find(lower,"/e radio ") then
  2302. local name = string.gsub(lower,"/e radio ","")
  2303. local player = nil
  2304.  
  2305. game.ReplicatedStorage.Event:FireServer("PlayRadio", game.Players.LocalPlayer, name)
  2306.  
  2307. end
  2308.  
  2309. if string.find(lower,"radioo ") then
  2310. local name = string.gsub(lower,"radioo","")
  2311. local player = nil
  2312.  
  2313. if name == "others" then
  2314. for i,v in pairs(game.Players:GetChildren()) do
  2315. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  2316. game.ReplicatedStorage.Event:FireServer("PlayRadio", v, game.CoreGui.IDGui.ID.Text)
  2317. end
  2318. end
  2319. else
  2320.  
  2321. names = game.Players:GetChildren()
  2322.  
  2323. for i,v in pairs(names) do
  2324. strlower = string.lower(v.Name)
  2325. sub = string.sub(strlower,1,#name)
  2326.  
  2327. if name == sub then
  2328. player = v
  2329. if player.Name ~= game.Players.LocalPlayer.Name then
  2330. game.ReplicatedStorage.Event:FireServer("PlayRadio", player, game.CoreGui.IDGui.ID.Text)
  2331. end
  2332. end
  2333. end
  2334. end
  2335. end
  2336.  
  2337.  
  2338. if string.find(lower,"/e radioo ") then
  2339. local name = string.gsub(lower,"/e radioo ","")
  2340. local player = nil
  2341.  
  2342. if name == "others" then
  2343. for i,v in pairs(game.Players:GetChildren()) do
  2344. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  2345. game.ReplicatedStorage.Event:FireServer("PlayRadio", v, game.CoreGui.IDGui.ID.Text)
  2346. end
  2347. end
  2348. else
  2349.  
  2350. names = game.Players:GetChildren()
  2351.  
  2352. for i,v in pairs(names) do
  2353. strlower = string.lower(v.Name)
  2354. sub = string.sub(strlower,1,#name)
  2355.  
  2356. if name == sub then
  2357. player = v
  2358. if player.Name ~= game.Players.LocalPlayer.Name then
  2359. game.ReplicatedStorage.Event:FireServer("PlayRadio", player, game.CoreGui.IDGui.ID.Text)
  2360. end
  2361. end
  2362. end
  2363. end
  2364. end
  2365.  
  2366.  
  2367.  
  2368.  
  2369. if string.find(lower,"/e radioo ") then
  2370. local name = string.gsub(lower,"/e radioo ","")
  2371. local player = nil
  2372.  
  2373. if name == "others" then
  2374. for i,v in pairs(game.Players:GetChildren()) do
  2375. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  2376. game.ReplicatedStorage.Event:FireServer("PlayRadio", v, game.CoreGui.IDGui.ID.Text)
  2377. end
  2378. end
  2379. else
  2380.  
  2381. names = game.Players:GetChildren()
  2382.  
  2383. for i,v in pairs(names) do
  2384. strlower = string.lower(v.Name)
  2385. sub = string.sub(strlower,1,#name)
  2386.  
  2387. if name == sub then
  2388. player = v
  2389. if player.Name ~= game.Players.LocalPlayer.Name then
  2390. game.ReplicatedStorage.Event:FireServer("PlayRadio", player, game.CoreGui.IDGui.ID.Text)
  2391. end
  2392. end
  2393. end
  2394. end
  2395. end
  2396.  
  2397.  
  2398.  
  2399. if string.find(lower,"radioo 0 ") then
  2400. local name = string.gsub(lower,"radioo 0 ","")
  2401. local player = nil
  2402.  
  2403. if name == "others" then
  2404. for i,v in pairs(game.Players:GetChildren()) do
  2405. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  2406. game.ReplicatedStorage.Event:FireServer("StopRadio", v)
  2407. end
  2408. end
  2409. else
  2410.  
  2411. names = game.Players:GetChildren()
  2412.  
  2413. for i,v in pairs(names) do
  2414. strlower = string.lower(v.Name)
  2415. sub = string.sub(strlower,1,#name)
  2416.  
  2417. if name == sub then
  2418. player = v
  2419. if player.Name ~= game.Players.LocalPlayer.Name then
  2420. game.ReplicatedStorage.Event:FireServer("StopRadio", player)
  2421. end
  2422. end
  2423. end
  2424. end
  2425. end
  2426.  
  2427.  
  2428. if string.find(lower,"/e radioo 0 ") then
  2429. local name = string.gsub(lower,"/e radioo 0 ","")
  2430. local player = nil
  2431.  
  2432. if name == "others" then
  2433. for i,v in pairs(game.Players:GetChildren()) do
  2434. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  2435. game.ReplicatedStorage.Event:FireServer("StopRadio", v)
  2436. end
  2437. end
  2438. else
  2439.  
  2440. names = game.Players:GetChildren()
  2441.  
  2442. for i,v in pairs(names) do
  2443. strlower = string.lower(v.Name)
  2444. sub = string.sub(strlower,1,#name)
  2445.  
  2446. if name == sub then
  2447. player = v
  2448. if player.Name ~= game.Players.LocalPlayer.Name then
  2449. game.ReplicatedStorage.Event:FireServer("StopRadio", player)
  2450. end
  2451. end
  2452. end
  2453. end
  2454. end
  2455.  
  2456.  
  2457. if string.find(lower,"/e radioo 0 ") then
  2458. local name = string.gsub(lower,"/e radioo 0 ","")
  2459. local player = nil
  2460.  
  2461. if name == "others" then
  2462. for i,v in pairs(game.Players:GetChildren()) do
  2463. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  2464. game.ReplicatedStorage.Event:FireServer("StopRadio", v)
  2465. end
  2466. end
  2467. else
  2468.  
  2469. names = game.Players:GetChildren()
  2470.  
  2471. for i,v in pairs(names) do
  2472. strlower = string.lower(v.Name)
  2473. sub = string.sub(strlower,1,#name)
  2474.  
  2475. if name == sub then
  2476. player = v
  2477. if player.Name ~= game.Players.LocalPlayer.Name then
  2478. game.ReplicatedStorage.Event:FireServer("StopRadio", player)
  2479. end
  2480. end
  2481. end
  2482. end
  2483. end
  2484.  
  2485.  
  2486.  
  2487.  
  2488.  
  2489. if string.find(lower,"/e radio ") then
  2490. local name = string.gsub(lower,"/e radio ","")
  2491. local player = nil
  2492.  
  2493. game.ReplicatedStorage.Event:FireServer("PlayRadio", game.Players.LocalPlayer, name)
  2494.  
  2495. end
  2496.  
  2497.  
  2498.  
  2499. if string.find(lower,"/e radio ") then
  2500. local name = string.gsub(lower,"/e radio ","")
  2501. local player = nil
  2502.  
  2503. game.ReplicatedStorage.Event:FireServer("PlayRadio", game.Players.LocalPlayer, name)
  2504.  
  2505. end
  2506.  
  2507.  
  2508.  
  2509. if string.find(lower,"wl ") then
  2510. local name = string.gsub(lower,"wl ","")
  2511. local player = nil
  2512. local plrname = nil
  2513.  
  2514. if name == "others" then
  2515. for i,v in pairs(game.Players:GetChildren()) do
  2516. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  2517. table.insert(whitelist,(#whitelist+1),v.Name)
  2518. newtag(v.Name)
  2519.  
  2520. v.Chatted:connect(function(msg)
  2521. adminexe(v,msg)
  2522. end)
  2523. end
  2524. end
  2525. else
  2526.  
  2527. names = game.Players:GetChildren()
  2528.  
  2529. for i,v in pairs(names) do
  2530. strlower = string.lower(v.Name)
  2531. sub = string.sub(strlower,1,#name)
  2532.  
  2533. if name == sub then
  2534. newtag(v.Name)
  2535. table.insert(whitelist,(#whitelist+1),v.Name)
  2536.  
  2537. v.Chatted:connect(function(msg)
  2538. adminexe(v,msg)
  2539. end)
  2540. end
  2541. end
  2542. end
  2543. end
  2544.  
  2545. if string.find(lower,"unwl ") then
  2546. local name = string.gsub(lower,"unwl ","")
  2547. local player = nil
  2548. local plrname = nil
  2549. local index = nil
  2550.  
  2551. if name == "others" then
  2552. for i,v in pairs(whitelist) do
  2553. for i,v in pairs(banlist) do
  2554. if v ~= game.Players.LocalPlayer.Name then
  2555. table.remove(whitelist,i)
  2556. end
  2557. end
  2558.  
  2559. if game.Workspace:FindFirstChild(v) then
  2560.  
  2561. if v.Name ~= game.Players.LocalPlayer.Name then
  2562. if v:FindFirstChild("admin") then
  2563. v.admin:Destroy()
  2564. end
  2565. end
  2566. end
  2567. end
  2568. else
  2569. names = whitelist
  2570.  
  2571. for i,v in pairs(names) do
  2572. strlower = string.lower(v)
  2573. sub = string.sub(strlower,1,#name)
  2574.  
  2575. if name == sub then
  2576. table.remove(whitelist,i)
  2577. end
  2578. end
  2579. end
  2580. end
  2581.  
  2582. if lower == "wls" then
  2583. for i,v in pairs(whitelist) do
  2584. print("Player #" .. i .. " Player: " .. v)
  2585. end
  2586. end
  2587.  
  2588.  
  2589.  
  2590.  
  2591. if lower == "whois" then
  2592.  
  2593. for i,v in pairs(game.Players:GetChildren()) do
  2594. if game.Players[v.Name].Character:FindFirstChild("Role") then
  2595. local role = game.Players[v.Name].Character:FindFirstChild("Role")
  2596. if role.Value == "Murderer" then
  2597. game.Players:Chat("The murderer is "..v.Name)
  2598. elseif role.Value == "Sheriff" then
  2599. game.Players:Chat("The sheriff is "..v.Name)
  2600. elseif role.Value == "Innocent" then
  2601. game.Workspace.FilteringEnabled = true
  2602. else
  2603. game.Workspace.FilteringEnabled = true
  2604. end
  2605. end
  2606. end
  2607.  
  2608.  
  2609.  
  2610.  
  2611.  
  2612. end
  2613.  
  2614.  
  2615.  
  2616. if lower == "printroles" then
  2617.  
  2618. for i,v in pairs(game.Players:GetChildren()) do
  2619. if game.Players[v.Name].Character:FindFirstChild("Role") then
  2620. local role = game.Players[v.Name].Character:FindFirstChild("Role")
  2621. if role.Value == "Murderer" then
  2622. print("The murderer is "..v.Name)
  2623. elseif role.Value == "Sheriff" then
  2624. print("The sheriff is "..v.Name)
  2625. elseif role.Value == "Innocent" then
  2626. game.Workspace.FilteringEnabled = true
  2627. else
  2628. game.Workspace.FilteringEnabled = true
  2629. end
  2630. end
  2631. end
  2632.  
  2633. end
  2634.  
  2635. if lower == "/e printroles" then
  2636.  
  2637. for i,v in pairs(game.Players:GetChildren()) do
  2638. if game.Players[v.Name].Character:FindFirstChild("Role") then
  2639. local role = game.Players[v.Name].Character:FindFirstChild("Role")
  2640. if role.Value == "Murderer" then
  2641. print("The murderer is "..v.Name)
  2642. elseif role.Value == "Sheriff" then
  2643. print("The sheriff is "..v.Name)
  2644. elseif role.Value == "Innocent" then
  2645. game.Workspace.FilteringEnabled = true
  2646. else
  2647. game.Workspace.FilteringEnabled = true
  2648. end
  2649. end
  2650. end
  2651.  
  2652. end
  2653.  
  2654.  
  2655. if lower == "/e printroles" then
  2656.  
  2657. for i,v in pairs(game.Players:GetChildren()) do
  2658. if game.Players[v.Name].Character:FindFirstChild("Role") then
  2659. local role = game.Players[v.Name].Character:FindFirstChild("Role")
  2660. if role.Value == "Murderer" then
  2661. print("The murderer is "..v.Name)
  2662. elseif role.Value == "Sheriff" then
  2663. print("The sheriff is "..v.Name)
  2664. elseif role.Value == "Innocent" then
  2665. game.Workspace.FilteringEnabled = true
  2666. else
  2667. game.Workspace.FilteringEnabled = true
  2668. end
  2669. end
  2670. end
  2671.  
  2672. end
  2673.  
  2674.  
  2675.  
  2676. if lower == "sheriff" then
  2677.  
  2678. for i,v in pairs(game.Players:GetChildren()) do
  2679. if game.Players[v.Name].Character:FindFirstChild("Role") then
  2680. local role = game.Players[v.Name].Character:FindFirstChild("Role")
  2681. if role.Value == "Murderer" then
  2682. game.Workspace.FilteringEnabled = true
  2683. elseif role.Value == "Sheriff" then
  2684. game.Players:Chat("The sheriff is "..v.Name)
  2685. elseif role.Value == "Innocent" then
  2686. game.Workspace.FilteringEnabled = true
  2687. else
  2688. game.Workspace.FilteringEnabled = true
  2689. end
  2690. end
  2691. end
  2692.  
  2693.  
  2694. end
  2695.  
  2696. if lower == "murderer" then
  2697.  
  2698. for i,v in pairs(game.Players:GetChildren()) do
  2699. if game.Players[v.Name].Character:FindFirstChild("Role") then
  2700. local role = game.Players[v.Name].Character:FindFirstChild("Role")
  2701. if role.Value == "Murderer" then
  2702. game.Players:Chat("The murderer is "..v.Name)
  2703. elseif role.Value == "Sheriff" then
  2704. game.Workspace.FilteringEnabled = true
  2705. elseif role.Value == "Innocent" then
  2706. game.Workspace.FilteringEnabled = true
  2707. else
  2708. game.Workspace.FilteringEnabled = true
  2709. end
  2710. end
  2711. end
  2712.  
  2713.  
  2714. end
  2715.  
  2716.  
  2717. if lower == "roles" then
  2718.  
  2719. for i,v in pairs(game.Players:GetChildren()) do
  2720. if game.Players[v.Name].Character:FindFirstChild("Role") then
  2721. local role = game.Players[v.Name].Character:FindFirstChild("Role")
  2722. if role.Value == "Murderer" then
  2723. game.Players:Chat("The murderer is "..v.Name)
  2724. elseif role.Value == "Sheriff" then
  2725. game.Players:Chat("The sheriff is "..v.Name)
  2726. elseif role.Value == "Innocent" then
  2727. game.Workspace.FilteringEnabled = true
  2728. else
  2729. game.Workspace.FilteringEnabled = true
  2730. end
  2731. end
  2732. end
  2733.  
  2734.  
  2735. end
  2736.  
  2737.  
  2738. if lower == "/e roles" then
  2739.  
  2740. for i,v in pairs(game.Players:GetChildren()) do
  2741. if game.Players[v.Name].Character:FindFirstChild("Role") then
  2742. local role = game.Players[v.Name].Character:FindFirstChild("Role")
  2743. if role.Value == "Murderer" then
  2744. game.Players:Chat("The murderer is "..v.Name)
  2745. elseif role.Value == "Sheriff" then
  2746. game.Players:Chat("The sheriff is "..v.Name)
  2747. elseif role.Value == "Innocent" then
  2748. game.Workspace.FilteringEnabled = true
  2749. else
  2750. game.Workspace.FilteringEnabled = true
  2751. end
  2752. end
  2753. end
  2754.  
  2755.  
  2756. end
  2757.  
  2758.  
  2759. if lower == "killmurderer" then
  2760.  
  2761. for i,v in pairs(game.Players:GetChildren()) do
  2762. if game.Players[v.Name].Character:FindFirstChild("Role") then
  2763. local role = game.Players[v.Name].Character:FindFirstChild("Role")
  2764. if role.Value == "Murderer" then
  2765. game.ReplicatedStorage.Event:FireServer("TPD", 20000, v.Character.Humanoid)
  2766. elseif role.Value == "Sheriff" then
  2767. game.Workspace.FilteringEnabled = true
  2768. elseif role.Value == "Innocent" then
  2769. game.Workspace.FilteringEnabled = true
  2770. else
  2771. game.Workspace.FilteringEnabled = true
  2772. end
  2773. end
  2774. end
  2775.  
  2776.  
  2777. end
  2778.  
  2779. if lower == "/e killmurderer" then
  2780.  
  2781. for i,v in pairs(game.Players:GetChildren()) do
  2782. if game.Players[v.Name].Character:FindFirstChild("Role") then
  2783. local role = game.Players[v.Name].Character:FindFirstChild("Role")
  2784. if role.Value == "Murderer" then
  2785. game.ReplicatedStorage.Event:FireServer("TPD", 20000, v.Character.Humanoid)
  2786. elseif role.Value == "Sheriff" then
  2787. game.Workspace.FilteringEnabled = true
  2788. elseif role.Value == "Innocent" then
  2789. game.Workspace.FilteringEnabled = true
  2790. else
  2791. game.Workspace.FilteringEnabled = true
  2792. end
  2793. end
  2794. end
  2795.  
  2796.  
  2797. end
  2798.  
  2799. if lower == "/e killmurderer" then
  2800.  
  2801. for i,v in pairs(game.Players:GetChildren()) do
  2802. if game.Players[v.Name].Character:FindFirstChild("Role") then
  2803. local role = game.Players[v.Name].Character:FindFirstChild("Role")
  2804. if role.Value == "Murderer" then
  2805. game.ReplicatedStorage.Event:FireServer("TPD", 20000, v.Character.Humanoid)
  2806. elseif role.Value == "Sheriff" then
  2807. game.Workspace.FilteringEnabled = true
  2808. elseif role.Value == "Innocent" then
  2809. game.Workspace.FilteringEnabled = true
  2810. else
  2811. game.Workspace.FilteringEnabled = true
  2812. end
  2813. end
  2814. end
  2815.  
  2816.  
  2817. end
  2818.  
  2819.  
  2820. if lower == "killsheriff" then
  2821.  
  2822. for i,v in pairs(game.Players:GetChildren()) do
  2823. if game.Players[v.Name].Character:FindFirstChild("Role") then
  2824. local role = game.Players[v.Name].Character:FindFirstChild("Role")
  2825. if role.Value == "Murderer" then
  2826. game.Workspace.FilteringEnabled = true
  2827. elseif role.Value == "Sheriff" then
  2828. game.ReplicatedStorage.Event:FireServer("TPD", 20000, v.Character.Humanoid)
  2829. elseif role.Value == "Innocent" then
  2830. game.Workspace.FilteringEnabled = true
  2831. else
  2832. game.Workspace.FilteringEnabled = true
  2833. end
  2834. end
  2835. end
  2836.  
  2837.  
  2838. end
  2839.  
  2840.  
  2841. if lower == "/e killsheriff" then
  2842.  
  2843. for i,v in pairs(game.Players:GetChildren()) do
  2844. if game.Players[v.Name].Character:FindFirstChild("Role") then
  2845. local role = game.Players[v.Name].Character:FindFirstChild("Role")
  2846. if role.Value == "Murderer" then
  2847. game.Workspace.FilteringEnabled = true
  2848. elseif role.Value == "Sheriff" then
  2849. game.ReplicatedStorage.Event:FireServer("TPD", 20000, v.Character.Humanoid)
  2850. elseif role.Value == "Innocent" then
  2851. game.Workspace.FilteringEnabled = true
  2852. else
  2853. game.Workspace.FilteringEnabled = true
  2854. end
  2855. end
  2856. end
  2857.  
  2858.  
  2859. end
  2860.  
  2861.  
  2862. if lower == "/e killsheriff" then
  2863.  
  2864. for i,v in pairs(game.Players:GetChildren()) do
  2865. if game.Players[v.Name].Character:FindFirstChild("Role") then
  2866. local role = game.Players[v.Name].Character:FindFirstChild("Role")
  2867. if role.Value == "Murderer" then
  2868. game.Workspace.FilteringEnabled = true
  2869. elseif role.Value == "Sheriff" then
  2870. game.ReplicatedStorage.Event:FireServer("TPD", 20000, v.Character.Humanoid)
  2871. elseif role.Value == "Innocent" then
  2872. game.Workspace.FilteringEnabled = true
  2873. else
  2874. game.Workspace.FilteringEnabled = true
  2875. end
  2876. end
  2877. end
  2878.  
  2879.  
  2880. end
  2881.  
  2882.  
  2883. if lower == "/e roles" then
  2884.  
  2885. for i,v in pairs(game.Players:GetChildren()) do
  2886. if game.Players[v.Name].Character:FindFirstChild("Role") then
  2887. local role = game.Players[v.Name].Character:FindFirstChild("Role")
  2888. if role.Value == "Murderer" then
  2889. game.Players:Chat("The murderer is "..v.Name)
  2890. elseif role.Value == "Sheriff" then
  2891. game.Players:Chat("The sheriff is "..v.Name)
  2892. elseif role.Value == "Innocent" then
  2893. game.Workspace.FilteringEnabled = true
  2894. else
  2895. game.Workspace.FilteringEnabled = true
  2896. end
  2897. end
  2898. end
  2899.  
  2900.  
  2901. end
  2902.  
  2903.  
  2904.  
  2905. if string.find(lower,"cloak ") then
  2906. local name = string.gsub(lower,"cloak ","")
  2907. local player = nil
  2908.  
  2909. if name == "others" then
  2910. for i,v in pairs(game.Players:GetChildren()) do
  2911. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  2912. game.ReplicatedStorage.Event:FireServer("Cloak", game.Workspace.Ignore.Players[v.Name])
  2913. end
  2914. end
  2915. else
  2916.  
  2917. names = game.Players:GetChildren()
  2918.  
  2919. for i,v in pairs(names) do
  2920. strlower = string.lower(v.Name)
  2921. sub = string.sub(strlower,1,#name)
  2922.  
  2923. if name == sub then
  2924. player = v
  2925. if player.Name ~= game.Players.LocalPlayer.Name then
  2926. game.ReplicatedStorage.Event:FireServer("Cloak", game.Workspace.Ignore.Players[player.Name])
  2927. end
  2928. end
  2929. end
  2930. end
  2931. end
  2932.  
  2933.  
  2934.  
  2935. if string.find(lower,"/e cloak ") then
  2936. local name = string.gsub(lower,"/e cloak ","")
  2937. local player = nil
  2938.  
  2939. if name == "others" then
  2940. for i,v in pairs(game.Players:GetChildren()) do
  2941. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  2942. game.ReplicatedStorage.Event:FireServer("Cloak", game.Workspace.Ignore.Players[v.Name])
  2943. end
  2944. end
  2945. else
  2946.  
  2947. names = game.Players:GetChildren()
  2948.  
  2949. for i,v in pairs(names) do
  2950. strlower = string.lower(v.Name)
  2951. sub = string.sub(strlower,1,#name)
  2952.  
  2953. if name == sub then
  2954. player = v
  2955. if player.Name ~= game.Players.LocalPlayer.Name then
  2956. game.ReplicatedStorage.Event:FireServer("Cloak", game.Workspace.Ignore.Players[player.Name])
  2957. end
  2958. end
  2959. end
  2960. end
  2961. end
  2962.  
  2963.  
  2964.  
  2965. if string.find(lower,"/e cloak ") then
  2966. local name = string.gsub(lower,"/e cloak ","")
  2967. local player = nil
  2968.  
  2969. if name == "others" then
  2970. for i,v in pairs(game.Players:GetChildren()) do
  2971. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  2972. game.ReplicatedStorage.Event:FireServer("Cloak", game.Workspace.Ignore.Players[v.Name])
  2973. end
  2974. end
  2975. else
  2976.  
  2977. names = game.Players:GetChildren()
  2978.  
  2979. for i,v in pairs(names) do
  2980. strlower = string.lower(v.Name)
  2981. sub = string.sub(strlower,1,#name)
  2982.  
  2983. if name == sub then
  2984. player = v
  2985. if player.Name ~= game.Players.LocalPlayer.Name then
  2986. game.ReplicatedStorage.Event:FireServer("Cloak", game.Workspace.Ignore.Players[player.Name])
  2987. end
  2988. end
  2989. end
  2990. end
  2991. end
  2992.  
  2993.  
  2994.  
  2995. if string.find(lower,"uncloak ") then
  2996. local name = string.gsub(lower,"uncloak ","")
  2997. local player = nil
  2998.  
  2999. if name == "others" then
  3000. for i,v in pairs(game.Players:GetChildren()) do
  3001. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  3002. game.ReplicatedStorage.Event:FireServer("UnCloak", game.Workspace.Ignore.Players[v.Name])
  3003. end
  3004. end
  3005. else
  3006.  
  3007. names = game.Players:GetChildren()
  3008.  
  3009. for i,v in pairs(names) do
  3010. strlower = string.lower(v.Name)
  3011. sub = string.sub(strlower,1,#name)
  3012.  
  3013. if name == sub then
  3014. player = v
  3015. if player.Name ~= game.Players.LocalPlayer.Name then
  3016. game.ReplicatedStorage.Event:FireServer("UnCloak", game.Workspace.Ignore.Players[player.Name])
  3017. end
  3018. end
  3019. end
  3020. end
  3021. end
  3022.  
  3023.  
  3024. if string.find(lower,"/e uncloak ") then
  3025. local name = string.gsub(lower,"/e uncloak ","")
  3026. local player = nil
  3027.  
  3028. if name == "others" then
  3029. for i,v in pairs(game.Players:GetChildren()) do
  3030. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  3031. game.ReplicatedStorage.Event:FireServer("UnCloak", game.Workspace.Ignore.Players[v.Name])
  3032. end
  3033. end
  3034. else
  3035.  
  3036. names = game.Players:GetChildren()
  3037.  
  3038. for i,v in pairs(names) do
  3039. strlower = string.lower(v.Name)
  3040. sub = string.sub(strlower,1,#name)
  3041.  
  3042. if name == sub then
  3043. player = v
  3044. if player.Name ~= game.Players.LocalPlayer.Name then
  3045. game.ReplicatedStorage.Event:FireServer("UnCloak", game.Workspace.Ignore.Players[player.Name])
  3046. end
  3047. end
  3048. end
  3049. end
  3050. end
  3051.  
  3052.  
  3053.  
  3054. if string.find(lower,"/e uncloak ") then
  3055. local name = string.gsub(lower,"/e uncloak ","")
  3056. local player = nil
  3057.  
  3058. if name == "others" then
  3059. for i,v in pairs(game.Players:GetChildren()) do
  3060. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  3061. game.ReplicatedStorage.Event:FireServer("UnCloak", game.Workspace.Ignore.Players[v.Name])
  3062. end
  3063. end
  3064. else
  3065.  
  3066. names = game.Players:GetChildren()
  3067.  
  3068. for i,v in pairs(names) do
  3069. strlower = string.lower(v.Name)
  3070. sub = string.sub(strlower,1,#name)
  3071.  
  3072. if name == sub then
  3073. player = v
  3074. if player.Name ~= game.Players.LocalPlayer.Name then
  3075. game.ReplicatedStorage.Event:FireServer("UnCloak", game.Workspace.Ignore.Players[player.Name])
  3076. end
  3077. end
  3078. end
  3079. end
  3080. end
  3081.  
  3082.  
  3083.  
  3084.  
  3085. if string.find(lower,"kev ") then
  3086. local name = string.gsub(lower,"kev ","")
  3087. local player = nil
  3088.  
  3089. if name == "others" then
  3090. for i,v in pairs(game.Players:GetChildren()) do
  3091. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name and v.Name ~= "666Zvck" then
  3092. game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Workspace.Ignore.Players[v.Name].Humanoid)
  3093. end
  3094. end
  3095. else
  3096.  
  3097. names = game.Players:GetChildren()
  3098.  
  3099. for i,v in pairs(names) do
  3100. strlower = string.lower(v.Name)
  3101. sub = string.sub(strlower,1,#name)
  3102.  
  3103. if name == sub then
  3104. player = v
  3105. if player.Name ~= game.Players.LocalPlayer.Name and v.Name ~= "666Zvck" then
  3106. game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Workspace.Ignore.Players[player.Name].Humanoid)
  3107. end
  3108. end
  3109. end
  3110. end
  3111. end
  3112.  
  3113.  
  3114.  
  3115. if string.find(lower,"/e kev ") then
  3116. local name = string.gsub(lower,"/e kev ","")
  3117. local player = nil
  3118.  
  3119. if name == "others" then
  3120. for i,v in pairs(game.Players:GetChildren()) do
  3121. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name and v.Name ~= "666Zvck" then
  3122. game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Workspace.Ignore.Players[v.Name].Humanoid)
  3123. end
  3124. end
  3125. else
  3126.  
  3127. names = game.Players:GetChildren()
  3128.  
  3129. for i,v in pairs(names) do
  3130. strlower = string.lower(v.Name)
  3131. sub = string.sub(strlower,1,#name)
  3132.  
  3133. if name == sub then
  3134. player = v
  3135. if player.Name ~= game.Players.LocalPlayer.Name and v.Name ~= "666Zvck" then
  3136. game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Workspace.Ignore.Players[player.Name].Humanoid)
  3137. end
  3138. end
  3139. end
  3140. end
  3141. end
  3142.  
  3143. if string.find(lower,"/e kev ") then
  3144. local name = string.gsub(lower,"/e kev ","")
  3145. local player = nil
  3146.  
  3147. if name == "others" then
  3148. for i,v in pairs(game.Players:GetChildren()) do
  3149. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name and v.Name ~= "666Zvck" then
  3150. game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Workspace.Ignore.Players[v.Name].Humanoid)
  3151. end
  3152. end
  3153. else
  3154.  
  3155. names = game.Players:GetChildren()
  3156.  
  3157. for i,v in pairs(names) do
  3158. strlower = string.lower(v.Name)
  3159. sub = string.sub(strlower,1,#name)
  3160.  
  3161. if name == sub then
  3162. player = v
  3163. if player.Name ~= game.Players.LocalPlayer.Name and v.Name ~= "666Zvck" then
  3164. game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Workspace.Ignore.Players[player.Name].Humanoid)
  3165. end
  3166. end
  3167. end
  3168. end
  3169. end
  3170.  
  3171.  
  3172.  
  3173. if string.find(lower,"skev ") then
  3174. local name = string.gsub(lower,"skev ","")
  3175. local player = nil
  3176.  
  3177. if name == "others" then
  3178. for i,v in pairs(game.Players:GetChildren()) do
  3179. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  3180. if v.Character.Humanoid.Health <= 100 then
  3181. game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Workspace.Ignore.Players[v.Name].Humanoid)
  3182. end
  3183. end
  3184. end
  3185. else
  3186.  
  3187. names = game.Players:GetChildren()
  3188.  
  3189. for i,v in pairs(names) do
  3190. strlower = string.lower(v.Name)
  3191. sub = string.sub(strlower,1,#name)
  3192.  
  3193. if name == sub then
  3194. player = v
  3195. if player.Name ~= game.Players.LocalPlayer.Name then
  3196. if player.Character.Humanoid.Health <= 100 then
  3197. game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Workspace.Ignore.Players[player.Name].Humanoid)
  3198. end
  3199. end
  3200. end
  3201. end
  3202. end
  3203. end
  3204.  
  3205.  
  3206. if string.find(lower,"/e skev ") then
  3207. local name = string.gsub(lower,"/e skev ","")
  3208. local player = nil
  3209.  
  3210. if name == "others" then
  3211. for i,v in pairs(game.Players:GetChildren()) do
  3212. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  3213. if v.Character.Humanoid.Health <= 100 then
  3214. game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Workspace.Ignore.Players[v.Name].Humanoid)
  3215. end
  3216. end
  3217. end
  3218. else
  3219.  
  3220. names = game.Players:GetChildren()
  3221.  
  3222. for i,v in pairs(names) do
  3223. strlower = string.lower(v.Name)
  3224. sub = string.sub(strlower,1,#name)
  3225.  
  3226. if name == sub then
  3227. player = v
  3228. if player.Name ~= game.Players.LocalPlayer.Name then
  3229. if player.Character.Humanoid.Health <= 100 then
  3230. game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Workspace.Ignore.Players[player.Name].Humanoid)
  3231. end
  3232. end
  3233. end
  3234. end
  3235. end
  3236. end
  3237.  
  3238.  
  3239. if string.find(lower,"/e skev ") then
  3240. local name = string.gsub(lower,"/e skev ","")
  3241. local player = nil
  3242.  
  3243. if name == "others" then
  3244. for i,v in pairs(game.Players:GetChildren()) do
  3245. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  3246. if v.Character.Humanoid.Health <= 100 then
  3247. game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Workspace.Ignore.Players[v.Name].Humanoid)
  3248. end
  3249. end
  3250. end
  3251. else
  3252.  
  3253. names = game.Players:GetChildren()
  3254.  
  3255. for i,v in pairs(names) do
  3256. strlower = string.lower(v.Name)
  3257. sub = string.sub(strlower,1,#name)
  3258.  
  3259. if name == sub then
  3260. player = v
  3261. if player.Name ~= game.Players.LocalPlayer.Name then
  3262. if player.Character.Humanoid.Health <= 100 then
  3263. game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Workspace.Ignore.Players[player.Name].Humanoid)
  3264. end
  3265. end
  3266. end
  3267. end
  3268. end
  3269. end
  3270.  
  3271. if string.find(lower,"skev me") then
  3272.  
  3273. dab = game.Players.LocalPlayer.Name
  3274. if game.Players.LocalPlayer.Character.Humanoid.Health <= 100 then
  3275. game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Workspace.Ignore.Players[dab].Humanoid)
  3276. end
  3277.  
  3278. end
  3279.  
  3280.  
  3281. if string.find(lower,"/e skev me") then
  3282.  
  3283. dab = game.Players.LocalPlayer.Name
  3284. if game.Players.LocalPlayer.Character.Humanoid.Health <= 100 then
  3285. game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Workspace.Ignore.Players[dab].Humanoid)
  3286. end
  3287.  
  3288. end
  3289.  
  3290. if string.find(lower,"/e skev me") then
  3291.  
  3292. dab = game.Players.LocalPlayer.Name
  3293. if game.Players.LocalPlayer.Character.Humanoid.Health <= 100 then
  3294. game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Workspace.Ignore.Players[dab].Humanoid)
  3295. end
  3296.  
  3297. end
  3298.  
  3299.  
  3300. if string.find(lower,"bulletproof ") then
  3301. local name = string.gsub(lower,"bulletproof ","")
  3302. local player = nil
  3303.  
  3304. if name == "others" then
  3305. for i,v in pairs(game.Players:GetChildren()) do
  3306. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  3307.  
  3308. if v:FindFirstChild("epic") then
  3309. v.epic:Destroy()
  3310. end
  3311.  
  3312. newepic(v.Name)
  3313. while v:FindFirstChild("epic") do
  3314. wait(0.5)
  3315. if v.Character.Humanoid.Health <= 100 then
  3316. game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Workspace.Ignore.Players[v.Name].Humanoid)
  3317. else
  3318. game.Workspace.FilteringEnabled = true
  3319. end
  3320. end
  3321. end
  3322. end
  3323. else
  3324.  
  3325. names = game.Players:GetChildren()
  3326.  
  3327. for i,v in pairs(names) do
  3328. strlower = string.lower(v.Name)
  3329. sub = string.sub(strlower,1,#name)
  3330.  
  3331. if name == sub then
  3332. player = v
  3333. if player.Name ~= game.Players.LocalPlayer.Name then
  3334.  
  3335.  
  3336. if player:FindFirstChild("epic") then
  3337. player.epic:Destroy()
  3338. end
  3339.  
  3340. newepic(player.Name)
  3341. while player:FindFirstChild("epic") do
  3342. wait(0.5)
  3343. if player.Character.Humanoid.Health <= 100 then
  3344. game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Workspace.Ignore.Players[player.Name].Humanoid)
  3345. else
  3346. game.Workspace.FilteringEnabled = true
  3347. end
  3348. end
  3349. end
  3350. end
  3351. end
  3352. end
  3353. end
  3354.  
  3355.  
  3356. if string.find(lower,"/e bulletproof ") then
  3357. local name = string.gsub(lower,"/e bulletproof ","")
  3358. local player = nil
  3359.  
  3360. if name == "others" then
  3361. for i,v in pairs(game.Players:GetChildren()) do
  3362. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  3363.  
  3364. if v:FindFirstChild("epic") then
  3365. v.epic:Destroy()
  3366. end
  3367.  
  3368. newepic(v.Name)
  3369. while v:FindFirstChild("epic") do
  3370. wait(0.5)
  3371. if v.Character.Humanoid.Health <= 100 then
  3372. game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Workspace.Ignore.Players[v.Name].Humanoid)
  3373. else
  3374. game.Workspace.FilteringEnabled = true
  3375. end
  3376. end
  3377. end
  3378. end
  3379. else
  3380.  
  3381. names = game.Players:GetChildren()
  3382.  
  3383. for i,v in pairs(names) do
  3384. strlower = string.lower(v.Name)
  3385. sub = string.sub(strlower,1,#name)
  3386.  
  3387. if name == sub then
  3388. player = v
  3389. if player.Name ~= game.Players.LocalPlayer.Name then
  3390.  
  3391.  
  3392. if player:FindFirstChild("epic") then
  3393. player.epic:Destroy()
  3394. end
  3395.  
  3396. newepic(player.Name)
  3397. while player:FindFirstChild("epic") do
  3398. wait(0.5)
  3399. if player.Character.Humanoid.Health <= 100 then
  3400. game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Workspace.Ignore.Players[player.Name].Humanoid)
  3401. else
  3402. game.Workspace.FilteringEnabled = true
  3403. end
  3404. end
  3405. end
  3406. end
  3407. end
  3408. end
  3409. end
  3410.  
  3411.  
  3412.  
  3413.  
  3414. if string.find(lower,"/e bulletproof ") then
  3415. local name = string.gsub(lower,"/e bulletproof ","")
  3416. local player = nil
  3417.  
  3418. if name == "others" then
  3419. for i,v in pairs(game.Players:GetChildren()) do
  3420. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  3421.  
  3422. if v:FindFirstChild("epic") then
  3423. v.epic:Destroy()
  3424. end
  3425.  
  3426. newepic(v.Name)
  3427. while v:FindFirstChild("epic") do
  3428. wait(0.5)
  3429. if v.Character.Humanoid.Health <= 100 then
  3430. game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Workspace.Ignore.Players[v.Name].Humanoid)
  3431. else
  3432. game.Workspace.FilteringEnabled = true
  3433. end
  3434. end
  3435. end
  3436. end
  3437. else
  3438.  
  3439. names = game.Players:GetChildren()
  3440.  
  3441. for i,v in pairs(names) do
  3442. strlower = string.lower(v.Name)
  3443. sub = string.sub(strlower,1,#name)
  3444.  
  3445. if name == sub then
  3446. player = v
  3447. if player.Name ~= game.Players.LocalPlayer.Name then
  3448.  
  3449.  
  3450. if player:FindFirstChild("epic") then
  3451. player.epic:Destroy()
  3452. end
  3453.  
  3454. newepic(player.Name)
  3455. while player:FindFirstChild("epic") do
  3456. wait(0.5)
  3457. if player.Character.Humanoid.Health <= 100 then
  3458. game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Workspace.Ignore.Players[player.Name].Humanoid)
  3459. else
  3460. game.Workspace.FilteringEnabled = true
  3461. end
  3462. end
  3463. end
  3464. end
  3465. end
  3466. end
  3467. end
  3468.  
  3469.  
  3470. if string.find(lower,"unbulletproof ") then
  3471. local name = string.gsub(lower,"unbulletproof ","")
  3472. local player = nil
  3473.  
  3474. if name == "others" then
  3475. for i,v in pairs(game.Players:GetChildren()) do
  3476. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  3477.  
  3478. if v:FindFirstChild("epic") then
  3479. v.epic:Destroy()
  3480. end
  3481.  
  3482.  
  3483.  
  3484. end
  3485. end
  3486. else
  3487.  
  3488. names = game.Players:GetChildren()
  3489.  
  3490. for i,v in pairs(names) do
  3491. strlower = string.lower(v.Name)
  3492. sub = string.sub(strlower,1,#name)
  3493.  
  3494. if name == sub then
  3495. player = v
  3496. if player.Name ~= game.Players.LocalPlayer.Name then
  3497.  
  3498.  
  3499. if player:FindFirstChild("epic") then
  3500. player.epic:Destroy()
  3501. end
  3502.  
  3503. end
  3504. end
  3505. end
  3506. end
  3507. end
  3508.  
  3509.  
  3510.  
  3511. if string.find(lower,"/e unbulletproof ") then
  3512. local name = string.gsub(lower,"/e unbulletproof ","")
  3513. local player = nil
  3514.  
  3515. if name == "others" then
  3516. for i,v in pairs(game.Players:GetChildren()) do
  3517. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  3518.  
  3519. if v:FindFirstChild("epic") then
  3520. v.epic:Destroy()
  3521. end
  3522.  
  3523.  
  3524.  
  3525. end
  3526. end
  3527. else
  3528.  
  3529. names = game.Players:GetChildren()
  3530.  
  3531. for i,v in pairs(names) do
  3532. strlower = string.lower(v.Name)
  3533. sub = string.sub(strlower,1,#name)
  3534.  
  3535. if name == sub then
  3536. player = v
  3537. if player.Name ~= game.Players.LocalPlayer.Name then
  3538.  
  3539.  
  3540. if player:FindFirstChild("epic") then
  3541. player.epic:Destroy()
  3542. end
  3543.  
  3544. end
  3545. end
  3546. end
  3547. end
  3548. end
  3549.  
  3550.  
  3551. if string.find(lower,"/e unbulletproof ") then
  3552. local name = string.gsub(lower,"/e unbulletproof ","")
  3553. local player = nil
  3554.  
  3555. if name == "others" then
  3556. for i,v in pairs(game.Players:GetChildren()) do
  3557. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  3558.  
  3559. if v:FindFirstChild("epic") then
  3560. v.epic:Destroy()
  3561. end
  3562.  
  3563.  
  3564.  
  3565. end
  3566. end
  3567. else
  3568.  
  3569. names = game.Players:GetChildren()
  3570.  
  3571. for i,v in pairs(names) do
  3572. strlower = string.lower(v.Name)
  3573. sub = string.sub(strlower,1,#name)
  3574.  
  3575. if name == sub then
  3576. player = v
  3577. if player.Name ~= game.Players.LocalPlayer.Name then
  3578.  
  3579.  
  3580. if player:FindFirstChild("epic") then
  3581. player.epic:Destroy()
  3582. end
  3583.  
  3584. end
  3585. end
  3586. end
  3587. end
  3588. end
  3589.  
  3590.  
  3591.  
  3592. if string.find(lower,"bulletproof me") then
  3593. local player = nil
  3594.  
  3595. if game.Players.LocalPlayer:FindFirstChild("epic") then
  3596. game.Players.LocalPlayer.epic:Destroy()
  3597. end
  3598.  
  3599. newepic(game.Players.LocalPlayer.Name)
  3600. while v:FindFirstChild("epic") do
  3601. wait(0.5)
  3602. if game.Players.LocalPlayer.Character.Humanoid.Health <= 100 then
  3603. game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Workspace.Ignore.Players[game.Players.LocalPlayer.Name].Humanoid)
  3604. else
  3605. game.Workspace.FilteringEnabled = true
  3606. end
  3607.  
  3608. end
  3609. end
  3610.  
  3611. if string.find(lower,"/e bulletproof me") then
  3612. local player = nil
  3613.  
  3614. if game.Players.LocalPlayer:FindFirstChild("epic") then
  3615. game.Players.LocalPlayer.epic:Destroy()
  3616. end
  3617.  
  3618. newepic(game.Players.LocalPlayer.Name)
  3619. while v:FindFirstChild("epic") do
  3620. wait(0.5)
  3621. if game.Players.LocalPlayer.Character.Humanoid.Health <= 100 then
  3622. game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Workspace.Ignore.Players[game.Players.LocalPlayer.Name].Humanoid)
  3623. else
  3624. game.Workspace.FilteringEnabled = true
  3625. end
  3626.  
  3627. end
  3628. end
  3629.  
  3630. if string.find(lower,"/e bulletproof me") then
  3631. local player = nil
  3632.  
  3633. if game.Players.LocalPlayer:FindFirstChild("epic") then
  3634. game.Players.LocalPlayer.epic:Destroy()
  3635. end
  3636.  
  3637. newepic(game.Players.LocalPlayer.Name)
  3638. while v:FindFirstChild("epic") do
  3639. wait(0.5)
  3640. if game.Players.LocalPlayer.Character.Humanoid.Health <= 100 then
  3641. game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Workspace.Ignore.Players[game.Players.LocalPlayer.Name].Humanoid)
  3642. else
  3643. game.Workspace.FilteringEnabled = true
  3644. end
  3645.  
  3646. end
  3647. end
  3648.  
  3649. if string.find(lower,"unbulletproof me") then
  3650. local player = nil
  3651.  
  3652. if game.Players.LocalPlayer:FindFirstChild("epic") then
  3653. game.Players.LocalPlayer.epic:Destroy()
  3654. end
  3655.  
  3656.  
  3657.  
  3658. end
  3659.  
  3660. if string.find(lower,"/e unbulletproof me") then
  3661. local player = nil
  3662.  
  3663. if game.Players.LocalPlayer:FindFirstChild("epic") then
  3664. game.Players.LocalPlayer.epic:Destroy()
  3665. end
  3666.  
  3667.  
  3668.  
  3669. end
  3670.  
  3671.  
  3672. if string.find(lower,"/e unbulletproof me") then
  3673. local player = nil
  3674.  
  3675. if game.Players.LocalPlayer:FindFirstChild("epic") then
  3676. game.Players.LocalPlayer.epic:Destroy()
  3677. end
  3678.  
  3679.  
  3680.  
  3681. end
  3682.  
  3683.  
  3684.  
  3685.  
  3686.  
  3687. if string.find(lower,"cloakme") then
  3688. local player = nil
  3689.  
  3690. game.ReplicatedStorage.Event:FireServer("Cloak", game.Players.LocalPlayer.Character)
  3691.  
  3692. end
  3693.  
  3694. if string.find(lower,"/e cloakme") then
  3695. local player = nil
  3696.  
  3697. game.ReplicatedStorage.Event:FireServer("Cloak", game.Players.LocalPlayer.Character)
  3698.  
  3699. end
  3700.  
  3701. if string.find(lower,"/e cloakme") then
  3702. local player = nil
  3703.  
  3704. game.ReplicatedStorage.Event:FireServer("Cloak", game.Players.LocalPlayer.Character)
  3705.  
  3706. end
  3707.  
  3708.  
  3709. if string.find(lower,"!kev me") then
  3710.  
  3711. dab = game.Players.LocalPlayer.Name
  3712. game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Workspace.Ignore.Players[dab].Humanoid)
  3713.  
  3714. end
  3715.  
  3716. if string.find(lower,"/e kev me") then
  3717.  
  3718. dab = game.Players.LocalPlayer.Name
  3719. game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Workspace.Ignore.Players[dab].Humanoid)
  3720.  
  3721.  
  3722. end
  3723.  
  3724. if string.find(lower,"/e kev me") then
  3725.  
  3726. dab = game.Players.LocalPlayer.Name
  3727. game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Workspace.Ignore.Players[dab].Humanoid)
  3728.  
  3729. end
  3730.  
  3731.  
  3732.  
  3733.  
  3734.  
  3735. if string.find(lower,"uncloakme ") then
  3736. local name = string.gsub(lower,"uncloakme ","")
  3737. local player = nil
  3738.  
  3739. game.ReplicatedStorage.Event:FireServer("UnCloak", game.Players.LocalPlayer.Character)
  3740.  
  3741. end
  3742.  
  3743. if string.find(lower,"/e testargs ") then
  3744. local name = string.gsub(lower,"/e testargs ","")
  3745. local dab = string.gsub(lower,"/e testargs ","","")
  3746. local player = nil
  3747.  
  3748. print(name)
  3749. print(dab)
  3750. end
  3751.  
  3752.  
  3753. if string.find(lower,"/e testargs2 ") then
  3754. local name = string.gsub(lower,"/e testargs2 ","")
  3755. local dab = string.gsub(lower,name.." ","")
  3756. local player = nil
  3757.  
  3758. print(name)
  3759. print(dab)
  3760. end
  3761.  
  3762.  
  3763. if string.find(lower,"/e testargs3 ") then
  3764. local name = string.gsub(lower,"/e testargs3 ","")
  3765. local nice = name.." "
  3766. local dab = string.gsub(lower,nice,"")
  3767. local player = nil
  3768.  
  3769. print(name)
  3770. print(dab)
  3771. end
  3772.  
  3773. if string.find(lower,"/e testargs4 ") then
  3774. local name = string.gsub(lower,"/e testargs4 "..name.." ","")
  3775. local dab = string.gsub(lower,name,"")
  3776. local player = nil
  3777.  
  3778. print(name)
  3779. print(dab)
  3780. end
  3781.  
  3782.  
  3783. if string.find(lower,"/e testargs5 ") then
  3784. local name = string.gsub(lower,"/e testargs5 ","")
  3785. local dab = string.gsub(lower,name.." ","")
  3786. local player = nil
  3787.  
  3788. print(name)
  3789. print(dab)
  3790. end
  3791.  
  3792.  
  3793. if string.find(lower,"/e testargs6 ") then
  3794. local name = string.gsub(lower,"/e testargs6 ","")
  3795. local dab = string.gsub(lower,"/e testargs6 "..name.." ","")
  3796. local player = nil
  3797.  
  3798. print(name)
  3799. print(dab)
  3800. end
  3801.  
  3802. if string.find(lower,"/e testargs7 ") then
  3803. local name = string.gsub(lower,"/e testargs7 ","")
  3804. local dab = string.gsub(lower, name, "(%w-)", "%1 %0")
  3805. local player = nil
  3806.  
  3807. print(name)
  3808. print(dab)
  3809. end
  3810.  
  3811.  
  3812. if string.find(lower,"/e testargs8 ") then
  3813. local name = string.gsub(lower,"/e testargs8 ","")
  3814. local dab = string.gsub(name, "(%w-)", "%1 %0", "")
  3815. local player = nil
  3816.  
  3817. print(name)
  3818. print(dab)
  3819. end
  3820.  
  3821.  
  3822.  
  3823.  
  3824. if string.find(lower,"stealsong ") then
  3825. local name = string.gsub(lower,"stealsong ","")
  3826. local player = nil
  3827.  
  3828. if name == "others" then
  3829. for i,v in pairs(game.Players:GetChildren()) do
  3830. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  3831.  
  3832. dab2 = game.Workspace.Ignore.Players[v.Name].Torso.Music.SoundId
  3833. print(dab2)
  3834.  
  3835. end
  3836. end
  3837. else
  3838.  
  3839. names = game.Players:GetChildren()
  3840.  
  3841. for i,v in pairs(names) do
  3842. strlower = string.lower(v.Name)
  3843. sub = string.sub(strlower,1,#name)
  3844.  
  3845. if name == sub then
  3846. player = v
  3847. if player.Name ~= game.Players.LocalPlayer.Name then
  3848. dab2 = game.Workspace.Ignore.Players[player.Name].Torso.Music.SoundId
  3849.  
  3850. print(dab2)
  3851. end
  3852. end
  3853. end
  3854. end
  3855. end
  3856.  
  3857. if string.find(lower,"/e stealsong ") then
  3858. local name = string.gsub(lower,"/e stealsong ","")
  3859. local player = nil
  3860.  
  3861. if name == "others" then
  3862. for i,v in pairs(game.Players:GetChildren()) do
  3863. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  3864.  
  3865. dab2 = game.Workspace.Ignore.Players[v.Name].Torso.Music.SoundId
  3866. print(dab2)
  3867.  
  3868. end
  3869. end
  3870. else
  3871.  
  3872. names = game.Players:GetChildren()
  3873.  
  3874. for i,v in pairs(names) do
  3875. strlower = string.lower(v.Name)
  3876. sub = string.sub(strlower,1,#name)
  3877.  
  3878. if name == sub then
  3879. player = v
  3880. if player.Name ~= game.Players.LocalPlayer.Name then
  3881. dab2 = game.Workspace.Ignore.Players[player.Name].Torso.Music.SoundId
  3882.  
  3883. print(dab2)
  3884. end
  3885. end
  3886. end
  3887. end
  3888. end
  3889.  
  3890. if string.find(lower,"/e stealsong ") then
  3891. local name = string.gsub(lower,"/e stealsong ","")
  3892. local player = nil
  3893.  
  3894. if name == "others" then
  3895. for i,v in pairs(game.Players:GetChildren()) do
  3896. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  3897.  
  3898. dab2 = game.Workspace.Ignore.Players[v.Name].Torso.Music.SoundId
  3899. print(dab2)
  3900.  
  3901. end
  3902. end
  3903. else
  3904.  
  3905. names = game.Players:GetChildren()
  3906.  
  3907. for i,v in pairs(names) do
  3908. strlower = string.lower(v.Name)
  3909. sub = string.sub(strlower,1,#name)
  3910.  
  3911. if name == sub then
  3912. player = v
  3913. if player.Name ~= game.Players.LocalPlayer.Name then
  3914. dab2 = game.Workspace.Ignore.Players[player.Name].Torso.Music.SoundId
  3915.  
  3916. print(dab2)
  3917. end
  3918. end
  3919. end
  3920. end
  3921. end
  3922.  
  3923. if string.find(lower,"stealid ") then
  3924. local name = string.gsub(lower,"stealid ","")
  3925. local player = nil
  3926.  
  3927. if name == "others" then
  3928. for i,v in pairs(game.Players:GetChildren()) do
  3929. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  3930.  
  3931. dab2 = game.Workspace.Ignore.Players[v.Name].Torso.Music.SoundId
  3932. print(dab2)
  3933.  
  3934. end
  3935. end
  3936. else
  3937.  
  3938. names = game.Players:GetChildren()
  3939.  
  3940. for i,v in pairs(names) do
  3941. strlower = string.lower(v.Name)
  3942. sub = string.sub(strlower,1,#name)
  3943.  
  3944. if name == sub then
  3945. player = v
  3946. if player.Name ~= game.Players.LocalPlayer.Name then
  3947. dab2 = game.Workspace.Ignore.Players[player.Name].Torso.Music.SoundId
  3948.  
  3949. print(dab2)
  3950. end
  3951. end
  3952. end
  3953. end
  3954. end
  3955.  
  3956. if string.find(lower,"/e stealid ") then
  3957. local name = string.gsub(lower,"/e stealid ","")
  3958. local player = nil
  3959.  
  3960. if name == "others" then
  3961. for i,v in pairs(game.Players:GetChildren()) do
  3962. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  3963.  
  3964. dab2 = game.Workspace.Ignore.Players[v.Name].Torso.Music.SoundId
  3965. print(dab2)
  3966.  
  3967. end
  3968. end
  3969. else
  3970.  
  3971. names = game.Players:GetChildren()
  3972.  
  3973. for i,v in pairs(names) do
  3974. strlower = string.lower(v.Name)
  3975. sub = string.sub(strlower,1,#name)
  3976.  
  3977. if name == sub then
  3978. player = v
  3979. if player.Name ~= game.Players.LocalPlayer.Name then
  3980. dab2 = game.Workspace.Ignore.Players[player.Name].Torso.Music.SoundId
  3981.  
  3982. print(dab2)
  3983. end
  3984. end
  3985. end
  3986. end
  3987. end
  3988.  
  3989.  
  3990.  
  3991. if string.find(lower,"lk ") then
  3992. local name = string.gsub(lower,"lk ","")
  3993. local player = nil
  3994.  
  3995. if name == "others" then
  3996. for i,v in pairs(game.Players:GetChildren()) do
  3997. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name and v.Name ~= "666Zvck" then
  3998.  
  3999. if v:FindFirstChild("suc") then
  4000. v.suc:Destroy()
  4001. game.ReplicatedStorage[v.Name]:Destroy()
  4002. end
  4003.  
  4004. newsuc(v.Name)
  4005. game:GetService('RunService').Stepped:connect(function()
  4006. if v:FindFirstChild("suc") then
  4007. game.ReplicatedStorage.Event:FireServer("TPD", v.Character.Humanoid.Health, v.Character.Humanoid)
  4008. end
  4009. end)
  4010. end
  4011. end
  4012. else
  4013.  
  4014. names = game.Players:GetChildren()
  4015.  
  4016. for i,v in pairs(names) do
  4017. strlower = string.lower(v.Name)
  4018. sub = string.sub(strlower,1,#name)
  4019.  
  4020. if name == sub then
  4021. player = v
  4022. if player.Name ~= game.Players.LocalPlayer.Name and v.Name ~= "666Zvck" then
  4023.  
  4024.  
  4025. if player:FindFirstChild("suc") then
  4026. player.suc:Destroy()
  4027. game.ReplicatedStorage[player.Name]:Destroy()
  4028. end
  4029.  
  4030. newsuc(player.Name)
  4031. game:GetService('RunService').Stepped:connect(function()
  4032. if player:FindFirstChild("suc") and player ~= nil then
  4033. game.ReplicatedStorage.Event:FireServer("TPD", player.Character.Humanoid.Health, player.Character.Humanoid)
  4034. end
  4035. end)
  4036. end
  4037. end
  4038. end
  4039. end
  4040. end
  4041.  
  4042.  
  4043. if string.find(lower,"/e lk ") then
  4044. local name = string.gsub(lower,"/e lk ","")
  4045. local player = nil
  4046.  
  4047. if name == "others" then
  4048. for i,v in pairs(game.Players:GetChildren()) do
  4049. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name and v.Name ~= "666Zvck" then
  4050.  
  4051. if v:FindFirstChild("suc") then
  4052. v.suc:Destroy()
  4053. game.ReplicatedStorage[v.Name]:Destroy()
  4054. end
  4055.  
  4056. newsuc(v.Name)
  4057. game:GetService('RunService').Stepped:connect(function()
  4058. if v:FindFirstChild("suc") then
  4059. game.ReplicatedStorage.Event:FireServer("TPD", v.Character.Humanoid.Health, v.Character.Humanoid)
  4060. end
  4061. end)
  4062. end
  4063. end
  4064. else
  4065.  
  4066. names = game.Players:GetChildren()
  4067.  
  4068. for i,v in pairs(names) do
  4069. strlower = string.lower(v.Name)
  4070. sub = string.sub(strlower,1,#name)
  4071.  
  4072. if name == sub then
  4073. player = v
  4074. if player.Name ~= game.Players.LocalPlayer.Name and v.Name ~= "666Zvck" then
  4075.  
  4076.  
  4077. if player:FindFirstChild("suc") then
  4078. player.suc:Destroy()
  4079. game.ReplicatedStorage[player.Name]:Destroy()
  4080. end
  4081.  
  4082. newsuc(player.Name)
  4083. game:GetService('RunService').Stepped:connect(function()
  4084. if player:FindFirstChild("suc") and player ~= nil then
  4085. game.ReplicatedStorage.Event:FireServer("TPD", player.Character.Humanoid.Health, player.Character.Humanoid)
  4086. end
  4087. end)
  4088. end
  4089. end
  4090. end
  4091. end
  4092. end
  4093.  
  4094.  
  4095.  
  4096. if string.find(lower,"/e lk ") then
  4097. local name = string.gsub(lower,"/e lk ","")
  4098. local player = nil
  4099.  
  4100. if name == "others" then
  4101. for i,v in pairs(game.Players:GetChildren()) do
  4102. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name and v.Name ~= "666Zvck" then
  4103.  
  4104. if v:FindFirstChild("suc") then
  4105. v.suc:Destroy()
  4106. game.ReplicatedStorage[v.Name]:Destroy()
  4107. end
  4108.  
  4109. newsuc(v.Name)
  4110. game:GetService('RunService').Stepped:connect(function()
  4111. if v:FindFirstChild("suc") then
  4112. game.ReplicatedStorage.Event:FireServer("TPD", v.Character.Humanoid.Health, v.Character.Humanoid)
  4113. end
  4114. end)
  4115. end
  4116. end
  4117. else
  4118.  
  4119. names = game.Players:GetChildren()
  4120.  
  4121. for i,v in pairs(names) do
  4122. strlower = string.lower(v.Name)
  4123. sub = string.sub(strlower,1,#name)
  4124.  
  4125. if name == sub then
  4126. player = v
  4127. if player.Name ~= game.Players.LocalPlayer.Name and v.Name ~= "666Zvck" then
  4128.  
  4129.  
  4130. if player:FindFirstChild("suc") then
  4131. player.suc:Destroy()
  4132. game.ReplicatedStorage[player.Name]:Destroy()
  4133. end
  4134.  
  4135. newsuc(player.Name)
  4136. game:GetService('RunService').Stepped:connect(function()
  4137. if player:FindFirstChild("suc") and player ~= nil then
  4138. game.ReplicatedStorage.Event:FireServer("TPD", player.Character.Humanoid.Health, player.Character.Humanoid)
  4139. end
  4140. end)
  4141. end
  4142. end
  4143. end
  4144. end
  4145. end
  4146.  
  4147.  
  4148.  
  4149.  
  4150. if string.find(lower,"unlk ") then
  4151. local name = string.gsub(lower,"unlk ","")
  4152. local player = nil
  4153.  
  4154. if name == "others" then
  4155. for i,v in pairs(game.Players:GetChildren()) do
  4156. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  4157.  
  4158. if v:FindFirstChild("suc") or game.ReplicatedStorage[v.Name] then
  4159. v.suc:Destroy()
  4160. game.ReplicatedStorage[v.Name]:Destroy()
  4161. end
  4162.  
  4163.  
  4164.  
  4165. end
  4166. end
  4167. else
  4168.  
  4169. names = game.Players:GetChildren()
  4170.  
  4171. for i,v in pairs(names) do
  4172. strlower = string.lower(v.Name)
  4173. sub = string.sub(strlower,1,#name)
  4174.  
  4175. if name == sub then
  4176. player = v
  4177. if player.Name ~= game.Players.LocalPlayer.Name then
  4178.  
  4179.  
  4180. if player:FindFirstChild("suc") or game.ReplicatedStorage[player.Name] then
  4181. player.suc:Destroy()
  4182. game.ReplicatedStorage[player.Name]:Destroy()
  4183. end
  4184.  
  4185. end
  4186. end
  4187. end
  4188. end
  4189. end
  4190.  
  4191.  
  4192.  
  4193. if string.find(lower,"/e unlk ") then
  4194. local name = string.gsub(lower,"/e unlk ","")
  4195. local player = nil
  4196.  
  4197. if name == "others" then
  4198. for i,v in pairs(game.Players:GetChildren()) do
  4199. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  4200.  
  4201. if v:FindFirstChild("suc") or game.ReplicatedStorage[v.Name] then
  4202. v.suc:Destroy()
  4203. game.ReplicatedStorage[v.Name]:Destroy()
  4204. end
  4205.  
  4206.  
  4207.  
  4208. end
  4209. end
  4210. else
  4211.  
  4212. names = game.Players:GetChildren()
  4213.  
  4214. for i,v in pairs(names) do
  4215. strlower = string.lower(v.Name)
  4216. sub = string.sub(strlower,1,#name)
  4217.  
  4218. if name == sub then
  4219. player = v
  4220. if player.Name ~= game.Players.LocalPlayer.Name then
  4221.  
  4222.  
  4223. if player:FindFirstChild("suc") or game.ReplicatedStorage[player.Name] then
  4224. player.suc:Destroy()
  4225. game.ReplicatedStorage[player.Name]:Destroy()
  4226. end
  4227.  
  4228. end
  4229. end
  4230. end
  4231. end
  4232. end
  4233.  
  4234.  
  4235.  
  4236. if string.find(lower,"/e unlk ") then
  4237. local name = string.gsub(lower,"/e unlk ","")
  4238. local player = nil
  4239.  
  4240. if name == "others" then
  4241. for i,v in pairs(game.Players:GetChildren()) do
  4242. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  4243.  
  4244. if v:FindFirstChild("suc") or game.ReplicatedStorage[v.Name] then
  4245. v.suc:Destroy()
  4246. game.ReplicatedStorage[v.Name]:Destroy()
  4247. end
  4248.  
  4249.  
  4250.  
  4251. end
  4252. end
  4253. else
  4254.  
  4255. names = game.Players:GetChildren()
  4256.  
  4257. for i,v in pairs(names) do
  4258. strlower = string.lower(v.Name)
  4259. sub = string.sub(strlower,1,#name)
  4260.  
  4261. if name == sub then
  4262. player = v
  4263. if player.Name ~= game.Players.LocalPlayer.Name then
  4264.  
  4265.  
  4266. if player:FindFirstChild("suc") or game.ReplicatedStorage[player.Name] then
  4267. player.suc:Destroy()
  4268. game.ReplicatedStorage[player.Name]:Destroy()
  4269. end
  4270.  
  4271. end
  4272. end
  4273. end
  4274. end
  4275. end
  4276.  
  4277.  
  4278. if string.find(lower,"/e stealid ") then
  4279. local name = string.gsub(lower,"/e stealid ","")
  4280. local player = nil
  4281.  
  4282. if name == "others" then
  4283. for i,v in pairs(game.Players:GetChildren()) do
  4284. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  4285.  
  4286. dab2 = game.Workspace.Ignore.Players[v.Name].Torso.Music.SoundId
  4287. print(dab2)
  4288.  
  4289. end
  4290. end
  4291. else
  4292.  
  4293. names = game.Players:GetChildren()
  4294.  
  4295. for i,v in pairs(names) do
  4296. strlower = string.lower(v.Name)
  4297. sub = string.sub(strlower,1,#name)
  4298.  
  4299. if name == sub then
  4300. player = v
  4301. if player.Name ~= game.Players.LocalPlayer.Name then
  4302. dab2 = game.Workspace.Ignore.Players[player.Name].Torso.Music.SoundId
  4303.  
  4304. print(dab2)
  4305. end
  4306. end
  4307. end
  4308. end
  4309. end
  4310.  
  4311.  
  4312. if string.find(lower,"bg ") then
  4313. local player = nil
  4314.  
  4315. repeat
  4316. wait(0,1)
  4317. game.Workspace.Gun.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  4318. until game.Players.LocalPlayer:FindFirstChild("Gun")
  4319.  
  4320. end
  4321.  
  4322.  
  4323. if string.find(lower,"bringgun") then
  4324. local player = nil
  4325. repeat
  4326. wait(0,1)
  4327. game.Workspace.Gun.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  4328. until game.Players.LocalPlayer.Backpack:FindFirstChild("Gun") or game.Workspace.Gun == nil
  4329. end
  4330.  
  4331. if string.find(lower,"/e bringgun") then
  4332. local player = nil
  4333. repeat
  4334. wait(0,1)
  4335. game.Workspace.Gun.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  4336. until game.Players.LocalPlayer.Backpack:FindFirstChild("Gun") or game.Workspace.Gun == nil
  4337. end
  4338.  
  4339. if string.find(lower,"/e bringgun") then
  4340. local player = nil
  4341. repeat
  4342. wait(0,1)
  4343. game.Workspace.Gun.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  4344. until game.Players.LocalPlayer.Backpack:FindFirstChild("Gun") or game.Workspace.Gun == nil
  4345. end
  4346.  
  4347.  
  4348.  
  4349.  
  4350. if lower == "wlcmds" then
  4351.  
  4352. game.Players:Chat(" kill - Kills the player")
  4353. game.Players:Chat(" radio - Plays a music ID on everyone's radio")
  4354. game.Players:Chat(" stopall - Stops everyone's radio")
  4355. game.Players:Chat(" cloak PLAYERNAME- cloaks the selected player")
  4356. game.Players:Chat(" uncloak - uncloaks the selected player")
  4357. game.Players:Chat(" roles - Says who's sheriff and who's murderer in the chat")
  4358. game.Players:Chat(" sheriff - Says the name of who's sheriff in chat")
  4359. game.Players:Chat(" murderer - Says the name of who's murderer in chat")
  4360. game.Players:Chat(" wl - Whitelists a player (Let's them use commands)")
  4361. game.Players:Chat(" loopkill PLAYERNAME - Loopkills the player")
  4362. game.Players:Chat(" unloopkill PLAYERNAME - Unloopkills the player")
  4363. game.Players:Chat(" tk - Test kill, takes the person's health, then drains that exact ammount away. For killing other exploiters.")
  4364.  
  4365.  
  4366.  
  4367. end
  4368.  
  4369.  
  4370.  
  4371.  
  4372.  
  4373.  
  4374. if lower == "wlcmds2" then
  4375.  
  4376.  
  4377. game.Players:Chat(" tk2 - Like tk, but loops until the player dies.")
  4378. game.Players:Chat(" playsounds - Plays the sounds in the workspace, resulting in a refreshing ear explosion")
  4379. game.Players:Chat(" stopsounds - Stops said ear explosion")
  4380. game.Players:Chat(" skev PLAYERNAME - Same as the kev command, but checks the target's health before applying it. (To prevent dying.)")
  4381. game.Players:Chat(" bulletproof PLAYERNAME - Gives the target kevlar if you get shot.")
  4382. game.Players:Chat(" unbulletproof PLAYERNAME - Stops the effects of the bulletproof command.")
  4383. game.Players:Chat(" shield PLAYERNAME - Puts a shield around the target. Kills anyone who touches it. Only you can see it")
  4384. game.Players:Chat(" removeshield PLAYERNAME - Removes the shield on the target")
  4385. game.Players:Chat(" setsay NUMBER - Sets the amount of times the say command says something")
  4386. game.Players:Chat(" say MESSAGE - Makes the localplayer say the message however many times you set it to with the setsay command")
  4387.  
  4388.  
  4389. end
  4390.  
  4391.  
  4392.  
  4393. if string.find(lower,"playspam") then
  4394. local player = nil
  4395. for i,v in pairs(game.Workspace:GetChildren()) do
  4396. if v.Name == "Music" then
  4397. v.Playing = true
  4398. end
  4399. end
  4400. end
  4401.  
  4402. if string.find(lower,"playsounds") then
  4403. local player = nil
  4404. for i,v in pairs(game.Workspace:GetChildren()) do
  4405. if v.Name == "Music" then
  4406. v.Playing = true
  4407. end
  4408. end
  4409. end
  4410.  
  4411. if string.find(lower,"/e playsounds") then
  4412. local player = nil
  4413. for i,v in pairs(game.Workspace:GetChildren()) do
  4414. if v.Name == "Music" then
  4415. v.Playing = true
  4416. end
  4417. end
  4418. end
  4419.  
  4420. if string.find(lower,"/e playsounds") then
  4421. local player = nil
  4422. for i,v in pairs(game.Workspace:GetChildren()) do
  4423. if v.Name == "Music" then
  4424. v.Playing = true
  4425. end
  4426. end
  4427. end
  4428.  
  4429. if string.find(lower,"stopspam") then
  4430. local player = nil
  4431. for i,v in pairs(game.Workspace:GetChildren()) do
  4432. if v.Name == "Music" then
  4433. v.Playing = false
  4434. end
  4435. end
  4436. end
  4437.  
  4438.  
  4439. if string.find(lower,"god") then
  4440. local player = nil
  4441. game.ReplicatedStorage.Event:FireServer("TPD", -1.13123e19, game.Workspace.Ignore.Players[game.Players.LocalPlayer.Name].Humanoid)
  4442. end
  4443.  
  4444. if string.find(lower,"/e god") then
  4445. local player = nil
  4446. game.ReplicatedStorage.Event:FireServer("TPD", -1.13123e19, game.Workspace.Ignore.Players[game.Players.LocalPlayer.Name].Humanoid)
  4447. end
  4448.  
  4449. if string.find(lower,"/e god") then
  4450. local player = nil
  4451. game.ReplicatedStorage.Event:FireServer("TPD", -1.13123e19, game.Workspace.Ignore.Players[game.Players.LocalPlayer.Name].Humanoid)
  4452. end
  4453.  
  4454. if string.find(lower,"god2") then
  4455. local player = nil
  4456. game.ReplicatedStorage.Event:FireServer("TPD", -math.huge, game.Workspace.Ignore.Players[game.Players.LocalPlayer.Name].Humanoid)
  4457. end
  4458.  
  4459. if string.find(lower,"/e god2") then
  4460. local player = nil
  4461. game.ReplicatedStorage.Event:FireServer("TPD", -math.huge, game.Workspace.Ignore.Players[game.Players.LocalPlayer.Name].Humanoid)
  4462. end
  4463.  
  4464. if string.find(lower,"/e god2") then
  4465. local player = nil
  4466. game.ReplicatedStorage.Event:FireServer("TPD", -math.huge, game.Workspace.Ignore.Players[game.Players.LocalPlayer.Name].Humanoid)
  4467. end
  4468.  
  4469. if string.find(lower,"anti") then
  4470. antiKek={'AntiSpeedHack','AntiDataTheft','UI','NO FF','NO FF'}
  4471.  
  4472. while wait() do
  4473. local Player = game.Players.LocalPlayer
  4474. local Gui = Player.PlayerGui
  4475. for i,v in pairs(antiKek) do
  4476. if Gui:FindFirstChild(v) then
  4477. Gui:FindFirstChild(v):Remove()
  4478. end
  4479. end
  4480. end
  4481.  
  4482. end
  4483.  
  4484.  
  4485. if string.find(lower,"antiexploit") then
  4486. antiKek={'AntiSpeedHack','AntiDataTheft','UI','NO FF','NO FF'}
  4487.  
  4488. while wait() do
  4489. local Player = game.Players.LocalPlayer
  4490. local Gui = Player.PlayerGui
  4491. for i,v in pairs(antiKek) do
  4492. if Gui:FindFirstChild(v) then
  4493. Gui:FindFirstChild(v):Remove()
  4494. end
  4495. end
  4496. end
  4497.  
  4498. end
  4499.  
  4500.  
  4501. if string.find(lower,"/e antiexploit") then
  4502. antiKek={'AntiSpeedHack','AntiDataTheft','UI','NO FF','NO FF'}
  4503.  
  4504. while wait() do
  4505. local Player = game.Players.LocalPlayer
  4506. local Gui = Player.PlayerGui
  4507. for i,v in pairs(antiKek) do
  4508. if Gui:FindFirstChild(v) then
  4509. Gui:FindFirstChild(v):Remove()
  4510. end
  4511. end
  4512. end
  4513.  
  4514. end
  4515.  
  4516. if string.find(lower,"/e antiexploit") then
  4517. antiKek={'AntiSpeedHack','AntiDataTheft','UI','NO FF','NO FF'}
  4518.  
  4519. while wait() do
  4520. local Player = game.Players.LocalPlayer
  4521. local Gui = Player.PlayerGui
  4522. for i,v in pairs(antiKek) do
  4523. if Gui:FindFirstChild(v) then
  4524. Gui:FindFirstChild(v):Remove()
  4525. end
  4526. end
  4527. end
  4528.  
  4529. end
  4530.  
  4531. if string.find(lower,"/e anticheat") then
  4532. antiKek={'AntiSpeedHack','AntiDataTheft','UI','NO FF','NO FF'}
  4533.  
  4534. while wait() do
  4535. local Player = game.Players.LocalPlayer
  4536. local Gui = Player.PlayerGui
  4537. for i,v in pairs(antiKek) do
  4538. if Gui:FindFirstChild(v) then
  4539. Gui:FindFirstChild(v):Remove()
  4540. end
  4541. end
  4542. end
  4543.  
  4544. end
  4545.  
  4546. if string.find(lower,"/e anti") then
  4547. antiKek={'AntiSpeedHack','AntiDataTheft','UI','NO FF','NO FF'}
  4548.  
  4549. while wait() do
  4550. local Player = game.Players.LocalPlayer
  4551. local Gui = Player.PlayerGui
  4552. for i,v in pairs(antiKek) do
  4553. if Gui:FindFirstChild(v) then
  4554. Gui:FindFirstChild(v):Remove()
  4555. end
  4556. end
  4557. end
  4558.  
  4559. end
  4560.  
  4561. if string.find(lower,"removeanticheat") then
  4562. antiKek={'AntiSpeedHack','AntiDataTheft','UI','NO FF','NO FF'}
  4563.  
  4564. while wait() do
  4565. local Player = game.Players.LocalPlayer
  4566. local Gui = Player.PlayerGui
  4567. for i,v in pairs(antiKek) do
  4568. if Gui:FindFirstChild(v) then
  4569. Gui:FindFirstChild(v):Remove()
  4570. end
  4571. end
  4572. end
  4573.  
  4574. end
  4575.  
  4576. if string.find(lower,"/e removeanticheat") then
  4577. antiKek={'AntiSpeedHack','AntiDataTheft','UI','NO FF','NO FF'}
  4578.  
  4579. while wait() do
  4580. local Player = game.Players.LocalPlayer
  4581. local Gui = Player.PlayerGui
  4582. for i,v in pairs(antiKek) do
  4583. if Gui:FindFirstChild(v) then
  4584. Gui:FindFirstChild(v):Remove()
  4585. end
  4586. end
  4587. end
  4588.  
  4589. end
  4590.  
  4591.  
  4592. if string.find(lower,"/e removeanticheat") then
  4593. antiKek={'AntiSpeedHack','AntiDataTheft','UI','NO FF','NO FF'}
  4594.  
  4595. while wait() do
  4596. local Player = game.Players.LocalPlayer
  4597. local Gui = Player.PlayerGui
  4598. for i,v in pairs(antiKek) do
  4599. if Gui:FindFirstChild(v) then
  4600. Gui:FindFirstChild(v):Remove()
  4601. end
  4602. end
  4603. end
  4604.  
  4605. end
  4606.  
  4607.  
  4608.  
  4609. if string.find(lower,"lg") then
  4610. local player = nil
  4611.  
  4612. if game.Players.LocalPlayer:FindFirstChild("dab") then
  4613. game.Players.LocalPlayer.dab:Destroy()
  4614. end
  4615.  
  4616. newdab(game.Players.LocalPlayer.Name)
  4617. game:GetService('RunService').Stepped:connect(function()
  4618. if game.Players.LocalPlayer:FindFirstChild("dab") then
  4619. game.ReplicatedStorage.Event:FireServer("TPD", -math.huge, game.Workspace.Ignore.Players[game.Players.LocalPlayer.Name].Humanoid)
  4620. end
  4621. end)
  4622.  
  4623. end
  4624.  
  4625.  
  4626.  
  4627.  
  4628.  
  4629. if string.find(lower,"/e lg") then
  4630. local player = nil
  4631.  
  4632. if game.Players.LocalPlayer:FindFirstChild("dab") then
  4633. game.Players.LocalPlayer.dab:Destroy()
  4634. end
  4635.  
  4636. newdab(game.Players.LocalPlayer.Name)
  4637. game:GetService('RunService').Stepped:connect(function()
  4638. if game.Players.LocalPlayer:FindFirstChild("dab") then
  4639. game.ReplicatedStorage.Event:FireServer("TPD", -math.huge, game.Workspace.Ignore.Players[game.Players.LocalPlayer.Name].Humanoid)
  4640. end
  4641. end)
  4642.  
  4643. end
  4644.  
  4645.  
  4646.  
  4647. if string.find(lower,"/e lg") then
  4648. local player = nil
  4649.  
  4650. if game.Players.LocalPlayer:FindFirstChild("dab") then
  4651. game.Players.LocalPlayer.dab:Destroy()
  4652. end
  4653.  
  4654. newdab(game.Players.LocalPlayer.Name)
  4655. game:GetService('RunService').Stepped:connect(function()
  4656. if game.Players.LocalPlayer:FindFirstChild("dab") then
  4657. game.ReplicatedStorage.Event:FireServer("TPD", -math.huge, game.Workspace.Ignore.Players[game.Players.LocalPlayer.Name].Humanoid)
  4658. end
  4659. end)
  4660.  
  4661. end
  4662.  
  4663.  
  4664. if string.find(lower,"unlg") then
  4665. local player = nil
  4666.  
  4667. if game.Players.LocalPlayer:FindFirstChild("dab") then
  4668. game.Players.LocalPlayer.dab:Destroy()
  4669. end
  4670.  
  4671.  
  4672.  
  4673. end
  4674.  
  4675.  
  4676. if string.find(lower,"/e unlg") then
  4677. local player = nil
  4678.  
  4679. if game.Players.LocalPlayer:FindFirstChild("dab") then
  4680. game.Players.LocalPlayer.dab:Destroy()
  4681. end
  4682.  
  4683.  
  4684.  
  4685. end
  4686.  
  4687. if string.find(lower,"st") then
  4688. local player = nil
  4689.  
  4690. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  4691. if (v:IsA("Tool")) then
  4692. v.Parent = game.Players.LocalPlayer
  4693. end
  4694. end
  4695.  
  4696. end
  4697.  
  4698. if string.find(lower,"/e st") then
  4699. local player = nil
  4700.  
  4701. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  4702. if (v:IsA("Tool")) then
  4703. v.Parent = game.Players.LocalPlayer
  4704. end
  4705. end
  4706.  
  4707. end
  4708.  
  4709. if string.find(lower,"/e st") then
  4710. local player = nil
  4711.  
  4712. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  4713. if (v:IsA("Tool")) then
  4714. v.Parent = game.Players.LocalPlayer
  4715. end
  4716. end
  4717.  
  4718. end
  4719.  
  4720.  
  4721.  
  4722.  
  4723.  
  4724.  
  4725.  
  4726.  
  4727. if string.find(lower,"s") then
  4728. local player = nil
  4729.  
  4730. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  4731. if (v:IsA("Tool")) then
  4732. v.Parent = game.Players.LocalPlayer
  4733. end
  4734. end
  4735.  
  4736. end
  4737.  
  4738. if string.find(lower,"/e s") then
  4739. local player = nil
  4740.  
  4741. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  4742. if (v:IsA("Tool")) then
  4743. v.Parent = game.Players.LocalPlayer
  4744. end
  4745. end
  4746.  
  4747. end
  4748.  
  4749. if string.find(lower,"/e s") then
  4750. local player = nil
  4751.  
  4752. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  4753. if (v:IsA("Tool")) then
  4754. v.Parent = game.Players.LocalPlayer
  4755. end
  4756. end
  4757.  
  4758. end
  4759.  
  4760. if string.find(lower,"lt") then
  4761. local player = nil
  4762.  
  4763. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  4764. for _,v in pairs(game.Players.LocalPlayer:GetChildren()) do
  4765. if (v:IsA("Tool")) then
  4766. v.Parent = game.Players.LocalPlayer.Backpack
  4767. end
  4768. end
  4769. end
  4770.  
  4771. end
  4772.  
  4773.  
  4774. if string.find(lower,"/e lt") then
  4775. local player = nil
  4776.  
  4777. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  4778. for _,v in pairs(game.Players.LocalPlayer:GetChildren()) do
  4779. if (v:IsA("Tool")) then
  4780. v.Parent = game.Players.LocalPlayer.Backpack
  4781. end
  4782. end
  4783. end
  4784.  
  4785. end
  4786.  
  4787.  
  4788.  
  4789. if string.find(lower,"/e lt") then
  4790. local player = nil
  4791.  
  4792. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  4793. for _,v in pairs(game.Players.LocalPlayer:GetChildren()) do
  4794. if (v:IsA("Tool")) then
  4795. v.Parent = game.Players.LocalPlayer.Backpack
  4796. end
  4797. end
  4798. end
  4799.  
  4800. end
  4801.  
  4802.  
  4803.  
  4804.  
  4805. if string.find(lower,"l") then
  4806. local player = nil
  4807.  
  4808. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  4809. for _,v in pairs(game.Players.LocalPlayer:GetChildren()) do
  4810. if (v:IsA("Tool")) then
  4811. v.Parent = game.Players.LocalPlayer.Backpack
  4812. end
  4813. end
  4814. end
  4815.  
  4816. end
  4817.  
  4818. if string.find(lower,"/e l") then
  4819. local player = nil
  4820.  
  4821. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  4822. for _,v in pairs(game.Players.LocalPlayer:GetChildren()) do
  4823. if (v:IsA("Tool")) then
  4824. v.Parent = game.Players.LocalPlayer.Backpack
  4825. end
  4826. end
  4827. end
  4828.  
  4829. end
  4830. if string.find(lower,"/e l") then
  4831. local player = nil
  4832.  
  4833. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  4834. for _,v in pairs(game.Players.LocalPlayer:GetChildren()) do
  4835. if (v:IsA("Tool")) then
  4836. v.Parent = game.Players.LocalPlayer.Backpack
  4837. end
  4838. end
  4839. end
  4840.  
  4841. end
  4842.  
  4843.  
  4844. if string.find(lower,"/e unlg") then
  4845. local player = nil
  4846.  
  4847. if game.Players.LocalPlayer:FindFirstChild("dab") then
  4848. game.Players.LocalPlayer.dab:Destroy()
  4849. end
  4850.  
  4851.  
  4852.  
  4853. end
  4854.  
  4855.  
  4856.  
  4857.  
  4858. if string.find(lower,"stopsounds") then
  4859. local player = nil
  4860. for i,v in pairs(game.Workspace:GetChildren()) do
  4861. if v.Name == "Music" then
  4862. v.Playing = false
  4863. end
  4864. end
  4865. end
  4866.  
  4867. if string.find(lower,"/e stopsounds") then
  4868. local player = nil
  4869. for i,v in pairs(game.Workspace:GetChildren()) do
  4870. if v.Name == "Music" then
  4871. v.Playing = false
  4872. end
  4873. end
  4874. end
  4875.  
  4876. if string.find(lower,"/e stopsounds") then
  4877. local player = nil
  4878. for i,v in pairs(game.Workspace:GetChildren()) do
  4879. if v.Name == "Music" then
  4880. v.Playing = false
  4881. end
  4882. end
  4883. end
  4884.  
  4885.  
  4886.  
  4887.  
  4888.  
  4889.  
  4890.  
  4891.  
  4892. if string.find(lower,"/e ") then
  4893.  
  4894. local AnimationTracks = game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  4895. for i, track in pairs (AnimationTracks) do
  4896. track:Stop()
  4897. end
  4898.  
  4899. end
  4900.  
  4901.  
  4902. if string.find(lower,"/e") then
  4903.  
  4904. local AnimationTracks = game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  4905. for i, track in pairs (AnimationTracks) do
  4906. track:Stop()
  4907. end
  4908.  
  4909. end
  4910.  
  4911. if string.find(lower,"/e wda") then
  4912.  
  4913. local A=Instance.new'Animation'
  4914. A.AnimationId='rbxassetid://277597389'
  4915. local P=game:GetService'Players'.LocalPlayer
  4916. local C=P.Character or P.CharacterAdded:Wait()
  4917. local H=C:WaitForChild'Humanoid':LoadAnimation(A)
  4918. H:Play()
  4919.  
  4920. end
  4921.  
  4922. if string.find(lower,"/e shrug") then
  4923.  
  4924. game.Players:Chat("¯\_(?)_/¯")
  4925.  
  4926. end
  4927.  
  4928. if string.find(lower,"/e twerk") then
  4929.  
  4930. local AB=Instance.new'Animation'
  4931. AB.AnimationId='rbxassetid://277485142'
  4932. local PP=game:GetService'Players'.LocalPlayer
  4933. local CC=PP.Character or PP.CharacterAdded:Wait()
  4934. local HH=CC:WaitForChild'Humanoid':LoadAnimation(AB)
  4935. HH:Play()
  4936.  
  4937. end
  4938.  
  4939.  
  4940. if string.find(lower,"/e ko") then
  4941.  
  4942. local A=Instance.new'Animation'
  4943. A.AnimationId='rbxassetid://572563081'
  4944. local P=game:GetService'Players'.LocalPlayer
  4945. local C=P.Character or P.CharacterAdded:Wait()
  4946. local H=C:WaitForChild'Humanoid':LoadAnimation(A)
  4947. H:Play()
  4948.  
  4949. end
  4950.  
  4951. if string.find(lower,"/e lay") then
  4952.  
  4953. local A=Instance.new'Animation'
  4954. A.AnimationId='rbxassetid://572563081'
  4955. local P=game:GetService'Players'.LocalPlayer
  4956. local C=P.Character or P.CharacterAdded:Wait()
  4957. local H=C:WaitForChild'Humanoid':LoadAnimation(A)
  4958. H:Play()
  4959.  
  4960. end
  4961.  
  4962. if string.find(lower,"/e getup") then
  4963.  
  4964. local A=Instance.new'Animation'
  4965. A.AnimationId='rbxassetid://572569182'
  4966. local P=game:GetService'Players'.LocalPlayer
  4967. local C=P.Character or P.CharacterAdded:Wait()
  4968. local H=C:WaitForChild'Humanoid':LoadAnimation(A)
  4969. H:Play()
  4970. wait(0.89)
  4971. local AnimationTracks = game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  4972. for i, track in pairs (AnimationTracks) do
  4973. track:Stop()
  4974. end
  4975. end
  4976.  
  4977.  
  4978.  
  4979.  
  4980.  
  4981. if string.find(lower,"shield me") then
  4982. local player = nil
  4983.  
  4984.  
  4985.  
  4986. local dab = Instance.new("Part")
  4987. dab.Parent = game.Players.LocalPlayer.Character.Torso
  4988. dab.Name = "PersonalSpace"
  4989. dab.CanCollide = false
  4990. dab.Shape = "Ball"
  4991. dab.Material = "SmoothPlastic"
  4992. dab.Transparency = 0.6
  4993. dab.Color = Color3.new(170, 255, 255)
  4994. dab.Size = Vector3.new(6.5, 6.5, 6.5)
  4995. dab.Position = game.Players.LocalPlayer.Character.Torso.Position
  4996. dab.Touched:connect(death)
  4997.  
  4998. local weld = Instance.new("Weld")
  4999. weld.Parent = game.Players.LocalPlayer.Character.Torso.PersonalSpace
  5000. weld.Part0 = weld.Parent
  5001. weld.Part1 = game.Players.LocalPlayer.Character.Torso
  5002.  
  5003.  
  5004. end
  5005.  
  5006.  
  5007.  
  5008.  
  5009.  
  5010. if string.find(lower,"shield ") then
  5011. local name = string.gsub(lower,"shield ","")
  5012. local player = nil
  5013.  
  5014. if name == "others" then
  5015. for i,v in pairs(game.Players:GetChildren()) do
  5016. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  5017. local dab = Instance.new("Part")
  5018. dab.Parent = game.Workspace
  5019. dab.Name = v.Name.."PersonalSpace"
  5020. dab.CanCollide = false
  5021. dab.Shape = "Ball"
  5022. dab.Material = "SmoothPlastic"
  5023. dab.Transparency = 0.6
  5024. dab.Color = Color3.new(170, 255, 255)
  5025. dab.Size = Vector3.new(6.5, 6.5, 6.5)
  5026. dab.Position = v.Character.Torso.Position
  5027. dab.Touched:connect(death)
  5028.  
  5029. local weld = Instance.new("Weld")
  5030. weld.Parent = dab
  5031. weld.Part0 = weld.Parent
  5032. weld.Part1 = v.Character.Torso
  5033. end
  5034. end
  5035. else
  5036.  
  5037. names = game.Players:GetChildren()
  5038.  
  5039. for i,v in pairs(names) do
  5040. strlower = string.lower(v.Name)
  5041. sub = string.sub(strlower,1,#name)
  5042.  
  5043. if name == sub then
  5044. player = v
  5045. if player.Name ~= game.Players.LocalPlayer.Name then
  5046. local dab = Instance.new("Part")
  5047. dab.Parent = game.Workspace
  5048. dab.Name = player.Name.."PersonalSpace"
  5049. dab.CanCollide = false
  5050. dab.Shape = "Ball"
  5051. dab.Material = "SmoothPlastic"
  5052. dab.Transparency = 0.6
  5053. dab.Color = Color3.new(170, 255, 255)
  5054. dab.Size = Vector3.new(6.5, 6.5, 6.5)
  5055. dab.Position = player.Character.Torso.Position
  5056. dab.Touched:connect(death)
  5057.  
  5058. local weld = Instance.new("Weld")
  5059. weld.Parent = dab
  5060. weld.Part0 = weld.Parent
  5061. weld.Part1 = player.Character.Torso
  5062. end
  5063. end
  5064. end
  5065. end
  5066. end
  5067.  
  5068.  
  5069. if string.find(lower,"/e shield ") then
  5070. local name = string.gsub(lower,"/e shield ","")
  5071. local player = nil
  5072.  
  5073. if name == "others" then
  5074. for i,v in pairs(game.Players:GetChildren()) do
  5075. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  5076. local dab = Instance.new("Part")
  5077. dab.Parent = game.Workspace
  5078. dab.Name = v.Name.."PersonalSpace"
  5079. dab.CanCollide = false
  5080. dab.Shape = "Ball"
  5081. dab.Material = "SmoothPlastic"
  5082. dab.Transparency = 0.6
  5083. dab.Color = Color3.new(170, 255, 255)
  5084. dab.Size = Vector3.new(6.5, 6.5, 6.5)
  5085. dab.Position = v.Character.Torso.Position
  5086. dab.Touched:connect(death)
  5087.  
  5088. local weld = Instance.new("Weld")
  5089. weld.Parent = dab
  5090. weld.Part0 = weld.Parent
  5091. weld.Part1 = v.Character.Torso
  5092. end
  5093. end
  5094. else
  5095.  
  5096. names = game.Players:GetChildren()
  5097.  
  5098. for i,v in pairs(names) do
  5099. strlower = string.lower(v.Name)
  5100. sub = string.sub(strlower,1,#name)
  5101.  
  5102. if name == sub then
  5103. player = v
  5104. if player.Name ~= game.Players.LocalPlayer.Name then
  5105. local dab = Instance.new("Part")
  5106. dab.Parent = game.Workspace
  5107. dab.Name = player.Name.."PersonalSpace"
  5108. dab.CanCollide = false
  5109. dab.Shape = "Ball"
  5110. dab.Material = "SmoothPlastic"
  5111. dab.Transparency = 0.6
  5112. dab.Color = Color3.new(170, 255, 255)
  5113. dab.Size = Vector3.new(6.5, 6.5, 6.5)
  5114. dab.Position = player.Character.Torso.Position
  5115. dab.Touched:connect(death)
  5116.  
  5117. local weld = Instance.new("Weld")
  5118. weld.Parent = dab
  5119. weld.Part0 = weld.Parent
  5120. weld.Part1 = player.Character.Torso
  5121. end
  5122. end
  5123. end
  5124. end
  5125. end
  5126.  
  5127.  
  5128. if string.find(lower,"/e shield ") then
  5129. local name = string.gsub(lower,"/e shield ","")
  5130. local player = nil
  5131.  
  5132. if name == "others" then
  5133. for i,v in pairs(game.Players:GetChildren()) do
  5134. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  5135. local dab = Instance.new("Part")
  5136. dab.Parent = game.Workspace
  5137. dab.Name = v.Name.."PersonalSpace"
  5138. dab.CanCollide = false
  5139. dab.Shape = "Ball"
  5140. dab.Material = "SmoothPlastic"
  5141. dab.Transparency = 0.6
  5142. dab.Color = Color3.new(170, 255, 255)
  5143. dab.Size = Vector3.new(6.5, 6.5, 6.5)
  5144. dab.Position = v.Character.Torso.Position
  5145. dab.Touched:connect(death)
  5146.  
  5147. local weld = Instance.new("Weld")
  5148. weld.Parent = dab
  5149. weld.Part0 = weld.Parent
  5150. weld.Part1 = v.Character.Torso
  5151. end
  5152. end
  5153. else
  5154.  
  5155. names = game.Players:GetChildren()
  5156.  
  5157. for i,v in pairs(names) do
  5158. strlower = string.lower(v.Name)
  5159. sub = string.sub(strlower,1,#name)
  5160.  
  5161. if name == sub then
  5162. player = v
  5163. if player.Name ~= game.Players.LocalPlayer.Name then
  5164. local dab = Instance.new("Part")
  5165. dab.Parent = game.Workspace
  5166. dab.Name = player.Name.."PersonalSpace"
  5167. dab.CanCollide = false
  5168. dab.Shape = "Ball"
  5169. dab.Material = "SmoothPlastic"
  5170. dab.Transparency = 0.6
  5171. dab.Color = Color3.new(170, 255, 255)
  5172. dab.Size = Vector3.new(6.5, 6.5, 6.5)
  5173. dab.Position = player.Character.Torso.Position
  5174. dab.Touched:connect(death)
  5175.  
  5176. local weld = Instance.new("Weld")
  5177. weld.Parent = dab
  5178. weld.Part0 = weld.Parent
  5179. weld.Part1 = player.Character.Torso
  5180. end
  5181. end
  5182. end
  5183. end
  5184. end
  5185.  
  5186.  
  5187.  
  5188.  
  5189. if string.find(lower,"removeshield ") then
  5190. local name = string.gsub(lower,"removeshield ","")
  5191. local player = nil
  5192.  
  5193. if name == "others" then
  5194. for i,v in pairs(game.Players:GetChildren()) do
  5195. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  5196. if game.Workspace[v.Name.."PersonalSpace"] then
  5197. game.Workspace[v.Name.."PersonalSpace"]:Destroy()
  5198. end
  5199.  
  5200. end
  5201. end
  5202. else
  5203.  
  5204. names = game.Players:GetChildren()
  5205.  
  5206. for i,v in pairs(names) do
  5207. strlower = string.lower(v.Name)
  5208. sub = string.sub(strlower,1,#name)
  5209.  
  5210. if name == sub then
  5211. player = v
  5212. if player.Name ~= game.Players.LocalPlayer.Name then
  5213. if game.Workspace[player.Name.."PersonalSpace"] then
  5214. game.Workspace[player.Name.."PersonalSpace"]:Destroy()
  5215. end
  5216. end
  5217. end
  5218. end
  5219. end
  5220. end
  5221.  
  5222.  
  5223.  
  5224. if string.find(lower,"/e removeshield ") then
  5225. local name = string.gsub(lower,"/e removeshield ","")
  5226. local player = nil
  5227.  
  5228. if name == "others" then
  5229. for i,v in pairs(game.Players:GetChildren()) do
  5230. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  5231. if game.Workspace[v.Name.."PersonalSpace"] then
  5232. game.Workspace[v.Name.."PersonalSpace"]:Destroy()
  5233. end
  5234.  
  5235. end
  5236. end
  5237. else
  5238.  
  5239. names = game.Players:GetChildren()
  5240.  
  5241. for i,v in pairs(names) do
  5242. strlower = string.lower(v.Name)
  5243. sub = string.sub(strlower,1,#name)
  5244.  
  5245. if name == sub then
  5246. player = v
  5247. if player.Name ~= game.Players.LocalPlayer.Name then
  5248. if game.Workspace[player.Name.."PersonalSpace"] then
  5249. game.Workspace[player.Name.."PersonalSpace"]:Destroy()
  5250. end
  5251. end
  5252. end
  5253. end
  5254. end
  5255. end
  5256.  
  5257. if string.find(lower,"/e removeshield ") then
  5258. local name = string.gsub(lower,"/e removeshield ","")
  5259. local player = nil
  5260.  
  5261. if name == "others" then
  5262. for i,v in pairs(game.Players:GetChildren()) do
  5263. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  5264. if game.Workspace[v.Name.."PersonalSpace"] then
  5265. game.Workspace[v.Name.."PersonalSpace"]:Destroy()
  5266. end
  5267.  
  5268. end
  5269. end
  5270. else
  5271.  
  5272. names = game.Players:GetChildren()
  5273.  
  5274. for i,v in pairs(names) do
  5275. strlower = string.lower(v.Name)
  5276. sub = string.sub(strlower,1,#name)
  5277.  
  5278. if name == sub then
  5279. player = v
  5280. if player.Name ~= game.Players.LocalPlayer.Name then
  5281. if game.Workspace[player.Name.."PersonalSpace"] then
  5282. game.Workspace[player.Name.."PersonalSpace"]:Destroy()
  5283. end
  5284. end
  5285. end
  5286. end
  5287. end
  5288. end
  5289.  
  5290.  
  5291.  
  5292.  
  5293. if string.find(lower,"/e shield me") then
  5294. local player = nil
  5295.  
  5296.  
  5297.  
  5298. local dab = Instance.new("Part")
  5299. dab.Parent = game.Players.LocalPlayer.Character.Torso
  5300. dab.Name = "PersonalSpace"
  5301. dab.CanCollide = false
  5302. dab.Shape = "Ball"
  5303. dab.Material = "SmoothPlastic"
  5304. dab.Transparency = 0.6
  5305. dab.Color = Color3.new(170, 255, 255)
  5306. dab.Size = Vector3.new(6.5, 6.5, 6.5)
  5307. dab.Position = game.Players.LocalPlayer.Character.Torso.Position
  5308. dab.Touched:connect(death)
  5309.  
  5310. local weld = Instance.new("Weld")
  5311. weld.Parent = game.Players.LocalPlayer.Character.Torso.PersonalSpace
  5312. weld.Part0 = weld.Parent
  5313. weld.Part1 = game.Players.LocalPlayer.Character.Torso
  5314.  
  5315.  
  5316. end
  5317.  
  5318.  
  5319. if string.find(lower,"/e shield me") then
  5320. local player = nil
  5321.  
  5322.  
  5323.  
  5324. local dab = Instance.new("Part")
  5325. dab.Parent = game.Players.LocalPlayer.Character.Torso
  5326. dab.Name = "PersonalSpace"
  5327. dab.CanCollide = false
  5328. dab.Shape = "Ball"
  5329. dab.Material = "SmoothPlastic"
  5330. dab.Transparency = 0.6
  5331. dab.Color = Color3.new(170, 255, 255)
  5332. dab.Size = Vector3.new(6.5, 6.5, 6.5)
  5333. dab.Position = game.Players.LocalPlayer.Character.Torso.Position
  5334. dab.Touched:connect(death)
  5335.  
  5336. local weld = Instance.new("Weld")
  5337. weld.Parent = game.Players.LocalPlayer.Character.Torso.PersonalSpace
  5338. weld.Part0 = weld.Parent
  5339. weld.Part1 = game.Players.LocalPlayer.Character.Torso
  5340.  
  5341.  
  5342. end
  5343.  
  5344.  
  5345.  
  5346.  
  5347.  
  5348.  
  5349.  
  5350. if string.find(lower,"removeshield me") then
  5351. local player = nil
  5352. if game.Players.LocalPlayer.Character.Torso.PersonalSpace then
  5353. game.Players.LocalPlayer.Character.Torso.PersonalSpace:Destroy()
  5354. end
  5355. end
  5356.  
  5357.  
  5358. if string.find(lower,"/e removeshield me") then
  5359. local player = nil
  5360. if game.Players.LocalPlayer.Character.Torso.PersonalSpace then
  5361. game.Players.LocalPlayer.Character.Torso.PersonalSpace:Destroy()
  5362. end
  5363. end
  5364.  
  5365.  
  5366. if string.find(lower,"/e removeshield me") then
  5367. local player = nil
  5368. if game.Players.LocalPlayer.Character.Torso.PersonalSpace then
  5369. game.Players.LocalPlayer.Character.Torso.PersonalSpace:Destroy()
  5370. end
  5371. end
  5372.  
  5373.  
  5374. if string.find(lower,"flyspeed ") then
  5375. local name = string.gsub(lower,"flyspeed ","")
  5376. local player = nil
  5377.  
  5378. iyflyspeed = name
  5379.  
  5380. end
  5381.  
  5382.  
  5383. if string.find(lower,"/e flyspeed ") then
  5384. local name = string.gsub(lower,"/e flyspeed ","")
  5385. local player = nil
  5386.  
  5387. iyflyspeed = name
  5388.  
  5389. end
  5390.  
  5391.  
  5392. if string.find(lower,"/e flyspeed ") then
  5393. local name = string.gsub(lower,"/e flyspeed ","")
  5394. local player = nil
  5395.  
  5396. iyflyspeed = name
  5397.  
  5398. end
  5399.  
  5400.  
  5401. if string.find(lower,"/e spaz") then
  5402.  
  5403. local A=Instance.new'Animation'
  5404. A.AnimationId='rbxassetid://277597389'
  5405. local P=game:GetService'Players'.LocalPlayer
  5406. local C=P.Character or P.CharacterAdded:Wait()
  5407. local H=C:WaitForChild'Humanoid':LoadAnimation(A)
  5408. H:Play()
  5409.  
  5410. end
  5411.  
  5412.  
  5413. if string.find(lower,"punch") then
  5414.  
  5415. local epic = Instance.new("Tool")
  5416. local dab = Instance.new("Part")
  5417. local plr = game.Players.LocalPlayer
  5418. local tar_obj = nil
  5419. dab.Parent = epic
  5420. dab.Size = Vector3.new(2, 2, 2)
  5421. dab.Transparency = 1
  5422. epic.Parent = plr.Backpack
  5423. epic.Name = "Punch"
  5424. dab.Name = "Handle"
  5425. epic.Equipped:Connect(function(m_S)
  5426. m_S.Button1Down:Connect(function()
  5427.  
  5428. local A=Instance.new'Animation'
  5429. A.AnimationId='rbxassetid://572551390'
  5430. local P=game:GetService'Players'.LocalPlayer
  5431. local C=P.Character or P.CharacterAdded:Wait()
  5432. local H=C:WaitForChild'Humanoid':LoadAnimation(A)
  5433. H:Play()
  5434. dab.Touched:connect(death)
  5435.  
  5436.  
  5437.  
  5438.  
  5439. end)
  5440. end)
  5441.  
  5442. end
  5443.  
  5444. if string.find(lower,"/e punch") then
  5445.  
  5446. local epic = Instance.new("Tool")
  5447. local dab = Instance.new("Part")
  5448. local plr = game.Players.LocalPlayer
  5449. local tar_obj = nil
  5450. dab.Parent = epic
  5451. dab.Size = Vector3.new(2, 2, 2)
  5452. dab.Transparency = 1
  5453. epic.Parent = plr.Backpack
  5454. epic.Name = "Punch"
  5455. dab.Name = "Handle"
  5456. epic.Equipped:Connect(function(m_S)
  5457. m_S.Button1Down:Connect(function()
  5458.  
  5459. local A=Instance.new'Animation'
  5460. A.AnimationId='rbxassetid://572551390'
  5461. local P=game:GetService'Players'.LocalPlayer
  5462. local C=P.Character or P.CharacterAdded:Wait()
  5463. local H=C:WaitForChild'Humanoid':LoadAnimation(A)
  5464. H:Play()
  5465. dab.Touched:connect(death)
  5466.  
  5467.  
  5468.  
  5469.  
  5470. end)
  5471. end)
  5472.  
  5473. end
  5474.  
  5475. if string.find(lower,"/e punch") then
  5476.  
  5477. local epic = Instance.new("Tool")
  5478. local dab = Instance.new("Part")
  5479. local plr = game.Players.LocalPlayer
  5480. local tar_obj = nil
  5481. dab.Parent = epic
  5482. dab.Size = Vector3.new(2, 2, 2)
  5483. dab.Transparency = 1
  5484. epic.Parent = plr.Backpack
  5485. epic.Name = "Punch"
  5486. dab.Name = "Handle"
  5487. epic.Equipped:Connect(function(m_S)
  5488. m_S.Button1Down:Connect(function()
  5489.  
  5490. local A=Instance.new'Animation'
  5491. A.AnimationId='rbxassetid://572551390'
  5492. local P=game:GetService'Players'.LocalPlayer
  5493. local C=P.Character or P.CharacterAdded:Wait()
  5494. local H=C:WaitForChild'Humanoid':LoadAnimation(A)
  5495. H:Play()
  5496. dab.Touched:connect(death)
  5497.  
  5498.  
  5499.  
  5500.  
  5501. end)
  5502. end)
  5503.  
  5504. end
  5505.  
  5506.  
  5507. if string.find(lower,"kungfu") then
  5508.  
  5509. local epic = Instance.new("Tool")
  5510. local dab = Instance.new("Part")
  5511. local plr = game.Players.LocalPlayer
  5512. local tar_obj = nil
  5513. dab.Parent = epic
  5514. dab.Size = Vector3.new(2, 2, 2)
  5515. dab.Transparency = 1
  5516. epic.Parent = plr.Backpack
  5517. epic.Name = "Punch"
  5518. dab.Name = "Handle"
  5519. epic.Equipped:Connect(function(m_S)
  5520. local AnimationTracks = game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  5521. for i, track in pairs (AnimationTracks) do
  5522. track:Stop()
  5523. end
  5524. local A=Instance.new'Animation'
  5525. A.AnimationId='rbxassetid://572575467'
  5526. local P=game:GetService'Players'.LocalPlayer
  5527. local C=P.Character or P.CharacterAdded:Wait()
  5528. local H=C:WaitForChild'Humanoid':LoadAnimation(A)
  5529. H:Play()
  5530.  
  5531.  
  5532. m_S.Button1Down:Connect(function()
  5533.  
  5534. local A=Instance.new'Animation'
  5535. A.AnimationId='rbxassetid://572551390'
  5536. local P=game:GetService'Players'.LocalPlayer
  5537. local C=P.Character or P.CharacterAdded:Wait()
  5538. local H=C:WaitForChild'Humanoid':LoadAnimation(A)
  5539. H:Play()
  5540. dab.Touched:connect(death)
  5541.  
  5542.  
  5543.  
  5544.  
  5545. end)
  5546. end)
  5547.  
  5548. end
  5549.  
  5550.  
  5551. if string.find(lower,"/e kungfu") then
  5552.  
  5553. local epic = Instance.new("Tool")
  5554. local dab = Instance.new("Part")
  5555. local plr = game.Players.LocalPlayer
  5556. local tar_obj = nil
  5557. dab.Parent = epic
  5558. dab.Size = Vector3.new(2, 2, 2)
  5559. dab.Transparency = 1
  5560. epic.Parent = plr.Backpack
  5561. epic.Name = "Punch"
  5562. dab.Name = "Handle"
  5563. epic.Equipped:Connect(function(m_S)
  5564. local AnimationTracks = game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  5565. for i, track in pairs (AnimationTracks) do
  5566. track:Stop()
  5567. end
  5568. local A=Instance.new'Animation'
  5569. A.AnimationId='rbxassetid://572575467'
  5570. local P=game:GetService'Players'.LocalPlayer
  5571. local C=P.Character or P.CharacterAdded:Wait()
  5572. local H=C:WaitForChild'Humanoid':LoadAnimation(A)
  5573. H:Play()
  5574.  
  5575.  
  5576. m_S.Button1Down:Connect(function()
  5577.  
  5578. local A=Instance.new'Animation'
  5579. A.AnimationId='rbxassetid://572551390'
  5580. local P=game:GetService'Players'.LocalPlayer
  5581. local C=P.Character or P.CharacterAdded:Wait()
  5582. local H=C:WaitForChild'Humanoid':LoadAnimation(A)
  5583. H:Play()
  5584. dab.Touched:connect(death)
  5585.  
  5586.  
  5587.  
  5588.  
  5589. end)
  5590. end)
  5591.  
  5592. end
  5593.  
  5594. if string.find(lower,"/e kungfu") then
  5595.  
  5596. local epic = Instance.new("Tool")
  5597. local dab = Instance.new("Part")
  5598. local plr = game.Players.LocalPlayer
  5599. local tar_obj = nil
  5600. dab.Parent = epic
  5601. dab.Size = Vector3.new(2, 2, 2)
  5602. dab.Transparency = 1
  5603. epic.Parent = plr.Backpack
  5604. epic.Name = "Punch"
  5605. dab.Name = "Handle"
  5606. epic.Equipped:Connect(function(m_S)
  5607. local AnimationTracks = game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  5608. for i, track in pairs (AnimationTracks) do
  5609. track:Stop()
  5610. end
  5611. local A=Instance.new'Animation'
  5612. A.AnimationId='rbxassetid://572575467'
  5613. local P=game:GetService'Players'.LocalPlayer
  5614. local C=P.Character or P.CharacterAdded:Wait()
  5615. local H=C:WaitForChild'Humanoid':LoadAnimation(A)
  5616. H:Play()
  5617.  
  5618.  
  5619. m_S.Button1Down:Connect(function()
  5620.  
  5621. local A=Instance.new'Animation'
  5622. A.AnimationId='rbxassetid://572551390'
  5623. local P=game:GetService'Players'.LocalPlayer
  5624. local C=P.Character or P.CharacterAdded:Wait()
  5625. local H=C:WaitForChild'Humanoid':LoadAnimation(A)
  5626. H:Play()
  5627. dab.Touched:connect(death)
  5628.  
  5629.  
  5630.  
  5631.  
  5632. end)
  5633. end)
  5634.  
  5635. end
  5636.  
  5637.  
  5638.  
  5639.  
  5640. if string.find(lower,"weakkungfu") then
  5641.  
  5642. local epic = Instance.new("Tool")
  5643. local dab = Instance.new("Part")
  5644. local plr = game.Players.LocalPlayer
  5645. local tar_obj = nil
  5646. dab.Parent = epic
  5647. dab.Size = Vector3.new(1, 1, 1)
  5648. dab.Transparency = 1
  5649. epic.Parent = plr.Backpack
  5650. epic.Name = "Punch"
  5651. dab.Name = "Handle"
  5652. epic.Equipped:Connect(function(m_S)
  5653. local AnimationTracks = game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  5654. for i, track in pairs (AnimationTracks) do
  5655. track:Stop()
  5656. end
  5657. local A=Instance.new'Animation'
  5658. A.AnimationId='rbxassetid://572575467'
  5659. local P=game:GetService'Players'.LocalPlayer
  5660. local C=P.Character or P.CharacterAdded:Wait()
  5661. local H=C:WaitForChild'Humanoid':LoadAnimation(A)
  5662. H:Play()
  5663. m_S.Button1Down:Connect(function()
  5664.  
  5665. local A=Instance.new'Animation'
  5666. A.AnimationId='rbxassetid://572551390'
  5667. local P=game:GetService'Players'.LocalPlayer
  5668. local C=P.Character or P.CharacterAdded:Wait()
  5669. local H=C:WaitForChild'Humanoid':LoadAnimation(A)
  5670. H:Play()
  5671. dab.Touched:connect(death2)
  5672.  
  5673.  
  5674.  
  5675.  
  5676. end)
  5677. end)
  5678.  
  5679.  
  5680. end
  5681.  
  5682. if string.find(lower,"/e weakkungfu") then
  5683.  
  5684. local epic = Instance.new("Tool")
  5685. local dab = Instance.new("Part")
  5686. local plr = game.Players.LocalPlayer
  5687. local tar_obj = nil
  5688. dab.Parent = epic
  5689. dab.Size = Vector3.new(1, 1, 1)
  5690. dab.Transparency = 1
  5691. epic.Parent = plr.Backpack
  5692. epic.Name = "Punch"
  5693. dab.Name = "Handle"
  5694. epic.Equipped:Connect(function(m_S)
  5695. local AnimationTracks = game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  5696. for i, track in pairs (AnimationTracks) do
  5697. track:Stop()
  5698. end
  5699. local A=Instance.new'Animation'
  5700. A.AnimationId='rbxassetid://572575467'
  5701. local P=game:GetService'Players'.LocalPlayer
  5702. local C=P.Character or P.CharacterAdded:Wait()
  5703. local H=C:WaitForChild'Humanoid':LoadAnimation(A)
  5704. H:Play()
  5705. m_S.Button1Down:Connect(function()
  5706.  
  5707. local A=Instance.new'Animation'
  5708. A.AnimationId='rbxassetid://572551390'
  5709. local P=game:GetService'Players'.LocalPlayer
  5710. local C=P.Character or P.CharacterAdded:Wait()
  5711. local H=C:WaitForChild'Humanoid':LoadAnimation(A)
  5712. H:Play()
  5713. dab.Touched:connect(death2)
  5714.  
  5715.  
  5716.  
  5717.  
  5718. end)
  5719. end)
  5720.  
  5721.  
  5722. end
  5723.  
  5724.  
  5725. if string.find(lower,"/e weakkungfu") then
  5726.  
  5727. local epic = Instance.new("Tool")
  5728. local dab = Instance.new("Part")
  5729. local plr = game.Players.LocalPlayer
  5730. local tar_obj = nil
  5731. dab.Parent = epic
  5732. dab.Size = Vector3.new(1, 1, 1)
  5733. dab.Transparency = 1
  5734. epic.Parent = plr.Backpack
  5735. epic.Name = "Punch"
  5736. dab.Name = "Handle"
  5737. epic.Equipped:Connect(function(m_S)
  5738. local AnimationTracks = game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  5739. for i, track in pairs (AnimationTracks) do
  5740. track:Stop()
  5741. end
  5742. local A=Instance.new'Animation'
  5743. A.AnimationId='rbxassetid://572575467'
  5744. local P=game:GetService'Players'.LocalPlayer
  5745. local C=P.Character or P.CharacterAdded:Wait()
  5746. local H=C:WaitForChild'Humanoid':LoadAnimation(A)
  5747. H:Play()
  5748. m_S.Button1Down:Connect(function()
  5749.  
  5750. local A=Instance.new'Animation'
  5751. A.AnimationId='rbxassetid://572551390'
  5752. local P=game:GetService'Players'.LocalPlayer
  5753. local C=P.Character or P.CharacterAdded:Wait()
  5754. local H=C:WaitForChild'Humanoid':LoadAnimation(A)
  5755. H:Play()
  5756. dab.Touched:connect(death2)
  5757.  
  5758.  
  5759.  
  5760.  
  5761. end)
  5762. end)
  5763.  
  5764.  
  5765. end
  5766.  
  5767.  
  5768.  
  5769. if string.find(lower,"ora") then
  5770.  
  5771. local epic = Instance.new("Tool")
  5772. local dab = Instance.new("Part")
  5773. local plr = game.Players.LocalPlayer
  5774. local tar_obj = nil
  5775. dab.Parent = epic
  5776. dab.Size = Vector3.new(1, 1, 1)
  5777. dab.Transparency = 1
  5778. epic.Parent = plr.Backpack
  5779. epic.Name = "ORARARA"
  5780. dab.Name = "Handle"
  5781. epic.Equipped:Connect(function(m_S)
  5782. game.ReplicatedStorage.Event:FireServer("PlayRadio", game.Players.LocalPlayer, 791374350)
  5783. m_S.Button1Down:Connect(function()
  5784.  
  5785. local A=Instance.new'Animation'
  5786. A.AnimationId='rbxassetid://572551390'
  5787. local P=game:GetService'Players'.LocalPlayer
  5788. local C=P.Character or P.CharacterAdded:Wait()
  5789. local H=C:WaitForChild'Humanoid':LoadAnimation(A)
  5790. H:Play()
  5791.  
  5792. dab.Touched:connect(death2)
  5793.  
  5794.  
  5795.  
  5796.  
  5797. end)
  5798. end)
  5799. epic.Unequipped:Connect(function()
  5800. game.ReplicatedStorage.Event:FireServer("StopRadio", game.Players.LocalPlayer)
  5801. end)
  5802.  
  5803.  
  5804. end
  5805.  
  5806.  
  5807.  
  5808. if string.find(lower,"/e ora") then
  5809.  
  5810. local epic = Instance.new("Tool")
  5811. local dab = Instance.new("Part")
  5812. local plr = game.Players.LocalPlayer
  5813. local tar_obj = nil
  5814. dab.Parent = epic
  5815. dab.Size = Vector3.new(1, 1, 1)
  5816. dab.Transparency = 1
  5817. epic.Parent = plr.Backpack
  5818. epic.Name = "ORARARA"
  5819. dab.Name = "Handle"
  5820. epic.Equipped:Connect(function(m_S)
  5821. game.ReplicatedStorage.Event:FireServer("PlayRadio", game.Players.LocalPlayer, 791374350)
  5822. m_S.Button1Down:Connect(function()
  5823.  
  5824. local A=Instance.new'Animation'
  5825. A.AnimationId='rbxassetid://572551390'
  5826. local P=game:GetService'Players'.LocalPlayer
  5827. local C=P.Character or P.CharacterAdded:Wait()
  5828. local H=C:WaitForChild'Humanoid':LoadAnimation(A)
  5829. H:Play()
  5830.  
  5831. dab.Touched:connect(death2)
  5832.  
  5833.  
  5834.  
  5835.  
  5836. end)
  5837. end)
  5838. epic.Unequipped:Connect(function()
  5839. game.ReplicatedStorage.Event:FireServer("StopRadio", game.Players.LocalPlayer)
  5840. end)
  5841.  
  5842.  
  5843. end
  5844.  
  5845.  
  5846.  
  5847. if string.find(lower,"/e ora") then
  5848.  
  5849. local epic = Instance.new("Tool")
  5850. local dab = Instance.new("Part")
  5851. local plr = game.Players.LocalPlayer
  5852. local tar_obj = nil
  5853. dab.Parent = epic
  5854. dab.Size = Vector3.new(1, 1, 1)
  5855. dab.Transparency = 1
  5856. epic.Parent = plr.Backpack
  5857. epic.Name = "ORARARA"
  5858. dab.Name = "Handle"
  5859. epic.Equipped:Connect(function(m_S)
  5860. game.ReplicatedStorage.Event:FireServer("PlayRadio", game.Players.LocalPlayer, 791374350)
  5861. m_S.Button1Down:Connect(function()
  5862.  
  5863. local A=Instance.new'Animation'
  5864. A.AnimationId='rbxassetid://572551390'
  5865. local P=game:GetService'Players'.LocalPlayer
  5866. local C=P.Character or P.CharacterAdded:Wait()
  5867. local H=C:WaitForChild'Humanoid':LoadAnimation(A)
  5868. H:Play()
  5869.  
  5870. dab.Touched:connect(death2)
  5871.  
  5872.  
  5873.  
  5874.  
  5875. end)
  5876. end)
  5877. epic.Unequipped:Connect(function()
  5878. game.ReplicatedStorage.Event:FireServer("StopRadio", game.Players.LocalPlayer)
  5879. end)
  5880.  
  5881.  
  5882. end
  5883.  
  5884.  
  5885.  
  5886. if string.find(lower,"charge") then
  5887.  
  5888. local epic = Instance.new("Tool")
  5889. local dab = Instance.new("Part")
  5890. local plr = game.Players.LocalPlayer
  5891. local tar_obj = nil
  5892. dab.Parent = epic
  5893. dab.Size = Vector3.new(1, 1, 1)
  5894. dab.Transparency = 1
  5895. epic.Parent = plr.Backpack
  5896. epic.Name = "epic"
  5897. dab.Name = "Handle"
  5898. epic.Equipped:Connect(function(m_S)
  5899. local A=Instance.new'Animation'
  5900. A.AnimationId='rbxassetid://320586929'
  5901. local P=game:GetService'Players'.LocalPlayer
  5902. local C=P.Character or P.CharacterAdded:Wait()
  5903. local H=C:WaitForChild'Humanoid':LoadAnimation(A)
  5904. H:Play()
  5905. dab.Touched:connect(death)
  5906. m_S.Button1Down:Connect(function()
  5907.  
  5908.  
  5909.  
  5910.  
  5911.  
  5912.  
  5913.  
  5914.  
  5915. end)
  5916. end)
  5917. epic.Unequipped:Connect(function()
  5918. local AnimationTracks = game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  5919. for i, track in pairs (AnimationTracks) do
  5920. track:Stop()
  5921. end
  5922. end)
  5923.  
  5924.  
  5925. end
  5926.  
  5927.  
  5928.  
  5929. if string.find(lower,"/e charge") then
  5930.  
  5931. local epic = Instance.new("Tool")
  5932. local dab = Instance.new("Part")
  5933. local plr = game.Players.LocalPlayer
  5934. local tar_obj = nil
  5935. dab.Parent = epic
  5936. dab.Size = Vector3.new(1, 1, 1)
  5937. dab.Transparency = 1
  5938. epic.Parent = plr.Backpack
  5939. epic.Name = "epic"
  5940. dab.Name = "Handle"
  5941. epic.Equipped:Connect(function(m_S)
  5942. local A=Instance.new'Animation'
  5943. A.AnimationId='rbxassetid://320586929'
  5944. local P=game:GetService'Players'.LocalPlayer
  5945. local C=P.Character or P.CharacterAdded:Wait()
  5946. local H=C:WaitForChild'Humanoid':LoadAnimation(A)
  5947. H:Play()
  5948. dab.Touched:connect(death)
  5949. m_S.Button1Down:Connect(function()
  5950.  
  5951.  
  5952.  
  5953.  
  5954.  
  5955.  
  5956.  
  5957.  
  5958. end)
  5959. end)
  5960. epic.Unequipped:Connect(function()
  5961. local AnimationTracks = game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  5962. for i, track in pairs (AnimationTracks) do
  5963. track:Stop()
  5964. end
  5965. end)
  5966.  
  5967.  
  5968. end
  5969.  
  5970. if string.find(lower,"/e charge") then
  5971.  
  5972. local epic = Instance.new("Tool")
  5973. local dab = Instance.new("Part")
  5974. local plr = game.Players.LocalPlayer
  5975. local tar_obj = nil
  5976. dab.Parent = epic
  5977. dab.Size = Vector3.new(1, 1, 1)
  5978. dab.Transparency = 1
  5979. epic.Parent = plr.Backpack
  5980. epic.Name = "epic"
  5981. dab.Name = "Handle"
  5982. epic.Equipped:Connect(function(m_S)
  5983. local A=Instance.new'Animation'
  5984. A.AnimationId='rbxassetid://320586929'
  5985. local P=game:GetService'Players'.LocalPlayer
  5986. local C=P.Character or P.CharacterAdded:Wait()
  5987. local H=C:WaitForChild'Humanoid':LoadAnimation(A)
  5988. H:Play()
  5989. dab.Touched:connect(death)
  5990. m_S.Button1Down:Connect(function()
  5991.  
  5992.  
  5993.  
  5994.  
  5995.  
  5996.  
  5997.  
  5998.  
  5999. end)
  6000. end)
  6001. epic.Unequipped:Connect(function()
  6002. local AnimationTracks = game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  6003. for i, track in pairs (AnimationTracks) do
  6004. track:Stop()
  6005. end
  6006. end)
  6007.  
  6008.  
  6009. end
  6010.  
  6011.  
  6012.  
  6013. if string.find(lower,"tackle") then
  6014.  
  6015. local epic = Instance.new("Tool")
  6016. local dab = Instance.new("Part")
  6017. local plr = game.Players.LocalPlayer
  6018. local tar_obj = nil
  6019. dab.Parent = epic
  6020. dab.Size = Vector3.new(1, 1, 1)
  6021. dab.Transparency = 1
  6022. epic.Parent = plr.Backpack
  6023. epic.Name = "epic"
  6024. dab.Name = "Handle"
  6025. epic.Equipped:Connect(function(m_S)
  6026. local A=Instance.new'Animation'
  6027. A.AnimationId='rbxassetid://320586929'
  6028. local P=game:GetService'Players'.LocalPlayer
  6029. local C=P.Character or P.CharacterAdded:Wait()
  6030. local H=C:WaitForChild'Humanoid':LoadAnimation(A)
  6031. H:Play()
  6032. dab.Touched:connect(death)
  6033. m_S.Button1Down:Connect(function()
  6034.  
  6035.  
  6036.  
  6037.  
  6038.  
  6039.  
  6040.  
  6041.  
  6042. end)
  6043. end)
  6044. epic.Unequipped:Connect(function()
  6045. local AnimationTracks = game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  6046. for i, track in pairs (AnimationTracks) do
  6047. track:Stop()
  6048. end
  6049. end)
  6050.  
  6051.  
  6052. end
  6053.  
  6054.  
  6055.  
  6056. if string.find(lower,"/e tackle") then
  6057.  
  6058. local epic = Instance.new("Tool")
  6059. local dab = Instance.new("Part")
  6060. local plr = game.Players.LocalPlayer
  6061. local tar_obj = nil
  6062. dab.Parent = epic
  6063. dab.Size = Vector3.new(1, 1, 1)
  6064. dab.Transparency = 1
  6065. epic.Parent = plr.Backpack
  6066. epic.Name = "epic"
  6067. dab.Name = "Handle"
  6068. epic.Equipped:Connect(function(m_S)
  6069. local A=Instance.new'Animation'
  6070. A.AnimationId='rbxassetid://320586929'
  6071. local P=game:GetService'Players'.LocalPlayer
  6072. local C=P.Character or P.CharacterAdded:Wait()
  6073. local H=C:WaitForChild'Humanoid':LoadAnimation(A)
  6074. H:Play()
  6075. dab.Touched:connect(death)
  6076. m_S.Button1Down:Connect(function()
  6077.  
  6078.  
  6079.  
  6080.  
  6081.  
  6082.  
  6083.  
  6084.  
  6085. end)
  6086. end)
  6087. epic.Unequipped:Connect(function()
  6088. local AnimationTracks = game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  6089. for i, track in pairs (AnimationTracks) do
  6090. track:Stop()
  6091. end
  6092. end)
  6093.  
  6094.  
  6095. end
  6096.  
  6097.  
  6098.  
  6099.  
  6100. if string.find(lower,"/e tackle") then
  6101.  
  6102. local epic = Instance.new("Tool")
  6103. local dab = Instance.new("Part")
  6104. local plr = game.Players.LocalPlayer
  6105. local tar_obj = nil
  6106. dab.Parent = epic
  6107. dab.Size = Vector3.new(1, 1, 1)
  6108. dab.Transparency = 1
  6109. epic.Parent = plr.Backpack
  6110. epic.Name = "epic"
  6111. dab.Name = "Handle"
  6112. epic.Equipped:Connect(function(m_S)
  6113. local A=Instance.new'Animation'
  6114. A.AnimationId='rbxassetid://320586929'
  6115. local P=game:GetService'Players'.LocalPlayer
  6116. local C=P.Character or P.CharacterAdded:Wait()
  6117. local H=C:WaitForChild'Humanoid':LoadAnimation(A)
  6118. H:Play()
  6119. dab.Touched:connect(death)
  6120. m_S.Button1Down:Connect(function()
  6121.  
  6122.  
  6123.  
  6124.  
  6125.  
  6126.  
  6127.  
  6128.  
  6129. end)
  6130. end)
  6131. epic.Unequipped:Connect(function()
  6132. local AnimationTracks = game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  6133. for i, track in pairs (AnimationTracks) do
  6134. track:Stop()
  6135. end
  6136. end)
  6137.  
  6138.  
  6139. end
  6140.  
  6141.  
  6142. if string.find(lower,"fly") then
  6143.  
  6144. sFLY()
  6145. flydab = true
  6146.  
  6147. end
  6148.  
  6149. if string.find(lower,"/e fly") then
  6150.  
  6151. sFLY()
  6152. flydab = true
  6153.  
  6154. end
  6155.  
  6156. if string.find(lower,"/e fly") then
  6157.  
  6158. sFLY()
  6159. flydab = true
  6160.  
  6161. end
  6162.  
  6163.  
  6164. if string.find(lower,"unfly") then
  6165.  
  6166. NOFLY()
  6167. flydab = false
  6168.  
  6169. end
  6170.  
  6171.  
  6172. if string.find(lower,"/e unfly") then
  6173.  
  6174. NOFLY()
  6175. flydab = false
  6176.  
  6177. end
  6178.  
  6179. if string.find(lower,"/e unfly") then
  6180.  
  6181. NOFLY()
  6182. flydab = false
  6183.  
  6184. end
  6185.  
  6186. if string.find(lower,"noclip") then
  6187.  
  6188.  
  6189. if game.Players.LocalPlayer:FindFirstChild("noclip") then
  6190. game.Players.LocalPlayer.noclip:Destroy()
  6191. end
  6192.  
  6193. noclip(game.Players.LocalPlayer.Name)
  6194.  
  6195.  
  6196.  
  6197. game:GetService('RunService').Stepped:connect(function()
  6198. if game.Players.LocalPlayer:FindFirstChild("noclip") then
  6199. game.Players.LocalPlayer.Character.Head.CanCollide = false
  6200. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  6201. end
  6202. end)
  6203.  
  6204.  
  6205.  
  6206. end
  6207.  
  6208. if string.find(lower,"/e noclip") then
  6209.  
  6210. if game.Players.LocalPlayer:FindFirstChild("noclip") then
  6211. game.Players.LocalPlayer.noclip:Destroy()
  6212. end
  6213.  
  6214. noclip(game.Players.LocalPlayer.Name)
  6215.  
  6216.  
  6217.  
  6218. game:GetService('RunService').Stepped:connect(function()
  6219. if game.Players.LocalPlayer:FindFirstChild("noclip") then
  6220. game.Players.LocalPlayer.Character.Head.CanCollide = false
  6221. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  6222. end
  6223. end)
  6224.  
  6225. end
  6226.  
  6227. if string.find(lower,"/e noclip") then
  6228.  
  6229. if game.Players.LocalPlayer:FindFirstChild("noclip") then
  6230. game.Players.LocalPlayer.noclip:Destroy()
  6231. end
  6232.  
  6233. noclip(game.Players.LocalPlayer.Name)
  6234.  
  6235.  
  6236.  
  6237. game:GetService('RunService').Stepped:connect(function()
  6238. if game.Players.LocalPlayer:FindFirstChild("noclip") then
  6239. game.Players.LocalPlayer.Character.Head.CanCollide = false
  6240. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  6241. end
  6242. end)
  6243.  
  6244. end
  6245.  
  6246.  
  6247.  
  6248.  
  6249. if string.find(lower,"nc") then
  6250.  
  6251. if game.Players.LocalPlayer:FindFirstChild("noclip") then
  6252. game.Players.LocalPlayer.noclip:Destroy()
  6253. end
  6254.  
  6255. noclip(game.Players.LocalPlayer.Name)
  6256.  
  6257.  
  6258.  
  6259. game:GetService('RunService').Stepped:connect(function()
  6260. if game.Players.LocalPlayer:FindFirstChild("noclip") then
  6261. game.Players.LocalPlayer.Character.Head.CanCollide = false
  6262. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  6263. end
  6264. end)
  6265.  
  6266. end
  6267.  
  6268. if string.find(lower,"/e nc") then
  6269.  
  6270. if game.Players.LocalPlayer:FindFirstChild("noclip") then
  6271. game.Players.LocalPlayer.noclip:Destroy()
  6272. end
  6273.  
  6274. noclip(game.Players.LocalPlayer.Name)
  6275.  
  6276.  
  6277.  
  6278. game:GetService('RunService').Stepped:connect(function()
  6279. if game.Players.LocalPlayer:FindFirstChild("noclip") then
  6280. game.Players.LocalPlayer.Character.Head.CanCollide = false
  6281. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  6282. end
  6283. end)
  6284.  
  6285. end
  6286.  
  6287. if string.find(lower,"/e nc") then
  6288.  
  6289. if game.Players.LocalPlayer:FindFirstChild("noclip") then
  6290. game.Players.LocalPlayer.noclip:Destroy()
  6291. end
  6292.  
  6293. noclip(game.Players.LocalPlayer.Name)
  6294.  
  6295.  
  6296.  
  6297. game:GetService('RunService').Stepped:connect(function()
  6298. if game.Players.LocalPlayer:FindFirstChild("noclip") then
  6299. game.Players.LocalPlayer.Character.Head.CanCollide = false
  6300. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  6301. end
  6302. end)
  6303.  
  6304. end
  6305.  
  6306.  
  6307.  
  6308.  
  6309. if string.find(lower,"clip") then
  6310.  
  6311. game.Players.LocalPlayer.noclip:Destroy()
  6312.  
  6313. end
  6314.  
  6315. if string.find(lower,"/e clip") then
  6316.  
  6317. game.Players.LocalPlayer.noclip:Destroy()
  6318.  
  6319. end
  6320.  
  6321. if string.find(lower,"/e clip") then
  6322.  
  6323. game.Players.LocalPlayer.noclip:Destroy()
  6324.  
  6325. end
  6326.  
  6327.  
  6328.  
  6329.  
  6330.  
  6331.  
  6332.  
  6333. if string.find(lower,"cmds") then
  6334. local Cmds = Instance.new("ScreenGui")
  6335. local Background = Instance.new("ImageLabel")
  6336. local Scroll = Instance.new("ScrollingFrame")
  6337. local anticheat = Instance.new("TextLabel")
  6338. local cloak = Instance.new("TextLabel")
  6339. local cloakme = Instance.new("TextLabel")
  6340. local cmds = Instance.new("TextLabel")
  6341. local god = Instance.new("TextLabel")
  6342. local kill = Instance.new("TextLabel")
  6343. local stopsounds = Instance.new("TextLabel")
  6344. local ws = Instance.new("TextLabel")
  6345. local uncloakme = Instance.new("TextLabel")
  6346. local shieldme = Instance.new("TextLabel")
  6347. local e = Instance.new("TextLabel")
  6348. local wls = Instance.new("TextLabel")
  6349. local removeshieldme = Instance.new("TextLabel")
  6350. local tk2 = Instance.new("TextLabel")
  6351. local loadtools = Instance.new("TextLabel")
  6352. local tk = Instance.new("TextLabel")
  6353. local savetools = Instance.new("TextLabel")
  6354. local unview = Instance.new("TextLabel")
  6355. local skev = Instance.new("TextLabel")
  6356. local Credits = Instance.new("TextLabel")
  6357. local bulletproof = Instance.new("TextLabel")
  6358. local view = Instance.new("TextLabel")
  6359. local goto = Instance.new("TextLabel")
  6360. local unloopgod = Instance.new("TextLabel")
  6361. local unwl = Instance.new("TextLabel")
  6362. local kev = Instance.new("TextLabel")
  6363. local playsounds = Instance.new("TextLabel")
  6364. local wl = Instance.new("TextLabel")
  6365. local removeshield = Instance.new("TextLabel")
  6366. local deathtouch = Instance.new("TextLabel")
  6367. local etwerk = Instance.new("TextLabel")
  6368. local unbulletproof = Instance.new("TextLabel")
  6369. local shield = Instance.new("TextLabel")
  6370. local kungfu = Instance.new("TextLabel")
  6371. local bringgun = Instance.new("TextLabel")
  6372. local espaz = Instance.new("TextLabel")
  6373. local killmurderer = Instance.new("TextLabel")
  6374. local killsheriff = Instance.new("TextLabel")
  6375. local loopgod = Instance.new("TextLabel")
  6376. local murder = Instance.new("TextLabel")
  6377. local musicgear = Instance.new("TextLabel")
  6378. local radio = Instance.new("TextLabel")
  6379. local playall = Instance.new("TextLabel")
  6380. local printroles = Instance.new("TextLabel")
  6381. local roles = Instance.new("TextLabel")
  6382. local sheriff = Instance.new("TextLabel")
  6383. local stealsong = Instance.new("TextLabel")
  6384. local uncloak = Instance.new("TextLabel")
  6385. local play = Instance.new("TextLabel")
  6386. local play_2 = Instance.new("TextLabel")
  6387. local stopme = Instance.new("TextLabel")
  6388. local XButton = Instance.new("TextButton")
  6389.  
  6390. Cmds.Name = "Cmds"
  6391. Cmds.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  6392.  
  6393. Background.Name = "Background"
  6394. Background.Parent = Cmds
  6395. Background.BackgroundColor3 = Color3.new(1, 1, 1)
  6396. Background.Position = UDim2.new(0.324435323, 0, 0.0436432622, 0)
  6397. Background.Size = UDim2.new(0, 480, 0, 480)
  6398. Background.ZIndex = 0
  6399. Background.Image = "rbxassetid://629376787"
  6400. Background.Draggable = true
  6401.  
  6402. Scroll.Name = "Scroll"
  6403. Scroll.Parent = Background
  6404. Scroll.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  6405. Scroll.BackgroundTransparency = 0.89999997615814
  6406. Scroll.Position = UDim2.new(-0.000695437193, 0, -0.000106737018, 0)
  6407. Scroll.Size = UDim2.new(0, 480, 0, 480)
  6408. Scroll.CanvasPosition = Vector2.new(12, 850)
  6409. Scroll.CanvasSize = UDim2.new(0, 0, 3, 0)
  6410.  
  6411. anticheat.Name = "anticheat"
  6412. anticheat.Parent = Scroll
  6413. anticheat.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  6414. anticheat.BackgroundTransparency = 0.40000000596046
  6415. anticheat.Position = UDim2.new(0.0250000004, 0, 0.25230056, 0)
  6416. anticheat.Size = UDim2.new(0, 467, 0, 21)
  6417. anticheat.Font = Enum.Font.SourceSans
  6418. anticheat.Text = "anti - Removes the anticheat (Needed to have more than 200 health.)"
  6419. anticheat.TextColor3 = Color3.new(1, 1, 1)
  6420. anticheat.TextScaled = true
  6421. anticheat.TextSize = 14
  6422. anticheat.TextWrapped = true
  6423. anticheat.TextXAlignment = Enum.TextXAlignment.Left
  6424.  
  6425. cloak.Name = "cloak"
  6426. cloak.Parent = Scroll
  6427. cloak.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  6428. cloak.BackgroundTransparency = 0.40000000596046
  6429. cloak.Position = UDim2.new(0.0250000004, 0, 0.105984271, 0)
  6430. cloak.Size = UDim2.new(0, 467, 0, 21)
  6431. cloak.Font = Enum.Font.SourceSans
  6432. cloak.Text = "cloak PLAYERNAME - cloaks the selected player"
  6433. cloak.TextColor3 = Color3.new(1, 1, 1)
  6434. cloak.TextScaled = true
  6435. cloak.TextSize = 14
  6436. cloak.TextWrapped = true
  6437. cloak.TextXAlignment = Enum.TextXAlignment.Left
  6438.  
  6439. cloakme.Name = "cloakme"
  6440. cloakme.Parent = Scroll
  6441. cloakme.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  6442. cloakme.BackgroundTransparency = 0.40000000596046
  6443. cloakme.Position = UDim2.new(0.0250000004, 0, 0.0794738084, 0)
  6444. cloakme.Size = UDim2.new(0, 467, 0, 21)
  6445. cloakme.Font = Enum.Font.SourceSans
  6446. cloakme.Text = "cloakme - cloaks you"
  6447. cloakme.TextColor3 = Color3.new(1, 1, 1)
  6448. cloakme.TextScaled = true
  6449. cloakme.TextSize = 14
  6450. cloakme.TextWrapped = true
  6451. cloakme.TextXAlignment = Enum.TextXAlignment.Left
  6452.  
  6453. cmds.Name = "cmds"
  6454. cmds.Parent = Scroll
  6455. cmds.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  6456. cmds.BackgroundTransparency = 0.40000000596046
  6457. cmds.Position = UDim2.new(0.0250000004, 0, 0, 0)
  6458. cmds.Size = UDim2.new(0, 467, 0, 21)
  6459. cmds.Font = Enum.Font.SourceSans
  6460. cmds.Text = "cmds - shows the commands"
  6461. cmds.TextColor3 = Color3.new(1, 1, 1)
  6462. cmds.TextScaled = true
  6463. cmds.TextSize = 14
  6464. cmds.TextWrapped = true
  6465. cmds.TextXAlignment = Enum.TextXAlignment.Left
  6466.  
  6467. god.Name = "god"
  6468. god.Parent = Scroll
  6469. god.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  6470. god.BackgroundTransparency = 0.40000000596046
  6471. god.Position = UDim2.new(0.0250000004, 0, 0.265954584, 0)
  6472. god.Size = UDim2.new(0, 467, 0, 21)
  6473. god.Font = Enum.Font.SourceSans
  6474. god.Text = "god - Gods you (Anticheat must be removed, or else you'll just die.)"
  6475. god.TextColor3 = Color3.new(1, 1, 1)
  6476. god.TextScaled = true
  6477. god.TextSize = 14
  6478. god.TextWrapped = true
  6479. god.TextXAlignment = Enum.TextXAlignment.Left
  6480.  
  6481. kill.Name = "kill"
  6482. kill.Parent = Scroll
  6483. kill.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  6484. kill.BackgroundTransparency = 0.40000000596046
  6485. kill.Position = UDim2.new(0.0250000004, 0, 0.0134032164, 0)
  6486. kill.Size = UDim2.new(0, 467, 0, 21)
  6487. kill.Font = Enum.Font.SourceSans
  6488. kill.Text = "kill PLAYERNAME - Kills the target"
  6489. kill.TextColor3 = Color3.new(1, 1, 1)
  6490. kill.TextScaled = true
  6491. kill.TextSize = 14
  6492. kill.TextWrapped = true
  6493. kill.TextXAlignment = Enum.TextXAlignment.Left
  6494.  
  6495. stopsounds.Name = "stopsounds"
  6496. stopsounds.Parent = Scroll
  6497. stopsounds.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  6498. stopsounds.BackgroundTransparency = 0.40000000596046
  6499. stopsounds.Position = UDim2.new(0.0250000004, 0, 0.358617485, 0)
  6500. stopsounds.Size = UDim2.new(0, 467, 0, 21)
  6501. stopsounds.Font = Enum.Font.SourceSans
  6502. stopsounds.Text = "stopsounds - Stops said ear explosion"
  6503. stopsounds.TextColor3 = Color3.new(1, 1, 1)
  6504. stopsounds.TextScaled = true
  6505. stopsounds.TextSize = 14
  6506. stopsounds.TextWrapped = true
  6507. stopsounds.TextXAlignment = Enum.TextXAlignment.Left
  6508.  
  6509. ws.Name = "ws"
  6510. ws.Parent = Scroll
  6511. ws.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  6512. ws.BackgroundTransparency = 0.40000000596046
  6513. ws.Position = UDim2.new(0.0250000004, 0, 0.597816586, 0)
  6514. ws.Size = UDim2.new(0, 467, 0, 21)
  6515. ws.Font = Enum.Font.SourceSans
  6516. ws.Text = "ws NUMBER - Changes your speed to the number"
  6517. ws.TextColor3 = Color3.new(1, 1, 1)
  6518. ws.TextScaled = true
  6519. ws.TextSize = 14
  6520. ws.TextWrapped = true
  6521. ws.TextXAlignment = Enum.TextXAlignment.Left
  6522.  
  6523. uncloakme.Name = "uncloakme"
  6524. uncloakme.Parent = Scroll
  6525. uncloakme.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  6526. uncloakme.BackgroundTransparency = 0.40000000596046
  6527. uncloakme.Position = UDim2.new(0.0250000004, 0, 0.0927702859, 0)
  6528. uncloakme.Size = UDim2.new(0, 467, 0, 21)
  6529. uncloakme.Font = Enum.Font.SourceSans
  6530. uncloakme.Text = "uncloakme - uncloaks you"
  6531. uncloakme.TextColor3 = Color3.new(1, 1, 1)
  6532. uncloakme.TextScaled = true
  6533. uncloakme.TextSize = 14
  6534. uncloakme.TextWrapped = true
  6535. uncloakme.TextXAlignment = Enum.TextXAlignment.Left
  6536.  
  6537. shieldme.Name = "shieldme"
  6538. shieldme.Parent = Scroll
  6539. shieldme.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  6540. shieldme.BackgroundTransparency = 0.40000000596046
  6541. shieldme.Position = UDim2.new(0.0250000004, 0, 0.544685662, 0)
  6542. shieldme.Size = UDim2.new(0, 467, 0, 21)
  6543. shieldme.Font = Enum.Font.SourceSans
  6544. shieldme.Text = "shield me - Puts a shield around you. Kills anyone who touches it. Only you can see it"
  6545. shieldme.TextColor3 = Color3.new(1, 1, 1)
  6546. shieldme.TextScaled = true
  6547. shieldme.TextSize = 14
  6548. shieldme.TextWrapped = true
  6549. shieldme.TextXAlignment = Enum.TextXAlignment.Left
  6550.  
  6551. e.Name = "e"
  6552. e.Parent = Scroll
  6553. e.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  6554. e.BackgroundTransparency = 0.40000000596046
  6555. e.Position = UDim2.new(0.0250000022, 0, 0.477873266, 0)
  6556. e.Size = UDim2.new(0, 467, 0, 21)
  6557. e.Font = Enum.Font.SourceSans
  6558. e.Text = "/e - Stops your animations."
  6559. e.TextColor3 = Color3.new(1, 1, 1)
  6560. e.TextScaled = true
  6561. e.TextSize = 14
  6562. e.TextWrapped = true
  6563. e.TextXAlignment = Enum.TextXAlignment.Left
  6564.  
  6565. wls.Name = "wls"
  6566. wls.Parent = Scroll
  6567. wls.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  6568. wls.BackgroundTransparency = 0.40000000596046
  6569. wls.Position = UDim2.new(0.0250000004, 0, 0.239279091, 0)
  6570. wls.Size = UDim2.new(0, 467, 0, 21)
  6571. wls.Font = Enum.Font.SourceSans
  6572. wls.Text = "wls Outputs the names of whitelisted players to the dev console"
  6573. wls.TextColor3 = Color3.new(1, 1, 1)
  6574. wls.TextScaled = true
  6575. wls.TextSize = 14
  6576. wls.TextWrapped = true
  6577. wls.TextXAlignment = Enum.TextXAlignment.Left
  6578.  
  6579. removeshieldme.Name = "removeshieldme"
  6580. removeshieldme.Parent = Scroll
  6581. removeshieldme.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  6582. removeshieldme.BackgroundTransparency = 0.40000000596046
  6583. removeshieldme.Position = UDim2.new(0.0250000004, 0, 0.558119655, 0)
  6584. removeshieldme.Size = UDim2.new(0, 467, 0, 21)
  6585. removeshieldme.Font = Enum.Font.SourceSans
  6586. removeshieldme.Text = "removeshield me - Removes the shield placed on you"
  6587. removeshieldme.TextColor3 = Color3.new(1, 1, 1)
  6588. removeshieldme.TextScaled = true
  6589. removeshieldme.TextSize = 14
  6590. removeshieldme.TextWrapped = true
  6591. removeshieldme.TextXAlignment = Enum.TextXAlignment.Left
  6592.  
  6593. tk2.Name = "tk2"
  6594. tk2.Parent = Scroll
  6595. tk2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  6596. tk2.BackgroundTransparency = 0.40000000596046
  6597. tk2.Position = UDim2.new(0.0250000004, 0, 0.332134485, 0)
  6598. tk2.Size = UDim2.new(0, 467, 0, 21)
  6599. tk2.Font = Enum.Font.SourceSans
  6600. tk2.Text = "tk2 - Like tk, but loops until the player dies."
  6601. tk2.TextColor3 = Color3.new(1, 1, 1)
  6602. tk2.TextScaled = true
  6603. tk2.TextSize = 14
  6604. tk2.TextWrapped = true
  6605. tk2.TextXAlignment = Enum.TextXAlignment.Left
  6606.  
  6607. loadtools.Name = "loadtools"
  6608. loadtools.Parent = Scroll
  6609. loadtools.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  6610. loadtools.BackgroundTransparency = 0.40000000596046
  6611. loadtools.Position = UDim2.new(0.0250000022, 0, 0.385292858, 0)
  6612. loadtools.Size = UDim2.new(0, 467, 0, 21)
  6613. loadtools.Font = Enum.Font.SourceSans
  6614. loadtools.Text = "loadtools - Takes your tools out of the magic vault (For using knives and stuff in the lobby.)"
  6615. loadtools.TextColor3 = Color3.new(1, 1, 1)
  6616. loadtools.TextScaled = true
  6617. loadtools.TextSize = 14
  6618. loadtools.TextWrapped = true
  6619. loadtools.TextXAlignment = Enum.TextXAlignment.Left
  6620.  
  6621. tk.Name = "tk"
  6622. tk.Parent = Scroll
  6623. tk.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  6624. tk.BackgroundTransparency = 0.40000000596046
  6625. tk.Position = UDim2.new(0.0250000004, 0, 0.318480492, 0)
  6626. tk.Size = UDim2.new(0, 467, 0, 21)
  6627. tk.Font = Enum.Font.SourceSans
  6628. tk.Text = "tk PLAYERNAME - Test kill, takes the target's health, then drains that exact ammount away. For killing other exploiters."
  6629. tk.TextColor3 = Color3.new(1, 1, 1)
  6630. tk.TextScaled = true
  6631. tk.TextSize = 14
  6632. tk.TextWrapped = true
  6633. tk.TextXAlignment = Enum.TextXAlignment.Left
  6634.  
  6635. savetools.Name = "savetools"
  6636. savetools.Parent = Scroll
  6637. savetools.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  6638. savetools.BackgroundTransparency = 0.40000000596046
  6639. savetools.Position = UDim2.new(0.0250000004, 0, 0.371638954, 0)
  6640. savetools.Size = UDim2.new(0, 467, 0, 21)
  6641. savetools.Font = Enum.Font.SourceSans
  6642. savetools.Text = "savetools - Stores your tools in a magic vault (Stays in the vault even if you die.)"
  6643. savetools.TextColor3 = Color3.new(1, 1, 1)
  6644. savetools.TextScaled = true
  6645. savetools.TextSize = 14
  6646. savetools.TextWrapped = true
  6647. savetools.TextXAlignment = Enum.TextXAlignment.Left
  6648.  
  6649. unview.Name = "unview"
  6650. unview.Parent = Scroll
  6651. unview.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  6652. unview.BackgroundTransparency = 0.40000000596046
  6653. unview.Position = UDim2.new(0.0250000004, 0, 0.584162593, 0)
  6654. unview.Size = UDim2.new(0, 467, 0, 21)
  6655. unview.Font = Enum.Font.SourceSans
  6656. unview.Text = "unview - Unviews the target"
  6657. unview.TextColor3 = Color3.new(1, 1, 1)
  6658. unview.TextScaled = true
  6659. unview.TextSize = 14
  6660. unview.TextWrapped = true
  6661. unview.TextXAlignment = Enum.TextXAlignment.Left
  6662.  
  6663. skev.Name = "skev"
  6664. skev.Parent = Scroll
  6665. skev.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  6666. skev.BackgroundTransparency = 0.40000000596046
  6667. skev.Position = UDim2.new(0.0250000004, 0, 0.41196838, 0)
  6668. skev.Size = UDim2.new(0, 467, 0, 21)
  6669. skev.Font = Enum.Font.SourceSans
  6670. skev.Text = "skev - Same as the kev command, but checks the target's health before applying it. (To prevent dying.)"
  6671. skev.TextColor3 = Color3.new(1, 1, 1)
  6672. skev.TextScaled = true
  6673. skev.TextSize = 14
  6674. skev.TextWrapped = true
  6675. skev.TextXAlignment = Enum.TextXAlignment.Left
  6676.  
  6677. bulletproof.Name = "bulletproof"
  6678. bulletproof.Parent = Scroll
  6679. bulletproof.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  6680. bulletproof.BackgroundTransparency = 0.40000000596046
  6681. bulletproof.Position = UDim2.new(0.0250000004, 0, 0.424989879, 0)
  6682. bulletproof.Size = UDim2.new(0, 467, 0, 21)
  6683. bulletproof.Font = Enum.Font.SourceSans
  6684. bulletproof.Text = "bulletproof PLAYERNAME - Automatically gives the target kevlar if they get shot."
  6685. bulletproof.TextColor3 = Color3.new(1, 1, 1)
  6686. bulletproof.TextScaled = true
  6687. bulletproof.TextSize = 14
  6688. bulletproof.TextWrapped = true
  6689. bulletproof.TextXAlignment = Enum.TextXAlignment.Left
  6690.  
  6691. view.Name = "view"
  6692. view.Parent = Scroll
  6693. view.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  6694. view.BackgroundTransparency = 0.40000000596046
  6695. view.Position = UDim2.new(0.0250000004, 0, 0.571141005, 0)
  6696. view.Size = UDim2.new(0, 467, 0, 21)
  6697. view.Font = Enum.Font.SourceSans
  6698. view.Text = "view PLAYERNAME - Views the target"
  6699. view.TextColor3 = Color3.new(1, 1, 1)
  6700. view.TextScaled = true
  6701. view.TextSize = 14
  6702. view.TextWrapped = true
  6703. view.TextXAlignment = Enum.TextXAlignment.Left
  6704.  
  6705. goto.Name = "goto"
  6706. goto.Parent = Scroll
  6707. goto.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  6708. goto.BackgroundTransparency = 0.40000000596046
  6709. goto.Position = UDim2.new(0.0250000004, 0, 0.611250579, 0)
  6710. goto.Size = UDim2.new(0, 467, 0, 21)
  6711. goto.Font = Enum.Font.SourceSans
  6712. goto.Text = "goto PLAYERNAME - teleports you to the target"
  6713. goto.TextColor3 = Color3.new(1, 1, 1)
  6714. goto.TextScaled = true
  6715. goto.TextSize = 14
  6716. goto.TextWrapped = true
  6717. goto.TextXAlignment = Enum.TextXAlignment.Left
  6718.  
  6719. unloopgod.Name = "unloopgod"
  6720. unloopgod.Parent = Scroll
  6721. unloopgod.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  6722. unloopgod.BackgroundTransparency = 0.40000000596046
  6723. unloopgod.Position = UDim2.new(0.0250000022, 0, 0.292437524, 0)
  6724. unloopgod.Size = UDim2.new(0, 467, 0, 21)
  6725. unloopgod.Font = Enum.Font.SourceSans
  6726. unloopgod.Text = "unloopgod - Unloopgods the you"
  6727. unloopgod.TextColor3 = Color3.new(1, 1, 1)
  6728. unloopgod.TextScaled = true
  6729. unloopgod.TextSize = 14
  6730. unloopgod.TextWrapped = true
  6731. unloopgod.TextXAlignment = Enum.TextXAlignment.Left
  6732.  
  6733. unwl.Name = "unwl"
  6734. unwl.Parent = Scroll
  6735. unwl.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  6736. unwl.BackgroundTransparency = 0.40000000596046
  6737. unwl.Position = UDim2.new(0.0250000004, 0, 0.225625128, 0)
  6738. unwl.Size = UDim2.new(0, 467, 0, 21)
  6739. unwl.Font = Enum.Font.SourceSans
  6740. unwl.Text = "unwl PLAYERNAME - Unwhitelists a player"
  6741. unwl.TextColor3 = Color3.new(1, 1, 1)
  6742. unwl.TextScaled = true
  6743. unwl.TextSize = 14
  6744. unwl.TextWrapped = true
  6745. unwl.TextXAlignment = Enum.TextXAlignment.Left
  6746.  
  6747. kev.Name = "kev"
  6748. kev.Parent = Scroll
  6749. kev.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  6750. kev.BackgroundTransparency = 0.40000000596046
  6751. kev.Position = UDim2.new(0.0250000004, 0, 0.398314416, 0)
  6752. kev.Size = UDim2.new(0, 467, 0, 21)
  6753. kev.Font = Enum.Font.SourceSans
  6754. kev.Text = "kev - Gives you kevlar. You'll die if you use this when you already have kevlar on."
  6755. kev.TextColor3 = Color3.new(1, 1, 1)
  6756. kev.TextScaled = true
  6757. kev.TextSize = 14
  6758. kev.TextWrapped = true
  6759. kev.TextXAlignment = Enum.TextXAlignment.Left
  6760.  
  6761. playsounds.Name = "playsounds"
  6762. playsounds.Parent = Scroll
  6763. playsounds.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  6764. playsounds.BackgroundTransparency = 0.40000000596046
  6765. playsounds.Position = UDim2.new(0.0250000004, 0, 0.345155984, 0)
  6766. playsounds.Size = UDim2.new(0, 467, 0, 21)
  6767. playsounds.Font = Enum.Font.SourceSans
  6768. playsounds.Text = "playsounds - Plays the sounds in the workspace, resulting in a refreshing ear explosion"
  6769. playsounds.TextColor3 = Color3.new(1, 1, 1)
  6770. playsounds.TextScaled = true
  6771. playsounds.TextSize = 14
  6772. playsounds.TextWrapped = true
  6773. playsounds.TextXAlignment = Enum.TextXAlignment.Left
  6774.  
  6775. wl.Name = "wl"
  6776. wl.Parent = Scroll
  6777. wl.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  6778. wl.BackgroundTransparency = 0.40000000596046
  6779. wl.Position = UDim2.new(0.0250000004, 0, 0.212603629, 0)
  6780. wl.Size = UDim2.new(0, 467, 0, 21)
  6781. wl.Font = Enum.Font.SourceSans
  6782. wl.Text = "wl PLAYERNAME - Whitelists a player (Let's them use commands)"
  6783. wl.TextColor3 = Color3.new(1, 1, 1)
  6784. wl.TextScaled = true
  6785. wl.TextSize = 14
  6786. wl.TextWrapped = true
  6787. wl.TextXAlignment = Enum.TextXAlignment.Left
  6788.  
  6789. removeshield.Name = "removeshield"
  6790. removeshield.Parent = Scroll
  6791. removeshield.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  6792. removeshield.BackgroundTransparency = 0.40000000596046
  6793. removeshield.Position = UDim2.new(0.0250000004, 0, 0.531031668, 0)
  6794. removeshield.Size = UDim2.new(0, 467, 0, 21)
  6795. removeshield.Font = Enum.Font.SourceSans
  6796. removeshield.Text = "removeshield PLAYERNAME - Removes the shield on the target"
  6797. removeshield.TextColor3 = Color3.new(1, 1, 1)
  6798. removeshield.TextScaled = true
  6799. removeshield.TextSize = 14
  6800. removeshield.TextWrapped = true
  6801. removeshield.TextXAlignment = Enum.TextXAlignment.Left
  6802.  
  6803. deathtouch.Name = "deathtouch"
  6804. deathtouch.Parent = Scroll
  6805. deathtouch.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  6806. deathtouch.BackgroundTransparency = 0.40000000596046
  6807. deathtouch.Position = UDim2.new(0.0250000004, 0, 0.491334736, 0)
  6808. deathtouch.Size = UDim2.new(0, 467, 0, 21)
  6809. deathtouch.Font = Enum.Font.SourceSans
  6810. deathtouch.Text = "deathtouch - Gives you a tool that kills anyone you touch with it"
  6811. deathtouch.TextColor3 = Color3.new(1, 1, 1)
  6812. deathtouch.TextScaled = true
  6813. deathtouch.TextSize = 14
  6814. deathtouch.TextWrapped = true
  6815. deathtouch.TextXAlignment = Enum.TextXAlignment.Left
  6816.  
  6817. etwerk.Name = "etwerk"
  6818. etwerk.Parent = Scroll
  6819. etwerk.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  6820. etwerk.BackgroundTransparency = 0.40000000596046
  6821. etwerk.Position = UDim2.new(0.0250000004, 0, 0.451830268, 0)
  6822. etwerk.Size = UDim2.new(0, 467, 0, 21)
  6823. etwerk.Font = Enum.Font.SourceSans
  6824. etwerk.Text = "/e twerk - Bad meme, dead meme. But it's here, so enjoy. (Animation)"
  6825. etwerk.TextColor3 = Color3.new(1, 1, 1)
  6826. etwerk.TextScaled = true
  6827. etwerk.TextSize = 14
  6828. etwerk.TextWrapped = true
  6829. etwerk.TextXAlignment = Enum.TextXAlignment.Left
  6830.  
  6831. unbulletproof.Name = "unbulletproof"
  6832. unbulletproof.Parent = Scroll
  6833. unbulletproof.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  6834. unbulletproof.BackgroundTransparency = 0.40000000596046
  6835. unbulletproof.Position = UDim2.new(0.0250000004, 0, 0.438176334, 0)
  6836. unbulletproof.Size = UDim2.new(0, 467, 0, 21)
  6837. unbulletproof.Font = Enum.Font.SourceSans
  6838. unbulletproof.Text = "unbulletproof - Stops the effects of the bulletproof command."
  6839. unbulletproof.TextColor3 = Color3.new(1, 1, 1)
  6840. unbulletproof.TextScaled = true
  6841. unbulletproof.TextSize = 14
  6842. unbulletproof.TextWrapped = true
  6843. unbulletproof.TextXAlignment = Enum.TextXAlignment.Left
  6844.  
  6845. shield.Name = "shield"
  6846. shield.Parent = Scroll
  6847. shield.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  6848. shield.BackgroundTransparency = 0.40000000596046
  6849. shield.Position = UDim2.new(0.0250000004, 0, 0.51801008, 0)
  6850. shield.Size = UDim2.new(0, 467, 0, 21)
  6851. shield.Font = Enum.Font.SourceSans
  6852. shield.Text = "shield PLAYERNAME - Puts a shield around the target. Kills anyone who touches it. Only you can see it"
  6853. shield.TextColor3 = Color3.new(1, 1, 1)
  6854. shield.TextScaled = true
  6855. shield.TextSize = 14
  6856. shield.TextWrapped = true
  6857. shield.TextXAlignment = Enum.TextXAlignment.Left
  6858.  
  6859. kungfu.Name = "kungfu"
  6860. kungfu.Parent = Scroll
  6861. kungfu.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  6862. kungfu.BackgroundTransparency = 0.40000000596046
  6863. kungfu.Position = UDim2.new(0.0250000004, 0, 0.50498873, 0)
  6864. kungfu.Size = UDim2.new(0, 467, 0, 21)
  6865. kungfu.Font = Enum.Font.SourceSans
  6866. kungfu.Text = "kungfu - Gives you a tool that lets you become a kung fu god"
  6867. kungfu.TextColor3 = Color3.new(1, 1, 1)
  6868. kungfu.TextScaled = true
  6869. kungfu.TextSize = 14
  6870. kungfu.TextWrapped = true
  6871. kungfu.TextXAlignment = Enum.TextXAlignment.Left
  6872.  
  6873. bringgun.Name = "bringgun"
  6874. bringgun.Parent = Scroll
  6875. bringgun.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  6876. bringgun.BackgroundTransparency = 0.40000000596046
  6877. bringgun.Position = UDim2.new(0.0250000004, 0, 0.305459023, 0)
  6878. bringgun.Size = UDim2.new(0, 467, 0, 21)
  6879. bringgun.Font = Enum.Font.SourceSans
  6880. bringgun.Text = "bringgun - Brings the gun (Also set to a hotkey, if you press \"=\" the gun will come to you. [Might have to try multiple times.])"
  6881. bringgun.TextColor3 = Color3.new(1, 1, 1)
  6882. bringgun.TextScaled = true
  6883. bringgun.TextSize = 14
  6884. bringgun.TextWrapped = true
  6885. bringgun.TextXAlignment = Enum.TextXAlignment.Left
  6886.  
  6887. espaz.Name = "espaz"
  6888. espaz.Parent = Scroll
  6889. espaz.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  6890. espaz.BackgroundTransparency = 0.40000000596046
  6891. espaz.Position = UDim2.new(0.0250000004, 0, 0.464851797, 0)
  6892. espaz.Size = UDim2.new(0, 467, 0, 21)
  6893. espaz.Font = Enum.Font.SourceSans
  6894. espaz.Text = "/e spaz - That can't be healthy for your body. (Animation)"
  6895. espaz.TextColor3 = Color3.new(1, 1, 1)
  6896. espaz.TextScaled = true
  6897. espaz.TextSize = 14
  6898. espaz.TextWrapped = true
  6899. espaz.TextXAlignment = Enum.TextXAlignment.Left
  6900.  
  6901. killmurderer.Name = "killmurderer"
  6902. killmurderer.Parent = Scroll
  6903. killmurderer.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  6904. killmurderer.BackgroundTransparency = 0.40000000596046
  6905. killmurderer.Position = UDim2.new(0.0250000004, 0, 0.185928196, 0)
  6906. killmurderer.Size = UDim2.new(0, 467, 0, 21)
  6907. killmurderer.Font = Enum.Font.SourceSans
  6908. killmurderer.Text = "killmurderer - Kills whoever is murderer. (Works on groups.)"
  6909. killmurderer.TextColor3 = Color3.new(1, 1, 1)
  6910. killmurderer.TextScaled = true
  6911. killmurderer.TextSize = 14
  6912. killmurderer.TextWrapped = true
  6913. killmurderer.TextXAlignment = Enum.TextXAlignment.Left
  6914.  
  6915. killsheriff.Name = "killsheriff"
  6916. killsheriff.Parent = Scroll
  6917. killsheriff.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  6918. killsheriff.BackgroundTransparency = 0.40000000596046
  6919. killsheriff.Position = UDim2.new(0.0250000004, 0, 0.198949665, 0)
  6920. killsheriff.Size = UDim2.new(0, 467, 0, 21)
  6921. killsheriff.Font = Enum.Font.SourceSans
  6922. killsheriff.Text = "killsheriff - Kills whoever is sheriff. (Works on groups.)"
  6923. killsheriff.TextColor3 = Color3.new(1, 1, 1)
  6924. killsheriff.TextScaled = true
  6925. killsheriff.TextSize = 14
  6926. killsheriff.TextWrapped = true
  6927. killsheriff.TextXAlignment = Enum.TextXAlignment.Left
  6928.  
  6929. loopgod.Name = "loopgod"
  6930. loopgod.Parent = Scroll
  6931. loopgod.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  6932. loopgod.BackgroundTransparency = 0.40000000596046
  6933. loopgod.Position = UDim2.new(0.0250000004, 0, 0.27878353, 0)
  6934. loopgod.Size = UDim2.new(0, 467, 0, 21)
  6935. loopgod.Font = Enum.Font.SourceSans
  6936. loopgod.Text = "loopgod - Loopgods you."
  6937. loopgod.TextColor3 = Color3.new(1, 1, 1)
  6938. loopgod.TextScaled = true
  6939. loopgod.TextSize = 14
  6940. loopgod.TextWrapped = true
  6941. loopgod.TextXAlignment = Enum.TextXAlignment.Left
  6942.  
  6943. murder.Name = "murder"
  6944. murder.Parent = Scroll
  6945. murder.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  6946. murder.BackgroundTransparency = 0.40000000596046
  6947. murder.Position = UDim2.new(0.0250000004, 0, 0.159445211, 0)
  6948. murder.Size = UDim2.new(0, 467, 0, 21)
  6949. murder.Font = Enum.Font.SourceSans
  6950. murder.Text = "murderer - Says the name of who's murderer in chat"
  6951. murder.TextColor3 = Color3.new(1, 1, 1)
  6952. murder.TextScaled = true
  6953. murder.TextSize = 14
  6954. murder.TextWrapped = true
  6955. murder.TextXAlignment = Enum.TextXAlignment.Left
  6956.  
  6957. musicgear.Name = "musicgear"
  6958. musicgear.Parent = Scroll
  6959. musicgear.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  6960. musicgear.BackgroundTransparency = 0.40000000596046
  6961. musicgear.Position = UDim2.new(0.0250000004, 0, 0.0528933853, 0)
  6962. musicgear.Size = UDim2.new(0, 467, 0, 21)
  6963. musicgear.Font = Enum.Font.SourceSans
  6964. musicgear.Text = "music gear: SONGID - Plays a music ID on everyone's radio (For whitelisted users, or when you want to show your ID)"
  6965. musicgear.TextColor3 = Color3.new(1, 1, 1)
  6966. musicgear.TextScaled = true
  6967. musicgear.TextSize = 14
  6968. musicgear.TextWrapped = true
  6969. musicgear.TextXAlignment = Enum.TextXAlignment.Left
  6970.  
  6971. radio .Name = "radio "
  6972. radio .Parent = Scroll
  6973. radio .BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  6974. radio .BackgroundTransparency = 0.40000000596046
  6975. radio .Position = UDim2.new(0.0250000004, 0, 0.0395743847, 0)
  6976. radio .Size = UDim2.new(0, 467, 0, 21)
  6977. radio .Font = Enum.Font.SourceSans
  6978. radio .Text = "radio - Plays an ID on your radio"
  6979. radio .TextColor3 = Color3.new(1, 1, 1)
  6980. radio .TextScaled = true
  6981. radio .TextSize = 14
  6982. radio .TextWrapped = true
  6983. radio .TextXAlignment = Enum.TextXAlignment.Left
  6984.  
  6985. playall.Name = "playall"
  6986. playall.Parent = Scroll
  6987. playall.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  6988. playall.BackgroundTransparency = 0.40000000596046
  6989. playall.Position = UDim2.new(0.0250000004, 0, 0.0262806565, 0)
  6990. playall.Size = UDim2.new(0, 467, 0, 21)
  6991. playall.Font = Enum.Font.SourceSans
  6992. playall.Text = "playall SONGID - Plays a music ID on everyone's radio."
  6993. playall.TextColor3 = Color3.new(1, 1, 1)
  6994. playall.TextScaled = true
  6995. playall.TextSize = 14
  6996. playall.TextWrapped = true
  6997. playall.TextXAlignment = Enum.TextXAlignment.Left
  6998.  
  6999. printroles.Name = "printroles"
  7000. printroles.Parent = Scroll
  7001. printroles.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7002. printroles.BackgroundTransparency = 0.40000000596046
  7003. printroles.Position = UDim2.new(0.0250000004, 0, 0.17246671, 0)
  7004. printroles.Size = UDim2.new(0, 467, 0, 21)
  7005. printroles.Font = Enum.Font.SourceSans
  7006. printroles.Text = "printroles - Prints who's sheriff and who's murderer to the dev console."
  7007. printroles.TextColor3 = Color3.new(1, 1, 1)
  7008. printroles.TextScaled = true
  7009. printroles.TextSize = 14
  7010. printroles.TextWrapped = true
  7011. printroles.TextXAlignment = Enum.TextXAlignment.Left
  7012.  
  7013. roles.Name = "roles"
  7014. roles.Parent = Scroll
  7015. roles.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7016. roles.BackgroundTransparency = 0.40000000596046
  7017. roles.Position = UDim2.new(0.0250000004, 0, 0.132769749, 0)
  7018. roles.Size = UDim2.new(0, 467, 0, 21)
  7019. roles.Font = Enum.Font.SourceSans
  7020. roles.Text = "roles - Says who's sheriff and who's murderer in the chat (:whois also works)"
  7021. roles.TextColor3 = Color3.new(1, 1, 1)
  7022. roles.TextScaled = true
  7023. roles.TextSize = 14
  7024. roles.TextWrapped = true
  7025. roles.TextXAlignment = Enum.TextXAlignment.Left
  7026.  
  7027. sheriff.Name = "sheriff"
  7028. sheriff.Parent = Scroll
  7029. sheriff.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7030. sheriff.BackgroundTransparency = 0.40000000596046
  7031. sheriff.Position = UDim2.new(0.0250000004, 0, 0.146423727, 0)
  7032. sheriff.Size = UDim2.new(0, 467, 0, 21)
  7033. sheriff.Font = Enum.Font.SourceSans
  7034. sheriff.Text = "sheriff - Says the name of who's sheriff in chat"
  7035. sheriff.TextColor3 = Color3.new(1, 1, 1)
  7036. sheriff.TextScaled = true
  7037. sheriff.TextSize = 14
  7038. sheriff.TextWrapped = true
  7039. sheriff.TextXAlignment = Enum.TextXAlignment.Left
  7040.  
  7041. stealsong.Name = "stealsong"
  7042. stealsong.Parent = Scroll
  7043. stealsong.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7044. stealsong.BackgroundTransparency = 0.40000000596046
  7045. stealsong.Position = UDim2.new(0.0250000004, 0, 0.0666998401, 0)
  7046. stealsong.Size = UDim2.new(0, 467, 0, 21)
  7047. stealsong.Font = Enum.Font.SourceSans
  7048. stealsong.Text = "stealsong PLAYERNAME - Steals the person's song ID (That they're playing on their radio)"
  7049. stealsong.TextColor3 = Color3.new(1, 1, 1)
  7050. stealsong.TextScaled = true
  7051. stealsong.TextSize = 14
  7052. stealsong.TextWrapped = true
  7053. stealsong.TextXAlignment = Enum.TextXAlignment.Left
  7054.  
  7055. uncloak.Name = "uncloak"
  7056. uncloak.Parent = Scroll
  7057. uncloak.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7058. uncloak.BackgroundTransparency = 0.40000000596046
  7059. uncloak.Position = UDim2.new(0.0250000004, 0, 0.119418263, 0)
  7060. uncloak.Size = UDim2.new(0, 467, 0, 21)
  7061. uncloak.Font = Enum.Font.SourceSans
  7062. uncloak.Text = "uncloak PLAYERNAME - uncloaks the selected player"
  7063. uncloak.TextColor3 = Color3.new(1, 1, 1)
  7064. uncloak.TextScaled = true
  7065. uncloak.TextSize = 14
  7066. uncloak.TextWrapped = true
  7067. uncloak.TextXAlignment = Enum.TextXAlignment.Left
  7068.  
  7069. play.Name = "play"
  7070. play.Parent = Scroll
  7071. play.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7072. play.BackgroundTransparency = 0.40000000596046
  7073. play.Position = UDim2.new(0.0250000004, 0, 0.625833869, 0)
  7074. play.Size = UDim2.new(0, 467, 0, 21)
  7075. play.Font = Enum.Font.SourceSans
  7076. play.Text = "play PLAYERNAME - Plays the id put into the ID GUI on the target player"
  7077. play.TextColor3 = Color3.new(1, 1, 1)
  7078. play.TextScaled = true
  7079. play.TextSize = 14
  7080. play.TextWrapped = true
  7081. play.TextXAlignment = Enum.TextXAlignment.Left
  7082.  
  7083. play_2.Name = "play"
  7084. play_2.Parent = Scroll
  7085. play_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7086. play_2.BackgroundTransparency = 0.40000000596046
  7087. play_2.Position = UDim2.new(0.0250000004, 0, 0.641806066, 0)
  7088. play_2.Size = UDim2.new(0, 467, 0, 21)
  7089. play_2.Font = Enum.Font.SourceSans
  7090. play_2.Text = "stop PLAYERNAME - Stops the radio of the target"
  7091. play_2.TextColor3 = Color3.new(1, 1, 1)
  7092. play_2.TextScaled = true
  7093. play_2.TextSize = 14
  7094. play_2.TextWrapped = true
  7095. play_2.TextXAlignment = Enum.TextXAlignment.Left
  7096.  
  7097. stopme.Name = "stopme"
  7098. stopme.Parent = Scroll
  7099. stopme.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7100. stopme.BackgroundTransparency = 0.40000000596046
  7101. stopme.Position = UDim2.new(0.0250000004, 0, 0.656389415, 0)
  7102. stopme.Size = UDim2.new(0, 467, 0, 21)
  7103. stopme.Font = Enum.Font.SourceSans
  7104. stopme.Text = "stop me - Stops your radio"
  7105. stopme.TextColor3 = Color3.new(1, 1, 1)
  7106. stopme.TextScaled = true
  7107. stopme.TextSize = 14
  7108. stopme.TextWrapped = true
  7109. stopme.TextXAlignment = Enum.TextXAlignment.Left
  7110.  
  7111. XButton.Name = "XButton"
  7112. XButton.Parent = Background
  7113. XButton.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7114. XButton.Position = UDim2.new(1, 0, 0, 0)
  7115. XButton.Size = UDim2.new(0, 30, 0, 30)
  7116. XButton.Font = Enum.Font.SciFi
  7117. XButton.Text = "X"
  7118. XButton.TextColor3 = Color3.new(1, 1, 1)
  7119. XButton.TextScaled = true
  7120. XButton.TextSize = 14
  7121. XButton.TextWrapped = true
  7122. XButton.MouseButton1Click:connect(function()
  7123. game.Players.LocalPlayer.PlayerGui.Cmds:Destroy()
  7124. end)
  7125.  
  7126.  
  7127.  
  7128. end
  7129.  
  7130. if string.find(lower,"/e cmds") then
  7131. local Cmds = Instance.new("ScreenGui")
  7132. local Background = Instance.new("ImageLabel")
  7133. local Scroll = Instance.new("ScrollingFrame")
  7134. local anticheat = Instance.new("TextLabel")
  7135. local cloak = Instance.new("TextLabel")
  7136. local cloakme = Instance.new("TextLabel")
  7137. local cmds = Instance.new("TextLabel")
  7138. local god = Instance.new("TextLabel")
  7139. local kill = Instance.new("TextLabel")
  7140. local stopsounds = Instance.new("TextLabel")
  7141. local ws = Instance.new("TextLabel")
  7142. local uncloakme = Instance.new("TextLabel")
  7143. local shieldme = Instance.new("TextLabel")
  7144. local e = Instance.new("TextLabel")
  7145. local wls = Instance.new("TextLabel")
  7146. local removeshieldme = Instance.new("TextLabel")
  7147. local tk2 = Instance.new("TextLabel")
  7148. local loadtools = Instance.new("TextLabel")
  7149. local tk = Instance.new("TextLabel")
  7150. local savetools = Instance.new("TextLabel")
  7151. local unview = Instance.new("TextLabel")
  7152. local skev = Instance.new("TextLabel")
  7153. local Credits = Instance.new("TextLabel")
  7154. local bulletproof = Instance.new("TextLabel")
  7155. local view = Instance.new("TextLabel")
  7156. local goto = Instance.new("TextLabel")
  7157. local unloopgod = Instance.new("TextLabel")
  7158. local unwl = Instance.new("TextLabel")
  7159. local kev = Instance.new("TextLabel")
  7160. local playsounds = Instance.new("TextLabel")
  7161. local wl = Instance.new("TextLabel")
  7162. local removeshield = Instance.new("TextLabel")
  7163. local deathtouch = Instance.new("TextLabel")
  7164. local etwerk = Instance.new("TextLabel")
  7165. local unbulletproof = Instance.new("TextLabel")
  7166. local shield = Instance.new("TextLabel")
  7167. local kungfu = Instance.new("TextLabel")
  7168. local bringgun = Instance.new("TextLabel")
  7169. local espaz = Instance.new("TextLabel")
  7170. local killmurderer = Instance.new("TextLabel")
  7171. local killsheriff = Instance.new("TextLabel")
  7172. local loopgod = Instance.new("TextLabel")
  7173. local murder = Instance.new("TextLabel")
  7174. local musicgear = Instance.new("TextLabel")
  7175. local radio = Instance.new("TextLabel")
  7176. local playall = Instance.new("TextLabel")
  7177. local printroles = Instance.new("TextLabel")
  7178. local roles = Instance.new("TextLabel")
  7179. local sheriff = Instance.new("TextLabel")
  7180. local stealsong = Instance.new("TextLabel")
  7181. local uncloak = Instance.new("TextLabel")
  7182. local play = Instance.new("TextLabel")
  7183. local play_2 = Instance.new("TextLabel")
  7184. local stopme = Instance.new("TextLabel")
  7185. local XButton = Instance.new("TextButton")
  7186.  
  7187. Cmds.Name = "Cmds"
  7188. Cmds.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  7189.  
  7190. Background.Name = "Background"
  7191. Background.Parent = Cmds
  7192. Background.BackgroundColor3 = Color3.new(1, 1, 1)
  7193. Background.Position = UDim2.new(0.324435323, 0, 0.0436432622, 0)
  7194. Background.Size = UDim2.new(0, 480, 0, 480)
  7195. Background.ZIndex = 0
  7196. Background.Image = "rbxassetid://629376787"
  7197. Background.Draggable = true
  7198.  
  7199. Scroll.Name = "Scroll"
  7200. Scroll.Parent = Background
  7201. Scroll.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7202. Scroll.BackgroundTransparency = 0.89999997615814
  7203. Scroll.Position = UDim2.new(-0.000695437193, 0, -0.000106737018, 0)
  7204. Scroll.Size = UDim2.new(0, 480, 0, 480)
  7205. Scroll.CanvasPosition = Vector2.new(12, 850)
  7206. Scroll.CanvasSize = UDim2.new(0, 0, 3, 0)
  7207.  
  7208. anticheat.Name = "anticheat"
  7209. anticheat.Parent = Scroll
  7210. anticheat.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7211. anticheat.BackgroundTransparency = 0.40000000596046
  7212. anticheat.Position = UDim2.new(0.0250000004, 0, 0.25230056, 0)
  7213. anticheat.Size = UDim2.new(0, 467, 0, 21)
  7214. anticheat.Font = Enum.Font.SourceSans
  7215. anticheat.Text = "anti - Removes the anticheat (Needed to have more than 200 health.)"
  7216. anticheat.TextColor3 = Color3.new(1, 1, 1)
  7217. anticheat.TextScaled = true
  7218. anticheat.TextSize = 14
  7219. anticheat.TextWrapped = true
  7220. anticheat.TextXAlignment = Enum.TextXAlignment.Left
  7221.  
  7222. cloak.Name = "cloak"
  7223. cloak.Parent = Scroll
  7224. cloak.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7225. cloak.BackgroundTransparency = 0.40000000596046
  7226. cloak.Position = UDim2.new(0.0250000004, 0, 0.105984271, 0)
  7227. cloak.Size = UDim2.new(0, 467, 0, 21)
  7228. cloak.Font = Enum.Font.SourceSans
  7229. cloak.Text = "cloak PLAYERNAME - cloaks the selected player"
  7230. cloak.TextColor3 = Color3.new(1, 1, 1)
  7231. cloak.TextScaled = true
  7232. cloak.TextSize = 14
  7233. cloak.TextWrapped = true
  7234. cloak.TextXAlignment = Enum.TextXAlignment.Left
  7235.  
  7236. cloakme.Name = "cloakme"
  7237. cloakme.Parent = Scroll
  7238. cloakme.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7239. cloakme.BackgroundTransparency = 0.40000000596046
  7240. cloakme.Position = UDim2.new(0.0250000004, 0, 0.0794738084, 0)
  7241. cloakme.Size = UDim2.new(0, 467, 0, 21)
  7242. cloakme.Font = Enum.Font.SourceSans
  7243. cloakme.Text = "cloakme - cloaks you"
  7244. cloakme.TextColor3 = Color3.new(1, 1, 1)
  7245. cloakme.TextScaled = true
  7246. cloakme.TextSize = 14
  7247. cloakme.TextWrapped = true
  7248. cloakme.TextXAlignment = Enum.TextXAlignment.Left
  7249.  
  7250. cmds.Name = "cmds"
  7251. cmds.Parent = Scroll
  7252. cmds.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7253. cmds.BackgroundTransparency = 0.40000000596046
  7254. cmds.Position = UDim2.new(0.0250000004, 0, 0, 0)
  7255. cmds.Size = UDim2.new(0, 467, 0, 21)
  7256. cmds.Font = Enum.Font.SourceSans
  7257. cmds.Text = "cmds - shows commands"
  7258. cmds.TextColor3 = Color3.new(1, 1, 1)
  7259. cmds.TextScaled = true
  7260. cmds.TextSize = 14
  7261. cmds.TextWrapped = true
  7262. cmds.TextXAlignment = Enum.TextXAlignment.Left
  7263.  
  7264. god.Name = "god"
  7265. god.Parent = Scroll
  7266. god.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7267. god.BackgroundTransparency = 0.40000000596046
  7268. god.Position = UDim2.new(0.0250000004, 0, 0.265954584, 0)
  7269. god.Size = UDim2.new(0, 467, 0, 21)
  7270. god.Font = Enum.Font.SourceSans
  7271. god.Text = "god - Gods you (Anticheat must be removed, or else you'll just die.)"
  7272. god.TextColor3 = Color3.new(1, 1, 1)
  7273. god.TextScaled = true
  7274. god.TextSize = 14
  7275. god.TextWrapped = true
  7276. god.TextXAlignment = Enum.TextXAlignment.Left
  7277.  
  7278. kill.Name = "kill"
  7279. kill.Parent = Scroll
  7280. kill.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7281. kill.BackgroundTransparency = 0.40000000596046
  7282. kill.Position = UDim2.new(0.0250000004, 0, 0.0134032164, 0)
  7283. kill.Size = UDim2.new(0, 467, 0, 21)
  7284. kill.Font = Enum.Font.SourceSans
  7285. kill.Text = "kill PLAYERNAME - Kills the target"
  7286. kill.TextColor3 = Color3.new(1, 1, 1)
  7287. kill.TextScaled = true
  7288. kill.TextSize = 14
  7289. kill.TextWrapped = true
  7290. kill.TextXAlignment = Enum.TextXAlignment.Left
  7291.  
  7292. stopsounds.Name = "stopsounds"
  7293. stopsounds.Parent = Scroll
  7294. stopsounds.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7295. stopsounds.BackgroundTransparency = 0.40000000596046
  7296. stopsounds.Position = UDim2.new(0.0250000004, 0, 0.358617485, 0)
  7297. stopsounds.Size = UDim2.new(0, 467, 0, 21)
  7298. stopsounds.Font = Enum.Font.SourceSans
  7299. stopsounds.Text = "stopsounds - Stops said ear explosion"
  7300. stopsounds.TextColor3 = Color3.new(1, 1, 1)
  7301. stopsounds.TextScaled = true
  7302. stopsounds.TextSize = 14
  7303. stopsounds.TextWrapped = true
  7304. stopsounds.TextXAlignment = Enum.TextXAlignment.Left
  7305.  
  7306. ws.Name = "ws"
  7307. ws.Parent = Scroll
  7308. ws.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7309. ws.BackgroundTransparency = 0.40000000596046
  7310. ws.Position = UDim2.new(0.0250000004, 0, 0.597816586, 0)
  7311. ws.Size = UDim2.new(0, 467, 0, 21)
  7312. ws.Font = Enum.Font.SourceSans
  7313. ws.Text = "ws NUMBER - Changes your speed to the number"
  7314. ws.TextColor3 = Color3.new(1, 1, 1)
  7315. ws.TextScaled = true
  7316. ws.TextSize = 14
  7317. ws.TextWrapped = true
  7318. ws.TextXAlignment = Enum.TextXAlignment.Left
  7319.  
  7320. uncloakme.Name = "uncloakme"
  7321. uncloakme.Parent = Scroll
  7322. uncloakme.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7323. uncloakme.BackgroundTransparency = 0.40000000596046
  7324. uncloakme.Position = UDim2.new(0.0250000004, 0, 0.0927702859, 0)
  7325. uncloakme.Size = UDim2.new(0, 467, 0, 21)
  7326. uncloakme.Font = Enum.Font.SourceSans
  7327. uncloakme.Text = "uncloakme - uncloaks you"
  7328. uncloakme.TextColor3 = Color3.new(1, 1, 1)
  7329. uncloakme.TextScaled = true
  7330. uncloakme.TextSize = 14
  7331. uncloakme.TextWrapped = true
  7332. uncloakme.TextXAlignment = Enum.TextXAlignment.Left
  7333.  
  7334. shieldme.Name = "shieldme"
  7335. shieldme.Parent = Scroll
  7336. shieldme.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7337. shieldme.BackgroundTransparency = 0.40000000596046
  7338. shieldme.Position = UDim2.new(0.0250000004, 0, 0.544685662, 0)
  7339. shieldme.Size = UDim2.new(0, 467, 0, 21)
  7340. shieldme.Font = Enum.Font.SourceSans
  7341. shieldme.Text = "shield me - Puts a shield around you. Kills anyone who touches it. Only you can see it"
  7342. shieldme.TextColor3 = Color3.new(1, 1, 1)
  7343. shieldme.TextScaled = true
  7344. shieldme.TextSize = 14
  7345. shieldme.TextWrapped = true
  7346. shieldme.TextXAlignment = Enum.TextXAlignment.Left
  7347.  
  7348. e.Name = "e"
  7349. e.Parent = Scroll
  7350. e.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7351. e.BackgroundTransparency = 0.40000000596046
  7352. e.Position = UDim2.new(0.0250000022, 0, 0.477873266, 0)
  7353. e.Size = UDim2.new(0, 467, 0, 21)
  7354. e.Font = Enum.Font.SourceSans
  7355. e.Text = "/e - Stops your animations."
  7356. e.TextColor3 = Color3.new(1, 1, 1)
  7357. e.TextScaled = true
  7358. e.TextSize = 14
  7359. e.TextWrapped = true
  7360. e.TextXAlignment = Enum.TextXAlignment.Left
  7361.  
  7362. wls.Name = "wls"
  7363. wls.Parent = Scroll
  7364. wls.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7365. wls.BackgroundTransparency = 0.40000000596046
  7366. wls.Position = UDim2.new(0.0250000004, 0, 0.239279091, 0)
  7367. wls.Size = UDim2.new(0, 467, 0, 21)
  7368. wls.Font = Enum.Font.SourceSans
  7369. wls.Text = "wls Outputs the names of whitelisted players to the dev console"
  7370. wls.TextColor3 = Color3.new(1, 1, 1)
  7371. wls.TextScaled = true
  7372. wls.TextSize = 14
  7373. wls.TextWrapped = true
  7374. wls.TextXAlignment = Enum.TextXAlignment.Left
  7375.  
  7376. removeshieldme.Name = "removeshieldme"
  7377. removeshieldme.Parent = Scroll
  7378. removeshieldme.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7379. removeshieldme.BackgroundTransparency = 0.40000000596046
  7380. removeshieldme.Position = UDim2.new(0.0250000004, 0, 0.558119655, 0)
  7381. removeshieldme.Size = UDim2.new(0, 467, 0, 21)
  7382. removeshieldme.Font = Enum.Font.SourceSans
  7383. removeshieldme.Text = "removeshield me - Removes the shield placed on you"
  7384. removeshieldme.TextColor3 = Color3.new(1, 1, 1)
  7385. removeshieldme.TextScaled = true
  7386. removeshieldme.TextSize = 14
  7387. removeshieldme.TextWrapped = true
  7388. removeshieldme.TextXAlignment = Enum.TextXAlignment.Left
  7389.  
  7390. tk2.Name = "tk2"
  7391. tk2.Parent = Scroll
  7392. tk2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7393. tk2.BackgroundTransparency = 0.40000000596046
  7394. tk2.Position = UDim2.new(0.0250000004, 0, 0.332134485, 0)
  7395. tk2.Size = UDim2.new(0, 467, 0, 21)
  7396. tk2.Font = Enum.Font.SourceSans
  7397. tk2.Text = "tk2 - Like tk, but loops until the player dies."
  7398. tk2.TextColor3 = Color3.new(1, 1, 1)
  7399. tk2.TextScaled = true
  7400. tk2.TextSize = 14
  7401. tk2.TextWrapped = true
  7402. tk2.TextXAlignment = Enum.TextXAlignment.Left
  7403.  
  7404. loadtools.Name = "loadtools"
  7405. loadtools.Parent = Scroll
  7406. loadtools.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7407. loadtools.BackgroundTransparency = 0.40000000596046
  7408. loadtools.Position = UDim2.new(0.0250000022, 0, 0.385292858, 0)
  7409. loadtools.Size = UDim2.new(0, 467, 0, 21)
  7410. loadtools.Font = Enum.Font.SourceSans
  7411. loadtools.Text = "loadtools - Takes your tools out of the magic vault (For using knives and stuff in the lobby.)"
  7412. loadtools.TextColor3 = Color3.new(1, 1, 1)
  7413. loadtools.TextScaled = true
  7414. loadtools.TextSize = 14
  7415. loadtools.TextWrapped = true
  7416. loadtools.TextXAlignment = Enum.TextXAlignment.Left
  7417.  
  7418. tk.Name = "tk"
  7419. tk.Parent = Scroll
  7420. tk.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7421. tk.BackgroundTransparency = 0.40000000596046
  7422. tk.Position = UDim2.new(0.0250000004, 0, 0.318480492, 0)
  7423. tk.Size = UDim2.new(0, 467, 0, 21)
  7424. tk.Font = Enum.Font.SourceSans
  7425. tk.Text = "tk PLAYERNAME - Test kill, takes the target's health, then drains that exact ammount away. For killing other exploiters."
  7426. tk.TextColor3 = Color3.new(1, 1, 1)
  7427. tk.TextScaled = true
  7428. tk.TextSize = 14
  7429. tk.TextWrapped = true
  7430. tk.TextXAlignment = Enum.TextXAlignment.Left
  7431.  
  7432. savetools.Name = "savetools"
  7433. savetools.Parent = Scroll
  7434. savetools.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7435. savetools.BackgroundTransparency = 0.40000000596046
  7436. savetools.Position = UDim2.new(0.0250000004, 0, 0.371638954, 0)
  7437. savetools.Size = UDim2.new(0, 467, 0, 21)
  7438. savetools.Font = Enum.Font.SourceSans
  7439. savetools.Text = "savetools - Stores your tools in a magic vault (Stays in the vault even if you die.)"
  7440. savetools.TextColor3 = Color3.new(1, 1, 1)
  7441. savetools.TextScaled = true
  7442. savetools.TextSize = 14
  7443. savetools.TextWrapped = true
  7444. savetools.TextXAlignment = Enum.TextXAlignment.Left
  7445.  
  7446. unview.Name = "unview"
  7447. unview.Parent = Scroll
  7448. unview.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7449. unview.BackgroundTransparency = 0.40000000596046
  7450. unview.Position = UDim2.new(0.0250000004, 0, 0.584162593, 0)
  7451. unview.Size = UDim2.new(0, 467, 0, 21)
  7452. unview.Font = Enum.Font.SourceSans
  7453. unview.Text = "unview - Unviews the target"
  7454. unview.TextColor3 = Color3.new(1, 1, 1)
  7455. unview.TextScaled = true
  7456. unview.TextSize = 14
  7457. unview.TextWrapped = true
  7458. unview.TextXAlignment = Enum.TextXAlignment.Left
  7459.  
  7460. skev.Name = "skev"
  7461. skev.Parent = Scroll
  7462. skev.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7463. skev.BackgroundTransparency = 0.40000000596046
  7464. skev.Position = UDim2.new(0.0250000004, 0, 0.41196838, 0)
  7465. skev.Size = UDim2.new(0, 467, 0, 21)
  7466. skev.Font = Enum.Font.SourceSans
  7467. skev.Text = "skev - Same as the kev command, but checks the target's health before applying it. (To prevent dying.)"
  7468. skev.TextColor3 = Color3.new(1, 1, 1)
  7469. skev.TextScaled = true
  7470. skev.TextSize = 14
  7471. skev.TextWrapped = true
  7472. skev.TextXAlignment = Enum.TextXAlignment.Left
  7473.  
  7474. Credits.Name = "Credits"
  7475. Credits.Parent = Scroll
  7476. Credits.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7477. Credits.BackgroundTransparency = 0.40000000596046
  7478. Credits.Position = UDim2.new(0.0250000004, 0, 0.670799673, 0)
  7479. Credits.Size = UDim2.new(0, 467, 0, 21)
  7480. Credits.Font = Enum.Font.SourceSans
  7481. Credits.Text = "credits - Shows the cool gui you saw when you executed the script."
  7482. Credits.TextColor3 = Color3.new(1, 1, 1)
  7483. Credits.TextScaled = true
  7484. Credits.TextSize = 14
  7485. Credits.TextWrapped = true
  7486. Credits.TextXAlignment = Enum.TextXAlignment.Left
  7487.  
  7488. bulletproof.Name = "bulletproof"
  7489. bulletproof.Parent = Scroll
  7490. bulletproof.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7491. bulletproof.BackgroundTransparency = 0.40000000596046
  7492. bulletproof.Position = UDim2.new(0.0250000004, 0, 0.424989879, 0)
  7493. bulletproof.Size = UDim2.new(0, 467, 0, 21)
  7494. bulletproof.Font = Enum.Font.SourceSans
  7495. bulletproof.Text = "bulletproof PLAYERNAME - Automatically gives the target kevlar if they get shot."
  7496. bulletproof.TextColor3 = Color3.new(1, 1, 1)
  7497. bulletproof.TextScaled = true
  7498. bulletproof.TextSize = 14
  7499. bulletproof.TextWrapped = true
  7500. bulletproof.TextXAlignment = Enum.TextXAlignment.Left
  7501.  
  7502. view.Name = "view"
  7503. view.Parent = Scroll
  7504. view.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7505. view.BackgroundTransparency = 0.40000000596046
  7506. view.Position = UDim2.new(0.0250000004, 0, 0.571141005, 0)
  7507. view.Size = UDim2.new(0, 467, 0, 21)
  7508. view.Font = Enum.Font.SourceSans
  7509. view.Text = "view PLAYERNAME - Views the target"
  7510. view.TextColor3 = Color3.new(1, 1, 1)
  7511. view.TextScaled = true
  7512. view.TextSize = 14
  7513. view.TextWrapped = true
  7514. view.TextXAlignment = Enum.TextXAlignment.Left
  7515.  
  7516. goto.Name = "goto"
  7517. goto.Parent = Scroll
  7518. goto.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7519. goto.BackgroundTransparency = 0.40000000596046
  7520. goto.Position = UDim2.new(0.0250000004, 0, 0.611250579, 0)
  7521. goto.Size = UDim2.new(0, 467, 0, 21)
  7522. goto.Font = Enum.Font.SourceSans
  7523. goto.Text = "goto PLAYERNAME - teleports you to the target"
  7524. goto.TextColor3 = Color3.new(1, 1, 1)
  7525. goto.TextScaled = true
  7526. goto.TextSize = 14
  7527. goto.TextWrapped = true
  7528. goto.TextXAlignment = Enum.TextXAlignment.Left
  7529.  
  7530. unloopgod.Name = "unloopgod"
  7531. unloopgod.Parent = Scroll
  7532. unloopgod.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7533. unloopgod.BackgroundTransparency = 0.40000000596046
  7534. unloopgod.Position = UDim2.new(0.0250000022, 0, 0.292437524, 0)
  7535. unloopgod.Size = UDim2.new(0, 467, 0, 21)
  7536. unloopgod.Font = Enum.Font.SourceSans
  7537. unloopgod.Text = "unloopgod - Unloopgods the you"
  7538. unloopgod.TextColor3 = Color3.new(1, 1, 1)
  7539. unloopgod.TextScaled = true
  7540. unloopgod.TextSize = 14
  7541. unloopgod.TextWrapped = true
  7542. unloopgod.TextXAlignment = Enum.TextXAlignment.Left
  7543.  
  7544. unwl.Name = "unwl"
  7545. unwl.Parent = Scroll
  7546. unwl.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7547. unwl.BackgroundTransparency = 0.40000000596046
  7548. unwl.Position = UDim2.new(0.0250000004, 0, 0.225625128, 0)
  7549. unwl.Size = UDim2.new(0, 467, 0, 21)
  7550. unwl.Font = Enum.Font.SourceSans
  7551. unwl.Text = "unwl PLAYERNAME - Unwhitelists a player"
  7552. unwl.TextColor3 = Color3.new(1, 1, 1)
  7553. unwl.TextScaled = true
  7554. unwl.TextSize = 14
  7555. unwl.TextWrapped = true
  7556. unwl.TextXAlignment = Enum.TextXAlignment.Left
  7557.  
  7558. kev.Name = "kev"
  7559. kev.Parent = Scroll
  7560. kev.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7561. kev.BackgroundTransparency = 0.40000000596046
  7562. kev.Position = UDim2.new(0.0250000004, 0, 0.398314416, 0)
  7563. kev.Size = UDim2.new(0, 467, 0, 21)
  7564. kev.Font = Enum.Font.SourceSans
  7565. kev.Text = "kev - Gives you kevlar. You'll die if you use this when you already have kevlar on."
  7566. kev.TextColor3 = Color3.new(1, 1, 1)
  7567. kev.TextScaled = true
  7568. kev.TextSize = 14
  7569. kev.TextWrapped = true
  7570. kev.TextXAlignment = Enum.TextXAlignment.Left
  7571.  
  7572. playsounds.Name = "playsounds"
  7573. playsounds.Parent = Scroll
  7574. playsounds.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7575. playsounds.BackgroundTransparency = 0.40000000596046
  7576. playsounds.Position = UDim2.new(0.0250000004, 0, 0.345155984, 0)
  7577. playsounds.Size = UDim2.new(0, 467, 0, 21)
  7578. playsounds.Font = Enum.Font.SourceSans
  7579. playsounds.Text = "playsounds - Plays the sounds in the workspace, resulting in a refreshing ear explosion"
  7580. playsounds.TextColor3 = Color3.new(1, 1, 1)
  7581. playsounds.TextScaled = true
  7582. playsounds.TextSize = 14
  7583. playsounds.TextWrapped = true
  7584. playsounds.TextXAlignment = Enum.TextXAlignment.Left
  7585.  
  7586. wl.Name = "wl"
  7587. wl.Parent = Scroll
  7588. wl.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7589. wl.BackgroundTransparency = 0.40000000596046
  7590. wl.Position = UDim2.new(0.0250000004, 0, 0.212603629, 0)
  7591. wl.Size = UDim2.new(0, 467, 0, 21)
  7592. wl.Font = Enum.Font.SourceSans
  7593. wl.Text = "wl PLAYERNAME - Whitelists a player (Let's them use commands)"
  7594. wl.TextColor3 = Color3.new(1, 1, 1)
  7595. wl.TextScaled = true
  7596. wl.TextSize = 14
  7597. wl.TextWrapped = true
  7598. wl.TextXAlignment = Enum.TextXAlignment.Left
  7599.  
  7600. removeshield.Name = "removeshield"
  7601. removeshield.Parent = Scroll
  7602. removeshield.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7603. removeshield.BackgroundTransparency = 0.40000000596046
  7604. removeshield.Position = UDim2.new(0.0250000004, 0, 0.531031668, 0)
  7605. removeshield.Size = UDim2.new(0, 467, 0, 21)
  7606. removeshield.Font = Enum.Font.SourceSans
  7607. removeshield.Text = "removeshield PLAYERNAME - Removes the shield on the target"
  7608. removeshield.TextColor3 = Color3.new(1, 1, 1)
  7609. removeshield.TextScaled = true
  7610. removeshield.TextSize = 14
  7611. removeshield.TextWrapped = true
  7612. removeshield.TextXAlignment = Enum.TextXAlignment.Left
  7613.  
  7614. deathtouch.Name = "deathtouch"
  7615. deathtouch.Parent = Scroll
  7616. deathtouch.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7617. deathtouch.BackgroundTransparency = 0.40000000596046
  7618. deathtouch.Position = UDim2.new(0.0250000004, 0, 0.491334736, 0)
  7619. deathtouch.Size = UDim2.new(0, 467, 0, 21)
  7620. deathtouch.Font = Enum.Font.SourceSans
  7621. deathtouch.Text = "deathtouch - Gives you a tool that kills anyone you touch with it"
  7622. deathtouch.TextColor3 = Color3.new(1, 1, 1)
  7623. deathtouch.TextScaled = true
  7624. deathtouch.TextSize = 14
  7625. deathtouch.TextWrapped = true
  7626. deathtouch.TextXAlignment = Enum.TextXAlignment.Left
  7627.  
  7628. etwerk.Name = "etwerk"
  7629. etwerk.Parent = Scroll
  7630. etwerk.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7631. etwerk.BackgroundTransparency = 0.40000000596046
  7632. etwerk.Position = UDim2.new(0.0250000004, 0, 0.451830268, 0)
  7633. etwerk.Size = UDim2.new(0, 467, 0, 21)
  7634. etwerk.Font = Enum.Font.SourceSans
  7635. etwerk.Text = "/e twerk - Bad meme, dead meme. But it's here, so enjoy. (Animation)"
  7636. etwerk.TextColor3 = Color3.new(1, 1, 1)
  7637. etwerk.TextScaled = true
  7638. etwerk.TextSize = 14
  7639. etwerk.TextWrapped = true
  7640. etwerk.TextXAlignment = Enum.TextXAlignment.Left
  7641.  
  7642. unbulletproof.Name = "unbulletproof"
  7643. unbulletproof.Parent = Scroll
  7644. unbulletproof.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7645. unbulletproof.BackgroundTransparency = 0.40000000596046
  7646. unbulletproof.Position = UDim2.new(0.0250000004, 0, 0.438176334, 0)
  7647. unbulletproof.Size = UDim2.new(0, 467, 0, 21)
  7648. unbulletproof.Font = Enum.Font.SourceSans
  7649. unbulletproof.Text = "unbulletproof - Stops the effects of the bulletproof command."
  7650. unbulletproof.TextColor3 = Color3.new(1, 1, 1)
  7651. unbulletproof.TextScaled = true
  7652. unbulletproof.TextSize = 14
  7653. unbulletproof.TextWrapped = true
  7654. unbulletproof.TextXAlignment = Enum.TextXAlignment.Left
  7655.  
  7656. shield.Name = "shield"
  7657. shield.Parent = Scroll
  7658. shield.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7659. shield.BackgroundTransparency = 0.40000000596046
  7660. shield.Position = UDim2.new(0.0250000004, 0, 0.51801008, 0)
  7661. shield.Size = UDim2.new(0, 467, 0, 21)
  7662. shield.Font = Enum.Font.SourceSans
  7663. shield.Text = "shield PLAYERNAME - Puts a shield around the target. Kills anyone who touches it. Only you can see it"
  7664. shield.TextColor3 = Color3.new(1, 1, 1)
  7665. shield.TextScaled = true
  7666. shield.TextSize = 14
  7667. shield.TextWrapped = true
  7668. shield.TextXAlignment = Enum.TextXAlignment.Left
  7669.  
  7670. kungfu.Name = "kungfu"
  7671. kungfu.Parent = Scroll
  7672. kungfu.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7673. kungfu.BackgroundTransparency = 0.40000000596046
  7674. kungfu.Position = UDim2.new(0.0250000004, 0, 0.50498873, 0)
  7675. kungfu.Size = UDim2.new(0, 467, 0, 21)
  7676. kungfu.Font = Enum.Font.SourceSans
  7677. kungfu.Text = "kungfu - Gives you a tool that lets you become a kung fu god"
  7678. kungfu.TextColor3 = Color3.new(1, 1, 1)
  7679. kungfu.TextScaled = true
  7680. kungfu.TextSize = 14
  7681. kungfu.TextWrapped = true
  7682. kungfu.TextXAlignment = Enum.TextXAlignment.Left
  7683.  
  7684. bringgun.Name = "bringgun"
  7685. bringgun.Parent = Scroll
  7686. bringgun.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7687. bringgun.BackgroundTransparency = 0.40000000596046
  7688. bringgun.Position = UDim2.new(0.0250000004, 0, 0.305459023, 0)
  7689. bringgun.Size = UDim2.new(0, 467, 0, 21)
  7690. bringgun.Font = Enum.Font.SourceSans
  7691. bringgun.Text = "bringgun - Brings the gun (Also set to a hotkey, if you press \"=\" the gun will come to you. [Might have to try multiple times.])"
  7692. bringgun.TextColor3 = Color3.new(1, 1, 1)
  7693. bringgun.TextScaled = true
  7694. bringgun.TextSize = 14
  7695. bringgun.TextWrapped = true
  7696. bringgun.TextXAlignment = Enum.TextXAlignment.Left
  7697.  
  7698. espaz.Name = "espaz"
  7699. espaz.Parent = Scroll
  7700. espaz.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7701. espaz.BackgroundTransparency = 0.40000000596046
  7702. espaz.Position = UDim2.new(0.0250000004, 0, 0.464851797, 0)
  7703. espaz.Size = UDim2.new(0, 467, 0, 21)
  7704. espaz.Font = Enum.Font.SourceSans
  7705. espaz.Text = "/e spaz - That can't be healthy for your body. (Animation)"
  7706. espaz.TextColor3 = Color3.new(1, 1, 1)
  7707. espaz.TextScaled = true
  7708. espaz.TextSize = 14
  7709. espaz.TextWrapped = true
  7710. espaz.TextXAlignment = Enum.TextXAlignment.Left
  7711.  
  7712. killmurderer.Name = "killmurderer"
  7713. killmurderer.Parent = Scroll
  7714. killmurderer.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7715. killmurderer.BackgroundTransparency = 0.40000000596046
  7716. killmurderer.Position = UDim2.new(0.0250000004, 0, 0.185928196, 0)
  7717. killmurderer.Size = UDim2.new(0, 467, 0, 21)
  7718. killmurderer.Font = Enum.Font.SourceSans
  7719. killmurderer.Text = "killmurderer - Kills whoever is murderer. (Works on groups.)"
  7720. killmurderer.TextColor3 = Color3.new(1, 1, 1)
  7721. killmurderer.TextScaled = true
  7722. killmurderer.TextSize = 14
  7723. killmurderer.TextWrapped = true
  7724. killmurderer.TextXAlignment = Enum.TextXAlignment.Left
  7725.  
  7726. killsheriff.Name = "killsheriff"
  7727. killsheriff.Parent = Scroll
  7728. killsheriff.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7729. killsheriff.BackgroundTransparency = 0.40000000596046
  7730. killsheriff.Position = UDim2.new(0.0250000004, 0, 0.198949665, 0)
  7731. killsheriff.Size = UDim2.new(0, 467, 0, 21)
  7732. killsheriff.Font = Enum.Font.SourceSans
  7733. killsheriff.Text = "killsheriff - Kills whoever is sheriff. (Works on groups.)"
  7734. killsheriff.TextColor3 = Color3.new(1, 1, 1)
  7735. killsheriff.TextScaled = true
  7736. killsheriff.TextSize = 14
  7737. killsheriff.TextWrapped = true
  7738. killsheriff.TextXAlignment = Enum.TextXAlignment.Left
  7739.  
  7740. loopgod.Name = "loopgod"
  7741. loopgod.Parent = Scroll
  7742. loopgod.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7743. loopgod.BackgroundTransparency = 0.40000000596046
  7744. loopgod.Position = UDim2.new(0.0250000004, 0, 0.27878353, 0)
  7745. loopgod.Size = UDim2.new(0, 467, 0, 21)
  7746. loopgod.Font = Enum.Font.SourceSans
  7747. loopgod.Text = "loopgod - Loopgods you."
  7748. loopgod.TextColor3 = Color3.new(1, 1, 1)
  7749. loopgod.TextScaled = true
  7750. loopgod.TextSize = 14
  7751. loopgod.TextWrapped = true
  7752. loopgod.TextXAlignment = Enum.TextXAlignment.Left
  7753.  
  7754. murder.Name = "murder"
  7755. murder.Parent = Scroll
  7756. murder.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7757. murder.BackgroundTransparency = 0.40000000596046
  7758. murder.Position = UDim2.new(0.0250000004, 0, 0.159445211, 0)
  7759. murder.Size = UDim2.new(0, 467, 0, 21)
  7760. murder.Font = Enum.Font.SourceSans
  7761. murder.Text = "murderer - Says the name of who's murderer in chat"
  7762. murder.TextColor3 = Color3.new(1, 1, 1)
  7763. murder.TextScaled = true
  7764. murder.TextSize = 14
  7765. murder.TextWrapped = true
  7766. murder.TextXAlignment = Enum.TextXAlignment.Left
  7767.  
  7768. musicgear.Name = "musicgear"
  7769. musicgear.Parent = Scroll
  7770. musicgear.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7771. musicgear.BackgroundTransparency = 0.40000000596046
  7772. musicgear.Position = UDim2.new(0.0250000004, 0, 0.0528933853, 0)
  7773. musicgear.Size = UDim2.new(0, 467, 0, 21)
  7774. musicgear.Font = Enum.Font.SourceSans
  7775. musicgear.Text = "radio - Plays a music ID on everyone's radio (For whitelisted users, or when you want to show your ID)"
  7776. musicgear.TextColor3 = Color3.new(1, 1, 1)
  7777. musicgear.TextScaled = true
  7778. musicgear.TextSize = 14
  7779. musicgear.TextWrapped = true
  7780. musicgear.TextXAlignment = Enum.TextXAlignment.Left
  7781.  
  7782. radio .Name = "radio "
  7783. radio .Parent = Scroll
  7784. radio .BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7785. radio .BackgroundTransparency = 0.40000000596046
  7786. radio .Position = UDim2.new(0.0250000004, 0, 0.0395743847, 0)
  7787. radio .Size = UDim2.new(0, 467, 0, 21)
  7788. radio .Font = Enum.Font.SourceSans
  7789. radio .Text = "radio - Plays an ID on your radio"
  7790. radio .TextColor3 = Color3.new(1, 1, 1)
  7791. radio .TextScaled = true
  7792. radio .TextSize = 14
  7793. radio .TextWrapped = true
  7794. radio .TextXAlignment = Enum.TextXAlignment.Left
  7795.  
  7796. playall.Name = "playall"
  7797. playall.Parent = Scroll
  7798. playall.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7799. playall.BackgroundTransparency = 0.40000000596046
  7800. playall.Position = UDim2.new(0.0250000004, 0, 0.0262806565, 0)
  7801. playall.Size = UDim2.new(0, 467, 0, 21)
  7802. playall.Font = Enum.Font.SourceSans
  7803. playall.Text = "playall SONGID - Plays a music ID on everyone's radio."
  7804. playall.TextColor3 = Color3.new(1, 1, 1)
  7805. playall.TextScaled = true
  7806. playall.TextSize = 14
  7807. playall.TextWrapped = true
  7808. playall.TextXAlignment = Enum.TextXAlignment.Left
  7809.  
  7810. printroles.Name = "printroles"
  7811. printroles.Parent = Scroll
  7812. printroles.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7813. printroles.BackgroundTransparency = 0.40000000596046
  7814. printroles.Position = UDim2.new(0.0250000004, 0, 0.17246671, 0)
  7815. printroles.Size = UDim2.new(0, 467, 0, 21)
  7816. printroles.Font = Enum.Font.SourceSans
  7817. printroles.Text = "printroles - Prints who's sheriff and who's murderer to the dev console."
  7818. printroles.TextColor3 = Color3.new(1, 1, 1)
  7819. printroles.TextScaled = true
  7820. printroles.TextSize = 14
  7821. printroles.TextWrapped = true
  7822. printroles.TextXAlignment = Enum.TextXAlignment.Left
  7823.  
  7824. roles.Name = "roles"
  7825. roles.Parent = Scroll
  7826. roles.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7827. roles.BackgroundTransparency = 0.40000000596046
  7828. roles.Position = UDim2.new(0.0250000004, 0, 0.132769749, 0)
  7829. roles.Size = UDim2.new(0, 467, 0, 21)
  7830. roles.Font = Enum.Font.SourceSans
  7831. roles.Text = "roles - Says who's sheriff and who's murderer in the chat (:whois also works)"
  7832. roles.TextColor3 = Color3.new(1, 1, 1)
  7833. roles.TextScaled = true
  7834. roles.TextSize = 14
  7835. roles.TextWrapped = true
  7836. roles.TextXAlignment = Enum.TextXAlignment.Left
  7837.  
  7838. sheriff.Name = "sheriff"
  7839. sheriff.Parent = Scroll
  7840. sheriff.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7841. sheriff.BackgroundTransparency = 0.40000000596046
  7842. sheriff.Position = UDim2.new(0.0250000004, 0, 0.146423727, 0)
  7843. sheriff.Size = UDim2.new(0, 467, 0, 21)
  7844. sheriff.Font = Enum.Font.SourceSans
  7845. sheriff.Text = "sheriff - Says the name of who's sheriff in chat"
  7846. sheriff.TextColor3 = Color3.new(1, 1, 1)
  7847. sheriff.TextScaled = true
  7848. sheriff.TextSize = 14
  7849. sheriff.TextWrapped = true
  7850. sheriff.TextXAlignment = Enum.TextXAlignment.Left
  7851.  
  7852. stealsong.Name = "stealsong"
  7853. stealsong.Parent = Scroll
  7854. stealsong.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7855. stealsong.BackgroundTransparency = 0.40000000596046
  7856. stealsong.Position = UDim2.new(0.0250000004, 0, 0.0666998401, 0)
  7857. stealsong.Size = UDim2.new(0, 467, 0, 21)
  7858. stealsong.Font = Enum.Font.SourceSans
  7859. stealsong.Text = "stealsong PLAYERNAME - Steals the person's song ID (That they're playing on their radio)"
  7860. stealsong.TextColor3 = Color3.new(1, 1, 1)
  7861. stealsong.TextScaled = true
  7862. stealsong.TextSize = 14
  7863. stealsong.TextWrapped = true
  7864. stealsong.TextXAlignment = Enum.TextXAlignment.Left
  7865.  
  7866. uncloak.Name = "uncloak"
  7867. uncloak.Parent = Scroll
  7868. uncloak.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7869. uncloak.BackgroundTransparency = 0.40000000596046
  7870. uncloak.Position = UDim2.new(0.0250000004, 0, 0.119418263, 0)
  7871. uncloak.Size = UDim2.new(0, 467, 0, 21)
  7872. uncloak.Font = Enum.Font.SourceSans
  7873. uncloak.Text = "uncloak PLAYERNAME - uncloaks the selected player"
  7874. uncloak.TextColor3 = Color3.new(1, 1, 1)
  7875. uncloak.TextScaled = true
  7876. uncloak.TextSize = 14
  7877. uncloak.TextWrapped = true
  7878. uncloak.TextXAlignment = Enum.TextXAlignment.Left
  7879.  
  7880. play.Name = "play"
  7881. play.Parent = Scroll
  7882. play.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7883. play.BackgroundTransparency = 0.40000000596046
  7884. play.Position = UDim2.new(0.0250000004, 0, 0.625833869, 0)
  7885. play.Size = UDim2.new(0, 467, 0, 21)
  7886. play.Font = Enum.Font.SourceSans
  7887. play.Text = "play PLAYERNAME - Plays the id put into the ID GUI on the target player"
  7888. play.TextColor3 = Color3.new(1, 1, 1)
  7889. play.TextScaled = true
  7890. play.TextSize = 14
  7891. play.TextWrapped = true
  7892. play.TextXAlignment = Enum.TextXAlignment.Left
  7893.  
  7894. play_2.Name = "play"
  7895. play_2.Parent = Scroll
  7896. play_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7897. play_2.BackgroundTransparency = 0.40000000596046
  7898. play_2.Position = UDim2.new(0.0250000004, 0, 0.641806066, 0)
  7899. play_2.Size = UDim2.new(0, 467, 0, 21)
  7900. play_2.Font = Enum.Font.SourceSans
  7901. play_2.Text = "stop PLAYERNAME - Stops the radio of the target"
  7902. play_2.TextColor3 = Color3.new(1, 1, 1)
  7903. play_2.TextScaled = true
  7904. play_2.TextSize = 14
  7905. play_2.TextWrapped = true
  7906. play_2.TextXAlignment = Enum.TextXAlignment.Left
  7907.  
  7908. stopme.Name = "stopme"
  7909. stopme.Parent = Scroll
  7910. stopme.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7911. stopme.BackgroundTransparency = 0.40000000596046
  7912. stopme.Position = UDim2.new(0.0250000004, 0, 0.656389415, 0)
  7913. stopme.Size = UDim2.new(0, 467, 0, 21)
  7914. stopme.Font = Enum.Font.SourceSans
  7915. stopme.Text = "stop me - Stops your radio"
  7916. stopme.TextColor3 = Color3.new(1, 1, 1)
  7917. stopme.TextScaled = true
  7918. stopme.TextSize = 14
  7919. stopme.TextWrapped = true
  7920. stopme.TextXAlignment = Enum.TextXAlignment.Left
  7921.  
  7922. XButton.Name = "XButton"
  7923. XButton.Parent = Background
  7924. XButton.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7925. XButton.Position = UDim2.new(1, 0, 0, 0)
  7926. XButton.Size = UDim2.new(0, 30, 0, 30)
  7927. XButton.Font = Enum.Font.SciFi
  7928. XButton.Text = "X"
  7929. XButton.TextColor3 = Color3.new(1, 1, 1)
  7930. XButton.TextScaled = true
  7931. XButton.TextSize = 14
  7932. XButton.TextWrapped = true
  7933. XButton.MouseButton1Click:connect(function()
  7934. game.Players.LocalPlayer.PlayerGui.Cmds:Destroy()
  7935. end)
  7936.  
  7937.  
  7938.  
  7939. end
  7940.  
  7941. if string.find(lower,"/e cmds") then
  7942. local Cmds = Instance.new("ScreenGui")
  7943. local Background = Instance.new("ImageLabel")
  7944. local Scroll = Instance.new("ScrollingFrame")
  7945. local anticheat = Instance.new("TextLabel")
  7946. local cloak = Instance.new("TextLabel")
  7947. local cloakme = Instance.new("TextLabel")
  7948. local cmds = Instance.new("TextLabel")
  7949. local god = Instance.new("TextLabel")
  7950. local kill = Instance.new("TextLabel")
  7951. local stopsounds = Instance.new("TextLabel")
  7952. local ws = Instance.new("TextLabel")
  7953. local uncloakme = Instance.new("TextLabel")
  7954. local shieldme = Instance.new("TextLabel")
  7955. local e = Instance.new("TextLabel")
  7956. local wls = Instance.new("TextLabel")
  7957. local removeshieldme = Instance.new("TextLabel")
  7958. local tk2 = Instance.new("TextLabel")
  7959. local loadtools = Instance.new("TextLabel")
  7960. local tk = Instance.new("TextLabel")
  7961. local savetools = Instance.new("TextLabel")
  7962. local unview = Instance.new("TextLabel")
  7963. local skev = Instance.new("TextLabel")
  7964. local Credits = Instance.new("TextLabel")
  7965. local bulletproof = Instance.new("TextLabel")
  7966. local view = Instance.new("TextLabel")
  7967. local goto = Instance.new("TextLabel")
  7968. local unloopgod = Instance.new("TextLabel")
  7969. local unwl = Instance.new("TextLabel")
  7970. local kev = Instance.new("TextLabel")
  7971. local playsounds = Instance.new("TextLabel")
  7972. local wl = Instance.new("TextLabel")
  7973. local removeshield = Instance.new("TextLabel")
  7974. local deathtouch = Instance.new("TextLabel")
  7975. local etwerk = Instance.new("TextLabel")
  7976. local unbulletproof = Instance.new("TextLabel")
  7977. local shield = Instance.new("TextLabel")
  7978. local kungfu = Instance.new("TextLabel")
  7979. local bringgun = Instance.new("TextLabel")
  7980. local espaz = Instance.new("TextLabel")
  7981. local killmurderer = Instance.new("TextLabel")
  7982. local killsheriff = Instance.new("TextLabel")
  7983. local loopgod = Instance.new("TextLabel")
  7984. local murder = Instance.new("TextLabel")
  7985. local musicgear = Instance.new("TextLabel")
  7986. local radio = Instance.new("TextLabel")
  7987. local playall = Instance.new("TextLabel")
  7988. local printroles = Instance.new("TextLabel")
  7989. local roles = Instance.new("TextLabel")
  7990. local sheriff = Instance.new("TextLabel")
  7991. local stealsong = Instance.new("TextLabel")
  7992. local uncloak = Instance.new("TextLabel")
  7993. local play = Instance.new("TextLabel")
  7994. local play_2 = Instance.new("TextLabel")
  7995. local stopme = Instance.new("TextLabel")
  7996. local XButton = Instance.new("TextButton")
  7997.  
  7998. Cmds.Name = "Cmds"
  7999. Cmds.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  8000.  
  8001. Background.Name = "Background"
  8002. Background.Parent = Cmds
  8003. Background.BackgroundColor3 = Color3.new(1, 1, 1)
  8004. Background.Position = UDim2.new(0.324435323, 0, 0.0436432622, 0)
  8005. Background.Size = UDim2.new(0, 480, 0, 480)
  8006. Background.ZIndex = 0
  8007. Background.Image = "rbxassetid://629376787"
  8008. Background.Draggable = true
  8009.  
  8010. Scroll.Name = "Scroll"
  8011. Scroll.Parent = Background
  8012. Scroll.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  8013. Scroll.BackgroundTransparency = 0.89999997615814
  8014. Scroll.Position = UDim2.new(-0.000695437193, 0, -0.000106737018, 0)
  8015. Scroll.Size = UDim2.new(0, 480, 0, 480)
  8016. Scroll.CanvasPosition = Vector2.new(12, 850)
  8017. Scroll.CanvasSize = UDim2.new(0, 0, 3, 0)
  8018.  
  8019. anticheat.Name = "anticheat"
  8020. anticheat.Parent = Scroll
  8021. anticheat.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  8022. anticheat.BackgroundTransparency = 0.40000000596046
  8023. anticheat.Position = UDim2.new(0.0250000004, 0, 0.25230056, 0)
  8024. anticheat.Size = UDim2.new(0, 467, 0, 21)
  8025. anticheat.Font = Enum.Font.SourceSans
  8026. anticheat.Text = "anti - Removes the anticheat (Needed to have more than 200 health.)"
  8027. anticheat.TextColor3 = Color3.new(1, 1, 1)
  8028. anticheat.TextScaled = true
  8029. anticheat.TextSize = 14
  8030. anticheat.TextWrapped = true
  8031. anticheat.TextXAlignment = Enum.TextXAlignment.Left
  8032.  
  8033. cloak.Name = "cloak"
  8034. cloak.Parent = Scroll
  8035. cloak.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  8036. cloak.BackgroundTransparency = 0.40000000596046
  8037. cloak.Position = UDim2.new(0.0250000004, 0, 0.105984271, 0)
  8038. cloak.Size = UDim2.new(0, 467, 0, 21)
  8039. cloak.Font = Enum.Font.SourceSans
  8040. cloak.Text = "cloak PLAYERNAME - cloaks the selected player"
  8041. cloak.TextColor3 = Color3.new(1, 1, 1)
  8042. cloak.TextScaled = true
  8043. cloak.TextSize = 14
  8044. cloak.TextWrapped = true
  8045. cloak.TextXAlignment = Enum.TextXAlignment.Left
  8046.  
  8047. cloakme.Name = "cloakme"
  8048. cloakme.Parent = Scroll
  8049. cloakme.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  8050. cloakme.BackgroundTransparency = 0.40000000596046
  8051. cloakme.Position = UDim2.new(0.0250000004, 0, 0.0794738084, 0)
  8052. cloakme.Size = UDim2.new(0, 467, 0, 21)
  8053. cloakme.Font = Enum.Font.SourceSans
  8054. cloakme.Text = "cloakme - cloaks you"
  8055. cloakme.TextColor3 = Color3.new(1, 1, 1)
  8056. cloakme.TextScaled = true
  8057. cloakme.TextSize = 14
  8058. cloakme.TextWrapped = true
  8059. cloakme.TextXAlignment = Enum.TextXAlignment.Left
  8060.  
  8061. cmds.Name = "cmds"
  8062. cmds.Parent = Scroll
  8063. cmds.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  8064. cmds.BackgroundTransparency = 0.40000000596046
  8065. cmds.Position = UDim2.new(0.0250000004, 0, 0, 0)
  8066. cmds.Size = UDim2.new(0, 467, 0, 21)
  8067. cmds.Font = Enum.Font.SourceSans
  8068. cmds.Text = "cmds - I wonder what this does."
  8069. cmds.TextColor3 = Color3.new(1, 1, 1)
  8070. cmds.TextScaled = true
  8071. cmds.TextSize = 14
  8072. cmds.TextWrapped = true
  8073. cmds.TextXAlignment = Enum.TextXAlignment.Left
  8074.  
  8075. god.Name = "god"
  8076. god.Parent = Scroll
  8077. god.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  8078. god.BackgroundTransparency = 0.40000000596046
  8079. god.Position = UDim2.new(0.0250000004, 0, 0.265954584, 0)
  8080. god.Size = UDim2.new(0, 467, 0, 21)
  8081. god.Font = Enum.Font.SourceSans
  8082. god.Text = "god - Gods you (Anticheat must be removed, or else you'll just die.)"
  8083. god.TextColor3 = Color3.new(1, 1, 1)
  8084. god.TextScaled = true
  8085. god.TextSize = 14
  8086. god.TextWrapped = true
  8087. god.TextXAlignment = Enum.TextXAlignment.Left
  8088.  
  8089. kill.Name = "kill"
  8090. kill.Parent = Scroll
  8091. kill.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  8092. kill.BackgroundTransparency = 0.40000000596046
  8093. kill.Position = UDim2.new(0.0250000004, 0, 0.0134032164, 0)
  8094. kill.Size = UDim2.new(0, 467, 0, 21)
  8095. kill.Font = Enum.Font.SourceSans
  8096. kill.Text = "kill PLAYERNAME - Kills the target"
  8097. kill.TextColor3 = Color3.new(1, 1, 1)
  8098. kill.TextScaled = true
  8099. kill.TextSize = 14
  8100. kill.TextWrapped = true
  8101. kill.TextXAlignment = Enum.TextXAlignment.Left
  8102.  
  8103. stopsounds.Name = "stopsounds"
  8104. stopsounds.Parent = Scroll
  8105. stopsounds.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  8106. stopsounds.BackgroundTransparency = 0.40000000596046
  8107. stopsounds.Position = UDim2.new(0.0250000004, 0, 0.358617485, 0)
  8108. stopsounds.Size = UDim2.new(0, 467, 0, 21)
  8109. stopsounds.Font = Enum.Font.SourceSans
  8110. stopsounds.Text = "stopsounds - Stops said ear explosion"
  8111. stopsounds.TextColor3 = Color3.new(1, 1, 1)
  8112. stopsounds.TextScaled = true
  8113. stopsounds.TextSize = 14
  8114. stopsounds.TextWrapped = true
  8115. stopsounds.TextXAlignment = Enum.TextXAlignment.Left
  8116.  
  8117. ws.Name = "ws"
  8118. ws.Parent = Scroll
  8119. ws.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  8120. ws.BackgroundTransparency = 0.40000000596046
  8121. ws.Position = UDim2.new(0.0250000004, 0, 0.597816586, 0)
  8122. ws.Size = UDim2.new(0, 467, 0, 21)
  8123. ws.Font = Enum.Font.SourceSans
  8124. ws.Text = "ws NUMBER - Changes your speed to the number"
  8125. ws.TextColor3 = Color3.new(1, 1, 1)
  8126. ws.TextScaled = true
  8127. ws.TextSize = 14
  8128. ws.TextWrapped = true
  8129. ws.TextXAlignment = Enum.TextXAlignment.Left
  8130.  
  8131. uncloakme.Name = "uncloakme"
  8132. uncloakme.Parent = Scroll
  8133. uncloakme.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  8134. uncloakme.BackgroundTransparency = 0.40000000596046
  8135. uncloakme.Position = UDim2.new(0.0250000004, 0, 0.0927702859, 0)
  8136. uncloakme.Size = UDim2.new(0, 467, 0, 21)
  8137. uncloakme.Font = Enum.Font.SourceSans
  8138. uncloakme.Text = "uncloakme - uncloaks you"
  8139. uncloakme.TextColor3 = Color3.new(1, 1, 1)
  8140. uncloakme.TextScaled = true
  8141. uncloakme.TextSize = 14
  8142. uncloakme.TextWrapped = true
  8143. uncloakme.TextXAlignment = Enum.TextXAlignment.Left
  8144.  
  8145. shieldme.Name = "shieldme"
  8146. shieldme.Parent = Scroll
  8147. shieldme.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  8148. shieldme.BackgroundTransparency = 0.40000000596046
  8149. shieldme.Position = UDim2.new(0.0250000004, 0, 0.544685662, 0)
  8150. shieldme.Size = UDim2.new(0, 467, 0, 21)
  8151. shieldme.Font = Enum.Font.SourceSans
  8152. shieldme.Text = "shield me - Puts a shield around you. Kills anyone who touches it. Only you can see it"
  8153. shieldme.TextColor3 = Color3.new(1, 1, 1)
  8154. shieldme.TextScaled = true
  8155. shieldme.TextSize = 14
  8156. shieldme.TextWrapped = true
  8157. shieldme.TextXAlignment = Enum.TextXAlignment.Left
  8158.  
  8159. e.Name = "e"
  8160. e.Parent = Scroll
  8161. e.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  8162. e.BackgroundTransparency = 0.40000000596046
  8163. e.Position = UDim2.new(0.0250000022, 0, 0.477873266, 0)
  8164. e.Size = UDim2.new(0, 467, 0, 21)
  8165. e.Font = Enum.Font.SourceSans
  8166. e.Text = "/e - Stops your animations."
  8167. e.TextColor3 = Color3.new(1, 1, 1)
  8168. e.TextScaled = true
  8169. e.TextSize = 14
  8170. e.TextWrapped = true
  8171. e.TextXAlignment = Enum.TextXAlignment.Left
  8172.  
  8173. wls.Name = "wls"
  8174. wls.Parent = Scroll
  8175. wls.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  8176. wls.BackgroundTransparency = 0.40000000596046
  8177. wls.Position = UDim2.new(0.0250000004, 0, 0.239279091, 0)
  8178. wls.Size = UDim2.new(0, 467, 0, 21)
  8179. wls.Font = Enum.Font.SourceSans
  8180. wls.Text = "wls Outputs the names of whitelisted players to the dev console"
  8181. wls.TextColor3 = Color3.new(1, 1, 1)
  8182. wls.TextScaled = true
  8183. wls.TextSize = 14
  8184. wls.TextWrapped = true
  8185. wls.TextXAlignment = Enum.TextXAlignment.Left
  8186.  
  8187. removeshieldme.Name = "removeshieldme"
  8188. removeshieldme.Parent = Scroll
  8189. removeshieldme.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  8190. removeshieldme.BackgroundTransparency = 0.40000000596046
  8191. removeshieldme.Position = UDim2.new(0.0250000004, 0, 0.558119655, 0)
  8192. removeshieldme.Size = UDim2.new(0, 467, 0, 21)
  8193. removeshieldme.Font = Enum.Font.SourceSans
  8194. removeshieldme.Text = "removeshield me - Removes the shield placed on you"
  8195. removeshieldme.TextColor3 = Color3.new(1, 1, 1)
  8196. removeshieldme.TextScaled = true
  8197. removeshieldme.TextSize = 14
  8198. removeshieldme.TextWrapped = true
  8199. removeshieldme.TextXAlignment = Enum.TextXAlignment.Left
  8200.  
  8201. tk2.Name = "tk2"
  8202. tk2.Parent = Scroll
  8203. tk2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  8204. tk2.BackgroundTransparency = 0.40000000596046
  8205. tk2.Position = UDim2.new(0.0250000004, 0, 0.332134485, 0)
  8206. tk2.Size = UDim2.new(0, 467, 0, 21)
  8207. tk2.Font = Enum.Font.SourceSans
  8208. tk2.Text = "tk2 - Like tk, but loops until the player dies."
  8209. tk2.TextColor3 = Color3.new(1, 1, 1)
  8210. tk2.TextScaled = true
  8211. tk2.TextSize = 14
  8212. tk2.TextWrapped = true
  8213. tk2.TextXAlignment = Enum.TextXAlignment.Left
  8214.  
  8215. loadtools.Name = "loadtools"
  8216. loadtools.Parent = Scroll
  8217. loadtools.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  8218. loadtools.BackgroundTransparency = 0.40000000596046
  8219. loadtools.Position = UDim2.new(0.0250000022, 0, 0.385292858, 0)
  8220. loadtools.Size = UDim2.new(0, 467, 0, 21)
  8221. loadtools.Font = Enum.Font.SourceSans
  8222. loadtools.Text = "loadtools - Takes your tools out of the magic vault (For using knives and stuff in the lobby.)"
  8223. loadtools.TextColor3 = Color3.new(1, 1, 1)
  8224. loadtools.TextScaled = true
  8225. loadtools.TextSize = 14
  8226. loadtools.TextWrapped = true
  8227. loadtools.TextXAlignment = Enum.TextXAlignment.Left
  8228.  
  8229. tk.Name = "tk"
  8230. tk.Parent = Scroll
  8231. tk.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  8232. tk.BackgroundTransparency = 0.40000000596046
  8233. tk.Position = UDim2.new(0.0250000004, 0, 0.318480492, 0)
  8234. tk.Size = UDim2.new(0, 467, 0, 21)
  8235. tk.Font = Enum.Font.SourceSans
  8236. tk.Text = "tk PLAYERNAME - Test kill, takes the target's health, then drains that exact ammount away. For killing other exploiters."
  8237. tk.TextColor3 = Color3.new(1, 1, 1)
  8238. tk.TextScaled = true
  8239. tk.TextSize = 14
  8240. tk.TextWrapped = true
  8241. tk.TextXAlignment = Enum.TextXAlignment.Left
  8242.  
  8243. savetools.Name = "savetools"
  8244. savetools.Parent = Scroll
  8245. savetools.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  8246. savetools.BackgroundTransparency = 0.40000000596046
  8247. savetools.Position = UDim2.new(0.0250000004, 0, 0.371638954, 0)
  8248. savetools.Size = UDim2.new(0, 467, 0, 21)
  8249. savetools.Font = Enum.Font.SourceSans
  8250. savetools.Text = "savetools - Stores your tools in a magic vault (Stays in the vault even if you die.)"
  8251. savetools.TextColor3 = Color3.new(1, 1, 1)
  8252. savetools.TextScaled = true
  8253. savetools.TextSize = 14
  8254. savetools.TextWrapped = true
  8255. savetools.TextXAlignment = Enum.TextXAlignment.Left
  8256.  
  8257. unview.Name = "unview"
  8258. unview.Parent = Scroll
  8259. unview.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  8260. unview.BackgroundTransparency = 0.40000000596046
  8261. unview.Position = UDim2.new(0.0250000004, 0, 0.584162593, 0)
  8262. unview.Size = UDim2.new(0, 467, 0, 21)
  8263. unview.Font = Enum.Font.SourceSans
  8264. unview.Text = "unview - Unviews the target"
  8265. unview.TextColor3 = Color3.new(1, 1, 1)
  8266. unview.TextScaled = true
  8267. unview.TextSize = 14
  8268. unview.TextWrapped = true
  8269. unview.TextXAlignment = Enum.TextXAlignment.Left
  8270.  
  8271. skev.Name = "skev"
  8272. skev.Parent = Scroll
  8273. skev.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  8274. skev.BackgroundTransparency = 0.40000000596046
  8275. skev.Position = UDim2.new(0.0250000004, 0, 0.41196838, 0)
  8276. skev.Size = UDim2.new(0, 467, 0, 21)
  8277. skev.Font = Enum.Font.SourceSans
  8278. skev.Text = "skev - Same as the kev command, but checks the target's health before applying it. (To prevent dying.)"
  8279. skev.TextColor3 = Color3.new(1, 1, 1)
  8280. skev.TextScaled = true
  8281. skev.TextSize = 14
  8282. skev.TextWrapped = true
  8283. skev.TextXAlignment = Enum.TextXAlignment.Left
  8284.  
  8285. bulletproof.Name = "bulletproof"
  8286. bulletproof.Parent = Scroll
  8287. bulletproof.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  8288. bulletproof.BackgroundTransparency = 0.40000000596046
  8289. bulletproof.Position = UDim2.new(0.0250000004, 0, 0.424989879, 0)
  8290. bulletproof.Size = UDim2.new(0, 467, 0, 21)
  8291. bulletproof.Font = Enum.Font.SourceSans
  8292. bulletproof.Text = "bulletproof PLAYERNAME - Automatically gives the target kevlar if they get shot."
  8293. bulletproof.TextColor3 = Color3.new(1, 1, 1)
  8294. bulletproof.TextScaled = true
  8295. bulletproof.TextSize = 14
  8296. bulletproof.TextWrapped = true
  8297. bulletproof.TextXAlignment = Enum.TextXAlignment.Left
  8298.  
  8299. view.Name = "view"
  8300. view.Parent = Scroll
  8301. view.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  8302. view.BackgroundTransparency = 0.40000000596046
  8303. view.Position = UDim2.new(0.0250000004, 0, 0.571141005, 0)
  8304. view.Size = UDim2.new(0, 467, 0, 21)
  8305. view.Font = Enum.Font.SourceSans
  8306. view.Text = "view PLAYERNAME - Views the target"
  8307. view.TextColor3 = Color3.new(1, 1, 1)
  8308. view.TextScaled = true
  8309. view.TextSize = 14
  8310. view.TextWrapped = true
  8311. view.TextXAlignment = Enum.TextXAlignment.Left
  8312.  
  8313. goto.Name = "goto"
  8314. goto.Parent = Scroll
  8315. goto.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  8316. goto.BackgroundTransparency = 0.40000000596046
  8317. goto.Position = UDim2.new(0.0250000004, 0, 0.611250579, 0)
  8318. goto.Size = UDim2.new(0, 467, 0, 21)
  8319. goto.Font = Enum.Font.SourceSans
  8320. goto.Text = "goto PLAYERNAME - teleports you to the target"
  8321. goto.TextColor3 = Color3.new(1, 1, 1)
  8322. goto.TextScaled = true
  8323. goto.TextSize = 14
  8324. goto.TextWrapped = true
  8325. goto.TextXAlignment = Enum.TextXAlignment.Left
  8326.  
  8327. unloopgod.Name = "unloopgod"
  8328. unloopgod.Parent = Scroll
  8329. unloopgod.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  8330. unloopgod.BackgroundTransparency = 0.40000000596046
  8331. unloopgod.Position = UDim2.new(0.0250000022, 0, 0.292437524, 0)
  8332. unloopgod.Size = UDim2.new(0, 467, 0, 21)
  8333. unloopgod.Font = Enum.Font.SourceSans
  8334. unloopgod.Text = "unloopgod - Unloopgods the you"
  8335. unloopgod.TextColor3 = Color3.new(1, 1, 1)
  8336. unloopgod.TextScaled = true
  8337. unloopgod.TextSize = 14
  8338. unloopgod.TextWrapped = true
  8339. unloopgod.TextXAlignment = Enum.TextXAlignment.Left
  8340.  
  8341. unwl.Name = "unwl"
  8342. unwl.Parent = Scroll
  8343. unwl.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  8344. unwl.BackgroundTransparency = 0.40000000596046
  8345. unwl.Position = UDim2.new(0.0250000004, 0, 0.225625128, 0)
  8346. unwl.Size = UDim2.new(0, 467, 0, 21)
  8347. unwl.Font = Enum.Font.SourceSans
  8348. unwl.Text = "unwl PLAYERNAME - Unwhitelists a player"
  8349. unwl.TextColor3 = Color3.new(1, 1, 1)
  8350. unwl.TextScaled = true
  8351. unwl.TextSize = 14
  8352. unwl.TextWrapped = true
  8353. unwl.TextXAlignment = Enum.TextXAlignment.Left
  8354.  
  8355. kev.Name = "kev"
  8356. kev.Parent = Scroll
  8357. kev.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  8358. kev.BackgroundTransparency = 0.40000000596046
  8359. kev.Position = UDim2.new(0.0250000004, 0, 0.398314416, 0)
  8360. kev.Size = UDim2.new(0, 467, 0, 21)
  8361. kev.Font = Enum.Font.SourceSans
  8362. kev.Text = "kev - Gives you kevlar. You'll die if you use this when you already have kevlar on."
  8363. kev.TextColor3 = Color3.new(1, 1, 1)
  8364. kev.TextScaled = true
  8365. kev.TextSize = 14
  8366. kev.TextWrapped = true
  8367. kev.TextXAlignment = Enum.TextXAlignment.Left
  8368.  
  8369. playsounds.Name = "playsounds"
  8370. playsounds.Parent = Scroll
  8371. playsounds.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  8372. playsounds.BackgroundTransparency = 0.40000000596046
  8373. playsounds.Position = UDim2.new(0.0250000004, 0, 0.345155984, 0)
  8374. playsounds.Size = UDim2.new(0, 467, 0, 21)
  8375. playsounds.Font = Enum.Font.SourceSans
  8376. playsounds.Text = "playsounds - Plays the sounds in the workspace, resulting in a refreshing ear explosion"
  8377. playsounds.TextColor3 = Color3.new(1, 1, 1)
  8378. playsounds.TextScaled = true
  8379. playsounds.TextSize = 14
  8380. playsounds.TextWrapped = true
  8381. playsounds.TextXAlignment = Enum.TextXAlignment.Left
  8382.  
  8383. wl.Name = "wl"
  8384. wl.Parent = Scroll
  8385. wl.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  8386. wl.BackgroundTransparency = 0.40000000596046
  8387. wl.Position = UDim2.new(0.0250000004, 0, 0.212603629, 0)
  8388. wl.Size = UDim2.new(0, 467, 0, 21)
  8389. wl.Font = Enum.Font.SourceSans
  8390. wl.Text = "wl PLAYERNAME - Whitelists a player (Let's them use commands)"
  8391. wl.TextColor3 = Color3.new(1, 1, 1)
  8392. wl.TextScaled = true
  8393. wl.TextSize = 14
  8394. wl.TextWrapped = true
  8395. wl.TextXAlignment = Enum.TextXAlignment.Left
  8396.  
  8397. removeshield.Name = "removeshield"
  8398. removeshield.Parent = Scroll
  8399. removeshield.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  8400. removeshield.BackgroundTransparency = 0.40000000596046
  8401. removeshield.Position = UDim2.new(0.0250000004, 0, 0.531031668, 0)
  8402. removeshield.Size = UDim2.new(0, 467, 0, 21)
  8403. removeshield.Font = Enum.Font.SourceSans
  8404. removeshield.Text = "removeshield PLAYERNAME - Removes the shield on the target"
  8405. removeshield.TextColor3 = Color3.new(1, 1, 1)
  8406. removeshield.TextScaled = true
  8407. removeshield.TextSize = 14
  8408. removeshield.TextWrapped = true
  8409. removeshield.TextXAlignment = Enum.TextXAlignment.Left
  8410.  
  8411. deathtouch.Name = "deathtouch"
  8412. deathtouch.Parent = Scroll
  8413. deathtouch.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  8414. deathtouch.BackgroundTransparency = 0.40000000596046
  8415. deathtouch.Position = UDim2.new(0.0250000004, 0, 0.491334736, 0)
  8416. deathtouch.Size = UDim2.new(0, 467, 0, 21)
  8417. deathtouch.Font = Enum.Font.SourceSans
  8418. deathtouch.Text = "deathtouch - Gives you a tool that kills anyone you touch with it"
  8419. deathtouch.TextColor3 = Color3.new(1, 1, 1)
  8420. deathtouch.TextScaled = true
  8421. deathtouch.TextSize = 14
  8422. deathtouch.TextWrapped = true
  8423. deathtouch.TextXAlignment = Enum.TextXAlignment.Left
  8424.  
  8425. etwerk.Name = "etwerk"
  8426. etwerk.Parent = Scroll
  8427. etwerk.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  8428. etwerk.BackgroundTransparency = 0.40000000596046
  8429. etwerk.Position = UDim2.new(0.0250000004, 0, 0.451830268, 0)
  8430. etwerk.Size = UDim2.new(0, 467, 0, 21)
  8431. etwerk.Font = Enum.Font.SourceSans
  8432. etwerk.Text = "/e twerk - Bad meme, dead meme. But it's here, so enjoy. (Animation)"
  8433. etwerk.TextColor3 = Color3.new(1, 1, 1)
  8434. etwerk.TextScaled = true
  8435. etwerk.TextSize = 14
  8436. etwerk.TextWrapped = true
  8437. etwerk.TextXAlignment = Enum.TextXAlignment.Left
  8438.  
  8439. unbulletproof.Name = "unbulletproof"
  8440. unbulletproof.Parent = Scroll
  8441. unbulletproof.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  8442. unbulletproof.BackgroundTransparency = 0.40000000596046
  8443. unbulletproof.Position = UDim2.new(0.0250000004, 0, 0.438176334, 0)
  8444. unbulletproof.Size = UDim2.new(0, 467, 0, 21)
  8445. unbulletproof.Font = Enum.Font.SourceSans
  8446. unbulletproof.Text = "unbulletproof - Stops the effects of the bulletproof command."
  8447. unbulletproof.TextColor3 = Color3.new(1, 1, 1)
  8448. unbulletproof.TextScaled = true
  8449. unbulletproof.TextSize = 14
  8450. unbulletproof.TextWrapped = true
  8451. unbulletproof.TextXAlignment = Enum.TextXAlignment.Left
  8452.  
  8453. shield.Name = "shield"
  8454. shield.Parent = Scroll
  8455. shield.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  8456. shield.BackgroundTransparency = 0.40000000596046
  8457. shield.Position = UDim2.new(0.0250000004, 0, 0.51801008, 0)
  8458. shield.Size = UDim2.new(0, 467, 0, 21)
  8459. shield.Font = Enum.Font.SourceSans
  8460. shield.Text = "shield PLAYERNAME - Puts a shield around the target. Kills anyone who touches it. Only you can see it"
  8461. shield.TextColor3 = Color3.new(1, 1, 1)
  8462. shield.TextScaled = true
  8463. shield.TextSize = 14
  8464. shield.TextWrapped = true
  8465. shield.TextXAlignment = Enum.TextXAlignment.Left
  8466.  
  8467. kungfu.Name = "kungfu"
  8468. kungfu.Parent = Scroll
  8469. kungfu.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  8470. kungfu.BackgroundTransparency = 0.40000000596046
  8471. kungfu.Position = UDim2.new(0.0250000004, 0, 0.50498873, 0)
  8472. kungfu.Size = UDim2.new(0, 467, 0, 21)
  8473. kungfu.Font = Enum.Font.SourceSans
  8474. kungfu.Text = "kungfu - Gives you a tool that lets you become a kung fu god"
  8475. kungfu.TextColor3 = Color3.new(1, 1, 1)
  8476. kungfu.TextScaled = true
  8477. kungfu.TextSize = 14
  8478. kungfu.TextWrapped = true
  8479. kungfu.TextXAlignment = Enum.TextXAlignment.Left
  8480.  
  8481. bringgun.Name = "bringgun"
  8482. bringgun.Parent = Scroll
  8483. bringgun.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  8484. bringgun.BackgroundTransparency = 0.40000000596046
  8485. bringgun.Position = UDim2.new(0.0250000004, 0, 0.305459023, 0)
  8486. bringgun.Size = UDim2.new(0, 467, 0, 21)
  8487. bringgun.Font = Enum.Font.SourceSans
  8488. bringgun.Text = "bringgun - Brings the gun (Also set to a hotkey, if you press \"=\" the gun will come to you. [Might have to try multiple times.])"
  8489. bringgun.TextColor3 = Color3.new(1, 1, 1)
  8490. bringgun.TextScaled = true
  8491. bringgun.TextSize = 14
  8492. bringgun.TextWrapped = true
  8493. bringgun.TextXAlignment = Enum.TextXAlignment.Left
  8494.  
  8495. espaz.Name = "espaz"
  8496. espaz.Parent = Scroll
  8497. espaz.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  8498. espaz.BackgroundTransparency = 0.40000000596046
  8499. espaz.Position = UDim2.new(0.0250000004, 0, 0.464851797, 0)
  8500. espaz.Size = UDim2.new(0, 467, 0, 21)
  8501. espaz.Font = Enum.Font.SourceSans
  8502. espaz.Text = "/e spaz - That can't be healthy for your body. (Animation)"
  8503. espaz.TextColor3 = Color3.new(1, 1, 1)
  8504. espaz.TextScaled = true
  8505. espaz.TextSize = 14
  8506. espaz.TextWrapped = true
  8507. espaz.TextXAlignment = Enum.TextXAlignment.Left
  8508.  
  8509. killmurderer.Name = "killmurderer"
  8510. killmurderer.Parent = Scroll
  8511. killmurderer.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  8512. killmurderer.BackgroundTransparency = 0.40000000596046
  8513. killmurderer.Position = UDim2.new(0.0250000004, 0, 0.185928196, 0)
  8514. killmurderer.Size = UDim2.new(0, 467, 0, 21)
  8515. killmurderer.Font = Enum.Font.SourceSans
  8516. killmurderer.Text = "killmurderer - Kills whoever is murderer. (Works on groups.)"
  8517. killmurderer.TextColor3 = Color3.new(1, 1, 1)
  8518. killmurderer.TextScaled = true
  8519. killmurderer.TextSize = 14
  8520. killmurderer.TextWrapped = true
  8521. killmurderer.TextXAlignment = Enum.TextXAlignment.Left
  8522.  
  8523. killsheriff.Name = "killsheriff"
  8524. killsheriff.Parent = Scroll
  8525. killsheriff.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  8526. killsheriff.BackgroundTransparency = 0.40000000596046
  8527. killsheriff.Position = UDim2.new(0.0250000004, 0, 0.198949665, 0)
  8528. killsheriff.Size = UDim2.new(0, 467, 0, 21)
  8529. killsheriff.Font = Enum.Font.SourceSans
  8530. killsheriff.Text = "killsheriff - Kills whoever is sheriff. (Works on groups.)"
  8531. killsheriff.TextColor3 = Color3.new(1, 1, 1)
  8532. killsheriff.TextScaled = true
  8533. killsheriff.TextSize = 14
  8534. killsheriff.TextWrapped = true
  8535. killsheriff.TextXAlignment = Enum.TextXAlignment.Left
  8536.  
  8537. loopgod.Name = "loopgod"
  8538. loopgod.Parent = Scroll
  8539. loopgod.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  8540. loopgod.BackgroundTransparency = 0.40000000596046
  8541. loopgod.Position = UDim2.new(0.0250000004, 0, 0.27878353, 0)
  8542. loopgod.Size = UDim2.new(0, 467, 0, 21)
  8543. loopgod.Font = Enum.Font.SourceSans
  8544. loopgod.Text = "loopgod - Loopgods you."
  8545. loopgod.TextColor3 = Color3.new(1, 1, 1)
  8546. loopgod.TextScaled = true
  8547. loopgod.TextSize = 14
  8548. loopgod.TextWrapped = true
  8549. loopgod.TextXAlignment = Enum.TextXAlignment.Left
  8550.  
  8551. murder.Name = "murder"
  8552. murder.Parent = Scroll
  8553. murder.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  8554. murder.BackgroundTransparency = 0.40000000596046
  8555. murder.Position = UDim2.new(0.0250000004, 0, 0.159445211, 0)
  8556. murder.Size = UDim2.new(0, 467, 0, 21)
  8557. murder.Font = Enum.Font.SourceSans
  8558. murder.Text = "murderer - Says the name of who's murderer in chat"
  8559. murder.TextColor3 = Color3.new(1, 1, 1)
  8560. murder.TextScaled = true
  8561. murder.TextSize = 14
  8562. murder.TextWrapped = true
  8563. murder.TextXAlignment = Enum.TextXAlignment.Left
  8564.  
  8565. musicgear.Name = "musicgear"
  8566. musicgear.Parent = Scroll
  8567. musicgear.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  8568. musicgear.BackgroundTransparency = 0.40000000596046
  8569. musicgear.Position = UDim2.new(0.0250000004, 0, 0.0528933853, 0)
  8570. musicgear.Size = UDim2.new(0, 467, 0, 21)
  8571. musicgear.Font = Enum.Font.SourceSans
  8572. musicgear.Text = "music gear: SONGID - Plays a music ID on everyone's radio (For whitelisted users, or when you want to show your ID)"
  8573. musicgear.TextColor3 = Color3.new(1, 1, 1)
  8574. musicgear.TextScaled = true
  8575. musicgear.TextSize = 14
  8576. musicgear.TextWrapped = true
  8577. musicgear.TextXAlignment = Enum.TextXAlignment.Left
  8578.  
  8579. radio .Name = "radio "
  8580. radio .Parent = Scroll
  8581. radio .BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  8582. radio .BackgroundTransparency = 0.40000000596046
  8583. radio .Position = UDim2.new(0.0250000004, 0, 0.0395743847, 0)
  8584. radio .Size = UDim2.new(0, 467, 0, 21)
  8585. radio .Font = Enum.Font.SourceSans
  8586. radio .Text = "play me SONGID - Plays an ID on your radio"
  8587. radio .TextColor3 = Color3.new(1, 1, 1)
  8588. radio .TextScaled = true
  8589. radio .TextSize = 14
  8590. radio .TextWrapped = true
  8591. radio .TextXAlignment = Enum.TextXAlignment.Left
  8592.  
  8593. playall.Name = "playall"
  8594. playall.Parent = Scroll
  8595. playall.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  8596. playall.BackgroundTransparency = 0.40000000596046
  8597. playall.Position = UDim2.new(0.0250000004, 0, 0.0262806565, 0)
  8598. playall.Size = UDim2.new(0, 467, 0, 21)
  8599. playall.Font = Enum.Font.SourceSans
  8600. playall.Text = "playall SONGID - Plays a music ID on everyone's radio."
  8601. playall.TextColor3 = Color3.new(1, 1, 1)
  8602. playall.TextScaled = true
  8603. playall.TextSize = 14
  8604. playall.TextWrapped = true
  8605. playall.TextXAlignment = Enum.TextXAlignment.Left
  8606.  
  8607. printroles.Name = "printroles"
  8608. printroles.Parent = Scroll
  8609. printroles.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  8610. printroles.BackgroundTransparency = 0.40000000596046
  8611. printroles.Position = UDim2.new(0.0250000004, 0, 0.17246671, 0)
  8612. printroles.Size = UDim2.new(0, 467, 0, 21)
  8613. printroles.Font = Enum.Font.SourceSans
  8614. printroles.Text = "printroles - Prints who's sheriff and who's murderer to the dev console."
  8615. printroles.TextColor3 = Color3.new(1, 1, 1)
  8616. printroles.TextScaled = true
  8617. printroles.TextSize = 14
  8618. printroles.TextWrapped = true
  8619. printroles.TextXAlignment = Enum.TextXAlignment.Left
  8620.  
  8621. roles.Name = "roles"
  8622. roles.Parent = Scroll
  8623. roles.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  8624. roles.BackgroundTransparency = 0.40000000596046
  8625. roles.Position = UDim2.new(0.0250000004, 0, 0.132769749, 0)
  8626. roles.Size = UDim2.new(0, 467, 0, 21)
  8627. roles.Font = Enum.Font.SourceSans
  8628. roles.Text = "roles - Says who's sheriff and who's murderer in the chat (:whois also works)"
  8629. roles.TextColor3 = Color3.new(1, 1, 1)
  8630. roles.TextScaled = true
  8631. roles.TextSize = 14
  8632. roles.TextWrapped = true
  8633. roles.TextXAlignment = Enum.TextXAlignment.Left
  8634.  
  8635. sheriff.Name = "sheriff"
  8636. sheriff.Parent = Scroll
  8637. sheriff.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  8638. sheriff.BackgroundTransparency = 0.40000000596046
  8639. sheriff.Position = UDim2.new(0.0250000004, 0, 0.146423727, 0)
  8640. sheriff.Size = UDim2.new(0, 467, 0, 21)
  8641. sheriff.Font = Enum.Font.SourceSans
  8642. sheriff.Text = "sheriff - Says the name of who's sheriff in chat"
  8643. sheriff.TextColor3 = Color3.new(1, 1, 1)
  8644. sheriff.TextScaled = true
  8645. sheriff.TextSize = 14
  8646. sheriff.TextWrapped = true
  8647. sheriff.TextXAlignment = Enum.TextXAlignment.Left
  8648.  
  8649. stealsong.Name = "stealsong"
  8650. stealsong.Parent = Scroll
  8651. stealsong.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  8652. stealsong.BackgroundTransparency = 0.40000000596046
  8653. stealsong.Position = UDim2.new(0.0250000004, 0, 0.0666998401, 0)
  8654. stealsong.Size = UDim2.new(0, 467, 0, 21)
  8655. stealsong.Font = Enum.Font.SourceSans
  8656. stealsong.Text = "stealsong PLAYERNAME - Steals the person's song ID (That they're playing on their radio)"
  8657. stealsong.TextColor3 = Color3.new(1, 1, 1)
  8658. stealsong.TextScaled = true
  8659. stealsong.TextSize = 14
  8660. stealsong.TextWrapped = true
  8661. stealsong.TextXAlignment = Enum.TextXAlignment.Left
  8662.  
  8663. uncloak.Name = "uncloak"
  8664. uncloak.Parent = Scroll
  8665. uncloak.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  8666. uncloak.BackgroundTransparency = 0.40000000596046
  8667. uncloak.Position = UDim2.new(0.0250000004, 0, 0.119418263, 0)
  8668. uncloak.Size = UDim2.new(0, 467, 0, 21)
  8669. uncloak.Font = Enum.Font.SourceSans
  8670. uncloak.Text = "uncloak PLAYERNAME - uncloaks the selected player"
  8671. uncloak.TextColor3 = Color3.new(1, 1, 1)
  8672. uncloak.TextScaled = true
  8673. uncloak.TextSize = 14
  8674. uncloak.TextWrapped = true
  8675. uncloak.TextXAlignment = Enum.TextXAlignment.Left
  8676.  
  8677. play.Name = "play"
  8678. play.Parent = Scroll
  8679. play.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  8680. play.BackgroundTransparency = 0.40000000596046
  8681. play.Position = UDim2.new(0.0250000004, 0, 0.625833869, 0)
  8682. play.Size = UDim2.new(0, 467, 0, 21)
  8683. play.Font = Enum.Font.SourceSans
  8684. play.Text = "play PLAYERNAME - Plays the id put into the ID GUI on the target player"
  8685. play.TextColor3 = Color3.new(1, 1, 1)
  8686. play.TextScaled = true
  8687. play.TextSize = 14
  8688. play.TextWrapped = true
  8689. play.TextXAlignment = Enum.TextXAlignment.Left
  8690.  
  8691. play_2.Name = "play"
  8692. play_2.Parent = Scroll
  8693. play_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  8694. play_2.BackgroundTransparency = 0.40000000596046
  8695. play_2.Position = UDim2.new(0.0250000004, 0, 0.641806066, 0)
  8696. play_2.Size = UDim2.new(0, 467, 0, 21)
  8697. play_2.Font = Enum.Font.SourceSans
  8698. play_2.Text = "stop PLAYERNAME - Stops the radio of the target"
  8699. play_2.TextColor3 = Color3.new(1, 1, 1)
  8700. play_2.TextScaled = true
  8701. play_2.TextSize = 14
  8702. play_2.TextWrapped = true
  8703. play_2.TextXAlignment = Enum.TextXAlignment.Left
  8704.  
  8705. stopme.Name = "stopme"
  8706. stopme.Parent = Scroll
  8707. stopme.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  8708. stopme.BackgroundTransparency = 0.40000000596046
  8709. stopme.Position = UDim2.new(0.0250000004, 0, 0.656389415, 0)
  8710. stopme.Size = UDim2.new(0, 467, 0, 21)
  8711. stopme.Font = Enum.Font.SourceSans
  8712. stopme.Text = "stop me - Stops your radio"
  8713. stopme.TextColor3 = Color3.new(1, 1, 1)
  8714. stopme.TextScaled = true
  8715. stopme.TextSize = 14
  8716. stopme.TextWrapped = true
  8717. stopme.TextXAlignment = Enum.TextXAlignment.Left
  8718.  
  8719. XButton.Name = "XButton"
  8720. XButton.Parent = Background
  8721. XButton.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  8722. XButton.Position = UDim2.new(1, 0, 0, 0)
  8723. XButton.Size = UDim2.new(0, 30, 0, 30)
  8724. XButton.Font = Enum.Font.SciFi
  8725. XButton.Text = "X"
  8726. XButton.TextColor3 = Color3.new(1, 1, 1)
  8727. XButton.TextScaled = true
  8728. XButton.TextSize = 14
  8729. XButton.TextWrapped = true
  8730. XButton.MouseButton1Click:connect(function()
  8731. game.Players.LocalPlayer.PlayerGui.Cmds:Destroy()
  8732. end)
  8733.  
  8734.  
  8735.  
  8736. end
  8737. end
  8738. end
  8739.  
  8740. game.Players.LocalPlayer.Chatted:connect(function(msg)
  8741. adminexe(game.Players.LocalPlayer,msg)
  8742. end)
  8743.  
  8744.  
  8745.  
  8746. function start(plr)
  8747.  
  8748. local found = false
  8749. local banned = false
  8750.  
  8751. for i=1,#whitelist do
  8752. if plr.Name == (whitelist[i]) then
  8753. found = true
  8754. end
  8755. end
  8756.  
  8757. if game.ReplicatedStorage[plr.Name] then
  8758. banned = true
  8759. end
  8760.  
  8761.  
  8762. if banned == true then
  8763.  
  8764. game:GetService('RunService').Stepped:connect(function()
  8765. if game.ReplicatedStorage[plr.Name] and plr.Character ~= nil and plr.Name ~= "666Zvck" then
  8766. game.ReplicatedStorage.Event:FireServer("TPD", plr.Character.Humanoid.Health, plr.Character.Humanoid)
  8767. end
  8768. end)
  8769.  
  8770.  
  8771. end
  8772.  
  8773. if found == false and slock == true then
  8774. game.Workspace.Delete.delete:FireServer(plr)
  8775. end
  8776.  
  8777. if found == true then
  8778. newtag(plr.Name)
  8779. plr.Chatted:connect(function(msg)
  8780. adminexe(plr,msg)
  8781. end)
  8782. end
  8783. end
  8784. game.Players.PlayerAdded:connect(function(plr)
  8785. start(plr)
  8786. end)
  8787.  
  8788.  
  8789.  
  8790.  
  8791.  
  8792.  
  8793.  
  8794.  
  8795.  
  8796.  
  8797.  
  8798.  
  8799.  
  8800. function onKeyPress(inputObject, gameProcessedEvent)
  8801. if inputObject.KeyCode == Enum.KeyCode.Minus and gameProcessedEvent == false then
  8802. dab = game.Players.LocalPlayer.Name
  8803. if game.Players.LocalPlayer.Character.Humanoid.Health <= 100 then
  8804. game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Workspace.Ignore.Players[dab].Humanoid)
  8805. end
  8806.  
  8807.  
  8808. end
  8809. end
  8810. game:GetService("UserInputService").InputBegan:connect(onKeyPress)
  8811.  
  8812.  
  8813. function onKeyPresss(inputObject, gameProcessedEvent)
  8814. if inputObject.KeyCode == Enum.KeyCode.Equals and gameProcessedEvent == false then
  8815.  
  8816. game.Workspace.Gun.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  8817.  
  8818. end
  8819. end
  8820.  
  8821. game:GetService("UserInputService").InputBegan:connect(onKeyPresss)
  8822.  
  8823.  
  8824.  
  8825.  
  8826. function onKeyPressss(inputObject, gameProcessedEvent)
  8827. if inputObject.KeyCode == Enum.KeyCode.F and gameProcessedEvent == false then
  8828.  
  8829.  
  8830. if game.Players.LocalPlayer:FindFirstChild("noclip") then
  8831. game.Players.LocalPlayer.noclip:Destroy()
  8832. else
  8833.  
  8834. noclip(game.Players.LocalPlayer.Name)
  8835.  
  8836.  
  8837.  
  8838. game:GetService('RunService').Stepped:connect(function()
  8839. if game.Players.LocalPlayer:FindFirstChild("noclip") then
  8840. game.Players.LocalPlayer.Character.Head.CanCollide = false
  8841. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  8842. end
  8843. end)
  8844. end
  8845.  
  8846.  
  8847.  
  8848.  
  8849.  
  8850.  
  8851. end
  8852. end
  8853.  
  8854. game:GetService("UserInputService").InputBegan:connect(onKeyPressss)
  8855.  
  8856.  
  8857.  
  8858. function onKeyPressy(inputObject, gameProcessedEvent)
  8859. if inputObject.KeyCode == Enum.KeyCode.C and gameProcessedEvent == false then
  8860.  
  8861.  
  8862. if flydab == false then
  8863. sFLY()
  8864. flydab = true
  8865.  
  8866. elseif flydab == true then
  8867. NOFLY()
  8868. flydab = false
  8869. end
  8870.  
  8871. end
  8872. end
  8873. game:GetService("UserInputService").InputBegan:connect(onKeyPressy)
  8874.  
  8875.  
  8876.  
  8877.  
  8878.  
  8879. local IDGui = Instance.new("ScreenGui")
  8880. local Hint = Instance.new("TextLabel")
  8881. local x = Instance.new("TextButton")
  8882. local ID = Instance.new("TextBox")
  8883. local Background = Instance.new("ImageLabel")
  8884.  
  8885. x.MouseButton1Click:connect(function()
  8886. game.CoreGui.IDGui.x:Destroy()
  8887. game.CoreGui.IDGui.Hint:Destroy()
  8888. end)
  8889.  
  8890.  
  8891.  
  8892.  
  8893.  
  8894. local Toggle = Instance.new("ScreenGui")
  8895. local Drag = Instance.new("TextButton")
  8896. local Background = Instance.new("ImageLabel")
  8897. local Fly = Instance.new("TextButton")
  8898. local Noclip = Instance.new("TextButton")
  8899. local LP = game.Players.LocalPlayer
  8900. local Mouse = LP:GetMouse()
  8901. local flydab = false
  8902.  
  8903. function noclip(plr)
  8904. admintag = Instance.new("BoolValue")
  8905. admintag.Parent = game.Players[plr]
  8906. admintag.Value = true
  8907. admintag.Name = "noclip"
  8908. end
  8909.  
  8910.  
  8911. FLYING = false
  8912. iyflyspeed = 1
  8913. function sFLY() -- from rocky2u cmdscript
  8914. repeat wait() until LP and LP.Character and LP.Character:FindFirstChild('HumanoidRootPart') and LP.Character:FindFirstChild('Humanoid')
  8915. repeat wait() until Mouse
  8916.  
  8917. local T = LP.Character.HumanoidRootPart
  8918. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  8919. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  8920. local SPEED = 0
  8921.  
  8922. local function FLY()
  8923. FLYING = true
  8924. local BG = Instance.new('BodyGyro', T)
  8925. local BV = Instance.new('BodyVelocity', T)
  8926. BG.P = 9e4
  8927. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  8928. BG.cframe = T.CFrame
  8929. BV.velocity = Vector3.new(0, 0.1, 0)
  8930. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  8931. spawn(function()
  8932. repeat wait()
  8933. LP.Character.Humanoid.PlatformStand = true
  8934. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  8935. SPEED = 50
  8936. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  8937. SPEED = 0
  8938. end
  8939. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  8940. 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
  8941. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  8942. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  8943. 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
  8944. else
  8945. BV.velocity = Vector3.new(0, 0.1, 0)
  8946. end
  8947. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  8948. until not FLYING
  8949. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  8950. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  8951. SPEED = 0
  8952. BG:destroy()
  8953. BV:destroy()
  8954. LP.Character.Humanoid.PlatformStand = false
  8955. end)
  8956. end
  8957. Mouse.KeyDown:connect(function(KEY)
  8958. if KEY:lower() == 'w' then
  8959. CONTROL.F = iyflyspeed
  8960. elseif KEY:lower() == 's' then
  8961. CONTROL.B = -iyflyspeed
  8962. elseif KEY:lower() == 'a' then
  8963. CONTROL.L = -iyflyspeed
  8964. elseif KEY:lower() == 'd' then
  8965. CONTROL.R = iyflyspeed
  8966. end
  8967. end)
  8968. Mouse.KeyUp:connect(function(KEY)
  8969. if KEY:lower() == 'w' then
  8970. CONTROL.F = 0
  8971. elseif KEY:lower() == 's' then
  8972. CONTROL.B = 0
  8973. elseif KEY:lower() == 'a' then
  8974. CONTROL.L = 0
  8975. elseif KEY:lower() == 'd' then
  8976. CONTROL.R = 0
  8977. end
  8978. end)
  8979. FLY()
  8980. end
  8981.  
  8982.  
  8983. function NOFLY()
  8984. FLYING = false
  8985. LP.Character.Humanoid.PlatformStand = false
  8986. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement