You know what? The first game that got sponsored by Kongregate is exactly this one - "rotaZion". A most curious choice, because this game is hypnotic. Someone probably made that sponsoring decision while dozing off inside a toilet.
Minefield Scout Badge (easy – 5 points)
Begin your perilous journey through the underwater minefield by loading up "hard" mode and scoring 10,000 points.
I invite every sucker who can't do this to post a self-introduction inside the comment section.
Rotation Rotation Rotation Badge (hard – 30 points)
Score 80,000 points in hard mode.
Just fuck your way through the shit.
...Oh, come on. You can't do it?
Then you are lucky you suck at this one, because I happen to have a trick for you, and it doesn't ask you to touch any "cheat tools". Funny isn't it? I still remember seeing douche on Kongregate's forum asking details about the infinite ammo bug of "Thing-Thing Arena 2", but said "I hope it's not something about hex-editting!" Laughed my ass off you dumbo! As if exploiting a bug is holier? I'd say "go eat your own fucking shit and stop playing this kind of holier-than-thou crap!"
So what's the damn trick? Please behold:
[How to Kongregate] rotaZion Bug Exploit
Got it? If you manage to pause the game exactly on the spot where the timer asks the score to jump up, it will go into an infinite loop - and virtually an infinite score for you! Nice, isn't it? But it takes some practice before you can get the right timing.
Rating
This game could be a lot more better if it told us to smash the mines not dodging them.
2007/11/10
rotaZion
Posted by "How to Kongregate" at 02:57
Labels: Easy Badges, Hard Badges, Kongregate Badges, Video Guides
Subscribe to:
Post Comments (Atom)
13 comments:
Okay, I didn't manage to do this and your post doesn't say anything so either rewrite the trick or... you know... don't sound this much smartass next time.
Sorry, there was some problem with the upload of the video, so for a few hours the article looked weird because it ended in a place that shouldn't be.
That's much better. Thanks.
I discovered this one by accident, but it didn't give me the badge when I did. Even though I already had ~79k when I paused.
It worked for me. Though it worked for me the second time I did it, which took some swearing and a half an hour of attempts.
"Badges not working" are all, almost always, because of connection problems. Specifically for this one, I can tell you with 100% confidence that this method works, because I have decompiled the .swf file and its source codes explicitly indicate the existence of this bug:
if (timer % 100 == 0) {
score_total = score_total + 200;
}
Should be:
if (timer % 100 == 0 && game_pause == 0) {
score_total = score_total + 200;
}
And the codes absolutely rule the behaviors of the program. So it's definitely a connection issue.
But chat was working fine...
I tryed this several times and it just froze the game?
How do you do that just click space? I don't get it..
It requires good timing, and if you can't pull it off, perhaps better just play the game the normal way. 80000 points ain't really that hard.
worked fine for me, got it on my 3rd try (you have to die after you get the score to get the badge) :)
IT's easier just to hold space when you click "hard mode"
Its true, just hold space while clicking hard and it'll auto-score indefinitely. Much, much easier than timing spacing with the in-game scoring.
Post a Comment