Edwin1170

Meme Sea OP Auto Farm

Oct 11th, 2022
1,256
-1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 1
  1. --███████╗██████╗░░██╗░░░░░░░██╗██╗███╗░░██╗░░███╗░░░░███╗░░███████╗░█████╗░
  2. --██╔════╝██╔══██╗░██║░░██╗░░██║██║████╗░██║░████║░░░████║░░╚════██║██╔══██╗
  3. --█████╗░░██║░░██║░╚██╗████╗██╔╝██║██╔██╗██║██╔██║░░██╔██║░░░░░░██╔╝██║░░██║
  4. --██╔══╝░░██║░░██║░░████╔═████║░██║██║╚████║╚═╝██║░░╚═╝██║░░░░░██╔╝░██║░░██║
  5. --███████╗██████╔╝░░╚██╔╝░╚██╔╝░██║██║░╚███║███████╗███████╗░░██╔╝░░╚█████╔╝
  6. --╚══════╝╚═════╝░░░░╚═╝░░░╚═╝░░╚═╝╚═╝░░╚══╝╚══════╝╚══════╝░░╚═╝░░░░╚════╝░
  7. --🆂🆄🅱🆂🅲🆁🅸🅱🅴
  8. --]]
  9. spawn(function()
  10. while wait() do
  11. if not game.Players.LocalPlayer.Character:FindFirstChild("Combat") then game.Players.LocalPlayer.Character.Humanoid:EquipTool(game.Players.LocalPlayer.Backpack.Combat) end
  12. for i = 1,5 do
  13. for I,v in pairs(game:GetService("Workspace").Monster:GetChildren()) do
  14. if v:FindFirstChild("Head") then
  15. local args = {
  16. [1] = i,
  17. [2] = v.Head.Position
  18. }
  19.  
  20. game:GetService("Players").LocalPlayer.Character.Combat.Sword_Client.RemoteEvent:FireServer(unpack(args))
  21. end
  22. end
  23. end
  24. end
  25. end)
Add Comment
Please, Sign In to add comment