skinkillaz

Twisted Murderer2

Sep 1st, 2018
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 46.89 KB | None | 0 0
  1. local Rainbow = Color3.fromRGB(0, 0, 0)
  2. spawn(function()
  3. while wait() do
  4. for i=1,25 do
  5. wait()
  6. Rainbow = Color3.new(Rainbow .r,Rainbow .g+(1/25),Rainbow .b)
  7. end
  8. for i=1,25 do
  9. wait()
  10. Rainbow = Color3.new(Rainbow .r-(1/25),Rainbow .g,Rainbow .b)
  11. end
  12. for i=1,25 do
  13. wait()
  14. Rainbow = Color3.new(Rainbow .r,Rainbow .g,Rainbow .b+(1/25))
  15. end
  16. for i=1,25 do
  17. wait()
  18. Rainbow = Color3.new(Rainbow .r,Rainbow .g-(1/25),Rainbow .b)
  19. end
  20. for i=1,25 do
  21. wait()
  22. Rainbow = Color3.new(Rainbow .r+(1/25),Rainbow .g,Rainbow .b)
  23. end
  24. for i=1,25 do
  25. wait()
  26. Rainbow = Color3.new(Rainbow .r,Rainbow .g,Rainbow .b-(1/25))
  27. end
  28. end
  29. end)
  30.  
  31. local cb
  32. CreateGui = function()
  33. local ScreenGui = Instance.new("ScreenGui")
  34. local Header = Instance.new("Frame")
  35. local Frame = Instance.new("Frame")
  36. local Frame_2 = Instance.new("Frame")
  37. local ImageLabel = Instance.new("ImageLabel")
  38. local CloseButton = Instance.new("TextButton")
  39. local Frame_3 = Instance.new("Frame")
  40. local Frame_4 = Instance.new("Frame")
  41. local ImageLabel_2 = Instance.new("ImageLabel")
  42. local HideButton = Instance.new("TextButton")
  43. local Body = Instance.new("Frame")
  44. local ImageLabel_3 = Instance.new("ImageLabel")
  45. local Frame_5 = Instance.new("Frame")
  46. local Navigation = Instance.new("Frame")
  47. local Frame_6 = Instance.new("Frame")
  48. local PlayersButton = Instance.new("TextButton")
  49. local CommandsButton = Instance.new("TextButton")
  50. local LocalPlayerButton = Instance.new("TextButton")
  51. local ServerButton = Instance.new("TextButton")
  52. local ExtraButton = Instance.new("TextButton")
  53. local Content = Instance.new("Frame")
  54. local Frame_7 = Instance.new("Frame")
  55. local Extra = Instance.new("Frame")
  56. local ShowEveryoneButton = Instance.new("TextButton")
  57. local MVPRoomButton = Instance.new("TextButton")
  58. local PanicButton = Instance.new("TextButton")
  59. local BringGunButton = Instance.new("TextButton")
  60. local PlayerList = Instance.new("Frame")
  61. local ScrollingFrame = Instance.new("ScrollingFrame")
  62. local TextButton = Instance.new("TextButton")
  63. local TextButton_2 = Instance.new("TextButton")
  64. local TextButton_3 = Instance.new("TextButton")
  65. local PlayerCommands = Instance.new("Frame")
  66. local KillButton = Instance.new("TextButton")
  67. local GodButton = Instance.new("TextButton")
  68. local CloakButton = Instance.new("TextButton")
  69. local UncloakButton = Instance.new("TextButton")
  70. local LoopKillButton = Instance.new("TextButton")
  71. local UnLoopKillButton = Instance.new("TextButton")
  72. local LoopGodButton = Instance.new("TextButton")
  73. local UnLoopGodButton = Instance.new("TextButton")
  74. local Credits = Instance.new("Frame")
  75. local TextLabel = Instance.new("TextLabel")
  76. local CreditName1 = Instance.new("TextLabel")
  77. local TextLabel_2 = Instance.new("TextLabel")
  78. local CreditName2 = Instance.new("TextLabel")
  79. local TextLabel_3 = Instance.new("TextLabel")
  80. local SampleButton = Instance.new("TextButton")
  81.  
  82. local LayoutUI = Instance.new("UIListLayout")
  83. LayoutUI.Parent = Frame_6
  84. LayoutUI.Padding = UDim.new(0, 5)
  85. LayoutUI.FillDirection = Enum.FillDirection.Vertical
  86. LayoutUI.HorizontalAlignment = Enum.HorizontalAlignment.Left
  87. LayoutUI.SortOrder = Enum.SortOrder.LayoutOrder
  88. LayoutUI.VerticalAlignment = Enum.VerticalAlignment.Top
  89.  
  90. local LayoutUI2 = Instance.new("UIGridLayout")
  91. LayoutUI2.Parent = ScrollingFrame
  92. LayoutUI2.CellPadding = UDim2.new(0, 5, 0, 5)
  93. LayoutUI2.CellSize = UDim2.new(0, 120, 0, 20)
  94. LayoutUI2.FillDirection = Enum.FillDirection.Horizontal
  95. LayoutUI2.HorizontalAlignment = Enum.HorizontalAlignment.Center
  96.  
  97. local LayoutUI3 = Instance.new("UIGridLayout")
  98. LayoutUI3.Parent = PlayerCommands
  99. LayoutUI3.CellPadding = UDim2.new(0, 5, 0, 5)
  100. LayoutUI3.CellSize = UDim2.new(0, 120, 0, 20)
  101. LayoutUI3.FillDirection = Enum.FillDirection.Horizontal
  102. LayoutUI3.HorizontalAlignment = Enum.HorizontalAlignment.Center
  103.  
  104. local LayoutUI4 = Instance.new("UIGridLayout")
  105. LayoutUI4.Parent = Extra
  106. LayoutUI4.CellPadding = UDim2.new(0, 5, 0, 5)
  107. LayoutUI4.CellSize = UDim2.new(0, 90, 0, 20)
  108. LayoutUI4.FillDirection = Enum.FillDirection.Horizontal
  109. LayoutUI4.HorizontalAlignment = Enum.HorizontalAlignment.Center
  110.  
  111. ScreenGui.Parent = game.StarterGui
  112.  
  113. Header.Name = "Header"
  114. Header.Parent = ScreenGui
  115. Header.Active = true
  116. Header.BackgroundColor3 = Color3.new(0.00392157, 0.176471, 0.254902)
  117. Header.Draggable = true
  118. Header.Position = UDim2.new(0, 10, 0, 10)
  119. Header.Selectable = true
  120. Header.Size = UDim2.new(0, 400, 0, 15)
  121.  
  122. Frame.Parent = Header
  123. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  124. Frame.BackgroundTransparency = 1
  125. Frame.BorderSizePixel = 0
  126. Frame.Position = UDim2.new(1, -15, 0, 0)
  127. Frame.Size = UDim2.new(0, 15, 1, 0)
  128.  
  129. Frame_2.Parent = Frame
  130. Frame_2.BackgroundColor3 = Color3.new(1, 0.27451, 0.25098)
  131. Frame_2.BorderSizePixel = 0
  132. Frame_2.Position = UDim2.new(0.25, 0, 0.25, 0)
  133. Frame_2.Size = UDim2.new(0.5, 0, 0.5, 0)
  134.  
  135. ImageLabel.Parent = Frame_2
  136. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  137. ImageLabel.BackgroundTransparency = 1
  138. ImageLabel.Size = UDim2.new(1, 0, 1, 0)
  139. ImageLabel.Image = "rbxassetid://277037193"
  140. ImageLabel.ImageColor3 = Color3.new(0.00392157, 0.176471, 0.254902)
  141. ImageLabel.ImageTransparency = 0.69999998807907
  142.  
  143. CloseButton.Name = "CloseButton"
  144. CloseButton.Parent = Frame_2
  145. CloseButton.BackgroundColor3 = Color3.new(1, 1, 1)
  146. CloseButton.BackgroundTransparency = 1
  147. CloseButton.Size = UDim2.new(1, 0, 1, 0)
  148. CloseButton.Font = Enum.Font.SourceSans
  149. CloseButton.FontSize = Enum.FontSize.Size14
  150. CloseButton.Text = ""
  151. CloseButton.TextSize = 14
  152.  
  153. Frame_3.Parent = Header
  154. Frame_3.BackgroundColor3 = Color3.new(1, 1, 1)
  155. Frame_3.BackgroundTransparency = 1
  156. Frame_3.BorderSizePixel = 0
  157. Frame_3.Position = UDim2.new(1, -30, 0, 0)
  158. Frame_3.Size = UDim2.new(0, 15, 1, 0)
  159.  
  160. Frame_4.Parent = Frame_3
  161. Frame_4.BackgroundColor3 = Color3.new(1, 0.721569, 0.235294)
  162. Frame_4.BorderSizePixel = 0
  163. Frame_4.Position = UDim2.new(0.25, 0, 0.25, 0)
  164. Frame_4.Size = UDim2.new(0.5, 0, 0.5, 0)
  165.  
  166. ImageLabel_2.Parent = Frame_4
  167. ImageLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  168. ImageLabel_2.BackgroundTransparency = 1
  169. ImageLabel_2.Size = UDim2.new(1, 0, 1, 0)
  170. ImageLabel_2.Image = "rbxassetid://277037193"
  171. ImageLabel_2.ImageColor3 = Color3.new(0.00392157, 0.176471, 0.254902)
  172. ImageLabel_2.ImageTransparency = 0.69999998807907
  173.  
  174. HideButton.Name = "HideButton"
  175. HideButton.Parent = Frame_4
  176. HideButton.BackgroundColor3 = Color3.new(1, 1, 1)
  177. HideButton.BackgroundTransparency = 1
  178. HideButton.Size = UDim2.new(1, 0, 1, 0)
  179. HideButton.Font = Enum.Font.SourceSans
  180. HideButton.FontSize = Enum.FontSize.Size14
  181. HideButton.Text = ""
  182. HideButton.TextSize = 14
  183.  
  184. Body.Name = "Body"
  185. Body.Parent = Header
  186. Body.BackgroundColor3 = Color3.new(0.952941, 0.952941, 0.952941)
  187. Body.BackgroundTransparency = 0.30000001192093
  188. Body.BorderColor3 = Color3.new(0.00392157, 0.176471, 0.254902)
  189. Body.ClipsDescendants = true
  190. Body.Position = UDim2.new(0, 0, 1, 0)
  191. Body.Size = UDim2.new(1, 0, 0, 150)
  192.  
  193. ImageLabel_3.Parent = Body
  194. ImageLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  195. ImageLabel_3.BackgroundTransparency = 1
  196. ImageLabel_3.Size = UDim2.new(1, 0, 1, 0)
  197. ImageLabel_3.Image = "rbxassetid://277037193"
  198. ImageLabel_3.ImageColor3 = Color3.new(0.47451, 0.47451, 0.47451)
  199. ImageLabel_3.ImageTransparency = 0.69999998807907
  200.  
  201. Frame_5.Parent = Body
  202. Frame_5.BackgroundColor3 = Color3.new(0.00392157, 0.176471, 0.254902)
  203. Frame_5.BorderSizePixel = 0
  204. Frame_5.Position = UDim2.new(0, 125, 0.100000001, 0)
  205. Frame_5.Size = UDim2.new(0, 1, 0.800000012, 0)
  206.  
  207. Navigation.Name = "Navigation"
  208. Navigation.Parent = Body
  209. Navigation.BackgroundColor3 = Color3.new(1, 1, 1)
  210. Navigation.BackgroundTransparency = 1
  211. Navigation.Size = UDim2.new(0, 120, 1, 0)
  212.  
  213. Frame_6.Parent = Navigation
  214. Frame_6.BackgroundColor3 = Color3.new(1, 1, 1)
  215. Frame_6.BackgroundTransparency = 1
  216. Frame_6.Position = UDim2.new(0, 10, 0, 10)
  217. Frame_6.Size = UDim2.new(1, -20, 0, 20)
  218.  
  219. PlayersButton.Name = "PlayersButton"
  220. PlayersButton.Parent = Frame_6
  221. PlayersButton.BackgroundColor3 = Color3.new(1, 1, 1)
  222. PlayersButton.BackgroundTransparency = 0.20000000298023
  223. PlayersButton.BorderColor3 = Color3.new(0, 0, 0)
  224. PlayersButton.Size = UDim2.new(1, 0, 1, 0)
  225. PlayersButton.Font = Enum.Font.SourceSansBold
  226. PlayersButton.FontSize = Enum.FontSize.Size14
  227. PlayersButton.Text = "Players"
  228. PlayersButton.TextColor3 = Color3.new(1, 1, 1)
  229. PlayersButton.TextSize = 14
  230. PlayersButton.TextStrokeTransparency = 0.20000000298023
  231.  
  232. CommandsButton.Name = "CommandsButton"
  233. CommandsButton.Parent = Frame_6
  234. CommandsButton.BackgroundColor3 = Color3.new(1, 1, 1)
  235. CommandsButton.BackgroundTransparency = 0.20000000298023
  236. CommandsButton.BorderColor3 = Color3.new(0, 0, 0)
  237. CommandsButton.Size = UDim2.new(1, 0, 1, 0)
  238. CommandsButton.Font = Enum.Font.SourceSansBold
  239. CommandsButton.FontSize = Enum.FontSize.Size14
  240. CommandsButton.Text = "Commands"
  241. CommandsButton.TextColor3 = Color3.new(1, 1, 1)
  242. CommandsButton.TextSize = 14
  243. CommandsButton.TextStrokeTransparency = 0.20000000298023
  244.  
  245. LocalPlayerButton.Name = "LocalPlayerButton"
  246. LocalPlayerButton.Parent = Frame_6
  247. LocalPlayerButton.BackgroundColor3 = Color3.new(1, 1, 1)
  248. LocalPlayerButton.BackgroundTransparency = 0.20000000298023
  249. LocalPlayerButton.BorderColor3 = Color3.new(0, 0, 0)
  250. LocalPlayerButton.Size = UDim2.new(1, 0, 1, 0)
  251. LocalPlayerButton.Font = Enum.Font.SourceSansBold
  252. LocalPlayerButton.FontSize = Enum.FontSize.Size14
  253. LocalPlayerButton.Text = "LocalPlayer - Indev"
  254. LocalPlayerButton.TextColor3 = Color3.new(1, 1, 1)
  255. LocalPlayerButton.TextSize = 14
  256. LocalPlayerButton.TextStrokeTransparency = 0.20000000298023
  257.  
  258. ServerButton.Name = "ServerButton"
  259. ServerButton.Parent = Frame_6
  260. ServerButton.BackgroundColor3 = Color3.new(1, 1, 1)
  261. ServerButton.BackgroundTransparency = 0.20000000298023
  262. ServerButton.BorderColor3 = Color3.new(0, 0, 0)
  263. ServerButton.Size = UDim2.new(1, 0, 1, 0)
  264. ServerButton.Font = Enum.Font.SourceSansBold
  265. ServerButton.FontSize = Enum.FontSize.Size14
  266. ServerButton.Text = "Server - Indev"
  267. ServerButton.TextColor3 = Color3.new(1, 1, 1)
  268. ServerButton.TextSize = 14
  269. ServerButton.TextStrokeTransparency = 0.20000000298023
  270.  
  271. ExtraButton.Name = "ExtraButton"
  272. ExtraButton.Parent = Frame_6
  273. ExtraButton.BackgroundColor3 = Color3.new(1, 1, 1)
  274. ExtraButton.BackgroundTransparency = 0.20000000298023
  275. ExtraButton.BorderColor3 = Color3.new(0, 0, 0)
  276. ExtraButton.Size = UDim2.new(1, 0, 1, 0)
  277. ExtraButton.Font = Enum.Font.SourceSansBold
  278. ExtraButton.FontSize = Enum.FontSize.Size14
  279. ExtraButton.Text = "Extra"
  280. ExtraButton.TextColor3 = Color3.new(1, 1, 1)
  281. ExtraButton.TextSize = 14
  282. ExtraButton.TextStrokeTransparency = 0.20000000298023
  283.  
  284. Content.Name = "Content"
  285. Content.Parent = Body
  286. Content.BackgroundColor3 = Color3.new(1, 1, 1)
  287. Content.BackgroundTransparency = 1
  288. Content.Position = UDim2.new(0, 125, 0, 0)
  289. Content.Size = UDim2.new(1, -125, 1, 0)
  290.  
  291. Frame_7.Parent = Content
  292. Frame_7.BackgroundColor3 = Color3.new(1, 1, 1)
  293. Frame_7.BackgroundTransparency = 1
  294. Frame_7.Position = UDim2.new(0, 10, 0, 10)
  295. Frame_7.Size = UDim2.new(1, -20, 1, -20)
  296.  
  297. Extra.Name = "Extra"
  298. Extra.Parent = Frame_7
  299. Extra.BackgroundColor3 = Color3.new(1, 1, 1)
  300. Extra.BackgroundTransparency = 1
  301. Extra.Size = UDim2.new(1, 0, 1, 0)
  302. Extra.Visible = false
  303.  
  304. ShowEveryoneButton.Name = "ShowEveryoneButton"
  305. ShowEveryoneButton.Parent = Extra
  306. ShowEveryoneButton.BackgroundColor3 = Color3.new(1, 1, 1)
  307. ShowEveryoneButton.BackgroundTransparency = 0.20000000298023
  308. ShowEveryoneButton.BorderColor3 = Color3.new(0, 0, 0)
  309. ShowEveryoneButton.Size = UDim2.new(1, 0, 1, 0)
  310. ShowEveryoneButton.Font = Enum.Font.SourceSansBold
  311. ShowEveryoneButton.FontSize = Enum.FontSize.Size14
  312. ShowEveryoneButton.Text = "Show Everyone"
  313. ShowEveryoneButton.TextColor3 = Color3.new(1, 1, 1)
  314. ShowEveryoneButton.TextSize = 14
  315. ShowEveryoneButton.TextStrokeTransparency = 0.20000000298023
  316.  
  317. MVPRoomButton.Name = "MVPRoomButton"
  318. MVPRoomButton.Parent = Extra
  319. MVPRoomButton.BackgroundColor3 = Color3.new(1, 1, 1)
  320. MVPRoomButton.BackgroundTransparency = 0.20000000298023
  321. MVPRoomButton.BorderColor3 = Color3.new(0, 0, 0)
  322. MVPRoomButton.Size = UDim2.new(1, 0, 1, 0)
  323. MVPRoomButton.Font = Enum.Font.SourceSansBold
  324. MVPRoomButton.FontSize = Enum.FontSize.Size14
  325. MVPRoomButton.Text = "Free MVP Room"
  326. MVPRoomButton.TextColor3 = Color3.new(1, 1, 1)
  327. MVPRoomButton.TextSize = 14
  328. MVPRoomButton.TextStrokeTransparency = 0.20000000298023
  329.  
  330. PanicButton.Name = "PanicButton"
  331. PanicButton.Parent = Extra
  332. PanicButton.BackgroundColor3 = Color3.new(1, 1, 1)
  333. PanicButton.BackgroundTransparency = 0.20000000298023
  334. PanicButton.BorderColor3 = Color3.new(0, 0, 0)
  335. PanicButton.Size = UDim2.new(1, 0, 1, 0)
  336. PanicButton.Font = Enum.Font.SourceSansBold
  337. PanicButton.FontSize = Enum.FontSize.Size14
  338. PanicButton.Text = "Suicidal Murderer -- Try me ;)"
  339. PanicButton.TextColor3 = Color3.new(1, 1, 1)
  340. PanicButton.TextSize = 14
  341. PanicButton.TextStrokeTransparency = 0.20000000298023
  342.  
  343. BringGunButton.Name = "BringGunButton"
  344. BringGunButton.Parent = Extra
  345. BringGunButton.BackgroundColor3 = Color3.new(1, 1, 1)
  346. BringGunButton.BackgroundTransparency = 0.20000000298023
  347. BringGunButton.BorderColor3 = Color3.new(0, 0, 0)
  348. BringGunButton.Size = UDim2.new(1, 0, 1, 0)
  349. BringGunButton.Font = Enum.Font.SourceSansBold
  350. BringGunButton.FontSize = Enum.FontSize.Size14
  351. BringGunButton.Text = "Gun me"
  352. BringGunButton.TextColor3 = Color3.new(1, 1, 1)
  353. BringGunButton.TextSize = 14
  354. BringGunButton.TextStrokeTransparency = 0.20000000298023
  355.  
  356. PlayerList.Name = "PlayerList"
  357. PlayerList.Parent = Frame_7
  358. PlayerList.BackgroundColor3 = Color3.new(1, 1, 1)
  359. PlayerList.BackgroundTransparency = 1
  360. PlayerList.Size = UDim2.new(1, 0, 1, 0)
  361.  
  362. ScrollingFrame.Parent = PlayerList
  363. ScrollingFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  364. ScrollingFrame.BackgroundTransparency = 1
  365. ScrollingFrame.Size = UDim2.new(1, 0, 1, 0)
  366. ScrollingFrame.BottomImage = "rbxassetid://129985930"
  367. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 0, 200)
  368. ScrollingFrame.MidImage = "rbxassetid://129985930"
  369. ScrollingFrame.ScrollBarThickness = 5
  370. ScrollingFrame.TopImage = "rbxassetid://129985930"
  371.  
  372. TextButton.Parent = ScrollingFrame
  373. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  374. TextButton.BackgroundTransparency = 0.20000000298023
  375. TextButton.BorderColor3 = Color3.new(0, 0, 0)
  376. TextButton.Size = UDim2.new(1, 0, 1, 0)
  377. TextButton.Font = Enum.Font.SourceSansBold
  378. TextButton.FontSize = Enum.FontSize.Size14
  379. TextButton.Text = "Shedletsky"
  380. TextButton.TextColor3 = Color3.new(1, 1, 1)
  381. TextButton.TextSize = 14
  382. TextButton.TextStrokeTransparency = 0.20000000298023
  383.  
  384. TextButton_2.Parent = ScrollingFrame
  385. TextButton_2.BackgroundColor3 = Color3.new(1, 1, 1)
  386. TextButton_2.BackgroundTransparency = 0.20000000298023
  387. TextButton_2.BorderColor3 = Color3.new(0, 0, 0)
  388. TextButton_2.Size = UDim2.new(1, 0, 1, 0)
  389. TextButton_2.Font = Enum.Font.SourceSansBold
  390. TextButton_2.FontSize = Enum.FontSize.Size14
  391. TextButton_2.Text = "Builderman"
  392. TextButton_2.TextColor3 = Color3.new(1, 1, 1)
  393. TextButton_2.TextSize = 14
  394. TextButton_2.TextStrokeTransparency = 0.20000000298023
  395.  
  396. TextButton_3.Parent = ScrollingFrame
  397. TextButton_3.BackgroundColor3 = Color3.new(1, 1, 1)
  398. TextButton_3.BackgroundTransparency = 0.20000000298023
  399. TextButton_3.BorderColor3 = Color3.new(0, 0, 0)
  400. TextButton_3.Size = UDim2.new(1, 0, 1, 0)
  401. TextButton_3.Font = Enum.Font.SourceSansBold
  402. TextButton_3.FontSize = Enum.FontSize.Size14
  403. TextButton_3.Text = "ROBLOX"
  404. TextButton_3.TextColor3 = Color3.new(1, 1, 1)
  405. TextButton_3.TextSize = 14
  406. TextButton_3.TextStrokeTransparency = 0.20000000298023
  407.  
  408. PlayerCommands.Name = "PlayerCommands"
  409. PlayerCommands.Parent = Frame_7
  410. PlayerCommands.BackgroundColor3 = Color3.new(1, 1, 1)
  411. PlayerCommands.BackgroundTransparency = 1
  412. PlayerCommands.Size = UDim2.new(1, 0, 1, 0)
  413.  
  414. KillButton.Name = "KillButton"
  415. KillButton.Parent = PlayerCommands
  416. KillButton.BackgroundColor3 = Color3.new(1, 1, 1)
  417. KillButton.BackgroundTransparency = 0.20000000298023
  418. KillButton.BorderColor3 = Color3.new(0, 0, 0)
  419. KillButton.Size = UDim2.new(1, 0, 1, 0)
  420. KillButton.Font = Enum.Font.SourceSansBold
  421. KillButton.FontSize = Enum.FontSize.Size14
  422. KillButton.Text = "Kill"
  423. KillButton.TextColor3 = Color3.new(1, 1, 1)
  424. KillButton.TextSize = 14
  425. KillButton.TextStrokeTransparency = 0.20000000298023
  426.  
  427. GodButton.Name = "GodButton"
  428. GodButton.Parent = PlayerCommands
  429. GodButton.BackgroundColor3 = Color3.new(1, 1, 1)
  430. GodButton.BackgroundTransparency = 0.20000000298023
  431. GodButton.BorderColor3 = Color3.new(0, 0, 0)
  432. GodButton.Size = UDim2.new(1, 0, 1, 0)
  433. GodButton.Font = Enum.Font.SourceSansBold
  434. GodButton.FontSize = Enum.FontSize.Size14
  435. GodButton.Text = "God"
  436. GodButton.TextColor3 = Color3.new(1, 1, 1)
  437. GodButton.TextSize = 14
  438. GodButton.TextStrokeTransparency = 0.20000000298023
  439.  
  440. CloakButton.Name = "CloakButton"
  441. CloakButton.Parent = PlayerCommands
  442. CloakButton.BackgroundColor3 = Color3.new(1, 1, 1)
  443. CloakButton.BackgroundTransparency = 0.20000000298023
  444. CloakButton.BorderColor3 = Color3.new(0, 0, 0)
  445. CloakButton.Size = UDim2.new(1, 0, 1, 0)
  446. CloakButton.Font = Enum.Font.SourceSansBold
  447. CloakButton.FontSize = Enum.FontSize.Size14
  448. CloakButton.Text = "Cloak"
  449. CloakButton.TextColor3 = Color3.new(1, 1, 1)
  450. CloakButton.TextSize = 14
  451. CloakButton.TextStrokeTransparency = 0.20000000298023
  452.  
  453. UncloakButton.Name = "UncloakButton"
  454. UncloakButton.Parent = PlayerCommands
  455. UncloakButton.BackgroundColor3 = Color3.new(1, 1, 1)
  456. UncloakButton.BackgroundTransparency = 0.20000000298023
  457. UncloakButton.BorderColor3 = Color3.new(0, 0, 0)
  458. UncloakButton.Size = UDim2.new(1, 0, 1, 0)
  459. UncloakButton.Font = Enum.Font.SourceSansBold
  460. UncloakButton.FontSize = Enum.FontSize.Size14
  461. UncloakButton.Text = "Uncloak"
  462. UncloakButton.TextColor3 = Color3.new(1, 1, 1)
  463. UncloakButton.TextSize = 14
  464. UncloakButton.TextStrokeTransparency = 0.20000000298023
  465.  
  466. LoopKillButton.Name = "LoopKillButton"
  467. LoopKillButton.Parent = PlayerCommands
  468. LoopKillButton.BackgroundColor3 = Color3.new(1, 1, 1)
  469. LoopKillButton.BackgroundTransparency = 0.20000000298023
  470. LoopKillButton.BorderColor3 = Color3.new(0, 0, 0)
  471. LoopKillButton.Size = UDim2.new(1, 0, 1, 0)
  472. LoopKillButton.Font = Enum.Font.SourceSansBold
  473. LoopKillButton.FontSize = Enum.FontSize.Size14
  474. LoopKillButton.Text = "Loop Kill"
  475. LoopKillButton.TextColor3 = Color3.new(1, 1, 1)
  476. LoopKillButton.TextSize = 14
  477. LoopKillButton.TextStrokeTransparency = 0.20000000298023
  478.  
  479. UnLoopKillButton.Name = "UnLoopKillButton"
  480. UnLoopKillButton.Parent = PlayerCommands
  481. UnLoopKillButton.BackgroundColor3 = Color3.new(1, 1, 1)
  482. UnLoopKillButton.BackgroundTransparency = 0.20000000298023
  483. UnLoopKillButton.BorderColor3 = Color3.new(0, 0, 0)
  484. UnLoopKillButton.Size = UDim2.new(1, 0, 1, 0)
  485. UnLoopKillButton.Font = Enum.Font.SourceSansBold
  486. UnLoopKillButton.FontSize = Enum.FontSize.Size14
  487. UnLoopKillButton.Text = "Stop Loop Kill"
  488. UnLoopKillButton.TextColor3 = Color3.new(1, 1, 1)
  489. UnLoopKillButton.TextSize = 14
  490. UnLoopKillButton.TextStrokeTransparency = 0.20000000298023
  491.  
  492. LoopGodButton.Name = "LoopGodButton"
  493. LoopGodButton.Parent = PlayerCommands
  494. LoopGodButton.BackgroundColor3 = Color3.new(1, 1, 1)
  495. LoopGodButton.BackgroundTransparency = 0.20000000298023
  496. LoopGodButton.BorderColor3 = Color3.new(0, 0, 0)
  497. LoopGodButton.Size = UDim2.new(1, 0, 1, 0)
  498. LoopGodButton.Font = Enum.Font.SourceSansBold
  499. LoopGodButton.FontSize = Enum.FontSize.Size14
  500. LoopGodButton.Text = "Loop God"
  501. LoopGodButton.TextColor3 = Color3.new(1, 1, 1)
  502. LoopGodButton.TextSize = 14
  503. LoopGodButton.TextStrokeTransparency = 0.20000000298023
  504.  
  505. UnLoopGodButton.Name = "UnLoopGodButton"
  506. UnLoopGodButton.Parent = PlayerCommands
  507. UnLoopGodButton.BackgroundColor3 = Color3.new(1, 1, 1)
  508. UnLoopGodButton.BackgroundTransparency = 0.20000000298023
  509. UnLoopGodButton.BorderColor3 = Color3.new(0, 0, 0)
  510. UnLoopGodButton.Size = UDim2.new(1, 0, 1, 0)
  511. UnLoopGodButton.Font = Enum.Font.SourceSansBold
  512. UnLoopGodButton.FontSize = Enum.FontSize.Size14
  513. UnLoopGodButton.Text = "Stop Loop God"
  514. UnLoopGodButton.TextColor3 = Color3.new(1, 1, 1)
  515. UnLoopGodButton.TextSize = 14
  516. UnLoopGodButton.TextStrokeTransparency = 0.20000000298023
  517.  
  518. Credits.Name = "Credits"
  519. Credits.Parent = Body
  520. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  521. Credits.BackgroundTransparency = 1
  522. Credits.Position = UDim2.new(0.5, -100, 1, 2)
  523. Credits.Size = UDim2.new(0, 200, 0, 12)
  524.  
  525. TextLabel.Parent = Credits
  526. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  527. TextLabel.BackgroundTransparency = 1
  528. TextLabel.Size = UDim2.new(0, 50, 0, 12)
  529. TextLabel.Font = Enum.Font.SourceSans
  530. TextLabel.FontSize = Enum.FontSize.Size14
  531. TextLabel.Text = "Scripting -"
  532. TextLabel.TextColor3 = Color3.new(0.854902, 0.92549, 0.952941)
  533. TextLabel.TextScaled = true
  534. TextLabel.TextSize = 14
  535. TextLabel.TextStrokeTransparency = 0.5
  536. TextLabel.TextWrapped = true
  537.  
  538. CreditName1.Name = "CreditName1"
  539. CreditName1.Parent = Credits
  540. CreditName1.BackgroundColor3 = Color3.new(1, 1, 1)
  541. CreditName1.BackgroundTransparency = 1
  542. CreditName1.Position = UDim2.new(0, 50, 0, 0)
  543. CreditName1.Size = UDim2.new(0, 30, 0, 12)
  544. CreditName1.Font = Enum.Font.SourceSans
  545. CreditName1.FontSize = Enum.FontSize.Size14
  546. CreditName1.Text = "Ymera"
  547. CreditName1.TextColor3 = Color3.new(0.854902, 0.92549, 0.952941)
  548. CreditName1.TextScaled = true
  549. CreditName1.TextSize = 14
  550. CreditName1.TextStrokeTransparency = 0.5
  551. CreditName1.TextWrapped = true
  552. CreditName1.TextXAlignment = Enum.TextXAlignment.Left
  553.  
  554. TextLabel_2.Parent = Credits
  555. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  556. TextLabel_2.BackgroundTransparency = 1
  557. TextLabel_2.Position = UDim2.new(0, 80, 0, 0)
  558. TextLabel_2.Size = UDim2.new(0, 75, 0, 12)
  559. TextLabel_2.Font = Enum.Font.SourceSans
  560. TextLabel_2.FontSize = Enum.FontSize.Size14
  561. TextLabel_2.Text = "| Design / Ideas - "
  562. TextLabel_2.TextColor3 = Color3.new(0.854902, 0.92549, 0.952941)
  563. TextLabel_2.TextScaled = true
  564. TextLabel_2.TextSize = 14
  565. TextLabel_2.TextStrokeTransparency = 0.5
  566. TextLabel_2.TextWrapped = true
  567.  
  568. CreditName2.Name = "CreditName2"
  569. CreditName2.Parent = Credits
  570. CreditName2.BackgroundColor3 = Color3.new(1, 1, 1)
  571. CreditName2.BackgroundTransparency = 1
  572. CreditName2.Position = UDim2.new(0, 157, 0, 0)
  573. CreditName2.Size = UDim2.new(0, 40, 0, 12)
  574. CreditName2.Font = Enum.Font.SourceSans
  575. CreditName2.FontSize = Enum.FontSize.Size14
  576. CreditName2.Text = "<3 Epmis"
  577. CreditName2.TextColor3 = Color3.new(0.854902, 0.92549, 0.952941)
  578. CreditName2.TextScaled = true
  579. CreditName2.TextSize = 14
  580. CreditName2.TextStrokeTransparency = 0.5
  581. CreditName2.TextWrapped = true
  582. CreditName2.TextXAlignment = Enum.TextXAlignment.Left
  583.  
  584. TextLabel_3.Parent = Header
  585. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  586. TextLabel_3.BackgroundTransparency = 1
  587. TextLabel_3.Position = UDim2.new(0, 10, 0, 0)
  588. TextLabel_3.Size = UDim2.new(0, 150, 0, 12)
  589. TextLabel_3.Font = Enum.Font.SourceSans
  590. TextLabel_3.FontSize = Enum.FontSize.Size14
  591. TextLabel_3.Text = "Twisted Murderer Gui Special Edition: LGBT Free Full Edition yw bb's ;)"
  592. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  593. TextLabel_3.TextSize = 14
  594. TextLabel_3.TextStrokeTransparency = 0.5
  595. TextLabel_3.TextXAlignment = Enum.TextXAlignment.Left
  596.  
  597. SampleButton.Name = "SampleButton"
  598. SampleButton.Parent = ScreenGui
  599. SampleButton.BackgroundColor3 = Color3.new(1, 1, 1)
  600. SampleButton.BorderColor3 = Color3.new(0, 0, 0)
  601. SampleButton.ClipsDescendants = true
  602. SampleButton.Size = UDim2.new(1, 0, 1, 0)
  603. SampleButton.Visible = false
  604. SampleButton.Font = Enum.Font.SourceSans
  605. SampleButton.FontSize = Enum.FontSize.Size14
  606. SampleButton.Text = "<3 :3"
  607. SampleButton.TextColor3 = Color3.new(0.909804, 0.866667, 0.85098)
  608. SampleButton.TextSize = 14
  609. SampleButton.TextStrokeTransparency = 0.20000000298023
  610.  
  611. Credits.Parent = Header
  612.  
  613. for i, v in pairs(Content.Frame:GetChildren()) do
  614. if(v:IsA("Frame"))then
  615. v.Visible = false
  616. end
  617. end
  618. PlayerList.Visible = true
  619.  
  620. local hideDebounce, hideOn = false, false
  621. spawn(function()
  622. while wait() do
  623. Credits.Position = UDim2.new(0.5, -100, 1, (Body.Size.Y.Offset)+5)
  624. end
  625. end)
  626. HideButton.MouseButton1Down:Connect(function()
  627. if(hideDebounce == false)then
  628. hideDebounce = false
  629. if(hideOn == false)then
  630. hideOn = true
  631. Body:TweenSize(UDim2.new(1, 0, 0, 0), Enum.EasingDirection.Out, Enum.EasingStyle.Quad, 1, true)
  632. else
  633. hideOn = false
  634. Body:TweenSize(UDim2.new(1, 0, 0, 150), Enum.EasingDirection.Out, Enum.EasingStyle.Quad, 1, true)
  635. end
  636. wait()
  637. hideDebounce = false
  638. end
  639. end)
  640.  
  641. cb = CloseButton
  642.  
  643. spawn(function()
  644. while wait() do
  645. Header.BackgroundColor3 = Rainbow
  646. Header.BorderColor3 = Rainbow
  647. Body.BorderColor3 = Rainbow
  648. CreditName1.TextColor3 = Rainbow
  649. CreditName2.TextColor3 = Rainbow
  650. ScrollingFrame.BorderColor3 = Rainbow
  651. end
  652. end)
  653. return ScreenGui
  654. end
  655.  
  656. local Player = game:GetService("Players").LocalPlayer
  657. local Functions = {}
  658. local Loops = {
  659. Kill = {},
  660. God = {}
  661. }
  662. local Gui = CreateGui()
  663. Gui.Parent = game.CoreGui
  664. local Button = Gui.SampleButton:Clone()
  665. Button.Visible = true
  666. Gui.SampleButton:remove()
  667.  
  668. cb.MouseButton1Down:Connect(function()
  669. for i,v in pairs(Loops.Kill) do
  670. Loops.Kill[i] = false
  671. end
  672. wait()
  673. Gui:Destroy()
  674. end)
  675.  
  676. function Functions.RemoveAntiCheat()
  677. spawn(function()
  678. warn("[ Debug ]:", "Loaded anti-cheat removal")
  679. local Blacklist = {
  680. ["AntiSpeedHack"] = true,
  681. ["AntiDataTheft"] = true,
  682. ["NO FF"] = true
  683. }
  684.  
  685. local PlayerGui = game:GetService("Players").LocalPlayer.PlayerGui
  686. while wait() do
  687. for _, v in pairs(PlayerGui:GetChildren()) do
  688. if(Blacklist[v.Name]~=nil)then
  689. v:Destroy()
  690. end
  691. end
  692. end
  693. end)
  694. end
  695.  
  696. function Functions.LoadPlayers()
  697. for i, v in pairs(Gui.Header.Body.Content.Frame.PlayerList.ScrollingFrame:GetChildren()) do
  698. if(v:IsA("TextButton"))then
  699. v:Destroy()
  700. end
  701. end
  702. local b = Button:Clone()
  703. b.Text = "Me"
  704. b.Parent = Gui.Header.Body.Content.Frame.PlayerList.ScrollingFrame
  705. b.MouseButton1Down:Connect(function()
  706. for i, v in pairs(Gui.Header.Body.Content.Frame.PlayerList.ScrollingFrame:GetChildren()) do
  707. if(v:IsA("TextButton"))then
  708. v.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  709. end
  710. end
  711. SelectedPlayer = "Me"
  712. b.BackgroundColor3 = Color3.fromRGB(208, 208, 208)
  713. end)
  714. local b = Button:Clone()
  715. b.Text = "Friends"
  716. b.Parent = Gui.Header.Body.Content.Frame.PlayerList.ScrollingFrame
  717. b.MouseButton1Down:Connect(function()
  718. for i, v in pairs(Gui.Header.Body.Content.Frame.PlayerList.ScrollingFrame:GetChildren()) do
  719. if(v:IsA("TextButton"))then
  720. v.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  721. end
  722. end
  723. SelectedPlayer = "Friends"
  724. b.BackgroundColor3 = Color3.fromRGB(208, 208, 208)
  725. end)
  726. local b = Button:Clone()
  727. b.Text = "Others"
  728. b.Parent = Gui.Header.Body.Content.Frame.PlayerList.ScrollingFrame
  729. b.MouseButton1Down:Connect(function()
  730. for i, v in pairs(Gui.Header.Body.Content.Frame.PlayerList.ScrollingFrame:GetChildren()) do
  731. if(v:IsA("TextButton"))then
  732. v.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  733. end
  734. end
  735. SelectedPlayer = "Others"
  736. b.BackgroundColor3 = Color3.fromRGB(208, 208, 208)
  737. end)
  738. local b = Button:Clone()
  739. b.Text = "All"
  740. b.Parent = Gui.Header.Body.Content.Frame.PlayerList.ScrollingFrame
  741. b.MouseButton1Down:Connect(function()
  742. for i, v in pairs(Gui.Header.Body.Content.Frame.PlayerList.ScrollingFrame:GetChildren()) do
  743. if(v:IsA("TextButton"))then
  744. v.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  745. end
  746. end
  747. SelectedPlayer = "All"
  748. b.BackgroundColor3 = Color3.fromRGB(208, 208, 208)
  749. end)
  750. for i, v in pairs(game:GetService("Players"):GetChildren()) do
  751. local b = Button:Clone()
  752. if(SelectedPlayer~=nil)then
  753. if(v.Name == SelectedPlayer.Name)then
  754. b.BackgroundColor3 = Color3.fromRGB(208, 208, 208)
  755. end
  756. end
  757. b.Text = v.Name
  758. b.Parent = Gui.Header.Body.Content.Frame.PlayerList.ScrollingFrame
  759. b.MouseButton1Down:Connect(function()
  760. for i, v in pairs(Gui.Header.Body.Content.Frame.PlayerList.ScrollingFrame:GetChildren()) do
  761. if(v:IsA("TextButton"))then
  762. v.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  763. end
  764. end
  765. SelectedPlayer = v
  766. b.BackgroundColor3 = Color3.fromRGB(208, 208, 208)
  767. end)
  768. end
  769. local plrs = #game:GetService("Players"):GetChildren()/2
  770. Gui.Header.Body.Content.Frame.PlayerList.ScrollingFrame.CanvasSize = UDim2.new(0, 0, 0, (math.floor(plrs)*25)+50)
  771. end
  772.  
  773. game:GetService("Players").PlayerAdded:Connect(function(Player)
  774. Functions.LoadPlayers()
  775. end)
  776.  
  777. game:GetService("Players").PlayerRemoving:Connect(function(Player)
  778. Functions.LoadPlayers()
  779. end)
  780.  
  781. Gui.Header.Body.Navigation.Frame.CommandsButton.MouseButton1Down:Connect(function()
  782. for i, v in pairs(Gui.Header.Body.Navigation.Frame:GetChildren()) do
  783. if(v:IsA("TextButton"))then
  784. v.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  785. end
  786. end
  787. Gui.Header.Body.Navigation.Frame.CommandsButton.BackgroundColor3 = Color3.fromRGB(208, 208, 208)
  788. for _, v in pairs(Gui.Header.Body.Content.Frame:GetChildren()) do
  789. if(v:IsA("Frame"))then
  790. v.Visible = false
  791. end
  792. end
  793. Gui.Header.Body.Content.Frame.PlayerCommands.Visible = true
  794. end)
  795.  
  796. Gui.Header.Body.Navigation.Frame.PlayersButton.MouseButton1Down:Connect(function()
  797. for i, v in pairs(Gui.Header.Body.Navigation.Frame:GetChildren()) do
  798. if(v:IsA("TextButton"))then
  799. v.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  800. end
  801. end
  802. Gui.Header.Body.Navigation.Frame.PlayersButton.BackgroundColor3 = Color3.fromRGB(208, 208, 208)
  803. for _, v in pairs(Gui.Header.Body.Content.Frame:GetChildren()) do
  804. if(v:IsA("Frame"))then
  805. v.Visible = false
  806. end
  807. end
  808. Gui.Header.Body.Content.Frame.PlayerList.Visible = true
  809. end)
  810.  
  811. Gui.Header.Body.Navigation.Frame.ExtraButton.MouseButton1Down:Connect(function()
  812. for i, v in pairs(Gui.Header.Body.Navigation.Frame:GetChildren()) do
  813. if(v:IsA("TextButton"))then
  814. v.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  815. end
  816. end
  817. Gui.Header.Body.Navigation.Frame.ExtraButton.BackgroundColor3 = Color3.fromRGB(208, 208, 208)
  818. for _, v in pairs(Gui.Header.Body.Content.Frame:GetChildren()) do
  819. if(v:IsA("Frame"))then
  820. v.Visible = false
  821. end
  822. end
  823. Gui.Header.Body.Content.Frame.Extra.Visible = true
  824. end)
  825.  
  826. Gui.Header.Body.Content.Frame.PlayerCommands.GodButton.MouseButton1Down:Connect(function()
  827. if(SelectedPlayer=="Me")then
  828. game:GetService("ReplicatedStorage").Event:FireServer("TPD", -1000000, Player.Character.Humanoid)
  829. end
  830. if(SelectedPlayer=="Others")then
  831. for i, v in pairs(game:GetService("Players"):GetChildren()) do
  832. if(v.Name~=Player.Name and v.Character and v.Character:FindFirstChild("Humanoid"))then
  833. game:GetService("ReplicatedStorage").Event:FireServer("TPD", -1000000, v.Character.Humanoid)
  834. end
  835. end
  836. end
  837. if(SelectedPlayer=="Friends")then
  838. for i, v in pairs(game:GetService("Players"):GetChildren()) do
  839. if(v.Name==Player.Name or Player:IsFriendsWith(v.UserId)==true)then
  840. game:GetService("ReplicatedStorage").Event:FireServer("TPD", -1000000, v.Character.Humanoid)
  841. end
  842. end
  843. end
  844. if(SelectedPlayer=="All")then
  845. for i, v in pairs(game:GetService("Players"):GetChildren()) do
  846. if(v.Character and v.Character:FindFirstChild("Humanoid"))then
  847. game:GetService("ReplicatedStorage").Event:FireServer("TPD", -1000000, v.Character.Humanoid)
  848. end
  849. end
  850. end
  851.  
  852. if(SelectedPlayer~=nil and SelectedPlayer.Character~=nil and SelectedPlayer.Character:FindFirstChild("Humanoid")~=nil)then
  853. game:GetService("ReplicatedStorage").Event:FireServer("TPD", -1000000, SelectedPlayer.Character.Humanoid)
  854. end
  855. end)
  856.  
  857. Gui.Header.Body.Content.Frame.PlayerCommands.CloakButton.MouseButton1Down:Connect(function()
  858. if(SelectedPlayer=="Me")then
  859. game:GetService("ReplicatedStorage").Event:FireServer("Cloak", Player.Character)
  860. for i, a in pairs(Player.Character:GetChildren()) do
  861. if(a:IsA("BasePart"))then
  862. a.Transparency = 0.5
  863. end
  864. end
  865. end
  866. if(SelectedPlayer=="Others")then
  867. for i, v in pairs(game:GetService("Players"):GetChildren()) do
  868. if(v.Name~=Player.Name and v.Character and v.Character:FindFirstChild("Humanoid"))then
  869. game:GetService("ReplicatedStorage").Event:FireServer("Cloak", v.Character)
  870. for i, a in pairs(v.Character:GetChildren()) do
  871. if(a:IsA("BasePart"))then
  872. a.Transparency = 0.5
  873. end
  874. end
  875. end
  876. end
  877. end
  878. if(SelectedPlayer=="Friends")then
  879. for i, v in pairs(game:GetService("Players"):GetChildren()) do
  880. if(v.Name==Player.Name or Player:IsFriendsWith(v.UserId)==true)then
  881. game:GetService("ReplicatedStorage").Event:FireServer("Cloak", v.Character)
  882. for i, a in pairs(v.Character:GetChildren()) do
  883. if(a:IsA("BasePart"))then
  884. a.Transparency = 0.5
  885. end
  886. end
  887. end
  888. end
  889. end
  890. if(SelectedPlayer=="All")then
  891. for i, v in pairs(game:GetService("Players"):GetChildren()) do
  892. if(v.Character and v.Character:FindFirstChild("Humanoid"))then
  893. game:GetService("ReplicatedStorage").Event:FireServer("Cloak", v.Character)
  894. for i, a in pairs(v.Character:GetChildren()) do
  895. if(a:IsA("BasePart"))then
  896. a.Transparency = 0.5
  897. end
  898. end
  899. end
  900. end
  901. end
  902.  
  903. if(SelectedPlayer~=nil and SelectedPlayer.Character~=nil and SelectedPlayer.Character:FindFirstChild("Humanoid")~=nil)then
  904. game:GetService("ReplicatedStorage").Event:FireServer("Cloak", SelectedPlayer.Character)
  905. for i, v in pairs(SelectedPlayer.Character:GetChildren()) do
  906. if(v:IsA("BasePart"))then
  907. v.Transparency = 0.5
  908. end
  909. end
  910. end
  911. end)
  912.  
  913. Gui.Header.Body.Content.Frame.PlayerCommands.UncloakButton.MouseButton1Down:Connect(function()
  914. if(SelectedPlayer=="Me")then
  915. game:GetService("ReplicatedStorage").Event:FireServer("UnCloak", Player.Character)
  916. for i, a in pairs(Player.Character:GetChildren()) do
  917. if(a:IsA("BasePart"))then
  918. a.Transparency = 0
  919. end
  920. end
  921. end
  922. if(SelectedPlayer=="Others")then
  923. for i, v in pairs(game:GetService("Players"):GetChildren()) do
  924. if(v.Name~=Player.Name and v.Character and v.Character:FindFirstChild("Humanoid"))then
  925. game:GetService("ReplicatedStorage").Event:FireServer("UnCloak", v.Character)
  926. for i, a in pairs(v.Character:GetChildren()) do
  927. if(a:IsA("BasePart"))then
  928. a.Transparency = 0
  929. end
  930. end
  931. end
  932. end
  933. end
  934. if(SelectedPlayer=="Friends")then
  935. for i, v in pairs(game:GetService("Players"):GetChildren()) do
  936. if(v.Name==Player.Name or Player:IsFriendsWith(v.UserId)==true)then
  937. game:GetService("ReplicatedStorage").Event:FireServer("UnCloak", v.Character)
  938. for i, a in pairs(v.Character:GetChildren()) do
  939. if(a:IsA("BasePart"))then
  940. a.Transparency = 0
  941. end
  942. end
  943. end
  944. end
  945. end
  946. if(SelectedPlayer=="All")then
  947. for i, v in pairs(game:GetService("Players"):GetChildren()) do
  948. if(v.Character and v.Character:FindFirstChild("Humanoid"))then
  949. game:GetService("ReplicatedStorage").Event:FireServer("UnCloak", v.Character)
  950. for i, a in pairs(v.Character:GetChildren()) do
  951. if(a:IsA("BasePart"))then
  952. a.Transparency = 0
  953. end
  954. end
  955. end
  956. end
  957. end
  958.  
  959. if(game:GetService("Players"):FindFirstChild(tostring(SelectedPlayer)) and SelectedPlayer~=nil and SelectedPlayer.Character~=nil and SelectedPlayer.Character:FindFirstChild("Humanoid")~=nil)then
  960. game:GetService("ReplicatedStorage").Event:FireServer("UnCloak", SelectedPlayer.Character)
  961. for i, a in pairs(v.Character:GetChildren()) do
  962. if(a:IsA("BasePart"))then
  963. a.Transparency = 0
  964. end
  965. end
  966. end
  967. end)
  968.  
  969. --[[
  970. Gui.Header.Body.Content.Frame.PlayerCommands.UngodButton.MouseButton1Down:Connect(function()
  971. if(SelectedPlayer~=nil and SelectedPlayer.Character~=nil and SelectedPlayer.Character:FindFirstChild("Humanoid")~=nil)then
  972. game:GetService("ReplicatedStorage").Event:FireServer("TPD", (1000000-100), SelectedPlayer.Character.Humanoid)
  973. end
  974. end)]]
  975.  
  976. Gui.Header.Body.Content.Frame.PlayerCommands.KillButton.MouseButton1Down:Connect(function()
  977. if(SelectedPlayer=="Me")then
  978. game:GetService("ReplicatedStorage").Event:FireServer("TPD", 20001231231231230, Player.Character.Humanoid)
  979. end
  980. if(SelectedPlayer=="Others")then
  981. for i, v in pairs(game:GetService("Players"):GetChildren()) do
  982. if(v.Name~=Player.Name and v.Character and v.Character:FindFirstChild("Humanoid"))then
  983. game:GetService("ReplicatedStorage").Event:FireServer("TPD", 20012312312300, v.Character.Humanoid)
  984. end
  985. end
  986. end
  987. if(SelectedPlayer=="Friends")then
  988. for i, v in pairs(game:GetService("Players"):GetChildren()) do
  989. if(v.Name==Player.Name or Player:IsFriendsWith(v.UserId)==true)then
  990. game:GetService("ReplicatedStorage").Event:FireServer("TPD", 20012312312300, v.Character.Humanoid)
  991. end
  992. end
  993. end
  994. if(SelectedPlayer=="All")then
  995. for i, v in pairs(game:GetService("Players"):GetChildren()) do
  996. if(v.Character and v.Character:FindFirstChild("Humanoid"))then
  997. game:GetService("ReplicatedStorage").Event:FireServer("TPD", 20012312312300, v.Character.Humanoid)
  998. end
  999. end
  1000. end
  1001.  
  1002. if(game:GetService("Players"):FindFirstChild(tostring(SelectedPlayer)) and SelectedPlayer~=nil and SelectedPlayer.Character~=nil and SelectedPlayer.Character:FindFirstChild("Humanoid")~=nil)then
  1003. game:GetService("ReplicatedStorage").Event:FireServer("TPD", 200123123123123100, SelectedPlayer.Character.Humanoid)
  1004. end
  1005. end)
  1006.  
  1007. Gui.Header.Body.Content.Frame.PlayerCommands.LoopKillButton.MouseButton1Down:Connect(function()
  1008. if(SelectedPlayer=="Me")then
  1009. Loops.Kill[Player.Name] = true
  1010. spawn(function()
  1011. while Loops.Kill[Player.Name] == true and wait() do
  1012. if(Player.Character~=nil and Player.Character and Player.Character:FindFirstChild("Humanoid"))then
  1013. game:GetService("ReplicatedStorage").Event:FireServer("TPD", 20012312312300, Player.Character.Humanoid)
  1014. end
  1015. end
  1016. end)
  1017. end
  1018. if(SelectedPlayer=="Others")then
  1019. for i, v in pairs(game:GetService("Players"):GetChildren()) do
  1020. if(v.Name~=Player.Name and v.Character and v.Character:FindFirstChild("Humanoid"))then
  1021. Loops.Kill[v.Name] = true
  1022. spawn(function()
  1023. while Loops.Kill[v.Name] == true and wait() do
  1024. if(v.Character~=nil and v.Character:FindFirstChild("Humanoid"))then
  1025. game:GetService("ReplicatedStorage").Event:FireServer("TPD", 20012312312300, v.Character.Humanoid)
  1026. end
  1027. end
  1028. end)
  1029. end
  1030. end
  1031. end
  1032. if(SelectedPlayer=="Friends")then
  1033. for i, v in pairs(game:GetService("Players"):GetChildren()) do
  1034. if(v.Name==Player.Name or Player:IsFriendsWith(v.UserId)==true)then
  1035. Loops.Kill[v.Name] = true
  1036. spawn(function()
  1037. while Loops.Kill[v.Name] == true and wait() do
  1038. if(v.Character~=nil and v.Character:FindFirstChild("Humanoid"))then
  1039. game:GetService("ReplicatedStorage").Event:FireServer("TPD", 20012312312300, v.Character.Humanoid)
  1040. end
  1041. end
  1042. end)
  1043. end
  1044. end
  1045. end
  1046. if(SelectedPlayer=="All")then
  1047. for i, v in pairs(game:GetService("Players"):GetChildren()) do
  1048. if(v.Character and v.Character:FindFirstChild("Humanoid"))then
  1049. Loops.Kill[v.Name] = true
  1050. spawn(function()
  1051. while Loops.Kill[v.Name] == true and wait() do
  1052. if(v.Character~=nil and v.Character:FindFirstChild("Humanoid"))then
  1053. game:GetService("ReplicatedStorage").Event:FireServer("TPD", 20012312312300, v.Character.Humanoid)
  1054. end
  1055. end
  1056. end)
  1057. end
  1058. end
  1059. end
  1060.  
  1061. if(game:GetService("Players"):FindFirstChild(tostring(SelectedPlayer)) and SelectedPlayer~=nil and SelectedPlayer.Character~=nil and SelectedPlayer.Character:FindFirstChild("Humanoid")~=nil)then
  1062. Loops.Kill[SelectedPlayer.Name] = true
  1063. spawn(function()
  1064. while Loops.Kill[SelectedPlayer.Name] == true and wait() do
  1065. if(SelectedPlayer.Character~=nil and SelectedPlayer.Character and SelectedPlayer.Character:FindFirstChild("Humanoid"))then
  1066. game:GetService("ReplicatedStorage").Event:FireServer("TPD", 20012312312300, SelectedPlayer.Character.Humanoid)
  1067. end
  1068. end
  1069. end)
  1070. end
  1071. end)
  1072.  
  1073. Gui.Header.Body.Content.Frame.PlayerCommands.UnLoopKillButton.MouseButton1Down:Connect(function()
  1074. if(SelectedPlayer=="Me")then
  1075. Loops.Kill[Player.Name] = false
  1076. end
  1077. if(SelectedPlayer=="Others")then
  1078. for i, v in pairs(game:GetService("Players"):GetChildren()) do
  1079. if(v.Name~=Player.Name and v.Character and v.Character:FindFirstChild("Humanoid"))then
  1080. Loops.Kill[v.Name] = false
  1081. end
  1082. end
  1083. end
  1084. if(SelectedPlayer=="Friends")then
  1085. for i, v in pairs(game:GetService("Players"):GetChildren()) do
  1086. if(v.Name==Player.Name or Player:IsFriendsWith(v.UserId)==true)then
  1087. Loops.Kill[v.Name] = false
  1088. end
  1089. end
  1090. end
  1091. if(SelectedPlayer=="All")then
  1092. for i, v in pairs(game:GetService("Players"):GetChildren()) do
  1093. if(v.Character and v.Character:FindFirstChild("Humanoid"))then
  1094. Loops.Kill[v.Name] = false
  1095. end
  1096. end
  1097. end
  1098.  
  1099. if(game:GetService("Players"):FindFirstChild(tostring(SelectedPlayer)) and SelectedPlayer~=nil and SelectedPlayer.Character~=nil and SelectedPlayer.Character:FindFirstChild("Humanoid")~=nil)then
  1100. Loops.Kill[SelectedPlayer.Name] = false
  1101. end
  1102. end)
  1103.  
  1104. Gui.Header.Body.Content.Frame.PlayerCommands.LoopGodButton.MouseButton1Down:Connect(function()
  1105. if(SelectedPlayer=="Me")then
  1106. Loops.God[Player.Name] = true
  1107. spawn(function()
  1108. while Loops.God[Player.Name] == true and wait() do
  1109. if(Player.Character~=nil and Player.Character and Player.Character:FindFirstChild("Humanoid"))then
  1110. game:GetService("ReplicatedStorage").Event:FireServer("TPD", -10000000, Player.Character.Humanoid)
  1111. end
  1112. end
  1113. end)
  1114. end
  1115. if(SelectedPlayer=="Others")then
  1116. for i, v in pairs(game:GetService("Players"):GetChildren()) do
  1117. if(v.Name~=Player.Name and v.Character and v.Character:FindFirstChild("Humanoid"))then
  1118. Loops.God[v.Name] = true
  1119. spawn(function()
  1120. while Loops.God[v.Name] == true and wait() do
  1121. if(v.Character~=nil and v.Character:FindFirstChild("Humanoid"))then
  1122. game:GetService("ReplicatedStorage").Event:FireServer("TPD", -10000000, v.Character.Humanoid)
  1123. end
  1124. end
  1125. end)
  1126. end
  1127. end
  1128. end
  1129. if(SelectedPlayer=="Friends")then
  1130. for i, v in pairs(game:GetService("Players"):GetChildren()) do
  1131. if(v.Name==Player.Name or Player:IsFriendsWith(v.UserId)==true)then
  1132. Loops.God[v.Name] = true
  1133. spawn(function()
  1134. while Loops.God[v.Name] == true and wait() do
  1135. if(v.Character~=nil and v.Character:FindFirstChild("Humanoid"))then
  1136. game:GetService("ReplicatedStorage").Event:FireServer("TPD", -10000000, v.Character.Humanoid)
  1137. end
  1138. end
  1139. end)
  1140. end
  1141. end
  1142. end
  1143. if(SelectedPlayer=="All")then
  1144. for i, v in pairs(game:GetService("Players"):GetChildren()) do
  1145. if(v.Character and v.Character:FindFirstChild("Humanoid"))then
  1146. Loops.God[v.Name] = true
  1147. spawn(function()
  1148. while Loops.God[v.Name] == true and wait() do
  1149. if(v.Character~=nil and v.Character:FindFirstChild("Humanoid"))then
  1150. game:GetService("ReplicatedStorage").Event:FireServer("TPD", -10000000, v.Character.Humanoid)
  1151. end
  1152. end
  1153. end)
  1154. end
  1155. end
  1156. end
  1157.  
  1158. if(game:GetService("Players"):FindFirstChild(tostring(SelectedPlayer)) and SelectedPlayer~=nil and SelectedPlayer.Character~=nil and SelectedPlayer.Character:FindFirstChild("Humanoid")~=nil)then
  1159. Loops.God[SelectedPlayer.Name] = true
  1160. spawn(function()
  1161. while Loops.God[SelectedPlayer.Name] == true and wait() do
  1162. if(SelectedPlayer.Character~=nil and SelectedPlayer.Character and SelectedPlayer.Character:FindFirstChild("Humanoid"))then
  1163. game:GetService("ReplicatedStorage").Event:FireServer("TPD", -10000000, SelectedPlayer.Character.Humanoid)
  1164. end
  1165. end
  1166. end)
  1167. end
  1168. end)
  1169.  
  1170. Gui.Header.Body.Content.Frame.PlayerCommands.UnLoopGodButton.MouseButton1Down:Connect(function()
  1171. if(SelectedPlayer=="Me")then
  1172. Loops.God[Player.Name] = false
  1173. end
  1174. if(SelectedPlayer=="Others")then
  1175. for i, v in pairs(game:GetService("Players"):GetChildren()) do
  1176. if(v.Name~=Player.Name and v.Character and v.Character:FindFirstChild("Humanoid"))then
  1177. Loops.God[v.Name] = false
  1178. end
  1179. end
  1180. end
  1181. if(SelectedPlayer=="Friends")then
  1182. for i, v in pairs(game:GetService("Players"):GetChildren()) do
  1183. if(v.Name==Player.Name or Player:IsFriendsWith(v.UserId)==true)then
  1184. Loops.God[v.Name] = false
  1185. end
  1186. end
  1187. end
  1188. if(SelectedPlayer=="All")then
  1189. for i, v in pairs(game:GetService("Players"):GetChildren()) do
  1190. if(v.Character and v.Character:FindFirstChild("Humanoid"))then
  1191. Loops.God[v.Name] = false
  1192. end
  1193. end
  1194. end
  1195.  
  1196. if(game:GetService("Players"):FindFirstChild(tostring(SelectedPlayer)) and SelectedPlayer~=nil and SelectedPlayer.Character~=nil and SelectedPlayer.Character:FindFirstChild("Humanoid")~=nil)then
  1197. Loops.God[SelectedPlayer.Name] = false
  1198. end
  1199. end)
  1200.  
  1201. function getDescendants(root)
  1202. local descendants = {root}
  1203. for _, v in next, descendants do
  1204. for _, descendant in pairs(v:GetChildren()) do
  1205. descendants[#descendants+1] = descendant
  1206. end
  1207. end
  1208. table.remove(descendants,1)
  1209. return descendants
  1210. end
  1211.  
  1212. Gui.Header.Body.Content.Frame.Extra.ShowEveryoneButton.MouseButton1Down:Connect(function()
  1213. for i,v in pairs(game:GetService("Players"):GetChildren()) do
  1214. if(v.Character and v.Character:FindFirstChild("Humanoid")~=nil)then
  1215. v.Character.Humanoid.NameOcclusion = Enum.NameOcclusion.NoOcclusion
  1216. v.Character.Humanoid.NameDisplayDistance = 5000
  1217. for _, a in pairs(getDescendants(v.Character)) do
  1218. if(a:IsA("BasePart") and a.Name~="HumanoidRootPart")then
  1219. a.Transparency = 0
  1220. end
  1221. if(a:IsA("Decal"))then
  1222. a.Transparency = 0
  1223. end
  1224. end
  1225. end
  1226. end
  1227. end)
  1228.  
  1229. Gui.Header.Body.Content.Frame.Extra.BringGunButton.MouseButton1Down:Connect(function()
  1230. if(game:GetService("Workspace"):FindFirstChild("Gun")~=nil)then
  1231. game:GetService("Workspace").Gun.CFrame = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame
  1232. end
  1233. end)
  1234.  
  1235. Gui.Header.Body.Content.Frame.Extra.MVPRoomButton.MouseButton1Down:Connect(function()
  1236. if(game:GetService("Workspace").Lobby:FindFirstChild("MVPDoor")~=nil)then
  1237. local Door = game:GetService("Workspace").Lobby.MVPDoor:Clone()
  1238. game:GetService("Workspace").Lobby.MVPDoor:Destroy()
  1239. Door.Parent = game:GetService("Workspace")
  1240. Door.Name = "<3"
  1241. Door.SurfaceGui.Frame.TextLabel.Text = "Unlocked client-side[p by " .. game:GetService("Players").LocalPlayer.Name
  1242. Door.SurfaceGui.Frame.TextLabel.TextLabel.Text = "No MVP required!"
  1243. Door.SurfaceGui.Frame.bt:Destroy()
  1244. for i, v in pairs(Door.SurfaceGui.Frame.TextLabel.TextLabel:GetChildren()) do
  1245. v.Text = "Coded by Reddex aka Daniel <3"
  1246. end
  1247. end
  1248. end)
  1249.  
  1250. Gui.Header.Body.Content.Frame.Extra.PanicButton.MouseButton1Down:Connect(function()
  1251. for i,v in pairs(game.Players:GetChildren()) do
  1252. if(v.Character:FindFirstChild("Role") and v.Character:FindFirstChild("Role")~=nil and v.Character.Role.Value=="Murderer")then
  1253. game.ReplicatedStorage.Event:FireServer("TPD", 20000, v.Character.Humanoid)
  1254. end
  1255. end
  1256. end)
  1257.  
  1258. wait()
  1259. Gui.Header.Body.Navigation.Frame.PlayersButton.BackgroundColor3 = Color3.fromRGB(208, 208, 208)
  1260. Functions.LoadPlayers()
  1261. Functions.RemoveAntiCheat()
Add Comment
Please, Sign In to add comment