Club Penguin is something near and dear to me. It made up alot of my childhood. The memories of playing the fun minigames, getting new clothes, the various parties, and the memories of wanting to exploit it (I suppose that one hasn't changed). Recently a game called Friday Night Funkin' has shaken up the internet with it's amazing music and art, and with it's success came many jokes, one of which compared it to Club Penguin's Dance Contest minigame. Both due to my love of tearing stuff from my childhood apart and FNF's music, I decided to port the song M.I.L.F to the game. The charting systems were thankfully not too different, both stored the data in relatively similar ways, however that wasn't the problem. The problem was getting this data in. The data for song notes are stored across 3 arrays, and it would be quite painful to do it all by hand, considering there are well over 200 notes in M.I.L.F, which would be especially terrible in P-Code. My solution was to create an automated P-Code generator in js, and after heavy tweaking, I got it working. Theoretically this could be done for any song in FNF, and likely can be done in reverse too. My code and a download is available in the below video's description.