Functions: Kil aura

Installation guide:
Copy the script from the button below.
Run any Injector (We recommend KRNL Injector)
Install it, insert the script and click execute
Enjoy it)
Thank you for using our website
Your script:
AntiCheat
-- ANTI CHEAT BYPASS
local mt = getrawmetatable(game)
setreadonly(mt, false)
local old = mt.__namecall
mt.__namecall = newcclosure(function(self, ...)
local method = getnamecallmethod()
if method == "FireServer" and self.Name == "AntiExploit" then
return wait(9e9)
end
return old(self, ...)
end)
Kill aura
-- KillAura Made By Brickmane
-- Cheerios#0447
-- Pls dont remove credit if you are trying to make a video or upload it to different script forums :(
-- or i will call saul goodman
getgenv().KillAura = true
loadstring(game:HttpGet("https://raw.githubusercontent.com/Relkss/Releases/main/FurryKiller.lua"))()