Advertisement
Xfer1111

Hit Box GUI (May be laggy)

Dec 21st, 2020
3,392
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.05 KB | None | 0 0
  1. --Re-execute if the gui is gone
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local Frame = Instance.new("Frame")
  5. local _1 = Instance.new("TextButton")
  6. local _2 = Instance.new("TextButton")
  7. local _3 = Instance.new("TextButton")
  8.  
  9. --Properties:
  10.  
  11. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  12. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  13.  
  14. Frame.Parent = ScreenGui
  15. Frame.Active = true
  16. Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  17. Frame.BorderSizePixel = 0
  18. Frame.Position = UDim2.new(0.324104249, 0, 0.249037206, 0)
  19. Frame.Size = UDim2.new(0, 431, 0, 127)
  20. Frame.Draggable = true
  21.  
  22. _1.Name = "1"
  23. _1.Parent = Frame
  24. _1.BackgroundColor3 = Color3.fromRGB(252, 0, 13)
  25. _1.BorderSizePixel = 0
  26. _1.Position = UDim2.new(7.4505806e-09, 0, 0.212598428, 0)
  27. _1.Size = UDim2.new(0, 111, 0, 73)
  28. _1.Font = Enum.Font.SciFi
  29. _1.Text = "Normal hitbox"
  30. _1.TextColor3 = Color3.fromRGB(0, 0, 0)
  31. _1.TextScaled = true
  32. _1.TextSize = 14.000
  33. _1.TextWrapped = true
  34. _1.MouseButton1Click:connect(function()
  35.     loadstring(game:HttpGet("https://pastebin.com/raw/AgPiiNbU", true))()
  36. end)
  37.  
  38. _2.Name = "2"
  39. _2.Parent = Frame
  40. _2.BackgroundColor3 = Color3.fromRGB(252, 0, 13)
  41. _2.BorderSizePixel = 0
  42. _2.Position = UDim2.new(0.371229678, 0, 0.212598428, 0)
  43. _2.Size = UDim2.new(0, 111, 0, 73)
  44. _2.Font = Enum.Font.SciFi
  45. _2.Text = "hitbox Extender"
  46. _2.TextColor3 = Color3.fromRGB(0, 0, 0)
  47. _2.TextScaled = true
  48. _2.TextSize = 14.000
  49. _2.TextWrapped = true
  50. _2.MouseButton1Click:connect(function()
  51.     loadstring(game:HttpGet("https://pastebin.com/raw/b74XGjLf", true))()
  52. end)
  53.  
  54. _3.Name = "3"
  55. _3.Parent = Frame
  56. _3.BackgroundColor3 = Color3.fromRGB(252, 0, 13)
  57. _3.BorderSizePixel = 0
  58. _3.Position = UDim2.new(0.742459416, 0, 0.212598428, 0)
  59. _3.Size = UDim2.new(0, 111, 0, 73)
  60. _3.Font = Enum.Font.SciFi
  61. _3.Text = "MEGA Hitbox Extender"
  62. _3.TextColor3 = Color3.fromRGB(0, 0, 0)
  63. _3.TextScaled = true
  64. _3.TextSize = 14.000
  65. _3.TextWrapped = true
  66. _3.MouseButton1Click:connect(function()
  67.     loadstring(game:HttpGet("https://pastebin.com/raw/AgPiiNbU", true))()
  68. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement