Root > Articles > Hacks >

Reaching the Infamous Star in CLOP

Jun 3, 2013 • Yousef Amar • 3 min read

In CLOP, you play a perambulatory challenged unicorn attempting to reach a virgin on the far side of a hill. Sound simple? What if I told you that CLOP was made by the same person who made GIRP and QWOP. Yeah, that QWOP.

QWOP screenshot

Well, although CLOP may seem easier at first, the learning curve only gets steeper as the game progresses. Even after trying what must have been hundreds of times by now, I still can't get past the giant cliff about 3/4 of the way to the virgin.

However, just like QWOP, it is possible. Furthermore there seems to be this spinning star near the start just above the viewport. If you get the jump just right in the right spot you can just about see it.

CLOP star screenshot

It doesn't take many tries to realise how utterly impossible it is to reach it. The internet doesn't seem to know what it is and it doesn't look like anybody has ever reached it (prove me wrong). I must find out what it does.

Judging by the few YouTube play-throughs that there are, towards the end of the actual game it becomes a matter of luck no matter how good you are at timing the patterns (the ones I find work for me are HJ-KL, H-JK-H-KL, and HJ*-K/L by the way). Even though I already know how the game ends, I figure one day I'll play it through since I know it's possible.

Difficult games like these have a certain quality to them; they can easily turn into obsessions for certain players, like the "Nintendo-hard" games of old. When a goal is virtually impossible though, like the reaching the star, some people chose to give up. Others chose to hack the game. Guess which category I fall into.

A quick "Inspect Element" will reveal that the SWF file is located at http://www.foddy.net/CLOP.swf, so download and decompile that (I use JPEXS) and we have our source code.

Sure enough, everything we need is plain as day and not obfuscated. You can even read the entire list of Sherrod's taunts in "PlayState" (one giant switch statement).

The next step is to find the code responsible for the infamous star. I can immediately see a class called "Star" that loads the star sprite and plays the spinning animation and since the rest of the code is not obfuscated, all you need to do is search for where a "Star" is initialised.

Instead of cheating and bringing the star down rendering the goal far too easy, why not do something else that will step the goal down from impossible to "Nintendo-hard"? Hmm, let's see...

private var _gravity:Number = 270;

Muahahaha! Let's crank that down to 10 aaand yup, CLOP should now be able to fly. Time to try it out! But wait, what's this?

A quick search for "permission" yielded only one result in "FlxPreloader" (probably a feature of Flixel) and the if statement was quickly put out of commission.

And presto, moon gravity mode! It's a little hard to move now but it's also hard to die since you complete a flip before you can hit the ground.

If you want to play around with low gravity CLOP, drop me a line. I'd host it here but Bennett Foddy might not be too pleased about that.

After flying around a bit it's finally time to reach for the star. Does touching it grant us supernatural powers of dexterity beyond the wildest dreams of a unicorn? Does it teleport us to a world of rainbows and magic? Does it finally shut that SOB Sherrod up? Well, we're about to find out. Then we'll finally know if it is truly an Easter egg that requires skills that transcend gaming and enter the realm of hacking to reach, or simply an artifact; an echo of an orphaned game feature that never quite made the cut. Here it is, the moment we've all been waiting for:

Well that was anti-climactic...