Advertisement
_Thanh_Thy_Cute_

Special Ops Simulator AUTO FARM

Aug 8th, 2021
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. getgenv().Farm = true -- change the true to false to stop the script
  2. local place = workspace.Maps.Ropings.Roping
  3. local place2 = workspace.Maps.Ropings.Roping2
  4.  
  5. while getgenv().Farm do wait()
  6. firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, place.RopeEnd, 0)
  7. firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, place.RopeEnd, 1)
  8. firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, place2:WaitForChild("RopeEnd"), 0)
  9. firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, place2:WaitForChild("RopeEnd"), 1)
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement