Advertisement
Guest User

Untitled

a guest
Jan 25th, 2020
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.91 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local GUI = Instance.new("Frame")
  6. local BLACKKFC = Instance.new("g")
  7. local HITBOX = Instance.new("h")
  8. local GUNMOD = Instance.new("j")
  9. local BigHead = Instance.new("k")
  10. local BLACKKFC_2 = Instance.new("TextLabel")
  11. local KILL = Instance.new("l")
  12. --Properties:
  13. ScreenGui.Parent = game.CoreGui
  14. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  15.  
  16. GUI.Name = "GUI"
  17. GUI.Parent = ScreenGui
  18. GUI.BackgroundColor3 = Color3.new(1, 1, 1)
  19. GUI.BackgroundTransparency = 0.5
  20. GUI.Position = UDim2.new(0.00878477283, 0, 0.4609375, 0)
  21. GUI.Size = UDim2.new(0, 100, 0, 149)
  22.  
  23. BLACKKFC.Name = "BLACK KFC"
  24. BLACKKFC.Parent = GUI
  25. BLACKKFC.BackgroundColor3 = Color3.new(1, 1, 1)
  26. BLACKKFC.BackgroundTransparency = 2
  27. BLACKKFC.Position = UDim2.new(-0.50999999, 0, -0.0738255084, 0)
  28. BLACKKFC.Size = UDim2.new(0, 200, 0, 50)
  29. BLACKKFC.Font = Enum.Font.SourceSans
  30. BLACKKFC.Text = "BLACK KFC"
  31. BLACKKFC.TextColor3 = Color3.new(0, 0, 0)
  32. BLACKKFC.TextSize = 18
  33.  
  34. HITBOX.Name = "HITBOX"
  35. HITBOX.Parent = GUI
  36. HITBOX.BackgroundColor3 = Color3.new(1, 1, 1)
  37. HITBOX.BackgroundTransparency = 0.89999997615814
  38. HITBOX.Position = UDim2.new(-3.05175774e-07, 0, 0.798657715, 0)
  39. HITBOX.Size = UDim2.new(0, 100, 0, 30)
  40. HITBOX.Font = Enum.Font.SourceSans
  41. HITBOX.Text = "HitBox"
  42. HITBOX.TextColor3 = Color3.new(0, 0, 0)
  43. HITBOX.TextSize = 14
  44. HITBOX.MouseButton1Click:connect(function()
  45. _G.HeadSize = 50 _G.Disabled = true game:GetService('RunService').RenderStepped:connect(function() if _G.Disabled then for i,v in next, game:GetService('Players'):GetPlayers() do if v.Name ~= game:GetService('Players').LocalPlayer.Name then pcall(function() v.Character.HumanoidRootPart.Size = Vector3.new(_G.HeadSize,_G.HeadSize,_G.HeadSize) v.Character.HumanoidRootPart.Transparency = 0.7 v.Character.HumanoidRootPart.BrickColor = BrickColor.new("Really blue") v.Character.HumanoidRootPart.Material = "Neon" v.Character.HumanoidRootPart.CanCollide = false end) end end end end)
  46. end)
  47.  
  48. BigHead.Name = "Big Head"
  49. BigHead.Parent = GUI
  50. BigHead.BackgroundColor3 = Color3.new(1, 1, 1)
  51. BigHead.BackgroundTransparency = 0.89999997615814
  52. BigHead.Position = UDim2.new(-3.05175774e-07, 0, 0.315436244, 0)
  53. BigHead.Size = UDim2.new(0, 100, 0, 30)
  54. BigHead.Font = Enum.Font.SourceSans
  55. BigHead.Text = "Big Head"
  56. BigHead.TextColor3 = Color3.new(0, 0, 0)
  57. BigHead.TextSize = 14
  58. BigHead.MouseButton1Click:connect(function()
  59. _G.HeadSize = 20
  60. _G.Disabled = true
  61.  
  62. game:GetService('RunService').RenderStepped:connect(function()
  63. if _G.Disabled then
  64. for i,v in next, game:GetService('Players'):GetPlayers() do
  65. if v.Name ~= game:GetService('Players').LocalPlayer.Name then
  66. pcall(function()
  67. v.Character.HumanoidRootPart.Size = Vector3.new(_G.HeadSize,_G.HeadSize,_G.HeadSize)
  68. v.Character.HumanoidRootPart.Transparency = 0.7
  69. v.Character.HumanoidRootPart.BrickColor = BrickColor.new("Really blue")
  70. v.Character.HumanoidRootPart.Material = "Neon"
  71. v.Character.HumanoidRootPart.CanCollide = false
  72. end)
  73. end
  74. end
  75. end
  76. end)
  77. end)
  78.  
  79. BLACKKFC_2.Name = "BLACK KFC"
  80. BLACKKFC_2.Parent = GUI
  81. BLACKKFC_2.BackgroundColor3 = Color3.new(1, 1, 1)
  82. BLACKKFC_2.BackgroundTransparency = 2
  83. BLACKKFC_2.Position = UDim2.new(-0.5, 0, -0.275167823, 0)
  84. BLACKKFC_2.Size = UDim2.new(0, 200, 0, 50)
  85. BLACKKFC_2.Font = Enum.Font.SourceSans
  86. BLACKKFC_2.Text = "Press F9 For Credits"
  87. BLACKKFC_2.TextColor3 = Color3.new(0, 0, 0)
  88. BLACKKFC_2.TextSize = 18
  89.  
  90. KILL.Name = "KILL"
  91. KILL.Parent = GUI
  92. KILL.BackgroundColor3 = Color3.new(1, 1, 1)
  93. KILL.Position = UDim2.new(-3.05175774e-07, 0, 1, 0)
  94. KILL.Size = UDim2.new(0, 100, 0, 30)
  95. KILL.Font = Enum.Font.SourceSans
  96. KILL.Text = "Kill GUI"
  97. KILL.TextColor3 = Color3.new(0, 0, 0)
  98. KILL.TextSize = 14
  99. KILL.MouseButton1Click:connect(function()
  100. GUI.Visible = false
  101. end)
  102. print("Hitbox extender made by Kiro")
  103. print("Gun Mod made by some random cunt ?")
  104. print("Big Head made by TaskManager")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement