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 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!