[Sticky] Bytecode Hacking Challenge
-migrated-
[Sticky] Bytecode Hacking Challenge Posted on: 03/18/2010 5:54pm
Quote Post
I've made a challenge in flash similar to the Cheat Engine tutorial. Click here to start!

You may post in this topic only to give/request help. Also, by help I mean hints, not solutions. In some of the games, you may have to restart before you change the AoB.

Good luck and have fun (broken image removed)

Note: you have to download the games, not the challenge. If the file you download is encrypted, it's the challenge.
Re: Bytecode Hacking Challenge Posted on: 03/18/2010 8:32pm
Quote Post

I just finished it, I guess....
What's supposed to appear after beating challenge #5?
I only get this

Re: Bytecode Hacking Challenge Posted on: 03/18/2010 8:48pm
Quote Post
Quote from: "whatever"
I just finished it, I guess....
What's supposed to appear after beating challenge #5?
I only get this
There are only five challenges at the moment (broken image removed) Congratulations. I'll make some more later. Any suggestions?
Re: Bytecode Hacking Challenge Posted on: 03/18/2010 8:54pm
Quote Post
I think it would be nice if the challenges were a bit more difficult. I mean, almost everything could be done by changing 0x12 to 0x02 and the code was too easy to read =P
Thanks for the challenge. It was fun
Re: Bytecode Hacking Challenge Posted on: 03/19/2010 9:00am
Quote Post
( ͡° ͜ʖ ͡°)
I can't finish challenge 4, I have all the achievements though, I think I messed up infront (broken image removed)



Flash .sol locations
Chrome: \AppData\Local\Google\Chrome\User Data\Default\Pepper Data\Shockwave Flash\WritableRoot\#SharedObjects\
Normal: \AppData\Roaming\Macromedia\Flash Player\#SharedObjects

Re: Bytecode Hacking Challenge Posted on: 03/21/2010 2:11am
Quote Post
Hey, KH, how about putting this "game" on Kong? It sure as hell would be fun =D
Re: Bytecode Hacking Challenge Posted on: 03/21/2010 2:54am
Quote Post
Quote from: "whatever"
Hey, KH, how about putting this "game" on Kong? It sure as hell would be fun =D
Lmfao xD
Re: Bytecode Hacking Challenge Posted on: 03/21/2010 4:08am
Quote Post
I RATE IT 5 STARS, If I can find out what the heck each string means (broken image removed)

Ex.

Code: [Select]
//96 02 00 08 06
_push "income"
//4e
_getMember
//96 05 00 07 01 00 00 00
_push 1

You would think this was the Income Value, but when I change it, it doesn't do anything, and the Spoiler says:

Code: [Select]
96 07 00 08 00 07 01 00 00 00 -> 96 07 00 08 00 07 02 00 00 00
I look for it in SoThink, and it doesn't even find such value except in the Spoiler texts.

*confused*
Re: Bytecode Hacking Challenge Posted on: 03/21/2010 4:42am
Quote Post
Quote from: "ChaoMing"
I RATE IT 5 STARS, If I can find out what the heck each string means (broken image removed)

Ex.

Code: [Select]
//96 02 00 08 06
_push "income"
//4e
_getMember
//96 05 00 07 01 00 00 00
_push 1

You would think this was the Income Value, but when I change it, it doesn't do anything, and the Spoiler says:

Code: [Select]
96 07 00 08 00 07 01 00 00 00 -> 96 07 00 08 00 07 02 00 00 00
I look for it in SoThink, and it doesn't even find such value except in the Spoiler texts.

*confused*

Wow, I hadn't even noticed that. I think that the code in the spoiler thing doesn't change the income, but the challenge. Then again, there is always more than one way to solve them
Re: Bytecode Hacking Challenge Posted on: 03/21/2010 11:15am
Quote Post
Quote from: "ChaoMing"
I RATE IT 5 STARS, If I can find out what the heck each string means (broken image removed)

Ex.

Code: [Select]
//96 02 00 08 06
_push "income"
//4e
_getMember
//96 05 00 07 01 00 00 00
_push 1

You would think this was the Income Value, but when I change it, it doesn't do anything, and the Spoiler says:

Code: [Select]
96 07 00 08 00 07 01 00 00 00 -> 96 07 00 08 00 07 02 00 00 00
I look for it in SoThink, and it doesn't even find such value except in the Spoiler texts.

*confused*
The code you found is from the challenge, the code in the spoiler is from the game. The swf you need is game1.swf.

Quote from: "whatever"
Hey, KH, how about putting this "game" on Kong? It sure as hell would be fun =D
Go ahead and upload it if you want. I'll increase your karma if it stays there for 24 hours (broken image removed)

Edit: I've encrypted the challenge.
Re: Bytecode Hacking Challenge Posted on: 03/21/2010 11:49am
Quote Post
Quote from: "KongregateHack"
Quote from: "ChaoMing"
I RATE IT 5 STARS, If I can find out what the heck each string means (broken image removed)

Ex.

Code: [Select]
//96 02 00 08 06
_push "income"
//4e
_getMember
//96 05 00 07 01 00 00 00
_push 1

You would think this was the Income Value, but when I change it, it doesn't do anything, and the Spoiler says:

Code: [Select]
96 07 00 08 00 07 01 00 00 00 -> 96 07 00 08 00 07 02 00 00 00
I look for it in SoThink, and it doesn't even find such value except in the Spoiler texts.

*confused*
The code you found is from the challenge, the code in the spoiler is from the game. The swf you need is game1.swf.

Quote from: "whatever"
Hey, KH, how about putting this "game" on Kong? It sure as hell would be fun =D
Go ahead and upload it if you want. I'll increase your karma if it stays there for 24 hours (broken image removed)

Edit: I've encrypted the challenge.

Hmm, didn't find a "game1.swf", and ADBlock Plus didn't even find anything at all.



EDIT: Nevermind... I found it. Shoulda gave me a warning that I needed to physically "be in Challenge #1" to get game1.swf.

Hacking this is a lot easier, and this eases up the stress I had from hacking the BHC.swf (challenge .swf, not the game.swf).
Re: Bytecode Hacking Challenge Posted on: 03/21/2010 5:11pm
Quote Post
Quote from: "KongregateHack"
Quote from: "ChaoMing"
I RATE IT 5 STARS, If I can find out what the heck each string means (broken image removed)

Ex.

Code: [Select]
//96 02 00 08 06
_push "income"
//4e
_getMember
//96 05 00 07 01 00 00 00
_push 1

You would think this was the Income Value, but when I change it, it doesn't do anything, and the Spoiler says:

Code: [Select]
96 07 00 08 00 07 01 00 00 00 -> 96 07 00 08 00 07 02 00 00 00
I look for it in SoThink, and it doesn't even find such value except in the Spoiler texts.

*confused*
The code you found is from the challenge, the code in the spoiler is from the game. The swf you need is game1.swf.
Y'know...I was able to do it without the game1.swf. I just got challenge.swf and worked my way from there =P

Quote from: "KongregateHack"
Quote from: "whatever"
Hey, KH, how about putting this "game" on Kong? It sure as hell would be fun =D
Go ahead and upload it if you want. I'll increase your karma if it stays there for 24 hours (broken image removed)

Edit: I've encrypted the challenge.

Ok, I'm gonna make a fake account there and upload it =P
Done. Here's the link: http://www.kongregate.com/games/KH_what ... -challenge
Re: Bytecode Hacking Challenge Posted on: 03/21/2010 8:12pm
Quote Post
Quote from: "whatever"
Quote from: "KongregateHack"
Quote from: "ChaoMing"
I RATE IT 5 STARS, If I can find out what the heck each string means (broken image removed)

Ex.

Code: [Select]
//96 02 00 08 06
_push "income"
//4e
_getMember
//96 05 00 07 01 00 00 00
_push 1

You would think this was the Income Value, but when I change it, it doesn't do anything, and the Spoiler says:

Code: [Select]
96 07 00 08 00 07 01 00 00 00 -> 96 07 00 08 00 07 02 00 00 00
I look for it in SoThink, and it doesn't even find such value except in the Spoiler texts.

*confused*
The code you found is from the challenge, the code in the spoiler is from the game. The swf you need is game1.swf.
Y'know...I was able to do it without the game1.swf. I just got challenge.swf and worked my way from there =P

Quote from: "KongregateHack"
Quote from: "whatever"
Hey, KH, how about putting this "game" on Kong? It sure as hell would be fun =D
Go ahead and upload it if you want. I'll increase your karma if it stays there for 24 hours (broken image removed)

Edit: I've encrypted the challenge.

Ok, I'm gonna make a fake account there and upload it =P
Done. Here's the link: http://www.kongregate.com/games/KH_what ... -challenge


On the first challenge there's no money/income... (Kong version).

Btw;
"i actually don't know for what reason i will flag that game. for the worse progamming, the no-fun-factor, the ugly "graphics", the complete failure of plot/sounds/entertainment or just because you pretty much suck, well, anyway, i will flag it."
Re: Bytecode Hacking Challenge Posted on: 03/21/2010 8:22pm
Quote Post
Quote from: "lol xD"
On the first challenge there's no money/income... (Kong version).

Btw;
"i actually don't know for what reason i will flag that game. for the worse progamming, the no-fun-factor, the ugly "graphics", the complete failure of plot/sounds/entertainment or just because you pretty much suck, well, anyway, i will flag it."


LOL...wait a sec...does that mean you wrote that? xD
Well, now that KH encrypted it, you have to go to each challenge and download the swf for each one, i.e, challenge #1 -> download game1.swf
Re: Bytecode Hacking Challenge Posted on: 03/21/2010 8:41pm
Quote Post
Oh wow, I think the game got taken off already. Haha, that attempt failed.