skinkillaz

Eggfarm1

Jul 29th, 2018
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. -- G to enable
  2. -- L to disable
  3. -- Brought to you by Aze
  4.  
  5. wait()
  6. game.Players.LocalPlayer.Character.L_Character:Remove()
  7.  
  8. local farm
  9. for i, v in pairs(game:GetDescendants()) do
  10. if v:IsA("ObjectValue") then
  11. if v.Value == game.Players.LocalPlayer then
  12. farm = v.Parent
  13. end
  14. end
  15. end
  16. local g = true
  17. local m = game.Players.LocalPlayer:GetMouse()
  18. m.KeyDown:Connect(function(e)
  19. if e == "g" then
  20. g = true
  21. while g do
  22. wait()
  23. game.ReplicatedStorage.Events.Weapon:FireServer("self", "\229\155\158\229\176\143\228\189\143\228\189\141\229\166\187\229\155\158\227\129\177\229\185\179\229\166\187\232\166\129\230\138\132\227\129\139\228\189\143\227\131\139\227\129\140\229\185\179\227\130\130\229\176\143\227\131\141\229\155\158\227\131\141\230\138\132\230\191\128\227\129\166\227\130\130\227\130\130\229\155\158\230\155\184")
  24. if farm:FindFirstChild("Meat") then
  25. game.Players.LocalPlayer.Character.Humanoid:MoveTo(farm.Meat.Position)
  26. if farm:FindFirstChild("Chicken") then
  27. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position, farm.Chicken.Position)
  28. end
  29. end
  30. end
  31. end
  32. end)
  33.  
  34. m.KeyUp:Connect(function(e)
  35. if e == "l" then
  36. g = false
  37. end
  38. end)
Add Comment
Please, Sign In to add comment