Link | Submitted By | Actions | |
---|---|---|---|
Game on Kongregate | Hack Bot | ||
Game on Newgrounds | Hack Bot | ||
Game On Kongregate | Twingenerator | ||
Game On Armor Games | gates | ||
Game On Armor Games | archn2 |
ContinuityAuto-PostLast Updated: 09/19/2012 02:29 | |
Continuity-migrated-Last Updated: 04/02/2010 15:59 |
5 | ||
Four-Square Graduate |
||
Complete level 7 |
30 | ||
Mobius Strip |
||
Complete all 32 levels |
Additional Info
|
http://www.kongregate.com/games/glimajr/continuity
Sothink doesn't show any code in any swf files, so I can't find any hacks. Reinstalling doesn't seem to work. I'll update this post if I find a way to fix it. |
Additional Info
|
What hacks could you do anyways?? oh.. maybe, dont need keys to open doors....
if you just want badges here is the sol file... still have to beat the last level though for badges to register... Code: [Select] sol location: |
Additional Info
|
code shows up ok for me. Beat any level to get the badges. You can just use the last one to get both, but you might get them out of order.
easy 14 13 00 00 60 fd 25 24 01 a0 60 c3 11 66 ba 0d a1 73 14 00 00 00 02 02 02 02 02 02 02 02 02 02 02 02 24 07 hard 14 13 00 00 60 fd 25 24 01 a0 60 c3 11 66 ba 0d a1 73 14 00 00 00 02 02 02 02 02 02 02 02 02 02 02 02 24 20 This post was imported from an account that no longer exists! Previous Name: Anonymous |
Additional Info
|
Quote from: "praetor" code shows up ok for me. Beat any level to get the badges. You can just use the last one to get both, but you might get them out of order.Works great. Got me both badges. Thanks! |
Additional Info
|
hey praetor, where do you find the badges in the code for this game? i see where the api is loaded but cant find badges. im probably just over looking them.
|
Additional Info
|
Search for submit
Here is the function private function levelFinished(event:LevelFinishedEvent) : void { var _loc_3:int = 0; mRoomsMoved = event.moves; SaveLevelData(); var _loc_2:* = CheckIfLastLevel(false); SaveLevelProgress(false, _loc_2); if (mLevelSet == LEVELSET_MAIN) { _loc_3 = (mCurrentLevel + 1) - mSkippedList.length; } else if (mLevelSet == LEVELSET_SKIPPED) { _loc_3 = mLevelNr - (mSkippedList.length - 1); } Application.application.kongregate.stats.submit("LevelsCompleted", _loc_3); return; This post was imported from an account that no longer exists! Previous Name: Anonymous |
Additional Info
|
Quote from: "praetor" Search for submit AWESOME! Thanks man. Got the civilizations wars badges now. Teach a bro to fish as they say... |