Advertisement
karobloxYT

Untitled

Jul 1st, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. _G.farm = true
  2. while _G.farm do
  3. wait()
  4. for _,v in pairs(game.Workspace.WorldMap['Enemys']:GetDescendants()) do
  5. if string.find(v.Name, "Bandit") then
  6. v:FindFirstChild("HumanoidRootPart").Anchored = true
  7. v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-3.3)
  8. local VirtualUser=game:service'VirtualUser'
  9. VirtualUser:ClickButton1(Vector2.new())
  10. end
  11. end
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement