Created by TrueWaves#1887
Features:
- AUTO FARM RESPECT POINTS
- you have to be a prisoner to use.
- once you load in as a prisoner in your cell, execute the script.
- bags have a respawn cooldown, so dont think it breaks just cause you’re suddenly no longer collecting bags.
- DEV NOTES:
- you should use this in a private server (theyre free) since the farm’s efficiency can be disrupted by other people.
GAME LINK:
ATTACK ON TITAN: VENGEANCE
SCRIPTS: [2]
_G.autoKill=true;for a,b in pairs(game:GetService("Players")[game.Players.LocalPlayer.Name].PlayerData.Codes:GetChildren())do if b.Value~=true then local c=tostring(b.Name)local d="Lena"local e=game:GetService("ReplicatedStorage").Events.TabMenuEvents.Code;e:FireServer(c,d)wait(.25)end end;plr=game.Players.LocalPlayer;hum=plr.Character.HumanoidRootPart;mouse=plr:GetMouse()spawn(function()mouse.KeyDown:connect(function(f)if f=="y"then if mouse.Target then _G.autoKill=not _G.autoKill end end end)end)game.StarterGui:SetCore("SendNotification",{Title="- HOTKEY -",Text="Press 'y' to toggle auto farm",Duration=15})function getNearestChest()nearest,dist=nil,99999;pcall(function()for g,h in pairs(game:GetService("Workspace").Titans:GetChildren())do if h:FindFirstChild("Humanoid")then if h:FindFirstChild("Hitboxes")then if h.Hitboxes:FindFirstChild("Nape")then if h.Humanoid.Health>0 then local i=game:GetService("Players").LocalPlayer;local j=i.Character;local k=j.HumanoidRootPart;local l=(k.Position-h.Hitboxes.Nape.Position).magnitude;if l<dist then dist=l;nearest=h end end end end end end end)end;spawn(function()while wait()do if _G.autoKill then getNearestChest()if nearest~=nil then pcall(function()repeat wait()game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=nearest.Hitboxes.Nape.CFrame;mouse1click()until not game:GetService("Workspace").Titans:IsAncestorOf(nearest)or _G.autoKill~=true;wait(1)end)end end end end)
AUTO FARM TITAN FORM
_G.autoKill=true;for a,b in pairs(game:GetService("Players")[game.Players.LocalPlayer.Name].PlayerData.Codes:GetChildren())do if b.Value~=true then local c=tostring(b.Name)local d="Lena"local e=game:GetService("ReplicatedStorage").Events.TabMenuEvents.Code;e:FireServer(c,d)wait(.25)end end;plr=game.Players.LocalPlayer;hum=plr.Character.HumanoidRootPart;mouse=plr:GetMouse()spawn(function()mouse.KeyDown:connect(function(f)if f=="y"then if mouse.Target then _G.autoKill=not _G.autoKill end end end)end)game.StarterGui:SetCore("SendNotification",{Title="- HOTKEY -",Text="Press 'y' to toggle auto farm",Duration=15})function getNearestChest()nearest,dist=nil,99999;pcall(function()for g,h in pairs(game:GetService("Workspace").Titans:GetChildren())do if h:FindFirstChild("Humanoid")then if h:FindFirstChild("Hitboxes")then if h.Hitboxes:FindFirstChild("BeserkNape")then if h.Humanoid.Health>0 then local i=game:GetService("Players").LocalPlayer;local j=i.Character;local k=j.HumanoidRootPart;local l=(k.Position-h.Hitboxes.BeserkNape.Position).magnitude;if l<dist then dist=l;nearest=h end end end end end end end)end;spawn(function()while wait()do if _G.autoKill then getNearestChest()if nearest~=nil then pcall(function()repeat wait()game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=nearest.Hitboxes.BeserkNape.CFrame;mouse1click()until not game:GetService("Workspace").Titans:IsAncestorOf(nearest)or _G.autoKill~=true;wait(0.6)end)end end end end)
AUTO FARM BERSERKER FORM