www.roblox-scripter.com

Сontent continues after AD

Anime Warriors Simulator script – (Autofarm)

Functions: Autofarm

Installation guide:
Copy the script from the button below.
Run any Injector (We recommend KRNL Injector)
Install it, insert the script and click execute
Enjoy it)

Thank you for using our website
Your script:

				
					getgenv().AutoFarm = true

getgenv().AutoCollectDrop = true



function GetFighters()

   return workspace.Fighters[game.Players.LocalPlayer.Name]:GetChildren()

end



workspace.Drops.ChildAdded:Connect(function(Child)

   if getgenv().AutoCollectDrop then

       if Child:IsA('BasePart') then

           game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Child.CFrame

       end

   end

end)



while wait() do

   if getgenv().AutoFarm then

       for _ll,Area in pairs(workspace.Enemies:GetChildren()) do

           if #Area:GetChildren() > 0 and getgenv().AutoFarm then

               for _,Enemy in pairs(Area:GetChildren()) do

                   if getgenv().AutoFarm then

                       game.ReplicatedStorage.Knit.Services.EnemyService.RF.ToggleEnemy:InvokeServer(Enemy)

                       for __,Fighter in pairs(GetFighters()) do

                           game.ReplicatedStorage.Knit.Services.EnemyService.RE.StartFighterRuntime:FireServer(tostring(Fighter))

                       end

                   end

               end

           end

       end

   end

end
				
			
Subscribe
Notify of
0 Comments
Inline Feedbacks
View all comments

Recent posts: