Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- AUTO FARM SCRIPT
- ===================
- getgenv().toggleison = true; --set this to false if you want to turn it off or true to turn on
- while getgenv().toggleison do
- wait(1)
- for i,v in pairs(game:GetService("Workspace").TycoonSets.Tycoons:GetDescendants()) do
- if v:IsA("TouchTransmitter") and v.Parent.Name == "Giver" then
- firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Parent, 0)
- firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Parent, 1)
- end
- end
- end
- MICHIRIN ORE TP
- ======================
- for i,v in pairs(workspace:GetDescendants()) do
- if v:IsA("TouchTransmitter") and v.Parent.Name == "Handle" and v.Parent.Parent.Name == "Mishirin Ore" then
- firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Parent, 0)
- firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Parent, 1)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement