How to hack games made with Stencyl
-migrated-
How to hack games made with Stencyl Posted on: 01/12/2012 6:45am
Quote Post
Hi All,

I came across with few games which are designed/created using stencyl. I tried to hack few games where i wanted to unlock all levels but not able to do that  :cry: .

Can anyone tell me how to do that, it will be a great help.
Re: How to hack games made with Stencyl Posted on: 01/14/2012 12:23pm
Quote Post
decompile SWF & focus on "scripts" folder.

e.g.
Ball in Space http://www.kongregate.com/games/damijin/balls-in-space

AoB : always Ninja ~5 results
5d 94 02 2c de 0d 27
5d 94 02 2c de 0d 26

Code : scripts/Design_255_255_IsNinja
setGameAttribute("Ninja", false); //AoB change false to true

Seems that, by reading (decompile) others ppl game & movie, as u want to learn flash programming.
Don't give up
Re: How to hack games made with Stencyl Posted on: 01/16/2012 8:12am
Quote Post
You must have changed the size of the game, make sure that the file size is the same when editing in this way. Otherwise the game corrupts thats why i changed value="0.0" to value="20." as it keeps the size but still is a valid number. Worked fine for me.