-- made by kyx at https://discord.gg/U9G5zxJjZm
pcall(function()
local ACtable = {
LocalPlayer.PlayerScripts:FindFirstChild("QuitsAntiCheatChecker"),
LocalPlayer.PlayerScripts:FindFirstChild("QuitsAntiCheatLocal"),
game:GetService("StarterPlayer").StarterPlayerScripts:FindFirstChild("QuitsAntiCheatChecker"),
game:GetService("StarterPlayer").StarterPlayerScripts:FindFirstChild("QuitsAntiCheatLocal"),
}
for _, v in pairs(ACtable) do
if v then
v:Destroy()
end
end
end)
Comments
doesnt work go to hell