Insta Kill (Brawling Grounds)

Script Credit :- Dano#1677
Features

Brawling Grounds

Script
--BROUGHT TO YOU BY RobloxScripter.com!--

local OldNameCall OldNameCall = hookmetamethod(game, "__namecall", newcclosure(function(self,...) local args = {...} local NamecallMethod = getnamecallmethod() if NamecallMethod:lower() == "fireserver" then if self.Name == "Damage" then for i=1,100 do OldNameCall(self,...) end end end return OldNameCall(self,...) end))