Advertisement
fiztgibbonjack

AUTOFARM/MICHIRIN

Jun 19th, 2021
2,289
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. AUTO FARM SCRIPT
  2. ===================
  3. getgenv().toggleison = true; --set this to false if you want to turn it off or true to turn on
  4.  
  5. while getgenv().toggleison do
  6. wait(1)
  7. for i,v in pairs(game:GetService("Workspace").TycoonSets.Tycoons:GetDescendants()) do
  8. if v:IsA("TouchTransmitter") and v.Parent.Name == "Giver" then
  9. firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Parent, 0)
  10. firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Parent, 1)
  11. end
  12. end
  13. end
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20. MICHIRIN ORE TP
  21. ======================
  22. for i,v in pairs(workspace:GetDescendants()) do
  23. if v:IsA("TouchTransmitter") and v.Parent.Name == "Handle" and v.Parent.Parent.Name == "Mishirin Ore" then
  24. firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Parent, 0)
  25. firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Parent, 1)
  26. end
  27. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement