I saw a lot of people complaining about the impossibility to disable the pause screen, so today i'll teach you how to do it by messing up the exe

. The operation is very similar to the music tutorial, you need to replace some bytes at a certain position. So, open your hex editor and move to the position "1BE468" (1827944 in decimal): here you will find the bytes "0F 85 18 01 00 00", replace them with "E9 19 01 00 00 90". After that, save the file (I suggest you to make a backup if something goes wrong) and use that to play VVVVVV. Congratulations, you just patched the exe

. To enable the pause screen another time simply replace "E9 19 01 00 00 90" with "0F 85 18 01 00 00" at the same position, or delete the patched exe and use the backup. P.S.: This method works only on 2.2, and is only for windows. There is a way to do it on mac aswell, but it's a little bit harder sorry.