This project is a mouse recorder, you can click record then move your mouse around. Then click stop, now click the play button and it will repeat the movements you do! Big credit to https://scratch.mit.edu/projects/477925688/ by: @-Cloud-Coder- for the idea to make this. But I made it with all code by me :DDD If you are curious how I did this then read on. So I basically made a fake mouse go to your mouse pointer. Then I recorded the x and y positions of your mouse and put it in two lists. After that I made it so the mouse pointer will go to all the positions in the two lists when you play it. _____updates_____ Shared - 1/31/21 Bug fixed - 2/1/21