You are on page 1of 4

game.

StarterGui:SetCore(

"SendNotification",

Title = "pquntiy's funny hitbox fucker",

Text = "thanks for using my tottally epic script",

---------------------------

-- CONFIGURATIONS:

-- change the number between brackets to change the hitbox size

local hitboxsize = [[

20

]]

---------------------------

local L_3_ = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/


main/source.lua"))()

local L_4_ = L_3_.CreateLib("Pqunity's funny hitbox fucker", "Synapse")

local L_5_ = L_4_:NewTab("Hitbox Extender")

local L_6_ = L_5_:NewSection("haha funny hitbox extender lol")

L_6_:NewToggle(

"HitBox Extend",

"fuck niggas up",

function()

_G.HeadSize = (hitboxsize)

_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.99

v.Character.HumanoidRootPart.BrickColor = BrickColor.new("Really blue")

v.Character.HumanoidRootPart.Material = "Neon"

v.Character.HumanoidRootPart.CanCollide = false

end)

end
end

end

end)

end

local L_13_ = L_4_:NewTab("Settings")

local L_14_ = L_13_:NewSection("Settings Page")

L_14_:NewKeybind(

"Keybind Gui Toggle",

"P",

Enum.KeyCode.P,

function()

L_3_:ToggleUI()

end

local L_17_ = L_4_:NewTab("ESP")

local L_18_ = loadstring(game:HttpGet("https://kiriot22.com/releases/ESP.lua"))()

local L_19_ = L_17_:NewSection("ESP Toggles")

L_19_:NewToggle(

"ESP",

"ESP",
function(L_201_arg0)

L_18_:Toggle(L_201_arg0)

end

L_19_:NewToggle(

"Tracers",

"ESP Tracers",

function(L_202_arg0)

L_18_.Tracers = L_202_arg0

end

L_19_:NewToggle(

"Names",

"ESP Names",

function(L_203_arg0)

L_18_.Names = L_203_arg0

end

L_19_:NewToggle(

"Boxes",

"ESP Boxes",

function(L_204_arg0)

L_18_.Boxes = L_204_arg0

end

You might also like