[ad_1]
Created by 10x
Features:
- 1V1 FARMER
- DEV NOTES:
- It is a autofarmer for anime online but like not bad PUT IT IN YOUR AUTO EXEC
- Also you can change your character by getgenv().Character = “your char here” it’s on asta by default
repeat wait() until game:IsLoaded()
getgenv().Autofarm = true
getgenv().Character = "Asta"
if game.PlaceId ~= 7387924609 then
game:GetService("TeleportService"):Teleport(7387924609)
end;
while getgenv().Autofarm and wait() and game.PlaceId == 7387924609 do
pcall(function()
for i,v in pairs(game.Players:GetChildren()) do
if v.Character.Humanoid.Health > 0 and v.Character.Name ~= game.Players.LocalPlayer.Name then
repeat wait()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame + (v.Character.HumanoidRootPart.CFrame.lookVector * -3)
for i,v2 in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do game:GetService("Players").LocalPlayer.Backpack[v2.Name].Combat:FireServer("Combo1") end;
if not game.Players.LocalPlayer.Backpack:FindFirstChild(getgenv().Character) then
game:GetService("ReplicatedStorage").Remotes.Equip:FireServer(getgenv().Character) end;
until v.Character.Humanoid.Health <= 0 or not getgenv().Autofarm
end;
end;
end);
end;
ENJOY!
Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!
[ad_2]