Advertisement
Kore2K

Ruddev's Battle Royale

Jul 15th, 2019
291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.30 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("TextLabel")
  7. local HITBOX = Instance.new("TextButton")
  8. local GUNMOD = Instance.new("TextButton")
  9. local BigHead = Instance.new("TextButton")
  10. local BLACKKFC_2 = Instance.new("TextLabel")
  11. local KILL = Instance.new("TextButton")
  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. GUNMOD.Name = "GUN MOD"
  49. GUNMOD.Parent = GUI
  50. GUNMOD.BackgroundColor3 = Color3.new(1, 1, 1)
  51. GUNMOD.BackgroundTransparency = 0.89999997615814
  52. GUNMOD.Position = UDim2.new(-3.05175774e-07, 0, 0.55704695, 0)
  53. GUNMOD.Size = UDim2.new(0, 100, 0, 30)
  54. GUNMOD.Font = Enum.Font.SourceSans
  55. GUNMOD.Text = "Gun Mod"
  56. GUNMOD.TextColor3 = Color3.new(0, 0, 0)
  57. GUNMOD.TextSize = 14
  58. GUNMOD.MouseButton1Click:connect(function()
  59. print("woah sorry nigger. This isn't working anymore")
  60. end)
  61.  
  62.  
  63. BigHead.Name = "Big Head"
  64. BigHead.Parent = GUI
  65. BigHead.BackgroundColor3 = Color3.new(1, 1, 1)
  66. BigHead.BackgroundTransparency = 0.89999997615814
  67. BigHead.Position = UDim2.new(-3.05175774e-07, 0, 0.315436244, 0)
  68. BigHead.Size = UDim2.new(0, 100, 0, 30)
  69. BigHead.Font = Enum.Font.SourceSans
  70. BigHead.Text = "Big Head"
  71. BigHead.TextColor3 = Color3.new(0, 0, 0)
  72. BigHead.TextSize = 14
  73. BigHead.MouseButton1Click:connect(function()
  74. _G.HeadSize = 20
  75. _G.Disabled = true
  76.  
  77. game:GetService('RunService').RenderStepped:connect(function()
  78. if _G.Disabled then
  79. for i,v in next, game:GetService('Players'):GetPlayers() do
  80. if v.Name ~= game:GetService('Players').LocalPlayer.Name then
  81. pcall(function()
  82. v.Character.HumanoidRootPart.Size = Vector3.new(_G.HeadSize,_G.HeadSize,_G.HeadSize)
  83. v.Character.HumanoidRootPart.Transparency = 0.7
  84. v.Character.HumanoidRootPart.BrickColor = BrickColor.new("Really blue")
  85. v.Character.HumanoidRootPart.Material = "Neon"
  86. v.Character.HumanoidRootPart.CanCollide = false
  87. end)
  88. end
  89. end
  90. end
  91. end)
  92. end)
  93.  
  94. BLACKKFC_2.Name = "BLACK KFC"
  95. BLACKKFC_2.Parent = GUI
  96. BLACKKFC_2.BackgroundColor3 = Color3.new(1, 1, 1)
  97. BLACKKFC_2.BackgroundTransparency = 2
  98. BLACKKFC_2.Position = UDim2.new(-0.5, 0, -0.275167823, 0)
  99. BLACKKFC_2.Size = UDim2.new(0, 200, 0, 50)
  100. BLACKKFC_2.Font = Enum.Font.SourceSans
  101. BLACKKFC_2.Text = "Press F9 For Credits"
  102. BLACKKFC_2.TextColor3 = Color3.new(0, 0, 0)
  103. BLACKKFC_2.TextSize = 18
  104.  
  105. KILL.Name = "KILL"
  106. KILL.Parent = GUI
  107. KILL.BackgroundColor3 = Color3.new(1, 1, 1)
  108. KILL.Position = UDim2.new(-3.05175774e-07, 0, 1, 0)
  109. KILL.Size = UDim2.new(0, 100, 0, 30)
  110. KILL.Font = Enum.Font.SourceSans
  111. KILL.Text = "Kill GUI"
  112. KILL.TextColor3 = Color3.new(0, 0, 0)
  113. KILL.TextSize = 14
  114. KILL.MouseButton1Click:connect(function()
  115. GUI.Visible = false
  116. end)
  117. print("Hitbox extender made by Kiro")
  118. print("Gun Mod made by some random cunt ?")
  119. print("Big Head made by TaskManager")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement