Advertisement
Meliodas0_0

auto farm

Nov 3rd, 2019
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. _G.AutoFarm = true -- set to true to autofarm
  2.  
  3. while _G.AutoFarm == true do
  4.  
  5. -- Can only sell inside a sell safezone
  6. if (game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.X ~= 535 then
  7. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(535, 184, 163)
  8. end[/size]
  9.  
  10. game:GetService("ReplicatedStorage").Events.Clicked:FireServer()
  11. wait(.8)
  12. game:GetService("ReplicatedStorage").Events.Sell:FireServer()
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement