Cover Orange 2
-migrated-
Cover Orange 2 Posted on: 02/18/2010 12:23am
Quote Post
LINK: http://www.kongregate.com/games/Johnny_K/cover-orange-2

Sequel to Cover Orange, and well, this one is actually pretty fun (broken image removed), but since I hate puzzle games... 3.7/5 (broken image removed)

Here's a .sol if you want to be lazy (this was done LEGITLY, so if you used this .sol and the game gets an API, you won't get caught (broken image removed))
Re: Cover Orange 2 Posted on: 02/19/2010 12:53am
Quote Post
In case Kongregate releases a badge for all 25 levels, here the code. Just beat any one level.

60 44 66 c0 08 66 ae 0c 2c 85 0d 60 6d 4f af 0c 02 ->
60 44 66 c0 08 66 ae 0c 2c 85 0d 24 19 4f af 0c 02

In case you're interested, what I did was change the code here, which is within the function at the end of the game:
Code: [Select]
if (CoverOrange2.kongregate)
{
CoverOrange2.kongregate.stats.submit("LevelsCompleted", tekLevel);
}
And I changed the bytes that call "tekLevel" (60 6d) and made it push 25 (24 19).
Re: Cover Orange 2 Posted on: 02/19/2010 2:02am
Quote Post
Quote from: "pythag12"
In case Kongregate releases a badge for all 25 levels, here the code. Just beat any one level.

60 44 66 c0 08 66 ae 0c 2c 85 0d 60 6d 4f af 0c 02 ->
60 44 66 c0 08 66 ae 0c 2c 85 0d 24 19 4f af 0c 02

In case you're interested, what I did was change the code here, which is within the function at the end of the game:
Code: [Select]
if (CoverOrange2.kongregate)
{
CoverOrange2.kongregate.stats.submit("LevelsCompleted", tekLevel);
}
And I changed the bytes that call "tekLevel" (60 6d) and made it push 25 (24 19).
So, you're doing a KBH fake packet send?
Re: Cover Orange 2 Posted on: 02/19/2010 2:28am
Quote Post
Oh, I suppose? Usually after finishing a level, it sends the current level you're on (tekLevel), but I just changed it to always send the value 25. So yeah, it's sorta like sending a fake packet.
Re: Cover Orange 2 Posted on: 03/09/2010 11:32pm
Quote Post
No need, but badge bump.
Re: Cover Orange 2 Posted on: 03/10/2010 4:15am
Quote Post
Sweet, I predicted the badge correctly! :lol:
Re: Cover Orange 2 Posted on: 03/10/2010 4:36am
Quote Post
sol's in 00071822
and thanks!