Attack On Titan: Freedom War AUTO KILL TITANS – INFINITE DAMAGE – OVERPOWERED!

Created by Kien#9300

Features:

  • AUTOKILL TITANS
  • INFINITE DAMAGE
    • reload your blade when joining
getgenv().Farming = true -- change to false to stop


while wait() do
if not getgenv().Farming then return end
for i, v in pairs(workspace.OnGameTitans:GetChildren()) do
if v:FindFirstChild("Nape") and v.Humanoid.Health > 1 then
local nape = v.Nape --nape found
game.Players.LocalPlayer.Character.PrimaryPart.CFrame = nape.CFrame

--attacking
local target = nape
local damage = math.huge -- change it to how much dmg you want
game.Players.LocalPlayer.Character.PrimaryPart.CFrame = nape.CFrame
local Event = game.Players.LocalPlayer.Character.Gear.Events.HitEvent
Event:FireServer(target, damage)
--

elseif not v:FindFirstChild("Nape") then
wait(2)
end
end
end

⚠️ Warning: Do not download any extensions or any executable files, you're just here for the script!

✔️ Any Patched/Broken Script Can Be Reported To French Dog#6704 In Discord For Removal