Ultra UnFair KILL AURA

Created by Anyx

Features:

  • KILL AURA
local num = 10
_G.Function = nil

local function check(e)
   local script = game:GetService("Players").LocalPlayer.PlayerGui.MainClient.LocalScript
   if getfenv(e) and getfenv(e).script and getfenv(e).script.Name and getfenv(e).script == script then
       return true
   else
       return false
   end
end

for _,v in pairs(getgc()) do
   if type(v) == 'function' and check(v) then
       if(debug.getinfo(v).numparams) == 4 then
           _G.Function = v
       end
   end
end

while wait(0.2) do
   if _G.Function then
       _G.Function(Vector3.new(num,num,num),CFrame.new(0,0,-4),6,nil)
   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!