Advertisement
Guest User

Wadearas

a guest
Jan 24th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. _G.Farming = true
  2.  
  3.  
  4. while _G.Farming do wait()
  5. for i,v in pairs(game.Workspace:GetChildren()) do
  6. if game.Players.LocalPlayer.Character and v:FindFirstChild("HumanoidRootPart") and v:FindFirstChild("Humanoid") then
  7. if string.match(v.Name, "Fishman") and v.Humanoid.Health > 0 then
  8. repeat wait()
  9. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame + Vector3.new(0, 15, 0)
  10. game.ReplicatedStorage.Remotes.DMG:FireServer("\224\180\184\224\180\166\224\181\141\224\180\181\224\180\191\224\180\150\224\180\191\224\180\175\224\181\139\224\181\188\224\181\186", "Sword", v.Name, Vector3.new(0,0,0))
  11. until v.Humanoid.Health == 0 or _G.Farming == false
  12. game.Players.LocalPlayer.Data.DoubleXP.Value=1
  13. end
  14. end
  15. end
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement