Combat Warriors HITBOX EXPANDER SCRIPT

Created by Edgar Zomboss#7008

Features:

  • HITBOX EXPANDER
local player = game.Players.LocalPlayer
local mouse = player:GetMouse()



bind = "v" -- has to be lowercase


mouse.KeyDown:connect(function(key)
if key == bind then
for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
   if v:IsA("Tool") then
       for i,v in pairs(v.Hitboxes.Hitbox:GetChildren()) do
           if v.Name == "DmgPoint" then
           v.Position = v.Position + Vector3.new(0, math.random(-2, 10), 0)
           v.Visible = true
           end
       end
   end
end
end
end)

⚠️ Warning: Do not download any extensions or anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

📋 Notice: If you find any of the scripts patched or not working, please report it to Forever4D through Discord. The script will be removed or marked as patched!