ADVERTISEMENTREMOVE ADS
Game icon

Hitbox Extender (FIXED)

FRONTLINES
11 months ago
Script preview thumbnail
Script Preview

Description

the mopshub hitbox extender with small fixes .-.

if it doesnt work, your executor is shit

Features:

  • Hitbox Extender

Tested with

ADVERTISEMENTREMOVE ADS
21 Lines • 801 Bytes
Verified
Raw
local ac = game:GetService("Players").LocalPlayer.PlayerScripts:FindFirstChildOfClass("Actor")
if not (ac) then return error("[hitbox_extender error]: unable to find actor.") end
if run_on_actor or run_on_thread then
(run_on_actor or run_on_thread)(ac, [[
_G.Hitbox_Extender_Settings = {
Enabled = true,
Size = 5, --Size of the hitbox
Transparency = 0.5, --Transparency of the hitbox
TeamCheck = true, --ignore team hitboxes
TargetHitbox = "Head", --All, Head, Torso
}
loadstring(game:HttpGet("https://api.mopshub.xyz/scripts/frontlines/hitboxextender"))()
print("Hitbox Extender loaded.")
]])
else
error("executor not supported. (try awp.gg executor)")
end
ADVERTISEMENTREMOVE ADS

Comments

0 comments
to add a comment
Loading comments
ADVERTISEMENTREMOVE ADS