Roblox Hack Scripts NDS AutoFarm

while Teleport == true do  function TeleportTo(placeCFrame)     local player = game.Players.LocalPlayer     if player.Character then      player.Character.HumanoidRootPart.CFrame = placeCFrame;      wait(15)    end  end  TeleportTo(game:GetService("Workspace").Tower.Platforms.PlatformPart.CFrame)    if GC then        for i,v in pairs(GC(Players.LocalPlayer.Idled)) do            if v["Disable"] then                v["Disable"](v)            elseif v["Disconnect"] then                v["Disconnect"](v)            end        end    end