Link | Submitted By | Actions | |
---|---|---|---|
Game On Newgrounds | maeronta |
Dadgame-migrated-Last Updated: 05/30/2015 00:20 |
Additional Info
|
Probably the best NG based game in many months. Made with pwn and lol.
Failed epically at hacking it though. |
Additional Info
|
Additional Info
|
here is sol that gives you most of medals
[attachment=0:2kleq8pz]mydata.sol[/attachment:2kleq8pz] EDIT: after using sol, you wont get other medals. So if anybody can pass game legit and post sol, it would rock |
Additional Info
|
What is that even supposed to mean? If i get medals using sol, i won't get other medals? in other games? Just in this game? what medals do you get / don't you get ?
Are you saying if i use this sol, i won't get any of the other medals in the game ever? |
Additional Info
|
I think he is trying to say that if you use the .sol, then you can't get certain medals. I used the toss the turtle game, and I can't get the achievement "Buy everything" because I have already bought everything with the .sol.
|
Additional Info
|
exactly as one said. You wont get these medals:
Freeroes Kaminari Ninja Patricide Cheating Death (i beat him and no medal) Tower Offender Dadgamer too bad last two are 100 points, so i guess it is time to clear saved data and start again |
Additional Info
|
This has been shockingly programmed - there's a lot of duplicated code making it hard to make a good catch all cheat - so the below may not work in some circumstances:
Invulnerability (in reality, super fast health recharge) (by difficulty): (works on some challenges too) Easy: 96 0b 00 08 02 06 3d 0a c7 3f 0a d7 a3 70 => 96 0b 00 08 02 06 00 00 24 40 00 00 00 00 Normal: 96 0b 00 08 02 06 e1 7a b4 3f 7b 14 ae 47 => 96 0b 00 08 02 06 00 00 24 40 00 00 00 00 Hard: 9d 02 00 15 00 96 02 00 08 00 1c 96 0b 00 08 02 06 00 00 00 00 00 00 00 00 => 9d 02 00 15 00 96 02 00 08 00 1c 96 0b 00 08 02 06 00 00 24 40 00 00 00 00 What I'm doing here is replacing the code that sets up the recharge rate, which is: Code: [Select] if (_root.difficulty == 1) And I'm using the above codes to set them all to 1, so the code will look like:Code: [Select] if (_root.difficulty == 1) If any more hacks are wanted for this, give me a shout - I'm still missing a few medals on this game! |
Additional Info
|
Sakupen still kills me....
EDIT: nvm, must have been a fluke accident. Another +1 for deity. Sorry for doubting you master (broken image removed) haha |
Additional Info
|
tower rocks me to hell, i am on medium and cant pass it. Also, where is Sepuken? And Rajinmaru?
|
Additional Info
|
sakupen is in the first level. He has blue hair and hes about 5 seconds right of the begining.
The ninja is in the 2nd last level, where you chase your boss off the screen. Right near the end of that level, instead of chasing him off screen, jump all the way to the top of that tower at the end and an eagle will catch you. |
Additional Info
|
beating ninja medal is broken as it seems. Passed it on hard and medium (easy isnt available) and no medal. Other than that, got all of them
|
Additional Info
|
Not broken, I got it by playing, you can also edit the SOL file (look for the exact values after decompiling) and once you load the game, it reads the SOl file and awards the medals that you edited for.
|
Additional Info
|
With that sol, will you get the debugger medal? for defeating the phantom?
I can't manage to beat the challenge on hard where you have to throw the boxes.. |
Additional Info
|
If mechadeath is being a problem:
17 96 04 00 08 1c 08 1c 1c 96 09 00 06 cc cc ec 3f cd cc cc cc 0b => 17 96 04 00 08 1C 08 1C 1C 96 09 00 06 00 00 14 40 00 00 00 00 0B Ups the damage you do to him each time from 0.9 to 5. I now finally have all the medals for this game! |
Additional Info
|
To anybody who doesn't have these medals
If you upload the sol the first page, all medals are attainable. They put the same system as Epic battle fantasy 2 in place, where if you click the medal in game, you get it. |