Advertisement
SaijiKung

Reddev

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