Once you have prepared for Scrum with legacy code, you can start executing the sprints and delivering value to your customers. To do this, you should follow the Scrum roles, events, and artifacts as defined in the Scrum Guide. Start each sprint with a sprint planning meeting to select the backlog items for the sprint and break them down into tasks. Work on the tasks in small batches and use version control, code reviews, and pair programming to ensure quality and consistency. Additionally, write unit tests, integration tests, and acceptance tests for the new or modified code and run them regularly. Refactor the code to improve its readability, maintainability, and performance. Use code analysis tools and metrics to monitor the code quality and identify technical debt. At the end of each sprint, conduct a sprint review meeting to demonstrate the working software to stakeholders and users and collect feedback. Finally, conduct a sprint retrospective meeting to reflect on the sprint and identify what went well and what can be improved.