Need help with "Mutilate A Doll"
-migrated-
Need help with "Mutilate A Doll" Posted on: 04/26/2011 7:11am
Quote Post
Hi guys, Im new to the forum. I joing because I hate Kongergate for being such a$$holes but they have this game that I really need. I know how .swf's work. The problem is, when I download the SWF using Firefox's "live HTTP headers" and I open it, it tells me this:
"You seem to have been a bad boy or a girl and downloaded this game. Mutilate-A-Doll is exclusive to Kongregate"
Oh My God I wanted to stab someone after reading that for the first time. I have already tried a decrypter and it gave me the same result. After decrypting the same file again, the menus showed up but I was not able to spawn anything nor did any of the physics work. Guys, I am really desperate here, I need your help. Any information would be helpful
Here is the original downloaded swf: http://www.mediafire.com/?5r79q269rn69q8p
And here's the 2X Decrypted one: http://www.mediafire.com/?cgnpkh1eenfegl8
Oh BTW, The program I used was SWF Decrypt
Re: Need help with "Mutilate A Doll" Posted on: 04/26/2011 10:59am
Quote Post
( ͡° ͜ʖ ͡°)
Probably a line of code in the game that detects where the game is being played, find the code and NOP is out I think.



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: Need help with "Mutilate A Doll" Posted on: 04/26/2011 11:50am
Quote Post
This one should work. http://www.mediafire.com/?4psfncy74y08adc
if you want to check it out on your own, there is "private function siteLock() : void" in Main AS file. it checks if swf is opened from kongregate. Just change:
Code: [Select]
_as3_pushstring "kongregate.com"
//ab
_as3_equals
//96
_as3_not
//2a
_as3_dup
to
Code: [Select]
_as3_pushstring "kongregate.com"
//ab
_as3_equals
//02
_as3_nop
//2a
_as3_dup



Re: Need help with "Mutilate A Doll" Posted on: 04/26/2011 8:03pm
Quote Post
I fucking love you little red eye!!! Idk how you did it but you just made my whole month! I owe you my life (broken image removed) Im SOOOOOOOOOO HAPPY!!!!!!!!!! (broken image removed)  (broken image removed)  (broken image removed)  (broken image removed)  (broken image removed)
Re: Need help with "Mutilate A Doll" Posted on: 04/28/2011 1:27pm
Quote Post
I download the swf from kongregate and changed it from _not to _nop, but it doesn't work for me. The swf in the mediafire link works but what if it gets update, I want newest version always!

Help thanks.
Re: Need help with "Mutilate A Doll" Posted on: 04/28/2011 3:21pm
Quote Post
If it gets updated you just have to find function i mentioned and change it yourself. I used Yogda to do it.



Re: Need help with "Mutilate A Doll" Posted on: 05/01/2011 1:48pm
Quote Post
...Simply, play it on kongregate...
Re: Need help with "Mutilate A Doll" Posted on: 05/01/2011 2:29pm
Quote Post
Quote from: "celo753"
...Simply, play it on kongregate...
Except not everyone have accress to the internet in every place of the planet m8.



Re: Need help with "Mutilate A Doll" Posted on: 05/02/2011 4:30pm
Quote Post
I cant crack it like that again... i think developer noticed we cracking and he changed that... anyone else know how to crack MAD?
Re: Need help with "Mutilate A Doll" Posted on: 05/02/2011 6:58pm
Quote Post
He coded the strings and added some goo to file i think ;p and the function is now private function kcoLetis() : void located in Main
play with this
Code: [Select]
_as3_findpropstrict uncompress
//2c 92 16
_as3_pushstring "eNrLzs9LL0pNTyxJ1UvOzwUAKt0FlQ=="
//46 9f 0b 01
_as3_callproperty uncompress(param count:1)
//ab
_as3_equals
//96
_as3_not
change the last line for nop and it works (broken image removed)
Here's the working one for lazys
http://www.mediafire.com/?868xmbccd7m4r7g



Re: Need help with "Mutilate A Doll" Posted on: 07/12/2011 9:22pm
Quote Post
Umm, the download links are dead. Could you repost them?